﻿@charset "UTF-8";
/* Img Path */
/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

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

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

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

abbr,
acronym {
  border: 0;
}

*:focus {
  outline: none;
}

/* Custom CSS
  * --------------------------------------- */
body {
    line-height: 1.5;
    background: #fff;
    font-family: 'Meiryo', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Arial, 'Yu Gothic';
    font-weight: 300;
    vertical-align: baseline;
    overflow: hidden;
}

input[type="text"], 
input[type="tel"] {
    font-family: 'Meiryo', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Arial, 'Yu Gothic';
    font-weight: 300;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

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

button {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.blind {
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}

.dim.toggle {
  display: block;
}

.top-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
  background: url("../images/common/gnb/bg.png") no-repeat center 0;
  background-size: cover;
}

.top-menu.hide {
  display: none;
}

.top-menu .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  padding: 0 20px;
}

.top-menu .inner .audio {
    position: absolute;
    width: 120px;
    height: 32px;
    background-image: url(../images/common/sns/audio.png);
    margin: 0px 0px 0px 53px;
    cursor: pointer;
}

.top-menu .inner .audio.on {
    background-position: center -38px;
}

.top-menu .inner .audio.hidden {
    background-position: center bottom;
}

.top-menu .inner ul.quick {
    position: absolute;
    display: inline-flex;
    right: 18px;
}

.top-menu .inner ul.quick li a {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    background: url() no-repeat center 0;
}

.top-menu .inner ul.quick li ~ li {
    margin-left: 8px;
}

.top-menu .inner ul.quick li a.facebook {
    width: 65px;
    height: 66px;
    background-image: url(../images/common/sns/facebook.png?v20200825_2);
}

.top-menu .inner ul.quick li a.insta {
    width: 66px;
    height: 66px;
    background-image: url(../images/common/sns/insta.png?v20200825_2);
}

.top-menu .inner ul.quick li a.twitter {
    width: 66px;
    height: 66px;
    background-image: url(../images/common/sns/twitter.png?v20200825_2);
}

.top-menu .inner ul.quick li a.cafe {
    width: 65px;
    height: 66px;
    background-image: url(../images/common/sns/cafe.png?v20200825_2);
}

.top-menu .inner ul.quick li a.youtube {
    width: 65px;
    height: 66px;
    background-image: url(../images/common/sns/youtube.png?v20200825_2);
}

#wrapper {
    width: 720px;
    margin: 0 auto;
    visibility: hidden;
    overflow: hidden;
}

.header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 300px;
    height: 100vh;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translate(-170%, 0);
    transform: translate(-170%, 0);
    background: url("../images/common/gnb/bg-menu.jpg") no-repeat 0 0;
    background-size: cover;
}

.header.toggle {
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
}

