@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 22px;
  }
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 150px 0 105px;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #e8e8e8;
  background-size: clamp(48px, 19%, 200px);
}

/* eccubeのreset打消し  PC
------------------------------------ */
.front_page .ec-layoutRole .ec-layoutRole__contents {
  padding: 0;
}

.ec-layoutRole .ec-layoutRole__contents {
  width: 100% !important;
}

.ec-blockBtn--action {
  max-width: 315px;
  background-color: #ed4a1c;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .ec-blockBtn--action {
    font-size: 1.5rem;
  }
}

.ec-blockBtn--cancel {
  max-width: 315px;
  border-radius: 999px;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .ec-blockBtn--cancel {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__nav a {
    display: flex;
  }
  .ec-layoutRole__header .ec-headerNaviRole .ec-headerNav__itemLink {
    display: inline-block;
    white-space: nowrap;
  }
}
#page_shopping_login .ec-guest .ec-guest__actions a {
  background-color: #F28060;
}
#page_shopping_login .ec-login__actions .ec-blockBtn--cancel {
  background-color: #F28060;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #page_shopping .ec-layoutRole__contents, #page_shopping_confirm .ec-layoutRole__contents {
    padding: 100px 0;
  }
}

.ec-blockTopBtn.pagetop {
  display: none !important;
}

/*  共通パーツ
------------------------------------ */
.com-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-list-item {
    max-width: 252px;
  }
  .com-list-item:not(:nth-of-type(4n-3)) {
    margin-left: 24px;
  }
  .com-list-item:nth-of-type(n+5) {
    margin-top: 36px;
  }
}
.com-list-img {
  text-align: center;
}
.com-list-box {
  margin: -40px auto 0;
  padding: 55px 0 25px;
  border-radius: 10px;
  background: url(../img/bg_pattern_cream.png);
  box-shadow: 6px 7px 10px rgba(34, 34, 34, 0.2);
}
@media screen and (min-width: 768px) {
  .com-list-box {
    height: 310px;
  }
}
.com-list-txt {
  padding: 13px 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .com-list-txt {
    font-size: 1.5rem;
  }
}
.com-list02 {
  display: flex;
  flex-wrap: wrap;
}
.com-list02-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-list02-item {
    max-width: 340px;
  }
  .com-list02-item:not(:nth-of-type(3n-2)) {
    margin-left: 28px;
  }
  .com-list02-item:nth-of-type(n+4) {
    margin-top: 28px;
  }
}
.com-list02-link {
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(34, 34, 34, 0.2);
}
.com-list02-img {
  width: 100%;
  height: 0;
  padding-top: 67.6%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.com-list02-box {
  padding: 25px 0 30px;
}
.com-list02-txt {
  margin: 12px auto 0;
  padding: 0 16px;
  line-height: 1.73;
}
.com-list03-item:nth-of-type(n+2) {
  margin-top: 167px;
}
.com-list03-item:nth-of-type(2n-1) .com-contents-img {
  left: 0;
}
.com-list03-item:nth-of-type(2n-1) .com-contents-box {
  margin-left: auto;
}
.com-list03-item:nth-of-type(2n) .com-contents-img {
  right: 0;
}
@media screen and (min-width: 768px) {
  .com-list03 .com-contents-box {
    min-height: 430px;
  }
}
.com-list03 .com-contents-img {
  top: -90px;
}
.com-list03 .com-contents-txt {
  margin-top: 25px;
}

.com-contents {
  position: relative;
  z-index: 0;
}
.com-contents-img {
  position: absolute;
  top: -60px;
  z-index: -1;
}
.com-contents-img.left {
  left: -90px;
}
.com-contents-box {
  width: 100%;
  padding: 70px 78px 73px;
}
@media screen and (min-width: 768px) {
  .com-contents-box {
    max-width: 710px;
  }
  .com-contents-box.right {
    margin-left: auto;
  }
}
.com-contents-box.bg {
  background: #fff;
}
.com-contents-ttl {
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .com-contents-ttl {
    font-size: 1.8rem;
  }
}
.com-contents-txt {
  margin-top: 42px;
}
.com-contents-txt.ac {
  color: #ed4a1c;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .com-contents-txt.ac {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .com-contents-txt.ac {
    font-size: 1.5rem;
  }
}

