.spDb {
  display: none
}
@media screen and (max-width: 768px) {
  .spDb {
    display: block;
  }
}
.pcDb {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcDb {
    display: none;
  }
}

.taxonomy-building_materials_taxonomy-fireproof_ventilation_molding .ly_main { margin-top: 147px; }


/* FV */
.fireproof_fv {
    width: 100%;
    height: 390px;
    background: url(/assets/images/taxonomy-building_materials_taxonomy-fireproof_ventilation_molding/fv.jpg) no-repeat center center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fireproof_fv_ttl {
    color: #fff;
    font-size: 46px;
    letter-spacing: 0.04em;
}

/* fireproof_summary */
.fireproof_summary {
    padding: 100px 0 125px;
}

.fireproof_summary_head {
    color: #858585;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 40px;
}

.fireproof_summary_ttl {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 33px;
}

.desgin_summary_txt {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2.2;
  text-align: center;
}

/* fireproof_features */
.fireproof_features_bg {
  background: #fbf6f6;
  padding: 108px 20px 133px;
}
.fireproof_features_inner {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
.fireproof_features_ttl {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 70px;
  letter-spacing: 0.04em;
  text-align: center;
}
.fireproof_features_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fireproof_features_item:nth-child(n+2) {
  margin-top: 70px;
}
.fireproof_features_item_fig {
  width: 51.3%;
  border: none;
  position: relative;
  height: fit-content;
}
.fireproof_features_item_fig_img_zoom {
  position: absolute;
  bottom: 27px;
  right: 27px;
  width: 55px;
  height: 55px;
  pointer-events: none;
}
.fireproof_features_item_coontent {
  width: 41.5%;
  /* padding-top: 50px; */
  letter-spacing: 0.04em;
}
.fireproof_features_item_coontent_num {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #a72126;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 4px;
}
.fireproof_features_item_coontent_ttl {
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}
.fireproof_features_item_coontent_txt {
  font-size: 20px;
  margin-top: 35px;
  line-height: 1.7;
}

.fireproof_features_lineup {
  padding: 65px 0 100px;
}
@media screen and (max-width: 768px) {
  .fireproof_features_lineup {
    padding: 26px 0 25px;
  }
}

.fireproof_features_lineup_inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fireproof_features_lineup_inner {
    padding: 0 20px;
  }
}

.fireproof_features_lineup_imageWrap {
  width: 100%;
  display: block;
  position: relative;
}

.fireproof_features_lineup_imageWrap picture {
  display: block;
  overflow: hidden;
}

.fireproof_features_lineup_image {
  width: 100%;
  position: relative;
  transition: transform 0.4s ease;
}

.fireproof_features_lineup_imageWrap:hover .fireproof_features_lineup_image {
  transform: scale(1.1);
}
.fireproof_features_lineup_imageWrap:hover .chemicals-arrow--current {
  transform: translate(100%, -50%) rotate(45deg);
  opacity: 0;
}
.fireproof_features_lineup_imageWrap:hover .chemicals-arrow--next {
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}

.fireproof_features_lineup_ttlWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fireproof_features_lineup_ttl--sub {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fireproof_features_lineup_ttl--sub {
    font-size: 16px;
  }
}

.fireproof_features_lineup_ttl.pcDb {
  color: #fff;
  font-size: 38px;
  letter-spacing: 0.04em;
  text-align: center;
  text-wrap: nowrap;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .fireproof_features_lineup_ttl.spDb {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
  }
}


.chemicals-itemLinkArrow {
	width: 75px;
	height: 75px;
	background: #A72126;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
  .chemicals-itemLinkArrow {
    width: 43px;
	  height: 43px;
  }
}

.chemicals-itemLinkArrow span {
  width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 0.38s cubic-bezier(.22, .8, .2, 1), opacity 0.38s cubic-bezier(.22, .8, .2, 1);
}
@media screen and (max-width: 768px) {
  .chemicals-itemLinkArrow span {
    width: 6px;
    height: 6px;
  }
}


/* -----------------------------------------------
fire_support
----------------------------------------------- */
.fire_support {
	padding: 100px 20px 75px;
  background-color: #ededed;
}
.fire_support_inner {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}
.fire_support_list {
	display: flex;
	justify-content: space-between;
}
.fire_support_item {
	width: 31.5%;

}
.fire_support_item_link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 294px;
	gap: 40px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
	.fire_support_item_link_img {
		/* padding: 71px 20px; */
		transition: transform 0.4s ease;
	}
	.fire_support_item_link:hover .fire_support_item_link_img {
		transform: scale(1.1);
	}
	.fire_support_item_link:hover .chemicals-arrow--current {
		transform: translate(100%, -50%) rotate(45deg);
		opacity: 0;
	}
	.fire_support_item_link:hover .chemicals-arrow--next {
		transform: translate(-50%, -50%) rotate(45deg);
		opacity: 1;
	}
	.fire_support_item_link_img_fire {
		display: block;
		margin: 0 auto;
		max-width: 138px;
		width: 100%;
	}
	.fire_support_item_link_img_compliance {
		display: block;
		margin: 0 auto;
		max-width: 200px;
		width: 100%;
	}
	.fire_support_item_link_img_support {
		display: block;
		margin: 0 auto;
		max-width: 305px;
		width: 100%;
	}
.fire_support_item_link_title {
	font-size: 26px;
	font-weight: 500;
	padding-top: 28px;
}
.fire_support_item_link_txt_area {
	margin-top: 19px;
}
.fire_support_item_link_txt {
	font-size: 18px;
	line-height: 2;
}


/* ----------------------------------------------------------
   Modal Overlay
   ---------------------------------------------------------- */
.un_fs_modal_overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s;
    z-index: 9999;
}

