@charset "UTF-8";
/* CSS Document */




/*top*/
.slider_box {
  position: relative;
  display: flex;
  height: calc(100vh - 110px);
}
.slider_box .slider_logo {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_box .slider_logo p {
  width: 105px;
}
.slider_box .slider {
  position: relative;
  width: calc(100% - 280px);
  height: 100%;
}
.slider_box .slider .slick-list ,
.slider_box .slider .slick-list div {
  width: 100%;
  height: 100%;
}
.slider_box .slider section ,
.slider_box .slider section .img ,
.slider_box .slider section .img picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.slider_box .slider section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*slider001*/
.slider_box .slider section.slider001 h3 {
  position: absolute;
  bottom: 20vh;
  left: 0;
  z-index: 1;
  width: 420px;
  filter: drop-shadow(0px 0px 16px rgba(244,227,208,1));
}
.slider_box .slider section.slider001 .txt {
  position: absolute;
  bottom: 15vh;
  right: 80px;
  z-index: 1;
  width: 130px;
  filter: drop-shadow(0px 0px 16px rgba(244,227,208,1));
}
/*slider002*/
.slider_box .slider section.slider002 h3 {
  position: absolute;
  bottom: 20vh;
  left: 0;
  z-index: 1;
  width: 420px;
  filter: drop-shadow(0px 0px 16px rgba(244,227,208,1));
}
.slider_box .slider section.slider002 .txt {
  position: absolute;
  bottom: 15vh;
  right: 80px;
  z-index: 1;
  width: 130px;
  filter: drop-shadow(0px 0px 16px rgba(244,227,208,1));
}
/*slider003*/
.slider_box .slider section.slider003 h3 {
  position: absolute;
  bottom: 25vh;
  left: 0;
  z-index: 1;
  width: 420px;
  filter: drop-shadow(0px 0px 16px rgba(244,227,208,1));
}
/*slider004*/
.slider_box .slider section.slider004 h3 {
  position: absolute;
  top: 10vh;
  right: 70px;
  z-index: 1;
  width: 380px;
  filter: drop-shadow(0px 0px 16px rgba(244,227,208,1));
}


.order-made {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  align-items: flex-end;
}
.order-made .box_l {
  width: 50%;
  padding-right: 85px;
}
.order-made .box_l .comment {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
.order-made .box_l .about {
  margin-bottom: 20px;
}
.order-made .box_l .about h4 {
  position: relative;
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.order-made .box_l .about h4::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #b3aca3;
  content: '';
}
.order-made .box_l .about h4 span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  padding-right: 1em;
  background: rgba(250, 250, 250, 1);
  color: #88704e;
}
.order-made .box_l .about ul li {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .04em;
  color: #333333;
}
.order-made .box_l .about ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #a39a8d;
  content: '・';
}
.order-made .box_l .btn {
  display: flex;
}
.order-made .box_l .btn p {
  width: calc((100% - 15px) / 2);
}
.order-made .box_l .btn p:nth-of-type(1) {
  margin-right: 15px;
}
.order-made .box_l .btn p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: solid 1px #000;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.2em 1em;
}
.order-made .box_l .btn p a:hover {
  background: #000;
  border: solid 1px #000;
  color: #FFF;
  opacity: 1;
}
.order-made .img_slide {
  position: relative;
  width: 50%;
  height: 820px;
  flex: 1;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.order-made .img_slide .slider {
  width: 100%;
  height: 820px;
}
.order-made .img_slide .slick-list ,
.order-made .img_slide .slick-list div {
  width: 100%;
  height: 820px;
}
.order-made .img_slide section ,
.order-made .img_slide section .img ,
.order-made .img_slide section .img picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.order-made .img_slide section::before {
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 1;
  width: 120px;
  height: 48px;
  border: solid 1px #f6f5ef;
  background: url(../img/top/order-made-sample.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.order-made .img_slide section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-made .img_slide section .txt {
  position: absolute;
  bottom: 85px;
  right: 35px;
  z-index: 1;
  width: 220px;
}
.order-made .img_slide section .txt.shadow {
  filter: drop-shadow(0px 0px 20px rgba(154,122,83,1));
}
.order-made .img_slide .dots-box {
  position: absolute;
  bottom: 35px;
  right: 40px;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.order-made .img_slide .dots-wrap {
  display: flex;
  justify-content: center;
}
.order-made .img_slide .dots-box li {
  width: 60px;
  height: 2px;
  margin: 0 8px;
  background: rgba(200, 184, 162, 1);
  cursor: pointer;
}
.order-made .img_slide .dots-box li:hover,
.order-made .img_slide .dots-box li.slick-active {
  background: rgba(255, 255, 255, 1);
}
.order-made .img_slide .dots-box li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.color {
  padding-bottom: 130px;
}
.color .box {
  display: flex;
  flex-wrap: wrap;
}
.color .box section {
  width: calc((100% - (40px * 3)) / 4);
  margin-bottom: 60px;
}
.color .box section:not(:nth-of-type(4n)) {
  margin-right: 40px;
}
.color .box section .img {
  margin-bottom: 30px;
}
.color .box section h4 {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.color .box section h4::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #c2b19b;
  content: '';
}
.color .box section h4 span {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
}
.color .box section .comment {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
.color .caution h5 {
  position: relative;
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.color .caution h5::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #b3aca3;
  content: '';
}
.color .caution h5 span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  padding-right: 1em;
  background: rgba(250, 250, 250, 1);
  color: #88704e;
}
.color .caution ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  padding-left: 1.1em;
  letter-spacing: .04em;
  color: #333333;
}
.color .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.product {
  padding-top: 130px;
  padding-bottom: 110px;
  background: url(../img/top/products_bg.jpg) no-repeat center center;
  background-size: cover;
}
.product .comment p {
  text-align: center;
  color: #FFF;
  letter-spacing: .06em;
}
.tbl_box {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 100px;
  padding-bottom: 150px;
}
.tbl_box .tbl {
  margin-bottom: 40px;
}
.tbl_box .tbl table {
  width: 100%;
}
.tbl_box .tbl table:not(:last-of-type) {
  margin-bottom: 70px;
}
.tbl_box .tbl table tr th ,
.tbl_box .tbl table tr td {
  border: solid 1px #d5d3d3;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em .4em;
  line-height: 1.3;
}
.tbl_box .tbl table tr th {
  background: #f6f5ef;
  font-weight: 500;
}
.tbl_box .tbl table tr td {
  background: #FFF;
}
.tbl_box .tbl table thead tr th {
  background: #f6f5ef;
  padding: 1em .4em;
}
.tbl_box .tbl table thead tr th:nth-of-type(1) {
  width: 220px;
}
.tbl_box .tbl table thead tr th:not(:nth-of-type(1)) {
  width: calc((100% - 220px) / 4);
}
.tbl_box .caution ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  padding-left: 1.1em;
  letter-spacing: .04em;
  color: #333333;
}
.tbl_box .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.works {
  padding-bottom: 160px;
}
.works ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.works ul li {
  width: calc((100% - (10px * 2)) / 3);
  height: 520px;
  overflow: hidden;
}
.works ul li:not(:last-of-type) {
  margin-right: 10px;
}
.works ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.works .btn p a {
  position: relative;
  display: block;
  padding: 1.4em 5em;
  border: solid 1px #000;
}
.works .btn p a::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1.8em;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_external.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.works .btn p a:hover {
  background: #000;
  border: solid 1px #000;
  color: #FFF;
  opacity: 1;
}
.works .btn p a:hover::after {
  background: url(../img/common/icon_external-white.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.company {
  padding-bottom: 110px;
}
.company .box {
  display: flex;
  margin-bottom: 60px;
}
.company .box .box_l {
  width: 580px;
}
.company .box .box_l dl {
  display: flex;
  background: #FFF;
  border-bottom: solid 1px #d6d3d3;
  font-family: "Noto Sans JP", sans-serif;
}
.company .box .box_l dl:not(:last-of-type) {
  margin-bottom: 12px;
}
.company .box .box_l dl dt {
  width: 135px;
  font-weight: 500;
  padding: 1.4em 0;
  padding-left: 1.8em;
}
.company .box .box_l dl dd {
  width: calc(100% - 135px);
  padding: 1.4em 0;
  padding-right: 1em;
  display: flex;
}
.company .box .box_l dl dd span:nth-of-type(1)::after {
  margin: 0 1em;
  content: '/';
}
.company .box .box_l dl dd ul li {
  position: relative;
  padding-left: 1em;
}
.company .box .box_l dl dd ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #a39a8d;
  content: '・';
}
.company .box .box_r {
  width: calc(100% - (580px + 40px));
  margin-left: auto;
}
.company .box .box_r iframe {
  width: 100%;
  height: 100%;
}
.company .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #c2b29a;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.5em 1em;
}
.techniques {
  background: #eeeeec;
  padding-top: 110px;
  padding-bottom: 80px;
}
.techniques .box {
  display: flex;
}
.techniques .box .box_l {
  margin-right: 20px;
}
.techniques .box .box_l h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.techniques .box .box_l h3 span ,
.techniques .box .box_l h3 em {
  position: relative;
  display: block;
  line-height: 1em;
  color: #88704e;
}
.techniques .box .box_l h3 span {
  padding-left: 170px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.techniques .box .box_l h3 span::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 40px;
  width: 120px;
  height: 1px;
  background: #88704e;
  content: '';
}
.techniques .box .box_l h3 em {
  display: flex;
  flex-direction: column;
  font-size: 6.0rem;
  font-weight: 500;
  padding-left: 1.16em;
}
.techniques .box .box_l h3 em i {
  display: block;
  padding-left: .5em;
  font-weight: 500;
}
.techniques .box .box_l .img {
  margin-left: 90px;
  margin-bottom: -175px;
  width: 340px;
}
.techniques .box .box_r {
  max-width: 600px;
  padding-top: 100px;
  margin-left: auto;
}
.techniques .box .box_r h4 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .8em;
}
.techniques .box .box_r .comment p {
  font-size: 1.8rem;
  font-weight: 500;
}
.techniques .box .box_r .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.sub_img {
  position: relative;
  z-index: -1;
  height: 650px;
  overflow: hidden;
}
.sub_img::before {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 1px);
  background: #000;
  content: '';
}
.sub_img p ,
.sub_img p picture {
  display: block;
  height: 100%;
}
.sub_img p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