.com-point {
  display: flex;
}
.com-point-item {
  max-width: 340px;
}
.com-point-item:not(:nth-of-type(3n-2)) {
  margin-left: 30px;
}
.com-point-link {
  display: block;
  color: #222222;
}
.com-point-ttl {
  display: inline-block;
  padding-top: 8px;
  border-top: 1px solid #ed4a1c;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  color: #ed4a1c;
}
@media screen and (max-width: 768px) {
  .com-point-ttl {
    font-size: 1.5rem;
  }
}
.com-point-ttl .num {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-point-ttl .num {
    font-size: 1.5rem;
  }
}
.com-point-img {
  margin: 5px auto 0;
}
.com-point-txt {
  margin: 13px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-point-txt {
    font-size: 1.5rem;
  }
}

.com-bg01 {
  background: url(../img/bg_pattern_cream.png);
}

.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 29px 0 20px;
  border-bottom: 1px solid #b3b3b3;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-ttl {
    color: #ed4a1c;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 18px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #ed4a1c;
  text-align: center;
  color: #ed4a1c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #222222;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(2n) {
    margin-left: 39px;
  }
  .com-tag-item:nth-of-type(n+3) {
    margin-top: 39px;
  }
}
.com-tag-link {
  max-width: none;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-txt {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt {
    text-align: center;
  }
}
#top-about .about-img {
  margin: 40px auto 0;
  text-align: center;
}

/* top-guide  PC
------------------------------------ */
#top-guide .guide-point {
  margin: 45px auto 0;
}
#top-guide .guide-btn {
  margin: 60px auto 0;
}

/* top-products  PC
------------------------------------ */
.com-products .products-ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #b3b3b3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  color: #222222;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-products .products-ttl {
    font-size: 1.5rem;
  }
}
.com-products .products-left {
  max-width: 240px;
}
.com-products .products-category-ttl {
  margin: 50px auto 0;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ed4a1c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .com-products .products-category-ttl {
    font-size: 1.5rem;
  }
}
.com-products .products-bnr {
  display: block;
  margin: 60px auto 0;
}
.com-products .ec-categoryNaviRole {
  padding: 0;
}
.com-products .ec-itemNav__nav {
  display: block;
}
.com-products .ec-itemNav__nav li {
  float: none;
}
.com-products .ec-itemNav__nav a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-products .ec-itemNav__nav a {
    font-size: 1.5rem;
  }
}
.com-products .bloc-new-products-list {
  margin-top: 30px;
}
.com-products .bloc-new-products-list-box {
  width: 100%;
  max-width: 770px;
}
.com-products .ec-blockBtn--action {
  background-position-x: calc(100% - 10px);
  background-size: 5px;
}

.com-bloc-new-products {
  width: 100%;
  max-width: 240px;
}
.com-bloc-new-products > a {
  display: block;
}
@media screen and (min-width: 768px) {
  .com-bloc-new-products:not(:nth-of-type(3n-2)) {
    margin-left: 25px;
  }
  .com-bloc-new-products:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.com-bloc-new-products .com-img {
  width: 100%;
  height: 0;
  padding-top: 91.6%;
  position: relative;
}
.com-bloc-new-products-info-ttl {
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #222222;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .com-bloc-new-products-info-ttl {
    font-size: 1.5rem;
  }
}
.com-bloc-new-products-info-price {
  margin-top: 10px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #ed4a1c;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-bloc-new-products-info-price {
    font-size: 1.5rem;
  }
}
.com-bloc-new-products-info-btn {
  display: block;
  height: 40px;
  margin: 13px auto 0;
  text-align: center;
  background: url(../img/top/f-arw.png) no-repeat calc(100% - 20px) center #ed4a1c;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-bloc-new-products-info-btn {
    font-size: 1.5rem;
  }
}

.product_page .products-inner {
  padding: 0 !important;
}

/* top-drive  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-drive .drive-con {
    max-width: 550px;
  }
}
#top-drive .drive-txt {
  margin-top: 40px;
}
#top-drive .drive-btn {
  margin-top: 40px;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-item {
    max-width: 340px;
  }
  #top-bnr .bnr-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #top-bnr .bnr-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#top-bnr .bnr-list-link {
  display: block;
  height: 200px;
  padding-top: 100px;
  border: 1px solid #222222;
  border-radius: 10px;
  text-align: center;
  transform: translateY(0);
  color: #222222;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    transform: translateY(-5px);
  }
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr-ico01.png) no-repeat center 47px, url(../img/top/bnr-arw.png) no-repeat calc(100% - 14px) calc(100% - 14px);
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr-ico02.png) no-repeat center 40px, url(../img/top/bnr-arw.png) no-repeat calc(100% - 14px) calc(100% - 14px);
}
#top-bnr .bnr-list-link03 {
  background: url(../img/top/bnr-ico03.png) no-repeat center 47px, url(../img/top/bnr-arw.png) no-repeat calc(100% - 14px) calc(100% - 14px);
}
#top-bnr .bnr-list-ttl {
  line-height: 1;
}
#top-bnr .bnr-list-ttl .ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .ja {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-ttl .en {
  margin: 18px auto 0;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #ed4a1c;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .en {
    font-size: 1.5rem;
  }
}

/* top-news  PC
------------------------------------ */
#top-news {
  padding-bottom: 100px;
}
#top-news .news-ttl {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #top-news .news-btn {
    margin-top: 55px;
  }
}
#top-news .news-post {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-news .news-post {
    max-width: 728px;
  }
}