.header .inner {
    width: 100%;
    margin: 0 auto;
    padding: 42px 0 0 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .inner h2 {
    position:relative;
    margin-top: 62px;
}

.header .inner .line {
    margin-top: 15px;
}

.header .inner ul.gnb {
    position: relative;
    margin-top: 34px;
}

.header .inner ul.gnb li {
    height: 103px;
}

.header .inner ul.gnb li a {
    display: block;
    overflow: hidden;
    width: 250px;
    height: 28px;
    text-indent: -1000px;
    background: url() no-repeat center 0;
}

.header .inner ul.gnb li a:hover {
    background-position: center -32px;
}

.header .inner ul.gnb li a.parent,
.header .inner ul.gnb li.active > a {
    background-position: center -32px;
}

.header .inner ul.gnb li a.dep1.main {
    background-image: url(../images/common/gnb/menu1.png);
}

.header .inner ul.gnb li a.dep1.reservation {
    background-image: url(../images/common/gnb/menu2.png);
}

.header .inner ul.gnb li a.dep1.event {
    background-image: url(../images/common/gnb/menu3.png);
}

.header .inner ul.gnb li a.dep1.world {
    background-image: url(../images/common/gnb/menu4.png);
}

.header .inner ul.gnb li a.dep1.character {
    background-image: url(../images/common/gnb/menu5.png);
}

.header .inner ul.gnb li a.dep1.media {
    background-image: url(../images/common/gnb/menu6.png);
}

.header .btn-close {
    position: absolute;
    top: 33px;
    left: 36px;
    font-size: 0;
}

.banner {
    position: fixed;
    top: 136px;
    right: 0px;
    z-index: 98;
}

.banner a {
    display: block;
    font-size: 0;
}

.banner .close {
    position:absolute;
    top: 0px;
    right: 36px;
    width: 21px;
    height: 21px;
    background: url("../images/common/banner-close.png") no-repeat 0 0;
}

.section {
    position: relative;
    background-color: #000;
}

.section .inner {
    position: relative;
    height: 1280px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section .inner img {
  vertical-align: top;
}

.section .inner.scr-bottom:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 62px;
    height: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.section .inner.scr-bottom:after {
    bottom: 16px;
    background: url("../images/common/scroll-bottom.png") no-repeat 0 0;
    -webkit-animation: scrollAni 1s infinite alternate;
    animation: scrollAni 1s infinite alternate;
    margin-left: -26px;
    z-index: 10;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 90px;*/
    background: url('../images/common/footer/bg.jpg') no-repeat center center;
    background-size: cover;
    color: #9da0c2;
    padding: 10px 0;
}

.footer p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*font-size: 12px;*/
    color: #9da0c2;
}

.footer .copyrights {
    margin: 4px 0px;
}

/* #SECTION1 */
#section1 {
    background: url("../images/section1/bg.jpg?v20201007") no-repeat center top;
    background-size: cover;
}

#section1 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 90px;
}

#section1 .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -20px;
}

#section1 .inner .title {
    position: relative;
}

#section1 .inner .btn-play {
    display: block;
    width: 158px;
    height: 158px;
    margin-top: 68px;
    background: url("../images/section1/btn-play.png") no-repeat 0 0;
}

#section1 .inner .btn-reservation {
    display: block;
    width: 587px;
    height: 132px;
    margin-top: 414px;
    background: url("../images/section1/btn-reservation.png") no-repeat 0 0;
}

#section1 .inner .store-box {
    position: relative;
    margin-top: 230px;
    z-index: 1;
}

#section1 .inner .store-box a ~ a {
  margin-left: 10px;
}

/* #SECTION2 */
#section2 {
    background: url(../images/section2/bg.jpg) no-repeat center top;
    background-size: cover;
}

#section2 .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 88px;
}

#section2 .inner .content .title {
    position: relative;
    margin-top: 56px;
}

#section2 .inner .content .registration {
    position: relative;
    margin: 266px 0px 0px 0px;
    width: 684px;
    height: 690px;
}

#section2 .inner .content .reg-form {
    display: inline-block;
    position: relative;
    margin: 25px 0 0 0;
    width: 674px;
    height: 274px;
}

#section2 .inner .content .reg-form .select-device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 54px;
    margin-left: 45px;
}

#section2 .inner .content .reg-form .select-device .rdo {
    display: none;
}

#section2 .inner .content .reg-form .select-device label {
    margin-right: 48px;
    cursor: pointer;
}

#section2 .inner .content .reg-form .select-device label img {
    padding: 0 0 0 30px;
    background: url("../images/section2/rdo-off.png") no-repeat 0 center;
}

#section2 .inner .content .reg-form .select-device .rdo:checked + label img {
    background: url("../images/section2/rdo-on.png") no-repeat 0 center;
}

#section2 .inner .content .reg-form .input-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin: 26px 0px 0px 0px;
}

#section2 .inner .content .reg-form .input-mobile p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 608px;
    height: 57px;
    line-height: 45px;
    padding: 0 0 0 0px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}

#section2 .inner .content .reg-form .input-mobile p span {
    display: block;
    height: 45px;
    margin: 0px 10px 0px 30px;
    font-size: 30px;
    color: #e3e2de;
    font-weight: 400;
}

#section2 .inner .content .reg-form .input-mobile p .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 45px;
    line-height: 45px;
    border: 0;
    color: #828282;
    font-size: 26px;
    background: transparent;
    text-align: center;
}

