main {
    margin: 91px 0;
}

/* 共通 */
.brand_tb_only{
    display: none;
}
.brand-heading {
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 30px;
}

.brand-heading>div {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
}

.brand-heading h2 {
    font-size: .56rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-right: 22px;
}

.brand-subheading {
    font-size: .20rem;
    color: #B49A6D;
}

.brand-heading__lead {
    font-size: .28rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.8;
}

.brand-heading__lead span {
    font-size: .16rem;
}


.brand-main {
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Noto Serif JP", serif;
}

.brand-main .description-title{
	margin: 91px auto 60px;
}


.brandtitle-lead__box > p{
	font-size: .24rem;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: 0.08em;
}


.bgfix-wrapper {
    margin-bottom: 92px;
    position: relative;
}
  
.bgfix-body {
    padding-bottom: 54%;
    position: relative;
    width: 100%;
    text-align: center;
}
  
.bgfix-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: -1;
}
  
.bgfix-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.brand-first-view .bgfix-fixed{
    background-image: url(/webdata/wp-content/themes/original/images/brand/brand-top-img.jpg);
}
.brand-takami-home .bgfix-fixed{
    background-image: url(/webdata/wp-content/themes/original/images/brand/brand-takami-home-img.jpg);
}
.brand-img-block .bgfix-fixed{
    background-image: url(/webdata/wp-content/themes/original/images/brand/brand-img-block01.jpg);
}

.brand-first-view__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -25px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    padding: 0 20px;
}

.brand-first-view__text p {
    text-align: center;
}

.brand-first-view__text p:nth-of-type(1) {
    font-size: .42rem;
    margin-bottom: 25px;
}

.brand-first-view__text p:nth-of-type(2) {
    font-size: .16rem;
    line-height: 2.6;
}

/* 経営理念 */
.brand-philosophy {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 88px;
    padding: 0 20px;
}

/* .brand-philosophy__contents p{
    font-size: .28rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
} */

.brand-philosophy__contents {
    width: 969px;
    max-width: 100%;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: 52px;
}
.brand-philosophy__contents img{
	width: 100%;
}
.brand-philosophy .brand-heading__lead {
    letter-spacing: -0.05em;
}

/* ものづくりの考え方 */


.brand-concept {
    width: 1140px;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 auto 93px;
}

.brand-concept .brand-heading>div{
    margin-bottom: 32px;
}

.brand-concept .brand-heading{
    margin-bottom: 14px;
}

