﻿@charset "utf-8";
.pc{display: block;}
.pc.tablet{display: block;}
.tablet{display: none;}
.sp{display: none;}

/* mainVisualWrap */
.mainVisual {
	position: relative;
}
.mainVisual .h2_wrap{
}
.mainVisual .h2_wrap .bg{
	position: absolute;
    top: 6.5rem;
    bottom: 11rem;
    left: 50%;
    z-index: 100;
    width: 75%;
    max-width: 39rem;
    transform: translateX(-50%);
    background: #6c4b6d;
    mix-blend-mode: multiply;
    /*
    -webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);
    */
    pointer-events: none;
}
.mainVisual .h2_wrap h2{
    text-indent: -9999px;
	position: absolute;
    top: 48%;
    left: 50%;
    z-index: 101;
    width: 70%;
    max-width: 37rem;
    transform: translate(-50%,-50%);
    background: url(/grantact/img/common/logo_white.svg) center / contain no-repeat;
    height: 0;
    padding-bottom: 25%;
    pointer-events: none;
}
.mainVisualInner {
	margin: 0 auto;
    height: 676px;
}
@media screen and (max-width: 820px){
    .mainVisualInner {
        height: unset;
    }
}
.mainVisualInner picture{
    position: relative;
    height: 100%;
    z-index: 1;
}
.mainVisualInner picture img{
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mainVisualInner .sliderItem.no_info picture img{
    height: 600px;
}
.mainVisualInner .sliderItem.no_info,
.mainVisualInner .sliderItem.no_info .slider,
.mainVisualInner .sliderItem.no_info .slick-list,
.mainVisualInner .sliderItem.no_info .slick-track{
    height: 100%;
}
.mainVisualInner .slick-slide{
    position: relative;
}
.mainVisualInner .slick-slide .info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.mainVisualInner .sliderItem.no_info .info{
    display: none;
}
.mainVisualInner .sliderItem.no_info picture img{
    height: calc(100% - 11rem);
}
.mainVisualInner .slider{
	/*max-width: 1150px;*/
    /*background: #180d17;*/
    height: 100%;
}
.mainVisualInner .slick-track,
.mainVisualInner .slick-list.draggable{
    height: 100%;
}
.mainVisualInner .slick-slide {
    margin: 0;
}
.mainVisualInner .slick-slide:not(.slick-center) {
 /* -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  filter: grayscale(70%);
  transition: 0.2s linear;*/
}

.sliderItem{
	position: relative;
}
.sliderItem img{
	/*width: 100%;*/
	/*max-width: 1150px;*/
	width: 1150px;
	display: block;
	margin: 0 auto;
	position: relative;
}

/*.sliderItem_01 img{ top: 0px; }*/
/*.sliderItem_02 img{ top: -24vh; }
.sliderItem_03 img{ top: -24vh; }
.sliderItem_04 img{ top: -10vh; }*/

.sliderItem img.grantact_logo{
	max-width: 600px;
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.sliderItem .info{
    background: #180d17;
    padding: 3rem 0;
    max-height: 8rem;
    text-align: center;
    color: #fff;
    position: relative;
    min-height: 11rem;
}
.sliderItem.info_fs_l .info{
    padding: 2.5rem  0;
}
.sliderItem.va_t .info{
    padding: 1rem 0 3rem;
}
.sliderItem .info h3{
    font-size: 1.2rem;
    min-height: 1.8rem;
}
.sliderItem .info .infoList{
    flex-wrap: wrap;
    justify-content: center;
    color: #ded4bd;
    font-size: 1.8rem;
    margin: .5rem 0 0;
    padding: 0 3rem;
}
.sliderItem.info_fs_s .info h3 span{
    font-size: 1.2rem;
}
.sliderItem.info_fs_s .info .infoList{
    font-size: 1.4rem;
}
.sliderItem.info_fs_m .info h3 span{
    font-size: 1.4rem;
}
.sliderItem.info_fs_m .info .infoList{
    font-size: 1.8rem;
}
.sliderItem.info_fs_l .info h3 span{
    font-size: 1.6rem;
}
.sliderItem.info_fs_l .info .infoList{
    font-size: 2.2rem;
}
.sliderItem .info .infoList .name:after{
    content: "／";
    display: inline-block;
    margin: 0 1.5rem;
}
.sliderItem .info .infoList > li:not(:first-child) + li:before{
    content: "|";
    display: inline-block;
    margin: 0 1.5rem;
}
.sliderItem .info p{
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    padding: .5rem 2rem .5rem 0;
    font-size: 1.2rem;
    background: url(/grantact/img/common/icon_link.svg) right center / auto 14px no-repeat;
}

.sliderItem p.main_txt{
	width: 100%;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 28%;
	right: 0;
	left: 0;
	margin: auto;
	text-shadow:
	3px 3px 6px rgba(0, 0, 0, .2),
	3px -3px 6px rgba(0, 0, 0, .2),
	-3px 3px 6px rgba(0, 0, 0, .2),
	-3px -3px 6px rgba(0, 0, 0, .2),

	1px 1px 6px rgba(0, 0, 0, .4),
	1px -1px 6px rgba(0, 0, 0, .4),
	-1px 1px 6px rgba(0, 0, 0, .4),
	-1px -1px 6px rgba(0, 0, 0, .4);
}
.sliderItem p.main_txt span{
	width: 100%;
	display: block;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 14px 0 0;
}


/*.mainVisual .slick-dots{
	top: 45vh;
}*/

.sec_topics{
    padding: 0 0 40px;
}
.sec_topics .contents{
	padding-bottom: 0;
}

.sec_top_bnr{
	width: 100%;
	margin: 100px auto 100px;
}
.sec_top_bnr div{
	width: 94%;
	max-width: 750px;
	margin: 0 auto;
}
.sec_top_bnr div img{
	width: 100%;
	margin: 0
}

.main_links_box{
	/*width: 1010px;*/
	/*padding: 40px 70px 50PX;*/
	margin: 0vh auto 0;
	/*background-color: rgba(0, 0, 0, .35);*/
	/*background-image: url(/grantact/img/top/main_links_bg.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
    position: relative;
}
.main_links_box > p{
	font-size: 25px;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: center;
	color: #744370;
	margin: 0 0 50px;
}
.main_links_box > p:nth-of-type(2){
	font-size: 18px;
	color: #000;
}
.main_links{
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.main_links a{
	width: calc(90%/3);
	margin: 0 1.5% 30px 1.5%;
	position: relative;
	/*-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);*/

}
.main_links a p{
	background-color: rgba(116, 67, 112, .75);
	padding: 10px 15px 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 30px);
}
.main_links a p sup{
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.main_links a p span{
	font-size: 12px;
	position: absolute;
	top: 11px;
    right: 12px;
}

.main_links a img{
	width: 100%;
}
.main_links a:hover{
	opacity: 1;
}





/* topLead */
.topLead {
	border-top: 1px solid #acabac;
	margin: 60px auto 0;
	padding: 55px 0 60px;
	text-align: center;
	max-width: 1150px;
}
.topLeadHead {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 1.35em;
	line-height: 1.8;
	letter-spacing: .2em;
}
.topLeadText {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 2.5em;
}

@media screen and (max-width: 768px){
	.topLead {
		margin: 40px 10px 0;
		padding: 40px 0;
		text-align: left;
	}
	.topLeadHead {
		font-size: 18px;
		line-height: 1.5;
	}
	.topLeadText {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 1.8em;
	}
}

/*___20200714_追記_______________________________________________*/
/*___common_____________________*/

.sec_info{
	padding: 0 0 40px;
}
.sec_contact,
.sec_salon_brand,
.sec_news,
.sec_newcons,
.sec_pickup,
.sec_search,
.sec_about{
}
.sec_search{
	margin: 100px auto 100px;
}

.more_btn{
	max-width: 480px;
	display: block;
	margin: 0 auto;
	border: solid 1px #7c4670;
	padding: 17px 0 19px;
	position: relative;
}
.more_btn span{
	font-size: 17px;
	color: #7c4670;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
}
.more_btn::before{
	content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #7c4670;
    border-right: 1px solid #7c4670;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 22px;
    left: calc(50% + 40px);
}

a .pickup_head{
    position:relative;
}
a p.link_hover{
	display: block;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,0.6);
    text-align: center;
    padding: 0;
    line-height: 9.5;
	opacity: 0;
	font-size: 20px;
	transition: all 0.6s ease;
	color: #000;
    font-weight: 700;
}
a p.link_hover span{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: 1rem;
    vertical-align: 3px;
    transform: rotate(45deg);
}

a:hover p.link_hover{
	opacity: 1;
}
/*.headingArea .heading::before{
	content: "";
	width: 460px;
	height: 2px;
	background-color: #d7d7d7;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
}
.headingArea .heading::after{
	content: "";
	width: 90px;
	height: 2px;
	background-color: #744370;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
}*/







/*___//common_____________________*/

.sec_info{
    padding: 7.5rem 0;
}
.sec_info h3{
    color: #402944;
    font-size: 3.2rem;
    letter-spacing: .25em;
    font-weight: 600;
    margin: 0 0 5rem;
}
.sec_info h4{
    color: #6c4b6d;
    font-size: 1.8rem;
    letter-spacing: .25em;
    margin-bottom: 3rem;
    font-weight: 600;
}
.sec_info .infoWrap{
    justify-content: space-between;
    gap: 0 10rem;
}
.sec_info .infoWrap > *{
    width:  calc( (100% - 10rem ) / 2);
}
.sec_info .infoWrap .wrap{
    font-size: 1.5rem;
    max-height: 12rem;
    overflow-y: auto;
}
.sec_info .infoWrap .wrap::-webkit-scrollbar{
    width: 24px;
}
.sec_info .infoWrap .wrap::-webkit-scrollbar-track{
    width: 24px;
    background: url(/grantact/img/common/scroll_track.png) right 12px top / 1px 1px repeat-y;
}
.sec_info .infoWrap .wrap::-webkit-scrollbar-thumb{
    width: 24px;
    padding: 0 8px;
    background: url(/grantact/img/common/scroll_thumb.png) center top / 24px 1px repeat-y;
    cursor: pointer;
}
.sec_info .infoWrap dl{
    display: flex;
    padding: .5rem 0;
}
.sec_info .infoWrap .openroomCalendar dl dt{
    color: #402944;
    min-width: 17rem;
}
.sec_info .infoWrap .grantactNews dl dt{
    color: #402944;
    min-width: 10rem;
}
.sec_info .infoWrap dl dd{
    flex: 1;
}
.sec_info .infoWrap .openroomCalendar li + li{
    margin-top: 1rem;
}
.sec_info .infoWrap .openroomCalendar a,
.sec_info .infoWrap .grantactNews a{
    display: inline-block;
    padding: 0 .5rem 0 2rem;
    background: url(/grantact/img/common/icon_link.svg) left center / auto 10px no-repeat;
}
.sec_info .infoWrap .grantactNews a.pdf{
    background: url(/grantact/img/common/icon_pdf_color.svg) left center / auto 16px no-repeat;
    padding: 0 .5 0 2.5rem;
}
.sec_info .infoWrap .grantactNews a.link{
    background: url(/grantact/img/common/icon_link.svg) left center / auto 16px no-repeat;
    padding: 0 .5 0 2.5rem;
}
/*___*/

.sec_about{
    background: url(/grantact/img/top/top_img01.jpg) center / cover no-repeat;
    position: relative;
    padding: 7.5rem 0;
}
.sec_about:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(109, 75, 109, 1);
    mix-blend-mode: multiply;
    backdrop-filter:blur(1px);
    -webkit-backdrop-filter:blur(1px);
    z-index: 1;
}
.sec_about .contents{
    position: relative;
    z-index: 2;
}
.sec_about h3{
    text-indent: -9999px;
    max-width: 49rem;
    width: 75%;
    margin-bottom: 2.4rem;
}
.sec_about h3 p{
    width: 100%;
    height: 0;
    padding-bottom: 16.32%;
    background: url(/grantact/img/about/about_logo.svg) left center / contain no-repeat;
}
.sec_about .wrap{
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}
.sec_about .wrap .txt{
    width: 50%;
}
.sec_about .wrap .txt h4{
    font-size: 2.4rem;
    margin-bottom: 1em;
    font-weight: 500;
}
.sec_about .wrap .txt p{
    font-size: 1.8rem;
    line-height: 1.85;
    font-weight: 500;
}
.sec_about .wrap .txt p + p{
    margin-top: 1.5em;
}
.sec_about .wrap .link{
    width: 39rem;
}
.sec_about .wrap .link a{
    display: block;
    padding: 1rem 4rem 1rem 1rem;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    width: 39rem;
    background: #6c4b6d url(/grantact/img/common/icon_link_white.svg) right 2rem center / auto 1.8rem no-repeat;
}


