@charset "utf-8";

* html body {
    background: url(null) fixed;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    border: none;
}

html,
body {
    height: 100%;
}

/*---------------------------------------
    ヘッダー
----------------------------------------- */
#Section_All {
    background-color: #fff;
    font-size: 120%;
    min-width: 1200px;
}

@media screen and (max-width: 1024px) {
    #Section_All {
        min-width: 980px;
    }
}

#Section_Header_Equ #Menu_eq .fix {
    align-items: center;
    justify-content: center;
    width: 100%;
}

#Section_Header_Equ #Menu_eq {
    height: 80px;
    margin: 0;
}

/*---------------------------------------
    メインビジュアル
----------------------------------------- */
.main_visual {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.main_visual iframe {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
}

/* ---------------------------------------
	動画下ナビメニュー
------------------------------------------ */
#Section_Header {
    position: relative;
    z-index: 100;
}

#Section_Header #Menu {
    padding: 13px 20px;
}

#Section_Header #Menu .fix {
    align-items: center;
    justify-content: center;
    width: 100%;
}

#Section_Header #Menu .fix_row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    #Section_Header #Menu .logo {
        margin-right: 30px;
    }
}

#Section_Header .ref {
    position: absolute;
    top: 5px;
    right: 10px;
}

#Section_Header .ref span {
    color: #fff;
    font-family: initial;
    font-size: 11px;
}

#MainBox {
    max-width: 1200px;
    margin: 0 auto;
}

#Footer {
    width: 100%;
}

/*---------------------------------------
    カテゴリータイトル
---------------------------------------*/
.ttl {
    width: 1200px;
    padding: 80px 0;
}

.ttl img {
    display: block;
    margin: 0 auto;
}

/*---------------------------------------
	トピックス、バナー !! OLD VERSION !!
---------------------------------------*/
#MainBox .bannerList {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
}

#MainBox .bannerList li {
    display: none;
    opacity: 0;
    transition: opacity 1s;
    margin: 0 auto;
}

#MainBox .bannerList li.current {
    display: block;
    opacity: 1;
}

#MainBox .bannerList li a {
    display: block;
    margin: auto;
    text-align: center;
    width: 570px;
}

#MainBox .bannerList li a img {
    max-width: 100%;
}

/* --------------------------------
    DETAILSBTN　共通詳細ボタン
-----------------------------------*/
.detailsBtn {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 25px;
    padding: 16px 70px;
    margin-top: 80px;
    background: url("/common/images/group/top/btn_arrow_white_right.png") no-repeat 89% center;
    background-color: #C98968;
    text-decoration: none !important;
}

.detailsBtn:hover {
    text-decoration: underline !important;
    background-color: #AA623C;
}

/*---------------------------------------
	コンセプト
---------------------------------------*/
#concept {
    margin-bottom: 40px;
    width: 1200px;
    zoom: 1\9;
    /*60px*/
}

@media screen and (max-width: 1024px) {
    #concept {
        padding: 0 15px;
    }
}

#concept:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#concept .viewer {
    float: left;
    width: 534px;
    margin-right: 70px;
}

#concept .viewer_img,
#concept .list_img a {
    border: 1px solid #F1EEE5;
    overflow: visible;
}

#concept .viewer_img img,
#concept .list_img a img,
#concept .list_img a:visited img {
    width: 100%;
    height: auto;
    border: 1px solid #FFF;
    overflow: visible;
}

#concept .viewer_box {
    opacity: 0;
    width: inherit;
    transition: opacity 1s;
    position: absolute;
}

#concept .viewer_txt {
    width: inherit;
    margin: 20px auto;
}

#concept .viewer_box.current {
    opacity: 1;
}

#concept .viewer_box.active {
    opacity: 1;
}

#concept .viewer_list {
    text-align: center;
    float: right;
}

#concept .list_group {
    margin-bottom: 25px;
    zoom: 1\9;
    width: 600px;
}

#concept .list_group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#concept .list_group:nth-child(2) {
    margin-bottom: 15px;
    padding-left: 100px;
}

#concept .viewer_list .list_img {
    width: 180px;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}

#concept .viewer_list .list_img a {
    display: block;
    width: 100%;
}

#concept .viewer_list .list_img img {
    transition: .35s;
}