#section2 .inner .content .reg-form .input-mobile p .txt::-webkit-input-placeholder {
    font-size: 22px;
}

#section2 .inner .content .reg-form .input-mobile p .txt:-ms-input-placeholder {
    font-size: 22px;
}

#section2 .inner .content .reg-form .input-mobile p .txt::-ms-input-placeholder {
    font-size: 22px;
}

#section2 .inner .content .reg-form .input-mobile p .txt::placeholder {
    font-size: 22px;
}

#section2 .inner .content .reg-form .agree-list {
    position: relative;
    margin-top: 26px;
    left: 50%;
    transform: translateX(-44%);
    width: 500px;
}

#section2 .inner .content .reg-form .agree-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
}

#section2 .inner .content .reg-form .agree-list li .chk {
    display: none;
}

#section2 .inner .content .reg-form .agree-list li label {
    padding: 0 10px 0 0;
    cursor: pointer;
}

#section2 .inner .content .reg-form .agree-list li label img {
    padding: 0 0 0 25px;
    background: url("../images/section2/chk-off.png") no-repeat 0 center;
    /*background-size: 24px;*/
}

#section2 .inner .content .reg-form .agree-list li .chk:checked + label img {
    background: url("../images/section2/chk-on.png") no-repeat 0 center;
    /*background-size: 24px;*/
}

#section2 .inner .content .reg-form .btn-reservation {
    display: block;
    width: 391px;
    height: 71px;
    margin: 15px auto;
    background: url("../images/section2/btn-reservation.png") no-repeat 0 0;
}

#section2 .inner .content .rewards {
    position: relative;
    margin: 72px 0px 0px -22px;
    text-align: center;
}

#section2 .inner .content .store-box {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

#section2 .inner .content .store-box a ~ a {
    margin-left: 10px;
}

/* #SECTION3 */
#section3 {
    background: url(../images/section3/bg.jpg) no-repeat center top;
    background-size: cover;
}

#section3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#section3 .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 85px;
}

#section3 .inner .content .title {
    position: relative;
    margin-bottom: 20px;
}

#section3 .inner .content .rewards {
    position: relative;
}

#section3 .inner .content .rewards .bullet {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0px;
    background: url(../images/section3/bullet.png) no-repeat center bottom;
}

#section3 .inner .content .rewards .bullet.on10 {
    left: 87px;
}

#section3 .inner .content .rewards .bullet.on30 {
    left: 213px;
}

#section3 .inner .content .rewards .bullet.on50 {
    left: 339px;
}

#section3 .inner .content .rewards .bullet.on70 {
    left: 465px;
}

#section3 .inner .content .rewards .bullet.on100 {
    left: 591px;
}

#section3 .inner .content .rewards .bullet.hidden {
    display: none;
}

/* #SECTION4 */
#section4 {
    background: url(../images/section4/bg.jpg?v20201007) no-repeat center center;
    background-size: cover;
}

#section4 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#section4 .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -128px;
}

#section4 .inner .content .title {
    position: relative;
}

#section4 .inner .content .slide-box {
    position: relative;
    margin-top: 384px;
}

#section4 .inner .content .slide-box::after {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-49.5%, 0);
          transform: translate(-49.5%, 0);
  z-index: 10;
  width: 711px;
  height: 429px;
  background: url(../images/section4/frame.png) no-repeat center 0;
  pointer-events: none;
}

#section4 .inner .content .slide-box .swiper-wrap {
  display: block;
  position: relative;
  width: 672px !important;
  height: 378px;
  margin: 5px 0px 0px 0px;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-slide {
  width: 672px !important;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-slide .img {
  display: block;
  font-size: 0;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-slide-active {
  position: relative;
  z-index: 10;
}

.swiper-pagination {
  width: 100%;
  margin-top: 25px;
  padding: 13px 10px 0 0;
  text-align: right;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    font-size: 23px;
    font-weight: 400;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    color: #767676;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
    color: #8214f3;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-pagination-fraction {
    bottom: -64px;
    height: 25px;
    line-height: 23px;
    font-size: 23px;
    font-weight: 400;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    color: #767676;
}

#section4 .inner .content .slide-box .swiper-wrap [class^="swiper-button-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 75px;
  height: 350px;
  margin-top: 0px;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-button-prev {
  left: -98px;
  width: 75px;
  height: 111px;
  background: url("../images/section4/btn-slide-prev.png") no-repeat center center;
}

#section4 .inner .content .slide-box .swiper-wrap .swiper-button-next {
  right: -98px;
  width: 75px;
  height: 111px;
  background: url("../images/section4/btn-slide-next.png") no-repeat center center;
}

#section4 .inner .content .slide-box .swiper-wrap .navi.swiper-button-prev {
  top: 442px;
  left: 270px;
  width: 11px;
  height: 17px;
  background: url("../images/section4/btn-navi-prev.png") no-repeat center center;
}

