@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); 
:root {
    --border-main: 2rem;
}

@media screen and (min-width: 769px) {
    .br_sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .br_pc {
        display: none;
    }
}

/*============================
アニメーション
============================*/
.fadeIn_up {
  transform: translate3d(0, 50px, 0);
  transition: .8s ease-in-out;
  opacity: 0;
}
.fadeIn_up.move {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn_right {
  transform: translate3d(-50px, 0, 0);
  transition: .8s ease-in-out;
  opacity: 0;
}
.fadeIn_right.move {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.blur{
	-webkit-filter: blur(2em);
	filter: blur(2em);
	-webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	transition-delay: .4s;
	opacity: 0;
}
.blur.move{
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
}

/*============================
汎用
============================*/
.f_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jost {
    font-family: "Jost", sans-serif;
}

.floor_btn a {
    font-size: 2.2rem;
    font-weight: 500;
    color: #2ec2db;
    border: 2px solid #2ec2db;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 8rem;
    max-width: 32rem;
    padding: 1rem 4rem;
}

.floor_btn a::after {
    position: absolute;
    content: "";
    background: url("../images/common/btn_icon_top.png") no-repeat 50% / contain;
    width: 3rem;
    height: 3rem;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
}

.cmn_floor_pb01 {
    padding-bottom: 16rem;
}

.cmn_border img {
    border-radius: var(--border-main);
}
/*============================
ベース
============================*/
.base_width {
    max-width: none;
    padding: 0;
}
/*============================
汎用ボックス
============================*/
.cmn_top_contents .main_bg {
    min-height: 56rem;
    background: no-repeat 50% /cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0rem 3rem;
}

.cmn_top_contents .main_bg::after {
    position: absolute;
    content: "";
    background: no-repeat 50% / cover;
    width: 100vw;
    height: 5.625vw;
    bottom: -2rem;
    left: 0;
}

.cmn_top_contents .main_bg.odd_deco::after {
    background-image: url(../images/common/cmn_bottom_deco.png);
}

.cmn_top_contents .main_bg.even_deco::after {
    background-image: url(../images/common/cmn_bottom_deco02.png);
}

.cmn_top_contents .inner {
    position: relative;
    padding-top: 7rem;
}

.cmn_top_contents p[class*='main_'] {
    margin: 0 auto 3rem;
}

.cmn_top_contents p.main_ttl {
    max-width: 980px;
}

.cmn_top_contents p.main_ttl02 {
    max-width: 870px;
}

.cmn_top_contents p.main_ttl03 {
    max-width: 970px;
}

.cmn_top_contents .inner .ttl_wrap {
    position: absolute;
    top: 0;
}

.cmn_top_contents .inner .txt_wrap {
    position: relative;
}

.cmn_top_contents .inner .txt_wrap {
    width: 62rem;
    margin: 0 auto;
}

.cmn_top_contents .inner.cmn_right_img_wrap .txt_wrap {
    padding-right: 12rem;
    padding-left: 3rem;
}

.cmn_top_contents .inner.cmn_left_img_wrap .txt_wrap {
    padding-left: 16rem;
}

.cmn_top_contents .inner .txt_wrap p.big_txt {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
}

.cmn_top_contents .inner .txt_wrap p.txt {
    font-size: 2.2rem;
    line-height: 2.5;
    margin-bottom: 4.5rem;
    padding-left: 2rem;
}

.cmn_top_contents .inner .txt_wrap p.btn {
    padding-left: 2rem;
}

.cmn_top_contents .inner .img_wrap {
    position: absolute;
}

.cmn_top_contents .inner.img_double .img_wrap {
    top: -10rem;
}

.cmn_top_contents .cmn_left_img_wrap .ttl_wrap {
    right: calc(50% - 63.5rem);
}

.cmn_top_contents .cmn_left_img_wrap.img_double .img_wrap {
    left: calc(50% - 74rem);
}

.cmn_top_contents .cmn_left_img_wrap.img_single .img_wrap {
    left: calc(50% - 74rem);
    top: 5rem;
}

.cmn_top_contents .cmn_left_img_wrap.img_double .img_wrap p.bt_img {
    position: relative;
    top: -20.5rem;
    right: -22.5rem;
}

.cmn_top_contents .cmn_right_img_wrap .ttl_wrap {
    left: calc(50% - 60rem);
}

.cmn_top_contents .cmn_right_img_wrap.img_double .img_wrap {
    right: calc(50% - 74rem);
}

.cmn_top_contents .inner .ttl_wrap p.map {
    margin-top: 2rem;
    text-align: center;
	mix-blend-mode: multiply;
}

.cmn_top_contents .cmn_right_img_wrap.img_double .img_wrap p.bt_img {
    position: relative;
    top: -20rem;
    left: -15rem;
}

.cmn_top_contents .cmn_right_img_wrap.img_single .img_wrap {
    right: calc(50% - 74rem);
    top: 5rem;
}

.floor_lead {
    text-align: center;
    line-height: 3;
	font-size: 2.2rem;
}

/*============================
#floor_top_4f
============================*/
#floor_top_4f .main_bg {
    background-image: url(../images/floor-top/floor4f_main.jpg);
}

#floor_top_4f .inner .ttl_wrap p.map {
    margin-right: 3rem;
}

