@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quattrocento:wght@700&family=Readex+Pro:wght@500&family=Roboto+Slab:wght@700&display=swap");
/* ----------------------------------
   default settings
---------------------------------- */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  color: #1a1a1a;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  outline: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

a:link, a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover, a:active {
  color: #666666;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

button {
  position: relative;
  display: inline-block;
  padding: 1em 4em;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0.2em;
  line-height: 1.5;
  color: #fff;
}

button:hover {
  cursor: pointer;
}

button:before {
  content: "＞";
  display: block;
  position: absolute;
  top: 1em;
  left: 3em;
  margin-top: 0;
  width: 1em;
  height: 1em;
  line-height: 1.5;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

#heading {
  display: none !important;
}

#pan-list {
  margin-bottom: 0 !important;
}

main {
  background-color: #fbf5ed;
}

/* ----------------------------------
   sub header settings
---------------------------------- */
.sub_header_wrap {
  width: 100%;
}

.sub_header_wrap .sub_header {
  width: 100%;
  height: calc(100vh - 65px - 64px);
  min-height: 439px;
  position: relative;
  background: url(../img/matsusmile_main/matsusmile_main_image_01.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 430px) {
  .sub_header_wrap .sub_header {
    height: calc(100vh - 65px - 44px);
  }
}

.sub_header_wrap .sub_header .main_title {
  position: absolute;
  width: 245px;
  height: 105px;
  top: 30%;
  left: 50%;
  margin-top: 0;
  margin-left: -122.5px;
  background: url(../img/matsusmile_main/matsusmile_logo.svg) center center/cover no-repeat;
  overflow: hidden;
  text-indent: -999%;
}

@media screen and (max-width: 768px) {
  .sub_header_wrap .sub_header .main_title {
    width: 100%;
    height: 0;
    padding-top: 32.812%;
    top: 20%;
    left: 50;
    margin-top: 0;
    margin-left: -50%;
    background-size: 50%;
  }
}

.sub_header_wrap .sub_header .catch_copy {
  position: absolute;
  width: 447px;
  height: 142px;
  top: 47.232%;
  left: 50%;
  margin-top: 0;
  margin-left: -223.5px;
  background: url(../img/matsusmile_main/matsusmile_catchcopy.svg) center center/cover no-repeat;
  overflow: hidden;
  text-indent: -999%;
}

@media screen and (max-width: 768px) {
  .sub_header_wrap .sub_header .catch_copy {
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 44.375%;
    top: 37%;
    left: 50%;
    margin-top: 0;
    margin-left: -50%;
    background-size: 85%;
  }
}

.sub_header_wrap .sub_header .main_image {
  position: absolute;
}

.sub_header_wrap .sub_header .main_image img {
  width: 100%;
  height: 100%;
}

.sub_header_wrap::after {
  padding: 50%;
}

/* ----------------------------------
	section settings
---------------------------------- */
.section {
  width: 100%;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 950px) {
  .section {
    padding: 0 15px;
  }
}

.section .sec_wrap {
  max-width: 1240px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap {
    margin: 0 auto 0;
  }
}

.section .sec_wrap .sec_title_wrap {
  width: 100%;
  max-width: 1240px;
  padding: 30px 0;
}

@media screen and (max-width: 430px) {
  .section .sec_wrap .sec_title_wrap {
    padding-top: 80px;
  }
}

.section .sec_wrap .sec_title_wrap .title {
  font-family: "Readex Pro", sans-serif;
  color: #1a1a1a;
  text-align: center;
  font-size: 5em;
  line-height: 1.5;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_title_wrap .title {
    font-size: 1.5em;
  }
}

.section .sec_wrap .sec_content_wrap {
  width: 100%;
  margin: 50px auto 200px;
}

.section .sec_wrap .sec_content_wrap::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap {
    width: 100%;
    margin: 0 auto 100px;
  }
}

.section .sec_wrap .sec_content_wrap .sec_content_inner {
  width: 100%;
}

.section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap {
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 20px;
  float: left;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap {
    width: 100%;
    padding: 20px 10px 0;
    float: none;
  }
}

