@charset "utf-8";
/* CSS Document */

/*
famo　全体
-------------------------------------------------- */
html, body, ul, li {
    margin: 0;
    padding: 0;
}

* {
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body{
    font-size: 1.6em;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.interior-page {
    overflow-x: hidden;
}
div,p{
        font-size: 1.6rem;
    }
h1 {
    font-weight: normal;
}
h2 {
    font-weight: normal;
    font-size: 3rem;
}
h3 {
    line-height: 1.2;
    font-weight: normal;
    font-size: 2.4rem;
    margin: 0;
    padding: 0;
}
h4 {
    font-weight: normal;
    font-size: 1.8rem;
}
h5 {
    font-weight: normal;
}
h6 {
    font-weight: normal;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #1b1b1b;
}
a:hover {
    text-decoration: none;
}
a i {
    color: #ffffff;
}
img{
    border:none;
}
p {
    line-height: 1.6;
    color: #333;
}
dl{
    line-height: 1.6;
}

.forSP {
    display: none !important;
}
.forPC {
    display: inline !important;
}
.en-txt {
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
}
.inner {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
}
.l_box {
    float: left;
}
.r_box {
    float: right;
}
/* オリジナル商品一覧ボタン */
.btn_long {
    padding: 30px 0 50px 0;
    margin: 0 auto;
    clear: both;
}
.btn_long a {
    width: 100%;
    max-width: 600px;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: #4d4c40;
    color: #ffffff;
    padding: 15px 0;
    font-size: 1.8rem;
}
.btn_long a i {
    margin-right: 10px
}
.btn_long .arrow_s:before {
    border-color: #ffffff;
}
.btn_long .arrow {
    border-color: #ffffff;
}
.btn_long a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.btn_s {
    max-width: 160px;
    min-width: 160px;
    position: relative;
    display: block;
}
.btn_s a {
    padding: 10px 10px;
}
.btn_l {
    width: 48%;
    margin: 0 1%;
    position: relative;
    display: block !important;
}
.btn_long {
    width: 95%;
    max-width: 940px;
}
.btn_l a {
    padding: 15px 10px;
}
.btn-orange a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #f39400;
    color: #ffffff !important;
    position: relative;
}
.btn-orange a:after {
    position: absolute;
    content: '';
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}
a.btn_orange {
    height: 45px;
    font-size:1.8rem;
    font-weight: normal;
    text-decoration: none;
    background-repeat: no-repeat;
    background-color: #f24e02;
    background-image: url(/common/images/icon_arrow_wr.png);
    background-size: 10px 20px;
    background-position: right 12px center;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    }
.btn-gray a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #666666;
    color: #ffffff !important;
}
.btn-gray:after {
    position: absolute;
    content: '';
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}
.arrow::before {
    content: '';
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
}
.arrow_s::before {
    width: 14px;
    height: 14px;
    border-top: solid 1px #5b5a56;
    border-right: solid 1px #5b5a56;
}
.ff {
    font-family: 'Noto Serif JP', serif;
}

br.pc {
    display: block;
    }

br.sp{
    display: none;
}
/*↓確認中*/
.sp{
    display: none !important;
}

/*interior.cssの打消し*/
@media screen and (max-width: 1024px) and (min-width: 767px){
.sp {
    display: none !important;
    }
}

@media screen and (max-width: 1139px) {
.btn_long a {
    font-size: 1.7rem;
    }
}

/* for sp */
@media screen and (max-width: 767px) {
    div,p{
        font-size: 1.4rem;
        line-height: 1.6;
    }

    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 2.2rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    .forSP {
        display: inline !important;
    }
    .forPC {
        display: none !important;
    }
    .en-txt {
        font-size: 1.2rem;
    }
    .btn_long {
    padding: 20px 0 30px 0;
    margin: 0 auto;
    clear: both;
    }
    .btn_long a{
        font-size:1.4rem;
    }
}
@media screen and (max-width: 479px) {

    .btn_long a span {
    width: 14em;
    font-size: 1em;
    display: block;
    margin: 0 auto;
    }
.btn_inquiry a {
    background-color: #e55000;
    }
}
/*-----------------------
header
------------------------*/
#header {
    position: relative;
    min-height: 100px;
    width: 100%;
    z-index: 9998;
}
#headerBlock {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
#headerInner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
#header #logo {
    float: left;
    margin: 35px 0 30px;
    box-sizing: border-box;
    max-width: 27%;
}
#header #logo img {
    /*width: 100%;*/
    width: 130px;
}
#header #gNav {
    width: 100%;
    position: relative;
    }
#header #gNav #gNavBtn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    float: right;
    margin:0;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: left;
    padding: 33px;
}
#header #gNav #gNavBtn a {
    display: block;
    line-height: 1;
}
#header #gNav #gNavBtn #panel-btn{
    display: inline-block;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    vertical-align: top;
}
#header #gNav #gNavBtn #panel-btn-icon,
#header #gNav #gNavBtn #panel-btn-icon:before,
#header #gNav #gNavBtn #panel-btn-icon:after{
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    transition: .3s;
    border-radius: 5px;
    width: 25px;
    height: 3px;
    background: #002a64;
}

#header #gNav #gNavBtn #panel-btn-icon {
    top: 5px;
    left: 5px;
    margin: 0;
    transition: .2s;
    border-radius: 5px;
}
header #gNav #gNavBtn #panel-btn-icon:before{
        margin-top: 0;
}
#header #gNav #gNavBtn #panel-btn-icon:after {
        margin-top: 10px;
    }

#famo_subNav {
    float: left;
    margin: 0;
}

#header #gNavList {
    display: none;
    position: absolute;
    top: 100px;
    background: #f5f3e6;
    width: 100%;
    box-shadow: 0px 6px 6px 1px rgba(0, 0, 0, .2);
}
#header #gNavList li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
#header #gNavList li a {
    display: block;
    padding: 15px 32px;
    position: relative;
    color: #5b5a56;
}
#header #gNavList li a:hover {
    text-decoration: underline;
}
.icon_mail {
    content: "";
    width: 28px;
    height: 15px;
    margin: 0 0 0 -5px;
    background-image: url(/common/images/icon_mail.png);
    background-repeat: no-repeat;
}
#header #gNavList .contact .contact_inner {
    width: 86%;
    max-width: 772px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
#header #gNavList .contact .contact_inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 46% !important;
}
#header #gNavList .contact .contact_inner a span {
    margin: 0;
}

#header #gNavList li a.btn_orange {
    color: #fff !important;
}

#header #fix-contact {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: -1;
    display: block;
    }


