body {
	font-weight: 400;
	line-height: 1.7;
}
body .bold {
	font-weight: 900;
}
_::-webkit-full-page-media, _:future, :root .bold {font-weight: 600;}
a{cursor: pointer;}
* {font-size: 1.3333vw;}
.pc_cnt{display: block;}
.sp_cnt{display: none;}
.sp_cnt_inline{display: none;}
/************************
共通
************************/
.content_wrapper{
    margin: 0 auto;
    max-width: 1220px;
    padding: 30px 10px;
    position: relative;
}
main{
    position: relative;
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .content_wrapper{
        padding: 10px;
    }
}
/************************
header
************************/
#globalHeader .headerWrap{
    margin: 0 auto;
    max-width: 1220px;
    text-align: center;
}
#globalHeader img{
    width: 150px;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    #globalHeader{
        height: auto;
    }
    #globalHeader img{
        width: 130px;
        padding: 15px 0;
    }
}

/************************
mv
************************/
.mv figure{
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    margin: 10px auto;
}
.mv figure img {
    width: 100%;
    top: 0;
    object-fit: cover;
}

/************************
read_box
************************/
.read_box{
    max-width: 1220px;
    padding: 0 10px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.read_box h1{
    width: 37%;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
.read_box p{
    width:60%;
}
@media screen and (max-width: 767px) {
    .read_box{
        display: block;
        margin: 30px auto;
    }
    .read_box h1{
        width: 100%;
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .read_box p{
        width: 100%;
    }
}
/************************
nav
************************/
nav{
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    padding: 15px 5px;
}
nav > div{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
nav > div > div {
    width: 47%;
    padding-right: 5px;
}
nav > div > div a{
    font-weight: bold;
    color: #888;
    display: inline-block;
    padding: 15px 5%;
    width: 90%;
    border: solid 1px #ddd;
    border-radius: 100px;
    line-height: 1;
    position: relative;
    text-align: center;
}
nav > div > div a:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #888;
    border-right: solid 2px #888;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transform: rotate(45deg);
}
nav > div > div:nth-child(2) a::before{
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(/jp/flagship/grandfront-osaka/img/icon_insta.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: calc(50% - 0.75rem);
    left: 20px;
}
nav > ul{
    width: 55%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
nav > ul li{
    border-left: 1px solid #cdcdcd;
    width: 33%;
    text-align: center;
}
nav > ul li a{
    padding: 5px 0 20px;
    position: relative;
    display: inline-block;
}
nav > ul li a::before{
    content: "";
    position: absolute;
    bottom: 10px;
    right: calc(50% - 5px);
    transform: rotate(135deg);
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    width: 10px;
    height: 10px;
}
@media screen and (max-width: 767px) {
    nav.content_wrapper{
        display: block;
        margin: 0 10px;
        padding: 0;
    }
    nav > div{
        width: auto;
        display: block;
        margin: 10px;
    }
    nav > div > div{
        width: 100%;
        margin: 10px 0;
    }
    nav > ul{
        display: block;
        width: 100%;
    }
    nav > ul li{
        width: 100%;
        border-left: none;
        border-top: 1px solid #cdcdcd;
    }
    nav > ul li a{
        display: block;
        text-align: left;
        padding: 12px 10px;
    }
    nav > ul li a::before{
        top: calc(50% - 10px);
        bottom: auto;
        right: 10px;
    }
}
/************************
column4_wrapper
************************/
.column4_wrapper {
    margin: 40px auto;
}
.column4_wrapper + .column4_wrapper{
    margin-top: 0;
    padding-top: 0;
}
.column4_wrapper .title_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
}
.column4_wrapper .title_box h2{
    font-weight: bold;
    font-size: 1.5rem;
    width: 70%;
}
.column4_wrapper .title_box div{
    width: 30%;
    text-align: right;
}
.column4_wrapper .title_box div a{
    color: #888;
    font-weight: bold;
    position: relative;
    padding-right: 15px;
}
.column4_wrapper .title_box div a::before{
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #888;
    border-right: solid 2px #888;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    transform: rotate(45deg);
}
.column4_wrapper .title_box02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0;
}
.column4_wrapper .title_box02 h2{
    font-weight: bold;
    font-size: 1.5rem;
    width: 20%;
}
.column4_wrapper .title_box02 p{
    width: 80%;
}
.column4_wrapper ul{
    display: flex;
    flex-wrap: wrap;
}
.column4_wrapper ul li{
    width: 24%;
    margin-right: 1%;
}
.column4_wrapper ul li:nth-child(4){
    margin-right: 0;
}
.column4_wrapper ul li figure{
    position: relative;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 4px;
}
.column4_wrapper ul li figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.column4_wrapper ul li div{
    font-weight: bold;
    font-size: 1.125rem;
    color: #333333;
    margin: 10px 0 3px;
}
.column4_wrapper ul li p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
    .column4_wrapper ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 4%;
    }
    .column4_wrapper ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .column4_wrapper .title_box02{
        display: block;
    }
    .column4_wrapper .title_box02 h2{
        width: 100%;
        margin-bottom: 5px;
    }
    .column4_wrapper .title_box02 p{
        width: 100%;
    }
}

/************************
event_wrapper
************************/
.event_wrapper {
    margin: 0 auto 40px;
    padding-top: 0;
}
.event_wrapper .title_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
}
.event_wrapper .title_box h2{
    font-weight: bold;
    font-size: 1.5rem;
    width: 70%;
}
.swiper-container {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.event_btn{
    max-width: 330px;
    width: 80%;
    margin: 60px auto 0;
}
.event_btn a{
    font-weight: bold;
    color: #888;
    display: inline-block;
    padding: 15px 10%;
    width: 80%;
    border: solid 1px #ddd;
    border-radius: 100px;
    line-height: 1;
    position: relative;
    text-align: center;
    font-size: 1.125rem;
}
.event_btn a:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #888;
    border-right: solid 2px #888;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .event_btn{
        margin-top: 30px;
    }
    .event_btn a{
        font-size: 1.28rem;
    }
}
/************************
swiper
************************/
.swiper-wrapper{
    height: auto!important;
}
.swiper-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
    overflow: hidden;
}
.slider-thumbnail .swiper-wrapper{
    justify-content: space-between;
}
.slider-thumbnail .swiper-wrapper .swiper-slide{
    width: 24%!important;
    height: auto!important;
}
.swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	outline: 3px solid #999999;
	outline-offset: -3px;
}
.swiper-wrapper .swiper-slide .slide_title{
    font-size: 1.25rem;
    font-weight: bold;
    margin: 10px 10px 5px;
    font-feature-settings: "palt";
}
.swiper-wrapper .swiper-slide .slide_txt{
    margin: 5px 10px 10px;
    font-feature-settings: "palt";
}
.swiper-button-next{
    background-color: #999999;
    height: 70px;
    width: 40px;
    top: 33%;
    right: 20px;
}
.swiper-button-next::after{
    font-size: 1rem;
    color: #ffffff;
}
.swiper-button-prev{
    background-color: #999999;
    height: 70px;
    width: 40px;
    top: 33%;
    left: 20px;
}
.swiper-button-prev::after{
    font-size: 1rem;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .swiper-button-next {
        height: 30px;
        width: 30px;
        top: calc(50% - 90px);
        right: 10px;
    }
    .swiper-button-prev {
        height: 30px;
        width: 30px;
        top: calc(50% - 90px);
        left: 10px;
    }
}
/************************
concept_area
************************/
.concept_area{
    background-color: #f7f7f7;
    padding-bottom: 50px;
    margin: 80px 0 0;
}
.concept_area_top{
    background: url(/jp/flagship/grandfront-osaka/img/concept_bg.png) no-repeat;
    background-position: top right;
    background-size: 50% auto;
}
.concept_area_top_inn{
    max-width: 1220px;
    padding: 80px 10px;
    margin: 0 auto;
}
.concept_area_top_inn h2{
    font-weight: bold;
    font-size: 2rem;
    width: 55%;
    margin-bottom: 40px;
    font-feature-settings: "palt";
}
.concept_area_top_inn p{
    width: 55%;
}
/*----------↓2023/8リリース用記述-----------*/
.concept_area_top_inn{
    padding-top: 100px;
}
.concept_area_top{
    background: none;
}
.concept_area_top_inn h2{
    width: 100%;
    text-align: center;
}
.concept_area_top_inn p {
    width: 77%;
    margin: 0 auto;
}
/*----------↑2023/8リリース用記述-----------*/
/*----------↓2023/9リリース用記述-----------*/
.concept_area_top_img {
    width: 77%;
    margin: 0 auto 40px;
}

