@charset "utf-8";
/*
Theme Name: FLEAR
*/
/* CSS Document */
/*============================
body style
============================*/
html{
	scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Noto Sans CJK JP Bold", "Noto Sans CJK JP Light", "Noto Sans CJK JP Medium", "Noto Sans CJK JP Regular", sans-serif;
  box-sizing: border-box;
  max-width: 100vw;
}
body #index {
  background: #f2f2f2;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a,a:hover,a:visited{
    color: inherit;
}
.container {
  width: 100%;
  margin: 0 auto;
}
/*============================
header style
============================*/
.header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 3;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.logo {
  width: 150px;
  height: auto;
  vertical-align: middle;
  margin-left: 2%;
}
.menu_wrapper {
  position: relative;
}
.menu_lists ul {
  display: flex;
}
  .menu_lists ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    transition: background-color 0.4s;
    cursor: pointer;
    z-index: -10;
  }
  .menu_lists ul li a:hover {
    background: #dce0d7;
    color: #54594f;
  }
.menu_lists li:last-child a {
  background: #54594f;
  color: #eff0ee;
  padding: 20px;
}
.menu_lists li:last-child a:hover {
   background: #eff0ee;
  color: #54594f;
}

/*============================
main style
============================*/
main {
  margin: 0 auto;
  margin-top: 0px;
  width: 100%;
  z-index: 1;
}
/* top */
#top {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#top .hero {
  position: relative;
  width: 100%;
  overflow: hidden;
	margin-top:60px;
}
#top h1 {
  font-size: clamp(20px, 5vw, 90px);
    text-transform: uppercase;
    color: #54594f;
    letter-spacing: 3px;
    font-weight: bold;
    position: absolute;
    text-align: left;
    left: 2%;
    top: 15%;
}
/* concept material*/
#concept {
  width: 100%;
  margin: 0 auto;
  background: #dce0d7;
  display: flex;
  justify-content: flex-end;
  margin-top: 3%;
  overflow: hidden;
}
#material {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background: #eff0ee;
  z-index: -1;
}
.two_container {
  width: 90%;
  margin-right: 0;
  display: flex;
  justify-content:space-between;
  border-bottom: none;
	align-items: stretch;
  border-top: none;
  height: auto;
  z-index: 2;
}
#s_concept .two_container,#s_concept_two .two_container{
	justify-content:start;
	align-items: center;
}
#s_concept_three .two_container{
	align-items: center;
}
.two_container_left {
  width: 50%;
  padding: 5% 0;
}
#s_concept_three .two_container_right{
	width:45%;
}

.two_container_left h2 {
  font-weight: bold;
  font-size: clamp(25px, 3vw, 42px);
  color: #a1a69c;
  line-height: 1.5;
	letter-spacing: 3px;
}
.two_container_left p:nth-of-type(1) {
  font-weight: lighter;
  font-size: clamp(10px, 1vw, 15px);
  color: #a1a69c;
  margin-top: 3%;
  letter-spacing: 3px;
  margin-bottom: 5%;
}
.two_container_left p:nth-of-type(2), .two_container_left p:nth-of-type(3) {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #7e827a;
  text-align: justify;
  line-height: 2;
  margin-top: 2%;
  letter-spacing: 3px;
}
.two_container_left p:nth-of-type(4) {
	 font-size: clamp(18px, 1.5vw, 20px);
    color: #7e827a;
    line-height: 2;
    margin: 2% 0 0 0;
	font-weight: bold;}