/*___*/
.sec_sell,
.sec_buy{
    position: relative;
}
.sec_office:before,
.sec_office:after,
.sec_consulting:before,
.sec_consulting:after,
.sec_sell:before,
.sec_buy:before,
.sec_sell:after,
.sec_buy:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 48rem;
    height: 23.4rem;
}
.sec_office:before,
.sec_consulting:before,
.sec_sell:before,
.sec_buy:before{
    top: 0;
    left: 0;
    background: url(/grantact/img/common/bg_top.png) left top / contain no-repeat;
}
.sec_office:after,
.sec_consulting:after,
.sec_sell:after,
.sec_buy:after{
    bottom: 0;
    right: 0;
    background: url(/grantact/img/common/bg_bottom.png) left top / contain no-repeat;
}
.sec_office,
.sec_consulting,
.sec_buy,
.sec_sell{
    background: #251726;
    color: #fff;
    padding: 7.5rem 0;
    line-height: 1.85;
}
.sec_office h3,
.sec_consulting h3,
.sec_sell h3,
.sec_buy h3{
    font-size: 5.5rem;
    letter-spacing: 0;
    margin-bottom: 5rem;
    line-height: 1.25;
    font-weight: 300;
}
.sec_buy{
    background: #372539;
}
.sec_office > .contents,
.sec_consulting > .contents,
.sec_buy > .contents,
.sec_sell > .contents{
    position: relative;
    z-index: 2;
}
.sec_office .ex,
.sec_consulting .ex,
.sec_buy .ex,
.sec_sell .ex{
    font-size: 1.7rem;
    margin-bottom: 5rem;
    font-weight: 300;
}
.sec_sell .feature .flex{
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 1.5rem;
}
.sec_sell .feature .flex > *{
    width: 260px;
}
.sec_sell .feature img{
    max-width: 100%;
}
.sec_sell .feature h4{
    color: #dbdbdb;
    font-size: 1.6rem;
    padding: .5rem;
    border-bottom: 1px solid #707070;
    letter-spacing: 0.5em;
    font-weight: 300;
}
body.EN .sec_sell .feature h4{
    letter-spacing: .1em;
}
.sec_sell .feature p{
    margin-top: 1rem;
    font-size: 1.8rem;
    min-height: 6.6rem;
}
.sec_sell .feature a{
    display: inline-block;
    margin: 1rem 0 0;
    padding: .5rem 0 .5rem 1.75rem;
    font-size 1.4rem;
    background: url(/grantact/img/common/icon_link.svg) left center / auto 1.2rem no-repeat;
    color: #b7a7b8;
    font-weight: 300;
}
.sec_sell .feature a.pdf{
    padding: .5rem 0 .5rem 2.25rem;
    background: url(/grantact/img/common/icon_pdf.svg) left center / auto 1.5rem no-repeat;
}
.sec_sell .service{
    margin-top: 5rem;
}
.sec_consulting .livable h4,
.sec_buy .reccomend h3,
.sec_buy .search h3,
.sec_buy .pickup h3,
.sec_sell .service h4{
    padding: 0 0 0 3rem;
    border-left: 3px solid #ded4bd;
    font-size: 3.2rem;
    margin-bottom: 3rem;
    line-height: 1.5;
    font-weight: 600;
}
.sec_buy .reccomend h3 p,
.sec_buy .search h3 p,
.sec_buy .pickup h3 p{
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 1rem;
}
.sec_sell .service .serviceList{
    flex-wrap: wrap;
    gap: 1.5rem;
}
.sec_sell .service .serviceList > li{
    width: calc( (100% - 4.5rem) / 4 );
    border: 1px solid #fff;
    font-weight: 300;
}
.sec_sell .service .serviceList > li a{
    align-items: center;
    gap: 1rem;
}
.sec_sell .service .serviceList > li img{
    width: 9.7rem;
    height: 9.7rem;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
}
.sec_sell .service .serviceList > li .txt{
    font-size: 1.6rem;
}
.sec_buy .link,
.sec_sell .link{
    margin: 7.5rem 0 0;
}
.sec_buy .link .flex,
.sec_sell .link .flex{
    justify-content: flex-end;
    gap: 2rem;
}
.sec_office .link .btn,
.sec_consulting .link .btn,
.sec_buy .link .flex .btn,
.sec_sell .link .btn{
    display: block;
    font-size: 1.8rem;
    padding: 1.4rem 2rem;
    background: #6C4B6D url(/grantact/img/common/icon_link_white.svg) right 1.2rem center / auto 1.6rem no-repeat;
    width: 35rem;
    margin: 0;
}
.sec_buy .reccomend {
    margin-top: 2rem;
}
.sec_buy .search,
.sec_buy .pickup{
    margin-top: 7.5rem;
}
.sec_buy .pickup{
    padding: 0 50px;
    position: relative;
}
.sec_office .link .btn,
.sec_buy .reccomend + .link .flex .btn{
    background: #6C4B6D url(/grantact/img/common/icon_link_white.svg) right 1.2rem center / auto 1.6rem no-repeat;
}
body.EN .sec_buy .flex .btn{
    width: auto;
    padding: 1.2rem 3rem 1.2rem 2rem;
}
.sec_office .link .btn{
    display: block;
    margin: 5rem 0 0 auto;
}
.sec_buy .link .flex .btn_secondary{
    background: #402944 url(/grantact/img/common/icon_link_white.svg) right 1.2rem center / auto 1.2rem no-repeat;
    border: 1px solid #B7A7B8;
}
.sec_consulting .link .btn{
    display: block;
    width: 80%;
    max-width: 39rem;
    margin: 5rem 0 0 auto;
    background: #6c4b6d url(/grantact/img/common/icon_exlink_white.svg) right 1.2rem center / auto 1.6rem no-repeat;
}
.sec_buy .search .conditionList{
    flex-wrap: wrap;
    gap: 1.5rem;
}
.sec_buy .search .conditionList > li{
    width: calc( (100% - 7.5rem) / 6 );
    background: #6c4b6d;
}
.sec_buy .search .conditionList > li .txt{
    flex: 1;
    font-size: 1.4rem;
    padding: 1rem;
    background: url(/grantact/img/common/icon_link_white.svg) right 1rem center / auto 1.4rem no-repeat;
}
.sec_buy .search .conditionList > li.x2{
    width: calc( (100% - 3rem) / 3 );
}
.sec_buy .search .conditionList > li .img{
    height: 12rem;
}
.sec_buy .search .conditionList > li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
}
.sec_buy .search .conditionList > li.x2 .img{
    width: calc( (100% - 1.5rem ) / 2 );
}
.sec_buy .search .conditionList > li.x2 .img img{
    height: 100%;
}
.sec_buy .search .conditionList > li.x2 .txt{
    padding-left: 1.5rem;
}
.sec_buy .search .conditionList > li .flex{
    align-items: center;
}
.sec_buy .reccomend .serviceList{
    flex-wrap: wrap;
    gap: 3rem 1.5rem;
}
.sec_buy .reccomend .serviceList > li{
    width: calc( (100% - 3rem) / 3 );
}
.sec_buy .reccomend .serviceList > li img{
    width: 100%;
}
.sec_buy .reccomend .serviceList > li h4{
    font-size: 1.6rem;
    padding: 1rem 2.5rem 1rem 0;
    color: #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 300;
    background: url(/grantact/img/common/icon_exlink_white.svg) right .5rem center / auto 1.4rem no-repeat;
}
body.EN .sec_buy .reccomend .serviceList > li h4{
    font-size: 1.2rem;
}
.sec_buy .reccomend .serviceList > li.inlink h4{
    background: url(/grantact/img/common/icon_link_white.svg) right .5rem center / auto 1.4rem no-repeat;
}
.sec_buy .reccomend .serviceList > li p{
    margin-top: 1rem;
    font-size: 1.8rem;
}








