html{
}
.body{
    font-size: 14px;
}
*{
    font-family: "Noto Sans JP", sans-serif;
}
.scroll-hint.is-right-scrollable {
    background: unset !important;
}
.white-s-n{
    white-space: nowrap;
}
#fix_header .l-fixHeader__inner, .-series-right .l-header__inner {
	max-width: 100%;
}

.c-headLogo__img {
    display: block;
}
.c-gnav>.menu-item>a {
    letter-spacing: 0.1em;
}

.sp_only_original{
    display: none;
}
.center1200{
    margin: 0 auto;
    max-width: 1200px;
}
.center1100{
    margin: 0 auto;
    max-width: 1100px;
}
.footer {
    padding: 110px 0 0;
}

.footer-contact__container {
    margin: 0 auto 105px;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}

.footer-contact__item {
    padding: 20px 0;
    flex: 0 1 auto;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
}




.js-fadeup {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 1s, transform 1s;
}

.inview {
    opacity: 1;
    transform: translateY(0px);
}


.n-fade {
    opacity: 0;
    transition: all 0.5s linear 0.2s;
}

.n-inview {
    opacity: 1;
}
.footer-contact__contactimg {
    flex: 0 1 auto;
    width: 83px;
}

.footer-contact__catalogueimg {
    flex: 0 1 auto;
    width: 90px;
}

.footer-contact__text {
    margin-top: 25px;
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
}

.footer-contact__line{
    flex: 0 1 auto;
    width: 2px;
    height: 100%;
    min-height: 124px;
    background-color: #998675;
}

.footer-site__container {
    margin-bottom: 152px;
    display: flex;
    justify-content: space-between;
}

.footer-site__item {
    padding: 38px 30px 30px;
    border: solid 1px #000;
    flex: 0 1 auto;
    width: 47%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #998675;
}

.footer-site__left {
    flex: 0 1 auto;
    width: 44%;
}

.footer-site__left {
    flex: 0 1 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-site__logo {
    flex: 0 1 auto;
    width: 73px;
}

.footer-site__textwrap {
    flex: 0 1 auto;
    width: 100%;
}

.footer-site__text1 {
    margin-bottom: 3px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.footer-site__text2 {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.footer-site__arrow {
    display: block;
    width: 133px;
}

.footer-site__right {
    flex: 0 1 auto;
    width: 52%;
}

.footer-site__img {
    width: 100%;
}

.btn_opacity {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity:1;
}
.btn_opacity:hover {
	opacity: 0.7;
}

.sp_kobe_link {
    padding: 15px .5em;
    display: block;
    width: 100%;
    border: 1px solid #000;
    width: fit-content;
    padding: 12px 13px 9px;
    margin-top: 21px;
}
.sp_kobe_img{
    width: 88px;
}
@media not all and (max-width: 961px){
	.c-gnav{
		flex: 0 1 auto;	
	}
	.header_kobe_link{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 10px;
	}

    .header_kobe_link--home, 
	.header_kobe_link--sub {
        flex: 0 0 auto;
        width: 114px;
        border: 1px solid #FFF;
        border: 0.5px solid #FFF;
        padding: 12px;
    	transition: 0.5s;
    }
	.header_kobe_link:hover,
	.header_kobe_link--fixed:hover{
		opacity:0.3;
	}
    .header_kobe_link--fixed {
        flex: 0 0 auto;
		height:fit-content;
        width: 111px;
        border: 1px solid #000000;
        border: 0.5px solid #000000;
        margin-top: 11px;
        padding: 12px;
    	transition: 0.5s;
    }
	.header_kobe_img{
		flex: 0 1 auto;
		width: 100%;
	}

	.c-gnavWrap {
		margin: 0;
		width: 76%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}
@media(max-width: 1230px) {
    .center1200 {
        width: calc(100% - 30px);
    }
}

@media(max-width: 1130px) {
    .center1100 {
        width: calc(100% - 30px);
    }
}
@media (min-width: 960px) {
    .p-fixBtnWrap {
        bottom: 50px;
        right: 50px;
	}
	#fix_header .l-fixHeader__inner,
    .-series-right .l-header__inner {
        padding: 0 25px 0 32px;
    }
	
}
@media (max-width: 599px) {
	
	.sp_only_original {
        display: block;
    }

    .pc_only_original {
        display: none;
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer-contact__container {
        margin: 0 auto 59px;
        flex-direction: column;
		align-items: center;
    }

    .footer-contact__item {
        width: 100%;
    }

    .footer-contact {
        margin-bottom: 20px;
    }

    .footer-contact__contactimg {
        width: 68px;
    }

    .footer-contact__catalogueimg {
        width: 76px;
    }

    .footer-contact__text {
        margin-top: 13px;
    }

    .footer-site__container {
        margin-bottom: 85px;
        flex-direction: column;
    }

    .footer-site__item {
        padding: 20px 15px 13px;
        width: 100%;
    }

    .footer-site__item--bath {
        margin-bottom: 40px;
    }

    .footer-site__left {
        width: 44%;
    }

    .footer-site__logo {
        width: 58px;
    }

    .footer-site__textwrap {
        position: relative;
    }

    .footer-site__text2 {
        margin-bottom: 0;
        line-height: 1.3;
        letter-spacing: -0.01px;
    }

    .footer-site__arrow {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 58px;
    }
}