html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

/*　-----------------------　メインビジュアル　-----------------------　*/

#MainVisual {
    padding-top: 70px;
    position: relative;
}
#MainVisual figure {
    width: 100%;
    height: calc(100dvh - 70px);
    background-image: url(../images/quality/main_qua.jpg);
    background-position: top center;
    background-size: cover;
}
#MainVisual figure img {
    width: 100%;
    height: calc(100vh - 70px);
    mix-blend-mode: multiply;
}
#MainVisual .main_logo {
	width: 325px;
	height: 130px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8vw;
    background-image: url(../images/quality/logo_quality.svg);
    background-size: auto 115px;
    background-position: top right;
    background-repeat: no-repeat;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {

#MainVisual .main_logo {
    width: 25vw;
    position: absolute;
    top: 15%;
    transform: translateY(0);
    right: 50%;
    transform: translateX(50%);
    background-position: center;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

#MainVisual {
    padding-top: 70px;
    position: relative;
}
#MainVisual figure {
    width: 100%;
    height: calc(100dvh - 70px - 20vw);
    background-image: url(../images/quality/main_qua_sp.jpg);
}
#MainVisual figure img {
    width: 100%;
    height: calc(100vh - 70px - 20vw);
    mix-blend-mode: multiply;
}
#MainVisual figure figcaption {
    bottom:1%;
}

}



/*　-----------------------　Sec01　-----------------------　*/

#sec01 {
    width: 1000px;
    margin: 90px auto;
}
.ann {
    font-size: 0.625rem;
}
#Anchor_nav {
    width: 82.5%;
    margin: 0 auto 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Anchor_nav li {
    width: 21%;
    display: inline-block;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--Color1);
    text-align: center;
    font-size:   1.5rem;
    font-family: var(--fontSerif);
    color: var(--Color4);
    position: relative;
}
#Anchor_nav li:after {
    position: absolute;
    content: "▼";
    font-size: 50%;
    right: 50%;
    bottom: -60%;
    transform: translateX(50%);
}
#Anchor_nav li a {
    display: block;
    width: 100%;
    height: 100%;
}
#Kitchen,
#PowderRoom,
#Bathroom,
#Storage,
#Utility,
#Ecology,
#Structure,
#Security {
    margin:120px auto;
}
h2 {
    text-align: center;
}
h2 span.h2_en {
    display: block;
    font-family: var(--fontSerif);
    font-size: 2.25rem;
    color: var(--Color4);
    margin-top: 40px;
}
h2 span.sub_copy {
    font-size: 1.125rem;;
}
.quality_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 5%;
}
.quality_container.kc::after{
  content:"";
  display: block;
  width: 30%;
}
.item_one_third {
    width: 30%;
    margin-bottom: 60px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.item_two_third {
    width: 65%;
    margin-bottom: 60px;
    display: flex;
    align-content: start;
    flex-wrap: wrap;
    gap: 2%;
}
.item_title,
.item_txt,
.item_one_third figure,
.item_two_third figure {
    width: 100%;
}
.item_title {
    color: var(--Color4);
    display: flex;
    align-items: center;
    height: 3em;
    line-height: 1.2;
}
.item_title span span {
    font-size: 80%;
}
.item_txt {
    font-size: 0.75rem;
}
.item_txt span {
    display: inline-block;
    font-size: 90%;
    letter-spacing: 0;
    margin-top: .3em;
}
.item_one_third figure {
    margin-top: 10px;
}
#Bathroom .quality_container p.ann {
    margin-top: -40px;
}
.item_harf {
    width: 47.5%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.flex05_01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
}
.flex05_01 figure {
    width: 44%;
}
.flex05_01  .flex05_01_copy {
    width: 51%;
}
.flex05_02 {
    display: flex;
    justify-content: space-between;
    gap: 3%;
}
.item05_02,.item05_03 {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.item05_02 .item_title,.item05_03 .item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem; letter-spacing: 0;
    color: var(--Color2);
    background: #3a3e39;
}
.copy_wrap {
    margin-bottom: .5vw;
}
.item_title_2nd {
  margin-top: .5vw;
  margin-bottom: .3vw;  
}
.item_title_2nd span {
    font-size: 75%;
}
.item_two_third .item_left,
.item_two_third .item_right {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.quality_height1 {
    height: 1em;
}
.item_title.eco:after {
    content: url(../images/quality/eco.svg);
    width: 33px;
    margin-left: 1vw;
}
.quality_wrap {
    margin-bottom: 2vw;
}
.ann img {
    width: 55px;
    margin-right: 1em;
    float: left;
}
#Structure .item_txt {
    margin-bottom: 0;
}
span.red_txt {
    color: #930e14;
    display: inline;
    font-size: 100%;
}
#Structure .item_title span span {
    color: var(--Color1);
}
.order1 { order: 1;}
.order2 { order: 2;}
.order3 { order: 3;}
.order4 { order: 4;}
.order5 { order: 5;}
.order6 { order: 6;}
.order7 { order: 7;}