/* =========================================

  sub layout  all

========================================= */
/* オンラインショップ  PC
------------------------------------ */
.ec-productRole .ec-productRole__title .ec-headingTitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  color: #222222;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 1.5rem;
  }
}
.ec-productRole .ec-productRole__title .ec-headingTitle::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #ed4a1c;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media screen and (min-width: 768px) {
  .other_page .ec-layoutRole .ec-layoutRole__contents {
    padding: 0;
  }
}
/* introduction  PC
------------------------------------ */
#introduction .history {
  margin: 70px auto 0;
}
#introduction .history-ttl {
  padding-bottom: 7px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #ed4a1c;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
@media screen and (max-width: 768px) {
  #introduction .history-ttl {
    font-size: 1.5rem;
  }
}
#introduction .history-ttl::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #ed4a1c;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#introduction .history-dl {
  margin-top: 33px;
}
#introduction .history-dl-item {
  display: flex;
  padding-bottom: 30px;
  align-items: flex-start;
  position: relative;
}
#introduction .history-dl-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ed4a1c;
  position: absolute;
  left: 5px;
  top: 10px;
}
#introduction .history-dl-item:last-of-type {
  padding-bottom: 0;
}
#introduction .history-dl-item:last-of-type::before {
  content: none;
}
#introduction .history-dl dt {
  width: 230px;
  padding-left: 26px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  color: #ed4a1c;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #introduction .history-dl dt {
    font-size: 1.5rem;
  }
}
#introduction .history-dl dt::before {
  width: 11px;
  height: 11px;
  background: #ed4a1c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
#introduction .history-dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #introduction .history-dl dd {
    font-size: 1.5rem;
  }
}

/* concept  PC
------------------------------------ */
#concept .reason-list {
  margin: 50px auto 0;
}
#concept .feature-list {
  margin: 150px auto 0;
}
#concept .feature-list-item:nth-of-type(n+2) {
  margin-top: 170px;
}
#concept .feature-list-item:nth-of-type(2n-1) .com-contents-img {
  left: 0;
}
#concept .feature-list-item:nth-of-type(2n-1) .com-contents-box {
  margin-left: auto;
}
#concept .feature-list-item:nth-of-type(2n) .com-contents-img {
  right: 0;
}
#concept .feature-ttl .txt {
  margin-top: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #concept .feature-ttl .txt {
    font-size: 1.5rem;
  }
}
#concept .com-contents-img {
  width: 690px;
  height: 520px;
  top: -90px;
}
@media screen and (min-width: 768px) {
  #concept .com-contents-box {
    min-height: 430px;
  }
}
#concept .com-contents-txt {
  margin-top: 25px;
  white-space: pre-line;
}

/* sanitary  PC
------------------------------------ */
#sanitary .case-list {
  margin: 47px auto 0;
}
#sanitary .case .com-list02-box {
  padding-top: 14px;
}
#sanitary .case .com-list02-ttl {
  padding: 0 15px 4px;
  line-height: 2.5;
  color: #222222;
}
#sanitary .sanitary-list {
  margin: 150px auto 0;
}
#sanitary .sanitary .com-contents-box {
  box-sizing: border-box;
}
#sanitary .sanitary .com-contents-ttl {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #sanitary .sanitary .com-contents-ttl {
    font-size: 1.5rem;
  }
}
#sanitary .detail-box {
  padding: 50px 0 60px;
  border-radius: 10px;
  background-color: #fff;
}
#sanitary .detail-box-ttl {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #sanitary .detail-box-ttl {
    font-size: 1.5rem;
  }
}
#sanitary .detail-box-flx {
  padding: 28px 80px 0;
}
#sanitary .detail-box-img {
  width: 440px;
  height: 0;
  padding-top: 340px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#sanitary .detail-box-txt {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04m;
  line-height: 1.875;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  #sanitary .detail-box-txt {
    max-width: 430px;
  }
}
@media screen and (max-width: 768px) {
  #sanitary .detail-box-txt {
    font-size: 1.5rem;
  }
}