@media screen and (max-width: 1139px) {
    #header {
        min-height: 80px;
    }
    #header #logo {
        float: left;
        margin: 25px 0 20px;
        max-width:13%;
    }
    #header #logo img {
    margin-left: 5%;
    width: 100%;
    }

    #header #gNav #gNavBtn {
        background: #fff;
        width: 80px;
        height: 80px;
        text-align: left;
        padding: 23px;
    }
    #header #gNavList {
        top: 80px;
    }
}
@media screen and (max-width: 767px) {
    #header {
        min-width: 100%;
        height: 90px;
        z-index: 9999;
    }
    #header #logo {
        float: left;
        width: 100%;
        margin: 27px 4% 28px;
        max-width:17%;
    }

    #header #gNav #gNavBtn {
        margin: 0;
        background: #fff;
        width: 90px;
        height: 90px;
        text-align: left;
        padding: 23px;
    }
    #header #gNavList {
        top: 90px;
        z-index: 9999;
    }
    #header #gNavList li a {
    padding: 15px;
    }
    #header #gNav #gNavBtn #panel-btn-icon:before,
    #header #gNav #gNavBtn #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
}
    #header #gNav #gNavBtn #panel-btn-icon {
        position: absolute;
        left: 10px;
        top: 10px;
    }
    #header #gNav #gNavBtn #panel-btn-icon:before {
        margin-top: 0;
    }
    #header #gNav #gNavBtn #panel-btn-icon:after {
        margin-top: 7px;
    }
    #header #gNavList .contact .contact_inner {
        display: block;
    }
    #header #gNavList .contact .contact_inner a {
        width: 100% !important;
    }
    #header #gNavList li a {
        padding: 15px;
    }
    #header #gNavList .contact .contact_inner a.btn_contact_business {
    margin-top: 15px;
    }
    #header p, #header #subNav, #header #fix-contact {
        display: none;
    }
}
@media screen and (max-width: 480px) {
	#header{
		height: 60px;
		min-height: 60px;
	}
    #header #logo {
        margin:4% 0 0 5%;
    }
    #header #logo img {
        width: 110px;
    }
    #header #gNav #gNavBtn{
		width: 60px;
		height: 60px;
        padding: 0;
    }
    #header #gNav #gNavBtn #panel-btn-icon{
        left: 20px;
        top: 20px;
    }
    #header #gNavList{
    	top: 60px;
    }
}

/*-----------
price_change
------------*/
.price_change{
    border:2px solid #000;
    width: 100%;
    padding: 1% 0;
    margin:1% 0 1% 0;
}
.price_change p{
        text-align: center;
}

.price_change a{
    text-decoration: underline;
}
@media screen and (max-width: 1139px) {
    .price_change{
        margin: 0 auto 1%;
        width: 95%;
    }
}
@media screen and (max-width: 767px) {
    .price_change .sp{
        display: block!important;
    }
    }

/*-----------------------
famo_navi
------------------------*/

#famo_navi {
    max-width: 1140px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#famo_navi .famo_navi_list {
    float: right;
    position: absolute;
    right: 100px;
    height: 100px;
}

#famo_navi .famo_navi_list li {
    float: left;
    text-align: center;
    padding: 0 2.2rem;
    margin: 42px 0 36px;
    border-right: 1px solid #1b1b1b;
    font-size: 1.4rem;
    line-height: 1;
}
#subNav li a {
    padding-right: 0;
    font-weight: normal;
}
#famo_navi .famo_navi_list li:nth-last-child(2) {
    border-right: none;
}
#famo_navi .famo_navi_list li:last-child {
    border-right: none;
    padding: 0;
    margin: 0;
}
#famo_navi .famo_navi_list li:last-child a.btn_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 100px;
    padding: 42px 20px 36px 0;
    font-weight: normal;
    background-color: #ebe1d9;
}
#famo_navi .famo_navi_list li .icon_mail {
    content: '';
    width: 46px;
    height: 46px;
    margin: 0 2rem;
    background-image: url('../images/famo_icon_mail.png');
    background-repeat: no-repeat;
}
.contact_txt {
    margin-left: 1rem;
}
@media screen and (max-width: 1139px) {
    #famo_navi .famo_navi_list {
        float: right;
        position: absolute;
        right: 80px;
        height: 80px;
    }
    #famo_navi .famo_navi_list li {
        padding: 0 1.2rem;
        margin: 36px 0 30px;
        font-size: 1.2rem;
    }

    #famo_navi .famo_navi_list li:last-child a.btn_contact {
        width: 150px;
        height: 80px;
    }
    #famo_navi .famo_navi_list li .icon_mail {
        margin: 0 5px;
    }
    #famo_navi .famo_navi_list li .icon_mail {
        content: '';
        width: 36px;
        height: 36px;
        background-size: 100%;
    }
    .contact_txt {
        margin-left: 0;
    }
    .arrow_s::before {
        width: 10px;
        height: 10px;
        right: 10px;
        margin-top: -4px;
    }
}
@media screen and (max-width: 767px) {
    #famo_navi .famo_navi_list li {
        display: none;
    }
    #famo_navi .famo_navi_list li:last-child {
        display: block;
        width: 220px;
    }
    #famo_navi .famo_navi_list li:last-child a.btn_contact {
        width: 100%;
        height: 90px;
    }
    #famo_navi .famo_navi_list li .icon_mail {
        margin: 0 15px;
    }
    #famo_navi .famo_navi_list li .icon_mail {
        content: '';
        width: 36px;
        height: 36px;
        background-size: 100%;
    }
    .contact_txt {
        margin-left: 0;
        font-size: 1.6rem;
    }
    .arrow_s::before {
        width: 10px;
        height: 10px;
        right: 30px;
        margin-top: 2px;
    }
}
@media screen and (max-width: 480px) {
    #famo_navi .famo_navi_list{
		height: 60px;
		right:60px;
	}
    .contact_txt {
        display: none;
    }
    .arrow_s::before {
        display: none;
    }
    #famo_navi .famo_navi_list li .icon_mail {
        content: '';
        margin: 0;
        box-sizing: border-box;
    }
    #famo_navi .famo_navi_list li:last-child a.btn_contact {
        padding: 0;
		height: 60px;
    }
    #famo_navi .famo_navi_list li:last-child {
        display: block;
        width: 60px;
    }
}

/*------------------
下層ページ共通css
-------------------*/
/*contentsInner*/
.contentsInner {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    overflow: hidden;
    }
.contentsInner h2 {
    text-align: center;
    font-weight: normal;
    font-size: 3.0rem;
    line-height: 1.2;
    margin: 3rem auto 2rem auto;
}
.contentsInner h3 {
    display: block;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 2;
    margin: 40px auto 10px auto;
}
.contentsInner h4 {
    display: block;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 40px auto 10px auto;
}
.contentsInner ul li span {
    display: block;
    margin-top: 5px;
    line-height: 1.2;
    font-size: 1.4rem;
}
/*.contentsInner ul li {
    float: left;
    list-style-type: none;
}*/


/* セクション背景色 */
.contents_bgcGray {
    background-color: #f7f7f7;
}
/* page_title */
.page_title {
    display: block;
    text-align: center;
    margin: 3rem auto;
}
.page_title_Inner {
    display: block;
    text-align: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}
.page_title_EN {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
}
.page_title_h1 {
    text-align: center;
    font-size: 1.6rem;
}
.page_title_h1::after {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 5px;
    margin: 12px auto 0;
    background-color: #ebe1d9;
}
.ttlStyle_bdr01 {
    text-align: center;
    font-size: 2.4rem;
    padding-top: 5%;
}
.ttlStyle_bdr01::after {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 5px;
    margin: 18px auto 0;
    background-color: #ebe1d9;
}
.ttlStyle_bdr02 {
    position: relative;
    text-align: left;
    padding-left: 5%;
}
.ttlStyle_bdr02::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5%;
    width: 5px;
    height: 90%;
    background-color: #a69e95;
}
@media screen and (max-width: 767px) {
.contentsInner {
    padding-bottom: 0px;
    }
.contentsInner h2 span {
    font-size: 1.4rem;
    margin: 0;
}
.contentsInner h3 {
    font-size: 2.0rem;
    line-height: 2;
    margin: 3rem auto 1rem auto;
}
.contentsInner h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 3rem auto 1rem auto;
}
.contentsInner ul li span {
    font-size: 1.2rem;
}
.contentsInner h2 {
    font-size: 2.2rem;
}
.contentsInner h2 span {
    font-size: 1.4rem;
}
}
@media screen and (min-width: 766px) {
    .contentsInner{
        padding-bottom:0;
    }
    .ttlStyle_bdr01 {
        font-size: 3.3rem;
    }
    .ttlStyle_bdr02 {
        position: relative;
        text-align: left;
        padding-left: 18px;
    }
    .ttlStyle_bdr02::before {
        top: 10%;
    }
}
/*-------------------
mainInner
---------------------*/
.mainInner {
    position: relative;
    width: 100%;
    max-width: 100%;
}
#mainVisual {
    overflow: hidden;
    width: 100%;
}

