@charset "UTF-8";

/*--おすすめのコーティング修正--*/
#recommended + section {
  padding-left: 20px;
  padding-right: 20px;
}

#recommended + section.contents_box01 .content_wrapper{
  max-width: 700px !important;
}

#recommended + section.contents_box01 .content_wrapper .heading.block_header_6 h2.h {
  color: rgb(61, 61, 61);
}

#recommended + section.contents_box01 .content_wrapper .wrapper_item .wrap{
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

#recommended + section.contents_box01 .content_wrapper .wrapper_item .wrap{
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 10px 0;
}

#recommended  + section.contents_box01 .content_wrapper .wrapper_item .wrap p{
  font-weight:bold;
  margin-bottom:0;
}

#recommended + section.contents_box01 .content_wrapper .wrapper_item .wrap p a {
  color: #1558d6;
  text-decoration-color: #1558d6!important;
  font-weight: normal;
} 

/*--背景カラー修正--*/
footer{
  background: #131313;
}

@media screen and (min-width:851px){
  #point1 + div,
  #point1 + section,
  #point2 + div,
  #point2 + section,
  #point3 + div,
  #point3 + section,
  #point5 + div,
  #point5 + section,
  #point6 + div,
  #point6 + section,
  #point7 + div,
  #point7 + section,
  #point8 + div,
  #point8 + section,
  #point9 + div,
  #point9 + section,
  #garamond_font + section,
  #bg_padding + div,
  #bg_padding + section{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--フォント修正--*/
#garamond_font + section.contents_box01 .content_wrapper .wrapper_item .inner_item_txt strong,
.heading.block_header_1 .h,
.heading.block_header_6 p,
.heading.block_header_6 .h,
.heading.block_header_7 .h,
body.ft04 h3,
body.ft04 h2,
#lv p span {
  font-family: Garamond, 'Times New Roman', MyYuMinchoM, '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif!important;
}

#garamond_font + section.contents_box01 .content_wrapper .wrapper_item .inner_item_txt strong{
  font-weight:normal;
}

body.ft04.view_single{
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
}

/*--lv修正--*/
#lv{
  height:150px!important;
}
#lv_outer #lv div.parallax_img {
  height: 150px!important;
}

/*--アコーディオンメニュー--*/
#accordion + section{
  background-size:cover!important;
  position:relative;
}

#accordion + section:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: transparent;
}

#accordion + section section{
  transition: 0.8s;
  padding-top:0;
  padding-bottom:25px;
  background-color: transparent!important;
}

#accordion + section section .content_wrapper,
#accordion + section section .content_wrapper .wrapper_item{
  background-color:transparent!important;
}

#accordion + section section .content_wrapper{
  padding:0;
  border: 1px solid #ffffff;
  max-width: 700px !important;
  background:#transparent;
}

#accordion + section section .content_wrapper .wrapper_item{
  margin-top:0;
  border-top: none;
  background:#transparent;
}

#accordion + section section .content_wrapper .heading.block_header_7{
  padding:10px 0;
  width: calc(100% - 30px);
}

#accordion + section section .content_wrapper .heading.block_header_7 .h{
  color: rgb(61, 61, 61);
  position: relative;
  top: 3px;
  left: 10px;
}

#accordion + section section .content_wrapper .wrapper_item .inner_item_txt{
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 20px 0!important;
}

#accordion + section section .content_wrapper .wrapper_item .inner_item_txt p {
  color: rgb(61, 61, 61);
  font-size:1.5rem;
  margin-bottom:0;
  display:flex;
  margin-bottom: 5px;
}

#accordion + section section .content_wrapper .wrapper_item .inner_item_txt p a {
  text-decoration-color: #1558d6!important;
  display: block;
  color: #1558d6;
  text-decoration: underline;
  margin:0 0 0 5px;
}

@media screen and (max-width:600px){
  #accordion + section section .content_wrapper .heading.block_header_7 .h{
    font-size: 4.5vw;
  }
  #accordion + section section .content_wrapper .wrapper_item .inner_item_txt p {
    font-size:2.6vw;
    font-size: max(15px , 2.6vw);
  }
}

#accordion + section section .content_wrapper .wrapper_item{
  padding:0px 15px 15px!important;
}   
@media screen and (max-width:400px){ 
  #accordion + section section .content_wrapper .wrapper_item{
    padding:10px!important;
  }  
}

/* 目次 */
#accordion_child + section .content_wrapper {
  padding: 0;
  border: 1px solid #ffffff;
  max-width: 700px !important;
  background: unset;
}

#accordion_child + section .content_wrapper h2.h {
  color: rgb(61, 61, 61);
  position: relative;
  top: 3px;
  left: 10px;
}

#accordion_child + section .content_wrapper .wrapper_item {
  background: unset;
  margin-top: 0;
}

#accordion_child + section .content_wrapper .inner_item_txt {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 20px 0 !important;
}

#accordion_child + section .content_wrapper p {
  color: rgb(61, 61, 61);
  font-size: 1.5rem;
  margin-bottom: 0;
  display: flex;
  margin-bottom: 5px;
}

#accordion_child + section .content_wrapper a {
  text-decoration-color: #1558d6 !important;
  display: block;
  color: #1558d6;
  text-decoration: underline;
  margin: 0 0 0 5px;
}



/*h3　写真下見出し用（上の余白無し）*/
.manufacturers-h3-s{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  font-size: 2.3rem !important;/*見出し文字サイズ*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #9e0125;/*左線*/
  margin-bottom: 20px;/*見出し下の余白*/
}

/*h3*/
.manufacturers-h3{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  font-size: 2.3rem !important;/*見出し文字サイズ*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #9e0125;/*左線*/
  margin-top: 55px;/*見出し上の余白*/
  margin-bottom: 20px;/*見出し下の余白*/
}

/*p*/
.manufacturers-p{
  margin-bottom: 30px!important;/*段落下の余白*/
}

/*本文中の協調太文字*/
.manufacturers-p-bold{
font-weight: bold;
font-size:1.1em;
}















.related-carnauba {
  margin: 40px 0;
}

.related-carnauba__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 24px;
  color: #222;
}

.related-carnauba__lead {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin: 0 0 28px;
}

.related-carnauba__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.related-carnauba__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

/*.related-carnauba__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}*/

.related-carnauba__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f3f3;
}

.related-carnauba__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-carnauba__body {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex: 1;
}

.related-carnauba__brand {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8a6b2d;
  background: #f7f1e4;
  border-radius: 999px;
  padding: 6px 10px;
  margin-bottom: 12px;
  width: fit-content;
}

.related-carnauba__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  margin: 0 0 12px;
}

.related-carnauba__text {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  margin: 0 0 20px;
  flex: 1;
}

.related-carnauba__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  padding: 14px 18px;
  transition: background 0.25s ease;
}

.related-carnauba__link:hover {
  background: #333;
}

.related-carnauba__note {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.9;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .related-carnauba__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .related-carnauba__title {
    font-size: 24px;
  }

  .related-carnauba__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .related-carnauba__body {
    padding: 18px;
  }

  .related-carnauba__card-title {
    font-size: 18px;
  }
}


.related-carnauba {
  margin: 40px auto;
  padding: 0 32px; /* 少し広め */
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .related-carnauba {
    padding: 0 16px; /* スマホは少し狭め */
  }
}