.concept_area_top_img img {
    max-width: 100%;
}
/*----------↑2023/9リリース用記述-----------*/
.tab-area {
    max-width: 1220px;
    padding: 0 10px;
    margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.tab {
	width: 31%;
	text-align: center;
	border: 2px solid #464646;
	font-weight: bold;
	padding: 5px 0;
	font-size: 1.15rem;
}
.tab.active {
	background-color: #464646;
	color: #fff;
	position: relative;
}
.tab.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 12px solid #464646;
}
.concept_box{
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	display: none;
}
.concept_box.active {
	display: block;
}
.concept_box > p{
    margin: 30px 0;
}
.concept_box > figure{
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.concept_box > figure img{
    border-radius: 0;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.concept_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}
.concept_box ul li{
    width: 49%;
}
.concept_box ul li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.concept_box ul li figure{
    width: 47%;
    padding-top: 37%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.concept_box ul li figure img{
	border-radius: 0;
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.concept_box ul li a > div{
    width: 50%;
}
.concept_box ul li a > div h3{
    font-size: 1.125rem;
    font-weight: bold;
    margin: 10px 0 3px;
}
.concept_box ul li a > div p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .concept_area{
        padding-bottom: 30px;
    }
    .concept_area_top{
        background-position: bottom left;
        background-size: 100% auto;
    }
    .concept_area_top_inn{
        padding: 50px 10px 240px;
        margin: 60px auto 0;
    }
    .concept_area_top_inn h2{
        width: 100%;
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .concept_area_top_inn p{
        width: 100%;
    }
    /*----------↓2023/8リリース用記述-----------*/
    .concept_area_top_inn{
        padding: 70px 10px 10px;
    }
    /*----------↑2023/8リリース用記述-----------*/
    /*----------↓2023/9リリース用記述-----------*/
    .concept_area_top_img{
        width: 100%;
        margin-bottom: 20px;
    }
    /*----------↑2023/9リリース用記述-----------*/
    .concept_box > figure{
        padding-top: 55%;
    }
    .concept_box ul{
        display: block;
        padding: 20px 0;
    }
    .concept_box ul li{
        width: 100%;
        align-items: self-start;
    }
    .concept_box ul li figure{
        width: 35%;
        padding-top: 35%;
    }
    .concept_box ul li a > div{
        width: 62%;
        font-feature-settings: "palt";
    }
    .concept_box ul li a > div h3{
        margin: 0 0 5px;
    }
    .concept_box ul li a > div p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .tab{
        width: 31%;
        font-size: 0.85rem;
        font-feature-settings: "palt";
        border: 1px solid #464646;
    }
    .tab.active:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #464646;
    }
}

/************************
floor map
************************/
#floor-map_detail .accordion {
	border-top: 1px solid #e7e7e7;
	margin: 0;
	padding: 0;
}
#floor-map_detail .accordion li.ac-parentElement {
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
	list-style: none;
}
#floor-map_detail .accordion p.ac-floor-map {
	cursor: pointer;
	position: relative;
	transition: .1s ease-in;
	margin: 0;
	padding: 30px 26px 30px 10px;
	color: #111;
	line-height: 1.0;
	font-size: 20px;
	font-weight: bold;
	font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
	display: flex;
	align-items: center;
}
#floor-map_detail .accordion p.ac-floor-map span:nth-child(1){
    margin-right: 20px;
}
#floor-map_detail .accordion p.ac-floor-map:hover {
	opacity: .8;
	background: #f5f5f5;
}
#floor-map_detail .accordion p.ac-floor-map:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	right: 10px;
	background: url(https://www.muji.com/jp/parts/img/open.png) no-repeat;
	background-size: cover;
}
#floor-map_detail .accordion p.ac-floor-map.open:after {
	background: url(https://www.muji.com/jp/parts/img/close.png) no-repeat;
}
#floor-map_detail .accordion .ac-detail {
	display: none;
	padding: 0 0 30px;
}
#floor-map_detail .accordion .shop-list__title {
	font-size: 20px;
	margin: 40px auto 20px;
	font-weight: bold;
	font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
}
#floor-map_detail .accordion .ac-detail span.link-underline {
	border-bottom: 1px solid #333;
}
#floor-map_detail .accordion .ac-detail .ac-detail_map figure {
	margin: 0;
	padding: 0;
    background-color: #4a4b4d;
}
#floor-map_detail .accordion .ac-detail .ac-detail_map figure img {
	width: 100%;
	height: auto;
    margin: 0 auto;
    display: block;
}
#floor-map_detail .accordion .ac-detail .ac-detail_map.w800 figure img{
    max-width: 800px;
}
#floor-map_detail .accordion .ac-detail .ac-detail_map.w1060 figure img{
    max-width: 1060px;
}
#floor-map.ut-wrapper {
	padding-bottom: 0;
}
#floor-map.ut-wrapper::after {
	padding: 80px 0 0;
	border-bottom: none;
}
#floor-map #floor-map_detail.c-shop-service-list {
	margin-bottom: 0px;
}
.c-shop-service-list {
	margin-bottom: 0;
}
.c-shop-service-list .shop-list .c-shop-list__wrap {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 40px auto 0;
	justify-content: flex-start;
}
.c-shop-service-list .shop-list .c-shop-list__wrap .after+.after:after {
	display: block;
	content: "";
	width: 32.5%;
}
.c-shop-service-list .shop-list .c-shop-list__wrap li {
	width: 32.5%;
	padding: 0;
	margin-bottom: 30px;
	margin-right: 1.25%;
	background: none;
}
.c-shop-service-list .shop-list .c-shop-list__wrap li:nth-child(3n) {
	margin-right: 0;
}
.c-shop-service-list .shop-list .c-shop-list__wrap li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.c-shop-service-list .shop-list .c-shop-list__wrap li p {
	padding: 0;
	line-height: 1.5;
	font-size: 13px;
	margin: 0;
	height: 60px;
	position: relative;
	overflow: hidden;
}
.c-shop-service-list .shop-list .c-shop-list__wrap li p:after {
	content: "･･･";
	position: absolute;
	top: 38px;
	bottom: 0;
	padding: 0;
	color: #999;
	right: 0;
	left: 0;
	background: #FFF;
}
.c-shop-service-list .shop-list .c-shop-list__wrap .c-shop-photo {
	padding-top: 27.5%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.c-shop-service-list .shop-list .c-shop-list__wrap .c-shop-photo img {
	border-radius: 0;
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.c-shop-service-list .shop-list .c-shop-list__wrap h2 {
	font-size: 1rem;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 2px 0;
}
.c-shop-service-list .c-shop-list__wrap .c-shop-photo {
    width: 27.5%;
    margin: 0;
}
.c-shop-service-list .c-shop-list__wrap .c-shop-caption {
    width: 70%;
}
.c-free-title-heading{
    font-weight: bold;
    font-size: 1.5rem;
    width: 20%;
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
	#floor-map.ut-wrapper::after {
		padding: 20px 0 0;
		border-bottom: none;
	}
	section#floor-map_detail {
		padding-bottom: 0;
	}
	#floor-map_detail .accordion {
		border-top: none;
		margin: 0 2vw;
	}
	#floor-map_detail .accordion li {
		padding: 0 4vw 3vw 0;
	}
	#floor-map_detail .accordion li.ac-parentElement {
		padding: 0;
	}
	#floor-map_detail .accordion p.ac-floor-map {
		padding: 30px 30px 30px 10px;
		font-size: 18px;
		line-height: 1.4;
	}
	#floor-map_detail .accordion p.ac-floor-map:after {
		top: 50%;
		transform: translateY(-50%);
	}
	#floor-map_detail .accordion p.ac-floor-map span{
		font-size: 1.15rem;
	}
	#floor-map_detail .accordion .ac-detail {
		padding: 3vw 0 0;
	}
	#floor-map_detail .accordion .shop-list__title {
		font-size: 16px;
		margin: 20px auto 10px;
	}
	#floor-map_detail p.link-text {
		font-size: 4.8vw;
		margin: 0 10vw 0 0;
		text-align: center;
	}
	#floor-map_detail p.link-text a:after {
		top: 0.6vw;
		margin-left: 5vw;
	}
	.ac-detail_col {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}
	.c-shop-service-list .shop-list .c-shop-list__wrap {
		display: block;
	}
	.c-shop-service-list .shop-list .c-shop-list__wrap li {
		/* width: 100%; */
		width: 80vw;
		max-width: 384px;
		padding: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.c-shop-service-list .shop-list .c-shop-list__wrap li p {
		padding: 0;
		line-height: 1.5;
		margin: 0;
		height: 64px;
		position: relative;
		overflow: hidden;
		white-space: initial;
	}
	.c-shop-service-list .shop-list .c-shop-list__wrap li p:after {
		top: 40px;
	}
	.c-free-title-heading{
		width: 100%;
	}
}