.two_container_left p span{
	background:linear-gradient(transparent 50%, #ffe1c5 0%);
}
.two_container_right {
  width: 35%;
}
.two_container_right img {
  margin-right: 0;
  -webkit-mask-size: cover;
	width:100%;
	height:100%;
  text-align: right;
}
.two_container_right iframe {
  margin-right: 0;
	margin-top:5%;
  width: 90%;
	height: 25rem;
  text-align: right;
}
.grid_container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 250px 250px 250px;
  grid-template-areas:
    "grid1 grid2"
    "grid3 grid4"
    "grid5 grid6";
  column-gap: 1.5%;
  row-gap: 1%;
}
.grid_area1 {
  grid-area: grid1;
}
.grid_area2 {
  grid-area: grid2;
}
.grid_area3 {
  grid-area: grid3;
}
.grid_area4 {
  grid-area: grid4;
}
.grid_area5 {
  grid-area: grid5;
}
.grid_area6 {
  grid-area: grid6;
}
.grid_area1 img, .grid_area2 img, .grid_area3 img, .grid_area4 img, .grid_area5 img, .grid_area6 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* product */
#product {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 10% 0 10% 0;
  background: #fff;
}
.product_inner {
  width: 80%;
  margin: 0 auto;
}
.product_inner h3 {
  font-weight: lighter;
  font-size: clamp(25px, 3vw, 42px);
  color: #a1a69c;
  margin-bottom: 1%;
  letter-spacing: 2px;
  text-align: left;
}
.product_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  border-top: none;
  height: auto;
  align-items: center;
}
.product_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #54594f;
  height: auto;
  align-items: flex-start;
  column-gap: 10px;
  padding: 4% 0 1% 0;
}
.product_box figure {
  flex: 1;
  max-width: 360px;
}
.product_box figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: .3s;
}
.img_wrap {
  overflow: hidden;
  border: solid 1px #54594f;
  cursor: pointer;
}
.img_wrap img:hover {
  transform: scale(1.05);
}
.product_box figcaption {
  font-weight: lighter;
  font-size: clamp(12px, 1.2vw, 18px);
  color: #54594f;
  margin-top: 3%;
  letter-spacing: 1.2px;
  margin-bottom: 3%;
}
.product_box p {
  font-size: clamp(12px, 1vw, 20px);
  color: #a1a69c;
  letter-spacing: 3px;
}
/* about */
/*============================
footer style
============================*/
.footer {
  width: 100%;
  margin-top: 5%;
  border-top: 1px solid #54594f;
  background: #fff;
}
.footer_inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  padding: 5% 0;
}
.footer_left {
  width: 70%;
  text-align: left;
}
.footer_left img {
  width: 20%;
  margin-left: 0;
}
.footer_right {
  width: 30%;
  text-align: -webkit-right;
}
/* SNS ボタンのグループ */
.sns {
  margin: 2% auto 0 auto;
  padding: 0px;
  margin-right: 0;
  width: 100%;
  display: block;
}
.sns {
  margin-top: 5%;
}
.footer_bottom {
  width: 100%;
  margin: 0 auto;
  background: #54594f;
  padding: 2% 0;
}
.footer_bottom_text {
  width: 90%;
  font-size: clamp(10px, 1vw, 15px);
  text-align: center;
  color: #dce0d7;
  line-height: 1.5;
  margin: 0 auto;
}

/***トップへ戻るボタン***/

#scrolltop { 
  position: fixed; /* 表示場所を固定する */
  bottom: 0px; 
  right: 0px; 
  width: 70px; 
  height:70px; 
  background: #54594f; 
  overflow: hidden; /* textを非表示にする */
  text-indent: 100%; /* textを横幅と同じだけindent */
  white-space: nowrap; /* textを改行しない */
	z-index:4;
}
#scrolltop a {
  display: block; /* クリック可能な領域を広げる */
  padding: 70px 70px;
}
#scrolltop:hover {
  background: rgba(0, 0, 0, 0.6); /* マウスオーバーしたら少し濃ゆくする */
}
#scrolltop a:after { /* 白い三角をプラスする */
  content: " ";
  position: absolute;
  top: 20px; /* 三角形を10px下にずらす */
  right: 0; /* 三角形を四角の中の中央に表示するために左右を0に指定 */
  left: 0;
  width: 0; /* 横幅と高さを０に指定 */
  height: 0;
  margin: 0 auto; /* 中央寄せ */
  border-right: 15px solid transparent; /* ボーダー色を背景色と同じにし中心から右側のサイズを指定 */
  border-bottom:22px solid #fff; /* 三角形の高さ */
  border-left: 15px solid transparent; /* ボーダー色を背景色と同じにし中心から左側のサイズを指定 */
}
#scrolltop a:hover:after {
  opacity: 0.9; /* マウスオーバーで一割透過 */
}