.section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap .sec_content_tit {
  font-family: "Roboto Slab", serif;
  color: #1a1a1a;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 1em;
  text-indent: 0;
  overflow: hidden;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: unset;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap .sec_content_tit {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 20px;
    background-position: center center;
  }
}

.section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap .sec_content_subtit {
  font-family: "Quattrocento", serif;
  color: #1a1a1a;
  font-size: 2.25em;
  line-height: 1.25;
  margin-bottom: 1em;
  text-indent: 0;
  overflow: hidden;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap .sec_content_subtit {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 18px;
    background-position: center center;
  }
}

.section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap .sec_content_subtit span {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.75em;
  display: block;
}

.section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap .sec_content_txt {
  text-align: left;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_txt_wrap .sec_content_txt {
    text-align: center;
    font-size: 0.75em;
  }
}

.section .sec_wrap .sec_content_wrap .sec_content_inner.tit_L .sec_content_txt_wrap .sec_content_tit {
  text-align: right;
  background-position: right center;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap .sec_content_inner.tit_L .sec_content_txt_wrap .sec_content_tit {
    text-align: center;
    background-position: center center;
  }
}

.section .sec_wrap .sec_content_wrap .sec_content_inner.tit_L .sec_content_txt_wrap .sec_content_subtit {
  text-align: right;
  background-position: right center;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap .sec_content_inner.tit_L .sec_content_txt_wrap .sec_content_subtit {
    text-align: center;
    background-position: center center;
  }
}

.section .sec_wrap .sec_content_wrap .sec_content_inner.tit_L .sec_content_txt_wrap .sec_content_txt {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap .sec_content_inner.tit_L .sec_content_txt_wrap .sec_content_txt {
    text-align: center;
  }
}

.section .sec_wrap .sec_content_wrap .sec_content_inner.tit_R .sec_content_txt_wrap {
  float: right;
}

.section .sec_wrap .sec_content_wrap .sec_content_inner.tit_R .sec_content_img_wrap {
  float: left;
}

.section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_img_wrap {
  width: 66%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}

.section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_img_wrap .sec_content_img_item {
  width: 100%;
}

.section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_img_wrap .sec_content_img_item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_img_wrap {
    width: 100%;
    float: none;
  }
}

.section.concept {
  /* ----------------------------------
		concept settings
	---------------------------------- */
}

.section.concept .sec_wrap .sec_title_wrap .main-title {
  background-image: url(../img/matsusmile_main/matsusmile_logo_L_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 10em;
  margin: 90px 0 60px;
  text-indent: -999%;
}

@media screen and (max-width: 768px) {
  .section.concept .sec_wrap .sec_title_wrap .main-title {
    margin: 12% 0 8%;
  }
}

@media screen and (max-width: 430px) {
  .section.concept .sec_wrap .sec_title_wrap .main-title {
    margin: 12% 0 18%;
    font-size: 8em;
  }
}

.section.concept .sec_wrap .sec_title_wrap .txt {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.125em;
  line-height: 2.4;
  margin: 0 auto 45px;
  padding: 0 10%;
  text-align: center;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .section.concept .sec_wrap .sec_title_wrap .txt {
    width: 80%;
    font-size: 0.875em;
    margin: 0 auto 6%;
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .section.concept .sec_wrap .sec_title_wrap .txt {
    width: 100%;
    font-size: 0.75em;
  }
}

.section.concept .sec_wrap .sec_content_wrap .sec_content_inner .sec_content_img_wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
}

@media screen and (max-width: 768px) {
  .section.concept .sec_wrap .sec_content_wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 430px) {
  .section.concept .sec_wrap .sec_content_wrap {
    margin-bottom: 0;
  }
}

.section.azumino {
  /* ----------------------------------
		azumino settings
	---------------------------------- */
}

.section.azumino .sec_wrap .sec_title_wrap .azumino-title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 200px;
  color: #1a1a1a;
}