/*スライダー
/* slickスライダー */
.slider-container {
    position: relative;
    z-index: 1;
}
.slider-container .slick-slide img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
}
#sliderArea {
    position: relative;
    width: 100%;
    padding: 0 0 4em 0;
    max-width: 1600px;
    margin: 0 auto;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.famo-slider-for .slick-slide {
    opacity: 1;
}
.famo-slider-for .slick-slide img {
    max-width: 100%;
    object-fit: cover;
}

.famo-slider-for .slick-current {
    opacity: 1;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots li {
    margin: 0 0 0 0;
}
.slick-dots li button::before {
    content: '●';
    font-size: 11px;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button:before {
    color: #a0988e;
}
.slick-dots li button::before {
    color: #dcdcdc;
    opacity: 1;
}
.slick-dots {
    position: absolute;
    bottom: -43px;
}
.slick-prev,
.slick-next {
    z-index: 1000;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    top: 20px;
    width: 1em;
    height: 1em;
    opacity: 1;
}
.slick-prev:before {
    left: -3em;
    border-top: solid 2px #414042;
    border-left: solid 2px #414042;
    transform: rotate(-45deg);
}
.slick-next:before {
    right: -3em;
    border-top: solid 2px #414042;
    border-right: solid 2px #414042;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    div.slider-container button,
    div.slider-container button {
        display: block !important;
    }
    .famo-slider-for .slick-slide {
        opacity: 1;
    }
    #mainVisual #sliderArea {
        padding: 0 0 8% 0;
    }
}
@media screen and (max-width: 414px) {
    #mainVisual #sliderArea {
        padding: 0 0 1% 0;
    }
}

/*------------------
famo_subnavi
--------------------*/
#famo_subnavi {
    background: #f7f3f0;
}
#famo_subnavi ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
#famo_subnavi .contentsInner {
    padding: 0;
    width: 100%;
}
#famo_subnavi .contentsInner ul li span {
    position: relative;
    margin-top: 20px;
    font-size:1.7rem;
}

#famo_subnavi ul li span.arrow:before{
        right: 34px;
        margin-top: -6px;
}

#famo_subnavi ul li {
    width: 20%;
    padding: 20px 0;
    text-align: center;
}
#famo_subnavi ul li a {
    display: block;
    color: #707070;
    border-left: solid 1px #aba9a8;
}
#famo_subnavi ul li:last-child a {
    border-right:solid 1px #aba9a8;
}
#famo_subnavi ul li a img {
    margin-top: -10px;
}
@media screen and (max-width: 1139px){
#famo_subnavi ul li span.arrow_s:before{
    right: 10%;
    margin-top: -6px;
    }
}


@media screen and (max-width: 767px) {
    #famo_subnavi {
        display: none;
    }
}

/*------------------------
famo_introduction
--------------------------*/

#famo_introduction {
    background: #fcfbfb;
    margin: 25px 0;
}
#famo_introduction h1,
#famo_introduction h2,
#famo_introduction p.h1_txt {
    position: relative;
    text-align: left;
    padding-left: 27px;
    margin: 6rem 0 4.6rem;
    font-size: 2.8rem;
    font-family: 'Noto Serif JP', serif;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
#famo_introduction h1 span,
#famo_introduction h2 span {
    display: inline;
    font-size: 1.8rem;
}
#famo_introduction h1:before,
#famo_introduction h2:before,
#famo_introduction p.h1_txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 10px;
    height: 100%;
    background: #434343;
}

.famo_intd_box {
    overflow: hidden;
}
.famo_intd_img01 {
    float: left;
    width: 65%;
}
.famo_intd_txt {
    float: left;
    width: 57%;
    margin: 0 2%;
}
.famo_intd_img02 {
    float: left;
    width: 35%;
}
.famo_intd_box img {
    width: 35%;
    float: left;
    margin: 0 2%;
}
.famo_intd_img02 img{
	width: 100%;
}
@media screen and (max-width: 767px) {
    #famo_introduction {
        padding: 1.5% 0 4% 0;
    }
    #famo_introduction h2 {
        margin: 0 0 1rem 0;
        }
    .famo_intd_img01 {
        float: left;
        width: 100%;
    }
    .famo_intd_txt {
        float: left;
        width: 57%;
        margin: 0 0 0 3%;
    }
    .famo_intd_img02 {
        float: none;
        width: 100%;
    }
    .famo_intd_img02 img {
        padding-top: 3%;
    }
    .famo_intd_box{
    	margin-top: 1.5rem;
    }
}
@media screen and (max-width: 480px) {
    #famo_introduction h2 {
        position: relative;
        text-align: left;
        padding-left: 20px;
        margin: 0 0 1rem 0;
        font-size: 2rem;
    }
    .famo_intd_img01{
    	float: none;
    	width: 100%;
    }
    .famo_intd_img01 img{
    	width: 40%;
    	float: left;
    	margin: 0 3% 3% 0;
    }
    .famo_intd_txt{
    	display: inline;
    	float: none;
    }
    .famo_intd_txt p{
    	display: inline;
    	float: none;
    }
}
/*--------
newitems
---------*/
#famo_newitems,
#famo_lineup,
#famo_contact_us {
    position: relative;
}

#famo_newitems h3,
#famo_lineup h3,
#famo_contact_us h3 {
    position: relative;
    margin: 0 auto;
    width: 95%;
    max-width: 1140px;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.3rem;
    line-height: 1.2;
}
#famo_newitems h3 span,
#famo_lineup h3 span,
#photo_gallery h3 span {
    display: block;
    font-size: 1.4rem;
}
#famo_newitems h3:after,
#famo_lineup h3:after,
#famo_contact_us h3:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 180px;
    width: 120%;
    height: 1px;
    background: #1b1b1b;
}
.newitem_container {
    position: relative;
}
.newitem_container01 .newitems_lead {
    position: absolute;
    top: 40px;
    right: 0;
    background: url("../images/newitems_lead_bg.png");
    z-index: 3;
    width: 63%;
}
.newitems_lead_inner{
    width: 95%;
    max-width: 750px;
    display: flex;
    justify-content: space-between;

}
.newitem_container01 .newitems_lead_inner{
    margin-left:0;
}
.newitems_logo {
    padding: 3%;
}
.newitems_lead_txt {
    padding: 3% 0;
    }
.newitems_lead_txt h2{
    font-size:2.3rem;
    padding-bottom: 1%;

}

.newitems_inner {
    position: relative;
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
}
.newitem_container01 .newitems_inner{
    min-height: 700px;
}
.newitem_container02 .newitems_inner{
    min-height: 770px;
}

.newitem_container01 .newitems_img01 {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
    width: 54%;
}

.newitem_container01 .newitems_img02 {
    position: absolute;
    top: 304px;
    right: 0;
    z-index: 2;
    width: 50%;
}
.newitems_img01 img,
.newitems_img02 img {
    width: 100%;
}
.newitem_container01 .newitems_txt {
    width: 54%;
    position: absolute;
    top: 536px;
    left: 0;
    padding-right:5%;
}