/* for_business  PC
------------------------------------ */
#for_business .case-bg {
  border-radius: 20px;
  padding: 100px 0 105px;
}
#for_business .case-list {
  margin: 45px auto 0;
}
#for_business .case .com-list-box {
  border-radius: 10px 10px 0 0;
}
#for_business .com-list-item {
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #for_business .com-list-item {
    margin: 0 !important;
  }
  #for_business .com-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px !important;
  }
  #for_business .com-list-item:nth-of-type(n+4) {
    margin-top: 30px !important;
  }
}
#for_business .com-list-box {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #for_business .com-list-box {
    height: 260px;
    padding-top: 70px;
  }
}
#for_business .com-list-ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #for_business .com-list-ttl {
    font-size: 1.5rem;
  }
}
#for_business .reason-list {
  margin: 40px auto 0;
}
#for_business .com-point-shadow {
  box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.2);
}
#for_business .com-point-box {
  padding: 30px 0;
  background: url(../img/bg_pattern_cream.png);
}
#for_business .com-point-txt {
  padding: 0 13px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #for_business .com-point-txt {
    font-size: 1.5rem;
  }
}
#for_business .other-list {
  width: 100%;
  max-width: 645px;
}
#for_business .other-list li {
  padding: 0 0 10px 43px;
  border-bottom: 1px solid #b3b3b3;
  background: url(../img/for_business/check.png) no-repeat 14px 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #for_business .other-list li {
    font-size: 1.5rem;
  }
}
#for_business .other-list li:nth-of-type(n+2) {
  margin-top: 15px;
}
#for_business .other-detail {
  margin: 90px auto 0;
}
#for_business .other-table {
  width: 100%;
  max-width: 870px;
  border: 1px solid #b3b3b3;
}
#for_business .other-table tr:nth-of-type(n+2) {
  border-top: 1px solid #b3b3b3;
}
#for_business .other-table th, #for_business .other-table td {
  padding: 16px 30px;
}
#for_business .other-table th {
  width: 210px;
  background: #8b7f72;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #for_business .other-table th {
    font-size: 1.5rem;
  }
}
#for_business .other-table td {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #for_business .other-table td {
    font-size: 1.5rem;
  }
}

/* flow  PC
------------------------------------ */
#flow .flow-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#flow .flow-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#flow .flow-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #flow .flow-list-con {
    max-width: 705px;
  }
}
#flow .flow-list-ttl {
  padding-bottom: 12px;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
#flow .flow-list-ttl::before {
  content: "";
  width: 82px;
  height: 1px;
  background: #ed4a1c;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#flow .flow-list-ttl .ttl {
  margin-left: 24px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-ttl .ttl {
    font-size: 1.5rem;
  }
}
#flow .flow-list-step {
  border: none;
}
#flow .flow-list-txt {
  margin-top: 24px;
  line-height: 2;
}
#flow .flow-info {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #flow .flow-info {
    display: flex;
    align-items: center;
  }
}
#flow .flow-tel {
  color: #ed4a1c;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #flow .flow-tel {
    font-size: 1.5rem;
  }
}
#flow .flow-tel .num {
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #flow .flow-tel .num {
    font-size: 1.5rem;
  }
}
#flow .flow-btn {
  width: 350px;
  height: 70px;
  margin-left: 25px;
  padding: 13px 65px;
  background: url(../img/flow/cart.png) no-repeat 20px center, url(../img/flow/arw.png) no-repeat calc(100% - 20px) center #ed4a1c;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  #flow .flow-btn {
    font-size: 1.5rem;
  }
}

