@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	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;
}

.nowrap {
  white-space: nowrap;
}

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

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.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: 120px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  border: 1px solid #333330;
}

.com-border {
  position: relative;
}
.com-border::before {
  content: "";
  width: 88.54%;
  height: 1px;
  margin: auto;
  background: #333330;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.com-tel {
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.8rem;
  }
}

.com-bg01 {
  background: linear-gradient(90deg, #333330 0%, #333330 94.3%, #fff 94.3%, #fff 100%);
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  border-bottom: 1px solid #adadac;
}
@media screen and (min-width: 768px) {
  .news-post-item:first-of-type a {
    padding-top: 0;
  }
}
.news-post-link {
  display: block;
  padding: 28px 0;
}
.news-post-time {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 19px;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 5px 5px 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  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;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 820px;
  margin: 60px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 48px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
.com-tag-link {
  display: block;
  padding-right: 15px;
  padding-bottom: 15px;
  background: url(../img/arw-down.png) no-repeat right 10px;
  border-bottom: 1px solid #333330;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}

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

  main layout  all

========================================= */
/* top-news  PC
------------------------------------ */
#top-news .news-btn {
  margin-top: 95px;
}
@media screen and (min-width: 768px) {
  #top-news .news-post {
    max-width: 560px;
  }
}

/* top-about  PC
------------------------------------ */
#top-about .about-inner {
  position: relative;
}
#top-about .about-img {
  position: absolute;
  right: -160px;
  bottom: 178px;
}
@media screen and (max-width: 1654px) {
  #top-about .about-img {
    width: 450px;
    right: 0;
  }
}
@media screen and (max-width: 1310px) {
  #top-about .about-img {
    width: 400px;
    right: 8%;
  }
}
#top-about .about-txt {
  color: #fff;
}
#top-about .about-txt-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    max-width: 545px;
  }
}
#top-about .about-btn {
  margin-top: 86px;
}

/* top-selected  PC
------------------------------------ */
#top-selected .selected-flx {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#top-selected .wrap {
  margin: 95px auto 0;
}

.swiper-slide-link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.swiper-slide-link::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .swiper-slide-link:hover::before {
    opacity: 1;
  }
  .swiper-slide-link:hover .swiper-slide-con {
    opacity: 1;
  }
}
.swiper-slide-con {
  width: calc(100% - 30px);
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
.swiper-slide-ttl {
  font-family: "ZenOldMincho-SemiBold", serif;
  font-size: 1.6rem;
  font-size: 0.8vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .swiper-slide-ttl {
    font-size: 1.5rem;
  }
}
.swiper-slide-txt {
  margin: 5px auto 0;
  font-family: "ZenOldMincho-SemiBold", serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .swiper-slide-txt {
    font-size: 1.5rem;
  }
}

/* top-voice  PC
------------------------------------ */
.com-voice {
  margin: 90px auto 0;
}
.com-voice-item {
  padding: 50px 0;
  border-bottom: 1px solid #adadac;
}
.com-voice-item:first-of-type {
  padding-top: 0;
}
.com-voice-ttl {
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-voice-ttl {
    font-size: 1.5rem;
  }
}
.com-voice-ttl span:nth-of-type(n+2) {
  margin-left: 20px;
}
.com-voice-txt {
  margin-top: 16px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .com-voice-txt {
    font-size: 1.5rem;
  }
}

/* top-faq  PC
------------------------------------ */
#top-faq .faq-bg {
  position: relative;
}
#top-faq .faq-img {
  width: 44.375%;
  height: 100%;
  position: absolute;
  right: 5.7%;
  top: 0;
}
#top-faq .faq-btn {
  margin-top: 90px;
  padding-right: 70px;
}