.newitems_txt h4 {
    /*padding: 11% 0 4%;*/
    padding: 0 0 2%;
    font-family: 'Noto Serif JP', serif;
    font-size: 3rem;
    color: #a49e84;
}
.newitems_txt h5 {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.1rem;
    padding-left: 120px;
    padding-bottom: 1rem;
}
.newitems_txt h5 span {
    font-size: 1.6rem;
}
.newitems_txt h5:before {
    content: '新商品';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 108px;
    height: 32px;
    color: #fff;
    font-size: 1.8rem;
    background: #f24e02;
    text-align: center;
    line-height: 1.8;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
        'sans-serif';
}
.btn_long {
    max-width: 595px;
}
.newitem_container01 .btn_long,.newitem_container02 .btn_long {
    padding-top:90px;
    }
.btn_long a {
    background: #fff;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
    letter-spacing: 0.5em;
}
.btn_long .arrow {
    border-color: #1b1b1b;
}
.btn_long .arrow_s:before {
    border: none;
}
.btn_long .arrow_s:after {
    content: url(../images/famo_arrow01.png);
    position: absolute;
    right: 10px;
    margin-top: -7px;
}
.sec_line {
    margin: 0 auto;
    width: 95%;
    max-width: 1140px;
    border-top: 1px solid #eee;
}

.newitem_container02 .newitems_lead {
    position: absolute;
    top:60px;
    right: auto;
    left: 0;
    z-index: 3;
    background: url("../images/newitems_lead_bg.png");
    width: 66%;
}
.newitem_container02 .newitems_lead_inner{
    margin-right:0;
    max-width: 775px;
}


.newitem_container02 .newitems_img01 {
    position: absolute;
    top: 262px;
    left: 0;
    z-index: 2;
    width: 41%;
}
.newitem_container02 .newitems_img02 {
    position: absolute;
    top: 152px;
    right: 0;
    z-index: 1;
    width: 54%;
}
.newitem_container02 .newitems_img01 img,
.newitem_container02 .newitems_img02 img {
    width: 100%;
}

.newitem_container02 .newitems_txt {
    width: 54%;
    position: absolute;
    top: 609px;
    right: 0;
    padding-left:8%;
}
@media screen and (max-width: 1139px) {
    .newitem_container01 .newitems_txt {
        position: absolute;
        top: 46vw;
        width: 54%;
        left: 0;
}

    .newitems_txt h4 {
        padding: 0 0 2%;
    }
    .newitem_container01 .btn_long, .newitem_container02 .btn_long {
        padding-top: 30px;
}
    .newitem_container02 .newitems_lead{
        top: 6vw;
        width: 90%;
    }
    .newitem_container02 .newitems_img01{
        top:23vw;
    }
    .newitem_container02 .newitems_img02{
        top:14vw;
    }

    .newitem_container02 .newitems_txt{
        top:52vw;
    }

    .newitem_container02 .newitems_inner {
        min-height: 80vw;
    }
}
@media screen and (max-width: 800px) {
    .newitem_container02 .newitems_img02 img {
        max-height: 280px;
    }
    }
@media screen and (max-width: 767px) {
    .newitem_container01 .newitems_lead {
        top: 5vw;
        width:90%;
    }
    .newitem_container01 .newitems_img01 {
        position: absolute;
        top: 25vw;
        left: 0;
        z-index: 1;
        width: 50%;
    }

    .newitem_container01 .newitems_img02 {
        position: absolute;
        top:36vw;
        /*top: 300px;*/
        right: 0;
        z-index: 2;
        width: 50%;
    }
    .newitem_container01 .newitems_txt {
        position: absolute;
        top:62vw;
        padding-right: 0;
        width: 100%;
    }

    .newitem_container01 .newitems_inner {
        min-height: 92vw;
    }
    .newitem_container01 .btn_long,.newitem_container02 .btn_long {
        padding-top:0px;
        max-width: 708px;
    }
    .btn_long a {
        padding: 15px 20px 15px 0;
        letter-spacing: 0.2em;
    }
    .btn_long .arrow_s:after {
        top: 10px;
        right: 3%;
    }
    .sec_line {
        display: none;
    }
    .newitem_container02 .newitems_img01 {
        top: 19vw;
        width: 50%;
    }
    .newitem_container02 .newitems_img02 {
        top: 34vw;
        width: 50%;
    }
    .newitems_txt h4 {
        padding: 0 0 2%;
    }
    .newitem_container02 .newitems_lead{
        top:0;
    }
    .newitem_container02 .newitems_txt {
        position: absolute;
        top: 81vw;
        left: 0;
        z-index: 1;
        width: 100%;
        margin: 0;
        padding-left:0;
    }
    .newitem_container02 .newitems_inner {
    min-height: 120vw;
    }
}
@media screen and (max-width: 480px) {
    .newitems_logo{
        width:120%;
    }
    .newitems_logo img{
        width: 100%;
    }
    .newitem_container01 .newitems_lead,.newitem_container02 .newitems_lead {
        width: 100%;
    }
    .newitems_lead_txt h2{
        font-size:1.8rem;
    }
    .newitems_lead_txt p{
        font-size: 1.2rem;
    }

    .newitem_container01 .newitems_inner {
        min-height: 150vw;
        margin-bottom: 3%;
    }
    .newitem_container01 .newitems_img01{
        top:30%;
    }
    .newitem_container01 .newitems_img02{
        top:40%;
    }
    .newitem_container01 .newitems_txt{
        top:60%;
    }
    .newitems_txt h4{
        font-size:2.8rem;
    }

    .newitems_txt h5 {
        font-size: 1.8rem;
        padding-left: 90px;
        line-height: 1.2;
    }

    .newitems_txt h5:before {
        width: 78px;
        height: 24px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .btn_long .arrow_s:after {
        top: 10px;
        right: 3%;
    }

    .btn_long .arrow_s:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(../images/famo_arrow01.png);
        background-size: contain;
        top: 20px;
    }
    .btn_long a {
        letter-spacing: 0.1em;
}
 .newitem_container02 .newitems_inner {
    min-height: 150vw;
    margin-bottom: 3%;
}
 .newitem_container02 .newitems_img01{
    top:20%;
}
 .newitem_container02 .newitems_img02{
    top:30%;
}
 .newitem_container02 .newitems_txt{
    top: 60%;
}


}

/*--------------
famo_scerne
----------------*/

#famo_scene h3,
#famo_movie h3,
#photo_gallery h3 {
    position: relative;
    margin: 0 auto;
    width: 95%;
    max-width: 1140px;
    text-align: right;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.3rem;
    line-height: 1.2;
}
#famo_scene h3 span,
#famo_movie h3 span {
    display: block;
    font-size: 1.4rem;
}
#famo_scene h3:after,
#famo_movie h3:after,
#photo_gallery h3:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 210px;
    width: 120%;
    height: 1px;
    background: #1b1b1b;
}
#famo_scene .contentsInner h4 {
    padding: 2rem 0;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 3rem;
    color: #a49e84;
}
.column2 {
    display: flex;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
    }
ul.column2 {
    padding: 3% 0 0;
}
.column2 li {
    width: 48.5%;
    overflow: hidden;
}
#column ul li {
    background: #f7f7f7;
    box-shadow: 2px 2px 4px #eeeded;
    position: relative;
    }
.column2 li:nth-child(odd) {
    margin-right: 3%;
}
.verticalBox {
    display: flex;
    height: 100%;
    overflow: hidden;
    }