#concept .viewer_list .list_img.active img {
    filter: brightness(108%);
    -webkit-filter: brightness(108%);
    -moz-filter: brightness(108%);
    -o-filter: brightness(108%);
    -ms-filter: brightness(108%);
}

#concept .viewer_list .list_img:last-child {
    margin-right: 0;
}

#concept .viewer_list .list_img .lead {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 13px;
    font-size: 12px;
    color: #574A46;
    line-height: 1.3;
}

#concept .viewer_list .list_img .lead br {
    display: none !important;
}

/*---------------------------------------
	式場
---------------------------------------*/
#whall {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 1200px;
    height: auto;
    margin-top: 30px;
    /*-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/
    -webkit-align-items: center;
    /*--- safari（PC）用 ---*/
    align-items: center;
    zoom: 1\9;
}

#whall:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hallmap {
    float: left;
    position: relative;
    left: 180px;
}

.hallmap .backgroundWrapper {
    display: block;
    position: relative;
    width: 497px;
    height: 552px;
    background: url("/common/images/group/top/hall_map_bg.png") no-repeat;
}

.hallmap .backgroundWrapper .map_over {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("/common/images/group/top/hall_map_over.png") no-repeat center center;
    opacity: .75;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(.6, .6);
    transform: scale(.6, .6);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    transition: .3s;
}

.hallmap .backgroundWrapper .map_over.active {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.map_over#houkkaido {
    left: 402px;
    top: 78px;
}

.map_over#touhoku {
    left: 334px;
    top: 199px;
}

.map_over#kantou {
    left: 294px;
    top: 361px;
}

.map_over#chugoku {
    left: 119px;
    top: 402px;
}

.map_over#shikoku {
    left: 118px;
    top: 456px;
}

.map_over#kinki {
    left: 200px;
    top: 415px;
}

.map_over#kyusyu {
    left: 38px;
    top: 496px;
}

.hallmap .areaWrapper .map_area {
    position: absolute;
    display: block;
    /*background: rgba(255, 0, 0, .25);*/
    text-decoration: none;
}

.hallmap .areaWrapper #houkkaido {
    width: 200px;
    height: 160px;
    top: 0px;
    left: 300px;
    /*background-color: rgba(255, 0, 0, .25);*/
}

.hallmap .areaWrapper #touhoku {
    width: 140px;
    height: 170px;
    top: 160px;
    left: 250px;
    /*background-color: rgba(0, 255, 0, .25);*/
}

.hallmap .areaWrapper #kantou {
    width: 140px;
    height: 110px;
    top: 330px;
    left: 230px;
    /*background-color: rgba(0, 0, 255, .25);*/
}

.hallmap .areaWrapper #chugoku {
    width: 80px;
    height: 130px;
    top: 370px;
    left: 80px;
    /*background-color: rgba(255, 0, 255, .25);*/
}

.hallmap .areaWrapper #kinki {
    width: 70px;
    height: 160px;
    top: 320px;
    left: 160px;
    /*background-color: rgba(255,255,0, .25);*/
}

.hallmap .areaWrapper #kyusyu {
    width: 80px;
    height: 145px;
    top: 410px;
    left: 0px;
}

.hallmap .buttonWrapper .map_btn {
    position: absolute;
    display: block;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    line-height: 0;
    color: #574a46;
    border-radius: 25px;
    padding: 16px 16px 16px 36px;
    background: #FFF;
    border: 1px solid #CDCBCC;
    text-decoration: none;
}

.hallmap .buttonWrapper .map_btn:after {
    content: url(/common/images/group/top/btn_arrow_brown_right.png);
    margin-left: 20px;
    vertical-align: -4px;
}

.hallmap .buttonWrapper .map_btn.active,
.hallmap .buttonWrapper .map_btn:hover {
    text-decoration: underline;
}

.hallmap .buttonWrapper #houkkaido {
    top: -45px;
    left: 419px;
}

.hallmap .buttonWrapper #touhoku {
    top: 162px;
    left: 160px;
}

.hallmap .buttonWrapper #kantou {
    top: 366px;
    left: 380px;
}

.hallmap .buttonWrapper #chugoku {
    top: 309px;
    left: 0px;
}

.hallmap .buttonWrapper #kinki {
    top: 490px;
    left: 215px;
}

