@charset "utf-8";



.contentHead {
  margin-bottom: min(2.5vw, 48px);
}









/*-----------------------------------------------------------------*/






.figout {
  padding-left: 0.5em;
  padding-right: 0.5em;
}



#mv_low #logoMv {
  position: absolute;
  left:5vw;
  bottom:14vw;
}

#mv_low #logoMv img {
  width: 560px;
  max-width: 560px;
  margin-bottom:2.6042vw;
}

figure figcaption.rw_type_01,
figure figcaption.rw_type_02,
figure figcaption.rw_type_03 {
  color:#fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

figure figcaption.rw_type_01 {left: 33vw;}
figure figcaption.rw_type_02 {right:36vw;}
figure figcaption.rw_type_03 {right: 3vw;}


/*　AccMenu　*/

#AccMenu {
	width: 1360px;
	height: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap:0;
}
#AccMenu a {
	width: 33.3333%;
	transition: all 0.3s ease-out;
}
#AccMenu a li {
	width: 100%;
	position: relative;
	background-size:auto;
	background-position: center;
	background-repeat: no-repeat;
}
#AccMenu li.acc01 {
	background-image: url(../img/brand/acc_back_01.jpg);
}
#AccMenu li.acc02 {
	background-image: url(../img/brand/acc_back_02.jpg);
}
#AccMenu li.acc03 {
	background-image: url(../img/brand/acc_back_03.jpg);
}
#AccMenu li img.acc_click {
	width: 110px;
	position: absolute;
	bottom: 0;
	right:0;
	left:0;
	margin:auto;
}
#AccMenu a:hover {
	width: 60%;
	transition: all 0.3s ease-out;
}

#AccMenu a:hover img{opacity: 1;}

/*　// AccMenu　*/


/*　sec2　*/

#sec2 {
	margin-top: 200px;
}
#sec2 a:hover img{opacity: 1;}

ul.gallery_01 {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap:2%;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
ul.gallery_01 li {
	width: 32%;
	position: relative;
	background: #000;
	margin-top: 20px;
}
ul.gallery_02 {
	width: 1000px;
	margin: auto;
	margin-bottom: 100px;
}
ul.gallery_02 li {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.house_h {
	text-align: center;
	font-size: 1.25rem;
	padding: 10px 0;
    display: flex;
    align-items: center;
}
ul.gallery_02 li ul.bnr_area {
	display: flex;
	justify-content: space-between;
	gap: 2%;
}
ul.gallery_02 li ul.bnr_area li {
	width: 49%;
}

.house_h:before,
.house_h:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}
.house_h:before {
    margin-right: 1rem;
}
.house_h:after {
    margin-left: 1rem;
}
/*
ul.gallery_02 li:last-child img {
	margin-bottom: 20px;
}
*/
ul li.gallery_h {
	background: none;
}
ul.gallery_01 li.gallery_h {
	margin-top: 0;
}
ul li.gallery_h p {
	margin-top: 20px;
}
ul li.double {
	width: 66%;
	margin-top: 0;
}
#sec2 ul li img.gallery_t {
	position: absolute;
	top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  height: 54px;
  opacity: 1;
}
#sec2 ul li img.gallery_p {
	opacity: .3;
}
#sec2 .gallery_p:hover {
	opacity: .7;
}
#sec2 ul.gallery_02 li img.gallery_p {
	opacity: 1;
}
#sec2 .gallery_02 .gallery_p:hover {
	opacity: 1;
}


ul.gallery_03 {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap:2%;
	/*padding-bottom: 60px;*/
}
ul.gallery_03 li {
	width: 49%;
}
ul.gallery_03 li figure img {
  width: 100%;
}
ul.gallery_03 li figure figcaption {
	width: 100%;
	/*height: 60px;*/
	background-color: rgba(45, 60, 106, .5);
	text-align: center;
	font-size: 1.25rem;
	letter-spacing: .05em;
	line-height: 1;
	padding: 0.3em 0;
}
ul.gallery_03 li figure figcaption span {
	font-size: 70%;
	margin-right: 1em;
	letter-spacing: 0;
}
figure figcaption span {
	font-size: 70%;
}

.gallery_03_ano {
	width: 1000px;
	text-align: right;
	margin: 10px auto 0;
}