/*___*/

.sec_pickup{
	background-color: #f5f5f5;
}
.pickup_area{
	margin: 8rem 0 0;
}
.pickup_slide{
     /*width: calc(100% + (100vw - 100%) / 2);*/
}
.pickup_box{
	max-width: 350px;
	margin: 0 20px;
	position: relative;
	font-size: 0;
}
.pickup_box .image_container{
    width: 100%;
    padding-bottom: 146.53%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}
.pickup_box img.pickup_icon{
	width: 96px;
	position: absolute;
	top: 0;
	left: 0;
}
.pickup_box_txt{
	padding: 15px;
	background-color: #fff;
    color: #000;
}
.pickup_box_txt p{
    color: #402944;
    min-height: 3em;
	margin: 0 0 12px;
	font-size: 2.7rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
body.EN .pickup_box_txt p.name{
	font-size: 2.2rem;
    line-height: 2.5rem;
    min-height: 3.75em;
}
.pickup_box_txt p.price{
    min-height: unset;
}
.pickup_box_icon{
	font-size: 12px;
	text-align: center;
	color: #fff;
	display: block;
	padding: 3px 0 4px;
	background-color: #6c4b6d;
    font-size: 2rem;
    font-weight: 700;
}
body.EN .pickup_box_icon{
    line-height: 1.25;
    min-height: 5rem;
    position: relative;
}
body.EN .pickup_box_icon p{
    font-size: 1.75rem;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
@media screen and (max-width: 820px){
    body.EN .pickup_box_icon p{
        font-size: 1.5rem;
    }
    body.EN .pickup_box_txt p.name{
        font-size: 1.75rem;
        line-height: 1.25;
    }
}
.pickup_box_icon.new{
	background-color: #744370;
}

.pickup_box_dataA{
	font-size: 2rem;
	display: block;
    text-align: center;
    font-weight: 300;
}
.pickup_box_dataB{
	font-size: 15px;
	display: inline-block;
	margin: 0 15px 0 0;
}

a.pickup_box:hover{
	opacity: 1;
}
.pickup_box p.link_hover{
	position: absolute;
    top: 0;
    line-height: 20;
}

/*___*/
.sec_consulting{
    background: #4D3754;
    position: relative;
}
.sec_consulting img{
    width: 100%;
}
.sec_consulting .livable{
    margin: 7.5rem auto 0;
}
.sec_consulting .productList{
    gap: 2rem;
    flex-wrap: wrap;
}
.sec_consulting .productList > li{
    width: calc((100% - 10rem) / 6);
}
.sec_consulting .productList > li a{
    display: block;
    background: #6c4b6d url(/grantact/img/common/icon_exlink_white.svg) right 1.5rem center / 1.6rem auto no-repeat;
    font-size: 1.6rem;
    position: relative;
    height: 10rem;
}
.sec_consulting .productList > li.no_icon a{
    background: #6c4b6d;
}
.sec_consulting .productList > li.hotel p:after{
    content: "※";
    display: inline;
    font-size: 60%;
    line-height: 2;
    vertical-align: top;
}
.sec_consulting .productList > li a p{
    position: absolute;
    top: 50%;
    left: 1.5rem;
    right: 3.5rem;
    transform: translateY(-50%);
    line-height: 1.5;
}
.sec_consulting .productList > li a span{
    font-size: 1rem;
    display: block;
}
.sec_consulting .attention{
    font-size: 1rem;
    margin-top: 3rem;
    text-align: right;
}






/*___*/
/*___*/
.sec_office{
    background: #644c6b;
    position: relative;
}
.sec_office h3{
    font-weight: 600;
    font-size: 3.2rem;
    letter-spacing: .1em;
}
.sec_office .officeList{
    flex-wrap: wrap;
}
.sec_office .officeList > li{
    width: calc( 100% / 3 );
}
.sec_office .officeList > li img{
    width: 100%;
}
.sec_office .officeList > li .txt{
    padding: 5rem 0;
    min-height: 24rem;
    position: relative;
    white-space: nowrap;
}
.sec_office .officeList > li .txt > div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-left: 3px solid #ded4bd;
    padding-left: 3rem;
}
.sec_office .officeList > li .txt h4{
    font-size: 2.4rem;
    font-weight: 600;
}
.sec_office .officeList > li .txt p{
    font-size: 1.8rem;
    font-weight: 400;
}



.sec_newcons{}
.newcons_area{
/*
	display:-webkit-box;
  	display:-ms-flexbox;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	margin: 80px 0 60px;
}
.newcons_box{
	display: block;
	width: 30%;
	margin: 0 20px;
	position: relative;
}
.newcons_box img{
	width: 100%;
}
.newcons_box p{
	font-size: 18px;
	margin: 20px 0 0;
}

a.newcons_box:hover{
	opacity: 1;
}
a.newcons_box p.link_hover{
	position: absolute;
    margin-top: 0;
    top: 0;
	height: 86.8%;
	line-height: 15;
}

/*___*/

.grantactnews_icon{
	position: relative;
	background: -moz-linear-gradient(#FFFFFF 50%, #F5F5F5 50%) no-repeat 50% 50% / 100% 100%;
	background: -webkit-linear-gradient(#FFFFFF 50%, #F5F5F5 50%) no-repeat 50% 50% / 100% 100%;
	background: linear-gradient(#FFFFFF 50%, #F5F5F5 50%) no-repeat 50% 50% / 100% 100%;
}
.grantactnews_icon img{
	width: 560px;
	display: block;
	margin: 0 auto;
}
.grantactnews_icon::before,
.grantactnews_icon::after{
	content: "";
	width: calc(50% - 268px);
	height: 1px;
	position: absolute;
	top: 53px;
}
.grantactnews_icon::before{
	left: 0;
	background: -moz-linear-gradient(90deg, #F4F7FA 0%, #7C4670 100%) no-repeat 50% 50% / 100% 100%;
	background: -webkit-linear-gradient(90deg, #F4F7FA 0%, #7C4670 100%) no-repeat 50% 50% / 100% 100%;
	background: linear-gradient(90deg, #F4F7FA 0%, #7C4670 100%) no-repeat 50% 50% / 100% 100%;
}
.grantactnews_icon::after{
	right: 0;
	background: -moz-linear-gradient(270deg, #F4F7FA 0%, #7C4670 100%) no-repeat 50% 50% / 100% 100%;
	background: -webkit-linear-gradient(270deg, #F4F7FA 0%, #7C4670 100%) no-repeat 50% 50% / 100% 100%;
	background: linear-gradient(270deg, #F4F7FA 0%, #7C4670 100%) no-repeat 50% 50% / 100% 100%;
}

/*___*/

.sec_news{
	background-color: #F5F5F5;
	position: relative;
}
.sec_news::before{
	content: "";
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(90deg, #F4F7FA 0%, #7C4670 50%, #7C4670 50%, #F4F7FA 100%) no-repeat 50% 50% / 100% 100%;
	background: -webkit-linear-gradient(90deg, #F4F7FA 0%, #7C4670 50%, #7C4670 50%, #F4F7FA 100%) no-repeat 50% 50% / 100% 100%;
	background: linear-gradient(90deg, #F4F7FA 0%, #7C4670 50%, #7C4670 50%, #F4F7FA 100%) no-repeat 50% 50% / 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news_area{
	/*display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
    width: 860px;
	margin: 80px auto 60px;
}
.news_box{
	/*width: 22%;*/
	width: 253px;
	text-align: center;
	margin: 0 2%;
	/*position: relative;*/
}
.news_box .image_wrap{
	overflow: hidden;
	position: relative;
}
.news_box img{
	width: 100%;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.news_box span{
	display: block;
	font-size: 14px;
	margin: 20px 0 10px;
}
.news_box p{
	font-size: 18px;
	line-height: 1.2em;
}
.news_box:hover{
	opacity: 1;
}
.news_box:hover img{
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
a.news_box p.link_hover{
	position: absolute;
	top: 0;
	/*height: 70.5%;
	line-height: 10.5;*/
}

.member_link{
	display: block;
	background-image: url(/grantact/img/top/member_link.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 750px;
	height: 298px;
	padding: 50px 0 0;
	margin: 90px auto 0;
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
}
.member_link p,
.member_link span{
	text-align: center;
	display: block;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.member_link_ttl{
	font-size: 26px;
	color: #fff;
}
.member_link_txt{
	font-size: 14px;
	color: #fff;
	margin: 30px 0 50px;
}
.member_link_btn{
	font-size: 15px;
	color: #000;
	line-height: 1em;
	width: 425px;
	margin: 0 auto;
	background: #fff;
	padding: 16px 0 18px;
}

/*___*/

.sec_salon_brand{}
.salon_area{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 120px;
}
.salon_box{
	width: 31%;
	position: relative;
}
.salon_box img{
	width: 100%;
}
.salon_box span{
	display: block;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 10px 0 12px;
	background: -moz-linear-gradient(90deg, #7C4670 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
    background: -webkit-linear-gradient(90deg, #7C4670 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
    background: linear-gradient(90deg, #7C4670 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
}
a.salon_box:hover{
	opacity: 1;
}
a.salon_box p.link_hover{
	position: absolute;
    top: 0;
    line-height: 12;
}

.brand_area{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 80px 0 0;
}
.brand_box{
	width: 31%;
	position: relative;
	margin: 0 1.75%;
}
.brand_box img{
	width: 100%;
}
.brand_box_txt{
	background-color: rgba(0, 0, 0, .7);
	padding: 16px 0 20px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.brand_box_txt span{
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	display: block;
	margin: 0 0 8px;
}
.brand_box_txt p{
	font-size: 14px;
	color: #fff;
	line-height: 1.4em;
}

/*___*/




body.EN .sec_consulting .productList > li a{
    font-size: 1.2rem;
}







.top_pickup{
    position: relative;
    z-index: 3;
    transition: left 0.4s ease-in-out 0s;
    left: 0;
}
.slick-list.draggable{
    width: 100vw;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next{
    top: -12rem;
    right: unset;
    left: unset;
}
.slick-arrow.slick-prev{
    right: calc(((100vw - 120rem) / 2) + 5rem);
}
.slick-arrow.slick-next{
    right: calc((100vw - 120rem) / 2);
}
@media screen and (max-width: 1366px){
    .contents{
        width: calc(100% - 30px);
    }
    .mainVisual .h2_wrap .bg{
        bottom: 8rem;
    }
    .sliderItem .info{
        min-height: 8rem;
    }
    .sec_info .infoWrap{
        gap: 3rem;
    }
    .sec_info .infoWrap > *{
        width:  calc( (100% - 3rem ) / 2);
    }
    .sec_about .wrap .txt {
        width: 100%;
    }
    .sec_about .wrap .txt h4 {
        margin-bottom: 3rem;
    }
    .sec_about .wrap .link {
        width: 50%;
        margin-left: 50%;
        margin-top: 8rem;
    }
    .sec_about .wrap .link a{
        margin: 0 0 0 auto;
    }
    .sec_sell h3,
    .sec_buy h3{
        font-size: 4.2rem;
    }
    .sec_sell:before,
    .sec_buy:before,
    .sec_sell:after,
    .sec_buy:after{
        width: 33rem;
        height: 16rem;
    }
    .sec_buy .reccomend .serviceList > li{
        width: calc( (100% - 1.5rem) / 2 );
    }
    body.EN .sec_buy .reccomend .serviceList > li h4{
        font-size: 1.3rem;
    }
    .sec_sell .feature h4{
        font-size: 1.4rem;
        padding: 1rem 0;
    }
    .sec_sell .feature p{
        min-height: unset;
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .sec_sell .feature a{
        font-size: 1.5rem;
    }
    .sec_sell .feature .flex{
        gap: 4.5rem 2.5rem;
    }
    .sec_sell .feature .flex > *{
        width: calc( ( 100% - 2.5rem) / 2 );
    }
    .sec_sell .feature a {
        font-size: 1.2rem;
        line-height: 1;
    }
    .sec_sell .service{
        margin-top: 8rem;
    }
    .sec_sell .service .serviceList{
        gap: 2rem;
    }
    .sec_sell .service .serviceList > li{
        width: calc( (100% - 2rem) / 2 );
    }
    .sec_buy .search .conditionList > li{
        width: calc( (100% - 4.5rem) / 4 );
    }
    .sec_buy .search .conditionList > li.x2{
        width: calc( (100% - 1.5rem) / 2 );
    }
    .sec_buy .search .conditionList > li.x2 .img{
        width: calc( (100% - 1.5rem ) / 2 );
        height: calc( 12rem + 5rem );
        overflow: hidden;
    }
    .sec_consulting .productList > li{
        width: calc((100% - 4rem) / 3);
    }


    /*翻訳対応*/
    body.EN .sec_buy .reccomend .serviceList > li h4{
        letter-spacing: .05em;
    }
    body.EN .sec_consulting .productList > li a{
        font-size: 1.3rem;
    }
    body.EN .sec_office h3,
    body.EN .sec_consulting h3,
    body.EN .sec_sell h3,
    body.EN .sec_buy h3{
        font-size: 4rem;
    }
    .slick-arrow.slick-prev{
        right: calc( 5% + 5rem);
    }
    .slick-arrow.slick-next{
        right: 5%;
    }
}







@media screen and (max-width: 820px){
    .slick-list{
    	padding: 0 !important;
    }
    .slick-initialized .slick-slide{
    	margin: 0;
        height: 100%;
        padding-bottom: 17.2rem;
    }
    
    
    
    
    
    
    /*.headingArea .heading::before {
        width: 240px;
        bottom: -16px;
    }
    .headingArea .heading::after {
        width: 60px;
    }
    */
    
    
    /*___*/
    .sec_consulting .ex, .sec_sell .ex{
        font-size: 1.6rem;
        line-height: 2;
    }
    .sec_sell h3 + .ex,
    .sec_consulting .ex{
        padding: 0 15px;
    }
    .sec_consulting .ex{
        margin-bottom: 4rem;
    }
    .sec_buy .ttl .ex{
        margin-bottom: 0;
    }
    .sec_office .ex{
        font-size: 1.2rem;
        line-height: 2;
    }
    .sec_consulting .livable h4,
    .sec_buy .reccomend h3,
    .sec_buy .search h3,
    .sec_buy .pickup h3,
    .sec_sell .service h4{
        font-size: 2.8rem;
        letter-spacing: .15em;
    }
    .sec_buy .reccomend h3 p,
    .sec_buy .search h3 p,
    .sec_buy .pickup h3 p{
        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 2;
    }
    .sec_info .infoWrap{
        gap: 4rem 0;
        flex-wrap: wrap;
    }
    .sec_info .infoWrap .wrap{
        overflow-x: hidden;
        max-height: 16rem;
    }
    .sec_info .infoWrap > *{
        width:  100%;
    }
    .sec_info .infoWrap dl{
        color: #402944;
    }
    .sec_info .infoWrap dl dt{
        /*margin-bottom: 1rem;*/
    }
    .sec_info .infoWrap .grantactNews dl dt,
    .sec_info .infoWrap .openroomCalendar dl dt{
        min-width: 7.5rem;
        font-size: 1.1rem;
    }
    .sec_info .infoWrap .openroomCalendar dl{
        flex-wrap: wrap;
    }
    .sec_info .infoWrap .openroomCalendar dl dt,
    .sec_info .infoWrap .openroomCalendar dl dd{
        width: 100%;
    }
    .sec_info .infoWrap .openroomCalendar dl dd{
        margin-top: 1rem;
    }
    .sec_info .infoWrap .grantactNews dl dd,
    .sec_info .infoWrap dl dd{
        flex: unset;
        width: calc(100% - 12rem);
        padding-left: 1rem;
        font-size: 1.2rem;
        font-weight: 500;
    }
    .sec_info .infoWrap .grantactNews a.link {
        background: url(/grantact/img/common/icon_link.svg) left center / auto 12px no-repeat;
        padding: 0 .5rem 0 1.5rem;
    }
    .sec_info .infoWrap .openroomCalendar a, .sec_info .infoWrap .grantactNews a{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 1.5em;
        font-size: 1.2rem;
    }
    .sec_info h3{
        font-size: 2rem;
        margin: 0 0 4rem;
    }
    .sec_info h4{
        font-size: 1.2rem;
    }
    .sec_info .openroomCalendar h4{
        margin-bottom: 2rem;
    }
    .sec_info .infoWrap .wrap::-webkit-scrollbar{
        width: 18px;
    }
    .sec_info .infoWrap .wrap::-webkit-scrollbar-track{
        width: 18px;
        background: url(/grantact/img/common/scroll_track.png) right 9px top / 1px 1px repeat-y;
    }
    .sec_info .infoWrap .wrap::-webkit-scrollbar-thumb{
        width: 18px;
        padding: 0 8px;
        background: url(/grantact/img/common/scroll_thumb.png) center top / 18px 1px repeat-y;
        cursor: pointer;
    }
    .sliderItem .info p{
        bottom: 0.75rem;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
    .sec_about{
        padding: 5rem 0 4rem;
        background: url(/grantact/img/top/top_img01_sp.jpg) center / cover no-repeat;
    }
    
    .sec_sell{
        padding: 4rem 0;
    }
    .sec_office, .sec_consulting,{
        padding: 3.5rem 0;
    }
    .sec_office, 
    .sec_consulting,
    .sec_buy{
        padding: 4rem 0;
    }
    .sec_buy .contents{
        width: calc(100% - 60px);
    }
    .sec_buy .contents.search + .contents{
        padding: 10px 0 40px;
    }
    .sec_office .officeList > li .txt > div,
    .sec_consulting .livable h4,
    .sec_buy .reccomend h3,
    .sec_buy .search h3,
    .sec_buy .pickup h3,
    .sec_sell .service h4{
        padding: 0 0 0 1.5rem;
    }
    .sec_buy .reccomend h3,
    .sec_buy .search h3{
        margin-bottom: 6rem;
    }
    .sec_buy .pickup h3{
        line-height: 1.2;
        margin-bottom: 0;
    }
    .sec_consulting .livable h4{
         letter-spacing: .2em;
         margin-bottom: 6rem;
    }
    .sec_consulting .productList{
        gap: 1.5rem;
    }
    .sec_consulting .attention{
        text-align: left;
        color: #dbdbdb;
        margin-top: 2rem;
    }
    .sec_consulting .link .btn{
        margin-top: 4rem;
    }
    .sec_sell .service h4{
         letter-spacing: .2em;
         margin-bottom: 6rem;
    }
    
    .sec_sell .service .serviceList{
        gap: 1.5rem;
    }
    .sec_sell .service .serviceList > li {
        border: 2px solid #fff;
        width: calc( (100% - 1.5rem) / 2 );
    }
    .sec_sell .service .serviceList > li a{
        gap: .5rem;
    }
    .sec_buy .search{
        margin-top: 5rem;
    }
    .sec_buy .reccomend .serviceList{
        gap: 5rem 0;
    }
    .sec_buy .reccomend + .contents{
        padding: 30px 0 40px;
    }
    .sec_office h3{
        margin-bottom: 6rem;
        font-size: 2.8rem;
    }
    .sec_office > .contents{
        padding: 2rem 0;
    }
    .sec_office .ex{
        margin-bottom: 3rem;
    }
    .info_box {
        height: 172px;}
    .info_box a {
        padding: 16px 0 16px;
    }
    .info_box span{
    	max-width: 60px;
    	margin: 0 15px 0 0;
    }
    .info_box p{
    	padding: 0 30px 0 0;
    }
    .info_box span, .info_box p {
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 2em;
    }
    .info_box a:not(.no_arrow)::before {
        top: 26px;
        right: 5px;
    }
    
    /*___*/
    .sliderItem img.grantact_logo{
    	max-width: 600px;
    	width: 70%;
    }
    
    .sliderItem p.main_txt{
    	width: 100%;
    	font-size: 20px;
    	/*top: 0%;*/
    	/*bottom: 0;*/
    	/*margin: auto;*/
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translateY(-50%) translateX(-50%);
    	-webkit- transform: translateY(-50%) translateX(-50%);
    	margin: auto;
    
    	/*text-shadow:
    	3px 3px 6px rgba(0, 0, 0, .2),
    	3px -3px 6px rgba(0, 0, 0, .2),
    	-3px 3px 6px rgba(0, 0, 0, .2),
    	-3px -3px 6px rgba(0, 0, 0, .2),
    
    	1px 1px 6px rgba(0, 0, 0, .4),
    	1px -1px 6px rgba(0, 0, 0, .4),
    	-1px 1px 6px rgba(0, 0, 0, .4),
    	-1px -1px 6px rgba(0, 0, 0, .4);*/
    }
    .sliderItem p.main_txt span{
    	width: 100%;
    	display: block;
    	font-size: 16px;
    	letter-spacing: 0.05em;
    	margin: 14px 0 0;
    }
    
    /*___*/
    
    .main_links_box > p {
        font-size: 18px;
    		margin: 0 0 15px;
    }
    .main_links_box > p:nth-of-type(2) {
        font-size: 14px;
    }
    .main_links a {
    	width: calc(90%/3);
    	margin: 0 1.5% 10px 1.5%;
    }
    .main_links a p {
        /*background-color: rgba(116, 67, 112, .75);*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
    		padding: 0;
        width: 100%;
    		height: 40px;
    }
    .main_links a p::before {
    	position: relative;
    }
    .main_links a p sup {
    	width: 100%;
    	color: #fff;
    	font-size: 12px;
    	line-height: 1em;
    	letter-spacing: 0.1em;
    	text-align: center;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%,-40%);
    }
    .main_links a p span {
    	width: 100%;
        font-size: 11px;
        position: absolute;
        top: 10px;
        right: 0;
        display: block;
    }
    	a p.link_hover{
    		display: none;
    	}
    
    
    /*---*/
    .sec_about h3 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 6.25rem;
    }
    .sec_about h3 p{
        padding-bottom:16%;
        background: url(/grantact/img/common/logo_white.svg) center / 110% auto no-repeat;
    }
    .sec_about .contents{
        width: calc(100% - 60px);
    }
    .sec_about .wrap{
        display: block;
    }
    .sec_about .wrap .txt,
    .sec_about .wrap .link{
        width: 100%;
    }
    body.EN .sec_about .wrap .txt{
        font-size: 1.35rem;
    }
    .sec_about .wrap .txt h4{
        line-height: 1.75;
    }
    .sec_about .wrap .txt p{
        font-size: 1.6rem;
        line-height: 2;
    }
    .sec_about .wrap .txt p + p{
        margin-top: .85em;
    }
    .sec_about .wrap .link{
        margin: 5rem 0 0 0;
        padding: 0;
        position: relative;
        right: -30px;
        left: -30px;
        width: 100vw;
    }
    .sec_about .wrap .link a{
        font-size: 1.7rem;
        letter-spacing: 0.05em;
        text-align: left;
        padding: 1.925rem 0 1.925rem 2rem;
        background: #6C4B6D url(/grantact/img/common/icon_link_white.svg) right 1.5rem center / auto 1rem no-repeat;
        width: calc(100vw - 30px);
        margin: 0 0 0 auto;
    }
    .sec_about .video_area{
    	width: 100%;
    	margin: 0 auto 25px;
    	text-align: center;
    }
    .sec_about .video_area iframe{
    	height: 53vw;
    }
    
    .about_box_ttl {
        display: block;
        margin: 0 0 4px;
    }
    .about_box_ttl > span:nth-of-type(1) {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1em;
        padding: 0 0px 0 0;
        display: block;
        margin: 0 0 4px;
    }
    .about_box_ttl > span:nth-of-type(1) span {
        font-size: 18px;
        /*font-style: italic;*/
        line-height: 1em;
    }
    .about_box_ttl > span:nth-of-type(2) {
        font-size: 16px;
    }
    .about_box_ttl > span:nth-of-type(2) span {
        font-size: 16px;
    }
    
    .about_box a p {
        font-size: 12px;
        padding: 5px 0px 5px;
    }
    
    /*---*/
    
    .more_btn {
        width: 80%;
        padding: 15px 0 15px;
    }
    .more_btn span {
        font-size: 14px;
    }
    .more_btn::before {
        top: 18px;
    }
    
    
    .sec_salon_brand .slick-list,
    .sec_news .slick-list,
    .sec_newcons .slick-list,
    .sec_pickup .slick-list {
        padding: 0 10% !important;
    }
    .sec_salon_brand .slick-slide ,
    .sec_news .slick-slide ,
    .sec_newcons .slick-slide ,
    .sec_pickup .slick-slide {
        margin: 0 10px!important;
    }
    .pickup_slide{
        width: calc(100% + (100vw - 100%) / 2);
    }
    .pickup_box_txt{
        padding: 1.5rem 1.5rem 2.2rem;
    }
    .pickup_box{
        max-width: 210px !important;
        margin: 0 10px!important;
    
    }
    .pickup_box_txt p{
        font-size: 1.8rem;
    }
    .pickup_box_dataA {
        font-size: 1.5rem;
        margin: 0 0  0.2rem;
    }
    
    .salon_area,
    .news_area,
    .newcons_area{
    	display: block;
    }
    .news_area{
        width: 100%;
    }
    
    .grantactnews_icon img{
    	width: 80%;
    }
    .grantactnews_icon::before, .grantactnews_icon::after {
        content: "";
        width: 12%;
        height: 1px;
        position: absolute;
        top: 50%;
    }
    
    
    .sec_sell .feature .flex > *{
        width: 100%;
    }
    .sec_sell .feature img{
        width: 100%;
        height: 10rem;
        object-fit: cover;
        object-position: center;
    }
    
    
    .member_link {
        background-image: url(/grantact/img//top/member_link_sp.png);
        width: 300px;
        height: 210px;
        padding: 20px 0 0;
        margin: 90px auto 0;
    }
    
    .member_link_ttl {
        font-size: 16px;
        color: #fff;
    }
    
    .member_link_txt {
        font-size: 12px;
        color: #fff;
        margin: 10px auto 20px;
        width: 90%;
        text-align: left !important;
    }
    .member_link_txt br{
    	display: none;
    }
    .member_link_btn {
        font-size: 12px;
        width: 80%;
        margin: 0 auto;
        padding: 14px 0 14px;
    }
    
    
    
    .salon_area {
        margin: 0 0 40px;
    }
    
    
    
    .sec_consulting:before,
    .sec_consulting:after,
    .sec_office:before,
    .sec_office:after,
    .sec_sell:before,
    .sec_buy:before,
    .sec_sell:after,
    .sec_buy:after{
        width: 24rem;
        height: 11.6rem;
    }
    .sec_sell h3,
    .sec_buy h3,
    .sec_consulting h3{
        font-size: 4.7rem;
        line-height: 1.42;
    }
    .sec_sell .contents{
        padding: 40px 0 2.5rem;
    }
    .sec_sell h3{
        margin-bottom: 8rem;
    }
    .sec_sell h3 + .ex{
        margin-bottom: 4rem;
    }
    .sec_consulting h3{
        margin-bottom: 6rem;
        letter-spacing: 0.15em;
        padding-right: 3rem;
    }
    .sec_buy .contents.ttl h3{
        margin: 0 -15px 8rem;
    }
    .sec_sell .service .serviceList .img{
        width: 60px;
    }
    .sec_sell .service .serviceList > li .txt{
        flex: 1;
        font-size: 1.2rem;
        padding: 0.5rem 0.25rem 0.5rem 0;
        line-height: 1.25;
        letter-spacing: -.09em;
    }
    .sec_sell .service .serviceList .img img{
        width: 60px;
        height: 60px;
    }
    .sec_consulting .link{
        margin: 1rem -15px 0 0;
    }
    .sec_sell .link{
        margin: 4rem -15px 0 0;
    }
    .sec_buy .link{
        margin: 1rem -30px 0 0;
    }
    .sec_office .link{
        margin: 0 -15px 0 0;
    }
    .sec_office .link .btn{
        margin: 0 0 0 auto;
    }
    .sec_buy .link .flex,
    .sec_sell .link .flex{
        flex-wrap: wrap;
    }
    .sec_buy .search .conditionList > li{
        width: calc( (100% - 1.5rem) / 2 );
    }
    .sec_buy .search .conditionList > li.x2{
        width: 100%;
    }
    .sec_buy .search .conditionList > li.x2 .img{
        width: calc( (100% - 1.5rem ) / 2 );
        height: 10.7rem;
        overflow: hidden;
    }
    .sec_buy .search .conditionList > li .txt{
        padding: 1rem;
    }
    .sec_buy .search .conditionList > li:last-child .txt{
        padding: 0.45rem 1rem;
        line-height: 1.25;
    }
    body.ZH .sec_buy .search .conditionList > li:last-child .txt,
    body.zh-TW .sec_buy .search .conditionList > li:last-child .txt,
    body.EN .sec_buy .search .conditionList > li:last-child .txt{
        padding: 1rem;
    }
    .sec_office .link .btn,
    .sec_consulting .link .btn,
    .sec_buy .link .flex .btn{
        border-right: none;
        letter-spacing: 0;
        width: calc(100vw - 30px);
        font-size: 1.7rem;
        padding: 1.625rem 0 1.625rem 2rem;
        background: #6C4B6D url(/grantact/img/common/icon_link_white.svg) right 2rem center / auto 1.08rem no-repeat;
        text-align: left;
    }
    .sec_buy .link .flex .btn_secondary{
        background: #402944 url(/grantact/img/common/icon_link_white.svg) right 1.2rem center / auto 1.2rem no-repeat;
        border: 1px solid #B7A7B8;
        border-right: none;
    }
    .sec_sell .link .btn{
        font-size: 1.8rem;
        padding: 1.535rem 0 1.535rem 2rem;
        text-align: left;
        width: calc(100vw - 30px);
        background: #6C4B6D url(/grantact/img/common/icon_link_white.svg) right 3rem center / auto 1.2rem no-repeat;
    }
    .sec_buy .search .conditionList > li .img {
        height: 10.7rem;
    }
    .sec_buy .reccomend .serviceList > li{
        width: 100%;
    }
    .sec_buy .reccomend .serviceList > li img {
        width: 100%;
        height: 10rem;
        object-fit: cover;
        object-position: top;
    }
    .sec_buy .reccomend .serviceList > li h4{
        letter-spacing: .4em;
        font-size: 1.4rem;
    }
    .sec_buy .reccomend .serviceList > li p{
        font-size: 1.4rem;
    }
    .sec_office .officeList > li{
        width: 100%;
    }
    .sec_office .officeList > li .txt{
        padding: 4rem 0;
        min-height: 23rem;
    }
    .sec_office .officeList > li .txt > div{
        left: 2.5rem;
        transform: translateY(-50%);
    }
    .sec_office .officeList + .contents{
        padding: 0 0 4rem;
    }
    .sec_consulting .productList{
        gap: 1.5rem 0;
    }
    .sec_consulting .productList > li{
        width: 100%;
    }
    .sec_consulting .productList > li a{
        height: unset;
        padding: 2.4rem 5rem 2.4rem 3rem;
        background: #6c4b6d url(/grantact/img/common/icon_exlink_white.svg) right 2.4rem center / 1.1rem auto no-repeat;
    }
    .sec_consulting .productList > li a span{
        font-size: 1.4rem;
    }
    .sec_buy .search .conditionList > li .txt p{
        font-size: 1.2rem;
    }
    .sec_consulting .productList > li span.sp_inline{
        display: inline;
    }
    .mainVisualInner .slick-slide a{
        height: calc(100vh - 32rem);
    }
    .mainVisualInner picture img{
        /*height: calc(100vh - 32rem);*/
        height: 44.3rem;
        object-fit: cover;
    }
    .mainVisual .h2_wrap h2{
        top: 40%;
    }
    .sliderItem .info{
        min-height:17.2rem;
        padding: 2rem 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .sliderItem .info .infoList{
        padding:0 3%;
        font-size: 1.6rem;
    }
    .mainVisual .h2_wrap h2{
        width: 55vw;
    }
    .mainVisual .h2_wrap .bg{
        top: 5.5rem;
        bottom:17.2rem;
        width: 58vw;
    }

    .sec_consulting .link .btn{
        width: calc(100vw - 30px);
        max-width: unset;
        font-size: 1.8rem;
        padding: 0.675rem 0 0.675rem 2rem;
        line-height: 1.4;
        background: #6c4b6d url(/grantact/img/common/icon_exlink_white.svg) right 2.4rem center / auto 1.1rem no-repeat;
    }

    .sec_info{
        padding: 0;
    }
    .sec_info .contents{
        padding: 6rem 0 5rem;
    }

    .slick-arrow.slick-prev{
        right: calc(5rem + 3%);
    }
    .slick-arrow.slick-next{
        right: 3%;
    }
    body.EN .sec_buy .flex .btn{
        width: 31rem;
        padding: 1.2rem 2rem 1.2rem 2rem;
    }

}

/*pickup*/


.pickupList{
    display: flex;
    width:calc( 350px * 5 + 16rem);
    gap: 1.5rem;
    flex-wrap: nowrap;
    padding-left: calc(((100vw - 1200px) / 2) - 7px );
    position: relative;
    left: 0;
    transition: left .4s ease-in-out;
}
.pickupList > *{
    width: 350px;
}
.pickupList > *:first-child{
}
.pickupList .pickup_box{
    display: block;
    width: 350px;
    margin: 0;
}
.sec_buy .pickup .pickupBtn{
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
}
.pickupBtn button{
    padding: 1rem;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all .2s ease-out;
}
.pickupBtn button + button{
    margin-left: 2rem;
}
.pickupBtn button span{
    display: block;
    width: 2rem;
    height: 4.5rem;
}
.pickupBtn button.pickupPrev span{
    background: url(/grantact/img/common/icon_slider_prev.svg) center / contain no-repeat;
}
.pickupBtn button.pickupNext span{
    background: url(/grantact/img/common/icon_slider_next.svg) center / contain no-repeat;
}
.pickupBtn button:hover{
    opacity: 0.4;
}
.pickupBtn button[disabled]{
    cursor: default;
    opacity: 0.6;
}
@media screen and (max-width: 1366px){
    .pc{display: none;}
    .pc.tablet{display: block !important;}
    .tablet{display: block;}
    .sp{display: none;}
    .pickupList{
        padding-left: 50px;
    }
    .pickupList .pickup_box{
        width: 305px;
    }
    a p.link_hover{
        line-height: 17;
    }
}
@media screen and (max-width: 820px){
    .pc{display: none;}
    .pc.tablet{display: none !important;}
    .tablet{display: none;}
    .sp{display: block;}
    .sec_buy .pickup{
        padding: 40px 0;
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .top_pickup{
        margin-top: 2rem;
    }
    .pickupList{
        padding-left: calc(30px);
    }
    .pickupList .pickup_box{
        margin: 0 !important;
        max-width: unset !important;
    }
    body.EN .sec_sell .feature p,
    body.JA .sec_sell .feature p{
        font-family: 'Noto Serif JP',serif !important;
    }
    body.ZH .sec_sell .feature p{
        font-family: 'Noto Serif SC',serif !important;
    }
    body.zh-TW .sec_sell .feature p{
        font-family: 'Noto Serif TC',serif !important;
    }
    .sec_buy .pickup .pickupBtn{
        right: 0;
    }
    .pickupList .pickup_box{
        width: 210px;
    }
    .sec_consulting .contents.consulting_img{
        width: 100vw;
        margin: 0 -15px;
        padding: 0;
    }
    .sec_consulting .livable{
        padding: 0;
        margin: 6rem auto 0;
    }
    .pickup_box_icon{
        font-size: 1.4rem;
        letter-spacing: .1em;
        padding: .5rem;
    }
    body.EN .pickup_box_icon{
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    .pickup_box_txt p{
        font-size: 1.8rem;
        margin: 0 !important;
    }
    .pickup_box_txt .price{
        font-size: 2rem;
        color: #221814;
    }
    .pickup_box_dataC {
        font-size: 2.2rem;
    }
    a p.link_hover{
        line-height: 12;
    }

    .sliderLarge.slick-dotted{
        margin-bottom: 3.5rem;
    }
    .slick-dots{
        margin-top: 3rem;
    }
}
@media screen and (max-width: 360px){
    .sec_about .wrap .link a{
        font-size: 1.55rem;
    }
}