.verticalBox_left {
    position: relative;
    max-width: 185px;
    width: 34%;
}
.img_stretch {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.verticalBox_right {
    position: relative;
    background: url(../images/box_bg.png);
    max-height: 200px;
    width: 75%;
    padding: 0 3% 0 3%;
}
.verticalBox_right:after {
    content: none;
}

.verticalBox_right .num_box {
    display: inline-block;
    vertical-align: top;
    margin: 4% 0 0 0;
    width: 60px;
    height: 60px;
    border: 1px solid #a0988e;
    font-size: 3.4rem;
    line-height: 1;
    font-style: italic;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    color: #a49e84;
}
.verticalBox_right .num_box span {
    font-size: 1.4rem;
    font-style: normal;
    margin-top: 0;
}
.column_text01 {
    width: 79%;
    padding-left: 3%;
    display: inline-block;
    margin-top: 4%;
    font-size: 1.8rem;
    font-weight: bold;
}
.column_text02 {
    margin-top: 5px;
    font-size: 1.4rem;
}
.r_more {
    position: absolute;
    right: 3%;
    bottom: 3%;
    color: #a0988e;
    font-size: 1.4rem;
    text-decoration: underline;
}
#famo_scene .scene01 {
    border-bottom: solid 1px #eee;
    padding-bottom: 5rem;
}
@media screen and (max-width: 1139px) {
    .column_text01 {
    width: 70%;
    font-size:1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .verticalBox_left {
        max-width: auto;
    }
    .column2 {
        display: block;
    }
    .column2 li{
        width: 100%;
    }
    .column2 li:nth-child(odd){
    margin: 0;
    }
    .column2 li:not(:first-child){
    margin-top: 3%;
    }
    .img_stretch {
    justify-content: flex-start;
    }
}
@media screen and (max-width: 480px) {
    #famo_scene .contentsInner h4 {
        font-size: 2.4rem;
    }
    .verticalBox_right .num_box {
        width: 45px;
        height: 45px;
        font-size: 2.5rem;
    }
    .column_text01 {
        width: 74%;
        font-size: 1.5rem;
    }
    .column_text01 br.sp{
        display: none!important;
    }
    .column_text02 {
        font-size: 1.3rem;
    }
	ul.column2 {
    padding: 5% 0 0;
}

}

/*---------------
famo_lineup
----------------*/
#famo_lineup h3:after {
    left: 130px;
}
#famo_lineup p {
    padding: 3rem 0;
}
.famo_lineup_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.famo_lineup_box li {
    border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    padding-bottom:50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.famo_lineup_box li:nth-of-type(3n){
    border-right:none;
}
.famo_lineup_box li:nth-of-type(4),.famo_lineup_box li:nth-of-type(5),.famo_lineup_box li:nth-of-type(6){
    border-bottom: none;
}
.famo_lineup_box li:nth-of-type(4),.famo_lineup_box li:nth-of-type(5){
    padding-top: 40px;
}
.famo_lineup_box li img {
    width: 100%;
    max-width: 360px;
    margin-top: 3%;
    padding-left:3%;
}
#famo_lineup .lineup_ttl {
    font-size: 2rem;
    padding-left:3%;
    width: 100%;
    flex: 1;
}
#famo_lineup .lineup_new {
    position: relative;
    padding-left: 30%;
}
#famo_lineup .lineup_ttl span {
    font-size: 1.4rem;
}
#famo_lineup .lineup_new:before {
    content: '新商品';
    position: absolute;
    top: 0;
    left: 0;
    width: 26%;
    height: 32px;
    color: #fff;
    font-size: 1.8rem;
    background: #f24e02;
    text-align: center;
    line-height: 1.8;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
        'sans-serif';
}
#famo_lineup .famo_lineup_box li .btn_long {
    max-width: 360px;
    margin:24px auto 0;
    letter-spacing: 0.2em;
    padding:0;
}
#famo_lineup .btn_long {
    margin:30px auto 0;
}

#famo_lineup li .btn_long a {
    padding-right: 1em;
}
.bg_beige a {
    background: #ebe1d9;
    border: none;
    padding-right: 1em;
}
.bg_beige .arrow_s:after {
    content: url(../images/famo_arrow03.png);
    position: absolute;
    right: 10px;
    margin-top: -7px;
}
@media screen and (max-width: 767px) {
    .famo_lineup_box {
        grid-template-columns: repeat(2, 1fr);
    }
    .famo_lineup_box li {
        padding:0% 1% 2% 1%;
    }

    .famo_lineup_box li:nth-of-type(2n){
        border-right:none;
    }
    .famo_lineup_box li:nth-of-type(3){
        border-right:1px solid #eeeeee;
        padding-top: 3%;
    }
    .famo_lineup_box li:nth-of-type(4){
        border-bottom:1px solid #eeeeee;
        padding-top: 3%;
    }
    .famo_lineup_box li:nth-of-type(5){
        padding-top: 3%;
    }
}
@media screen and (max-width: 480px) {
	#famo_lineup .lineup_new{
		padding-left: 24%;
	}
    #famo_lineup .lineup_new:before {
        font-size: 1.1rem;
        height: 28px;
        line-height: 28px;
        width: 22%;
    }
    #famo_lineup .famo_lineup_box li .btn_long {
        padding: 4% 0 6% 0;
    }
    .bg_beige .arrow_s:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(../images/famo_arrow03.png);
        background-size: contain;
        top: 20px;
    }
    #famo_lineup .btn_long {
        padding: 6% 0;
        margin: 10px auto 40px auto;
    }
	#famo_lineup .lineup_ttl {
    	font-size: 1.6rem;
	}
	#famo_lineup .lineup_ttl span{
		font-size: 1.3rem;
	}
}
/*-------------
#famo_movie
--------------*/

#famo_movie h3:after {
    right: 120px;
}
.famo_movie_box {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}
.famo_movie_box li {
    width: 48%;
}
.famo_movie_box li iframe {
    width: 100%;
    max-width: 520px;
    display: flex;
    justify-content: center;
}
#famo_movie .famo_movie_box li span {
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .famo_movie_box {
        display: block;
    }
    .famo_movie_box li {
        width: 82%;
        margin:0 auto;
    }
    #famo_movie .famo_movie_box li span {
        padding: 1rem 0 3rem;
        font-size:1.6rem;
    }
}
@media screen and (max-width: 480px) {
    .famo_movie_box li {
        width: 100%;
    }
    #famo_movie .famo_movie_box li span{
        font-size:1.4rem;
    }
}


/*---------------
famo_contact_us
---------------*/
#famo_contact_us {
    background: #fbfbfb;
    padding: 50px 0 80px;
}

#famo_contact_us h3 {
    font-size: 2.4rem;
    padding-left: 28px;
}

#famo_contact_us h3:after {
    top: 16px;
    left: 180px;
}
#famo_contact_us h3:before {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 10px;
    height: 40px;
    background: #434343;
}
.famo_contact_box {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}
.famo_contact_box li {
    width: 48%;
    background: #fff;
    padding: 30px 3%;
}
.famo_contact_box .list_ttl {
    position: relative;
    text-align: center;
}
.famo_contact_box .list_ttl:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 18px);
    width: 35px;
    height: 3px;
    background: #ebe1d9;
}
.famo_contact_box .famo_mail img {
    margin: 64px auto 50px;
    display: block;
}
.famo_contact_box .famo_catalog img {
    margin: 36px auto 0;
    display: block;
}

.contact_list01 .btn_long {
    max-width: 470px;
    padding: 11% 0 0 0;
}
.contact_list01 .btn_long a,
.famo_co_txt .txt_inner .btn_long a {
    background: #f24e02;
    color: #fff;
    border: none;
    letter-spacing: 0;
}
.contact_list01 .btn_long .arrow_s:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(../images/famo_arrow02.png);
    background-size: contain;
}
.contact_list02 .btn_long {
    max-width: 470px;
    padding: 7% 0 0 0;
}
.contact_list02 .btn_long a {
    letter-spacing: 0;
    background: #ebe1d9;
    border: none;
    padding-right: 1em;
    font-size:1.8rem;
}
.famo_contact_box .contact_list02 .btn_long a span{
        font-size:1.2rem;
        display: inline;
    }
