@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
section {
  margin-bottom: 8em;
}

.btn-area {
  text-align: center;
  margin: 2em 0;
}
.btn-area .btn-caption {
  font-size: 14px;
  color: #5c4522;
  margin-bottom: 1.5em;
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-weight: 500;
}
.btn-area .btn-caption::before, .btn-area .btn-caption::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1px;
  background: #d5c2a4;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.btn-area .btn-caption::before {
  left: -15px;
}
.btn-area .btn-caption::after {
  right: -15px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.btn-area .btn-caption span {
  display: inline-block;
}

.page-link {
  margin-bottom: 7.5em;
}
.page-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.page-link ul li {
  position: relative;
  margin-right: 5%;
  margin-bottom: 2em;
  width: 21.25%;
}
.page-link ul li:nth-of-type(4n) {
  margin-right: 0;
}
.page-link ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#e6d8b9 1px, transparent 1px);
  background-size: 6px 4px;
  background-repeat: repeat-x;
}
.page-link ul li a {
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  padding: 0 1em 0 0;
  font-size: 0.95rem;
  font-weight: bold;
}
.page-link ul li a:after {
  content: "";
  position: absolute;
  right: 0.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #472800;
}
.page-link ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.page-link ul li a:hover:after {
  top: calc(50% + 3px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-link ul li a span {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.75rem;
  font-weight: 400;
}

/* -------------------------------------------- */
/* ストーリー */
/* -------------------------------------------- */
#story .story-in {
  position: relative;
}
#story .story-in .top-illust li {
  position: absolute;
  z-index: -1;
  width: 25%;
}
#story .story-in .top-illust li.left {
  left: -2em;
  top: 3em;
}
#story .story-in .top-illust li.right {
  right: -2em;
  bottom: 5em;
}
#story .story-in h3 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#story .story-in h3 span {
  display: inline-block;
}
#story .story-in .text {
  max-width: 630px;
  margin: 0 auto 3em;
  text-align: center;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 2.4;
}
#story .story-in .text .read span {
  display: inline-block;
}
#story .bottom-illust ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#story .bottom-illust ul li {
  width: 40%;
}
#story .bottom-illust ul li.right {
  text-align: right;
}

/* -------------------------------------------- */
/* 製品紹介 */
/* -------------------------------------------- */
#introduction .introduction-in .block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8em;
}
#introduction .introduction-in .block:last-child {
  margin-bottom: 0;
}
#introduction .introduction-in .block .photo {
  width: 55%;
  margin-right: 5%;
  line-height: 0;
}
#introduction .introduction-in .block dl {
  width: 40%;
}
#introduction .introduction-in .block dl dt {
  margin-bottom: 2em;
}
#introduction .introduction-in .block dl dt .en {
  font-weight: 400;
  font-size: 0.9rem;
}
#introduction .introduction-in .block dl dt h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
#introduction .introduction-in .block dl dt h3 span {
  display: inline-block;
}
#introduction .introduction-in .block dl dd {
  font-weight: 400;
}
#introduction .introduction-in .block.re-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#introduction .introduction-in .block.re-block .photo {
  margin-right: 0;
  text-align: right;
}
#introduction .introduction-in .block.re-block dl {
  margin-right: 5%;
}
#introduction .introduction-in .block.soft-block:before {
  position: absolute;
  top: -4.5em;
  left: -1em;
  width: 123px;
  height: 79px;
  background: url("/products/image/introduction_deco01.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#introduction .introduction-in .block.soft-block:after {
  position: absolute;
  bottom: -1.5em;
  right: -1em;
  width: 196px;
  height: 154px;
  background: url("/products/image/introduction_deco02.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#introduction .introduction-in .block.tough-block:before {
  position: absolute;
  top: -1em;
  left: 4em;
  width: 298px;
  height: 191px;
  background: url("/products/image/introduction_deco03.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#introduction .introduction-in .block.landscape-block:before {
  position: absolute;
  top: 0;
  right: -1em;
  width: 126px;
  height: 125px;
  background: url("/products/image/introduction_deco04.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#introduction .introduction-in .block.landscape-block:after {
  position: absolute;
  bottom: 1em;
  right: 30%;
  width: 167px;
  height: 78px;
  background: url("/products/image/introduction_deco05.png") no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  z-index: -1;
}

/* -------------------------------------------- */
/* 製品ラインナップ */
/* -------------------------------------------- */
#lineup {
  margin-bottom: 10em;
}
#lineup .main-read {
  margin-bottom: 2em;
  text-align: center;
}
#lineup .main-read a {
  text-decoration: underline;
}
#lineup .main-read a:hover {
  text-decoration: none;
}
#lineup .lineup-in .block {
  margin-bottom: 3em;
  padding: 3em 2em;
  background: #fff;
  border-radius: 30px;
}
#lineup .lineup-in .block .main-read {
  margin-bottom: 2em;
  text-align: center;
}
#lineup .lineup-in .block h3 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#lineup .lineup-in .block h3 span {
  display: inline-block;
}
#lineup .lineup-in .block .box {
  max-width: 1000px;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#lineup .lineup-in .block .box:last-child {
  margin-bottom: 0;
}
#lineup .lineup-in .block .box .photo {
  width: 40%;
  margin-right: 5%;
  margin-top: 1em;
}
#lineup .lineup-in .block .box .photo img {
  border-radius: 5px;
}
#lineup .lineup-in .block .box .text {
  width: 55%;
}
#lineup .lineup-in .block .box .text h4 {
  margin-bottom: 1rem;
}
#lineup .lineup-in .block .box .text .read {
  margin-bottom: 1em;
}
#lineup .lineup-in .block .box .text .read:last-child {
  margin-bottom: 0;
}
#lineup .lineup-in .block.big h3 {
  color: #c76344;
}
#lineup .lineup-in .block.small h3 {
  color: #7e9844;
}
#lineup .lineup-in .block.exterior h3 {
  color: #3d71af;
}
#lineup .base-btn a {
  max-width: 450px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
