@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
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

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

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

/*  共通パーツ
------------------------------------ */
.com-tel {
  font-size: 2.2rem;
}

.com-bg01 {
  background: #333330;
}

.news-post {
  justify-content: space-between;
}
.news-post-link {
  padding: 19px 0;
}
.news-post-tag-txt {
  font-size: 1.3rem;
}

.com-tag {
  justify-content: space-between;
}
.com-tag-item {
  width: 47%;
  text-align: center;
}
.com-tag-item:nth-of-type(n+3) {
  margin: 25px 0 0;
}
.com-tag-link {
  background-size: 6px;
  background-position: 98% top;
  text-align: left;
  font-size: 1.5rem;
}

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

  main  SP

========================================= */
/* top-news  SP
------------------------------------ */
#top-news .news-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
#top-news .news-btn {
  margin: 0;
}
#top-news .news-post {
  margin: 10px auto 0;
}

/* top-about  SP
------------------------------------ */
#top-about .about-img {
  width: auto;
  margin: 20px auto 0;
  position: static;
}
#top-about .about-txt-box {
  margin-top: 20px;
}
#top-about .about-btn {
  margin-top: 40px;
  padding-right: 31px;
}

/* top-selected  SP
------------------------------------ */
#top-selected {
  padding: 50px 0;
}
#top-selected .selected-flx {
  justify-content: center;
}
#top-selected .selected-btn {
  width: 220px;
  margin: 35px 15px 0 auto;
  font-size: 1.8rem;
}
#top-selected .selected-ttl {
  text-align: center;
}
#top-selected .wrap {
  margin-top: 30px;
}

/* top-voice  SP
------------------------------------ */
.com-voice {
  margin-top: 30px;
}
.com-voice-item {
  padding: 15px 0;
}
.com-voice-ttl {
  font-size: 1.8rem;
}
.com-voice-txt {
  margin-top: 10px;
}

#top-voice .voice-btn {
  width: 230px;
  margin: 35px 0 0 auto;
}

/* top-faq  SP
------------------------------------ */
#top-faq .faq-inner {
  padding: 30px 15px;
}
#top-faq .faq-img {
  width: 100%;
  height: auto;
  position: static;
}
#top-faq .faq-img img {
  height: auto;
  -o-object-fit: auto;
     object-fit: auto;
  position: static;
}
#top-faq .faq-con {
  text-align: center;
}
#top-faq .faq-btn {
  margin-top: 35px;
}

/* com-contact  SP
------------------------------------ */
.com-contact .contact-list {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin: auto;
  border-top: 1px solid #adadac;
  border-left: none;
}
.com-contact .contact-list-link {
  padding: 15px 0;
}
.com-contact .contact-list-arw {
  font-size: 1.7rem;
}
.com-contact .contact-list-arw::after {
  width: 20px;
}

/* top-company  SP
------------------------------------ */
#top-company .company-inner {
  flex-direction: column;
  align-items: center;
}
#top-company .company-left {
  width: 100%;
}
#top-company .company-ttl {
  text-align: center;
}
#top-company .company-table {
  margin-top: 25px;
}
#top-company .company-map {
  margin: 25px auto 0;
}

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

sub layout  SP

========================================= */
/* concept  SP
------------------------------------ */
#concept .concept-ttl {
  font-size: 1.8rem;
}
#concept .concept-flx01 {
  position: relative;
}
#concept .concept-flx01-img {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
#concept .concept-flx02 {
  margin-top: 25px;
}
#concept .concept-flx-txt-box {
  margin-top: 20px;
}
#concept .concept-img {
  display: block;
  margin-top: 20px;
}
#concept .concept-img img {
  display: block;
}
#concept .concept-img img:nth-of-type(1) {
  width: 45%;
}
#concept .concept-img img:nth-of-type(n+2) {
  width: 65%;
  margin: 30px 0 0 auto;
}
#concept .concept-en {
  margin-top: 10px;
}
#concept .merchandise-bnr {
  margin: 50px auto 0;
  padding: 30px 20px 30px;
  background-size: 20px, cover;
  background-position: calc(100% - 25px) calc(100% - 40px), right top;
}
#concept .faq-list {
  margin-top: 30px;
}
#concept .faq-list-item {
  padding: 20px 15px;
}
#concept .faq-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#concept .faq-list-ttl::before, #concept .faq-list-txt::before {
  margin-top: 0px;
  margin-right: 10px;
}
#concept .faq-list-ttl {
  padding-bottom: 10px;
  font-size: 1.7rem;
}
#concept .faq-list-txt {
  margin-top: 15px;
  font-size: 1.5rem;
}

.com-bnr .bnr-list {
  flex-direction: column;
  align-items: center;
}
.com-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-bnr .bnr-list-link {
  padding: 30px 15px 50px;
  background-size: 30px;
  background-position: calc(100% - 25px) calc(100% - 25px);
}

/* products  SP
------------------------------------ */
#products .products-list {
  margin-top: 50px;
}
#products .products-list-item:nth-of-type(n+2) {
  margin-top: -70px;
  padding-top: 100px;
}
#products .products-list-bg {
  padding: 35px 15px;
}
#products .products-detail {
  margin-top: 0;
}
#products .products-detail li:nth-of-type(n+2) {
  margin: auto;
}
#products .products-detail-link {
  display: block;
  padding: 20px 0;
}
#products .products-detail-img {
  width: 100%;
  padding-top: 71.4%;
}
#products .products-detail-ttl {
  margin: 10px auto 0;
}
#products .products-table {
  margin-top: 20px;
}
#products .products-table th, #products .products-table td {
  padding: 10px;
  font-size: 1.4rem;
}
#products .products-table th {
  width: 80px;
}
#products .products-other-list:nth-of-type(n+2) {
  margin-top: 30px;
}
#products .products-other-list-link {
  background-position: calc(100% - 15px) center;
}
#products .products-other-txt {
  margin-top: 20px;
  font-size: 1.4rem;
}
#products .detail .products-flx {
  display: block;
}
#products .detail .products-detail-imgs li {
  width: 49%;
  padding-top: 38%;
}
#products .detail .products-detail-imgs li:nth-of-type(2n) {
  margin-left: 2%;
}
#products .detail .products-detail-imgs li:nth-of-type(n+3) {
  margin-top: 2%;
}
#products .detail .products-detail-txts-txt {
  margin-top: 10px;
}
#products .detail .products-detail-tables {
  margin-top: 40px;
}
#products .detail .products-detail-table {
  margin-top: 20px;
}
#products .detail .products-detail-btn-wrap {
  margin-top: 30px;
}

/* company  SP
------------------------------------ */
#company .greeting-ttl {
  margin-top: 20px;
  font-size: 1.8rem;
}
#company .greeting-txt {
  margin-top: 20px;
}
#company .greeting-img {
  margin: 30px auto 0;
}
#company .company-table {
  margin-top: 20px;
}
#company .company-map {
  padding-top: 250px;
}

/* voice  SP
------------------------------------ */
#voice .com-voice-item {
  padding: 20px 0;
}
#voice .com-voice-ttl {
  margin-top: 15px;
  font-size: 1.6rem;
}
#voice .com-voice-ttl span:nth-of-type(n+2) {
  margin-left: 15px;
}

/* contact  SP
------------------------------------ */
#contact .contact-box {
  padding: 25px 0;
}/*# sourceMappingURL=style_sp.css.map */