*{
  box-sizing: border-box;
}
li{
list-style: none;
}
.post_content .product-child.project-child ul{
  margin-left: 0;
  margin-bottom: 0;
}
/* 製品ページ各セクション設定 */
.product-sec h2,.product-detail h3{
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

.product-sec h2{
	padding-bottom: 30px;
	border-bottom: 2px solid #000;
	margin-bottom: 120px;
	font-weight: 900;
}

.product-sec ul{
	list-style-type: none;
  margin-left: 0 !important;
}

.product-sec li{
	padding-left: 0!important;
	text-indent: -0!important;
}

.product-sec li::before{
	display:none;
}

.product-sec h2::after{
	display: none;
}

.product-item{
	display: flex;
	margin-bottom: 120px;
	justify-content: center;
	align-items: center;

}

.product-detail{
	margin-left: 50px;
	width: 768px;
	max-width: 67%;
}

.product-detail h3{
	font-size: 24px;
	text-align: left;
	margin-bottom: 25px;
	font-weight: 900;
}

.product-txt{
	line-height: 1.75;
	margin-bottom: 25px;
	font-weight: 500;
}


.product-btn-list{
	display:flex;
	flex-wrap:wrap;
}

.product-btn-item{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.product-btn-item:first-child{
	margin-right: 60px;
}

.product-price{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.product-child.project-child .product-btn{
	color: white;
	font-size: 17px;
	background: #282521;
	padding: 13px 0;
	width: 270px;
	text-align: center;
	display: inline-block;
  transition: .4s;
}
.product-child.project-child .product-btn:hover{
  opacity: 0.6;
}

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

	.product-sec h2{
		font-size: 22px;
		padding-bottom: 30px;
		margin-bottom: 60px;
	}

	.product-item{
		display: flex;
		margin-bottom: 80px;
		justify-content: center;
	}

	.product-detail{
		margin-left: 0px;
		width: 100%;
		max-width: 100%;
	}

	.product-detail img{
		display: block;
		margin: 0 auto 30px;
	}

	.product-detail h3{
		font-size: 19px;
		text-align: left;
		margin-bottom: 25px;
		font-weight: 900;
		text-align: center;
	}

	.product-txt{
		line-height: 1.75;
		margin-bottom: 25px;
		font-weight: 500;
	}


	.product-btn-list{
		display:flex;
		align-items: center;
		justify-content: center;
	}

	.product-btn-item{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin-bottom: 20px;
	}

	.product-btn-item:first-child{
		margin-right: 0px;
	}

	.product-price{
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 15px;
	}

	.product-child.project-child .product-btn{
		color: white;
		font-size: 17px;
		background: #282521;
		padding: 13px 0;
		width: 270px;
		text-align: center;
		display: inline-block;
	}
}
/* 上記page.cssから引用 */
@media screen and (max-width: 768px) {
  .product-child.project-child .product-sec {
    padding-top: 40px;
  }
}

#main_contents:has(.product-child){
  width: auto;
  padding: 0;
}
#main_col:has(.product-child){
  padding: 0;
}
.main_ttl{
  display: none;
}
#project_title_area{
  margin: 0 !important;
}
.product-child.project-child .inner,.project_list.inner{
  position: relative;
  width: 96%;
  max-width: 1150px;
  margin: 0 auto;
}
.mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 20px !important;
  }
}

img {
  border-radius: 0;
}
.product-child.project-child h2{
  text-align: center;
}
  @media screen and (max-width: 768px) {
    .product-child.project-child h2{
      margin-bottom: 30px;
    }
  }
.main_img._fix {
  background: transparent;
  height: auto;
  aspect-ratio: 144/64;
}

.main_img._fix .main-visual {
  height: auto;
  background-size: cover;
  aspect-ratio: 144/64;
}

.postid-35 .main_img .main-visual {
  background-image: url(../img/add-img/mv_3.png);
}

.postid-34 .main_img .main-visual {
  background-image: url(../img/add-img/mv_2.png);
}

.postid-32 .main_img .main-visual {
  background-image: url(../img/add-img/mv_4.png);
}