/* com-contact  PC
------------------------------------ */
.com-contact .contact-list {
  margin: 70px auto 0;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 32px;
  padding-left: 43px;
  border-left: 1px solid #adadac;
}
.com-contact .contact-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-link {
    height: 70px;
  }
}
.com-contact .contact-list-arw {
  display: flex;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-arw {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-arw::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  margin-left: 23px;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
}

.sub .com-contact {
  position: relative;
}
.sub .com-contact::before {
  content: "";
  width: 88.54%;
  height: 1px;
  margin: auto;
  background: #333330;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* top-company  PC
------------------------------------ */
#top-company {
  position: relative;
}
#top-company::before {
  content: "";
  width: 88.54%;
  height: 1px;
  margin: auto;
  background: #333330;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #top-company .company-left {
    width: 100%;
    max-width: 380px;
  }
}
#top-company .company-table {
  margin-top: 50px;
}
#top-company .company-map {
  max-width: 540px;
}

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

  sub layout  all

========================================= */
/* concept  PC
------------------------------------ */
#concept .concept-ttl {
  margin-top: 60px;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #concept .concept-ttl {
    font-size: 1.5rem;
  }
}
#concept .concept-flx02 {
  margin: 55px auto 0;
}
@media screen and (min-width: 768px) {
  #concept .concept-flx-txt-box {
    max-width: 520px;
  }
}
#concept .concept-flx-txt-box p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #concept .concept-flx-txt-box p {
    font-size: 1.5rem;
  }
}
#concept .concept-img {
  margin: -20px auto 0;
}
#concept .concept-img img:nth-of-type(n+2) {
  margin-top: 90px;
  margin-left: 384px;
}
#concept .concept-en {
  margin-top: -50px;
  font-family: "ZenOldMincho-SemiBold", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #concept .concept-en {
    font-size: 1.5rem;
  }
}
#concept .merchandise-bnr {
  display: block;
  margin: 150px auto 0;
  padding: 94px 73px 84px;
  background: url(../img/top/com-btn-white.png) no-repeat calc(100% - 50px) calc(100% - 50px), url(../img/concept/merchandise.png) no-repeat calc(100% - 0px) top #333330;
}
@media screen and (min-width: 768px) {
  #concept .merchandise-bnr {
    background-size: 48px, auto;
  }
}
#concept .merchandise-bnr .ja {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #concept .merchandise-bnr .ja {
    font-size: 2.1rem;
  }
}
#concept .faq-list {
  margin: 53px auto 0;
}
#concept .faq-list-item {
  padding: 45px 55px 40px;
  border: 1px solid #333330;
}
#concept .faq-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#concept .faq-list-ttl, #concept .faq-list-txt {
  display: flex;
  align-items: flex-start;
}
#concept .faq-list-ttl::before, #concept .faq-list-txt::before {
  content: "Q";
  margin-top: -5px;
  margin-right: 22px;
  font-family: "ZenOldMincho-SemiBold", serif;
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #concept .faq-list-ttl::before, #concept .faq-list-txt::before {
    font-size: 2.25rem;
  }
}
#concept .faq-list-ttl {
  padding-bottom: 25px;
  border-bottom: 1px solid #adadac;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #concept .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#concept .faq-list-txt {
  margin-top: 30px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #concept .faq-list-txt {
    font-size: 1.5rem;
  }
}
#concept .faq-list-txt::before {
  content: "A";
}

.com-bnr .bnr-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-bnr .bnr-list-item {
    max-width: 510px;
  }
}
.com-bnr .bnr-list-link {
  display: block;
  padding: 75px 0 120px 45px;
  background: url(../img/top/com-btn-white.png) no-repeat calc(100% - 35px) calc(100% - 35px)/48px #333330;
}
.com-bnr .en {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .en {
    font-size: 1.5rem;
  }
}
.com-bnr .ja {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .ja {
    font-size: 2.1rem;
  }
}