.contact_list02 .btn_long .arrow_s:after {
    content: url(../images/dl_btn.png);
    top:10px;
    right:3%;
}

.famo_contact_box li {
    position: relative;
    box-shadow: 2px 2px 4px #eeeded;
    min-height: 435px;
}
.famo_contact_box li .btn_long {
    position: absolute;
    bottom: 40px;
    left: 3%;
    right: 3%;
}
@media screen and (max-width: 900px) {
    .famo_contact_box .contact_list01 .btn_long a,
    .famo_contact_box .contact_list02 .btn_long a{
        font-size:1.4rem;
    }

    .famo_contact_box .contact_list01 .btn_long .arrow_s:after{
        margin-top:-10px;
    }
    .famo_contact_box .contact_list02 .btn_long a span{
        font-size:1rem;
        display: inline;
    }
}
@media screen and (max-width: 767px) {
    #famo_contact_us {
    padding:10% 0;
}
    .famo_contact_box {
        display: block;
    }
    .famo_contact_box li {
        width: 100%;
    }
    .famo_contact_box li.contact_list01 {
    margin-bottom: 37px;
}
    .famo_contact_box .list_ttl {
        font-size:2.4rem;
    }
    .famo_contact_box .contact_list01 .btn_long .arrow_s:after{
        margin-top:-7px;
    }

}
@media screen and (max-width: 480px) {
    .contact_list01 .btn_long .arrow_s:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(../images/famo_arrow02.png);
        background-size: contain;
        top: 20px;
    }
    .contact_list02 .btn_long a{
        font-size:1.2rem;
        padding-right: 1.8em;
    }
}

/*famo_corporate*/
.famo_corporate {
    position: relative;
    min-height: 380px;
    max-width: 1140px;
    margin-top:37px;
}
.famo_co_img {
    position: absolute;
    top: 0;
    left: 0;
}
.famo_co_txt {
    position: absolute;
    top: 20px;
    right: 0;
    background: rgba(254, 254, 254, 0.8);
    width: 61%;
    box-shadow: 2px 2px 4px #eeeded;
}
.famo_co_txt .famo_co_ttl {
    position: relative;
    font-size: 2.4rem;
    min-height: 55px;
}
.famo_co_txt .famo_co_ttl:before {
    content: url(../images/co_icon.png);
    position: absolute;
    left: -60px;
    bottom: 10px;
}
.famo_co_txt .famo_co_ttl:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background: #f05a1a;
}
.famo_co_txt .txt_inner {
    padding: 10% 0 8% 11%;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}
.famo_co_txt .txt_inner p {
    padding: 6% 0 8%;
}
.famo_co_txt .txt_inner .btn_long {
    padding: 0;
    margin: 0;
    width:100%;
    max-width: 600px;
}
.famo_co_txt .txt_inner .btn_long a {
    padding-right: 1em;
}
.famo_co_txt .txt_inner .btn_long .arrow_s:after {
    content: url(../images/famo_arrow02.png);
}
@media screen and (max-width: 767px) {
 .famo_co_txt .txt_inner .btn_long .arrow_s:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/famo_arrow02.png);
    background-size: contain;
    top: 20px;
}
.famo_co_txt{
    top:40px;
    width:80%;
}
.famo_co_txt .txt_inner .btn_long a {
    padding-right: 2.3em;
    padding-left: 2%;
    font-size:1.7rem;
}
.famo_co_txt .famo_co_ttl:before {
    left: -10vw;
    }
}
@media screen and (max-width: 480px) {
.contact_list02 .btn_long .arrow_s:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/dl_btn.png);
    background-size: contain;
    top: 20px;
}
.famo_co_txt .txt_inner .btn_long a {
    font-size:1.4rem;
    padding-right: 3em;
}
.famo_co_txt .famo_co_ttl {
    font-size: 2rem;
    min-height: 38px;
    }
.famo_co_txt .famo_co_ttl:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/co_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left:-11vw;
}
}
@media screen and (max-width: 360px) {
    .famo_co_txt .txt_inner .btn_long a {
        font-size:1.2rem;
}
}

/*--------------------
#famo_building_service
---------------------*/
#famo_building_service .famo_corporate {
    margin-bottom: 100px;
    margin-top: 57px;
    }
#famo_building_service .famo_co_txt .txt_inner {
    padding: 6% 0 4% 11%;
}
#famo_building_service .famo_co_img {
    left:auto;
    right: 0;
    top:-20px;
    }
#famo_building_service .famo_co_img img{
    object-fit: cover;
    width: 100%;
    height: 324px;
    object-position: 100% 0;
}
#famo_building_service .famo_co_txt {
    right:auto;
    left:0;
    top:0;
    }
#famo_building_service .famo_co_txt .famo_co_ttl {
    min-height: 45px;
    margin-bottom:4%;
}
#famo_building_service .famo_co_txt .txt_inner p {
    padding: 0 0 4%;
}
#famo_building_service .famo_co_txt .txt_inner p.sm {
    font-size:1.4rem;
}
#famo_building_service .famo_co_txt .famo_co_ttl:before {
    content: url(../images/bld_svc_icon.svg);
    position: absolute;
    left: -13%;
    bottom: 0;
}
@media screen and (max-width: 767px){
#famo_building_service .famo_corporate {
    margin-bottom: 20%;
    margin-top: 8%;
    }
#famo_building_service .famo_co_txt .famo_co_ttl:before {
    left: -15%;
    }
}

@media screen and (max-width: 480px){
    #famo_building_service .famo_co_txt .famo_co_ttl:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(../images/bld_svc_icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: 0px;
        left:-15%;
    }
    #famo_building_service .famo_co_txt .famo_co_ttl {
        min-height: 38px;
        font-size:1.8rem;
    }
    #famo_building_service .famo_co_txt .txt_inner p.sm {
        font-size:1.2rem;
    }
    #famo_building_service .famo_co_img {
        width: 100%;
    }
}



/*famo_related_colum*/
#famo_related_colum {
    margin-top: 35px;
}
#famo_related_colum h3 {
    text-align: center;
    position: relative;
    font-size: 2.4rem;
}
#famo_related_colum h3 span {
    font-size: 1.8rem;
}
#famo_related_colum h3:before {
    content: url(../images/famo_colum_icon.png);
    position: absolute;
    left: calc(50% - 20px);
    bottom: 38px;
}
#famo_related_colum .num {
    font-size: 3rem;
    margin-top: 0;
    font-weight: 500;
    text-align: right;
}
#famo_related_colum .num span {
    display: inline;
    font-size: 2.4rem;
    }
#famo_related_colum .column_text01 {
    width: 95%;
    padding-left: 0;
    margin-top: 0;
}
#famo_related_colum .column_text02 {
    /*margin-top: 0;*/
}
#famo_related_colum .r_more {
    margin-top: 5px;
    text-align: right;
    color: #f24e02;
    text-decoration: underline;
}
#famo_related_colum .verticalBox_right {
    max-height: 225px;
}
#famo_scene .btn_long,#famo_related_colum .btn_long{
    margin:34px auto 8px;
}
#famo_related_colum .btn_long a span {
    color: #1b1b1b;
}
@media screen and (max-width: 767px) {
#column .column2 .verticalBox_right{
    width:75%;
}
}

/* =========================
   slider container
========================= */
#sliderArea02 {
  position: relative;
  width: 100%;
  padding: 0 0 4em 0;
  max-width: 1600px;
  margin: 0 auto;
}

