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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * -----------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
    width: 1600px;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}

/* GENERAL
 * -----------------------------------------------*/
html {
  opacity: 1;
}

html.is-loading {
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  opacity: 0;
}

body {
  color: #f0f0f0;
  font-family: Noto Serif JP, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, Georgia, serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background: #000;
  overflow-y: scroll;
}

body.is-has-modal {
  position: fixed;
  width: 100%;
}

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

.hidden {
  display: none;
}

.container {
  overflow: hidden;
}

.image-full {
  display: block;
  width: 100%;
}

/* RESPONSIVE
 * -----------------------------------------------*/
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }
  .wrapper-wide,
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .wrapper {
    max-width: 1064px;
  }
  .wrapper-wide {
    max-width: 1364px;
  }
  .sm {
    display: none !important;
  }
  .trans {
    opacity: 1;
    -webkit-transition: opacity .26s ease;
    transition: opacity .26s ease;
  }
  .trans:hover {
    opacity: .8;
  }
  .container {
    background: url(../img/common/footer_bg.jpg) no-repeat center bottom/5420px auto;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
  }
  body {
    font-size: 0.22rem;
  }
  .container {
    min-width: 320px;
    padding-top: 1rem;
    background: url(../img/common/sp/footer_bg.jpg) no-repeat 0 bottom/100% auto;
  }
  .wrapper {
    padding-left: .4rem;
    padding-right: .4rem;
  }
  .wrapper-wide {
    padding-left: .8rem;
    padding-right: .8rem;
  }
  .md {
    display: none !important;
  }
}

.header-site {
  width: 100%;
  top: 0;
  z-index: 2000;
  position: relative;
}

.header-site .logo-image,
.header-site .logo-image img {
  display: block;
}

.header-site .logo-image img {
  width: 100%;
}

.header-site .navigation-menu {
  letter-spacing: .075em;
}

.header-site .navigation-menu li {
  position: relative;
}

.header-site .menu-item {
  position: relative;
  color: #f0f0f0;
}

.header-site .menu-item::after {
  content: "";
  position: absolute;
}

.header-site .menu-contact {
  position: relative;
}

.header-site .menu-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #f0f0f0;
}

.header-site .has-sub {
  position: relative;
}

.header-site .has-sub span {
  position: relative;
  font-family: "Barlow", serif;
  letter-spacing: .075em;
  color: #f0f0f0;
  cursor: pointer;
}

.header-site .has-sub span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-site .header-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-site .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-has-sub.has-sub .mega {
  opacity: 1;
  visibility: visible;
}

.is-has-sub.has-sub span::before {
  -webkit-transform: rotate(225deg) !important;
          transform: rotate(225deg) !important;
}

.mega-item {
  display: block;
  font-family: "Barlow", serif;
  letter-spacing: .075em;
}

.mega {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .26s ease, visibility .26s ease;
  transition: opacity .26s ease, visibility .26s ease;
}