.hallmap .buttonWrapper #kyusyu {
    top: 501px;
    left: -131px;
}

/* HALL LIST*/
#whall .hall_list {
    display: block;
    margin: 80px 10px 80px auto;
    width: 340px;
    /*294px;*/
}

.hall_list .hall_list_ttl {
    display: block;
    margin: 16px auto;
}

.hall_list .hall_list_menu li {
    list-style: none;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    border-top: 1px dashed rgba(91, 84, 87, .3);
}

.hall_list_menu li a {
    display: block;
    position: relative;
}

.hall_list_menu li a,
.hall_list_menu li a:visited {
    color: #574A46;
    text-decoration: none;
}

.hall_list_menu>li>a {
    background-image: url("/common/images/group/top/btn_arrow_brown_bottom.png");
    background-repeat: no-repeat;
    background-position: 94% center;
}

.hall_list_menu>li.active>a {
    background-image: url("/common/images/group/top/btn_arrow_brown_top.png");
    text-decoration: underline;
}

.hall_list_menu .list_toggle_contents {
    display: none;
}

.hall_list_menu li.active .list_toggle_contents {
    display: block;
}

.hall_list_menu .list_toggle_contents li {
    font-size: 12px;
}

.hall_list_menu .list_toggle_contents li a,
.hall_list_menu .list_toggle_contents li a:visited {
    background: url("/common/images/group/top/btn_arrow_brown_right.png") no-repeat 92% center;
    background-size: 7px 12px;
    background-color: #F3EEE8;
}

/*---------------------------------------
	ドレス
---------------------------------------*/
#wdress {
    text-align: center;
    width: 1200px;
}

.dressSlider {
    width: calc(98% / 3);
}

.dressSlider:nth-child(3n) {
    margin-right: -5px;
}

.dressSlider#ds_01 {
    height: 380px;
}

.dressSlider#ds_02 {
    height: 380px;
}

.dressSlider#ds_03 {
    height: 460px;
}

.dressSlider#ds_04 {
    height: 380px;
}

.dressSlider#ds_06 {
    height: 380px;
}

.dressSlider#ds_07 {
    height: 460px;
}

.dressSlider#ds_08 {
    height: 460px;
}

.dressSlider#ds_09 {
    height: 460px;
}

.dressSlider {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #FFF;
    -webkit-box-shadow: #F1EEE5 0px 0px 0px 1px;
    box-shadow: #F1EEE5 0px 0px 0px 1px;
    overflow: hidden;
}

.dressSlider .navBar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 30px;
    text-align: center;
    background-color: rgba(87, 74, 70, .3);
    z-index: 1;
}

.dressSlider .navBar .label {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    padding: 6px 0;
    white-space: nowrap;
}

.dressSlider .navBar .label a {
    text-decoration: none;
    color: #fff;
}

.dressSlider .navBar .label a:hover {
    text-decoration: underline;
}

.dressSlider {
    border: 1px solid #FFF;
    overflow: hidden;
}

#wdress .dressSlider li {
    height: 500px;
    overflow: hidden;
    text-align: center;
}

#wdress .dressSlider li img {
    /*max-width: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dressSlider#ds_07 li img,
.dressSlider#ds_08 li img,
.dressSlider#ds_09 li img {
    height: auto;
    width: 100%;
}

#wdress .dressSlider li.beni img {
    width: 110%;
    height: auto;
}

.bxslider {
    width: 100%;
    height: 100%;
}

.bx-viewport {
    width: 100%;
    height: 100%;
}

.dressSlider .navBtn {
    position: absolute;
    display: block;
    width: 25px;
    height: 100%;
    top: 0;
}

.bx-prev,
.bx-next {
    display: block;
    width: 100%;
    height: 100%;
}

#slider-prev {
    left: 0;
    background: url("/common/images/group/top/btn_arrow_white_left.png") no-repeat center center;
}

#slider-next {
    right: 0;
    background: url("/common/images/group/top/btn_arrow_white_right.png") no-repeat center center;
}

/*---------------------------------------
	ドレス
---------------------------------------*/
.dress_link {
    text-align: center;
}

/*---------------------------------------

/*---------------------------------------
	トピックス
---------------------------------------*/
#topics {
    display: block;
    /* margin: 0; */
    /* padding: 0; */
    /* border-collapse: collapse; */
    text-align: center;
    width: 1200px;
}