@media screen and (max-width: 1340px) {
  .color .box section {
    width: calc((100% - (40px * 2)) / 3);
    margin-bottom: 60px;
  }
  .color .box section:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .color .box section:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
}





@media screen and (max-width: 1040px) {
  .order-made {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .order-made .box_l {
    width: 100%;
    padding-right: 0;
    display: contents;
  }
  .order-made .box_l h3.title01 {
    order: -99;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .order-made .box_l h3.title01 span {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: left;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .order-made .box_l h3.title01 em {
    font-size: 2.0rem;
    padding: 0;;
  }
  .order-made .box_l h3.title01 em::before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .order-made .box_l .comment {
    order: -99;
  }
  .order-made .box_l .about {
    order: -99;
  }
  .order-made .box_l .about ul {
    order: -99;
  }
  .order-made .box_l .btn {
    order: 99;
    width: 100%;
  }
  .order-made .img_slide {
    order: -99;
    width: 100%;
    height: 500px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .order-made .img_slide .slider {
    height: 500px;
  }
  .order-made .img_slide .slick-list ,
  .order-made .img_slide .slick-list div {
    height: 500px;
  }
  .works ul li {
    width: calc((100% - (10px * 2)) / 3);
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .company .box {
    display: flex;
    flex-direction: column;
  }
  .company .box .box_l {
    width: 100%;
  }
  .company .box .box_r {
    width: 100%;
    height: 400px;
    margin-left: 0;
    padding-top: 30px;
  }
  .techniques .box .box_l h3 span {
    padding-left: 130px;
  }
  .techniques .box .box_l h3 span::before {
    left: 0;
  }
  .techniques .box .box_l h3 em {
    padding-left: .4em;
  }
  .techniques .box .box_l .img {
    margin-left: 0;
  }
}





@media screen and (max-width: 940px) {
  .color .box section {
    width: calc((100% - (40px * 1)) / 2);
    margin-bottom: 60px;
  }
  .color .box section:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .color .box section:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .color .box section:not(:nth-of-type(2n)) {
    margin-right: 40px;
  }
  .techniques .box .box_l h3 em {
    font-size: 5.0rem;
  }
  .techniques .box .box_r {
    padding-top: 50px;
  }
  .techniques .box .box_r h4 {
    font-size: 2.8rem;
  }
}





@media screen and (max-width: 767px) {
  .slider_box {
    height: auto;
  }
  .slider_box .slider_logo {
    display: none;
  }
  .slider_box .slider {
    position: relative;
    width: 100%;
    height: inherit;
  }
  .slider_box .slider section .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .slider_box .slider section h3 {
    display: none !important;
  }
  .slider_box .slider section .txt {
    display: none !important;
  }


  .order-made {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .order-made .box_l h3.title01 span {
    margin-bottom: 6vw;
  }
  .order-made .box_l h3.title01 em::before {
    top: -3vw;
  }
  .order-made .box_l .comment {
    font-size: 1.8rem;
  }
  .order-made .box_l .about {
    margin-bottom: 5vw;
  }
  .order-made .box_l .btn p {
    width: calc((100% - 5vw) / 2);
  }
  .order-made .box_l .btn p:nth-of-type(1) {
    margin-right: 5vw;
  }
  .order-made .box_l .btn p a {
    font-size: 1.4rem;
    padding: .6em .3em;
  }
  .order-made .img_slide {
    width: 100%;
    height: auto;
  }
  .order-made .img_slide .slider {
    height: auto;
  }
  .order-made .img_slide .slick-list ,
  .order-made .img_slide .slick-list div {
    height: auto;
  }
  .order-made .img_slide section::before {
    top: 4vw;
    left: 5vw;
    width: 15.645vw;
    height: 6.258vw;
  }
  .order-made .img_slide section .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .order-made .img_slide section .txt {
    position: absolute;
    bottom: 6vw;
    right: 3vw;
    width: 40vw;
  }
  .order-made .img_slide .dots-box {
    bottom: 3vw;
    right: 3vw;
  }
  .order-made .img_slide .dots-box li {
    width: 5vw;
    margin: 0 1vw;
  }
  .color {
    padding-bottom: 15vw;
  }
  .color .box section {
    width: calc((100% - (5vw * 1)) / 2);
    margin-bottom: 10vw;
  }
  .color .box section:not(:nth-of-type(2n)) {
    margin-right: 5vw;
  }
  .color .box section .img {
    margin-bottom: 3vw;
  }
  .color .box section h4 {
    margin-bottom: 6vw;
  }
  .color .box section h4::after {
    bottom: -3vw;
    width: 35vw;
  }
  .color .box section h4 span {
    font-size: 1.8rem;
  }
  .product {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .product .comment {
    display: flex;
    padding: 0 4%;
  }
  .product .comment p {
    text-align: left;
  }
  .tbl_box {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .tbl_box .tbl {
    margin-bottom: 5vw;
  }
  .tbl_box .tbl table:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .tbl_box .tbl table tr th ,
  .tbl_box .tbl table tr td {
    padding: .6em .3em;
    font-size: 1.3rem;
  }
  .tbl_box .tbl table thead tr th {
    padding: .6em .3em;
  }
  .tbl_box .tbl table thead tr th:nth-of-type(1) {
    width: 20vw;
  }
  .tbl_box .tbl table thead tr th:not(:nth-of-type(1)) {
    width: calc((100% - 20vw) / 4);
  }
  .works {
    padding-bottom: 15vw;
  }
  .works ul {
    flex-direction: column;
    margin-bottom: 5vw;
  }
  .works ul li {
    width: 100%;
  }
  .works ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .works .btn p a {
    padding: .6em 3em;
  }
  .works .btn p a::after {
    right: 1em;
  }
  .company {
    padding-bottom: 15vw;
  }
  .company .box {
    margin-bottom: 5vw;
  }
  .company .box .box_l dl {
    flex-direction: column;
  }
  .company .box .box_l dl:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .company .box .box_l dl dt {
    width: 100%;
    padding: .6em;
    padding-bottom: 0;
    font-weight: 700;
  }
  .company .box .box_l dl dd {
    width: 100%;
    padding: .6em;
    padding-top: .3em;
    flex-direction: column;
  }
  .company .box .box_l dl dd span:nth-of-type(1)::after {
    display: none;
  }
  .company .box .box_r {
    height: 60vh;
    padding-top: 5vw;
  }
  .company .comment {
    padding: .6em 1em;
  }
  .techniques {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .techniques .box {
    display: flex;
    flex-direction: column;
  }
  .techniques .box .box_l {
    margin-right: 0;
    display: contents;
  }
  .techniques .box .box_l h3 {
    order: -99;
    margin-bottom: 5vw;
  }
  .techniques .box .box_l h3 span {
    padding-left: 25vw;
    font-size: 2.0rem;
  }
  .techniques .box .box_l h3 span::before {
    left: 0;
    width: 20vw;
  }
  .techniques .box .box_l h3 em {
    font-size: 4.0rem;
    padding-left: .4em;
  }
  .techniques .box .box_l .img {
    order: -50;
    margin-left: 0;
    margin-bottom: 5vw;
    width: 100%;
  }
  .techniques .box .box_r {
    display: contents;
    max-width: inherit;
    padding-top: 0;
    margin-left: 0;
  }
  .techniques .box .box_r h4 {
    order: -99;
    font-size: 2.4rem;
    margin-bottom: .8em;
  }
  .techniques .box .box_r .comment p {
    order: 99;
    font-size: 1.6rem;
  }
  .sub_img {
    height: auto;
  }
  .sub_img p img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  


}

