@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1100px;
    overflow: hidden;
  }
  .row {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body main p {
    font-size: 1.1em;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .header {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .header .row {
    position: relative;
  }
  .header.fixed .header_bot {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    min-width: 1100px;
    background-color: #B6282C;
  }
  .header.fixed .header_bot .header_top_right {
    opacity: 0;
  }
  .header_top {
    padding: 20px 0 30px;
  }
  .header_top h1 {
    font-size: 0;
    line-height: 0;
  }
  .header_top a img {
    width: 224px;
  }
  .header_bot {
    padding: 15px 0;
  }
  .header_bot .header_nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_bot .header_nav > ul li {
    margin: 0 5px;
  }
  .header_bot .header_nav > ul li:nth-of-type(1) a {
    width: 190px;
  }
  .header_bot .header_nav > ul li:nth-of-type(1) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(1) a.active::before {
    background-image: url(../img/menu_ic1_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(1) a::before {
    width: 50%;
    height: 50%;
    background-image: url(../img/menu_ic1.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(2) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(2) a.active::before {
    background-image: url(../img/menu_ic2_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(2) a::before {
    width: 25%;
    height: 50%;
    background-image: url(../img/menu_ic2.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(3) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(3) a.active::before {
    background-image: url(../img/menu_ic3_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(3) a::before {
    top: 50%;
    width: 30px;
    height: 30px;
    background-image: url(../img/menu_ic3.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(4) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(4) a.active::before {
    background-image: url(../img/menu_ic4_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(4) a::before {
    width: 50%;
    height: 50%;
    background-image: url(../img/menu_ic4.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(5) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(5) a.active::before {
    background-image: url(../img/menu_ic5_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(5) a::before {
    width: 50%;
    height: 50%;
    background-image: url(../img/menu_ic5.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(6) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(6) a.active::before {
    background-image: url(../img/menu_ic6_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(6) a::before {
    width: 50%;
    height: 50%;
    background-image: url(../img/menu_ic6.svg);
  }
  .header_bot .header_nav > ul li a {
    width: 154px;
    height: 50px;
    color: #A59C6D;
    display: block;
    text-align: center;
    background-color: #fff;
    -moz-border-radius: 6px;
         border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-left: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header_bot .header_nav > ul li a:hover, .header_bot .header_nav > ul li a.active {
    color: #fff;
    background-color: #A59C6D;
    opacity: 1;
  }
  .header_bot .header_nav > ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .header_bot .header_nav > ul li a span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
  }
  .header_bot .header_nav > ul li a small {
    font-size: 9px;
    line-height: 1.5;
    display: block;
    font-family: "Noto Serif JP", serif;
  }
  .header .header_top_right {
    position: absolute;
    top: 25px;
    right: 0;
  }
  .header .header_top_right p {
    font-size: 14px;
    font-weight: 500;
  }
  .header .header_top_right .htr_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 15px;
  }
  .header .header_top_right .htr_top a {
    width: 204px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #202B6A;
    color: #fff;
    font-size: 18px;
    margin-left: 25px;
  }
.header .header_top_right .htr_top a.visitors {
    background-color: #B6282C;
}
  .header .header_top_right .select {
    margin-left: 25px;
    height: 50px;
  }
.header .header_top_right .select .span {
    height: 20px;
    text-align: center;
    line-height: 20px;
}
  .header .header_top_right .select label {
    display: block;
    height: 30px;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    position: relative;
  }
  .header .header_top_right .select label::after {
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #000;
  }
  .header .header_top_right .select label select {
    height: 100%;
    padding: 0 5px;
  }
  .header .header_top_right .select label select::-ms-expand {
    display: none;
  }
  .footer_top {
    padding: 28px 0;
  }
.footer .row {
    padding: 0 100px;
}
  .footer_top .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_top .row > ul.bor {
    width: 240px;
  }
  .footer_top .row > ul.bor li {
    margin-bottom: 15px;
  }
  .footer_top .row > ul.bor li a {
    display: block;
    text-align: center;
    width: 180px;
    background-color: white;
  }
  .footer_top .row > ul li a {
    font-size: 15px;
  }
  .footer_top .row > ul.norbor {
    width: -webkit-calc(100% - 240px - 430px);
    width: -moz-calc(100% - 240px - 430px);
    width: calc(100% - 240px - 430px);
  }
  .footer_top .row .block_sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
  }
  .footer_top .row .block_sp ul:nth-of-type(1) {
    width: 200px;
  }
  .footer_top .row .block_sp ul:nth-of-type(2) {
    width: 230px;
  }
  .footer_mid {
    background-color: #C4B06E;
    color: #fff;
    padding: 15px 0;
  }
  .footer_mid .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_mid .row .fmr p {
    font-size: 15px;
  }
  .footer_mid .row .fmr p span {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
  }
  .footer_mid .row .fmr p span:nth-of-type(2) {
    margin: 0 22px;
  }
  .footer_mid .row .fmr p span small {
    font-size: 13px;
  }
  .footer_mid .row a {
    margin-right: 30px;
    display: inline-block;
  }
  .footer_mid .row a img {
    width: 195px;
  }
  .footer .copyright {
    text-align: center;
    padding: 5px;
    font-size: 10px;
  }
  .p_top .mv {
    height: 100vh;
    padding: 0;
    position: relative;
  }
  .p_top .mv .posTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -webkit-calc(-50% - 90px));
       -moz-transform: translate(-50%, -moz-calc(-50% - 90px));
        -ms-transform: translate(-50%, calc(-50% - 90px));
            transform: translate(-50%, calc(-50% - 90px));
    font-size: 4rem;
    color: #fff;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .p_top .mv p {
    position: absolute;
    top: 32px;
    left: 0;
  }
  .p_top .mv p img {
    width: 16px;
  }
  .p_top .mv video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p_top .notice {
    background-color: #fff;
    padding-top: 52px;
    clear: both;
    overflow: hidden;
  }
  .p_top .notice a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
    padding-bottom: 5px;
  }
  .p_top .notice a span {
    background-color: #B6282C;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 10px;
    white-space: nowrap;
    margin-right: 15px;
  }
  .p_top .notice a span::before {
    content: "";
    margin-right: 5px;
    width: 15px;
    height: 14px;
    background: url(../img/ic_notice.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .notice a p {
    font-weight: 500;
    font-size: 16px;
    color: #040000;
  }
  .p_top .t_ttl h2 {
    text-align: center;
  }
  .p_top .t_ttl h2 span {
    font-size: 43px;
    color: #231815;
    font-weight: 700;
    color: #A59C6D;
    font-family: "Noto Serif JP", serif;
  }
  .p_top .t_ttl h2 small {
    font-size: 19px;
    display: block;
  }
  .p_top .new .btn_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
  .p_top .new .btn_wr a {
    font-size: 14px;
    font-weight: 600;
    width: 176px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #A59C6D;
    color: #fff;
    position: relative;
  }
  .p_top .new .btn_wr a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7px;
    height: 13px;
    background: url(../img/ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .new ul {
    height: 559px;
    overflow-y: auto;
  }
  .p_top .new ul li a {
    padding: 15px 0;
    display: block;
  }
  .p_top .new ul li a span {
    background-color: #c085a6;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 3px 10px;
    min-width: 80px;
    text-align: center;
    white-space: nowrap;
  }
  .p_top .new ul li a span.bg2 {
    background-color: #a3b86f;
  }
  .p_top .new ul li a span.bg3 {
    background-color: #7896be;
  }
  .p_top .new ul li a span.bg4 {
    background-color: #d39366;
  }
  .p_top .new ul li a time {
    font-size: 18px;
    white-space: nowrap;
    margin-right: 10px;
  }
  .p_top .new ul li a p {
    font-size: 20px;
    margin-top: 5px;
  }
  .p_top .event {
    padding-top: 120px;
    background-color: #fff;
    padding-bottom: 60px;
    border-bottom: 1px dotted #A59C6D;
  }
  .p_top .event .row {
    max-width: 973px;
  }
  .p_top .event .event_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 63px;
  }
  .p_top .event .event_main .event_l {
    width: 425px;
  }
  .p_top .event .event_main .event_l .calendar_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .event .event_main .event_l .calendar_head p {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    color: #A59C6D;
    font-weight: 700;
  }
  .p_top .event .event_main .event_l .calendar_head p i {
    font-style: normal;
    font-size: 47px;
    margin: 0 15px;
    vertical-align: sub;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li {
    cursor: pointer;
    width: 70px;
    height: 45px;
    border: 1px solid #A59C6D;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li:hover {
    opacity: 0.7;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li:nth-of-type(1) {
    margin-right: 10px;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li:nth-of-type(2)::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li::after {
    content: "";
    width: 10px;
    height: 16px;
    background: url(../img/cal_ic_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .event .event_main .event_l .calendar_bd {
    margin-top: 5px;
  }
  .p_top .event .event_main .event_l .calendar_bd table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr th {
    width: 53px;
    background-color: #A59C6D;
    color: #fff;
    height: 43px;
    font-size: 22px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr th:not(:last-child) {
    margin-right: 10px;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr td {
    width: 53px;
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28px;
    background-color: #F9F8F4;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr td:not(:last-child) {
    margin-right: 10px;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr td.bg1 {
    background-color: #D3CFB8;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr td.bg2 {
    background-color: #DCB4C5;
  }
  .p_top .event .event_main .event_l .des {
    margin-top: 25px;
  }
  .p_top .event .event_main .event_l .des li {
    font-size: 19px;
    position: relative;
    padding-left: 72px;
  }
  .p_top .event .event_main .event_l .des li:nth-of-type(2)::before {
    background-color: #D3CFB8;
  }
  .p_top .event .event_main .event_l .des li:not(:last-child) {
    margin-bottom: 15px;
  }
  .p_top .event .event_main .event_l .des li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 62px;
    height: 26px;
    background: #DCB4C5;
    display: block;
  }
  .p_top .event .event_main .event_r {
    width: 477px;
  }
  .p_top .event .event_main .event_r dl dt {
    background-color: #A59C6D;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 10px;
  }
  .p_top .event .event_main .event_r dl dd {
    padding: 50px 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .event .event_main .event_r dl dd figure {
    width: 239px;
  }
  .p_top .event .event_main .event_r dl dd .txt {
    padding-left: 10px;
  }
  .p_top .event .event_main .event_r dl dd .txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .p_top .event .event_main .event_r dl dd .txt p {
    font-size: 1em;
    line-height: 35px;
    font-family: "Noto Serif JP", serif;
  }
  .p_top .whatnew_fb {
    background-color: #fff;
    padding: 50px 0 140px;
  }
  .p_top .whatnew_fb .t_ttl {
    margin-bottom: 35px;
  }
  .p_top .whatnew_fb .row {
    max-width: 1024px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .whatnew_fb .row .new {
    width: 450px;
  }
  .p_top .whatnew_fb .row .fb {
    width: 500px;
  }
  .p_top .featured {
    background-color: #EBE9DF;
    padding: 50px 0 0;
  }
  .p_top .featured .t_ttl {
    margin-bottom: 60px;
  }
  .p_top .featured .featured_slider .swiper-button-next {
    top: 35%;
    width: 30px;
    height: 58px;
    background: url(../img/slider_ar.png) 0 0 no-repeat;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    outline: none;
  }
  .p_top .featured .featured_slider .swiper-button-prev {
    top: 35%;
    height: 58px;
    width: 30px;
    background: url(../img/slider_ar.png) 0 0 no-repeat;
    outline: none;
  }
  .p_top .featured .featured_slider .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 85px;
  }
  .p_top .featured .featured_slider .df figure {
    width: 240px;
  }
  .p_top .featured .featured_slider .df .txt {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-left: 25px;
  }
  .p_top .featured .featured_slider .df .txt h3 {
    font-weight: 600;
    font-size: 26px;
  }
  .p_top .featured .featured_slider .df .txt p {
    font-size: 17px;
    font-family: "Noto Serif JP", serif;
    margin: 12px 0 30px;
  }
  .p_top .featured .featured_slider .df .txt ul.list_square li {
    font-size: 20px;
    position: relative;
    padding-left: 26px;
    font-family: "Noto Serif JP", serif;
  }
  .p_top .featured .featured_slider .df .txt ul.list_square li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 13px;
    height: 13px;
    background: #000;
    display: block;
  }
  .p_top .featured .featured_slider .df .txt ul.listTag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .p_top .featured .featured_slider .df .txt ul.listTag li {
    background-color: #A59C6D;
    color: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 19px;
    display: inline-block;
    padding: 5px 35px;
  }
  .p_top .featured .featured_slider .df .txt ul.listTag li.bg2 {
    background-color: #B6282C;
  }
  .p_top .featured .featured_slider .df .txt ul.listTag li:not(:last-child) {
    margin-right: 15px;
  }
  .p_top .ticket {
    padding: 80px 0 146px;
    background-color: #fff;
  }
  .p_top .ticket .row {
    max-width: 1071px;
  }
  .p_top .ticket .btn_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .ticket .btn_wr a {
    font-size: 19px;
    color: #fff;
    background-color: #A59C6D;
    width: 422px;
    height: 66px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .ticket ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 45px;
  }
  .p_top .ticket ul li {
    width: 239px;
    margin-bottom: 70px;
  }
  .p_top .ticket ul li:not(:nth-child(4n)) {
    margin-right: 38px;
  }
  .p_top .ticket ul li a {
    display: block;
  }
  .p_top .ticket ul li a .tag {
display: block;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    clear: both;
    overflow: hidden;
  }
  .p_top .ticket ul li a .tag span {
background-color: #A59C6D;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px;
    float: left;
    width: 46%;
    margin: 2%;
    text-align: center;
  }
  .p_top .ticket ul li a .tag span.bg2 {
    background-color: #B6282C;
  }

  .p_top .ticket ul li a p {
    font-size: 18px;
    line-height: 28px;
  }
  .p_top .seating {
    text-align: center;
    background: url(../img/seating_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 30px 0 60px;
    padding-top: 70px;
    margin-top: -70px;
  }
  .p_top .seating_txt {
    font-family: "Noto Serif JP", serif;
    margin: 25px 0 70px;
    font-size: 15px;
  }
  .p_top .seating ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .seating ul li {
    margin: 0 70px;
  }
  .p_top .seating ul li a {
    display: block;
    position: relative;
  }
.p_top .seating ul li figure {
    width: 260px;
}
  .p_top .seating ul li a figure figcaption {
    line-height: 1.5;
    font-weight: 600;
    font-size: 26px;
  }
.p_top .seating ul li figure figcaption{
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    margin: 10px auto 0;
    line-height: normal;
    font-weight: bold;
}
.p_top .seating ul li figure figcaption span{
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    margin: 10px auto 0;
    line-height: normal;
    font-weight: bold;
    display: block;
    background-color: white;
    border-radius: 10px;
}
.p_top .seating ul li figure figcaption span a {
    display: unset;
}
.p_top .seating ul li figure figcaption span a img {
    width: 35%;
    float: unset;
    margin: 0 15px;
    padding: 5px;
    border-radius: 5px;
}
  .p_top .listLinkBot {
    background-color: #fff;
    text-align: center;
    padding: 125px 0 80px;
  }
  .p_top .listLinkBot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .listLinkBot ul li {
    width: 250px;
    margin: 0 33px;
  }
  .p_top .listLinkBot ul li:nth-of-type(1) figure figcaption {
    text-align: left;
  }
  .p_top .listLinkBot ul li figure {
    position: relative;
    margin-bottom: 5px;
  }
  .p_top .listLinkBot ul li figure figcaption {
    line-height: 1.5;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    font-family: "Noto Serif JP", serif;
  }
  .p_top .listLinkBot ul li a {
    display: block;
  }
  .p_top .map {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 4vw;
    padding-right: 4vw;
    clear: both;
    overflow: hidden;
  }
  body p {
    font-size: 3.73333vw;
  }
  .header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.75);
    height: 14.66667vw;
    -moz-box-shadow: 0px 1px 0.8vw rgba(0, 0, 0, 0.13);
         box-shadow: 0px 1px 0.8vw rgba(0, 0, 0, 0.13);
    position: relative;
  }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header.fixed h1 a {
    opacity: 0;
  }
  .header h1 a {
    height: 14.66667vw;
    padding-left: 4vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    top: 50vh;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9;
    margin-top: -5.6vw;
  }
  .header h1 a img {
    width: 32vw;
  }
  .header .row {
    padding: 0;
  }
  .header_bot {
    position: fixed;
    height: 100%;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    width: 100%;
    background-color: #B6282C;
    z-index: 9;
  }
  .header_bot.active {
    opacity: 1;
    visibility: visible;
  }
  .header_bot .header_nav {
    padding: 13.33333vw 0;
  }
  .header_bot .header_nav > ul li {
    margin-bottom: 4vw;
    text-align: center;
  }
  .header_bot .header_nav > ul li:nth-of-type(1) a {
    width: 50.66667vw;
  }
  .header_bot .header_nav > ul li:nth-of-type(1) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(1) a.active::before {
    background-image: url(../img/menu_ic1_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(1) a::before {
    width: 4.26667vw;
    height: 6.93333vw;
    background-image: url(../img/menu_ic1.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(2) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(2) a.active::before {
    background-image: url(../img/menu_ic2_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(2) a::before {
    width: 8.53333vw;
    height: 4.26667vw;
    background-image: url(../img/menu_ic2.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(3) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(3) a.active::before {
    background-image: url(../img/menu_ic3_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(3) a::before {
    top: 50%;
    width: 6.93333vw;
    height:  6.93333vw;
    background-image: url(../img/menu_ic3.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(4) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(4) a.active::before {
    background-image: url(../img/menu_ic4_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(4) a::before {
    width: 10.4vw;
    height: 5.6vw;
    background-image: url(../img/menu_ic4.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(5) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(5) a.active::before {
    background-image: url(../img/menu_ic5_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(5) a::before {
    width: 2.93333vw;
    height: 4.8vw;
    background-image: url(../img/menu_ic5.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(6) a:hover::before, .header_bot .header_nav > ul li:nth-of-type(6) a.active::before {
    background-image: url(../img/menu_ic6_ac.svg);
  }
  .header_bot .header_nav > ul li:nth-of-type(6) a::before {
    width: 4vw;
    height: 4.8vw;
    background-image: url(../img/menu_ic6.svg);
  }
  .header_bot .header_nav > ul li a {
    width: 48vw;
    height: 9.86667vw;
    color: #A59C6D;
    display: block;
    text-align: center;
    background-color: #fff;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-left: 3.46667vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header_bot .header_nav > ul li a:hover, .header_bot .header_nav > ul li a.active {
    color: #fff;
    background-color: #A59C6D;
    opacity: 1;
  }
  .header_bot .header_nav > ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.46667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .header_bot .header_nav > ul li a span {
    display: block;
    font-size: 3.46667vw;
    font-weight: 600;
    line-height: 1;
  }
  .header_bot .header_nav > ul li a small {
    font-size: 2.4vw;
    line-height: 1.5;
    display: block;
    font-family: "Noto Serif JP", serif;
  }
  .header .header_top_right {
    position: absolute;
    top: 2.13333vw;
    right: 4vw;
    text-align: center;
    width: 80%;
  }
  .header .header_top_right p {
    font-size: 2.13333vw;
    font-weight: 500;
  }
  .header .header_top_right .htr_top {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header_top_right .htr_top a {
    width: 27.2vw;
    height: 5.86667vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #B6282C;
    color: #fff;
    font-size: 2.66667vw;
  }
  .header .header_top_right .select {
    display: none;
  }
  .header .header_top_right .select label {
    height: 5.86667vw;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    position: relative;
  }
  .header .header_top_right .select label::after {
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.8vw solid transparent;
    border-right: 0.8vw solid transparent;
    border-top: 1.2vw solid #000;
  }
  .header .header_top_right .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    background: transparent;
    font-size: 2.66667vw;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #000;
    text-indent: 5%;
    background-image: url(/common_b/img/global_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
		font-weight: bold;
  }
   .header .header_top_right .select label .lang_english {
		background-image: unset;
    -webkit-appearance: auto;
    border: revert;
}
.select.select_wrap_english {
    width: 60%!important;
}
  .header .header_top_right .select label select::-ms-expand {
    display: none;
  }
  .header .menu_icon {
    width: 7.6vw;
    height: 6.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 4.26667vw;
    left: 3.33333vw;
    z-index: 99;
    cursor: pointer;
  }
  .header .menu_icon.active {
    border-color: transparent;
  }
  .header .menu_icon.active i {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(2.93333vw) rotate(-45deg);
       -moz-transform: translateY(2.93333vw) rotate(-45deg);
        -ms-transform: translateY(2.93333vw) rotate(-45deg);
            transform: translateY(2.93333vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu_icon_in {
    width: 7.6vw;
    height: 6.66667vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu_icon_in i {
    font-size: 2.4vw;
    text-align: center;
    font-style: normal;
    line-height: 1;
    color: #000;
    width: 100%;
    text-align: center;
    margin-top: 1.33333vw;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 6.66667vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4vw;
    background-color: #000;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.06667vw;
    opacity: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .footer {
    background-color: #fff;
  }
  .footer_top {
    padding: 4vw 0;
  }
  .footer_top .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_top .row a {
    font-size: 2.66667vw;
  }
  .footer_top .row .block_sp {
    width: 35%;
  }
  .footer_top .row > ul:last-child {
    width: 34%;
  }
  .footer_top .row > ul:nth-of-type(1) {
    margin-top: 2.66667vw;
    width: 25%;
  }
  .footer_top .row > ul:nth-of-type(1) li {
    margin-bottom: 2.13333vw;
  }
  .footer_top .row > ul:nth-of-type(1) li a {
    display: block;
    text-align: center;
    border: 1px solid #C4B06E;
    color: #C4B06E;
  }
  .footer_mid {
    background-color: #C4B06E;
    color: #fff;
    padding: 4vw 0;
  }
  .footer_mid .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_mid .row .fmr {
    width: -webkit-calc(100% - 26.66667vw);
    width: -moz-calc(100% - 26.66667vw);
    width: calc(100% - 26.66667vw);
    padding-left: 2.66667vw;
  }
  .footer_mid .row .fmr p {
    font-size: 2.66667vw;
  }
  .footer_mid .row .fmr p span {
    font-weight: 600;
    font-size: 3.46667vw;
  }
  .footer_mid .row .fmr p span:nth-of-type(3) {
    display: block;
  }
  .footer_mid .row .fmr p span small {
    font-size: 2.66667vw;
  }
  .footer_mid .row a {
    display: inline-block;
  }
  .footer_mid .row a img {
    width: 26.66667vw;
  }
  .footer .copyright {
    text-align: center;
    padding: 1.33333vw;
    font-size: 2.13333vw;
  }
  .p_top .mv {
    height: 100vh;
    padding: 0;
    position: relative;
  }
  .p_top .mv .posTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -webkit-calc(-50% - 90px));
       -moz-transform: translate(-50%, -moz-calc(-50% - 90px));
        -ms-transform: translate(-50%, calc(-50% - 90px));
            transform: translate(-50%, calc(-50% - 90px));
    font-size: 7.46667vw;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
  }
  .p_top .mv p {
    position: absolute;
    top: 8.53333vw;
    left: 0;
  }
  .p_top .mv p img {
    width: 4.26667vw;
  }
  .p_top .mv video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p_top .notice {
    background-color: #fff;
    padding: 4vw 0 7.33333vw;
    border-bottom: 1px dotted #A59C6D;
  }
  .p_top .notice a {
    display: block;
    text-align: center;
  }
  .p_top .notice a span {
    background-color: #B6282C;
    font-size: 3.46667vw;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8vw 2.66667vw;
    white-space: nowrap;
  }
  .p_top .notice a span::before {
    content: "";
    margin-right: 1.33333vw;
    width: 4vw;
    height: 3.73333vw;
    background: url(../img/ic_notice.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .notice a p {
    font-weight: 500;
    font-size: 4vw;
    color: #040000;
    margin-top: 1.33333vw;
  }
  .p_top .t_ttl h2 {
    text-align: center;
  }
  .p_top .t_ttl h2 span {
    font-size: 6.66667vw;
    color: #231815;
    font-weight: 700;
    color: #A59C6D;
    font-family: "Noto Serif JP", serif;
  }
  .p_top .t_ttl h2 small {
    font-size: 3.46667vw;
    display: block;
  }
  .p_top .new {
    padding-top: 6.66667vw;
    padding-bottom: 18.66667vw;
    border-bottom: 1px dotted #A59C6D;
    margin-bottom: 6.66667vw;
  }
  .p_top .new .btn_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 9.33333vw;
  }
  .p_top .new .btn_wr a {
    font-size: 3.73333vw;
    font-weight: 600;
    width: 46.93333vw;
    height: 6.4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #A59C6D;
    color: #fff;
    position: relative;
  }
  .p_top .new .btn_wr a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.86667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.86667vw;
    height: 3.46667vw;
    background: url(../img/ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .new ul {
    height: 80vw;
    overflow-y: auto;
  }
  .p_top .new ul li a {
    padding: 2.66667vw 0;
    display: block;
  }
  .p_top .new ul li a span {
    background-color: #FF73CD;
    color: #fff;
    font-size: 2.66667vw;
    font-weight: 600;
    display: inline-block;
    padding: 0.8vw 2.66667vw;
    min-width: 21.33333vw;
    text-align: center;
    white-space: nowrap;
  }
  .p_top .new ul li a span.bg2 {
    background-color: #94C900;
  }
  .p_top .new ul li a span.bg3 {
    background-color: #2992F2;
  }
  .p_top .new ul li a span.bg4 {
    background-color: #FF7320;
  }
  .p_top .new ul li a time {
    font-size: 3.73333vw;
    white-space: nowrap;
    margin-right: 2.66667vw;
  }
  .p_top .new ul li a p {
    font-size: 3.46667vw;
    margin-top: 1.33333vw;
  }
  .p_top .event {
    padding-top: 6.66667vw;
    background-color: #fff;
    padding-bottom: 13.33333vw;
    border-bottom: 1px dotted #A59C6D;
  }
  .p_top .event .event_main {
    margin-top: 8.4vw;
  }
  .p_top .event .event_main .event_l {
    width: 58.66667vw;
    margin: 0 auto 6.93333vw;
  }
  .p_top .event .event_main .event_l .calendar_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .event .event_main .event_l .calendar_head p {
    font-size: 3.2vw;
    font-family: "Noto Serif JP", serif;
    color: #A59C6D;
    font-weight: 700;
  }
  .p_top .event .event_main .event_l .calendar_head p i {
    font-style: normal;
    font-size: 6.26667vw;
    margin: 0 2vw;
    vertical-align: sub;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li {
    cursor: pointer;
    width: 9.33333vw;
    height: 6vw;
    border: 1px solid #A59C6D;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li:hover {
    opacity: 0.7;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li:nth-of-type(1) {
    margin-right: 1.33333vw;
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li:nth-of-type(2)::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .event .event_main .event_l .calendar_head .calendar_ctrl li::after {
    content: "";
    width: 1.33333vw;
    height: 2.13333vw;
    background: url(../img/cal_ic_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .event .event_main .event_l .calendar_bd {
    margin-top: 1.33333vw;
  }
  .p_top .event .event_main .event_l .calendar_bd table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.33333vw;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr th {
    width: 7.06667vw;
    background-color: #A59C6D;
    color: #fff;
    height: 5.73333vw;
    font-size: 2.93333vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr th:not(:last-child) {
    margin-right: 1.33333vw;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr td {
    width: 7.06667vw;
    height: 7.06667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.73333vw;
    background-color: #F9F8F4;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr td:not(:last-child) {
    margin-right: 1.33333vw;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr td.bg1 {
    background-color: #D3CFB8;
  }
  .p_top .event .event_main .event_l .calendar_bd table tr td.bg2 {
    background-color: #DCB4C5;
  }
  .p_top .event .event_main .event_l .des {
    margin-top: 4.66667vw;
  }
  .p_top .event .event_main .event_l .des li {
    font-size: 2.53333vw;
    position: relative;
    padding-left: 9.6vw;
  }
  .p_top .event .event_main .event_l .des li:nth-of-type(2)::before {
    background-color: #D3CFB8;
  }
  .p_top .event .event_main .event_l .des li:not(:last-child) {
    margin-bottom: 2vw;
  }
  .p_top .event .event_main .event_l .des li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.26667vw;
    height: 3.46667vw;
    background: #DCB4C5;
    display: block;
  }
  .p_top .event .event_main .event_r {
    margin: 0 -4vw;
    text-align: center;
  }
  .p_top .event .event_main .event_r dl dt {
    background-color: #A59C6D;
    text-align: center;
    font-size: 3.73333vw;
    color: #fff;
    padding: 2.13333vw;
  }
  .p_top .event .event_main .event_r dl dd {
    padding: 4.8vw 4vw;
  }
  .p_top .event .event_main .event_r dl dd figure {
    width: 59.73333vw;
    display: inline-block;
    margin-bottom: 4vw;
  }
  .p_top .event .event_main .event_r dl dd .txt h3 {
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 1.33333vw;
  }
  .p_top .event .event_main .event_r dl dd .txt p {
    font-size: 3.2vw;
    text-align: left;
    font-family: "Noto Serif JP", serif;
  }
  .p_top .whatnew_fb {
    background-color: #fff;
  }
  .p_top .whatnew_fb .t_ttl {
    margin-bottom: 9.33333vw;
  }
  .p_top .whatnew_fb .row .fb iframe {
    width: 100% !important;
    height: 80vw;
  }
  .p_top .featured {
    background-color: #EBE9DF;
    padding: 13.33333vw 0 18.66667vw;
  }
  .p_top .featured .t_ttl {
    margin-bottom: 16vw;
  }
  .p_top .featured .featured_slider .swiper-button-next {
    top: 34.66667vw;
    width: 4vw;
    height: 7.73333vw;
    background: url(../img/slider_ar.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    outline: none;
  }
  .p_top .featured .featured_slider .swiper-button-prev {
    top: 34.66667vw;
    height: 7.73333vw;
    width: 4vw;
    background: url(../img/slider_ar.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    outline: none;
  }
  .p_top .featured .featured_slider .df {
    padding: 0 13.33333vw;
  }
  .p_top .featured .featured_slider .df figure {
    width: 64vw;
  }
  .p_top .featured .featured_slider .df .txt {
    text-align: center;
    margin: 4vw -13.33333vw 0;
  }
  .p_top .featured .featured_slider .df .txt h3 {
    font-weight: 600;
    font-size: 5.33333vw;
  }
  .p_top .featured .featured_slider .df .txt p {
    font-size: 3.8vw;
    font-family: "Noto Serif JP", serif;
    margin: 3.2vw 0 8vw;
    line-height: normal;
  }
  .p_top .featured .featured_slider .df .txt ul.list_square li {
    font-size: 4.26667vw;
    position: relative;
    padding-left: 6.93333vw;
    font-family: "Noto Serif JP", serif;
    text-align: left;
  }
  .p_top .featured .featured_slider .df .txt ul.list_square li::before {
    content: "";
    position: absolute;
    left: 2.13333vw;
    top: 2.13333vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 2.66667vw;
    height: 2.66667vw;
    background: #000;
    display: block;
  }
  .p_top .featured .featured_slider .df .txt ul.listTag {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10.66667vw;
  }
  .p_top .featured .featured_slider .df .txt ul.listTag li {
    background-color: #A59C6D;
    color: #fff;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    font-size: 4vw;
    display: inline-block;
    padding: 1.33333vw 9.33333vw;
  }
  .p_top .featured .featured_slider .df .txt ul.listTag li.bg2 {
    background-color: #B6282C;
  }
  .p_top .featured .featured_slider .df .txt ul.listTag li:not(:last-child) {
    margin-right: 4vw;
  }
  .p_top .ticket {
    padding: 21.33333vw 7.2vw 18.66667vw;
    background-color: #fff;
  }
  .p_top .ticket .row {
    padding: 0;
  }
  .p_top .ticket .btn_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .ticket .btn_wr a {
    font-size: 4.8vw;
    color: #fff;
    background-color: #A59C6D;
    width: 100%;
    height: 17.6vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .ticket ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 12vw;
  }
  .p_top .ticket ul li {
    width: 45%;
    margin-bottom: 8vw;
  }
  .p_top .ticket ul li figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .ticket ul li a {
    display: block;
  }
  .p_top .ticket ul li a .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3.2vw -0.8vw 1.33333vw;
  }
  .p_top .ticket ul li a .tag span {
    background-color: #A59C6D;
    color: #fff;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    font-size: 3.2vw;
    display: inline-block;
    padding: 1.33333vw 4.8vw;
    margin: 0 0.8vw;
    white-space: nowrap;
  }
  .p_top .ticket ul li a .tag span.bg2 {
    background-color: #B6282C;
  }
  .p_top .seating {
    text-align: center;
    background: url(../img/seating_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 4vw 0 8vw;
  }
  .p_top .seating_txt {
    font-family: "Noto Serif JP", serif;
    margin: 3.33333vw 0 9.33333vw;
    font-size: 4vw;
    text-align: left;
  }
  .p_top .seating ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .seating ul li {
    margin: 0 5.33333vw;
    width: 34.66667vw;
  }
  .p_top .seating ul li a {
    display: block;
    position: relative;
  }
  .p_top .seating ul li a figure figcaption {
    line-height: 1.5;
    font-weight: 600;
    font-size: 3.46667vw;
  }
  .p_top .listLinkBot {
    background-color: #fff;
    text-align: center;
    padding: 13.33333vw 0 10.66667vw;
  }
  .p_top .listLinkBot ul li {
    width: 66.66667vw;
    margin: 0 auto 8vw;
  }
  .p_top .listLinkBot ul li:nth-of-type(1) figure figcaption {
    text-align: left;
  }
  .p_top .listLinkBot ul li figure {
    position: relative;
    margin-bottom: 1.33333vw;
  }
  .p_top .listLinkBot ul li figure figcaption {
    line-height: 1.5;
    font-size: 3.73333vw;
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    font-family: "Noto Serif JP", serif;
  }
  .p_top .listLinkBot ul li a {
    display: block;
  }
  .p_top .map {
    background-color: #fff;
  }
  .p_top .map iframe {
    height: 80vw;
  }
}