#topics .topicsWrapper {
    width: 100%;
    vertical-align: top;
}

#topics .topics_box {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 234px;
    height: 354px;
    padding: 9px;
    margin-right: 7px;
    -webkit-box-shadow: #F2EFE7 0px 0px 0px 1px;
    box-shadow: #F2EFE7 0px 0px 0px 1px;
    background: #FFF;
}

#topics .topics_box:last-child {
    margin-right: 0px;
}

#topics .topics_img {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: 230px;
    background: #F5F2ED;
}

#topics .topics_img img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#topics .topics_txt {
    display: block;
    max-width: 100%;
    margin-top: 7px;
    text-align: center;
    font-size: 12px;
    color: #574A46;
}

#topics .topics_txt .txt_box {
    height: 100px;
}

#topics .topics_txt .topics_title {
    font-weight: bold;
    margin-bottom: 4px;
}

#topics .topics_txt .topics_description br {
    display: none;
}

#topics .topics_txt .topics_description p {
    display: inline-block !important;
    max-width: 100%;
}

/*---------------------------------------
	コンテンツ
---------------------------------------*/
#contents {
    display: block;
    text-align: center;
    width: 1200px;
}

#contents .contents_img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

#contents .contents_img a {
    margin-right: 20px;
}

#contents .contents_img a:nth-child(4) {
    margin-right: 0;
}

#contents .contents_img img {
    margin-bottom: 20px;
}

#contents .contents_img a img {
    background-color: rgba(255, 255, 255, .25);
    height: 416px;
    width: 270px;
}

@media all and (-ms-high-contrast: none) {
    #contents .contents_img a {
        margin-right: 30px\9;
        /* IE10 */
    }

    #contents .contents_img a:last-child {
        margin-right: 0\9;
        /* IE10 */
    }
}

#contents .contents_img a img:last-child {
    margin-right: 0;
}

#wmovie {
    width: 100%;
    margin-top: 110px;
    background: url("/common/images/group/top/bg_movie.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

#wmovie .detailsBtn {
    margin: 0;
}

/*---------------------------------------
    CM
---------------------------------------*/
#wmovie .list ul li {
    width: 750px;
    margin: 75px auto 0;
}

@media all and (-ms-high-contrast: none) {
    #wmovie .list ul li {
        padding-top: 70px\9;
    }
}

#wmovie .list ul li .icon img {
    width: 100%;
}

#wmovie .list ul li .icon .photo:before {
    content: '';
    width: 70px;
    height: 49px;
    background: url("/common/images/group/top/play.png") no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -24.5px;
    z-index: 5;
}

#wmovie .more_link {
    margin: 75px auto 0;
    text-align: center;
    padding: 0 0 75px;
}

/*---------------------------------------
	フロート解除用
---------------------------------------*/
.clearfix {
    zoom: 1\9;
    /* clear float - ie */
}

.clearfix:after {
    /* clear float */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ---------------------------------------
	動画フレーム
/*---------------------------------------- */
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.modal {
    display: none;
    background: #eee;
    padding: 0 20px 20px;
    overflow: auto;
    z-index: 1001;
    position: absolute;
}

.closeBtn {
    text-align: right;
    padding: 5px 0;
}

.closeBtn:hover {
    cursor: pointer;
    opacity: 0.8;
}

.movie {
    width: 301px;
    float: right;
    margin-top: -112px;
}

/*
    画像表示jQuwey
    jquery.inview.js設定
*/

/*----- フェードインしながら上へスライド -----*/

/*-- TITLE ANIMATION --*/
.ttl {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
    transition: 1.25s;
}

/*-- DETAILS BUTTON ANIMATION --*/
.detailsBtn {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    transition: 1.25s;
}

/*-- BANNER ANIMATION --*/
.bannerList {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    transition: 1.5s;
}

/*-- CONCEPT ANIMATION --*/
#concept .viewer {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
    transition: .8s;
}

#concept .list_img {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    transition: .8s;
}

#concept .list_img._0 {
    transition-delay: .5s;
}

#concept .list_img._1 {
    transition-delay: .6s;
}

#concept .list_img._2 {
    transition-delay: .7s;
}