/* Splide本体 */
.famo_gallery_slider {
  margin-bottom: 0;
}

/* =========================
   slide image
========================= */
.famo_gallery_slider .splide__slide img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}

/* =========================
   pagination
========================= */
.famo_gallery_slider .splide__pagination {
  position: absolute;
  bottom: -43px;
  padding: 0;
  margin: 0;
}

/* slickのli marginリセット */
.famo_gallery_slider .splide__pagination li {
  margin: 0;
}

/* dot本体（button） */
.famo_gallery_slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #dcdcdc;
  opacity: 1;
  transform: none;
  border-radius: 50%;
}

/* active */
.famo_gallery_slider .splide__pagination__page.is-active {
  background: #a0988e;
}

/* hover */
.famo_gallery_slider .splide__pagination__page:hover {
  opacity: 1;
}


/*----------------
photo_gallery
-----------------*/
#photo_gallery {
    background: #fbfbfc;
    padding: 50px 0;
    margin: 0 0 50px 0;
}
#photo_gallery h3:after {
    right: 220px;
}
#photo_gallery_slider {
    width: 100%;
    margin-top: 45px;
}

#photo_gallery_slider img {
    width: 400px;
}
@media screen and (max-width: 480px) {
#photo_gallery{
	margin-bottom: 5em;
	padding-bottom:0;
}
#photo_gallery_slider img {
    width: 250px;
}
}
/*--------------
for_sekisui_user
---------------*/
#for_sekisui_user {
    background: url('../images/box_bg.png');
    height: 215px;
    margin-bottom: 57px;
}
#for_sekisui_user .user_box {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.user_box .user_txt {
    padding: 2% 2%;
}
.user_txt .user_ttl {
    position: relative;
    font-size: 2.2rem;
    padding-left: 1em;
    margin-bottom: 0.5em;
}
.user_txt .user_ttl:before {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 4px;
    height: 30px;
    background: #1b1b1b;
}
.user_txt .btn_long {
    padding: 20px 0;
}
.user_txt .btn_long a {
    background: #faf7f6;
    box-shadow: 2px 2px 4px #eeeded;
    letter-spacing: 0.1em;
}
.user_logo {
    padding-top: 3%;
}
@media screen and (max-width: 1139px) {
    .user_box .user_txt {
        padding: 2% 3%;
    }

    .user_txt .user_ttl{
        font-size: 1.8rem;
        padding-left: 1em;
        margin-bottom: 2%;
    }
    .user_txt p{
        font-size:1.4rem;
    }
    .user_txt .btn_long {
        padding: 2% 0;
    }
}
@media screen and (max-width: 767px) {
    #for_sekisui_user{
        height: 100%;
    }
    .user_logo {
    display: none;
}
    .user_img {
    overflow:hidden;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }

    .user_box .user_img img {
    max-width: 250px;
}
    .user_box .user_txt{
    width:67%;
    }
    .user_txt .user_ttl:before {
    top: calc(50% - 27px);
    height: 54px;
    }

}
@media screen and (max-width: 480px) {

.user_txt .user_ttl{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.user_box .user_txt{
	padding:5% 3%;
}
.user_txt .btn_long{
	margin-top: 1rem;
}
.user_txt .btn_long a {
    letter-spacing: 0em;
    padding: 15px 32px 15px 0;
}

}



/*footer*/
.footer_line {
    width: 100%;
    height: 9px;
    background: #ebe1d9;
    margin-bottom: 64px;
}
#footerSitemap {
    width: 95%;
    max-width: 1130px;
    margin: 0 auto;
}
#footerSitemapInner {
    padding: 0;
    overflow: hidden;
}
#footerSitemap .list {
    float: right;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 58px;
}
#footerSitemap .list ul {
    float: left;
    }
#footerSitemap .list ul li {
    padding: 4px 0;
    font-size: 1.6rem;
    list-style-type: none;
}
#footerSitemap .list ul li a {
    color: #434343;
    line-height: 1.2;
}
.footer_logo {
    float: left;
    width: 26%;
    box-sizing: border-box;
}
.footer_logo img{
    max-width: 150px;
}
#footerSitemap .list ul.list01 {
    width: 32%;
    padding-left: 1%;
    box-sizing: border-box;
}
#footerSitemap .list ul.list02 {
    width: 42%;
    box-sizing: border-box;
}
#footer_copyright {
    padding: 0px 50px 36px 0;
    text-align: right;
    font-size: 1.8rem;
}
#pageTop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 9997;
}
#pageTop a {
    background: #999999;
    color: #ffffff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    font-size: 2rem;
    padding-top: 30px;
}
#pageTop a span {
    display: block;
    width: 20px;
    height: 20px;
    border-top: solid 2px #ec5008;
    border-right: solid 2px #ec5008;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 25px;
}
@media screen and (max-width: 767px) {
    #footerSitemap {
        width: 95%;
        max-width: 1140px;
        margin: 30px auto;
    }
    #footerSitemapInner {
        overflow: hidden;
    }
    #footerSitemap .list {
        float: none;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    #footerSitemap .list ul {
        border-left: none;
        border-bottom: solid 1px #cccccc;
        margin: 0;
        padding: 0;
    }
    #footerSitemap .list ul li {
        margin-left: 0;
        list-style: none;
        border-bottom: dotted 1px #cccccc;
        padding: 4px 0;
        font-size: 1.6rem;
    }
    #footerSitemap .list ul li a {
    line-height: 1.2;
    display: block;
    padding: 8px 0;
    }

    .footer_logo,
    #footerSitemap .list ul.list01,
    #footerSitemap .list ul.list02 {
        float: none;
        width: 100%;
    }
    .footer_logo {
        margin-bottom: 3%;
    }
    #footer_copyright {
        padding-right: 0;
    }
    #pageTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    }
    #pageTop a {
    background: #999999;
    color: #ffffff;
    opacity: 0.6;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 1.6rem;
    padding-top: 20px;
}
#pageTop a span {
    display: block;
    width: 16px;
    height: 16px;
    border-top: solid 2px #ec5008;
    border-right: solid 2px #ec5008;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 15px;
}
}



/*--------------
renewal
---------------*/
/* common */
#famo-page,
#famo-page p {
  color:#4d4c40;
}
#famo-page h2 {
  color: #0d0d0d;
}
.famo_intro img {
  max-width: 100%;
}
.item_wrap {
  padding: 5% 0;
}
.description.bg_grey {
  background: #fbfbfb;
}
.ico_balloon {
  position: relative;
}
.ico_balloon::before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico_balloon.png);
  width: 42px;
  height: 65px;
  position: absolute;
  left: calc(50% - 21px);
  top: -75px;
}
.ico_balloon.famo_h2 {
    margin-top: 80px;
}
.item_wrap.ico {
  padding-top: 5%;
}
.item_wrap.ico02 {
  padding-top: 10%;
}
.ico_flag {
  position: relative;
}
.ico_flag::before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico_flag_l.png);
  width: 83px;
  height: 55px;
  position: absolute;
  top: -15px;
  left: -100px;
}
.ico_flag::after {
  content: "";
  display: inline-block;
  background-image: url(../images/ico_flag_r.png);
  width: 83px;
  height: 55px;
  position: absolute;
  top: -15px;
  right: -100px;
}
.contentsInner02 {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .sp_txt_center {
    text-align: center;
  }
  .sp_none {
    display: none;
  }
  .item_wrap.ico {
    padding-top: 10%;
  }
  .item_wrap.ico02 {
    padding-top: 20%;
  }
  .ico_flag::before {
    left: -90px;
  }
  .ico_flag::after {
    right: -90px;
  }
}