/*============================
#floor_top_3f
============================*/
#floor_top_3f .main_bg {
    background-image: url(../images/floor-top/floor3f_main.jpg);
}

#floor_top_3f .inner .ttl_wrap p.map {
    margin: -2.5rem 1rem 0 0
}

#floor_top_3f .inner .img_wrap p.main_img.fish_deco01 {
    position: relative;
    padding-bottom: 15rem;
}

#floor_top_3f .inner .img_wrap p.main_img.fish_deco01::after {
    position: absolute;
    content: "";
    background: url(../images/floor-top/floor3f_deco.png) no-repeat 50% / contain;
    width: 31.7rem;
    height: 16.2rem;
    bottom: 0;
    right: 3.5rem;
}

/*============================
#floor_top_2f
============================*/
#floor_top_2f {
    padding-top: 7rem;
}

#floor_top_2f .main_bg {
    background-image: url(../images/floor-top/floor2f_main.jpg);
}

#floor_top_2f.cmn_top_contents .inner .txt_wrap p.big_txt.txt_id span{
	text-indent: -.5em;
	display: inline-block;
}

#floor_top_2f .inner.zigzag02 {
    margin-top: 7.5rem;
}

#floor_top_2f .inner.zigzag03 {
    margin-top: 13.5rem;
}

#floor_top_2f .inner.zigzag04 {
    margin-top: 7.5rem;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco01 {
    position: relative;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco01 {
    padding-bottom: 11rem;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco02 {
    padding-bottom: 12rem;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco03 {
    padding-bottom: 14.5rem;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco04 {
    padding-bottom: 21.5rem;
}

#floor_top_2f .inner .img_wrap p.main_img[class*="fish_deco0"]::after {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
    bottom: 0;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco01::after {
    background-image: url(../images/floor-top/floor2f_deco01.png) ;
    width: 42rem;
    height: 13.2rem;
    left: 5.5rem;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco02::after {
    background-image: url(../images/floor-top/floor2f_deco02.png) ;
    width: 21rem;
    height: 12.4rem;
    left: 9rem;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco03::after {
    background-image: url(../images/floor-top/floor2f_deco03.png) ;
    width: 35rem;
    height: 23.3rem;
    left: 11rem;
}

#floor_top_2f .inner .img_wrap p.main_img.fish_deco04::after {
    background-image: url(../images/floor-top/floor2f_deco04.png) ;
    width: 53.2rem;
    height: 27.5rem;
    left: -2.5rem;
}

/*============================
#floor_top_1f
============================*/
#floor_top_1f .main_bg {
    background-image: url(../images/floor-top/floor1f_main.jpg);
}

#floor_top_1f .img_wrap p.bt_img {
    top: -20.5rem;
}

#floor_top_1f ul.items {
    max-width: 114rem;
    margin: 0 auto;
    position: relative;
    padding-top: 13.5rem;
}

#floor_top_1f ul.items::before {
    position: absolute;
    content: "";
    background: url(../images/floor-top/dotted_line.png) no-repeat 50% / contain;
    width: 110.4rem;
    height: 3.4rem;
    top: 0;
    left: 0;
}

#floor_top_1f ul.items li {
    position: relative;
    z-index: 0;
    padding-left: 16.7rem;
    margin-bottom: 10rem;
    padding-right: 2.5rem;
}

#floor_top_1f ul.items li .ttl_wrap {
    position: absolute;
    top: -5rem;
    left: -3rem;
    z-index: -1;
}