.un_fs_modal_overlay.is_open {
    opacity: 1;
    pointer-events: auto;
}

.un_fs_modal {
    background: #fff;
    border-radius: 4px;
    max-height: 90vh;
    max-width: 1484px;
    overflow-y: auto;
    padding: 107px 44px 73px;
    position: relative;
    width: 90%;
}

.un_fs_modal_close {
    align-items: center;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px;
}

.un_fs_modal_close:hover {
    opacity: 0.7;
}

.un_fs_modal_img {
    display: block;
    height: auto;
    width: 100%;
}

.un_fs_modal_footer {
    margin-top: 30px;
    text-align: center;
}


/* -----------------------------------------------
  Responsive — 768px (SP)
----------------------------------------------- */
@media screen and (max-width: 768px) {
    /* FV */
  .fireproof_fv {
   aspect-ratio: 360 / 400;
   width: 100%;
		background: url(/assets/images/taxonomy-building_materials_taxonomy-fireproof_ventilation_molding/fv-sp.jpg) no-repeat center center / contain;
		/* height: 400px; */
		height: auto;
  }
  .taxonomy-building_materials_taxonomy-fireproof_ventilation_molding .ly_main { margin-top: 72px; }
  .fireproof_fv_ttl {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
  }
  /* summary */
  .fireproof_summary {
    padding: 60px 0px 66px;
  }
  .fireproof_summary_head {
      font-size: 14px;
      margin-bottom: 20px;
  }
  .fireproof_summary_ttl {
    font-size: 22px;
    margin-bottom: 35px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  .desgin_summary_txt {
    font-size: 16px;
    line-height: 2;
    padding: 0 30px;
    text-align: left;
  }
  .fireproof_features_bg {
    padding: 60px 25px 100px;
  }
  .fireproof_features_ttl {
    font-size: 20px;
    margin-bottom: 69px;
  }
  .fireproof_features_item {
    flex-direction: column;
  }
  .fireproof_features_item_fig {
    margin-top: 23px;
    width: 100%;
    order: 1;
  }
  .fireproof_features_item_coontent {
    width: 100%;
    order: 0;
    padding-top: 65px;
    text-align: center;
    position: relative;
  }
  .fireproof_features_item_coontent_num {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .fireproof_features_item_coontent_ttl {
    margin-top: 0;
    font-size: 18px;
  }
  .fireproof_features_item_coontent_txt {
    margin-top: 25px;
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
  .fireproof_features_item:nth-child(n+2) {
    margin-top: 75px;
  }
  .fireproof_features_lineup {
    padding: 65px 0px;
  }

.fire_support {
		padding: 65px 19px 70px;
	}
	.fire_support_list {
		display: block;
	}
	.fire_support_item {
		width: 100%;
	}
	.fire_support_item:nth-child(2) {
		margin-top: 18px;
	}
	.fire_support_item:nth-child(3) {
		margin-top: 18px;
	}
	.fire_support_item_link {
		gap: 20px;
		height: 200px;
	}
	.fire_support_item_link_title {
		font-size: 18px;
    padding-top: 13px;
    letter-spacing: 0.2em;
	}
	.fire_support_item_link_txt_are {
		margin-top: 18px;
	}
	.fire_support_item_link_txt_area {
		margin-top: 12px;
	}
	.fire_support_item_link_txt {
		font-size: 16px;
	}
	.fire_support_item_link_img.fire {
		padding: 0 20px;
	}
	.fire_support_item_link_img.compliance {
		padding: 0 20px;
		max-width: 200px;
	}
	.fire_support_item_link_img.support {
		padding: 0 20px;
	}
	.fire_support_item_link_img_fire {
		max-width: 109px;
	}
	.fire_support_item_link_img_support {
		max-width: 198px;
	}
  .fireproof_features_item_fig_img_zoom {
    width: 34px;
    height: 33px;
    bottom: 10px;
    right: 10px;
  }
  .un_fs_modal {
    padding: 62px 10px 28px;
  }
}