/* kv */
.famo_kv {
  max-width: 1140px;
  margin: 0 auto;
}
.famo_kv img {
  width: 100%;
}


/* sub nav */
.famo_sabnav ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 20px 3%;
}
.famo_sabnav ul li {
  width: calc((100% - 7.5%) / 3);
}
.famo_sabnav ul li a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.famo_sabnav .btn {
  max-width: 185px;
  height: 80px;
  background-image: url(../images/bg_subnav.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
}
.famo_sabnav .famo_subnav--intranet .btn {
  background-image: url(../images/bg_subnav-intra.png);
}
.famo_sabnav .btn.btn01 {
  flex-direction: column;
}
.famo_sabnav .btn span {
  display: block;
}
.famo_subnav--intranet {
    display: none;
}
.login .famo_subnav--intranet {
    display: list-item;
}
.login .famo_sabnav ul {
flex-wrap: wrap;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .famo_sabnav ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .famo_sabnav ul li {
    width: calc((100% - 3%) / 2);
  }
  
  .famo_sabnav .btn {
    width: auto;
    background-size: contain;
    background-position: center;
  }
  .contentsInner ul li span {
    margin-top: 0;
  }
}



/* intro */
.famo_intro {
  text-align: center;
}
.famo_intro h1 {
  margin: 1rem 0 3rem 0;
  color: #42423e;
}
.famo_intro .border_dotted {
  margin: 3% 0;
}
.famo_intro p.h1_txt{
	margin: 4rem 0 0 0;
	font-size: 2.0rem;
}


.famo_intro .disc01 h2,
.famo_intro .disc02 h2 {
  margin: 3rem 0 5rem;
}
.famo_intro .disc ul {
  display: flex;
  justify-content: space-between;
}
.famo_intro .disc01 ul li {
  width: calc((100% - 5%) / 3);
}
.famo_intro .disc01 ul li .border,
.famo_intro .disc02 ul li .border {
  border: 4px solid #c0e7dd;
  border-radius: 10px;
}
.famo_intro .disc01 figcaption,
.famo_intro .disc02 figcaption {
  margin-top: 2rem;
}
.famo_intro .disc01 figcaption {
  margin-bottom: 1.5rem;
}
.famo_intro .disc02 figcaption {
  text-align: left;
}
.famo_intro .disc02 ul li {
  width: calc((100% - 2.5%) / 2);
}
@media screen and (max-width: 767px) {
  .famo_intro .disc01 h2 span,
  .famo_intro .disc02 h2 span{
    font-size: 2.2rem;
  }
  .famo_intro .disc ul {
    display: block;
  }
  .famo_intro .disc ul li {
    width: 100%;
  }
  .sp_flex {
    display: flex;
    flex-direction: row-reverse;
    margin: 3% 0 5% 0;
  }
}
.famo_intro .bg {
  background-image: url(../images/bg_disc03.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.famo_intro .disc03 ul,
.famo_intro .disc04 ul,
.famo_intro .disc05 ul {
  text-align: left;
}
.famo_intro .disc03 ul li.txt_block,
.famo_intro .disc04 ul li.txt_block  {
  width: 40%;
}
.famo_intro .disc03 h2 span {
  display: inline-block;
  background-image: url(../images/border_brown.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 14px;
  min-height: 46px;
  margin-top: 1rem;
}
.famo_intro .disc03 .txt_box {
  margin-top: 5%;
}
.famo_intro .disc03 .txt_box p,
.famo_intro .disc04 .txt_box p,
.famo_intro .disc05 figcaption p {
  font-size: 2.2rem;
}
.famo_intro .disc03 .txt_box span,
.famo_intro .disc04 .txt_box span,
.famo_intro .disc05 figcaption span {
  display: block;
  line-height: 1.5;
  margin-top: 1rem;
}
.famo_intro .disc05 .ico_balloon02 + figcaption span {
  margin-top: -3rem;
}
.famo_intro .disc03 .img_box,
.famo_intro .disc04 .img_box {
  margin-top: 8%;
  text-align: center;
}
.famo_intro .disc04 ul {
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .famo_intro .disc03 ul li.txt_block,
  .famo_intro .disc04 ul li.txt_block  {
    width: 100%;
  }
  .famo_intro .disc03 ul li,
  .famo_intro .disc04 ul li {
    width: 100%;
  }
  .contentsInner .disc03 h2 span {
    font-size: 2.2rem;
  }
}



.contentsInner03 {
  padding-left: 50px;
}
.famo_intro .disc05 ul li {
  width: calc((100% - 2.5%) / 2);
}
 .famo_intro .disc05 .ico_pot {
  margin-top: 2rem;
  margin-left: -50px;
}
.famo_intro .disc05 .ico_balloon02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .famo_intro .disc05 ul li {
    width: 100%;
  }
  .contentsInner03 {
    padding-left: 0;
  }
  .famo_intro .disc05 .ico_pot {
    margin-left: 0;
  }
}



.contentsInner h2.famo_h2 {
  position: relative;
  line-height: 1;
}
.famo_h2 span {
  font-size: 1.4rem;
}
.famo_h2.ico_bar::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #ebe1d9;
  position: absolute;
  left: calc(50% - 25px);
  margin-top: 1rem;
}



.verticalBox_right .num_box {
  font-size: 1.8rem;
  font-style: normal;
  padding-top: 8px;
}
.verticalBox_right .num_box span {
  font-size: 1.8rem;
}
.verticalBox_right .num_box.txt_s {
  font-size: 1.6rem;
}
#famo_scene .scene01 {
  border: none;
}
@media screen and (max-width: 767px) {
  .verticalBox_right .num_box,
  .verticalBox_right .num_box span,
  .verticalBox_right .num_box.txt_s
   {
    font-size: 1.2rem;
  }
}
.verticalBox_right.bg_border_pink {
  background-image: url(../images/bg_border_pink.png);
}
.verticalBox_right.bg_border_green {
  background-image: url(../images/bg_border_green.png);
}
.verticalBox_right .num_box {
  border: 2px solid #d2c9bb;
}
#famo-page p.r_more {
  color: #a0988e;
  text-decoration: none;
}
.scene + .famo_sabnav .item_wrap{
  padding-top: 0;
}



#famo_lineup p {
  text-align: center;
  font-size: 1.4rem;
}
.famo_lineup_box {
  margin-top: 3%;
}

.breadcrumb {
    width: 95%;
    max-width: 1140px;
	margin: 12px auto;
}
.breadcrumb li {
	display: inline;
	font-size: 1.4rem;
}
.breadcrumb li a {
	color: #000000;
	position: relative;
	padding-right: 20px;
	text-decoration: underline;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li a::before {
	content: '';
	border: 0px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
}
.breadcrumb li a::before {
	width: 6px;
	height: 6px;
	border-top: solid 1px #5b5a56;
	border-right: solid 1px #5b5a56;
}

/* 限定公開情報 */
.famo__internal .famo_kv {
    margin-bottom: 60px;
}
.famo__internal .btn_long {
    margin-bottom: 40px;
}

/* TOP column slider */
.wpColumn {
    margin-bottom: 50px;

}
.wpColumn .contentsInner {
    overflow: visible;
}

.wpColumn .famo_column_slider .splide__list .splide__slide {
    max-width: 525px;
}

.footer__logout {
	display: none;
}
.login .footer__logout {
	display: list-item;
}
.login .footer__login {
	display: none;
}
@media screen and (max-width: 767px) {
    .wpColumn .famo_column_slider .splide__list .splide__slide {
    margin: 0;
    max-width: unset;
}
.wpColumn .slick-dots {
    bottom: -26px;
}
}