.brand-concept__contents {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.brand-concept__contents p {
    font-size: .16rem;
    font-weight: 500;
    margin-bottom: 44px;
    line-height: 2.1;
}

.brand-concept__contents img {
    width: 883px;
    max-width: 100%;
    /* margin: 0 auto; */
    margin-left: auto;
    display: block;
    margin-right: 75px;
}
.brand-concept__contents img.sp_only{
	display:none;
}


/* 建築分野 */
.brand-architecture {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.brand-architecture .brand-heading>div{
    margin-bottom: 33px;
}

.brand-architecture__contents {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 88px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand-architecture__list {
    width: 475px;
    display: flex;
    flex-direction: column;
    margin-bottom: 46px;
    max-width: 48%;
}

.brand-architecture__list--title {
    font-size: .24rem;
    font-weight: 600;
    color: #B49A6D;
    margin-bottom: 15px;
}

.brand-architecture__list--lead {
    font-weight: 500;
    font-size: .16rem;
    flex-grow: 1;
    line-height: 1.8;
    margin-bottom: 15px;
}

.brand-architecture__list img {
    width: 80%;
    margin: 0 auto;
}

/* タマキホーム */
.brand-takami-home {
    margin-bottom: 96px;
}

.brand-takami__contents {
    position: relative;
}

.brand-takami__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: #fff;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    padding: 0 20px;
}

.brand-takami__text p {
    text-align: center;
}

.brand-takami__text p:nth-of-type(1) {
    width: 476px;
    margin: 0px auto 40px;
}

.brand-takami__text p:nth-of-type(2) {
    font-size: .16rem;
    line-height: 2.6;
}

/* パーパス（タマキホームの存在意義） */

.brand-purpose {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 101px;
    padding: 0 20px;
}

.brand-purpose .brand-heading{
    margin-bottom: 40px;
}

.brand-purpose>p {
    font-size: .36rem;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(transparent 70%, #d6ccb3 70%);
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
}

/* サービス */

.brand-service {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 97px;
    padding: 0 20px;
}

.brand-service .brand-heading{
    margin-bottom: 43px;
}

.brand-service img {
    width: 1000px;
    max-width: 100%;
    /* margin: 0 auto; */
    margin-left: auto;
    display: block;
    margin-right: 50px;
}
.brand-service img.sp_only{
	display:none;
}
/* 特徴 */

.brand-future {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.brand-future .brand-heading>div {
    margin-bottom: 30px;
}

.brand-future .brand-heading{
    margin-bottom: 40px;
}

.brand-future__contents {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.brand-future__unit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
    line-height: 1.8;
}

.brand-future__unit:last-of-type {
    margin-bottom: 0;
}

.brand-f-2line {
    justify-content: center;
}

.brand-future__list {
    background-color: #d6ccb3;
    display: flex;
    align-items: center;
    width: 460px;
    max-width: 46%;
}

.brand-future__list p {
    text-align: center;
    width: 260px;
    max-width: 57%;
    font-size: .18rem;
    font-weight: bold;
}

.brand-future__list img {
    width: 200px;
    max-width: 44%;
}


.brand-achievements .brand-heading {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 31px;
    padding: 0 20px;
}
.brand-achievements img{
    width: 95%;
    max-width: 1700px;
    display: block;
    margin: 0 auto;
}



/* 歴史 */


.brand-achievements {
    margin-bottom: 110px;
}

.brand-history .brand-heading {
    margin-bottom: 47px;
}

.brand-history  .brand-heading>div{
    margin-bottom: 30px;
}

.brand-history .brand-heading__lead{
    line-height: 1.9;
}

.brand-history {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 130px;
    padding: 0 20px;
}

.history-container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.history-item {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* .history-number {
    margin-left: 10px;
} */

.history-item--left {
    width: 23.5%;
    position: relative;
}

.history-item--right {
    width: 25%;
    position: relative;
}

.history-item--left::after {
    content: "";
    position: absolute;
    background-color: #B49A6D;
    height: 1px;
    width: 52%;
    top: 34px;
    right: -68%;
}

.history-item--right::before {
    content: "";
    position: absolute;
    background-color: #B49A6D;
    height: 1px;
    width: 52%;
    top: 34px;
    left: -64%;
}

.history-month {
    font-size: .18rem;
    color: #B49A6D;
    line-height: 1;
    margin-bottom: 5px;
}

.history-text {
    font-size: .16rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.history-number p {
    color: #B49A6D;
    margin-bottom: 9px;
    margin-top: 7px;
    font-size: .48rem;
    font-weight: bold;
    line-height: 1;
}

.history-text:last-of-type {
    margin-bottom: 0;
}

.history-center--item {
    /* width: fit-content;
    color: #271C82;
    font-family: futura-pt, sans-serif;
    margin-bottom: 10px; */

}

.history-number img {
    width: 3px;
    display: block;
    margin: 0 auto;
}

.history-item:nth-of-type(even) .history-item--left::after {
    display: none;
}

.history-item:nth-of-type(odd) .history-item--right::before {
    display: none;
}

.top-history {
    margin-bottom: 155px;
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
    background-color: #fff;
    margin-top: -76px;
}

.history-number span {
    display: none;
}


.his-1999-04{
}

.his-2002-02{
    margin-top: -5px;
}

.his-2007-01{
    margin-top: -45px;
}


.his-2012-03{
    margin-top: -5px;
}

.his-2013-11{
    margin-top: -23px;
}

.his-2014-03{
    margin-top: -6px;
}

.his-2015-07{
    margin-top: -24px;
}


.his2016-08{
    margin-top: -7px;
}

.his-2018-06{
    margin-top: -5px;
}


.his-2019-10{
    margin-top: -7px;
}

.his-2021-03{
    margin-top: -20px;
}


.his-2022-01{
    margin-top: -59px;
}

.his-2023-03{
    margin-top: -44px;
}

.his-2024-09{
    margin-top: -8px;
}

/* イメージ画像 */

.brand-img-block {
    margin-bottom: 100px;
}

.brand-img-set {
    position: relative;
}

.brand-img-set02 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 267px;
}

/* ウィングシャトーブランドのご紹介 */
.top-brand-introduction {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.top-brand-introduction .brand-heading {
    margin-bottom: 80px;
}

.top-brand__text p {
    text-align: center;
    font-weight: 500;
}


.top-brand__text p:nth-of-type(1) {
    font-size: .30rem;
    margin-bottom: 45px;
}

.top-brand__text p:nth-of-type(2) {
    font-size: .16rem;
    line-height: 2.1;
    /*margin-bottom: 27px;*/
}

/*
.top-brand__text p:nth-of-type(3) {
    font-size: .16rem;
    line-height: 2.1;
}*/

@media screen and (min-width:800px) and (max-width:1080px) {
    .brand_tb_only{
        display: block;
    }
    .bgfix-body{
        padding-bottom: 70%;
    }
    .brand-heading h2 {
        font-size: .48rem;
    }
    .brand-heading__lead span {
        font-size: .15rem;
    }
    .brand-heading__lead{
        font-size: .21rem;
    }
    .brand-future__list p{
        font-size: .15rem;
        line-height: 1.6;
    }
}

@media screen and (min-width:800px) and (max-width:1366px) {
	.brand-title {
        background-position: -636px;
    }
	.brand-main-title {
		padding: 0 20px 0 56px;
	}
}

@media screen and (max-width: 800px) {
    .brand-main{
        margin-top: 0;
    }
	
	.brand-main .description-title {
    	margin: 91px auto 45px;
	}
 
 	.brandtitle-lead__box > p {
    	font-size: .18rem;
    	line-height: 2;
    	margin-bottom: 35px;
	}

    .brand_tb_only{
        display: none;
    }
    .sp_narrow{
        padding: 0 15px;
    }
	.bgfix-body {
        padding-bottom: 0;
        height: 700px;
    }
    .brand-concept{
        margin: 0 auto;
        padding-bottom: 60px;
    }
    .brand-first-view__text p:nth-of-type(1){
        font-size: .23rem;
    }
    .brand-first-view__text p:nth-of-type(2){
        font-size: .15rem;
        line-height: 2.1;
    }
    .brand-architecture .brand-heading>div{
        margin-bottom: 14px;
    }
    .brand-heading>div{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px !important;
    }
    .brand-heading h2 {
        font-size: .27rem;
        margin-bottom: 6px;
    }
    .brand-subheading{
        font-size: .16rem;
        margin-bottom: 3px;
    }
    .brand-concept .brand-heading {
        margin-bottom: 10px;
    }
    .brand-philosophy{
        margin-bottom: 60px;
    }
    .brand-philosophy .brand-heading__lead{
        font-size: .17rem;
    }
    .brand-philosophy__contents img{
        width: 100vw;
        max-width: 100vw;
        margin-left: -35px;
    }
    .brand-heading__lead {
        font-size: .17rem;
        line-height: 1.7;
        text-align: left;
    }
	.brand-achievement .brand-heading__lead {
	    white-space: nowrap;
    }
    .brand-concept__contents p {
        font-size: .14rem;
        line-height: 1.7;
        margin-bottom: 28px;
    }
    .brand-architecture__contents{
        margin: 0 auto 40px;
    }
    .brand-architecture__list{
        width: 100%;
        max-width: none;
        margin-bottom: 28px;
    }
    .brand-architecture__list--title{
        order: 2;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: .15rem;
    }
    .brand-architecture__list--lead{
        order: 3;
        margin-bottom: 0;
        font-size: .14rem;
    }
    .brand-architecture__list img{
        order: 1;
        width: 100%;
    }
    .brand-takami-home {
        margin-bottom: 60px;
    }
    .brand-takami__text p:nth-of-type(1){
        width: 275px;
    }
    .brand-takami__text p:nth-of-type(2){
        font-size: .15rem;
        line-height: 2.1;
    }
    .brand-takami-home {
        margin-bottom: 60px;
    }
    .brand-purpose{
        margin: 0 auto 80px;
    }
    .brand-purpose .brand-heading{
        margin-bottom: 20px;
    }
    .brand-purpose>p{
        font-size: .2rem;
        background: linear-gradient(transparent 95%, #B99866 70%);
    }
    .brand-service .brand-heading{
        margin-bottom: 20px;
    }
    .brand-achievements .brand-heading__lead,
    .brand-architecture .brand-heading__lead{
        white-space: nowrap;
    }
    .brand-future{
        margin: 0 auto 80px;
    }
    .brand-future .brand-heading>div{
        margin-bottom: 20px;
    }
    .brand-future__unit{
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .brand-future__list{
        margin-bottom: 20px;
        width: 100%;
        max-width: none;
    }
    .brand-future__unit.brand-f-3line .brand-future__list:last-of-type{
        margin-bottom: 0;
    }
    .brand-future__list p{
        font-size: .14rem;
        line-height: 1.4;
        width: 61%;
        max-width: none;
    }
    .brand-future__list img{
        width: 39%;
    }
    .brand-service{
        margin-bottom: 60px;
    }
    .brand-service img{
        max-width: 100vw;
        margin-left: -20px;
    }
	.brand-service img.sp_only{
		display:block;
	}
	.brand-service img.pc_only{
		display:none;
	}
    .brand-concept__contents img {
        max-width: 100vw;
        margin-left: -35px;
    }
    .brand-concept__contents img.sp_only{
        display: block;
    }
    .brand-concept__contents img.pc_only{
        display: none;
    }
    .brand-achievements {
        margin-bottom: 60px;
    }
    .brand-achievements-img{
        overflow-x: scroll;
    }
    .brand-achievements img {
        width: 900px;
        max-width: max-content;
        padding-bottom: 10px;
    }
    .brand-achievements .brand-heading {
        margin: 0 auto 17px;
    }
    .brand-history{
        margin: 0 auto 60px;
    }
    .history-container {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .history-month {
        width: 22%;
        font-size: .20rem;
        text-align: right;
    }

    .history-text {
        font-size: .14rem;
        width: 70%;
        line-height: 1.7;
        margin-left: auto;
    }

    .history-item--right:first-of-type .history-text,
    .history-item--left:first-of-type .history-text {
        margin-top: -26px;
    }

    .history-item {
        margin-bottom: 19px;
    }
    .history-number p {
        font-size: .22rem;
        margin-bottom: 2px;

    }

    .history-number span {
        display: inline-block;
        font-size: .14rem;
    }

    .history-month span {
        font-size: .14rem;
    }

    .history-item--left::after {
        display: none;
    }

    .history-item:nth-of-type(even) {
        flex-direction: column;
    }
    .history-item:nth-of-type(odd) {
        flex-direction: column-reverse;
    }

    .history-item:nth-of-type(odd) .history-item--right {
        display: none;
    }

    .history-item:nth-of-type(odd) .history-item--left,
    .history-item:nth-of-type(even) .history-item--right {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sp-history--kigou {
        position: absolute;
        left: 81px;
        top: 10px;
        width: 2.52%;
    }
     .top-history .effect-rise-wrap{
       margin-bottom: 39px;
            }

    .sp-history--item {
        margin-bottom: 30px;
    }

    .sp-history--item__wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 19px;
    }

    .history-number {
        width: 75px;
    }

    .sp-history--text {
        width: 70%;
        line-height: 1.6;
        font-size: .14rem;
        position: relative;
    }

    .history-month {
        width: 100%;
    }

    .history-number p {
        margin-top: 0;
        text-align: right;
    }

    .sp-history--text:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #B49A6D;
        position: absolute;
        border-radius: 50%;
        left: -8%;
        top: 9px;
        z-index: 2;
    }

    .sp-history--text::after {
        background: radial-gradient(ellipse at center, #B49A6D 0%, #B49A6D 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%) center 0 repeat-y;
        background-size: 4px 4px;
        width: 8px;
        height: 100vh;
        display: block;
        position: absolute;
        top: 10px;
        left: -8%;
        content: "";
        z-index: 0;
    }

	.brand-img-block{
        margin-bottom: 50px;
    }
    .brand-img-set02{
        width: 48%;
    }
    .top-brand-introduction .brand-heading{
        margin-bottom: 30px;
    }
    .top-brand__text p:nth-of-type(1){
        margin-bottom: 20px;
        font-size: .2rem;
		line-height: 2;
    }
    .top-brand__text p:nth-of-type(2){
        font-size: .14rem;
        line-height: 1.9;
        text-align: justify;
    }
	/*
    .top-brand__text p:nth-of-type(2),
    .top-brand__text p:nth-of-type(3){
        font-size: .14rem;
        line-height: 1.9;
        text-align: justify;
    }*/
	.bgfix-fixed {
		background-size: auto 210vw;
	    background-position: top;
	}
    .brand-img-block .bgfix-fixed{
		background-image: url(/webdata/wp-content/themes/original/images/brand/brand-img-block01_sp.jpg);
	}

}