.archive_list {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap:4%;
	margin-top: 45px;
}
.archive_list ul {
	width: 48%;
	font-size: 1rem;
	line-height: 2.25;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive_list ul li.year {
	font-size: 1rem;
	line-height: 2.25;
	padding-left: .5em;
	background-image: linear-gradient(90deg, rgba(113, 145, 255, .4) 30%, rgba(5, 16,26, .4));
}
.archive_list ul li {
	padding: 0 .5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
  margin-bottom: 0.2em;
}
.archive_list ul li span.w_line{
	line-height: 1.25;
	padding: 0.75em 0;
}


ul.gallery_02 li .slick-dots li {
	width: auto;
}
.bnr_slide .slick-dots {
    bottom: -5%;
  }



/*　sec3　*/

#sec3 {
	margin-top: 200px;
}
#sec3 ul {
	width: 930px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3%;
}
#sec3 ul li.sec3_txt {
/*	width: 60%;*/
	line-height: 3;
	letter-spacing: .05em;
}
#sec3 ul li.sec3_img {
	width: 36.8%;
}
#sec3 ul li.sec3_img figure figcaption {
	width: 100%;
	height: 30px;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	text-align: center;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 30px;
}


/*　sec4　*/

#sec4 {
	margin-top: 200px;
}
#sec4 ul {
	width: 930px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5%;
}
#sec4 ul li.sec4_txt {
/*	width: 60%;*/
	line-height: 3;
	letter-spacing: .05em;
}
#sec4 ul li.sec4_img {
	width: 36.8%;
}
#sec4 ul li.sec4_img figure figcaption {
	width: 100%;
	height: 30px;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	text-align: center;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 30px;
}


/*　sec5　*/

#sec5 {
	margin-top: 200px;
}
#sec5 ul {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec5 ul li {
	width: 46%;
	margin-bottom: 60px;
}
#sec5 ul li h3 {
	font-size: 1.25rem;
	letter-spacing: .2em;
}
#sec5 ul li p {
	font-size: 1rem;
	margin: 1em auto;
}


/*　sec6　*/

#sec6 .cont_copy{
	margin: 60px auto;
}



#sec6 .sustaina_link a {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 500px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background-image: linear-gradient(180deg, rgba(53, 220, 103, 1), rgba(17, 103, 40, 1));
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
#sec6 .sustaina_link a::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#sec6 .sustaina_link a:hover {
	opacity: .6;
	color: #fff;
	transition: 0.5s;
}
#sec6 .sustaina_link p {
	font-size: 1rem;;
}
#sec6 .sustaina_link p span {
	font-size: 75%;
}

/*　sec7　*/

#sec7 {
	margin-top: 140px;
}

#sec7 .chronology {
	width: 1000px;
	margin: auto;
}





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

/*　AccMenu　*/

#mv_low #logoMv img {
  width: 26.35vw;
}

#AccMenu {
	width: 100%;
	height: auto;
}

#sec2,
#sec3,
#sec4,
#sec5 {
	margin-top: 15.3846vw;
}

#sec7 {
	margin-top: 10.2489vw;
	padding-bottom: 11.7130vw;
}


}


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

#mv_low #logoMv img {
  width: 28.125vw;
}

#AccMenu li img.acc_click {
	width: 15%;
}

}


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

#mv_low #logoMv img {
  width: 26vw;
}

ul.gallery_01,
ul.gallery_02 {
	width: 90%;
	margin-bottom: 7.6923vw;
}
ul.gallery_03 {
	width: 90%;
	padding-bottom: 5vw;
}

ul.gallery_03 li figure figcaption {
	width: 100%;
	height: auto;
	font-size: 1.6vw;
}

.gallery_03_ano {
	width: 90%;
	margin: 1vw auto 0;
}

.archive_list {
	width: 90%;
	margin-top: 4.5vw;
}
.archive_list ul {
	width: 48%;
	font-size: 1.4vw;
	line-height: 2.25;
}
.archive_list ul li.year {
	font-size: 1.4vw;
	line-height: 2.25;
	padding-left: .5em;
}
.archive_list ul li {
	padding: 0 .5em;
}
.archive_list ul li span.w_line{
	line-height: 1.25;
	padding: 0.75em 0;
}

.house_h {
	font-size: 2vw;
}

/*　sec3,sec4　*/

#sec3,
#sec4 {
	font-size: 1.4vw;
}
#sec3 ul,
#sec4 ul {
	width: 90vw;
}
#sec3 ul li.sec3_img figure figcaption,
#sec4 ul li.sec4_img figure figcaption {
	height: 3vw;
	line-height: 3vw;
	font-size: 1.6vw;
}


/*　sec5　*/

#sec5 ul {
	width: 90vw;
}
#sec5 ul li {
	margin-bottom: 6vw;
}
#sec5 ul li h3 {
	font-size: 1.6vw;
}
#sec5 ul li p {
	font-size: 1.4vw;
}


/*　sec7　*/

#sec7 .chronology {
	width: 90vw;
}




}


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

#mv_low #logoMv img {
  width: 30vw;
}