#section4 .inner .content .slide-box .swiper-wrap .navi.swiper-button-next {
  top: 442px;
  right: 270px;
  width: 11px;
  height: 17px;
  background: url("../images/section4/btn-navi-next.png") no-repeat center center;
}

/* #SECTION5 */
#section5 {
    background: url(../images/section5/bg.jpg) no-repeat center top;
    background-size: cover;
}

#section5 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#section5 .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -80px;
}

#section5 .inner .content .title {
    position: relative;
}

#section5 .inner .content .diagram-box {
    position: relative;
    margin-top: 28px;
}

#section5 .inner .content .diagram-box .diagram {
    width: 690px;
    height: 919px;
    background: url(../images/section5/diagram.png) no-repeat center 0;
}

#section5 .inner .content .diagram-box .diagram a {
    cursor: pointer;
}

#section5 .inner .content .diagram-box .diagram .btn-character1 {
    position: absolute;
    display: block;
    width: 215px;
    height: 230px;
    top: 50%;
    left: 50%;
    margin-top: -188px;
    margin-left: -107px;
}

#section5 .inner .content .diagram-box .diagram .btn-character2 {
    position: absolute;
    display: block;
    width: 183px;
    height: 192px;
    top: 50%;
    left: 50%;
    margin-top: -376px;
    margin-left: 148px;
}

#section5 .inner .content .diagram-box .diagram .btn-character3 {
    position: absolute;
    display: block;
    width: 184px;
    height: 192px;
    top: 50%;
    left: 50%;
    margin-top: -376px;
    margin-left: -334px;
}

#section5 .inner .content .diagram-box .diagram .btn-character4 {
    position: absolute;
    display: block;
    width: 133px;
    height: 132px;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: 218px;
}

#section5 .inner .content .diagram-box .diagram .btn-character5 {
    position: absolute;
    display: block;
    width: 132px;
    height: 136px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: 184px;
}

#section5 .inner .content .diagram-box .diagram .btn-character6 {
    position: absolute;
    display: block;
    width: 132px;
    height: 137px;
    top: 50%;
    left: 50%;
    margin-top: 100px;
    margin-left: 78px;
}

#section5 .inner .content .diagram-box .diagram .btn-character7 {
    position: absolute;
    display: block;
    width: 132px;
    height: 145px;
    top: 50%;
    left: 50%;
    margin-top: 130px;
    margin-left: -69px;
}

#section5 .inner .content .diagram-box .diagram .btn-character8 {
    position: absolute;
    display: block;
    width: 132px;
    height: 137px;
    top: 50%;
    left: 50%;
    margin-top: 112px;
    margin-left: -220px;
}

#section5 .inner .content .diagram-box .diagram .btn-character9 {
    position: absolute;
    display: block;
    width: 132px;
    height: 136px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -322px;
}

#section5 .inner .content .diagram-box .diagram .btn-character10 {
    position: absolute;
    display: block;
    width: 132px;
    height: 132px;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -350px;
}

/* #SECTION6 */
#section6 {
    background: url(../images/section6/bg.jpg) no-repeat center center;
    background-size: cover;
}

#section6 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#section6 .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -54px;
}

#section6 .inner .content .title {
    position: relative;
}

#section6 .inner .content .slide-box {
    position: relative;
    margin-top: 140px;
}

