/* =============================================================
    Page
============================================================= */
/* about
------------------------------------------------------------- */
#km-about img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #km-about .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #km-about .sp {
    display: none;
  }
}
@media screen and (max-device-width: 639px) {
  #km-about .pc_d {
    display: none;
  }
}
@media screen and (min-device-width: 769px) {
  #km-about .sp_d {
    display: none;
  }
}
#km-about .hide {
  display: none;
}
#km-about h1 {
  margin: inherit;
}
#km-about a[href^="tel:"] {
  pointer-events: none;
}
#km-about .mb0 {
  margin-bottom: 0;
}
#km-about .wrapper {
  width: 100%;
}
#km-about .hide {
  display: none;
}
#km-about .list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
#km-about a {
  text-decoration: none;
  color: #101010;
}
#km-about a:hover img {
  opacity: 0.7;
  /*　*************************************************************************
   　基本設定 PC/SP 共通
   *****************************************************************************　*/
}
#km-about .section_wrapper {
  width: 100%;
  padding: 60px 0;
}
#km-about .section_wrapper.beige {
  background-color: #f8f5ee;
}
#km-about .section_wrapper.beige_g {
  padding: 60px 0 0;
  background: linear-gradient(#f8f5ee, #FFFFFF);
}
#km-about .section_wrapper.char {
  padding: 0 0 60px;
}
#km-about .seciton_inner {
  max-width: 920px;
  margin: 0 auto;
}
#km-about .seciton_inner .icon {
  margin: 60px;
  text-align: center;
}
#km-about .seciton_inner .icon img {
  display: inline-block;
}
#km-about .title_label {
  margin: 0;
}
#km-about .center {
  text-align: center;
  /* text */
}
#km-about .strong {
  font-size: 180%;
  padding: 0 4px;
}
#km-about .chusyaku {
  font-size: 50%;
  vertical-align: 60%;
  padding: 0 4px;
}
#km-about .text_ll {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: calc(60px - 36px);
}
#km-about .text_l {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: calc(60px - 24px);
}
#km-about .text_s {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: calc(60px - 20px);
}
#km-about .text_ss {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#km-about .text_photo {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}
#km-about .items {
  position: relative;
  display: flex;
  align-items: flex-end;
}
#km-about .items .bg {
  width: 100%;
}
#km-about .items .btn {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  /* 写真  */
}
#km-about .photo {
  text-align: center;
}
#km-about .photo img {
  vertical-align: bottom;
  width: 100%;
}
#km-about .photo.country img {
  max-width: 620px;
  /* 成分一覧 */
}
#km-about .component_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 740px;
}
#km-about .component_list .component {
  margin-bottom: 30px;
}
#km-about .component_list .component img {
  vertical-align: bottom;
  width: 100%;
}
#km-about .component_list .component:last-child {
  margin-bottom: 0;
  /* CSR  */
}
#km-about .csr {
  margin-bottom: 120px;
}
#km-about .csr.last {
  margin-bottom: 0;
}
#km-about .line {
  margin: -30px auto 60px;
  width: 780px;
}
#km-about .line img {
  vertical-align: bottom;
  width: 100%;
}
#km-about .mb60 {
  margin-bottom: 60px;
}
#km-about .mb30 {
  margin-bottom: 30px;
  /*　*************************************************************************
   　スマホ
   *****************************************************************************　*/
}
@media screen and (max-width: 639px) {
  #km-about .section_wrapper {
    width: 100%;
    padding: 30px 0;
  }
  #km-about .seciton_inner {
    width: calc(100% - 32px);
    margin: auto;
  }
  #km-about .seciton_inner .icon {
    margin: 30px;
  }
  #km-about .seciton_inner .icon img {
    width: 60px;
  }
  #km-about .title_label {
    width: 100%;
  }
  #km-about .title_label img {
    vertical-align: bottom;
    width: 100%;
  }
  #km-about .text_ll {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: calc(30px - 36px);
  }
  #km-about .text_l {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: calc(50px - 24px);
  }
  #km-about .text_s {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: calc(30px - 20px);
  }
  #km-about .text_ss {
    font-size: 10px;
    font-weight: 400;
    margin: 0;
  }
  #km-about .text_photo {
    font-size: 10px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
  }
  #km-about .chusyaku {
    font-size: 50%;
    vertical-align: 30%;
    padding: 0 2px;
    /*　商品一覧へ　*/
  }
  #km-about .items .btn img {
    width: 60%;
  }
  #km-about .component_list {
    width: 100%;
  }
  #km-about .component_list .component {
    margin-bottom: 15px;
  }
  #km-about .component_list .component img {
    vertical-align: bottom;
    width: 100%;
    /* CSR  */
  }
  #km-about .csr {
    margin-bottom: 60px;
  }
  #km-about .csr.last {
    margin-bottom: 0;
  }
  #km-about .line {
    margin: -15px auto 30px;
    width: 75%;
  }
  #km-about .line img {
    vertical-align: bottom;
    width: 100%;
  }
  #km-about .mb60 {
    margin-bottom: 30px;
  }
  #km-about .mb30 {
    margin-bottom: 15px;
  }
}