#concept .list_img._3 {
    transition-delay: .2s;
}

#concept .list_img._4 {
    transition-delay: .3s;
}

/*-- HALL ANIMATION --*/

/* MAP */
#whall .backgroundWrapper {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    transition-timing-function: ease-in-out;
    transition: 1.25s;
    transition-delay: .4s;
    /*1.25s;*/
}

#whall .map_btn {
    opacity: 0;
    transition: .8s;
}

#whall .map_btn#houkkaido {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
    transition-delay: 1s;
    /*1.8s;*/
}

#whall .map_btn#touhoku {
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
    transition-delay: 1.1s;
    /*1.9s;*/
}

#whall .map_btn#chugoku {
    -webkit-transform: translate(-30px, -30px);
    transform: translate(-30px, -30px);
    transition-delay: 1.2s;
}

#whall .map_btn#kantou {
    -webkit-transform: translate(40px, 20px);
    transform: translate(40px, 20px);
    transition-delay: 1.3s;
}

#whall .map_btn#kinki {

    -webkit-transform: translate(20px, 40px);
    transform: translate(20px, 40px);

    transition-delay: 1.4s;
}

#whall .map_btn#kyusyu {
    -webkit-transform: translate(-40px, 20px);
    transform: translate(-40px, 20px);
    transition-delay: 1.5s;
}

/* LIST */
#whall .hall_list_ttl {
    opacity: 0;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
    transition: .6s;
    transition-delay: 1.6s;
}

#whall .hall_list_menu>li {
    opacity: 0;
    -webkit-transform: translate(60px, 0px);
    transform: translate(60px, 0px);
    transition: .5s;
}

#whall .hall_list_menu>li:nth-child(1) {
    transition-delay: 1.8s;
}

#whall .hall_list_menu>li:nth-child(2) {
    transition-delay: 1.9s;
}

#whall .hall_list_menu>li:nth-child(3) {
    transition-delay: 2s;
}

#whall .hall_list_menu>li:nth-child(4) {
    transition-delay: 2.1s;
}

#whall .hall_list_menu>li:nth-child(5) {
    transition-delay: 2.2s;
}

#whall .hall_list_menu>li:nth-child(6) {
    transition-delay: 2.3s;
}

/*-- DRESS ANIMATION --*/

#wdress .dressSlider {
    opacity: 0;
    transition: .8s;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

#wdress .dressSlider#ds_01 {
    transition-delay: .2s;
}

#wdress .dressSlider#ds_02 {
    transition-delay: .4s;
}

#wdress .dressSlider#ds_03 {
    transition-delay: .6s;
}

#wdress .dressSlider#ds_04 {
    transition-delay: .2s;
}

#wdress .dressSlider#ds_05 {
    transition-delay: .4s;
}

#wdress .dressSlider#ds_06 {
    transition-delay: .6s;
}

#wdress .dressSlider#ds_07 {
    transition-delay: .8s;
}

#wdress .dressSlider#ds_08 {
    transition-delay: .2s;
}

#wdress .dressSlider#ds_09 {
    transition-delay: .6s;
}

/*-- TOPICS ANIMATION --*/
#topics .topics_box {
    opacity: 0;
    transition: .8s;
}

#topics .topics_box:nth-child(1) {
    transition-delay: .2s;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}

#topics .topics_box:nth-child(2) {
    transition-delay: .4s;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

#topics .topics_box:nth-child(3) {
    transition-delay: .6s;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}

#topics .topics_box:nth-child(4) {
    transition-delay: .8s;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

#topics .topics_box:nth-child(5) {
    transition-delay: 1s;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}

/*-- CONTENTS ANIMATION --*/
#contents img {
    opacity: 0;
    transition: .8s;
}

#contents img:nth-child(1) {
    transition-delay: 0s;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

#contents img:nth-child(2) {
    transition-delay: .2s;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);

}

#contents img:nth-child(3) {
    transition-delay: .4s;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

#contents img:nth-child(4) {
    transition-delay: .6s;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}


#whall.fadeInUp .backgroundWrapper {
    opacity: 1 !important;
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}

#whall.fadeInUp .map_btn,
#whall.fadeInUp .hall_list_ttl,
#whall.fadeInUp .hall_list_menu>li,
.fadeInUp {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}