@charset "utf-8";
/* CSS Document */
/*-----▼全体、fixedコンテンツ-----*/
.keni-header_wrap, .keni-breadcrumb-list_wrap, .keni-footer_wrap {
  display: none;
}
* {
  box-sizing: border-box;
  margin: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  padding: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.sc_header {
  width: 100vw;
  height: 100vh;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-rows: 16% 5% 58% 5% 16%;
}



.sc_body * {
  font-family: 'Noto Sans JP', sans-serif;
  color: #262626;
}
html {
  scroll-behavior: smooth;
}
a {
  display: block;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
.background {
  content: "";
  position: fixed;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background: url("../img/ph-lp/background-sp.webp") no-repeat;
  background-size: cover;
}
.side_line {
  content: "";
  position: fixed;
  z-index: -1;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  width: 95%;
  max-width: 1200px;
  height: 100%;
  border-right: 1px solid #262626;
  border-left: 1px solid #262626;
}
.bottom_link_wrap {
  position: fixed;
  z-index: 100;
  bottom: 16px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  width: 90%;
  max-width: 340px;
  justify-content: space-between;
}
.contact_link {
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 70%;
  background: #595959;
  padding: 14px;
  transition: all 0.2s;
  border: 1px solid #595959;
}
.contact_link:hover {
  color: #595959;
  background: #fff;
}
.top_link {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #595959;
  position: relative;
  transition: all 0.2s;
  border: solid #595959 1px;
}
.top_link::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid #fff 2px;
  border-left: solid #fff 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -25%) rotate(45deg);
  transition: all 0.2s;
}
.top_link:hover {
  background: #fff;
}
.top_link:hover.top_link::before {
  border-top: solid #595959 2px;
  border-left: solid #595959 2px;
}
/*-----▲全体、fixedコンテンツ-----*/
/*-----▼ヘッダーメインビジュアル-----*/
.sc_header {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-rows: 16% 5% 58% 5% 16%;
}
.header_grid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_grid2, .header_grid4 {
  border-bottom: 1px solid #595959;
  border-top: 1px solid #595959;
}
.header_grid3 {
  flex-flow: column;
}
.page_title {
  text-align: center;
  width: 45%;
  max-width: 180px;
}
.page_subtitle {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

.sc_side_washer {
    width: 30%;
    max-width: 100px;
    margin: 10px 0;
}

.sc_side_stud {
	    width: 18%;
    max-width: 60px;
    margin: 10px 0;
    transform: rotate(180deg);
}

.sc_side_socket {
	    width: 30%;
    max-width: 100px;
    margin: 10px 0;
}

.sc_side_washer2 {
  transform: rotate(180deg);
	    width: 30%;
    max-width: 100px;
    margin: 10px 0;
}

.catchCopy {
  font-size: 18px;
  letter-spacing: 0.4em;
  text-align: center;
  margin: 26px 0;
}
.catchCopy2 {
  color: #fff;
  background-color: #595959;
  padding: 0 24px;
}
/*-----▲ヘッダーメインビジュアル-----*/
/*-----▼ページ内リンク-----*/
.pageLink_wrap {
  width: 90%;
  margin: 0 auto 150px;
  max-width: 800px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pageLink_outer {
  width: 50%;
  max-width: 100px;
  margin: 30px 20px;
  position: relative;
  transition: all 0.4s;
}
.pageLink_outer::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid #595959 1px;
  border-left: solid #595959 1px;
  position: absolute;
  bottom: -16px;
  right: 50%;
  transform: translateX(50%) rotate(-135deg);
  transition: all 0.2s;
}
.pageLink_outer:hover {
  opacity: 0.7;
}
.pageLink_outer:hover.pageLink_outer::before {
  bottom: -24px;
}
.pageLink {
  width: 100%;
  text-align: center;
}
/*-----▲ページ内リンク-----*/
/*-----▼SUNGRIPが選ばれる理由-----*/
.sc_reason {
  margin: 80px auto;
}
.h2_wrap {
  border-top: solid #595959 1px;
  border-bottom: solid #595959 1px;
}
.sc_h2 {
  width: fit-content;
  margin: 0 auto;
  line-height: 20px;
  padding: 16px 0;
}
.sc_reason_h2 {
  padding-top: 8px;
  padding-bottom: 12px;
}
.sc_h2 span {
  font-size: 14px;
}
.sc_section {
  width: 90%;
  margin: 80px auto;
}
.durability_text_wrap {
  margin-bottom: 50px;
}
.sc_reason_h3 {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.sc_reason_h3 span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: inherit;
}
.h3_sub {
  font-size: 18px;
  font-weight: 500;
}
.durbility_h3_sub {
  margin: 5px 0 24px;
}
.durability_img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.section_application {
  text-align: center;
  background-color: #595959;
  width: 100%;
  padding: 50px 0;
}
.section_application * {
  color: #fff;
}
.application_ul {
  display: grid;
  max-width: 700px;
  margin: 80px auto;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-row-gap: 60px;
}
.application_name {
  margin-top: 16px;
}
.application_desc {
  margin: 50px auto;
}
.section_resist {
  text-align: center;
  width: 100%;
}

.resist_h3  {
	margin: 0 5%;
}

.resist_ul {
  margin: 50px auto;
  width: 90%;
  max-width: 360px;
  display: flex;
  flex-wrap: wrap;
}
.resist_li {
  width: 50%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-top: 30px
}
.resist_li:nth-of-type(n+5) {
  width: 100%;
}
.resist_img {
  width: 26px;
  object-fit: contain
}
.resist_desc {
  font-weight: 700;
  margin-left: 10px;
}
.resist_visual_wrap {
  width: 95%;
  margin: 140px auto 0;
  max-width: 1200px;
  position: relative;
}
.sc_double {
  width: 40%;
  max-width: 250px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.resist_visual_bg {
  width: 100%;
}
.section_eco {
  width: 100%;
  position: relative;
  background-position: center center;
  background-image: url("../img/ph-lp/27035206_m.webp");
  background-size: cover;
  background-attachment: fixed;
}
.section_eco_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
.eco_cotent {
  max-width: 600px;
  margin: 100px auto;
}
.eco_cotent_h4 {
  margin: 30px 0;
}
.eco_cotent_desc {
  text-align: left;
	margin-top: 30px;
}
.ecotex_link {
  padding: 16px;
  border: 1px solid #595959;
  position: relative;
  transition: all 0.5s;
  max-width: 600px;
  margin: 0 auto;
}
.eco_arrow {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid #595959;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.ecotex_link::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #595959;
  border-right: 1px solid #595959;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.ecotex_link::after {
  position: absolute;
  content: "";
  width: 13px;
  border-top: 1px solid #595959;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.5s;
}
.ecotex_link:hover {
  background-color: #595959;
  color: #fff
}
.ecotex_link:hover .eco_arrow {
  border: 1px solid #fff;
}
.ecotex_link:hover .eco_arrow {
  border: 1px solid #fff;
}
.ecotex_link:hover.ecotex_link::before {
  transform: translateY(-50%) rotate(-315deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ecotex_link:hover.ecotex_link::after {
  transform: translateY(-50%) rotate(-360deg);
  border-top: 1px solid #fff;
}

/*-----▲SUNGRIPが選ばれる理由-----*/

/*-----▼組み合わせ-----*/
.combi_ul {
  margin: 80px auto;
  width: 90%;
  max-width: 500px;
  text-align: center;
}
.combi_li {
  margin: 80px auto;
}
.combi_title {
  margin: 20px 0;
}
/*-----▲組み合わせ-----*/
/*-----▼カラー展開-----*/
.sc_color_ul {
  width: 80%;
	max-width: 800px;
  margin: 80px auto;
  text-align: center;
display: grid;
  grid-template-columns: repeat(auto-fit, 80px);
  gap: 50px 50px;
  justify-content: center;
}

.sc_color_p {
    margin-top: 16px;
}

/*-----▲カラー展開-----*/
/*-----▼よくあるご質問-----*/
  .sp-br {
    display: block;
  }

.sc_question_h2 {
	line-height: normal;
}

.question_ul {
  width: 90%;
  max-width: 760px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.question_li {
  width: 100%;
  border-top: 1px solid #595959;
  padding: 10px 40px 40px 10px;
}
.question_li:last-of-type {
  border-bottom: 1px solid #595959;
}
.question_title {
  margin: 20px 0 30px;
  font-size: 16px;
  position: relative;
}
.question_title:hover {
  opacity: 0.7;
}
.question_title span {
  font-size: 28px;
  margin-right: 10px;
}
.question_title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 50%;
  right: -30px;
  background-color: #595959;
  transition: all 0.2s;
}
.question_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 50%;
  right: -30px;
  background-color: #595959;
  transform: rotate(90deg);
  transition: all 0.2s;
}
.question_title.close::before {
  transform: rotate(-45deg);
}
.question_title.close::after {
  transform: rotate(45deg);
}
.answer {
  margin: 20px 0;
  display: none;
}
.answer_link {
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
}
/*-----▲よくあるご質問-----*/
/* ===== ▼フッター ===== */
.footer {
	background-color: #595959;
	padding: 50px 0 10px;
	margin-top: 160px;
	position: relative;
}

.footer_wrapper {
	width: 90%;
	margin: auto;
}


#menu-footer-navigation li,
.footer_navi_sub {
	margin: 20px auto;
	transition: all 0.3s;
}

#menu-footer-navigation li:hover,
.footer_navi_sub:hover {
	opacity: 0.6;
}

#menu-footer-navigation a,
.footer_navi_sub a {
	color: #fff;
	font-size: 24px;
}


.footer_icon_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.footer_icon_wrapper img {
	width: 40px;
	transition: all 0.3s;
}

.footer_icon_wrapper img:hover {
	opacity: 0.6;
}

.footer_icon {
	margin: 10px;
}

.footer p {
	text-align: center;
	margin-top: 50px;
}

.footer p small {
	display: block;
	color: #fff;
}
/* ===== ▲フッター ===== */
/*-----▼アニメーション-----*/
.fadeUpTrigger {
  opacity: 0;
}
.fadeUp_order {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-----▲アニメーション-----*/
@media screen and (min-width: 520px) {
		  .sp-br {
    display: inline;
  }
	
	/* ===== ▼フッター ===== */
.footer_wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
}


.footer_icon_wrapper {
	width: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* ===== ▲フッター ===== */
	
}
@media screen and (min-width: 960px) {
  .background {
    background: url("../img/ph-lp/background-pc.webp");
  }
  .sc_section {
    margin: 200px auto;
  }
  .section_durability {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1100px;
  }
  .durability_text_wrap {
    width: 50%;
    padding-right: 8%;
  }
  .durbility_h3_sub {
    margin: 20px 0 70px;
  }
  .durability_img_wrap {
    position: relative;
    width: 50%;
  }
  .sc_reason_h3 {
    font-size: 36px;
  }
  .sc_reason_h3 span {
    font-size: 24px;
  }
  .h3_sub {
    font-size: 24px;
    font-weight: 600;
  }
  .durability_img {
    position: absolute;
    aspect-ratio: inherit;
    height: 100%;
  }
  .section_eco_inner {
    padding: 150px 0;
  }
  .review_ul {
    margin: 198px auto 150px;
  }
  .combi_ul {
    margin: 150px auto;
  }
 
  .sc_color_sp {
    display: none;
  }
  .sc_color_pc {
    display: inherit;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  .question_ul {
    margin: 150px auto;
  }
}