/***トップへ戻るボタンここまで***/
/*-------------------------
  button
-------------------------*/
/* 019 */
.bntton_concept a {
  margin-left: 0;
  margin-top: 10%;
}
.bottun_product a {
  margin: 5% auto 0 auto;
  display: block;
  align-items: center;
}
.bntton_footer {
  margin-right: 0;
  width: 100%;
}
.button_green a {
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 350px;
  padding: 20px 20px;
  color: #54594f;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: solid 1px #54594f;
  letter-spacing: 2px;
  font-size: clamp(10px, 1vw, 15px);
}
.button_green a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px #54594f;
  border-right: solid 1px #54594f;
  transform: translateY(-50%) rotate(45deg);
}
.button_green a:hover {
  background: #54594f;
  color: #FFF;
}
.button_green a:hover:after {
  right: 1.4rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.flowimg_1 {
  position: relative;
  overflow: hidden;
}
.flowimg_1::before, .flowimg_1::after {
  content: "BEAUTY";
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.2);
  font-size: 20vw;
  line-height: 1.0;
  text-align: center;
  z-index: 1;
}
.flowimg_1::before {
  left: 0;
  animation: flowimg 60s linear infinite;
}
.flowimg_1::after {
  left: 100%;
  animation: flowimg 60s linear infinite;
}
.flowimg_2::before, .flowimg_2::after {
  content: "NATURAL";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20vw;
  line-height: 1.0;
  text-align: center;
  z-index: -1;
}
.flowimg_2::before {
  left: 0;
  animation: flowimg 60s linear infinite;
}
.flowimg_2::after {
  left: 100%;
  animation: flowimg 60s linear infinite;
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 4s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
/*-------------------------
  下層
-------------------------*/
#s_top {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: flex-end;
}
#s_top .s_hero {
  position: relative;
  width: 90%;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  margin-right: 0;
  position: relative;
}
.s_hero_img {
  width: 60%;
  margin-left: auto;
  background: #fff;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.s_hero_img img {
  width: 100%;
}
.s_hero_ttl {
  top: 40%;
  position: absolute;
}
.s_hero_ttl h1 {
  font-size: clamp(30px, 5vw, 100px);
  text-transform: uppercase;
  color: #54594f;
  letter-spacing: 6px;
  font-weight: bold;
	margin:3% 0 0 0;
}
.s_hero_ttl p {
  font-size: clamp(18px, 2.5vw, 30px);
  text-transform: uppercase;
  color: #54594f;
  letter-spacing: 6px;
  font-weight: bold;
  margin-top: 2%;
}
/* s_product */
#s_product {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 10% 0 10% 0;
  background: #fff;
}
.s_product_inner {
  width: 80%;
  margin: 0 auto;
}
.s_product_inner h2 {
  font-weight: lighter;
  font-size: clamp(25px, 3vw, 42px);
  color: #a1a69c;
  margin-bottom: 1%;
  letter-spacing: 2px;
  text-align: left;
}
.s_product_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  border-top: none;
  height: auto;
  align-items: center;
}
.s_product_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #54594f;
  height: auto;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 10px;
  padding: 4% 0 1% 0;
}
.s_product_box figure {
  width: 100%;
  display: flex;
  column-gap: 10%;
  align-items: center;
}
.s_product_box figure:not(:last-child) {
  margin-bottom: 5%;
}
.s_product_box figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: .3s;
}
.s_product_img {
  width: 50%;
}
.s_product_text_box {
  width: 50%;
}
.s_product_text_top {
  padding: 2% 0;
  border-bottom: 1px solid #54594f;
}
.s_product_text_bottom {
  padding: 2% 0;
}
.s_product_text_bottom p {
  font-size: clamp(12px, 1.3vw, 15px);
  letter-spacing: 3px;
  line-height: 2.5;
  text-align: justify;
}
.s_product_box figcaption {
  font-weight: lighter;
  font-size: clamp(15px, 2vw, 20px);
  color: #54594f;
  margin-top: 3%;
  letter-spacing: 1.5px;
  margin-bottom: 3%;
}
.s_product_text_top p {
  font-size: clamp(12px, 1vw, 20px);
  color: #a1a69c;
  letter-spacing: 3px;
	margin:0 ;
}
.s_product_box table {
  width: 80%;
  margin: 4% 0 0 auto;
  font-size: clamp(15px, 2.5vw, 20px);
  color: #7e827a;
}
.s_product_box table tr td {
  width: 50%;
  text-align: right;
  padding: 1% 0 1% 0;
}
.s_product_box table tr td:nth-of-type(2):after {
  content: ' (税込)';
  font-size: clamp(10px, 1.5vw, 15px);
  font-weight: 500 !important;
}
/* s_concept*/
#s_concept, #s_concept_two {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 3%;
  overflow: hidden;
}
#s_concept_three{
	 width: 100%;
  margin: 0 auto;
  display: flex;
      justify-content: flex-end;
  margin-top: 3%;
  overflow: hidden;
}
.list {
	width:90%;
  position: relative;
  margin:2% auto 0 0;
  font-size: clamp(13px, 1.2vw, 18px);
	text-align:left;
}
.list li {
  position: relative;
  padding-left: 2rem;
  margin-top: 1rem;
  color: #7e827a;
}
.list li:first-child {
  margin-top: 0;
}
.list li:before {
  content: "";
  position: absolute;
  background: #7e827a;
  display: block;
  width: 5px;
  height: 15px;
  left: 0;
  top: 6px;
  transform: rotate(-45deg);
}
.list li:after {
  content: "";
  position: absolute;
  background: #7e827a;
  display: block;
  width: 5px;
  height: 20px;
  left: 9px;
  top: 2px;
  transform: rotate(45deg);
}
/* company  */
.company {
width: 100%;
font-size: clamp(8px, 1vw, 15px);
    color: #7e827a;
	border-collapse:collapse;
}

