

.contentHead {
  padding-top: min(20vw , 216px);
  margin-bottom: min(2vw , 43px);
}


.gaikan_bottom {
  height: min(5.37vw , 58px);
  background: linear-gradient(#555, #000);
}


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

}


/* ----------------------- コンテンツ ----------------------- */

.contentWrap {
  background-position:0 -100%;
}




/* -- [カテゴリー カスタマイズ]------------------------------------------------ */

#design .category {
	max-width: 1080px;
  padding-bottom: min(8.33vw , 90px);
}
#design .category_image {
	width: 77.778%;
	max-width: 840px;
}

#design .category_chapter_L .category_title {
  left: 0;
}



/* ================ 1100 ================ */
@media screen and (max-width: 1100px) {
  #design .category {
    width: 96vw;
    padding-bottom: min(20vw , 80px);
  }
  #design .category_image {
    width: 90%;
    max-width: none;
  }
  #design .category_chapter {
    padding-top: 120vw;
  }
}

/* -- /[カテゴリー カスタマイズ]------------------------------------------------ */










/* -- [.material マテリアル]------------------------------------------------ */

.material {
  background: linear-gradient(#555, #888);
  margin-bottom: min(10vw , 108px);
  padding-top: min(5.19vw , 56px);
  padding-bottom: min(2.22vw , 24px);
}
.material h2 {
  color: #cba;
  margin-bottom: min(3.7vw , 40px);
}
.material_wrap {
  display: flex;
  justify-content: center;
}
.material_wrap > div:first-of-type {
  padding-right: min(10vw , 108px);
  padding-left: 0.8em;
}
.material_wrap > div:last-of-type {
  width: min(43.38vw , 468px)
}
.material .figcaption2 {
  left: min(24.07vw , 260px);
}
.material figcaption {
  font-size: 0.9rem;
}
.material .ann {
  text-align: right;
  margin-right: 2em;
}

/* ================ 1000 ================ */
@media screen and (max-width: 1000px) {
  .material_wrap > div:first-of-type {
    padding-right: 5vw;
    width: 50vw;
  }
  .material_wrap p br.pc {
   display: none;
  }
}

/* ================ SP ================ */
@media screen and (max-width: 767px) {
  .material_wrap {
   flex-direction: column;
  }
  .material_wrap > div:first-of-type {
    width: 94%!important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .material_wrap > div:last-of-type {
    width: 97%!important;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: 0
  }
  .material .figcaption2 {
    left: 53vw;
  }
}
/* -- /[.material マテリアル]------------------------------------------------ */





/* -- [.design デザイン]------------------------------------------------ */

.design_wrap_br {display: none;}

.design {
  background-color: #ccc;
  padding-top: min(5.56vw , 60px);
  padding-bottom: min(5.56vw , 60px);
}
.design_wrap {
  display: flex;
  justify-content: space-between;
}
.design_wrap1 > div:first-of-type {width: 46.3%;}
.design_wrap1 > div:last-of-type {width: 49.63%;}

.design h2 {
  color: #231815;
  border-bottom: 1px solid #231815;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
.design h2:before {
  content: "■";
  color: #5c430c;
  margin-right: 0.2em;
}
.design p {
  color: #000;
}

.corridor {
  display: flex;
  flex-wrap: wrap;
  gap:4%;
}
.corridor h3 {
  color: #fcfbdd;
  background-color: #676060;
  text-align: center;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.corridor h3 > div {
  width: calc(100% - 2px);
  margin: 1px;
  border: 1px solid #fcfbdd;
  padding: 0.5em;
}

.corridor > div {
  width: 48%;
  background-color: #fff9f5;
  margin-bottom: min(1.3vw , 14px);
}

.corridor p {
  margin: 0.5em;
  letter-spacing: 0.2em;
}
.design_wrap1 > div:last-of-type .ann {
  display: flex;
  align-items: center;
}
.design_wrap1 > div:last-of-type .ann span {
  display: inline-block;
  width: 2em;
  height: 1.4em;
  background-color: #fce5e7;
  border: 2px solid #95000e;
  margin-right: 0.1em;
}
/*-----*/
.design_wrap2 {
  gap:2%;
  align-items: flex-end;
}
.design_wrap2 > div:first-of-type {
  order: 2;
  width: min(67.83vw , 732px);
}
.design_wrap2 > div:last-of-type {
  order: 1;
  width: min(27.96vw , 302px);
}

/* ================ 1100 ================ */
@media screen and (max-width: 1100px) {
  .design_wrap1 {
    align-items: flex-end;
  }
  .corridor p {
    letter-spacing: 0;
  }
}

/* ================ 900 ================ */
@media screen and (max-width: 900px) {
  .design_wrap_br {display: block;}
  .corridor h3 {
    letter-spacing: 0;
  }
}

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

  .design h2 {
    font-size: 6vw;
  }
  .design_wrap {
    flex-direction: column;
    padding-top: min(15vw , 60px);
  }
  .design_wrap > div {
    width: 100%!important;
  }
  .corridor > div {
    margin-bottom: 4vw;
  }

  .design_wrap2 > div:first-of-type {order: 1;}
  .design_wrap2 > div:last-of-type  {order: 2; padding-top: min(8vw , 30px);}
  .design_wrap2 p br {display: none;}

  .txt_indent {
    margin-left: 1em;
  }
}
/* -- /[.design デザイン]------------------------------------------------ */
