.postid-33 .main_img .main-visual {
  background-image: url(../img/add-img/mv_1.png);
}

@media screen and (max-width: 767px) {
  .main_img._fix {
    aspect-ratio: 75/40;
  }
  .main_img._fix .main-visual {
    aspect-ratio: 75/40;
  }
  .postid-35 .main_img .main-visual {
    background-image: url(../img/add-img/mv_3_sp.webp);
  }
  .postid-34 .main_img .main-visual {
    background-image: url(../img/add-img/mv_2_sp.webp);
  }
  .postid-32 .main_img .main-visual {
    background-image: url(../img/add-img/mv_4_sp.webp);
  }
  .postid-33 .main_img .main-visual {
    background-image: url(../img/add-img/mv_1_sp.webp);
  }
}
#breadcrumbs {
  bottom: -5%;
}

.product-child.project-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .product-child.project-child .product-sec {
    padding: 100px 0 100px;
  }
  .product-child.project-child .product-btn {
    width: 280px;
  }
}
.product-child.project-child h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 43px;
  font-weight: 300;
  color: #53492C;
  padding-top: 0;
}
.product-child.project-child h2 .sub_ttl {
  font-size: 34px;
  display: block;
}
@media screen and (max-width: 767px) {
  .product-child.project-child h2 {
    font-size: 25px;
    padding-top: 0;
    line-height: 1.4;
  }
  .product-child.project-child h2 .sub_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.product-child.project-child h2::after {
  content: none;
}
.product-child.project-child .product-sec h2 {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .product-child.project-child .product-sec h2 {
    color: #53492C;
    font-size: 45px;
    border-bottom: 1px solid #707070;
    text-align: center;
  }
  .product-child.project-child .product-detail h3 {
    font-weight: 600;
    font-size: 30px;
  }
  .product-child.project-child .product-price {
    margin-top: 80px;
  }
  .product-child.project-child .product-btn-item:first-child {
    margin-right: 20px;
  }
}
.product-child.project-child .img_box {
  text-align: center;
}
.product-child.project-child .img_box img {
  width: 100%;
}
.product-child.project-child .product-item {
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 60px;
}
.product-child.project-child .product-item img.pc-only {
  max-width: 310px;
}
.product-child.project-child .product-item:last-of-type {
  margin-bottom: 0;
}
.product-child.project-child .product-item .product-btn {
  background: #53492C;
}
.product-child.project-child .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .product-child.project-child .bg_img {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-child.project-child .product-detail img {
    max-width: 70%;
  }
}
.product-child.project-child h3 {
  margin-bottom: 15px;
}

.product-child.project-child .lead {
  text-align: center;
  margin-bottom: 65px;
  font-size: 18px;
  line-height: 1.7777777778;
}

@media screen and (max-width: 767px) {
  .product-child.project-child .lead {
    text-align: left;
    margin-bottom: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-child.project-child .product-price {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.postid-35 .product-child.project-child {
  padding-bottom: 0;
}
.postid-35 #breadcrumbs {
  color: #fff;
}
.postid-35 .brand_img {
  padding-bottom: 123px;
  background-image: url(../img/add-img/indey_bg.webp);
}
.postid-35 .brand_img h2 {
  color: #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
}
.postid-35 .brand_img .lead {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .postid-35 {
    padding-bottom: 50px;
  }
  .postid-35 .brand_img {
    padding-bottom: 40px;
  }
  .postid-35 .brand_img h2 {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .product-child.project-child .product-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .product-child.project-child .product-item:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 70px;
  }
}
.product-child.project-child .product-item:not(:last-child) {
  border-bottom: 1px rgba(112, 112, 112, 0.1333333333) solid;
}

@media screen and (max-width: 767px) {
  .product-child.project-child .product-item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  h3 {
    justify-content: center;
  }
}
.product-child.project-child .product-sec {
  background-color: #FFFBF3;
}
.product-child.project-child .product-sec h3 {
  display: flex;
  align-items: center;
}
.product-child.project-child .product-sec h3 span:after, .product-child.project-child .product-sec h3 span::before {
  content: none;
}
.product-child.project-child .product-sec h3 .color_tip {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 0.5em;
}
.product-child.project-child .product-sec h3 .-natural {
  background: #B7473C;
}
.product-child.project-child .product-sec h3 .-indigo {
  background: #002A75;
}
.product-child.project-child .product-sec h3 .-turmeric {
  background: #C18D00;
}
.product-child.project-child .product-sec h3 .-neutral {
  background: #00802E;
}
.product-child.project-child .product-sec h3 .-mix {
  background: #AA0518;
}

.card_item {
  color: #E27241;
}
.card_item:has(.card_item_inner) {
  padding: 6% 4%;
}
.card_item_inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.8117647059);
  padding: 56px 0 40px 50px;
}
.card_ttl {
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  border-color: #E27241;
  font-size: 28px;
  text-align: left;
}
.card_direction_list {
  font-size: 16px;
}
.card_direction_item {
  line-height: 1.5;
}
.card_direction_item:not(p) {
  position: relative;
  padding-left: 1em;
}
.card_direction_item:not(p)::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  background-color: #E27241;
}