#lineup .base-btn a:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
}
#lineup .base-btn a span {
  display: inline-block;
}

/* -------------------------------------------- */
/* 形状について */
/* -------------------------------------------- */
#shape {
  position: relative;
  padding: 7em 0;
  background: #f7f1e6;
}
#shape:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: -1;
  background: url("/common_img/scene_line.png") repeat-x;
  background-size: cover;
}
#shape:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: -1;
  background: url("/common_img/scene_line.png") repeat-x;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#shape .shape-in .catch-area {
  position: relative;
  margin-bottom: 3em;
}
#shape .shape-in .catch-area .text {
  margin-bottom: 5em;
}
#shape .shape-in .catch-area .text h3 {
  margin-bottom: 1.5rem;
}
#shape .shape-in .catch-area .text h3 .title-wave {
  margin-bottom: 0.8em;
}
#shape .shape-in .catch-area .text h3 .title-wave sup {
  vertical-align: revert;
}
#shape .shape-in .catch-area .text .read {
  width: 50%;
  font-size: 1rem;
}
#shape .shape-in .catch-area .photo {
  position: absolute;
  top: -6em;
  right: 0;
  width: 45%;
}
#shape .shape-in .photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5em;
}
#shape .shape-in .photo-list dl {
  width: 30%;
}
#shape .shape-in .photo-list dl dt {
  text-align: center;
  line-height: 0;
}
#shape .shape-in .photo-list dl dd {
  position: relative;
  top: -2em;
  padding: 1.5em;
  background: #fff;
  border-radius: 100px;
  font-size: 1.15rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}
