html {
  font-size: 62.5%;
}
@media only screen and (min-width: 960px) {
  html {
    font-size: 70.3%;
  }
}

body {
  background-color: #d1b192;
  color: #2d1205;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 960px) {
  body {
    line-height: 30px;
  }
}

a {
  color: #2d1205;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 960px) {
  a:hover {
    color: #5b240a;
  }
  a:hover img {
    opacity: .8;
  }
}

::-moz-selection {
  background-color: rgba(239, 156, 187, .2);
}

::selection {
  background-color: rgba(239, 156, 187, .2);
}

::-moz-selection {
  background-color: rgba(239, 156, 187, .2);
}

.-pc {
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 960px) {
  .-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 960px) {
  section {
    opacity: 0;
    -webkit-transition: all .6s ease-out .4s;
    transition: all .6s ease-out .4s;
    -webkit-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  section.-view {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Top Contents
   ========================================================================== */
/* top */
@media only screen and (min-width: 960px) {
  .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top__link1 {
  background-color: #ef9cbb;
  color: #000;
  display: block;
  padding: 24px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .top__link1 {
    width: 50%;
  }
  .top__link1:hover {
    background-color: #f3b2ca;
    color: #000;
  }
}

.top__link2 {
  background-color: #cba6cc;
  color: #000;
  display: block;
  padding: 24px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .top__link2 {
    width: 50%;
  }
  .top__link2:hover {
    background-color: #d4b6d5;
    color: #000;
  }
}

.top__logo {
  display: block;
  margin: 0 auto;
  padding-bottom: 24px;
  width: 90%;
  max-width: 240px;
}

.top__title {
  font-size: 2rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 24px;
  text-align: center;
}

.top__btn {
  font-family: 'Helvetica Neue', Calibri, 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.top__detail {
  border: 2px solid #000;
  margin-bottom: 24px;
  padding: 24px;
}
.top__detail__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 36px;
}
@media only screen and (min-width: 960px) {
  .top__detail__text {
    line-height: 48px;
  }
}
.top__detail__text .-l {
  font-size: 3.2rem;
}
@media only screen and (min-width: 960px) {
  .top__detail__text .-l {
    font-size: 4rem;
  }
}
.top__detail__text .-s {
  font-size: 1.6rem;
}

/* Detail Contents
   ========================================================================== */
/* about */
.about__content {
  margin: 0 auto;
  padding: 36px 12px;
  text-align: center;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .about__content {
    padding: 72px 48px;
    width:100%;
    min-width: 768px;
    max-width:960px;
  }
}

.about__logo {
  display: block;
  margin: 0 auto;
  padding-bottom: 24px;
  width: 90%;
  max-width: 420px;
}
@media only screen and (min-width: 960px) {
  .about__logo {
    padding-bottom: 48px;
  }
}

.about__title {
  color: #cba6cc;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 24px;
  text-align: center;
}

.about__text {
  font-size: 1.4rem;
  text-align: left;
}

.about__text__note {
  font-size: 1.8rem;
  font-weight: 700;
}

.about__detail__title {
  border-bottom: 2px solid #2d1205;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  margin: 24px auto;
  padding: 12px 48px;
}
@media only screen and (min-width: 960px) {
  .about__detail__title {
    margin: 48px auto;
  }
}

.about__detail__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 42px;
  padding-bottom: 12px;
}
.about__detail__text .-l {
  font-size: 3.2rem;
}
@media only screen and (min-width: 960px) {
  .about__detail__text .-l {
    font-size: 4rem;
  }
}

.about__detail__note {
  font-size: 1.2rem;
  padding-bottom: 24px;
}

/* movie */
@media only screen and (min-width: 960px) {
  .movie {
    margin: 0 auto;
    padding: 36px 12px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .movie {
    padding: 72px 48px;
    min-width: 768px;
    max-width:960px;
  }
}

.youtube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ticket */
.ticket {
  background-color: #ddccb8;
}
.ticket__content {
  margin: 0 auto;
  padding: 36px 12px;
  text-align: center;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .ticket__content {
    padding: 72px 48px;
    width:100%;
    min-width: 768px;
    max-width:960px;
  }
}
.ticket__title {
  padding-bottom: 24px;
}
.ticket__title img {
  display: block;
  margin: 0 auto;
  height: 75px;
}

.ticket__detail {
  padding-bottom: 24px;
}
.ticket__detail a {
  border: 2px solid #2d1205;
  color: #2d1205;
  display: block;
  padding: 24px 12px;
}
@media only screen and (min-width: 960px) {
  .ticket__detail a:hover {
    background-color: rgba(255,255,255,.4);
    color: #000;
  }
}
.ticket__detail__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 24px;
  text-align: center;
}
.ticket__detail__title .-c {
  color: #b00020;
  padding: 0 6px;
}
.ticket__detail__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 42px;
  padding-bottom: 12px;
}
.ticket__detail__text .-l {
  font-size: 3.2rem;
}
@media only screen and (min-width: 960px) {
  .ticket__detail__text .-l {
    font-size: 4rem;
  }
}
.ticket__detail__text .-s {
  font-size: 1.6rem;
}
.ticket__detail__note {
  font-size: 1.2rem;
  padding-bottom: 24px;
}
.ticket__detail__btn {
  background-color: #a10101;
  color: #fff;
  font-family: 'Helvetica Neue', Calibri, 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 12px;
  width: 90%;
}
@media only screen and (min-width: 960px) {
  .ticket__detail__btn {
    padding: 24px;
    width: 45%;
  }
}

/* contact */
.contact__title {
  border-bottom: 2px solid #2d1205;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  margin: 24px auto;
  padding: 12px 48px;
}
@media only screen and (min-width: 960px) {
  .contact__title {
    margin: 48px auto;
  }
}

@media only screen and (min-width: 960px) {
  .contact__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 960px) {
  .contact__detail {
    padding: 24px;
    width: 50%;
  }
}

.contact__detail__title {
  color: #ca4445;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 12px;
}

.contact__detail__text {
  font-weight: 700;
  padding-bottom: 12px;
}

.contact__detail__tel {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 12px;
}

.contact__detail__email {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 12px;
}

.contact__detail__tel .-s {
  font-size: 1.6rem;
}

.contact__detail__hour {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 12px;
}

.contact__detail__note {
  font-size: 1.2rem;
  line-height: 1.6em;
  padding-bottom: 24px;
}

/* theater */
.theater__content {
  margin: 0 auto;
  padding: 36px 12px;
  text-align: center;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .theater__content {
    padding: 72px 48px;
    min-width: 768px;
    max-width:960px;
  }
}

.theater__title {
  padding-bottom: 24px;
}
.theater__title img {
  display: block;
  margin: 0 auto;
  height: 75px;
}

.theater__nav__item {
  background-color: #a10101;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 36px;
  margin: 12px 6px;
  padding: 0 12px;
}
.theater__nav__item.-on {
  background-color: #ca4445;
}
@media only screen and (min-width: 960px) {
  .theater__nav__item:hover {
    background-color: #ca4445;
    color: #fff;
  }
}

.theater__detail {
  outline: none;
  overflow: hidden;
  position: relative;
}

.area {
  width: 100%;
}
.area__title {
  border-bottom: 2px solid #2d1205;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  margin: 24px auto;
  padding: 12px 48px;
}
@media only screen and (min-width: 960px) {
  .area__title {
    margin: 48px auto;
  }
}
.area__item {
  padding: 12px;
}
.area__item:nth-child(2n+1) {
  background-color: #ddccb8;
}
@media only screen and (min-width: 960px) {
  .area__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.area__top_text {
  font-size: 1.4rem;
  line-height: 1.4em;
  padding :12px;
}
.area__text1 {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .area__text1 {
    padding: 12px 24px;
    width: 120px;
  }
}
.area__text2 {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .area__text2 {
    padding: 12px 24px;
    text-align: left;

    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-positive: 2;
  }
}
.area__text3 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 960px) {
  .area__text3 {
    padding: 12px 24px;
  }
}
.area a {
  text-decoration: underline;
}

/* caution */
.caution {
  background-color: #ddccb8;
}
.caution__content {
  margin: 0 auto;
  padding: 36px 12px;
  text-align: center;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .caution__content {
    padding: 72px 48px;
    width:100%;
    min-width: 768px;
    max-width:960px;
  }
}
.caution__title {
  padding-bottom: 24px;
}
.caution__title img {
  display: block;
  margin: 0 auto;
  height: 75px;
}
.caution__list {
  padding: 24px 0;
}
.caution__list li {
  font-size: 1.2rem;
  line-height: 18px;
  padding-bottom: 12px;
  text-align: left;
}

/* Common Parts
   ========================================================================== */
/* main */
.main{
  background-color: #2d1205;
}
.main img {
  display: block;
  margin: 0 auto;
  width: 100%;
  /*max-width: 375px;*/
}
@media only screen and (min-width: 960px) {
  .main img {
    max-width: 100%;
    min-width: 960px;
  }
}

/* nav */
.nav {
  background-color: #a10101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.seoul {
  background-color: #a10101;
}
.nav a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 12px;
}
.seoul a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 12px;
}
@media only screen and (min-width: 960px) {
  .nav a {
    padding: 0 24px;
  }
  .nav a:hover {
    color: #e0e0e0;
  }
}

/* footer */
.footer__content {
  margin: 0 auto;
  padding: 36px 12px;
  text-align: center;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .footer__content {
    padding: 72px 48px;
    min-width: 768px;
    max-width:960px;
  }
}

.footer__bnr {
  width: 90%;
  max-width: 360px;
}

.footer__link {
  padding: 48px;
}
.footer__link a {
  color: white;
  font-size: 3.2rem;
  padding: 0 12px;
}
@media only screen and (min-width: 960px) {
  .footer__link a:hover {
    opacity: .8;
  }
}

.footer__link a .fa-twitter{
  color: #1da1f2;
}

.footer__link a .fa-facebook-f{
  color: #1877f2;
}

.footer__note {
  font-size: 1.2rem;
  opacity: .8;
}

.footer__note__link {
  text-decoration: underline;
}

.footer__note__link:hover {
  color: #502009;
}

.-c2 {
  color: #DC143C;
}

/* Print
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  header {
    display: none;
  }
  footer::after {
    content: '';
  }
  .noprint {
    display: none;
  }
}