/* info  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #info .greeting-con {
    max-width: 610px;
  }
}
#info .greeting-name {
  margin-top: 40px;
  text-align: right;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #info .greeting-name {
    font-size: 1.6rem;
  }
}
#info .greeting-name .sm {
  margin-right: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #info .greeting-name .sm {
    font-size: 1.5rem;
  }
}
#info .information-table {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #info .information-table th {
    width: 240px;
  }
}
#info .information-map {
  margin: 50px auto 0;
}
#info .gallery-list {
  margin: 50px auto 0;
}
#info .gallery-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #info .gallery-list-item {
    max-width: 340px;
  }
  #info .gallery-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #info .gallery-list-item:nth-of-type(n+4) {
    margin-top: 33px;
  }
}
#info .gallery-list-link {
  display: block;
}
#info .gallery-list-img {
  width: 100%;
  height: 0;
  padding-top: 82.3%;
  position: relative;
}
#info .gallery-list-txt {
  margin: 10px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #222222;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #info .gallery-list-txt {
    font-size: 1.5rem;
  }
}
#info .detail-box {
  padding: 50px 0 60px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
}
#info .detail-box-ttl {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #info .detail-box-ttl {
    font-size: 1.5rem;
  }
}
#info .detail-box-flx {
  padding: 28px 80px 0;
}
#info .detail-box-img {
  width: 440px;
  height: 0;
  padding-top: 340px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#info .detail-box-txt {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04m;
  line-height: 1.875;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  #info .detail-box-txt {
    max-width: 430px;
  }
}
@media screen and (max-width: 768px) {
  #info .detail-box-txt {
    font-size: 1.5rem;
  }
}

/* tradelaw  PC
------------------------------------ */
#tradelaw .tradelaw-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#tradelaw .tradelaw-list-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  #tradelaw .tradelaw-list-txt {
    font-size: 1.5rem;
  }
}
#tradelaw .tradelaw-list-txt-box {
  margin: 20px auto 0;
}
#tradelaw .tradelaw-list-tel {
  margin-top: 8px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #ed4a1c;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #tradelaw .tradelaw-list-tel {
    font-size: 1.5rem;
  }
}
#tradelaw .tradelaw-list-tel .num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  color: #222222;
}
@media screen and (max-width: 768px) {
  #tradelaw .tradelaw-list-tel .num {
    font-size: 1.5rem;
  }
}
#tradelaw .tradelaw-table {
  margin: 50px auto 0;
}
#tradelaw .tradelaw-detail {
  margin: 30px auto 0;
}
#tradelaw .tradelaw-detail > li {
  margin-top: 35px;
}
#tradelaw .shipping-table {
  width: 100%;
  margin: 30px auto 0;
  border: 1px solid #b3b3b3;
}
#tradelaw .shipping-table tr:nth-of-type(n+2) {
  border-top: 1px solid #b3b3b3;
}
#tradelaw .shipping-table tr th:nth-of-type(1) {
  font-size: 1.3rem;
}
#tradelaw .shipping-table tr th:nth-of-type(n+2) {
  border-left: 1px solid #b3b3b3;
}
#tradelaw .shipping-table th, #tradelaw .shipping-table td {
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.42;
  vertical-align: middle;
}
#tradelaw .shipping-table thead th {
  height: 60px;
  background: #8b7f72;
  color: #fff;
}
#tradelaw .shipping-table tbody tr:last-of-type td {
  font-size: 1.4rem;
}
#tradelaw .shipping-table th small {
  font-size: 1.1rem;
}
#tradelaw .shipping-table td {
  border-left: 1px solid #b3b3b3;
}

/* guide  PC
------------------------------------ */
#guide .guide-tag {
  display: flex;
  flex-wrap: wrap;
}
#guide .guide-tag02 {
  margin: 50px auto 0;
}
#guide .guide-tag02-link {
  background-color: #ed4a1c;
  background-image: url(../img/top/f-arw.png);
  color: #fff;
  border: none;
}
#guide .guide-tag-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide .guide-tag-item {
    max-width: 340px;
  }
  #guide .guide-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #guide .guide-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#guide .guide-tag-link {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #guide .guide-tag-link {
    font-size: 1.5rem;
  }
}
#guide .guide-list {
  margin: 90px auto 0;
}
#guide .guide-list-inner {
  padding-top: 60px;
}
#guide .guide-list-txt {
  margin: 20px auto 0;
}
#guide .guide-flow {
  margin: 30px auto 0;
}
#guide .guide-flow > li:nth-of-type(n+2) {
  margin-top: 30px;
}
#guide .guide-flow-txt {
  margin-top: 13px;
}
#guide .guide-notes {
  margin: 30px auto 0;
}
#guide .guide-notes > li:nth-of-type(n+2) {
  margin-top: 35px;
}
#guide .guide-notes-txt {
  margin-top: 12px;
}
#guide .com-txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  #guide .com-txt {
    font-size: 1.5rem;
  }
}

/* news  PC
------------------------------------ */
#news .com-news-item:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #b3b3b3;
}
#news .detail-ttl {
  text-align: left;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  border: 1px solid #b3b3b3;
}
#contact .contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #b3b3b3;
}
#contact .contact-form-table th {
  background: #8b7f72;
  color: #fff;
}
#contact .contact-form-table td {
  background: #fff;
}/*# sourceMappingURL=all.css.map */