#floor_top_1f ul.items li .txt_wrap {
    width: calc(100% - 50rem - 8rem);
    padding-top: 2.5rem;
}

#floor_top_1f ul.items li .txt_wrap p.big_txt {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

#floor_top_1f ul.items li .txt_wrap p.txt {
    line-height: 2;
    margin-bottom: 3rem;
}

#floor_top_1f ul.items li .txt_wrap p.btn a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #2ec2db;
    border: 2px solid #2ec2db;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 6rem;
    max-width: 25.5rem;
    padding: 1rem 3.5rem;
}

#floor_top_1f ul.items li .txt_wrap p.btn a::after {
    position: absolute;
    content: "";
    background: url("../images/common/btn_icon_top.png") no-repeat 50% /contain;
    width: 2.2rem;
    height: 2.2rem;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
}

#floor_top_1f ul.items li .img_wrap p.img {
    width: 50rem;
    margin-left: 8rem;
}

#floor_top_1f ul.items li .img_wrap p.img img {
    width: 100%;
}

#floor_top_1f .shop {
    margin-top: 9.5rem;
}

#floor_top_1f .shop .shop_inner {
    width: 110rem;
    margin: 0 auto;
    position: relative;
    padding: 12rem 0 0 6rem;
    align-items: center;
}

#floor_top_1f .shop .shop_inner::before {
    position: absolute;
    content: "";
    background: url(../images/floor-top/dotted_line.png) no-repeat 50% / contain;
    width: 110.4rem;
    height: 3.4rem;
    top: 0;
    left: 0;
}

#floor_top_1f .shop .shop_inner .txt_wrap {
    width: 47rem;
    margin-right: 7rem;
}

#floor_top_1f .shop .shop_inner .txt_wrap h2.ttl {
    font-size: 3.2rem;
    margin-bottom: 2rem;
}

#floor_top_1f .shop .shop_inner .txt_wrap p.txt {
    font-size: 2.2rem;
    line-height: 2.5;
    padding-left: 2rem;
    margin-bottom: 4.5rem;
}

#floor_top_1f .shop .shop_inner .txt_wrap p.btn {
    padding-left: 1.5rem;
}