#section6 .inner .content .slide-box::after {
    content: '';
    display: block;
    position: absolute;
    top: -94px;
    left: 50%;
    -webkit-transform: translate3d(-49.5%, 0, 0);
            transform: translate3d(-49.5%, 0, 0);
    z-index: 0;
    width: 711px;
    height: 856px;
    background: url(../images/section6/frame.png) no-repeat center 0;
    pointer-events: none;
}

#section6 .inner .content .slide-box .swiper-wrap-movie {
    display: block;
    position: relative;
    width: 520px !important;
    height: 320px;
    margin: -6px 0px 0px 0px;
}

#section6 .inner .content .slide-box .swiper-wrap-image {
    display: block;
    position: relative;
    width: 520px !important;
    height: 320px;
    margin: 71px 0px 0px 0px;
}

#section6 .inner .content .slide-box .swiper-wrap-movie .swiper-container, #section6 .inner .content .slide-box .swiper-wrap-image .swiper-container {
    width: 100%;
    height: 100%;
}

#section6 .inner .content .slide-box .swiper-wrap-movie .swiper-slide, #section6 .inner .content .slide-box .swiper-wrap-image .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#section6 .inner .content .slide-box .swiper-wrap-movie .swiper-slide .img, #section6 .inner .content .slide-box .swiper-wrap-image .swiper-slide .img {
    display: block;
    font-size: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#section6 .inner .content .slide-box [class^="swiper-button-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 75px;
  height: 650px;
  margin-top: -14px;
}

#section6 .inner .content .slide-box .swiper-button-prev {
  left: -54px;
  width: 33px;
  height: 51px;
  background: url("../images/section6/btn-slide-prev.png") no-repeat center center;
}

#section6 .inner .content .slide-box .swiper-button-next {
  right: -54px;
  width: 33px;
  height: 51px;
  background: url("../images/section6/btn-slide-next.png") no-repeat center center;
}

/* #section0 */
#section0 {
    background: url(../images/section0/bg.jpg?v20201007) no-repeat center center;
    background-size: cover;
    z-index: 0;
}

#section0 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#section0 .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -500px;
}

#section0 .inner .content .title {
    position: relative;
}

#section0 .inner .content .slide-box {
    position: relative;
    margin-top: 125px;
}

#section0 .inner .content .slide-box::after {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-49.5%, 0);
          transform: translate(-49.5%, 0);
  z-index: -1;
  width: 711px;
  height: 845px;
  background: url(../images/section0/frame.png) no-repeat center 0;
  pointer-events: none;
}

#section0 .inner .content .slide-box .swiper-wrap {
  display: block;
  position: relative;
  width: 672px !important;
  height: 378px;
  margin: 5px 0px 0px 0px;
}

#section0 .inner .content .slide-box .swiper-wrap .swiper-slide {
  width: 672px !important;
}

#section0 .inner .content .slide-box .swiper-wrap .swiper-slide .img {
  display: block;
  font-size: 0;
}

#section0 .inner .content .slide-box .swiper-wrap .swiper-slide-active {
  position: relative;
  z-index: 10;
}

.swiper-pagination {
  width: 100%;
  margin-top: 25px;
  padding: 13px 10px 0 0;
  text-align: right;
}

#section0 .inner .content .slide-box .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    font-size: 23px;
    font-weight: 400;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    color: #767676;
}

#section0 .inner .content .slide-box .swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
    color: #8214f3;
}

#section0 .inner .content .slide-box .swiper-wrap .swiper-pagination-fraction {
    bottom: -64px;
    height: 25px;
    line-height: 23px;
    font-size: 23px;
    font-weight: 400;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    color: #767676;
}

#section0 .inner .content .slide-box .swiper-wrap [class^="swiper-button-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 75px;
  height: 350px;
  margin-top: 0px;
}

#section0 .inner .content .slide-box .swiper-wrap .swiper-button-prev {
  left: -98px;
  width: 75px;
  height: 111px;
  background: url("../images/section0/btn-slide-prev.png") no-repeat center center;
}

#section0 .inner .content .slide-box .swiper-wrap .swiper-button-next {
  right: -98px;
  width: 75px;
  height: 111px;
  background: url("../images/section0/btn-slide-next.png") no-repeat center center;
}