@media print, (min-width: 768px) {
  .header-site .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 40px 22px 60px;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-site .logo-image {
    width: 219px;
  }
  .header-site .header-navigation {
    display: block !important;
    height: auto !important;
    margin-left: auto;
  }
  .header-site .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-site .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 17px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-site .navigation-menu li:not(:first-child) {
    margin-left: 48px;
  }
  .header-site .menu-item {
    font-size: 16px;
  }
  .header-site .menu-item::after {
    height: 1px;
    left: 3px;
    right: 2px;
    bottom: -7px;
    -webkit-transition: all .26s;
    transition: all .26s;
    opacity: 0;
  }
  .header-site .menu-item::after {
    background: url(../img/common/line_item.jpg) repeat center center;
  }
  .header-site .menu-item.is-active::after, .header-site .menu-item:hover::after {
    opacity: 1;
  }
  .header-site .menu-contact {
    margin: 1px 18px 1px 100px;
  }
  .header-site .menu-contact .menu-item {
    font-size: 12px;
    letter-spacing: .075em;
  }
  .header-site .menu-contact::before {
    width: 1px;
    height: 14px;
    margin-top: -8px;
    left: -49px;
  }
  .header-site .has-sub {
    margin: 2px 19px 2px 18px !important;
  }
  .header-site .has-sub span::before {
    width: 4px;
    height: 4px;
    left: -12px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .header-list {
    white-space: nowrap;
  }
  .mega {
    top: 25px;
    margin-left: -50px;
    background: #000;
  }
  .mega a {
    color: #fff !important;
  }
  .mega .list-mega {
    padding: 25px;
  }
  .list-mega {
    min-width: 120px;
    max-width: 200px;
  }
  .list-mega li {
    text-align: center;
  }
  .list-mega li:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px solid #808080;
    margin-bottom: 8px;
  }
  html:not(.is-ipad) .has-sub:hover .mega,
  .is-ipad .has-sub.is-has-open .mega {
    opacity: 1;
    visibility: visible;
  }
  html:not(.is-ipad) .has-sub:hover span::before,
  .is-ipad .has-sub.is-has-open span::before {
    -webkit-transform: rotate(225deg) !important;
            transform: rotate(225deg) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1850px) {
  .header-site .header-wrapper {
    padding: 1.19vw 1.1vw;
  }
  .header-site .navigation-menu li:not(:first-child) {
    margin-left: 2vw;
  }
  .header-site .menu-item {
    font-size: .86vw;
  }
  .header-site .menu-contact {
    margin-left: 2.24vw !important;
  }
  .header-site .menu-contact::before {
    left: -.96vw;
    margin-top: -.42vw;
  }
  .header-site .has-sub {
    margin: .1vw 1.1vw !important;
  }
  .header-site .has-sub span {
    font-size: .86vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .header-site .logo-image {
    width: 19.55vw;
  }
  .header-site .navigation-menu- li:not(:first-child) {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .header-site .logo {
    display: block;
    margin: auto 0;
  }
  .header-site .menu-item {
    font-size: 10px;
  }
  .header-site .menu-item::after {
    bottom: -3px;
  }
  .header-site .has-sub span,
  .header-site .mega-item {
    font-size: 10px;
  }
  .header-site .navigation-inner {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1034px) {
  .header-site .menu-contact::before {
    top: 8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-site {
    position: fixed;
  }
  .header-site .logo-image {
    width: 2.19rem;
    margin: .22rem .41rem .24rem;
  }
  .header-site .header-navigation {
    display: none;
    position: fixed;
    padding-top: 1.37rem;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
  }
  .header-site .header-navigation .logo-image {
    position: absolute;
    top: .22rem;
    left: .41rem;
    margin: 0 !important;
    width: 2.19rem !important;
  }
  .header-site .navigation-menu {
    padding: 0 .3rem;
  }
  .header-site .navigation-menu li {
    margin-bottom: .4rem;
  }
  .header-site .navigation-menu li:last-child {
    margin-bottom: 0;
  }
  .header-site .navigation-menu .menu-item {
    display: block;
    font-size: .24rem;
    color: #f0f0f0;
    padding: .14rem .3rem;
    text-align: center;
  }
  .header-site .navigation-inner {
    width: 100%;
    height: 100%;
    padding-bottom: 2.6rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-site .button-menu {
    position: fixed;
    width: .47rem;
    height: .64rem;
    top: .18rem;
    right: .18rem;
    z-index: 205;
  }
  .header-site .button-menu span {
    left: 50%;
    background: #f0f0f0;
    position: absolute;
    display: block;
    -webkit-transition: ease .26s;
    transition: ease .26s;
    width: 1px;
  }
  .header-site .button-menu span:first-child {
    height: .36rem;
    margin-left: -.2rem;
  }
  .header-site .button-menu span:nth-child(2) {
    height: .48rem;
    margin-left: -.1rem;
  }
  .header-site .button-menu span:last-child {
    height: .64rem;
  }
  .header-site .button-menu.is-active span {
    left: .14rem;
    background-color: #f0f0f0 !important;
  }
  .header-site .button-menu.is-active span:first-child {
    height: .64rem;
    margin-left: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .header-site .button-menu.is-active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(0) scale(0);
            transform: translate(0) scale(0);
  }
  .header-site .button-menu.is-active span:last-child {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .header-site .header-sub {
    position: relative;
    width: 5.9rem;
    margin: 1.4rem auto 0;
  }
  .header-site .header-sub::before {
    content: "";
    position: absolute;
    background: url(../img/common/sp/line_nav_sp.png) repeat center center;
    width: 5.9rem;
    height: .04rem;
    top: -.8rem;
    left: 0;
  }
  .header-site .header-list {
    width: 100%;
  }
  .header-site .header-list li {
    white-space: nowrap;
  }
  .header-site .header-list .menu-item {
    color: #f0f0f0;
  }
  .header-site .header-list .menu-item {
    font-size: .21rem;
  }
  .header-site .header-list .has-sub {
    margin-right: 1.7rem;
  }
  .header-site .header-list .has-sub:last-child {
    margin-right: 0;
  }
  .header-site .header-list .has-sub span {
    font-size: .2rem;
  }
  .header-site .header-list .has-sub span::before {
    width: .08rem;
    height: .08rem;
    left: -.23rem;
    margin-top: -.03rem;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: .26s ease;
    transition: .26s ease;
  }
  .header-site .list-mega {
    margin-top: .2rem;
    position: absolute;
    width: 85vw;
    left: -55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header-site .list-mega li {
    width: 20%;
    margin: .2rem 0 !important;
    text-align: center;
  }
  .header-site .list-mega li:not(:last-child) {
    border-right: 1px solid #808080;
  }
  .header-site .mega-item {
    font-size: .2rem;
  }
  .header-site .has-sub.is-has-open .mega {
    opacity: 1;
    visibility: visible;
  }
  .header-site .has-sub.is-has-open span::before {
    -webkit-transform: rotate(225deg) !important;
            transform: rotate(225deg) !important;
  }
}

/*
 *  Google Translate 暫定対応
 */
#google_translation .goog-te-combo {
  width: 12em;
  background: #FFFFFF;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  background-image: url(/img/common/arrow_icn_02.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  font-size: 1.2em;
  background-size: 12px 12px;
}

@media print, (min-width: 768px) {
  #google_translation {
    margin: 0 0 0 1em;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-site .header-sub {
    display: block;
  }
  .header-sub .header-list .menu-contact {
    text-align: center;
  }
  #google_translation {
    margin: 1.5em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-site {
  position: relative;
}

.footer-site .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.footer-site .footer-list li {
  margin-bottom: 20px;
}

.footer-site .footer-list a {
  display: block;
  letter-spacing: .075em;
}

.footer-site .lang-ja {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-site .lang-ja a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.footer-site .info-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .075em;
  color: #050505;
  background-color: #f0f0f0;
}

.footer-site .info-button::before {
  content: "";
  position: absolute;
  background: no-repeat center center / 100% auto;
  top: 50%;
  -webkit-transition: .26s ease;
  transition: .26s ease;
}

.footer-site .info-inner {
  letter-spacing: .075em;
}

.footer-site .info-title {
  font-family: "Barlow", serif;
  letter-spacing: .075em;
}

.footer-site .info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-site .info-social .social-item {
  display: block;
  background: no-repeat center / 100% auto;
}

.footer-site .info-social li:nth-child(4n) {
  margin-right: 0;
}

.footer-site .footer-copyright {
  display: block;
}

@media print, (min-width: 768px) {
  .footer-site {
    min-height: 624px;
    padding: 190px 0 30px;
  }
  .is-ipad .footer-site {
    padding-bottom: 50px;
  }
  .footer-site .wrapper-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
    position: relative;
  }
  .footer-site .logo-image {
    width: 219px;
    position: absolute;
    left: 10px;
    top: 0;
  }
  .footer-site .footer-list {
    margin-left: 329px;
    max-width: 400px;
  }
  .footer-site .footer-list a {
    min-width: 200px;
  }
  .footer-site .lang-ja li {
    margin-right: 55px;
  }
  .footer-site .lang-ja li:last-child {
    margin-right: 0;
  }
  .footer-site .lang-ja a {
    min-width: 20px;
  }
  .footer-site .footer-info {
    width: 328px;
  }
  .footer-site .info-button {
    width: 100%;
    min-height: 34px;
    margin-bottom: 30px;
    font-size: 12px;
  }
  .is-firefox .footer-site .info-button {
    padding-bottom: 2px;
  }
  .footer-site .info-button::before {
    background-image: url(../img/common/footer_icn_button.png);
    width: 9px;
    height: 16px;
    margin-top: -8px;
    right: 16px;
  }
  .footer-site .info-button:hover::before {
    right: 11px;
  }
  .footer-site .info-inner {
    margin: 0 0 32px -3px;
    font-size: 12px;
    line-height: 2;
  }
  .footer-site .info-title {
    margin: 0 0 11px 2px;
    font-size: 12px;
  }
  .footer-site .info-social {
    margin: 18px -2px 0 0;
  }
  .footer-site .info-social li {
    margin-right: 72px;
  }
  .footer-site .info-social .social-item {
    width: 29px;
    height: 20px;
  }
  .footer-site .social-line {
    background-image: url(../img/common/footer_icn_01.png) !important;
  }
  .footer-site .social-twitter {
    background-image: url(../img/common/footer_icn_02.png) !important;
  }
  .footer-site .social-note {
    background-image: url(../img/common/footer_icn_03.png) !important;
  }
  .footer-site .social-youtube {
    background-image: url(../img/common/footer_icn_04.png) !important;
  }
  .footer-site .info-phone {
    pointer-events: none;
  }
  .footer-site .footer-copyright {
    margin-top: 48px;
  }
  .is-ipad .footer-site .footer-copyright {
    font-size: 10px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-site .footer-list,
  .footer-site .info-social {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-site .footer-list > li,
  .footer-site .info-social > li {
    margin-right: 0;
  }
  .footer-site .footer-list {
    margin-left: calc( 220px + 4vw);
    width: 30vw;
  }
  .footer-site .footer-info {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: .5rem 0 .69rem;
  }
  .footer-site .wrapper-wide {
    padding: 0 1.09rem;
  }
  .footer-site .logo-image {
    display: block;
    width: 3.29rem;
    margin: 0 auto 1.16rem;
  }
  .footer-site .footer-list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: .63rem;
    padding: 0 .05rem;
  }
  .footer-site .footer-list li {
    margin-bottom: .2rem;
    font-size: .2rem;
  }
  .footer-site .lang-ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-site .info-button {
    width: 5.1rem;
    min-height: .56rem;
    margin: 0 auto .67rem;
    padding: 0 .5rem;
    font-size: .2rem;
  }
  .footer-site .info-button::before {
    background-image: url(../img/common/sp/footer_icn_button.png);
    width: .11rem;
    height: .2rem;
    margin-top: -.1rem;
    right: .24rem;
  }
  .footer-site .info-button:hover::before {
    right: .19rem;
  }
  .footer-site .info-inner p,
  .footer-site .footer-copyright,
  .footer-site .info-phone,
  .footer-site address {
    display: block;
    font-size: .2rem;
  }
  .footer-site .info-inner {
    margin: 0 -.5rem .69rem 0;
    line-height: 2;
    padding: 0 .06rem;
  }
  .footer-site .info-inner p {
    margin: 0 0 .27rem .03rem;
  }
  .footer-site .info-inner address {
    margin-top: -.09rem;
  }
  .footer-site .info-title {
    font-size: .18rem !important;
    color: #aaa;
  }
  .footer-site .info-social li {
    margin-right: 1.1rem;
  }
  .footer-site .info-social .social-item {
    width: .46rem;
    height: .34rem;
  }
  .footer-site .social-line {
    background-image: url(../img/common/sp/footer_icn_01.png) !important;
  }
  .footer-site .social-twitter {
    background-image: url(../img/common/sp/footer_icn_02.png) !important;
  }
  .footer-site .social-note {
    background-image: url(../img/common/sp/footer_icn_03.png) !important;
  }
  .footer-site .social-youtube {
    background-image: url(../img/common/sp/footer_icn_04.png) !important;
  }
  .footer-site .info-phone {
    width: 5rem;
  }
  .footer-site .info-fax {
    margin-bottom: 0 !important;
  }
  .footer-site .footer-copyright {
    margin: .6rem -.5rem 0 -1rem;
    letter-spacing: .05em;
    text-align: center;
  }
}

.button-top {
  position: fixed;
  z-index: 100;
  display: none;
  cursor: pointer;
  background: no-repeat 0 0/100% auto;
}

.button-top::before {
  content: "";
  display: block;
  -webkit-transition: .26s ease;
  transition: .26s ease;
  background: no-repeat 0 0/100% auto;
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media print, (min-width: 768px) {
  .button-top {
    right: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    background-image: url(../img/common/btn_top.png);
  }
  .button-top::before {
    background-image: url(../img/common/icon_arrow_top.png);
    width: 12px;
    height: 32px;
    margin-left: -1px;
  }
  .button-top:hover::before {
    height: 45px;
  }
  .is-ipad .button-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-top {
    right: .24rem;
    bottom: .24rem;
    width: .8rem;
    height: .8rem;
    background-image: url(../img/common/sp/btn_top.png);
  }
  .button-top::before {
    background-image: url(../img/common/sp/icon_arrow_top.png);
    width: .14rem;
    height: .43rem;
    margin-left: -.02rem;
  }
  .button-top:hover::before {
    height: .58rem;
  }
}

.section-keyvisual-common {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat center center / 100% auto;
}

.section-keyvisual-common::before, .section-keyvisual-common::after {
  content: "";
  position: absolute;
  background: no-repeat center center / 100% auto;
  pointer-events: none;
}

.section-keyvisual-common .common-title {
  color: #000;
}

@media print, (min-width: 768px) {
  .section-keyvisual-common {
    background-image: url(../img/common/keyvisual_bg_common.jpg);
    min-height: 400px;
  }
  .section-keyvisual-common::before, .section-keyvisual-common::after {
    width: 478px;
  }
  .section-keyvisual-common::before {
    background-image: url(../img/common/keyvisual_icn_01.png);
    height: 610px;
    right: 50%;
    margin-right: -958px;
    top: -89px;
  }
  .section-keyvisual-common::after {
    background-image: url(../img/common/keyvisual_icn_02.png);
    height: 621px;
    left: 50%;
    margin-left: -958px;
    bottom: -121px;
  }
  .is-firefox .section-keyvisual-common .common-title {
    width: 43px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
  .section-keyvisual-common {
    background-size: 1920px auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-keyvisual-common {
    background-image: url(../img/common/sp/keyvisual_bg_common.jpg);
    min-height: 5.2rem;
  }
  .section-keyvisual-common::before, .section-keyvisual-common::after {
    width: 3.2rem;
    height: 3.3rem;
  }
  .section-keyvisual-common::before {
    background-image: url(../img/common/sp/keyvisual_icn_01.png);
    right: 0;
    top: -.61rem;
  }
  .section-keyvisual-common::after {
    background-image: url(../img/common/sp/keyvisual_icn_02.png);
    left: 0;
    bottom: -.61rem;
  }
}

.common-title {
  position: relative;
  margin: 0 auto;
  letter-spacing: .075em;
  text-align: center;
}

.common-title-ja {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.common-title-ja::before, .common-title-ja::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #805e00;
}

.common-title-ja span {
  position: absolute;
  top: 0;
  font-family: "Barlow", serif;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  letter-spacing: .075em;
  color: #805e00;
}

@media print, (min-width: 768px) {
  .common-title {
    font-size: 30px;
  }
  .common-title-ja::before, .common-title-ja::after {
    height: 62px;
  }
  .common-title-ja::before {
    top: -30px;
    left: -24px;
  }
  .common-title-ja::after {
    bottom: -16px;
    right: -24px;
  }
  .common-title-ja span {
    right: -29px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-title {
    font-size: .4rem;
  }
  .common-title-ja::before, .common-title-ja::after {
    height: .8rem;
  }
  .common-title-ja::before {
    top: -.38rem;
    left: -.32rem;
  }
  .common-title-ja::after {
    bottom: -.25rem;
    right: -.32rem;
  }
  .common-title-ja span {
    right: -.39rem;
    font-size: .2rem;
  }
}

.common-button {
  position: relative;
  display: inline-block;
  letter-spacing: .075em;
}

.common-button::after {
  content: "";
  position: absolute;
  background: no-repeat center center / 100% auto;
  top: 50%;
  right: 0;
  -webkit-transition: .26s ease;
  transition: .26s ease;
}

.prev-button {
  padding-right: 0;
}

.prev-button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: auto;
  left: 0;
}

.button-center {
  text-align: center;
}

@media print, (min-width: 768px) {
  .common-button {
    padding-right: 25px;
  }
  .common-button::after {
    background-image: url(../img/common/button_common.png);
    width: 9px;
    height: 16px;
    margin-top: -7px;
  }
  .is-mac.is-chrome .common-button::after {
    margin-top: -8px;
  }
  .common-button:hover:after {
    right: -5px;
  }
  .prev-button {
    padding-left: 25px;
  }
  .prev-button:hover:after {
    left: -5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-button {
    padding-right: .32rem;
  }
  .common-button::after {
    background-image: url(../img/common/sp/button_common.png);
    width: .11rem;
    height: .2rem;
    margin-top: -.09rem;
  }
  .common-button:hover:after {
    right: -.1rem;
  }
  .prev-button {
    padding-left: 0.3rem;
  }
  .prev-button:hover:after {
    left: -.1rem;
  }
}

.events-list .events-content {
  position: relative;
}

.events-list .events-content::before, .events-list .events-content::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

.events-list .events-content::before {
  background: repeat 0 0/auto 100%;
  top: 0;
}

.events-list .events-content::after {
  background-color: #808080;
  height: 1px;
  bottom: 0;
}

.events-list .events-description {
  text-align: justify;
  letter-spacing: .05em;
}

.events-list .events-top {
  position: relative;
}

.events-list .events-status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fdbe10;
  color: #000;
  letter-spacing: .075em;
  z-index: 2;
}

.events-time {
  color: #ffce3a;
  letter-spacing: .075em;
}

.events-time > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-time .time-head {
  display: block;
}

.events-time .time-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area-list .tag {
  line-height: 1.2;
  letter-spacing: .075em;
  color: #000;
  background-color: #fbbc0e;
  display: block;
}

@media print, (min-width: 768px) {
  .events-list {
    margin: 0 -10px 198px;
  }
  .events-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .events-list > li:not(:last-child) {
    margin-bottom: 79px;
  }
  .events-list .events-image {
    width: 440px;
  }
  .events-list .events-content {
    margin-left: 104px;
    padding: 38px 0 0 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .events-list .events-content::before {
    background-image: url(../img/common/line_dot.png);
    height: 4px;
  }
  .events-list .events-description {
    font-size: 16px;
  }
  .events-list .events-description {
    margin-bottom: 28px;
    padding-right: 25px;
    line-height: 2;
  }
  .events-list .events-top {
    margin-bottom: 83px;
    padding-right: 25px;
  }
  .events-list .events-top::before {
    content: "";
    position: absolute;
    width: 800px;
    background: url(../img/common/line_dot.png) repeat 0 0/auto 100%;
    height: 4px;
    left: -24px;
    bottom: -35px;
  }
  .events-list .events-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: calc(28 / 20);
  }
  .events-list .common-button {
    margin-bottom: 23px;
  }
  .events-list .events-status {
    width: 200px;
    min-height: 40px;
    padding: 10px;
  }
  .events-time {
    font-size: 16px;
    margin-bottom: 34px;
  }
  .events-time .time-head {
    width: 58px;
  }
  .events-time .time-info {
    margin-left: 28px;
  }
  .events-time > li:not(:last-child) {
    margin-bottom: 17px;
  }
  .area-list > li {
    margin: 0 7px 10px 0;
  }
  .area-list .tag {
    padding: 3px 16px;
    border-radius: 20px;
  }
  .is-ipad .area-list .tag,
  .is-firefox .area-list .tag,
  .is-mac .area-list .tag {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1375px) {
  .events-list .events-top::before {
    width: 104%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1210px) {
  .events-list .events-image {
    width: 36.36vw;
  }
  .events-list .events-content {
    padding-left: 2.6vw;
    margin-left: 8.6vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .events-list:not(:last-child) {
    margin-bottom: 2rem;
  }
  .events-list > li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .events-list .events-title {
    margin-bottom: .28rem;
    text-align: justify;
    font-size: .28rem;
    line-height: calc(38 / 28);
    letter-spacing: .05em;
  }
  .events-list .events-image {
    margin-bottom: .69rem;
    display: block;
  }
  .events-list .events-content {
    padding: 0 .4rem;
  }
  .events-list .events-content::before {
    background-image: url(../img/common/line_dot.png);
    width: 100%;
    height: .04rem;
  }
  .events-list .events-description {
    font-size: .24rem;
  }
  .events-list .events-description {
    margin-bottom: .62rem;
    line-height: calc(44 / 24);
  }
  .events-list .events-top {
    position: relative;
    padding-top: .56rem;
    margin-bottom: .8rem;
    padding-bottom: .54rem;
  }
  .events-list .events-top::before {
    content: "";
    position: absolute;
    background-image: url(../img/common/sp/line_dot.png);
    width: 113%;
    height: .04rem;
    bottom: 0;
    left: -.39rem;
  }
  .events-list .common-button {
    margin-bottom: .36rem;
  }
  .events-list .events-status {
    width: 2.4rem;
    min-height: .6rem;
    margin-right: -.4rem;
    font-size: .2rem;
  }
  .events-time {
    font-size: .24rem;
    margin-bottom: .71rem;
  }
  .events-time > li:not(:last-child) {
    margin-bottom: .29rem;
  }
  .events-time .time-info {
    margin-left: .47rem;
  }
  .events-time .time-head {
    width: .85rem;
  }
  .area-list > li {
    margin: 0 .17rem .1rem 0;
  }
  .area-list .tag {
    border-radius: .20rem;
    padding: .05rem .22rem .06rem;
    font-size: .21rem;
  }
  .is-chrome.is-android .area-list .tag {
    padding-bottom: .07rem;
  }
}

.accordion-list .accordion-title {
  position: relative;
  background-color: #000;
  border: 1px solid #ccc;
  letter-spacing: .075em;
  cursor: pointer;
}

.accordion-list .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  background: no-repeat center center / 100% auto;
  -webkit-transition: .26s ease;
  transition: .26s ease;
}

.accordion-list .accordion-item.is-active .accordion-title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-list .accordion-item:not(.is-active) .accordion-title:hover:before {
  margin-top: 0;
}

.accordion-list .accordion-content {
  display: none;
}

.accordion-list .accordion-text > li {
  position: relative;
}

.accordion-list .accordion-text > li:last-child {
  margin-bottom: 0;
}

.accordion-list .accordion-text > li:last-child::before {
  content: none;
}

.accordion-list .accordion-text > li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #808080;
}

.accordion-list .list-text {
  letter-spacing: .075em;
}

.accordion-list .accordion-subtitle {
  letter-spacing: .075em;
}

.accordion-list .accordion-item:not(:last-child) {
  margin-bottom: -1px;
}

@media print, (min-width: 768px) {
  .accordion-list {
    max-width: 1024px;
    margin: 0 auto;
  }
  .accordion-list .accordion-title {
    min-height: 64px;
    padding: 21px 110px 18px 78px;
    font-size: 16px;
  }
  .accordion-list .accordion-title::before {
    right: 76px;
    margin-top: -5px;
    width: 20px;
    height: 10px;
    background-image: url(../img/common/arrow_icn_01.png);
  }
  .accordion-list .accordion-item.is-active .accordion-title:hover:before {
    margin-top: -10px;
  }
  .accordion-list .accordion-text {
    padding: 27px 80px 30px;
  }
  .accordion-list .accordion-text > li {
    margin-bottom: 57px;
  }
  .accordion-list .accordion-text > li::before {
    bottom: -31px;
  }
  .accordion-list .list-text {
    line-height: calc(32 / 14);
    font-size: 14px;
    padding-left: 32px;
  }
  .accordion-list .list-text > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .accordion-list .list-text .text-head {
    min-width: 48px;
    white-space: nowrap;
    margin-right: 22px;
  }
  .accordion-list .list-text .text-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .accordion-list .accordion-subtitle {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: calc(42 / 18);
  }
}

@media only screen and (max-width: 767.98px) {
  .accordion-list .accordion-title {
    padding: .23rem .7rem .23rem .42rem;
    font-size: .22rem;
    line-height: calc(32 / 22);
  }
  .accordion-list .accordion-title::before {
    width: .24rem;
    height: .12rem;
    margin-top: -.06rem;
    right: .36rem;
    background-image: url(../img/common/sp/arrow_icn_02.png);
  }
  .accordion-list .accordion-item.is-active .accordion-title:hover:before {
    margin-top: -.12rem;
  }
  .accordion-list .accordion-content {
    margin-bottom: .31rem;
  }
  .accordion-list .accordion-text > li {
    margin: .2rem .4rem .52rem;
  }
  .accordion-list .accordion-text > li::before {
    bottom: -.32rem;
  }
  .accordion-list .list-text {
    padding-left: .52rem;
    font-size: .24rem;
    line-height: calc(44 / 24);
  }
  .accordion-list .list-text .text-info {
    margin-left: .12rem;
  }
  .accordion-list .list-text address.text-info {
    display: inline;
    margin-left: 0;
  }
  .accordion-list .accordion-subtitle {
    margin-bottom: .07rem;
    font-size: .28rem;
    line-height: calc(64 / 28);
  }
}

.border-image {
  position: relative;
  z-index: 10;
}

.border-image img {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .border-image {
    padding: 8px;
    background: url(../img/common/pattern_bg.png) repeat 0 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .border-image {
    background: url(../img/common/sp/pattern_bg.png) repeat 0 0/0.65rem auto;
    padding: .16rem;
  }
}

.cms-parts {
  line-height: calc(50 / 24);
  letter-spacing: .075em;
}

.cms-parts h1 {
  position: relative;
  text-align: center;
  letter-spacing: .075em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.cms-parts h1::before {
  content: "";
  position: absolute;
  background: no-repeat center center / 100% auto;
  height: 1px;
  left: 50%;
}

.cms-parts h2 {
  letter-spacing: .075em;
  color: #f0f0f0;
}

.cms-parts h3 {
  position: relative;
  letter-spacing: .05em;
}

.cms-parts h3::before {
  content: "";
  position: absolute;
  background: no-repeat center center / 100% auto;
  height: 1px;
  left: 0;
}

.cms-parts p {
  margin-top: 40px;
  line-height: calc(50 / 24);
  letter-spacing: .075em;
}

.cms-parts li {
  position: relative;
  letter-spacing: 0.075em;
}

.cms-parts li::before {
  content: "";
  position: absolute;
  background-color: #ffce3a;
  left: 0;
  border-radius: 100%;
}

.cms-parts a {
  -webkit-text-decoration: under-line;
          text-decoration: under-line;
  border-bottom: solid 1px #b38300;
}

.cms-parts a:hover {
  opacity: .8;
}

.cms-parts table,
.cms-parts th,
.cms-parts td {
  border: 1px solid #f0f0f0;
}

.cms-parts th,
.cms-parts td {
  letter-spacing: .075em;
}

.cms-parts table {
  width: 100%;
  border-collapse: collapse;
}

.cms-parts th {
  text-align: center;
  color: #ffce3a;
}

.cms-parts td {
  color: #f0f0f0;
}

.cms-parts .common-button {
  text-decoration: none;
  border-style: none;
}

.cms-parts .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.cms-parts .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cms-parts .border-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cms-parts .border-image img {
  width: auto;
  max-width: 100%;
}

@media print, (min-width: 768px) {
  .cms-parts {
    margin-top: 50px;
    font-size: 16px;
  }
  .cms-parts h1 {
    font-size: 24px;
  }
  .cms-parts h1::before {
    background-image: url(../img/common/line_title.jpg);
    width: 37px;
    margin-left: -18px;
    bottom: -15px;
  }
  .cms-parts h2 {
    font-size: 21px;
  }
  .cms-parts h3 {
    margin-bottom: 62px;
    font-size: 21px;
    line-height: calc(41 / 21);
  }
  .cms-parts h3::before {
    background-image: url(../img/common/line_title.jpg);
    width: 37px;
    bottom: -30px;
  }
  .cms-parts p,
  .cms-parts a,
  .cms-parts li,
  .cms-parts th,
  .cms-parts td {
    font-size: 16px;
  }
  .cms-parts li {
    padding-left: 24px;
    line-height: calc(36 / 16);
  }
  .cms-parts li::before {
    width: 16px;
    height: 16px;
    top: 11px;
  }
  .cms-parts th,
  .cms-parts td {
    font-size: 16px;
  }
  .cms-parts td {
    padding: 32px 38px 34px;
    line-height: calc(26 / 16);
  }
  .cms-parts th {
    width: 342px;
    height: 95px;
  }
  .cms-parts .image-wrap,
  .cms-parts .movie-wrap {
    max-width: 640px;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .cms-parts {
    margin-top: .6rem;
  }
  .cms-parts h1 {
    font-size: .32rem;
  }
  .cms-parts h1::before {
    background-image: url(../img/common/sp/line_title.jpg);
    width: .5rem;
    margin-left: -.25rem;
    bottom: -.2rem;
  }
  .cms-parts h2 {
    font-size: .28rem;
  }
  .cms-parts h3 {
    margin-bottom: .62rem;
    font-size: .28rem;
    line-height: calc(48 / 28);
  }
  .cms-parts h3::before {
    background-image: url(../img/common/sp/line_title.jpg);
    width: .5rem;
    bottom: -.32rem;
  }
  .cms-parts li {
    margin-bottom: 0.21rem;
    padding-left: 0.32rem;
  }
  .cms-parts li::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.08rem;
  }
  .cms-parts table {
    display: block;
    border: none;
  }
  .cms-parts tbody {
    display: table;
    width: 100%;
  }
  .cms-parts tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: .83rem;
  }
  .cms-parts tr:last-child {
    margin-bottom: 0;
  }
  .cms-parts th {
    font-size: .22rem;
    line-height: calc(32 / 22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: .69rem;
    margin-bottom: .21rem;
  }
  .cms-parts td {
    font-size: .24rem;
    line-height: calc(55 / 24);
    border: none;
  }
  .cms-parts .image-wrap,
  .cms-parts .movie-wrap {
    margin-top: 40px;
  }
}

@media print, (min-width: 768px) {
  .section-events {
    padding: 120px 0 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-events {
    padding: 1.2rem 0 1.08rem;
  }
  .section-events .wrapper-wide {
    padding: 0 .4rem;
  }
}

.events-top {
  border-bottom: 1px solid #808080;
}

.events-top .events-main-img {
  margin: 30px 0 0;
  padding: 0 0.4rem;
}

.events-top .events-title {
  position: relative;
  margin: 50px 0 0;
  line-height: calc(38 / 28);
  letter-spacing: .05em;
}

.events-top .events-title::before, .events-top .events-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/sp/line_dot.png);
  width: 100%;
  height: 0.04rem;
}

.events-top .events-title .events-title-inner {
  padding: 0.4rem;
}

.events-top .events-title .events-title-inner ul {
  margin-top: 15px;
}

.events-top .events-time {
  color: #ffce3a;
  padding: 0.4rem;
  margin-bottom: 0;
}

.events-top .events-time li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.events-top .events-time li .time-head {
  width: 0.85rem;
}

.events-top .events-time li .time-info {
  margin-left: 0.47rem;
}

.events-detail {
  text-align: justify;
  letter-spacing: .05em;
}

.events-detail p {
  margin-top: 30px;
  letter-spacing: .075em;
}

.events-detail a {
  margin-top: 20px;
}

.events-detail .movie-wrap {
  margin: 30px 0 0;
}

.events-detail .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.events-detail .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media print, (min-width: 768px) {
  .section-events {
    padding-top: 20px;
  }
  .section-events .events-main-img {
    width: auto;
    max-width: 640px;
    margin: 50px auto 0;
  }
  .section-events .events-title::before, .section-events .events-title::after {
    height: 4px;
  }
  .section-events .events-title .events-title-inner {
    padding: 30px 30px 20px;
  }
  .section-events .events-time {
    font-size: 14px;
    padding: 20px 30px;
    letter-spacing: .075em;
  }
  .section-events .events-time li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
  }
  .section-events .events-time li .time-head {
    min-width: 80px;
  }
  .section-events .events-time li .time-info {
    margin-left: 20px;
  }
  .section-events .border-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .events-detail {
    margin-top: 50px;
    padding: 0 30px;
    line-height: calc(50 / 24);
  }
  .events-detail .image-wrap {
    max-width: 640px;
    margin: 30px auto 0;
  }
  .events-detail .movie-wrap {
    width: 640px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-events {
    padding: 0.45rem 0 1.08rem;
  }
  .section-events .events-time {
    font-size: .24rem;
    letter-spacing: .075em;
  }
  .events-time {
    padding: 0.4rem;
  }
  .events-time li {
    padding: 5px 0;
  }
  .events-time li .time-head {
    width: 0.85rem;
  }
  .events-time li .time-info {
    margin-left: 0.47rem;
  }
  .events-detail {
    font-size: .24rem;
    padding: 0 0.4rem;
  }
  .events-detail p {
    line-height: calc(44 / 24);
  }
  .image-wrap {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=events_detail.css.map */