@charset "UTF-8";

#contents {
  background: #ececec;
}

/* --------------------------------------------------

 nav-product

-------------------------------------------------- */

@media screen and (min-width:1001px) {
  #nav-product ul>li a:hover {
    opacity: 0.5;
  }

  #nav-product ul>li a:hover::after {
    bottom: -5px;
  }
}

#nav-product ul {
  background-color: #1d1d1f;
  display: flex;
  justify-content: center;
  padding: 1rem 10px;
  box-sizing: border-box;
}

#nav-product ul>li {
  width: calc((100% - 30px) / 4);
  border-right: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  padding-right: 10px;
  margin-right: 10px;
}

#nav-product ul>li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

#nav-product ul>li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  transition: all ease-in 0.3s;
}

#nav-product ul>li a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  transition: all ease-in 0.3s;
}

@media screen and (max-width:640px) {
  #nav-product ul {
    flex-wrap: wrap;
    padding: 0;
  }

  #nav-product ul>li {
    width: calc(100% / 2);
    border-top: 1px solid #fff;
    margin-right: 0;
    padding: 10px 10px;
  }

  #nav-product ul>li:nth-child(2n+2) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  #nav-product ul>li:nth-child(-n+2) {
    border-top: 0;
  }
}

@media screen and (max-width:480px) {
  #nav-product ul>li a {
    font-size: 2.8vw;
  }
}

/* --------------------------------------------------

 nav-product

-------------------------------------------------- */

.list-ul .list-style {
  margin-top: 4rem;
}

.list-ul .list-style .ttl-blc {
  font-size: 170%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.list-ul .list-style .ttl-blc::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a5afbc;
  position: absolute;
  left: 0;
  top: 50%;
}

.list-ul .list-style .ttl-blc>.ttl {
  background-color: #ececec;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  display: inline-block;
  box-sizing: border-box;
}

.list-ul .list-style .ttl-blc>.ttl span {
  font-size: 50%;
  display: block;
  font-weight: normal;
}

.list-ul .list-style .list-3-col li figure>figcaption {
  text-align: left;
}

/* style01 ---------------- */

.list-ul .list-style.list-style01 .ul-blc {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.list-ul .list-style.list-style01 .ul-blc>.list {
  width: calc((100% - 2rem) / 2);
  margin-top: 2rem;
  margin-right: 2rem;
}

.list-ul .list-style.list-style01 .ul-blc>.list:nth-child(-n+2) {
  margin-top: 0;
}

.list-ul .list-style.list-style01 .ul-blc>.list:nth-child(2n+2),
.list-ul .list-style.list-style01 .ul-blc>.list:last-child {
  margin-right: 0;
}

.list-ul .list-style.list-style01 .ul-blc>.list .txt h4 {
  border-bottom: 1px solid #1d1d1f;
  font-size: 130%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: block;
  font-weight: 500;
}

.list-ul .list-style.list-style01 .ul-blc>.list .img+.txt {
  margin-top: 1rem;
}

/* fac-list ---------------- */

.fac-list li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.fac-list li:first-child {
  margin-top: 0;
}

.fac-list li>div {
  width: 50%;
}

.fac-list li .img-blc+.txt-blc {
  padding-left: 2rem;
}

.fac-list li .txt-blc {
  box-sizing: border-box;
}

.fac-list li .img-blc figure>figcaption {
  font-size: 120%;
  margin-top: 10px;
  font-weight: 500;
}

.fac-list li .txt-blc .ttl {
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #a5afbc;
}

@media screen and (max-width:640px) {
  .list-ul .list-style .ttl-blc {
    font-size: 150%;
  }

  .fac-list li>div {
    width: 100%;
  }

  .fac-list li .img-blc+.txt-blc {
    padding-left: 0;
    margin-top: 1rem;
  }
}

@media screen and (max-width:480px) {
  .list-ul .list-style.list-style01 .ul-blc>.list {
    width: 100%;
    margin-right: 0 !important;
  }

  .list-ul .list-style.list-style01 .ul-blc>.list:nth-child(-n+2) {
    margin-top: 2rem;
  }

  .list-ul .list-style.list-style01 .ul-blc>.list:first-child {
    margin-top: 0;
  }
}

/* --------------------------------------------------

 list-d-flex

-------------------------------------------------- */

.list-d-flex {
  display: flex;
}

.list-d-flex>div {
  width: 50%;
}

.list-d-flex .txt-blc {
  padding-right: 2rem;
  box-sizing: border-box;
}

.list-d-flex .txt-blc p {
  margin-bottom: 2rem;
}

.list-d-flex .txt-blc p:last-child {
  margin-bottom: 0;
}

.list-d-flex .txt-blc h4 {
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  font-size: 130%;
  border-bottom: 1px solid #1d1d1f;
}

@media screen and (max-width:640px) {
  .list-d-flex {
    flex-wrap: wrap;
  }

  .list-d-flex>div {
    width: 100%;
  }

  .list-d-flex .txt-blc {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}

/* --------------------------------------------------

 store-blc

-------------------------------------------------- */

@media screen and (min-width:1001px) {

  .store-blc .txt-blc a:hover,
  .store-blc .img-blc a:hover {
    opacity: 0.5;
  }
}

.store-blc {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.store-blc>div {
  width: 50%;
}

.store-blc .txt-blc {
  padding-right: 2rem;
  box-sizing: border-box;
}

.store-blc .txt-blc h4 {
  font-size: 120%;
  font-weight: 500;
}

.store-blc .txt-blc a,
.store-blc .img-blc a {
  text-decoration: none;
  transition: all ease-in 0.3s;
}

@media screen and (max-width:640px) {
  .store-blc>div {
    width: 100%;
  }

  .store-blc .txt-blc {
    padding-right: 0;
    margin-bottom: 2rem;
  }

}