@media screen and (min-width: 768px) {
  .card_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
    row-gap: 30px;
  }
  .card_list .card_item {
    width: 49%;
  }
  .card_item {
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
  .card_direction_item:not(p) {
    padding-left: 1.5em;
  }
  .card_direction_item:not(p)::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}

.postid-34 .brand_img {
  background-image: url(../img/add-img/sahara_bg.jpg);
}
.postid-34 .product-child.project-child h2 {
  font-weight: 600 ;
}
.postid-34 .sub_ttl {
  font-weight: lighter;
}
.postid-34 .card_item:has(.card_item_inner) {
  background-repeat: no-repeat;
  background-size: cover;
}
.postid-34 .card_item:has(.card_item_inner):first-child {
  background-image: url(../img/add-img/sahara_1_bg.png);
}
.postid-34 .card_item:has(.card_item_inner):nth-child(2) {
  background-image: url(../img/add-img/sahara_2_bg.png);
  color: #4768AF;
}
.postid-34 .card_item:has(.card_item_inner):nth-child(2) .card_ttl {
  border-color: #4768AF;
}
.postid-34 .card_item:has(.card_item_inner):nth-child(2) .card_direction_item:not(p)::before {
  content: "";
  background-color: #4768AF;
}
.postid-34 .card_item:has(.card_item_inner):nth-child(3) {
  color: #3A8598;
  position: relative;
}
.postid-34 .card_item:has(.card_item_inner):nth-child(3) .card_ttl {
  border-color: #3A8598;
}
.postid-34 .card_item:has(.card_item_inner):nth-child(3)::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/add-img/sahara_3_bg.png);
}
.postid-34 .card_item:has(.card_item_inner):nth-child(4) {
  color: #3A8598;
}
.postid-34 .card_item:has(.card_item_inner):nth-child(4) .card_ttl {
  border-color: #3A8598;
}
.postid-34 .card_item_inner {
  position: relative;
}
@media screen and (min-width: 1800px) {
  .postid-34 .card_item_inner {
    max-width: 650px;
    margin-inline: auto;
    transform: scale(1.3);
  }
}
@media screen and (min-width: 768px) {
  .postid-34 .card_item_inner .card_ttl {
    max-width: 88%;
  }
  .postid-34 .card_item_inner .card_item_img {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  .postid-34 .card_item_inner img {
    max-width: 15vw;
    max-height: 270px;
  }
  .postid-34 .card_item_inner p.card_direction_item {
    max-width: 67%;
  }
  .postid-34 .card_item_inner .card_direction_item:not(p) {
    max-width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .postid-34 .card_item:has(.card_item_inner) {
    padding: 5% 3%;
  }
  .postid-34 .card_item_inner {
    padding: 5% 3%;
  }
  .postid-34 .card_ttl {
    font-size: 20px;
    max-width: 100%;
  }
  .postid-34 .card_item:has(.card_item_inner):nth-child(3)::before {
    height: 210%;
  }
  .postid-34 .card_item_img {
    display: grid;
    place-items: center;
    margin-bottom: 1em;
  }
  .postid-34 .card_item_inner img {
    max-width: 80%;
    max-height: 160px;
  }
  .postid-34 .card_direction_list {
    font-size: 15px;
  }
}
.postid-34 .gallery {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 25% 17% 27% auto;
  gap: 1%;
}
.postid-34 .gallery img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.postid-34 .add_contents {
  background-image: url(../img/add-img/sahara_bg2.webp);
}
.postid-34 .add_contents .bg_w {
  color: #E27241;
  margin: 40px 0 80px;
  background-color: rgb(255, 255, 255);
  padding: 40px 40px;
}
@media screen and (min-width: 768px) {
  .postid-34 .add_contents .bg_w .bg_w_grid {
    display: grid;
    grid-template-columns: 50% 40%;
    gap: 2%;
    justify-content: end;
    align-items: self-end;
  }
}
.postid-34 .add_contents .bg_w .card_ttl {
  text-align: center;
}
.postid-34 .add_contents .card_item, .postid-34 .add_contents .card_ttl {
  color: #4d4d4d;
}
.postid-34 .add_contents .card_ttl {
  font-size: 1.8rem;
  border-bottom: none;
  padding-bottom: 0;
}
.postid-34 .add_contents .card_direction_item:not(p) {
  padding-left: 1em;
}
.postid-34 .add_contents .card_direction_item:not(p)::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 33%;
  background-color: #E27241;
}
.postid-34 .add_contents .card_direction_item {
  font-size: 20px;
}
.postid-34 .add_contents .add_list {
  font-size: 14px;
  align-self: end;
  color: #4d4d4d;
}
.postid-34 .card_item.notes {
  margin-bottom: 2rem;
}
.postid-34 .card_item.notes .card_direction_item {
  font-size: 18px;
}
.postid-34 .card_item.notes .card_direction_item b {
  font-weight: 600;
}
.postid-34 .after_notes {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .postid-34 .card_item.notes {
    margin-bottom: 3rem;
  }
  .postid-34 .card_item.notes .card_item_txt {
    width: 60%;
  }
  .postid-34 .card_item.notes .card_item_img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .postid-34 .add_contents .card_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .postid-34 .add_contents .card_direction_item {
    font-size: 16px;
  }
  .postid-34 .add_contents .bg_w {
    padding: 20px;
    margin: 20px 0 30px;
  }
  .postid-34 .add_contents .add_list {
    margin-top: 2em;
    font-size: 12px;
    line-height: 1.5;
  }
  .postid-34 .bg_w_grid {
    display: grid;
  }
  .postid-34 .bg_w_grid .sp_order1 {
    order: 1;
  }
  .postid-34 .bg_w_grid .bg_w_img {
    order: 0;
  }
  .postid-34 .card_item.notes {
    display: flex;
    flex-direction: column-reverse;
  }
  .postid-34 .card_item.notes .card_direction_item {
    font-size: 16px;
  }
}
.postid-34 .story {
  background-image: url(../img/add-img/sahara_bg3.webp);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.postid-34 .story_bg_w {
  padding: 8% 3%;
}
.postid-34 .story_content {
  padding: 0px;
}
.postid-34 .story h2 {
  font-size: 19px;
}
.postid-34 .story h3 {
  font-size: 16px;
  text-align: left;
  font-family: YuMincho, "Yu Mincho", serif;
}
.postid-34 .story_content_img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .postid-34 .story_bg_w {
    padding: 40px;
  }
  .postid-34 .story h2 {
    font-size: 28px;
  }
  .postid-34 .story h3 {
    font-size: 18px;
  }
  .postid-34 .story_content {
    display: grid;
    grid-template-columns: 48% 1fr;
    gap: 5%;
  }
  .postid-34 .story_content_img {
    margin-bottom: 0;
  }
}
.postid-34 .product-child.project-child .product-sec {
  background: transparent;
}
.postid-34 .how_to {
  background: #FFFBF3;
}
.postid-34 .how_to h2 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .postid-34 .how_to h2 {
    font-size: 20px;
  }
}
.postid-34 .how_to_step {
  display: grid;
  grid-template-columns: 90%;
  justify-content: center;
  gap: 5%;
  row-gap: 36px;
}
.postid-34 .how_to_step img {
  filter: drop-shadow(2px 2px 3px #ccc);
}
@media screen and (min-width: 768px) {
  .postid-34 .how_to_step {
    grid-template-columns: repeat(3, 30%);
    justify-content: start;
    align-items: end;
    gap: 50px;
  }
  .postid-34 .how_to_step img {
    aspect-ratio: auto;
  }
}
.postid-34 .how_to_step_item {
  display: grid;
  place-items: center;
  position: relative;
}
.postid-34 .how_to_step_item:not(:last-of-type)::after {
  content: "";
  display: block;
  height: 25px;
  aspect-ratio: 0.3420201433;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #8f8b8b;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .postid-34 .how_to_step_item:not(:last-of-type)::after {
    right: -30px;
    height: 30px;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .postid-34 .how_to_step_item:not(:last-of-type)::after {
    top: auto;
    bottom: -40px;
    right: 50%;
    left: 50%;
    transform: rotate(90deg);
  }
}
.postid-34 .how_to .how_to_step_item:nth-child(5)::after {
  content: none;
}
.postid-34 .set_banner {
  margin-top: 50px;
}
.postid-32 .brand_img {
  background-image: url(../img/add-img/wellness_bg.webp);
}
@media screen and (max-width: 767px) {
  .postid-32 .brand_img h2 {
    margin-bottom: 0;
  }
}
.postid-32 .product-child.project-child .product-sec {
  background: transparent;
}

.postid-33 .brand_img {
  background-image: url(../img/add-img/henna_bg.webp);
}
.postid-33 .brand_img .img_box img {
  background: rgba(255, 255, 255, 0.7019607843);
  padding: 5% 2%;
}
.postid-33 .brand_img .sub_ttl {
  margin-bottom: 10px;
}
.postid-33 .brand_img .under_deco {
  display: block;
  height: 30px;
  background-image: url(../img/add-img/henna_ttl_deco.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  max-width: 85%;
  margin-inline: auto;
  margin-top: 2.7%;
}
.postid-33 .product-child.project-child .product-sec {
  background: transparent;
  margin: 0 auto;
}
.postid-33 .bg_img.kit {
  background-image: url(../img/add-img/sahara_bg.jpg);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.postid-33 .bg_img.kit img {
  background: transparent;
  padding: 0;
}
.postid-33 .product_btn_wrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .postid-33 .brand_img .img_box img {
    background: transparent;
    padding: 0;
  }
  .postid-33 .brand_img .sub_ttl {
    margin-bottom: 30px;
  }
  .postid-33 .brand_img .under_deco {
    margin-top: 2.7%;
    max-width: 900px;
  }
  .postid-33 .product_btn_wrap {
    margin-top: 80px;
    grid-template-columns: repeat(2, 400px);
    gap: 30px;
    justify-content: center;
  }
}

.product_wrap.bg_img {
  background-image: url(../img/add-img/product_bg_sp.png);
  background-size: cover;
  background-position: center;
}

.product-banner {
  margin-bottom: 30px;
}

.product_btn_wrap {
  margin-top: 20px;
  display: grid;
  gap: 15px;
  max-width: 90vw;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .product_wrap.bg_img {
    background-image: url(../img/add-img/product_bg.png);
    background-size: 100% auto;
  }
  .product-banner {
    margin-bottom: 90px;
  }
  .product_btn_wrap {
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}/*# sourceMappingURL=add.css.map */
.project_list.inner{
  padding: 5% 0;
}
/* .project_list.inner::before{
  content: '';
  display: inline-block;
  background: rgb(246, 246, 246);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} */
.project_list .item{
  background: #fff;
  padding-bottom: 1em;
}
.project_list-wrap{
  background: rgb(246, 246, 246);
  width: 100%;
}