#section0 .inner .content .slide-box .swiper-wrap .navi.swiper-button-prev {
  top: 442px;
  left: 270px;
  width: 11px;
  height: 17px;
  background: url("../images/section0/btn-navi-prev.png") no-repeat center center;
}

#section0 .inner .content .slide-box .swiper-wrap .navi.swiper-button-next {
  top: 442px;
  right: 270px;
  width: 11px;
  height: 17px;
  background: url("../images/section0/btn-navi-next.png") no-repeat center center;
}

#section0 .character {
    position: absolute;
    top: 150px;
    width: 700px;
    left: 270px;
    z-index: -2;
}

#section0 .character .text {
    position: absolute;
    left: -240px;
    top: 80px;
}

/* #section7 */
#section7 {
    background: url(../images/section7/bg.jpg?) no-repeat center center;
    background-size: cover;
    z-index: 1;
    /* height: 2050px !important; */
    height: 2200px !important;
}

#section7 .fp-tableCell {
    display: block !important;
}

#section7 .inner {
    padding-top: 50px;
    text-align: center;
}

#section7 .inner .content {
    width: 1510px;
    display: inline-block;
}

#section7 .inner .news .content {
    background: url(/content/mobile/images/section7/news_bg.png);
    width: 694px;
    height: 628px;
    margin: auto;
    position: relative;
}

#section7 .inner .news .content .categorys {
    padding-top: 35px;
    width: 550px;
    display: inline-block;
}

#section7 .inner .news .content .categorys div {
    background: url(/content/pc/images/section7/news_btn.png);
    width: 110px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 
  1px 0px 0px rgba(168, 86, 66, 0.5),  /*右*/
  -1px 0px 0px rgba(168, 86, 66, 0.5),  /*左*/
  0px 1px 0px rgba(168, 86, 66, 0.5),  /*下*/
  0px -1px 0px rgba(168, 86, 66, 0.5),  /*上*/

  1px 1px 0px rgba(168, 86, 66, 0.5),  /*右下*/
  -1px 1px 0px rgba(168, 86, 66, 0.5),  /*左下*/
  1px -1px 0px rgba(168, 86, 66, 0.5),  /*右上*/
  -1px -1px 0px rgba(168, 86, 66, 0.5),  /*左上*/

  2.121px 2.121px 0.3px rgba(168, 86, 66, 0.25);
}

#section7 .inner .news .content .categorys div.active {
    background: url(/content/pc/images/section7/news_btn0.png);
}

#section7 .inner .news .content ul {
    width: 620px;
    margin: auto;
    text-align: left;
    padding-top: 30px;
    color: #000000;
}

#section7 .inner .news .content ul.hidden {
    display: none;
}

#section7 .inner .news .content ul li {
    border-bottom: 1px solid #fec89d;
    padding-top: 10px;
}

#section7 .inner .news .content ul li .date {
    float: right;
}

#section7 .inner .news .content ul li .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#section7 .inner .news .content ul li .title a {
    font-size: 20px;
    color: #000000;
    display: block;
    height: 30px;
}

#section7 .inner .news .content .notifications .label {
    width: 117px;
    height: 25px;
    display: inline-block;
}

#section7 .inner .news .content .notifications .event {
    background: url(/content/pc/images/section7/news_label_event.png);
}

#section7 .inner .news .content .notifications .maint {
    background: url(/content/pc/images/section7/news_label_maint.png);
}

#section7 .inner .news .content .notifications .notice {
    background: url(/content/pc/images/section7/news_label_notice.png);
}

#section7 .inner .news .content .notifications .update {
    background: url(/content/pc/images/section7/news_label_update.png);
}

#section7 .inner .news .content .notifications .new {
    background: url(/content/pc/images/section7/new.png);
    width: 62px;
    height: 25px;
    display: inline-block;
}

#section7 .inner .news .content .paging {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    width: fit-content;
    margin: auto;
}

#section7 .inner .news .content .paging .prev {
    float: left;
}

#section7 .inner .news .content .paging .center {
    display: inline-block;
    line-height: 42px;
    padding: 0 40px;
}