/*------------------------------*/
.sf-footer {
    width: 100%;
    background: #f0f2f5;
    display: flex;
    flex-direction: column;
    order: 100;
    margin-top: 50px;
}

.sf-footer_container {
    padding: 24px 20px;
    width: calc(100% - 40px);
    max-width: 1112px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.sf-footer_sns {
	display: flex;
	justify-content: space-between;
	width: 33.33333%;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0
}
.sf-footer_snsLogo {
    width: 125px
}
.sf-footer_snsList {
    display: flex;
    padding: 0;
    margin-top: 40px;
}
.sf-footer_snsList li{
    padding: 0;
}
.sf-footer_snsList li a{
    padding: 0;
}
.sf-footer_snsItem+.sf-footer_snsItem {
        margin-left: 8px;
}
.sf-footer_navi {
    width: 66.66667%;
    display: flex;
    flex-wrap: wrap
}
.sf-footer_naviList {
	width: 25%;
	display: block
}
.sf-footer_naviList+.sf-footer_naviList {
	margin-top: 0
}
.sf-footer_naviItem {
	margin-right: 30px;
	font-size: 12px;
	width: 100%
}
.sf-footer_naviItemLink {
	color: #585858;
	margin-right: 10px;
}
.sf-footer_body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 16px;
}
.sf-footer_bodyList {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
}
.sf-footer_bodyItem {
    font-size: 12px
}
.sf-footer_bodyItem:not(:first-child) {
    margin-left: 16px;
}
.sf-footer_bodyItemLink,.sf-footer_copy {
    color: #3c3c43;
}
.sf-footer_copy {
    margin-top: 16px;
    font-size: 12px
}
.sf-footer_head {
    display: flex
}
.sf-footer_naviItem+.sf-footer_naviItem {
    margin-top: 10px
}