.company th,
.company td {
padding: 2%;
}
.company tr {
  border-bottom: 1px solid #b5b1b1;
}

.company th {
font-weight: bold;
width: 30%;
}
.company td{
	width: 70%
}
/* contact */
#contact {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 5% 0;
}
.contact_inner {
  width: 90%;
  margin: 0 auto;
}
.contact_inner_text p{
	font-size: clamp(14px, 1.2vw, 18px);
	color: #7e827a;
    line-height: 2;
    margin: 2% 0 0 0;
    text-align: center;
}
/*============================
mobile style
============================*/
/* タブレット以下のサイズで表示 */
@media (max-width: 768px) {
  /*============================
header style
============================*/
  .header_inner {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
    padding: 2%;
    box-sizing: border-box;
  }
  .logo {
    width: 30%;
    height: auto;
    vertical-align: middle
  }
  #top .hero {
    margin-top:0;
  }
	#top h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  position: static;
  text-align: center;
}
  .btn {
    display: block;
    width: 39px;
    height: 39px;
    margin-right: 1%;
    cursor: pointer;
  }
  .bar {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
  }
  .bar_top {
    top: 10px;
  }
  .bar_middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s;
  }
  .btn.close .bar_middle {
    opacity: 0;
    transition: opacity .3s;
  }
  .btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s;
  }
  .menu_lists {
    display: none;
    background-color: #54594f;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 60px;
    text-align: center;
  }
  .menu_lists ul {
    display: block;
    padding: 0;
    font-size: 1em;
  }
  .menu_lists ul li {
    line-height: 20px;
  }
  .menu_lists ul li a {
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    transition: background-color 0.4s;
    cursor: pointer;
    color: #dce0d7;
    z-index: -10;
    border-bottom: solid 1px #dce0d7;
  }
  .menu_lists ul li a:hover {
    background: #dce0d7;
    color: #54594f;
  }
	.menu_lists li:last-child a {
 color: #dce0d7;
}
  /*============================
footer style
============================*/
  .footer {
    width: 100%;
  }
  .footer_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 8% 0;
  }
  .footer_left {
    width: 100%;
    text-align: center;
  }
  .footer_left img {
    width: 40%;
    margin: 0 auto;
  }
  .footer_right {
    width: 100%;
  }
  /* SNS ボタンのグループ */
  .sns {
    margin: 5% auto 0 auto;
    text-align: center;
  }
	/***追従するトップへ戻るボタン***/