#section7 .inner .news .content .paging .next {
    float: right;
}

#section7 .inner .movie {
    padding: 50px 0;
}

#section7 .inner .movie .content {
    background: url(/content/mobile/images/section7/movie_bg.png);
    width: 694px;
    height: 396px;
    margin: auto;
    will-change: transform;

}

#section7 .inner .movie .content .youtube {
    width: 678px;
    height: 380px;
    padding: 8px;
}

#section7 .inner .sns {
    /* margin-top: 50px; */
    margin-top: 15px;
}

#section7 .inner .sns .content {
    background: url(/content/mobile/images/section7/sns_bg.png);
    width: 694px;
    height: 438px;
    margin: auto;
    will-change: transform;
}

#section7 .inner .sns .content .twitter {
    width: 678px;
    height: 422px;
    padding: 8px;
}

#section7 .inner .sns .content .twitter #twitterTimeLine {
    height: 420px;
    overflow: hidden scroll;
}

#section7 .inner .calendar {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#section7 .inner .calendar img {
    width: 100%;
}

/* Animation */
.ani {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

.fp-completely .ani {
  -webkit-animation-name: slideTop;
          animation-name: slideTop;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes scrollAni {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
}

@keyframes scrollAni {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
}

@keyframes closeRotate {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
@-moz-keyframes closeRotate {
    0% {
        -moz-transform:rotate(0deg);
    }
    100% {
        -moz-transform:rotate(360deg);
    }
}
@-webkit-keyframes closeRotate {
    0% {
        -webkit-transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
    }
}
@-o-keyframes closeRotate {
    0% {
        -o-transform:rotate(0deg);
    }
    100% {
        -o-transform:rotate(360deg);
    }
}

/* 팝업 관련 */
.b-close {
  -webkit-transform: rotate(0deg);
}

.b-close:hover {
  -webkit-animation: closeSpin .6s 0s ease-in-out alternate;
          animation: closeSpin .6s 0s ease-in-out alternate;
}

@-webkit-keyframes closeSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes closeSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
  }
}

/* POPUP */
#fade {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
    display: none;
}

.popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  color: #fff;
}

.popup .btn-close {
    position: absolute;
    top: -74px;
    right: 0px;
    font-size: 0;
}

.popup .btn-confirm {
    display: block;
    width: 215px;
    height: 59px;
    margin: 15px auto;
    background: url("../images/popup/btn-confirm.png") no-repeat 0 0;
}

.popup.privacy {
    display: none;
    position: absolute;
    width: 684px;
    height: 566px;
    background: url("../images/popup/bg-privacy.jpg") no-repeat center top;
}

.popup.complete {
    width: 646px;
    height: 380px;
    background: url("../images/popup/bg-reservation-complete.png") no-repeat center top;
}

.popup.complete .cnt {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
}

.popup.complete .cnt .btn-confirm {
    position: absolute;
    left: 96px;
    bottom: 58px;
}

.popup.pop-screen {
    width: 720px;
}

.popup.pop-screen .cnt {
    width: 100%;
    height: 406px;
}

.popup.pop-world {
    width: 684px;
    height: 550px;
    transform: scale(0.8);
}

.popup.pop-world .cnt {
    position: absolute;
    height: 100%;
    width: 100%;
}

.popup.pop-world .cnt .slide-box {
    position: relative;
}

.popup.pop-world .cnt .slide-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 684px;
    height: 390px;
    pointer-events: none;
}