@media screen and (max-width: 768px) {
    .sf-footer_container{
        width: auto;
    }
    .sf-footer_sns{
		display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction:row;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .sf-footer_snsList{
        margin-top: 0;
    }
    footer{
        padding-bottom: 0;
    }
    footer li{
        width: auto;
        padding-right: 0;
    }
    footer li a{
        font-size: 0.88rem;
    }
}

/*------------------------------*/

.sf-pageTop.active {
    opacity: .6;
    visibility: visible;
    transition: opacity 1.2s;
}
.sf-pageTop[data-is-fixed=true] {
    position: absolute
}
.sf-pageTop:before {
    content: "";
    border-top: 2px solid #76767b;
    border-right: 2px solid #76767b;
    height: 10px;
    transform: rotate(-45deg);
    width: 10px;
    position: absolute;
    top: 10px;
    left: 18px
}
.sf-pageTop {
    bottom: 40px;
    right: 20px;
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    background: #fff;
    border: 1px solid #9d9da0;
    color: #76767b;
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    height: 50px;
    padding: 24px 8px 4px;
    text-align: center;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s;
}
.sf-pageTop:before {
    content: "";
    border-top: 2px solid #76767b;
    border-right: 2px solid #76767b;
    height: 10px;
    transform: rotate(-45deg);
    width: 10px;
    position: absolute;
    top: 10px;
    left: 18px;
}
.sf-pageTop.active_footer {
    opacity: .6;
    bottom: 0;
    visibility: visible;
}
/*------------------------------*/

/*-----modal-----*/
.modal-portfolio {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	background-color: rgba(93, 93, 93, 0.6);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s linear, visibility 0.2s;
}
.modal-portfolio__closelayer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.modal-portfolio__inner {
	width: 90%;
	max-width: 980px;
	position: relative;
	z-index: 1;
    border-radius: 20px;
}
.modal-portfolio__close {
	width: 50px;
	height: 50px;
	position: absolute;
    top: 0;
    right: 0;
	z-index: 3;
	cursor: pointer;
    background: url("/jp/flagship/grandfront-osaka/img/close.png") no-repeat;
    background-size: 100% auto;
    border-radius: 0 5px 0 0;
}
.modal-portfolio__content {
	display: none;
	width: 100%;
	height: 0;
	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	pointer-events: none;
}
.modal-portfolio__content.is-show {
	display: block;
	height: auto;
	max-height: 75vh;
	pointer-events: all;
}
.modal-portfolio.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.modal_inn{
    padding: 40px;
    max-height: 60vh;
    overflow-y: scroll;
    background-color: #ffffff;
    border-radius: 5px;
    scrollbar-width: none;
    box-shadow: 0px 0px 15px 5px #777777;
}
.modal_inn::-webkit-scrollbar{
    display:none;
}
.modal-portfolio-body {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.modal_inn_wrapper{
    display: flex;
    justify-content: space-between;
}
.modal_inn_wrapper figure{
    width: 48%;
    position: relative;
    padding-top: 35%;
    overflow: hidden;
    border-radius: 4px;
}
.modal_inn_wrapper figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.modal_inn_wrapper > div{
    width: 48%;
}
.modal_inn_wrapper > div h2{
    font-size: 1.375rem;
    font-weight: bold;
}
.modal_inn_wrapper > div p{
    margin: 10px 0;
}
.modal_inn_wrapper > div p a{
    text-decoration: underline;
    margin: 10px 0;
    display: inline-block;
}
.modal_inn .event_btn{
    width: 100%;
    max-width: 100%;
}
.modal_inn .event_btn a{
    line-height: 1.4;
}

@media (max-width: 767px) {
    .modal-portfolio__inner{
        width: 100%;
    }
	.modal-portfolio__close {
		top: 0px;
        right: 10px;
        width: 35px;
        height: 35px;
	}
    .modal-portfolio-body__title{
        font-size: 1.5rem;
        text-align: center;
    }
    .modal-portfolio-body__title span{
        margin-top: 10px;
        display: block;
        font-size: 1.2rem;
    }
    .modal_inn{
        padding: 40px 10px;
        margin: 0 10px;
    }
    .modal-portfolio__inner .sp_table01{
        width: calc(100% + 20px);
    }
    .sp_table01 figure.w554{
        width: 650px;
    }
    .sp_table01 figure.w692{
        width: 750px;
    }
    .modal_inn_wrapper{
        display: block;
    }
    .modal_inn_wrapper figure{
        margin-bottom: 20px;
        width: 100%;
        padding-top: 70%;
    }
    .modal_inn_wrapper > div{
        width: 100%;
    }
}

/*------------------------------*/

/*-----Anchor-----*/
.sf-fixedAnchor {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    z-index: 100;
    transform: translateY(-100%) translateX(-50%);
    background-color: #fff;
    border-bottom: 1px solid #ebebec;
}
.sf-fixedAnchor[data-display-status] {
    transition: transform .3s
}
.sf-fixedAnchor[data-display-status=show] {
    transform: translateY(0) translateX(-50%)
}
.sf-fixedAnchor_container{
    max-width: 1200px;
    margin: 0 auto;
}
.sf-fixedAnchor_list {
    display: flex;
    margin: 0 auto;
    padding-right: 16px;
    background-color: #fff;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}
.sf-fixedAnchor_list::-webkit-scrollbar {
    display: none
}
.sf-fixedAnchor_list a{
    display: block;
    width: 100%;
    text-align: center;
}

.sf-fixedAnchor_item {
    margin-left: 16px;
    width: calc(50% - 16px);
    flex-shrink: 0
}
[data-mobile-column="3"] .sf-fixedAnchor_item {
    width: calc(33.33333% - 16px);
}
.sf-fixedAnchor_itemLink {
    padding: 4px 0;
    color: #3c3c43;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    height: 100%;
    width: 100%;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer
}
.sf-fixedAnchor_itemLink:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    transition: background-color .3s ease-in-out
}
.sf-fixedAnchor_itemLink.-current:before {
    background-color: #3c3c43;
}
.sf-fixedAnchor_movingButton {
    width: 16px;
    height: calc(100% - 1px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f5f5f5;
    transition: .2s
}
.sf-fixedAnchor_movingButton.-hidden {
    opacity: 0;
    visibility: hidden
}
.sf-fixedAnchor_movingButton:after,.sf-fixedAnchor_movingButton:before {
    content: "";
    width: 8px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #9d9da0;
    position: absolute
}
.sf-fixedAnchor_movingButton.-prev {
    left: 0
}
.sf-fixedAnchor_movingButton.-prev:before {
    top: calc(50% - 3px);
    transform: translateX(-50%) rotate(-45deg);
    left: 50%
}
.sf-fixedAnchor_movingButton.-prev:after {
    bottom: calc(50% - 3px);
    transform: translateX(-50%) rotate(45deg);
    left: 50%
}
.sf-fixedAnchor_movingButton.-next {
    background-position-x: -4em;
    right: 0
}
.sf-fixedAnchor_movingButton.-next:before {
    top: calc(50% - 3px);
    transform: translateX(-50%) rotate(45deg);
    left: 50%
}
.sf-fixedAnchor_movingButton.-next:after {
    bottom: calc(50% - 3px);
    transform: translateX(-50%) rotate(-45deg);
    left: 50%
}
@media screen and (max-width: 767px) {
    .sf-fixedAnchor_itemLink a{
        font-size: 0.88rem;
    } 
}
/*------------------------------*/

@media screen and (min-width: 1200px) {
	* {font-size: 16px;}
}
@media screen and (max-width: 767px) {
	* {font-size: 14px;}
    .pc_cnt{display: none;}
    .sp_cnt{display: block;}
    .sp_cnt_inline{display: inline-block;}
    /************************
    header
    ************************/
    
}