#scrolltop { 
  position: fixed; /* 表示場所を固定する */
  bottom: 0px; 
  right: 0px; 
  width: 50px; 
  height:50px; 
  background: #54594f; 
  overflow: hidden; /* textを非表示にする */
  text-indent: 100%; /* textを横幅と同じだけindent */
  white-space: nowrap; /* textを改行しない */
	z-index:4;
}
#scrolltop a {
  display: block; /* クリック可能な領域を広げる */
  padding: 50px 50px;
}

#scrolltop a:after { /* 白い三角をプラスする */
  content: " ";
  position: absolute;
  top: 12px; /* 三角形を10px下にずらす */
  right: 0; /* 三角形を四角の中の中央に表示するために左右を0に指定 */
  left: 0;
  width: 0; /* 横幅と高さを０に指定 */
  height: 0;
  margin: 0 auto; /* 中央寄せ */
  border-right: 15px solid transparent; /* ボーダー色を背景色と同じにし中心から右側のサイズを指定 */
  border-bottom:22px solid #fff; /* 三角形の高さ */
  border-left: 15px solid transparent; /* ボーダー色を背景色と同じにし中心から左側のサイズを指定 */
}
  /* concept */
  #concept {
    width: 100%;
    margin: 0 auto;
    background: #dce0d7;
    display: block;
    padding: 10% 0 10% 0;
    justify-content: center;
  }
  #material {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10% 0 10% 0;
    justify-content: center;
  }
  .two_container {
    width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: center;
  }
  .two_container_right {
    width: 100%;
    padding: 0 0 2% 0;
    text-align: center;
  }
	#s_concept_three .two_container_right {
		 width: 100%;
    padding: 0 0 2% 0;
    text-align: center;
	}	
  .two_container_left, #s_concept .two_container_left, #s_concept_two .two_container_left, #s_concept_three .two_container_left {
    width: 100%;
    padding: 0 0 5% 0;
    text-align: center;
  }
  .two_container_right img {
    width: 70%;
    object-fit: cover;
    object-position: 20px 0 0 0;
  }
	.grid_container img{
	width: 100%;
    object-fit: cover;
    object-position: 20px 0 0 0;	
	}
  .two_container_left h2 {
    font-weight: bold;
    color: #a1a69c;
    line-height: 1.5;
  }
  .two_container_left p:nth-of-type(1) {
    font-weight: lighter;
    color: #a1a69c;
    margin-top: 3%;
    letter-spacing: 3px;
    margin-bottom: 5%;
  }
  .two_container_left p:nth-of-type(2), .two_container_left p:nth-of-type(3) {
    color: #7e827a;
    line-height: 2;
    margin: 2% 0 0 0;
    text-align: center;
	    letter-spacing: 1.5px;
  }
	.two_container_left p:nth-of-type(4) {
    color: #7e827a;
    line-height: 2;
    margin:5% 0 2% 0;
    text-align: center;
		font-weight:bold;
  }
  .grid_container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100px 100px;
    grid-template-areas:
      "grid1 grid2 grid3"
      " grid4 grid5 grid6";
    column-gap: 1%;
    row-gap: 1.5%;
  }
	.list {
		margin:0 auto;
		margin-bottom:5%;
	}
	