#shape .shape-in .photo-list dl dd span {
  display: inline-block;
}
#shape .shape-in .fairtrade h3 {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.6rem;
  z-index: 1;
  font-weight: bold;
}
#shape .shape-in .fairtrade h3 span {
  position: relative;
  display: inline-block;
}
#shape .shape-in .fairtrade h3 span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 9999px;
  z-index: -1;
}
#shape .shape-in .fairtrade .fairtrade-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 3em 4em;
  background: #f5ebdc;
  border-radius: 30px;
}
#shape .shape-in .fairtrade .fairtrade-in .text {
  width: 68%;
  margin-right: 5%;
}
#shape .shape-in .fairtrade .fairtrade-in .text .read {
  margin-bottom: 1em;
}
#shape .shape-in .fairtrade .fairtrade-in .text .read:last-child {
  margin-bottom: 0;
}
#shape .shape-in .fairtrade .fairtrade-in .text .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn {
  width: 48%;
}
#shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn a {
  width: 100%;
  max-width: inherit;
  background: #fff;
  color: #472800;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn a:after {
  border-left: 6px solid #472800;
}
#shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn a .icon {
  border-top: 6px solid #472800;
}
#shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn a .icon:after {
  background-color: #472800;
}
#shape .shape-in .fairtrade .fairtrade-in .photo {
  width: 27%;
  text-align: right;
}
#shape .shape-in .fairtrade .fairtrade-in .photo img {
  border-radius: 5px;
}

/* -------------------------------------------- */
/* 設置条件 */
/* -------------------------------------------- */
#condition .condition-in {
  margin-bottom: 4em;
  padding: 3em 2em;
  background: #fff;
  border-radius: 30px;
}
#condition .condition-in .wide-area {
  max-width: 800px;
  margin: 0 auto 2em;
}
#condition .condition-in .wide-area h3 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#condition .condition-in .wide-area h3 span {
  display: inline-block;
}
#condition .condition-in .wide-area .photo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#condition .condition-in .wide-area .photo-area dl {
  width: 48%;
  text-align: center;
}
#condition .condition-in .wide-area .photo-area dl dt img {
  border-radius: 5px;
  line-height: 0;
}
#condition .condition-in .condition-before {
  max-width: 800px;
  margin: 0 auto 2em;
}
#condition .condition-in .condition-before h4 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
#condition .condition-in .condition-before h4 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#condition .condition-in .condition-before h4 span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f7f1e6;
  border-radius: 9999px;
  z-index: -1;
}
#condition .base-btn a {
  max-width: 450px;
  font-size: 1.25rem;
  font-weight: bold;
}
#condition .base-btn a:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
}
#condition .base-btn a span {
  display: inline-block;
}

/* -------------------------------------------- */
/* メンテナンス */
/* -------------------------------------------- */
#maintenance .maintenance-in .catch-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3em;
}
#maintenance .maintenance-in .catch-area .text {
  width: 50%;
  margin-bottom: 2em;
}
#maintenance .maintenance-in .catch-area .text h3 {
  margin-bottom: 1.5rem;
}
#maintenance .maintenance-in .catch-area .text h3 .title-wave {
  margin-bottom: 0.8em;
}
#maintenance .maintenance-in .catch-area .text h3 .title-wave sup {
  vertical-align: revert;
}
#maintenance .maintenance-in .catch-area .photo {
  width: 45%;
  margin-left: 5%;
}
#maintenance .maintenance-in .catch-area .photo img {
  border-radius: 5px;
}
#maintenance .maintenance-in .note h4 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}
#maintenance .maintenance-in .note ul {
  padding-left: 0.5em;
}
#maintenance .maintenance-in .note ul li {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 1em;
  font-size: 0.85rem;
}
#maintenance .maintenance-in .note ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "\f111";
  font-weight: 900;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Duotone", "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  font-size: 0.4rem;
  line-height: 1;
  color: #235d06;
}

/* -------------------------------------------- */
/* 設置代理店募集 */
/* -------------------------------------------- */
#agent .agent-in {
  position: relative;
  min-height: 650px;
}
#agent .agent-in .catch-area .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
}
#agent .agent-in .catch-area .photo img {
  border-radius: 0 30px 30px 0;
  height: 650px;
  width: 100%;
}
#agent .agent-in .catch-area .text {
  width: 45%;
  margin: 0 0 0 auto;
}
#agent .agent-in .catch-area .text h3 {
  margin-bottom: 3rem;
  padding-top: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
#agent .agent-in .catch-area .text h3 span {
  display: inline-block;
}
#agent .agent-in .catch-area .text .read {
  margin-bottom: 1.5rem;
}
#agent .agent-in .catch-area .text .base-btn {
  text-align: left;
}
#agent .agent-in .catch-area .text .base-btn a {
  text-align: center;
}