/* products  PC
------------------------------------ */
#products .products-list {
  margin: 100px auto 0;
}
#products .products-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#products .products-list-bg {
  padding: 70px 80px 80px;
  background: #333330;
}
#products .products-detail {
  margin: 70px auto 0;
}
#products .products-detail li:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#products .products-detail-link {
  display: flex;
  padding-bottom: 70px;
  border-bottom: 1px solid #adadac;
  justify-content: space-between;
  align-items: flex-start;
}
#products .products-detail-img {
  width: 420px;
  height: 0;
  padding-top: 300px;
  position: relative;
}
#products .products-detail-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #products .products-detail-con {
    max-width: 443px;
  }
}
#products .products-detail-ttl {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #products .products-detail-ttl {
    font-size: 1.5rem;
  }
}
#products .products-table {
  width: 100%;
  margin: 60px auto 0;
  background: #fff;
}
#products .products-table tr:nth-of-type(n+2) {
  border-top: 1px solid #333330;
}
#products .products-table th, #products .products-table td {
  padding: 10px 0;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #products .products-table th, #products .products-table td {
    font-size: 1.5rem;
  }
}
#products .products-table th {
  width: 100px;
  text-align: center;
}
#products .products-table td {
  padding: 10px 28px;
  border-left: 1px solid;
  white-space: pre-line;
}
#products .products-other {
  margin: 70px auto 0;
}
#products .products-other-txt {
  margin: 43px auto 0;
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #products .products-other-txt {
    font-size: 1.5rem;
  }
}
#products .products-other-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #products .products-other-list {
    max-width: 445px;
  }
}
#products .products-other-list-wrap {
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#products .products-other-list li:nth-of-type(n+2) {
  margin-top: 30px;
}
#products .products-other-list-link {
  display: block;
  padding: 14px 63px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #fff;
  text-align: center;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #products .products-other-list-link {
    font-size: 1.5rem;
  }
}
#products .detail .products-other {
  margin: auto;
}
#products .detail .products-detail-imgs {
  display: flex;
  margin: 30px auto 0;
  flex-wrap: wrap;
}
#products .detail .products-detail-imgs li {
  width: 23%;
  height: 0;
  padding-top: 18%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #products .detail .products-detail-imgs li:not(:nth-of-type(4n-3)) {
    margin-left: 2.6%;
  }
  #products .detail .products-detail-imgs li:nth-of-type(n+5) {
    margin-top: 2.6%;
  }
}
#products .detail .products-detail-txts {
  margin: 40px auto 0;
}
#products .detail .products-detail-txts li:nth-of-type(n+2) {
  margin-top: 30px;
}
#products .detail .products-detail-txts-txt {
  margin: 20px auto 0;
  color: #fff;
  white-space: pre-line;
}
#products .detail .products-detail-tables {
  margin: 20px auto 0;
}
#products .detail .products-detail-table {
  margin-top: 30px;
}
#products .detail .products-detail-table th, #products .detail .products-detail-table td {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #products .detail .products-detail-table th, #products .detail .products-detail-table td {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  #products .detail .products-detail-table th, #products .detail .products-detail-table td {
    font-size: 1.5rem;
  }
}
#products .detail .products-detail-btn-wrap {
  margin: 60px 0 0 auto;
  text-align: right;
}

/* voice  PC
------------------------------------ */
#voice .com-voice-ttl {
  margin: 25px auto 0;
}
#voice .com-voice-ttl span:nth-of-type(n+2) {
  margin-left: 50px;
}

/* company  PC
------------------------------------ */
#company .greeting-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .greeting-con {
    max-width: 510px;
  }
}
#company .greeting-ttl {
  margin-top: 40px;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #company .greeting-ttl {
    font-size: 1.5rem;
  }
}
#company .greeting-txt {
  margin: 35px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #company .greeting-txt {
    font-size: 1.5rem;
  }
}
#company .company-table {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #company .company-table th {
    width: 200px;
  }
}
#company .company-map {
  margin: 70px auto 0;
  height: 0;
  padding-top: 350px;
}

/* news  PC
------------------------------------ */
#news .com-ttl03 {
  padding-bottom: 5px;
  color: #333330;
  line-height: 2;
}/*# sourceMappingURL=all.css.map */