.list li {
    position: relative;
    padding-left: 1.5rem;
	}
		.list li:before {
  content: "";
  position: absolute;
  background: #7e827a;
  display: block;
  width: 2px;
  height: 11px;
  left: 0;
  top: 9px;
  transform: rotate(-45deg);
}
.list li:after {
  content: "";
  position: absolute;
  background: #7e827a;
  display: block;
  width: 2px;
  height: 14px;
  left: 9px;
  top: 6px;
  transform: rotate(45deg);
}
  /* product */
  #product {
    padding: 10% 0 10% 0;
  }
  #product h3 {
    text-align: center;
    margin-bottom: 5%;
  }
  .product_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #54594f;
    height: auto;
    align-items: flex-start;
    column-gap: 10px;
    padding: 4% 0 1% 0;
  }
  .product_box figure {
    flex: auto;
    width: 45%
  }
  .product_box figure:nth-of-type(3), .product_box figure:nth-of-type(4) {
    margin-top: 5%;
  }
  .button_green a {
    margin: 2% auto 2% auto;
  }
  .button_green a {
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 200px;
    padding: 10px 15px;
    color: #54594f;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 1px #54594f;
    letter-spacing: 2px;
    font-size: clamp(12px, 1.2vw, 18px);
    margin: 5% auto 0 auto;
  }
  /*-------------------------
  下層
-------------------------*/
  #s_top {
    margin-top: 50px;
    width: 100%;
  }
  #s_top .s_hero {
    display: flex;
    flex-direction: column;
  }
  .s_hero_ttl {
    width: 100%;
    position: static;
  }
  .s_hero_img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2%;
  }

  /* s_product */
  #s_product {
    padding: 10% 0 10% 0;
  }
  #s_product h3 {
    text-align: center;
    margin-bottom: 5%;
  }
  .s_product_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #54594f;
    height: auto;
    align-items: flex-start;
    column-gap: 10px;
    padding: 4% 0 1% 0;
  }
  .s_product_box figure {
    flex: auto;
    width: 100%;
    margin: 3% 0;
    display: flex;
    flex-direction: column;
  }
  .s_product_img {
    width: 100%;
  }
  .s_product_text_box {
    width: 100%;
  }
  .s_product_box table {
    width: 100%;
  }
.company {
		width: 100%;
	text-align:left;
	}
	.company th, .company td {
    padding: 2%;
}
}
/* コンタクトフォーム */
.contact-form{
width: 60%;
	margin:0 auto;
font-size: clamp(12px, 1.2vw, 18px);
    color: #7e827a;
    text-align: justify;
margin-top: 20px;
}

/* テーブル左 */
.contact-form th{
text-align:left;
padding:3%;
width: 30%;
   vertical-align: middle;
box-sizing: border-box;
}

/* テーブル右 */
.contact-form td{
width: 70%;
vertical-align: middle;
padding-top: 2%;
padding-bottom:2%;
box-sizing: border-box;
}

/* お問い合わせ内容を書くボックス */
.contact-form input,textarea{
width: 100%;
padding: 5px;
box-sizing: border-box;
}

/* 送信ボタン*/
.form_button{
border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
   width: 350px;
    padding: 20px 20px;
    transition: 0.3s ease-in-out;
	color: #54594f;
    border: solid 1px #54594f;
    letter-spacing: 3px;
   font-size: clamp(15px, 1.2vw, 18px);
	margin: 40px auto 0 auto;
	cursor: pointer;
}
.form_button:hover{
    background: #54594f;
    color: #FFF;
}

/* レスポンシブ */
@media (max-width: 768px){
.contact-form{
	width:100%;
}
.contact-form th{
width: 100%;
display: block;
	padding:0;
}
.contact-form td{
width: 100%;
display: block;
	padding:0;
}
.form_button{
 border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 200px;
    padding: 10px 15px;
    color: #54594f;
    transition: 0.3s ease-in-out;
    font-weight: 500;

height:40px;
    margin: 5% auto 0 auto;
	background:#fff;
}
}

/* 送信ボタンを押した後のアクション */

body .wpcf7-not-valid{
background: #eee;
}

div.wpcf7-response-output{
border: none;
text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
border-color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
background:#1354A1;
color:#fff;
}

.wpcf7 form.spam .wpcf7-response-output {
background:#f15b47;
border-color: #f15b47;
color:#fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border: none;
background:#ffd900;
}

.wpcf7 .wpcf7-not-valid-tip{
margin-left:9px;
display: inline-block;
color: #000;
background-color:#ffd900;
}

/*必須の調整*/
.haveto{
font-size:7px;
padding:5px;
background:#b41818;
color:#fff;
border-radius:2px;
margin-right:5px;
position:relative;
bottom:1px;
}
/*任意の調整*/
.any{
font-size:7px;
padding:5px;
background:#202f55;
color:#fff;
border-radius:2px;
margin-right:5px;
position:relative;
bottom:1px;
}
@media(min-width:768px) {
  .sp {
    display: none !important;
  }
}
@media(max-width:769px) {
  .pc {
    display: none !important;
  }
}