#floor_top_1f .shop .shop_inner .img_wrap {
    width: calc(100% - 47rem - 7rem);
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
    /*============================
汎用
============================*/

    .floor_btn a {
        font-size: 3.4rem;
        max-width: none;
        width: 46rem;
        min-height: auto;
        height: 12rem;
        justify-content: center;
        margin: 0 auto;
        padding: 1rem 9rem;
    }

    .floor_btn a::after {
        width: 4.4rem;
        height: 4.4rem;
        border-width: .4rem;
        right: 3.8rem;
    }

    .cmn_floor_pb01 {
        padding-bottom: 7rem;
    }

    /*============================
ベース
============================*/
    .cmn_top_contents {
        padding: 7.5rem 0;
    }

    /*============================
汎用ボックス
============================*/
    .cmn_top_contents .main_bg {
        margin: 0;
        min-height: 50rem;
    }

    .cmn_top_contents .main_bg::after {
        position: absolute;
        content: "";
        background: no-repeat 50% / cover;
        width: 100vw;
        height: 5.625vw;
        bottom: -1rem;
        left: 0;
    }

    .cmn_top_contents .main_bg.odd_deco::after {
        background-image: url("../images/common/cmn_bottom_deco_sp.png");
    }

    .cmn_top_contents .main_bg.even_deco::after {
        background-image: url("../images/common/cmn_bottom_deco02_sp.png");
    }

    .cmn_top_contents .inner {
        padding-top: 3rem;
    }

    .cmn_top_contents p[class*='main_'] {
        max-width: none;
        width: 58rem;
        margin-bottom: 0;
    }

    .cmn_top_contents p[class*='main_'] img {
        width: 100%;
    }

    .cmn_top_contents p.main_ttl {
		margin-bottom: 5rem;
    }

    .cmn_top_contents p.main_ttl02 {
        width: 47.6rem;
        margin-bottom: 5rem;
    }

    .cmn_top_contents p.main_ttl03 {
        width: 59rem;
        margin-bottom: 5rem;
    }

    .cmn_top_contents .inner .ttl_wrap {
        position: relative;
        display: flex;
        margin-bottom: 6.5rem;
		left: auto;
		top: auto;
    }
	
	.cmn_top_contents .inner .ttl_wrap .ttl_map {
		width: 70rem;
	}
	
	.cmn_top_contents .inner .ttl_wrap .ttl_map img{
		width: 100%;
	}

    .cmn_top_contents .inner .ttl_wrap h3.ttl {
        position: relative;
		z-index: 1;
    }

    .cmn_top_contents .inner .ttl_wrap h3.ttl img {
        width: 45rem;
    }

    .cmn_top_contents .inner .ttl_wrap p.map {
        position: relative;
    }

    .cmn_top_contents .inner .ttl_wrap p.map img {
        width: 29rem;
    }

    .cmn_top_contents .inner .txt_wrap {
        width: 100%;
    }

    .cmn_top_contents .inner .txt_wrap p.big_txt {
        font-size: 4.8rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 3rem;
    }

    .cmn_top_contents .inner .txt_wrap p.txt {
        font-size: 3rem;
        padding: 0 6rem;
        text-align: center;
        line-height: 1.75;
    }

    .cmn_top_contents .inner .txt_wrap p.btn {
        padding: 0;
        margin-bottom: 8rem;
    }

    .cmn_top_contents .inner .img_wrap {
        position: static;
    }

    .cmn_top_contents .cmn_left_img_wrap .ttl_wrap {
        padding: 0;
		right: auto;
    }
	
	.cmn_top_contents p[class*='main_img'] {
		width: 65rem;
	}

    .cmn_top_contents .inner.cmn_left_img_wrap .txt_wrap {
        padding: 0;
    }

    .cmn_top_contents .inner.cmn_right_img_wrap .txt_wrap {
        padding: 0;
    }

    .cmn_top_contents .cmn_right_img_wrap.img_double .img_wrap {
        text-align: right;
    }

    .floor_lead {
        line-height: 1.75;
		font-size: 3rem;
    }

    .cmn_top_contents .inner .ttl_wrap.sp_Lmap_img {
		right: -7rem;
    }

    .cmn_top_contents .inner .ttl_wrap.sp_Rmap_img {
        left: -2rem;
    }

    .cmn_top_contents .inner .ttl_wrap.sp_Nomap_img {
        justify-content: center;
    }

    /*============================
#floor_top_4f
============================*/
    #floor_top_4f {
        padding-top: 10rem;
    }

    #floor_top_4f .main_bg {
        background-image: url(../images/floor-top/floor4f_main_sp.jpg);
    }

    #floor_top_4f .inner .ttl_wrap p.map {
    }

    /*============================
#floor_top_3f
============================*/
    #floor_top_3f .inner .img_wrap p.main_img.fish_deco01 {
        padding-bottom: 19.5rem;
    }

    #floor_top_3f .inner .img_wrap p.main_img.fish_deco01::after {
        width: 40.4rem;
        height: 20.5rem;
    }

    /*============================
#floor_top_2f
============================*/
	#floor_top_2f.cmn_top_contents .inner .txt_wrap p.big_txt.txt_id span{
		text-indent: 0;
	}

    #floor_top_2f .inner.zigzag02 {
        margin-top: -1.5rem;
    }

    #floor_top_2f .inner.zigzag03 {
        margin-top: 0;
    }

    #floor_top_2f .inner.zigzag04 {
        margin-top: -7rem;
    }

    #floor_top_2f .inner .img_wrap p.main_img {
        margin-bottom: 7rem;
    }

    #floor_top_2f .inner .img_wrap p.main_img.fish_deco01 {
        padding-bottom: 15rem;
    }

    #floor_top_2f .inner .img_wrap p.main_img.fish_deco02 {
        padding-bottom: 19rem;
    }

    #floor_top_2f .inner .img_wrap p.main_img.fish_deco03 {
        padding-bottom: 22rem;
    }

    #floor_top_2f .inner .img_wrap p.main_img.fish_deco04 {
        padding-bottom: 31rem;
    }
	
    #floor_top_2f .inner .img_wrap p.main_img.fish_deco01::after {
        width: 53.5rem;
        height: 16.8rem;
        left: 7rem;
    }

    #floor_top_2f .inner .img_wrap p.main_img.fish_deco02::after {
        width: 26.7rem;
        height: 15.7rem;
        left: 17rem;
    }

    #floor_top_2f .inner .img_wrap p.main_img.fish_deco03::after {
        width: 44.6rem;
        height: 29.7rem;
        left: auto;
        right: 11rem;
    }

    #floor_top_2f .inner .img_wrap p.main_img.fish_deco04::after {
        width: 67.5rem;
        height: 35rem;
        left: 3rem;
    }

    #floor_top_2f .inner.sp_box {
        display: flex;
        flex-direction: column;
    }

    #floor_top_2f .inner.sp_box .ttl_wrap {
        order: 1;
    }

    #floor_top_2f .inner.sp_box .txt_wrap {
        order: 3;
    }

    #floor_top_2f .inner.sp_box .img_wrap {
        order: 2;
    }

    /*============================
#floor_top_1f
============================*/
    #floor_top_1f .main_bg {
        background-image: url(../images/floor-top/floor1f_main_sp.jpg);
    }

    #floor_top_1f ul.items {
        max-width: none;
        padding-top: 19rem;
        margin-bottom: -7rem;
    }

    #floor_top_1f ul.items::before {
        width: 67.6rem;
        height: 2.8rem;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/common/dotted_line_sp.png");
        top: 1rem;
    }

    #floor_top_1f ul.items li {
        padding: 0;
        flex-direction: column-reverse;
        margin-bottom: 15rem;
    }

    #floor_top_1f ul.items li .ttl_wrap {
        width: 25rem;
        left: -1rem;
    }

    #floor_top_1f ul.items li .ttl_wrap img {
        width: 100%;
    }

    #floor_top_1f ul.items li .txt_wrap {
        width: 100%;
        padding-top: 7rem;
    }

    #floor_top_1f ul.items li .txt_wrap p.big_txt {
        font-size: 4.2rem;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 2rem;
    }

    #floor_top_1f ul.items li .txt_wrap p.txt {
        font-size: 2.6rem;
        text-align: center;
        line-height: 1.75;
        margin-bottom: 5rem;
    }

    #floor_top_1f ul.items li .txt_wrap p.btn a {
        font-size: 2.8rem;
        width: 42rem;
        max-width: none;
        height: 10rem;
        min-height: auto;
        margin: 0 auto;
        justify-content: center;
        border-width: .3rem;
        padding: 1rem 7rem;
    }

    #floor_top_1f ul.items li .txt_wrap p.btn a::after {
        width: 3.6rem;
        height: 3.6rem;
        right: 3.2rem;
    }

    #floor_top_1f ul.items li .img_wrap p.img {
        width: 55rem;
        margin-left: auto;
    }

    #floor_top_1f ul.items li .img_wrap p.img img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #floor_top_1f .inner.cmn_left_img_wrap {
        display: flex;
        flex-direction: column;
    }

    #floor_top_1f .inner.cmn_left_img_wrap.img_single .ttl_wrap {
        order: 1;
    }

    #floor_top_1f .inner.cmn_left_img_wrap.img_single .txt_wrap {
        display: contents;
    }

    #floor_top_1f .inner.cmn_left_img_wrap.img_single .txt_wrap p.big_txt {
        order: 3;
    }

    #floor_top_1f .inner.cmn_left_img_wrap.img_single .txt_wrap p.txt {
        order: 4;
    }

    #floor_top_1f .inner.cmn_left_img_wrap.img_single .txt_wrap p.btn {
        order: 5;
        margin-bottom: 0;
    }

    #floor_top_1f .inner.cmn_left_img_wrap.img_single .img_wrap {
        order: 2;
        margin-bottom: 7rem;
    }

    #floor_top_1f .shop .shop_inner {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        padding: 13rem 5rem 0;
    }

    #floor_top_1f .shop .shop_inner::before {
        width: 67.6rem;
        height: 2.8rem;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/common/dotted_line_sp.png");
        top: 1rem;
    }

    #floor_top_1f .shop .shop_inner .txt_wrap {
        margin: 0;
        width: 100%;
    }

    #floor_top_1f .shop .shop_inner .txt_wrap h2.ttl {
        font-size: 4.8rem;
        text-align: center;
        line-height: 1.5;
    }

    #floor_top_1f .shop .shop_inner .txt_wrap p.txt {
        font-size: 3rem;
        padding: 0;
        text-align: center;
        line-height: 1.75;
        margin-bottom: 11rem;
    }

    #floor_top_1f .shop .shop_inner .img_wrap {
        width: 100%;
        margin: 0 0 6.5rem;
    }

    #floor_top_1f .shop .shop_inner .img_wrap img {
        width: 100%;
    }
}