.popup.pop-world .cnt .slide-box .swiper-wrap {
    display: block;
    position: relative;
    width: 684px !important;
    height: 390px;
    margin: 0;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-slide {
    width: 684px !important;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-slide .img {
    display: block;
    font-size: 0;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-slide-active {
    position: relative;
    z-index: 10;
}

.popup.pop-world .cnt .slide-box .swiper-wrap [class^="swiper-button-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 56px;
    height: 650px;
    margin-top: 0px;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-button-prev {
    left: -76px;
    width: 56px;
    height: 81px;
    background: url("../images/popup/section4/btn-slide-prev.png") no-repeat center center;
}

.popup.pop-world .cnt .slide-box .swiper-wrap .swiper-button-next {
    right: -76px;
    width: 56px;
    height: 81px;
    background: url("../images/popup/section4/btn-slide-next.png") no-repeat center center;
}

.popup.pop-world .cnt .turn-hp {
    position: absolute;
    width: 75px;
    height: 68px;
    left: 50%;
    margin-top: 25px;
    margin-left: -32px;
    background: url("../images/popup/section4/rotate.png") no-repeat center center;
    -webkit-animation: turn 2s ease infinite 0.1s;
    animation: turn 2s ease infinite 0.1s;
}

.popup.pop-world .cnt .desc {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.popup.pop-world .btn-close {
    top: -74px;
    right: 0px;
}

@media all and (orientation: portrait) {
    .popup.pop-world {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .popup.pop-world .cnt .turn-hp, .popup.pop-world .cnt .desc {
        display: block;
    }
}

@media all and (orientation: landscape) {
    .popup.pop-world {
        top: 0 !important;
    }

    .popup.pop-world .cnt .turn-hp, .popup.pop-world .cnt .desc {
        display: none;
    }

    .popup.pop-world .btn-close {
        top: 0px;
        right: -70px;
    }
}

@media screen and (max-device-width: 1280px) and (orientation: landscape) {
    .popup.pop-world {
        top: -44px !important;
    }
}

@media screen and (max-device-width: 800px) and (orientation: landscape) {
    .popup.pop-world {
        top: -8px !important;
    }
}

.popup.pop-character {
    width: 720px;
    height: 1211px;
}

.popup.pop-character .cnt {
    position: absolute;
    height: 100%;
    width: 100%;
}

.popup.pop-character .cnt .characterBox {
    position: absolute;
    height: 100%;
    width: 100%;
}

.popup.pop-character .cnt .characterBox.character1 {
    background: url("../images/popup/section5/character1-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character1 a {
    position: absolute;
    display: block;
    right: 110px;
    top: 610px;
}

.popup.pop-character .cnt .characterBox.character1 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character2 {
    background: url("../images/popup/section5/character2-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character2 a {
    position: absolute;
    display: block;
    right: 160px;
    top: 668px;
}

.popup.pop-character .cnt .characterBox.character2 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character3 {
    background: url("../images/popup/section5/character3-bg.png?v20200825") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character3 a {
    position: absolute;
    display: block;
    right: 160px;
    top: 678px;
}

.popup.pop-character .cnt .characterBox.character3 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character4 {
    background: url("../images/popup/section5/character4-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character4 a {
    position: absolute;
    display: block;
    right: 98px;
    top: 658px;
}

.popup.pop-character .cnt .characterBox.character4 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character5 {
    background: url("../images/popup/section5/character5-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character5 a {
    position: absolute;
    display: block;
    right: 106px;
    top: 640px;
}

.popup.pop-character .cnt .characterBox.character5 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character6 {
    background: url("../images/popup/section5/character6-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character6 a {
    position: absolute;
    display: block;
    right: 88px;
    top: 686px;
}

.popup.pop-character .cnt .characterBox.character6 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character7 {
    background: url("../images/popup/section5/character7-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character7 a {
    position: absolute;
    display: block;
    right: 94px;
    top: 696px;
}

.popup.pop-character .cnt .characterBox.character7 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character8 {
    background: url("../images/popup/section5/character8-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character8 a {
    position: absolute;
    display: block;
    right: 122px;
    top: 694px;
}

.popup.pop-character .cnt .characterBox.character8 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character9 {
    background: url("../images/popup/section5/character9-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character9 a {
    position: absolute;
    display: block;
    right: 108px;
    top: 682px;
}

.popup.pop-character .cnt .characterBox.character9 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-character .cnt .characterBox.character10 {
    background: url("../images/popup/section5/character10-bg.png") no-repeat center center;
}

.popup.pop-character .cnt .characterBox.character10 a {
    position: absolute;
    display: block;
    right: 128px;
    top: 664px;
}

.popup.pop-character .cnt .characterBox.character10 .btn-close {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 0;
}

.popup.pop-gallery {
    width: 683px;
    height: 385px;
}