#sec2 h2,
#sec3 h2,
#sec4 h2 {
  width: 100%;
  overflow: hidden;
}
#sec2 h2 img,
#sec3 h2 img,
#sec4 h2 img {
	max-width: 150%;
  position: relative;
  left: 50%;
  margin-left:calc(-25% - 50%);
}

.gallery_03_ano.ano_r {
	text-align: left;
}

/*　AccMenu　*/

#AccMenu {
	width: 100%;
	height: auto;
	display: block;
}
#AccMenu a {
	width: 100%;
}
#AccMenu a li {
	width: 100%;
}
#AccMenu li.acc01,
#AccMenu li.acc02,
#AccMenu li.acc03 {
	background-image: none;
}
#AccMenu li img.acc_click,
#AccMenu li img.acc_h {
	display: none;
}



}


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

#mv_low #logoMv p {
	color: #fff;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 1),1px 1px 0px rgba(0, 0, 0, 1);
}



ul.gallery_01 li,
ul.gallery_02 li {
	width: 49%;
}
ul li.gallery_h {
	width: 100%;
}
ul li.gallery_h img {
	width: 50%;
	margin: 0 auto 1.3333vw;
}
ul li.gallery_h p {
	margin: 2.6666vw auto;
	font-size: 3.125vw;
	letter-spacing: 0;
}
ul li.double {
	width: 100%;
}
#sec2 ul li img.gallery_t {
	height: 8vw;
}
ul.gallery_02 li:last-child {
	width: 100%;
}
.house_h {
	font-size: 3.5vw;
}
ul.gallery_03 {
	display: block;
	padding-bottom: 0;
}
ul.gallery_03 li {
	width: 90%;
	margin: auto;
}
ul.gallery_03 li figure {
	margin-bottom: 10vw;
}
ul.gallery_03 li figure figcaption {
	font-size:2.9333vw;
	letter-spacing: -0.1em;
	padding: 1vw 0;
	text-align: center;
}
ul.gallery_03 li figure figcaption span {
	margin-right: 0;
}


.archive_list {
	display: block;
	margin-top: 8vw;
}
.archive_list ul {
	width: 100%;
	font-size: 2.9333vw;
	line-height: 2.25;
}
.archive_list ul li.year {
	font-size: 2.9333vw;
}


#sec3 ul,
#sec4 ul {
	width: 80%;
	display: block;
}
#sec3 ul li.sec3_txt,
#sec4 ul li.sec4_txt {
	width: 100%;
	font-size: 3.125vw;
	line-height: 2;
	margin-top: 3vw;
}
#sec3 ul li.sec3_img,
#sec4 ul li.sec4_img {
	width: 100%;
}
#sec3 ul li.sec3_img figure figcaption,
#sec4 ul li.sec4_img figure figcaption {
	height: 3.5vw;
	font-size:2.9333vw;
	line-height: 3.5vw;
}


#sec5 ul {
	display: block;
}
#sec5 ul li {
	width: 100%;
	margin-bottom: 6vw;
}
#sec5 ul li h3 {
	font-size: 4vw;
}
#sec5 ul li p {
	font-size: 2.9333vw;
}

#sec1 .sec_v{
	margin-bottom: 15vw;
}

ul.gallery_02 li ul.bnr_area {
	display: block;
}
ul.gallery_02 li ul.bnr_area li {
	width: 100%;
}
figure figcaption.rw_type_01 {
  left: 31vw;
}


#sec1 .cont_copy p {
  letter-spacing:0;
}

#sec6 .sustaina_link a {
	width: 80vw;
}
#sec6 .sustaina_link p {
	font-size: 3vw;
}
#sec6 .cont_copy p {
  letter-spacing:0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: justify;

}
#mv_low #logoMv img {
  width: 90vw;
  margin-bottom: -3vw;
}


ul.gallery_02 li {
	width: 100%;
}


}










/* [追記]-----------------------------------------------------------------*/



#AccMenu {
  margin-top: min(12vw , 120px);
}



.bnr_slide li div{
  margin: 0 10px;
}
.bnr_slide .slick-dots {
  bottom: -18%;
  }
.bnr_slide .slick-dots li {
  margin: 0;
}

.cont_copy {
  text-align: center;
  margin-top: min(9vw , 90px);
}
.cont_copy h2 {
  margin-bottom: 2.5em;
}
.cont_copy p {
  margin-bottom: min(8vw , 80px);
}

.gallery_03 figure figcaption {
  position: relative;
}

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

.bnr_slide .slick-dots {
    bottom: -26%;
  }
  .cont_copy {
    margin-top: 20vw;
  }
  .cont_copy h2 {
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
}


/* slick 調整 --------------------------------------- */
.slick-dots li button:before {
  color: #ccc;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}





