/* -------------------------------------------- */
/* 会社概要 */
/* -------------------------------------------- */
#company h3 {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
#company .company-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em 4%;
  margin-bottom: 3em;
}
#company .company-in .box {
  width: 48%;
}
#company .company-in .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
  font-size: 0.95rem;
  font-weight: 500;
}
#company .company-in .box dl dt {
  width: 25%;
  min-width: 115px;
  color: #92723f;
}
#company .company-in .box dl dd em {
  display: inline-block;
}
#company .read {
  text-align: center;
}
#company .read span {
  display: inline-block;
}

/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .page-link ul li {
    margin-right: 5%;
    width: 28.333%;
  }
  .page-link ul li:nth-of-type(4n) {
    margin-right: 5%;
  }
  .page-link ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  /* -------------------------------------------- */
  /* ストーリー */
  /* -------------------------------------------- */
  #story .story-in .top-illust {
    margin-bottom: 1em;
  }
  #story .story-in .top-illust ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #story .story-in .top-illust ul li {
    width: 35%;
    position: static;
  }
  #story .story-in .top-illust ul li.left {
    margin-bottom: 3em;
  }
  #story .story-in h3 {
    font-size: 1.7rem;
  }
  #story .story-in .text {
    font-size: 1.05rem;
    line-height: 2.4;
  }
  /* -------------------------------------------- */
  /* 製品紹介 */
  /* -------------------------------------------- */
  #introduction .introduction-in .block dl dt {
    margin-bottom: 1em;
  }
  #introduction .introduction-in .block dl dt .en {
    font-size: 0.85rem;
  }
  #introduction .introduction-in .block dl dt h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  /* -------------------------------------------- */
  /* 製品ラインナップ */
  /* -------------------------------------------- */
  #lineup .lineup-in .block h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  /* -------------------------------------------- */
  /* 形状について */
  /* -------------------------------------------- */
  #shape .shape-in .catch-area {
    margin-bottom: 3em;
  }
  #shape .shape-in .catch-area .text {
    margin-bottom: 0;
  }
  #shape .shape-in .catch-area .text h3 {
    margin-bottom: 1.5rem;
  }
  #shape .shape-in .catch-area .text h3 .title-wave {
    margin-bottom: 0.8em;
  }
  #shape .shape-in .catch-area .text .read {
    font-size: 1rem;
    width: 100%;
  }
  #shape .shape-in .catch-area .photo {
    top: auto;
    bottom: 7em;
    width: 37%;
  }
  #shape .shape-in .photo-list {
    margin-bottom: 3em;
  }
  #shape .shape-in .photo-list dl {
    width: 31.5%;
  }
  #shape .shape-in .photo-list dl dd {
    top: -2em;
    padding: 1em 0.8em;
    font-size: 1rem;
  }
  #shape .shape-in .fairtrade h3 {
    font-size: 1.4rem;
  }
  #shape .shape-in .fairtrade .fairtrade-in {
    padding: 2em;
  }
  #shape .shape-in .fairtrade .fairtrade-in .text {
    width: 70%;
    margin-right: 3%;
  }
  #shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn {
    width: 49%;
  }
  /* -------------------------------------------- */
  /* 設置条件 */
  /* -------------------------------------------- */
  #condition .condition-in .wide-area h3 {
    font-size: 1.6rem;
  }
  /* -------------------------------------------- */
  /* 設置代理店募集 */
  /* -------------------------------------------- */
  #agent .agent-in {
    min-height: 600px;
  }
  #agent .agent-in .catch-area .photo {
    width: 50%;
  }
  #agent .agent-in .catch-area .photo img {
    height: 600px;
  }
  #agent .agent-in .catch-area .text {
    width: 45%;
    margin: 0 0 0 auto;
  }
  #agent .agent-in .catch-area .text h3 {
    margin-bottom: 2rem;
    padding-top: 0;
    font-size: 1.4rem;
  }
  #agent .agent-in .catch-area .text h3 span {
    display: inline;
  }
  #agent .agent-in .catch-area .text .read {
    margin-bottom: 2rem;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  section {
    margin-bottom: 5em;
  }
  .page-link {
    margin-bottom: 3em;
  }
  .page-link ul li {
    margin-right: 5%;
    width: 47.5%;
  }
  .page-link ul li:nth-of-type(4n) {
    margin-right: 5%;
  }
  .page-link ul li:nth-of-type(3n) {
    margin-right: 5%;
  }
  .page-link ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* -------------------------------------------- */
  /* ストーリー */
  /* -------------------------------------------- */
  #story .story-in .top-illust ul li.left {
    margin-bottom: 1em;
  }
  #story .story-in h3 {
    font-size: 1.6rem;
  }
  #story .story-in .text {
    margin-bottom: 1.5em;
    font-size: 1rem;
    text-align: left;
    line-height: 1.9;
  }
  /* -------------------------------------------- */
  /* 製品紹介 */
  /* -------------------------------------------- */
  #introduction .introduction-in .block {
    display: block;
    margin-bottom: 5em;
  }
  #introduction .introduction-in .block dl {
    width: 100%;
  }
  #introduction .introduction-in .block dl dt {
    margin-bottom: 1em;
  }
  #introduction .introduction-in .block dl dt .en {
    font-size: 0.85rem;
  }
  #introduction .introduction-in .block dl dt h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #introduction .introduction-in .block .photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    text-align: center;
  }
  #introduction .introduction-in .block.soft-block:before {
    top: -2.5em;
    left: -1em;
    width: 100px;
    height: 66px;
  }
  #introduction .introduction-in .block.soft-block:after {
    bottom: -3em;
    right: -1em;
    width: 150px;
    height: 110px;
  }
  #introduction .introduction-in .block.tough-block:before {
    top: auto;
    bottom: -4em;
    right: 0;
    left: auto;
    width: 225px;
    height: 150px;
  }
  #introduction .introduction-in .block.landscape-block:before {
    top: 60%;
    right: -1em;
    width: 100px;
    height: 99px;
  }
  #introduction .introduction-in .block.landscape-block:after {
    bottom: -2em;
    right: auto;
    left: 0;
    width: 150px;
    height: 70px;
  }
  /* -------------------------------------------- */
  /* 製品ラインナップ */
  /* -------------------------------------------- */
  #lineup {
    margin-bottom: 7em;
  }
  #lineup .lineup-in .block {
    margin-bottom: 3em;
    padding: 2em 1.5em;
  }
  #lineup .lineup-in .block h3 {
    font-size: 1.4rem;
  }
  #lineup .base-btn a {
    font-size: 1.2rem;
  }
  /* -------------------------------------------- */
  /* 形状について */
  /* -------------------------------------------- */
  #shape {
    padding: 4em 0;
  }
  #shape .shape-in .catch-area {
    margin-bottom: 3em;
  }
  #shape .shape-in .catch-area .text {
    margin-bottom: 0;
  }
  #shape .shape-in .catch-area .text h3 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #shape .shape-in .catch-area .text h3 .title-wave {
    margin-bottom: 0.8em;
  }
  #shape .shape-in .catch-area .text .read {
    margin-bottom: 1em;
  }
  #shape .shape-in .catch-area .photo {
    width: 100%;
    position: static;
    text-align: center;
  }
  #shape .shape-in .catch-area .photo img {
    width: 400px;
  }
  #shape .shape-in .photo-list {
    margin-bottom: 3em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #shape .shape-in .photo-list dl {
    width: 48%;
  }
  #shape .shape-in .photo-list dl dd {
    top: -2em;
    padding: 1em 0.8em;
    font-size: 0.95rem;
  }
  #shape .shape-in .photo-list dl:first-child {
    margin-right: 4%;
  }
  #shape .shape-in .fairtrade h3 {
    font-size: 1.3rem;
  }
  #shape .shape-in .fairtrade .fairtrade-in {
    padding: 1.5em;
    display: block;
  }
  #shape .shape-in .fairtrade .fairtrade-in .text {
    width: 100%;
    margin-right: 0;
  }
  #shape .shape-in .fairtrade .fairtrade-in .text .btn-area {
    display: block;
    margin: 2em 0 1em;
  }
  #shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn {
    margin-bottom: 1em;
    width: 100%;
  }
  #shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn:last-child {
    margin-bottom: 0;
  }
  #shape .shape-in .fairtrade .fairtrade-in .photo {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  /* -------------------------------------------- */
  /* 設置条件 */
  /* -------------------------------------------- */
  #condition .condition-in {
    padding: 1.5em;
  }
  #condition .condition-in .wide-area h3 {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  #condition .condition-in .photo-area dl dt {
    line-height: 0;
  }
  #condition .condition-in .photo-area dl dd .title-wave {
    font-size: 1.1rem;
  }
  #condition .condition-in .condition-before {
    max-width: 800px;
    margin: 0 auto;
  }
  #condition .condition-in .condition-before h4 {
    font-size: 1.2rem;
  }
  #condition .base-btn a {
    font-size: 1.2rem;
  }
  /* -------------------------------------------- */
  /* メンテナンス */
  /* -------------------------------------------- */
  #maintenance .maintenance-in .catch-area {
    display: block;
  }
  #maintenance .maintenance-in .catch-area .text {
    width: 100%;
  }
  #maintenance .maintenance-in .catch-area .text h3 {
    text-align: center;
  }
  #maintenance .maintenance-in .catch-area .photo {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #maintenance .maintenance-in .note h4 {
    font-size: 1rem;
  }
  #maintenance .maintenance-in .note ul {
    padding-left: 0;
  }
  /* -------------------------------------------- */
  /* 設置代理店募集 */
  /* -------------------------------------------- */
  #agent .agent-in {
    min-height: auto;
  }
  #agent .agent-in .inblock {
    width: 100%;
  }
  #agent .agent-in .catch-area .photo {
    position: static;
    margin-bottom: 1em;
    width: 95%;
  }
  #agent .agent-in .catch-area .photo img {
    height: 550px;
  }
  #agent .agent-in .catch-area .text {
    width: 90%;
    margin: 0 auto;
  }
  #agent .agent-in .catch-area .text h3 {
    margin-bottom: 1rem;
  }
  #agent .agent-in .catch-area .text h3 span {
    display: block;
  }
  #agent .agent-in .catch-area .text .base-btn {
    text-align: center;
  }
  /* -------------------------------------------- */
  /* 会社概要 */
  /* -------------------------------------------- */
  #company .company-in {
    display: block;
  }
  #company .company-in .box {
    width: 100%;
  }
  #company .company-in .box dl {
    width: 100%;
    margin-bottom: 1em;
    font-size: 0.95rem;
  }
  #company .read {
    text-align: left;
  }
  #company .read span {
    display: inline;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .btn-area .btn-caption span {
    display: block;
  }
  .page-link ul li {
    margin-right: 4%;
    margin-bottom: 1.5em;
    width: 48%;
  }
  .page-link ul li:nth-of-type(4n) {
    margin-right: 4%;
  }
  .page-link ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .page-link ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page-link ul li a {
    padding: 0 1em 0 0;
    font-size: 0.85rem;
  }
  .page-link ul li a span {
    margin-right: 0.7em;
    font-size: 0.65rem;
  }
  /* -------------------------------------------- */
  /* ストーリー */
  /* -------------------------------------------- */
  #story .story-in h3 {
    font-size: 1.4rem;
  }
  /* -------------------------------------------- */
  /* 製品紹介 */
  /* -------------------------------------------- */
  #introduction .introduction-in .block dl dt .en {
    font-size: 0.8rem;
  }
  #introduction .introduction-in .block dl dt h3 {
    font-size: 1.4rem;
  }
  #introduction .introduction-in .block dl dt h3 span {
    display: block;
  }
  #introduction .introduction-in .block.soft-block:before {
    top: -2.5em;
    left: -1em;
    width: 70px;
    height: 45px;
  }
  #introduction .introduction-in .block.soft-block:after {
    bottom: -3em;
    right: -1em;
    width: 120px;
    height: 90px;
  }
  #introduction .introduction-in .block.tough-block:before {
    bottom: -3em;
    width: 190px;
    height: 122px;
  }
  #introduction .introduction-in .block.landscape-block:before {
    top: 40%;
    right: 0;
    width: 80px;
    height: 79px;
  }
  #introduction .introduction-in .block.landscape-block:after {
    bottom: -2em;
    width: 120px;
    height: 55px;
  }
  /* -------------------------------------------- */
  /* 製品ラインナップ */
  /* -------------------------------------------- */
  #lineup .lineup-in .block {
    margin-bottom: 2em;
    padding: 1.5em 1.5em;
  }
  #lineup .lineup-in .block h3 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
  #lineup .lineup-in .block h3 span {
    display: block;
    line-height: 1.4;
  }
  #lineup .lineup-in .block .box {
    max-width: 800px;
    margin: 0 auto 3em;
    display: block;
  }
  #lineup .lineup-in .block .box .photo {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  #lineup .lineup-in .block .box .text {
    width: 100%;
  }
  #lineup .base-btn a {
    font-size: 1.15rem;
  }
  #lineup .base-btn a:after {
    right: 0.7em;
  }
  /* -------------------------------------------- */
  /* 形状について */
  /* -------------------------------------------- */
  #shape .shape-in .catch-area {
    margin-bottom: 3em;
  }
  #shape .shape-in .catch-area .text {
    margin-bottom: 0;
  }
  #shape .shape-in .catch-area .text h3 {
    margin-bottom: 1.5rem;
    text-align: left;
  }
  #shape .shape-in .catch-area .text h3 .title-wave {
    margin-bottom: 0.8em;
  }
  #shape .shape-in .catch-area .text h3 .title-wave br {
    display: none;
  }
  #shape .shape-in .catch-area .text .read {
    margin-bottom: 1em;
  }
  #shape .shape-in .catch-area .photo {
    width: 100%;
    position: static;
    text-align: center;
  }
  #shape .shape-in .catch-area .photo img {
    width: 400px;
  }
  #shape .shape-in .photo-list {
    margin-bottom: 1em;
    display: block;
  }
  #shape .shape-in .photo-list dl {
    width: 100%;
  }
  #shape .shape-in .photo-list dl dd {
    top: -2em;
    padding: 1em 0.8em;
    font-size: 1rem;
  }
  #shape .shape-in .photo-list dl:first-child {
    margin-right: 0;
  }
  #shape .shape-in .fairtrade h3 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
  #shape .shape-in .fairtrade .fairtrade-in {
    padding: 2em 1.5em;
  }
  #shape .shape-in .fairtrade .fairtrade-in .text .btn-area .base-btn a {
    padding: 0.8em 1.5em 0.8em 1em;
  }
  #shape .shape-in .fairtrade .fairtrade-in .photo {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  /* -------------------------------------------- */
  /* 設置条件 */
  /* -------------------------------------------- */
  #condition .condition-in {
    padding: 1.5em;
  }
  #condition .condition-in .wide-area h3 {
    font-size: 1.2rem;
  }
  #condition .condition-in .wide-area h3 span {
    display: block;
  }
  #condition .condition-in .wide-area .photo-area {
    display: block;
  }
  #condition .condition-in .wide-area .photo-area dl {
    width: 100%;
    margin-bottom: 2em;
  }
  #condition .condition-in .wide-area .photo-area dl:last-child {
    margin-bottom: 0;
  }
  #condition .condition-in .condition-before h4 {
    font-size: 1.1rem;
  }
  #condition .base-btn a {
    font-size: 1.15rem;
    line-height: 1.4;
  }
  #condition .base-btn a:after {
    right: 0.7em;
  }
  /* -------------------------------------------- */
  /* 設置代理店募集 */
  /* -------------------------------------------- */
  #agent .agent-in .catch-area .photo img {
    height: 400px;
  }
  #agent .agent-in .catch-area .text h3 {
    font-size: 1.6rem;
  }
  #agent .agent-in .catch-area .text h3 span {
    display: inline;
  }
  /* -------------------------------------------- */
  /* 会社概要 */
  /* -------------------------------------------- */
  #company h3 {
    font-size: 1.2rem;
  }
}