.pcnone {
    display: none;
}

/* ----------------------- */
/* 1000 */
/* ----------------------- */
@media screen and (max-width: 1000px) {

#sec01 {
    width: 95%;
}
#Anchor_nav {
    width: 90%;
}
#Anchor_nav li {
    font-size: clamp(1.25rem, 0.422rem + 1.72vw,   1.5rem);
}
h2 span.h2_en {
    font-size: clamp(1.875rem, 0.634rem + 2.59vw,  2.25rem);
    margin-top: 4vw;
}
h2 span.sub_copy {
    font-size: clamp(1rem, 0.586rem + 0.86vw, 1.125rem);
}
.item_txt {
    font-size: clamp(0.625rem, 0.211rem + 0.86vw,  0.75rem);
    margin-bottom: 1vw;
}
.height4 {
    height: 4em;
}
.recap {
    position: relative;
    text-align: right;
    margin-top: .5vw;
    color: var(--Color1)!important;
    text-shadow: none!important;
}
#Ecology .item_two_third .item_left{
    align-content: flex-start;
}



}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

#Anchor_nav {
    width: 100%;
    display: block;
}
#Anchor_nav li {
    width: 90%;
    display: inline-block;
    margin-bottom: 5vw;
    font-size: clamp( 1.25rem,  1.09rem + 0.85vw,   1.5rem);
    text-align: left;
    padding-left: 10%;
}
#Anchor_nav li:after {
    right: 10%;
    bottom: 10%;
}
h2 span.h2_en {
    font-size: clamp(1.625rem, 1.465rem + 0.85vw, 1.875rem);
    margin-top: 4vw;
}
h2 span.sub_copy {
    ont-size: clamp( 1rem,  0.84rem + 0.85vw,  1.25rem);
}
.item_txt {
    font-size: clamp(0.625rem, 0.465rem + 0.85vw, 0.875rem);
}
.quality_container {
    margin-top: 5vw;
    gap: 4%;
}
.quality_container.kc::after{
    content: none;
}
.item_one_third {
    width: 48%;
    margin-bottom: 4vw;
}
#Bathroom .quality_container p.ann {
    margin-top: 0; 
}
#Utility .quality_container {
    display: block;
}
.item_two_third,
.item_harf,
.sp_column1 {
    width: 100%;
}
.item_title {
    margin-top: 3vw;
    margin-bottom: 1vw;
}
.order1 { order: 2;}
.order2 { order: 1;}

#Ecology .item_two_third .item_left,
#Ecology .item_one_third {
    align-content: flex-start;
}
.height4 {
    height: auto;
}
.item_two_third {
    display: block;
    margin-bottom: 6vw;
}
#Ecology .item_two_third .item_left,
#Ecology .item_two_third .item_right {
    width: 100%;
}
#Ecology .item_two_third .item_left figure,
#Ecology .item_two_third .item_right figure {
    width: 75%;
    margin: 2vw auto;
}
.quality_height1 {
    height: auto;
}
.pcnone {
    display: block;
}
#Security .item_one_third {
    width: 100%;
    justify-content: space-between;
}
#Security .item_one_third .quality_wrap {
    width: 48%;
}
#Security .item_one_third .quality_wrap.sp_column1 {
    width: 100%;
}
.bt8 {
    bottom: -8%!important;
}
#Kitchen,
#PowderRoom,
#Bathroom,
#Storage,
#Utility,
#Ecology,
#Structure,
#Security {
    margin:8vw auto;
}

#Anchor_nav li,
h2 span.h2_en,
.item_title {
    color: var(--Color9);
}

}