@media screen and (max-width: 430px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino-title {
    font-size: 1.2em;
    margin-bottom: 50px;
  }
}

.section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 430px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap {
    margin-bottom: 50px;
  }
}

.section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .image_wrap {
  width: 56%;
}

@media screen and (max-width: 950px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .image_wrap {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .image_wrap {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .image_wrap img {
  width: 100%;
}

.section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap {
  width: 40%;
}

@media screen and (max-width: 950px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap {
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap {
    padding: 2em;
    width: auto;
  }
}

.section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap .tit {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6em;
  margin-bottom: 0.75em;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap .tit {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap .tit {
    font-size: 1.2em;
  }
}

.section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap .txt {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1em;
  line-height: 2.5;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap .txt {
    text-align: justify;
  }
}

@media screen and (max-width: 430px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap .text_wrap .txt {
    font-size: 0.75em;
  }
}

.section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .sec_title_wrap .azumino_content_wrap:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section.azumino .sec_wrap .matsusmile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .matsusmile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 430px) {
  .section.azumino .sec_wrap .matsusmile {
    margin-bottom: 50px;
  }
}

.section.azumino .sec_wrap .matsusmile .brand-logo {
  border-right: solid 1px #621e04;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .matsusmile .brand-logo {
    border-right: unset;
    border-bottom: solid 1px #621e04;
    padding-right: 0;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
  }
}

.section.azumino .sec_wrap .matsusmile .brand-logo img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .matsusmile .brand-logo img {
    max-width: 200px;
  }
}

@media screen and (max-width: 430px) {
  .section.azumino .sec_wrap .matsusmile .brand-logo img {
    max-width: 180px;
  }
}

.section.azumino .sec_wrap .matsusmile .brand-concept {
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .matsusmile .brand-concept {
    padding-left: 0;
    padding-top: 50px;
  }
}

.section.azumino .sec_wrap .matsusmile .brand-concept .bland-title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .matsusmile .brand-concept .bland-title {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .section.azumino .sec_wrap .matsusmile .brand-concept .bland-title {
    font-size: 1.2em;
  }
}

.section.azumino .sec_wrap .matsusmile .brand-concept .bland-text {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1em;
  line-height: 3;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .section.azumino .sec_wrap .matsusmile .brand-concept .bland-text {
    margin: 0 5em;
  }
}

@media screen and (max-width: 430px) {
  .section.azumino .sec_wrap .matsusmile .brand-concept .bland-text {
    margin: 0 2em;
    font-size: 0.75em;
  }
}

.section.closing {
  /* ----------------------------------
		closing settings
	---------------------------------- */
}

.section.closing .sec_wrap .sec_content_wrap .closing_title_wrap .title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 2em;
}

.section.closing .sec_wrap .sec_content_wrap .sec_content_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.section.closing .sec_wrap .sec_content_wrap .sec_content_row .brand {
  width: 23%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.section.closing .sec_wrap .sec_content_wrap .sec_content_row .brand .figure {
  width: 100%;
  display: block;
}

.section.closing .sec_wrap .sec_content_wrap .sec_content_row .brand .logo {
  width: 50%;
  display: block;
  margin: 1em auto;
}

.section.closing .sec_wrap .sec_content_wrap .sec_content_row .brand p {
  text-align: center;
  font-size: 1em;
  margin-top: 2em;
}

.section.closing .sec_wrap .sec_content_wrap .sec_content_row .brand .btn {
  position: relative;
  display: inline-block;
  margin: 2em auto;
  padding: .4em 2em;
  background-color: transparent;
  border: solid 1px #888;
  border-radius: 0.2em;
  line-height: 1.5;
  color: #111;
  font-size: 0.85em;
}

.section.gallery {
  /* ----------------------------------
		gallery settings
	---------------------------------- */
}

@media screen and (max-width: 950px) {
  .section.gallery {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .section.gallery {
    padding: 0;
  }
}

.section.gallery .sec_content_row {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section.gallery .sec_content_row .gallery_img_item {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
  background-size: 155% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.gallery .sec_content_row .gallery_img_item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 950px) {
  .section.gallery .sec_content_row .gallery_img_item {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  .section.gallery .sec_content_row .gallery_img_item {
    width: 50%;
  }
}

.section.gallery .sec_content_row .gallery_img_item a {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.section.gallery .sec_content_row .gallery_img_item a img {
  position: absolute;
  width: 170%;
  max-width: unset;
  height: 113.3%;
  top: 50%;
  left: 50%;
  margin-top: -56.67%;
  margin-left: -85%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.section.gallery .sec_content_row .gallery_img_item a img.tate {
  width: 113.3%;
  height: 170%;
  margin-top: -85%;
  margin-left: -56.67%;
}

.section.gallery .sec_content_row .gallery_img_item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section.specs {
  /* ----------------------------------
		specifications settings
	---------------------------------- */
}

.section.specs .sec_wrap .sec_spec_wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section.specs .sec_wrap .sec_spec_wrap {
    margin-bottom: 100px;
  }
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_txt_wrap {
  width: 100%;
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_txt_wrap .spec_txt {
  text-align: center;
  padding: 0 20px 10px;
  font-size: 0.875em;
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap {
  width: 100%;
}

@media screen and (max-width: 950px) {
  .section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap {
    overflow-x: scroll;
  }
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table {
  width: 100%;
  min-width: 830px;
  text-align: center;
  border-collapse: collapse;
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr {
  background-color: #fff;
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr th,
.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr td {
  font-size: 0.75em;
  padding: 1em;
  line-height: 1.4em;
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr:nth-child(1), .section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr:nth-child(2n),
.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr td:nth-child(1) {
  background-color: #eaeaee;
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr:nth-child(1) th:nth-child(3),
.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr:nth-child(2) th:nth-last-child(-n+3),
.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr:nth-child(2n) td:nth-last-child(-n+3) {
  background-color: #c6c6cb;
}

.section.specs .sec_wrap .sec_spec_wrap .sec_spec_img_wrap table tr:not(:nth-child(2)) th:nth-child(1) {
  background-color: #f6f6fa;
}

.section.sales {
  /* ----------------------------------
	sales settings
	---------------------------------- */
  padding-bottom: 100px;
  background-color: #fff;
}

.section.sales .sec_wrap .sec_sales_wrap {
  width: 100%;
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_txt_wrap {
  width: 100%;
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_txt_wrap .sales_txt {
  text-align: center;
  padding: 0 20px 10px;
  font-size: 0.875em;
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_txt_wrap .sales_txt.tit {
  font-size: 1.25em;
  font-weight: bold;
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_img_wrap {
  width: 100%;
  text-align: center;
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_img_wrap .sec_sales_img_item {
  width: 100%;
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap {
  width: 100%;
}

@media screen and (max-width: 950px) {
  .section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap {
    overflow-x: scroll;
  }
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap table {
  width: 100%;
  min-width: 830px;
  text-align: center;
  border-collapse: collapse;
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap table th, .section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap table td {
  min-width: 4em;
  border: 1px solid #afafaf;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 950px) {
  .section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap table th, .section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap table td {
    font-size: 0.625em;
    padding: 0.5em;
    line-height: 1.2em;
  }
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap table td a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0.2em;
  line-height: 1.4;
  color: #fff;
  font-size: 0.6875em;
}

.section.sales .sec_wrap .sec_sales_wrap .sec_sales_list_wrap table td br + a {
  margin-top: 1em;
}

/* ----------------------------------
	swiper customize
---------------------------------- */
.swiper-button-next,
.swiper-button-prev {
  opacity: .8;
  width: 33px;
  height: 33px;
  margin-top: -11.5px;
  background-size: 33px 33px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../img/matsusmile_main/swiper-button.svg) !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/matsusmile_main/swiper-button.svg) !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  margin-top: 5px;
}

.swiper-pagination {
  position: inherit;
}

.swiper-pagination-bullet-active {
  background: #1a1a1a;
}
/*# sourceMappingURL=matsusmile-new.css.map */