@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

html.ie,
.ie input,
.ie textarea,
.ie select,
.ie button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  background: #fff;
  color: #553f34;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-word;
}

html.ipad body,
html.ipad input[type="submit"],
html.desktop.touch body,
html.desktop.touch input[type="submit"] {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  margin: 0;
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #553f34;
  text-decoration: none;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  line-height: 1;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

#wrapper,
.outer-block {
  min-width: 1260px;
}

.inner-block {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

main .inner-block {
  padding-top: 150px;
  padding-bottom: 150px;
}

#wrapper {
  position: relative;
}

main {
  display: block;
}

.ib {
  display: inline-block;
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
.js-img-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-yellow {
  background: url(../img/common/bg-yellow.png) no-repeat center center/cover;
}

.mincho {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}

.summary-txt {
  line-height: 2.2;
  text-align: center;
}

.ico-sns a {
  display: inline-block;
  line-height: 1;
  -webkit-transition: 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}

.c-ttl01 {
  position: relative;
  margin-bottom: 50px;
  padding-top: 30px;
  text-align: center;
}

.c-ttl01 .jp, .c-ttl01 .en {
  display: block;
}

.c-ttl01 .jp {
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.c-ttl01 .en {
  margin-top: 14px;
  font-weight: 400;
  line-height: 1;
}

.c-ttl01::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background: #553f34;
  content: "";
}

.c-ttl01.white {
  color: #fff;
}

.c-ttl01.white::before {
  background-color: #fff;
}

.c-ttl02 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 36px;
}

.c-ttl02::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background: #553f34;
  content: "";
}

.c-ttl03 {
  position: relative;
  padding-top: 20px;
}

.c-ttl03::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background: #553f34;
  content: "";
}

.c-ttl03 .small,
.c-ttl03 .large {
  display: block;
}

.c-ttl03 .small {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.c-ttl03 .large {
  font-size: 52px;
  line-height: 1.2;
}

.c-btn01, .products-block .products-list a .btn {
  display: inline-block;
  position: relative;
  min-width: 420px;
  padding: 26px 50px;
  border: 1px solid #553f34;
  border-radius: 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.c-btn01.white, .products-block .products-list a .white.btn {
  border-color: #fff;
  color: #fff;
}

.c-btn01.white::before, .products-block .products-list a .white.btn::before {
  border-color: #fff;
}

.c-btn01.bg-br, .products-block .products-list a .bg-br.btn {
  background: #553f34;
  color: #fff;
}

.c-btn01.bg-br::before, .products-block .products-list a .bg-br.btn::before {
  border-color: #fff;
}

.c-btn01::before, .products-block .products-list a .btn::before {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  border: solid #553f34;
  border-width: 0 1px 1px 0;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  -webkit-transition-property: border-color;
  transition-property: border-color;
}

.btn-wrap {
  margin: 0 auto;
  text-align: center;
}

.c-table01 tr:first-child th, .c-table01 tr:first-child td {
  border-top: 1px solid #d3d1c6;
}

.c-table01 th, .c-table01 td {
  padding: 22px 0;
  border-bottom: 1px solid #d3d1c6;
  text-align: left;
}

.c-table01 th {
  width: 100px;
  padding-right: 10px;
  font-weight: normal;
}

.c-table01 td {
  width: calc(100% - 100px);
}

.c-table01 .txt + .txt {
  margin-top: 10px;
}

.breadcrumb-block {
  background: #f3f3f3;
}

.breadcrumb-block .inner-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumb-block .breadcrumb-list li {
  display: inline-block;
  position: relative;
}

.breadcrumb-block .breadcrumb-list li + li {
  padding-left: 35px;
}

.breadcrumb-block .breadcrumb-list li + li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
  border: solid #553f34;
  border-width: 0 1px 1px 0;
  content: "";
}

.breadcrumb-block .breadcrumb-list li .inn {
  font-size: 14px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header .logo {
  display: block;
  width: 192px;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer {
  padding: 110px 0 90px;
  background: #342926;
}

#footer .upper-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

#footer .under-area .nav-list a {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.01em;
  -webkit-transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

#footer .under-area .copyright {
  color: #fff;
  font-size: 12px;
}

/*------------------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------------*/
#pagetop {
  z-index: 99;
  position: relative;
  right: 0;
}

#pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #fbf7e0;
}

#pagetop a::before {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
          transform: rotate(-135deg) translate3d(0, 0, 0);
  border: solid #553f34;
  border-width: 0 2px 2px 0;
  content: "";
}

/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/
/* mv-block */
.mv-block {
  position: relative;
}

.mv-block .slider-list {
  position: relative;
}

.mv-block .slider-list .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 0;
}

.mv-block .slider-list .slick-dots li {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6fbff;
  cursor: pointer;
}

.mv-block .slider-list .slick-dots button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  font-size: 0;
}

.mv-block .slider-list .slick-dots li.slick-active {
  background: #553f34;
}

.mv-block .slider-list .slick-dots li + li {
  margin-left: 15px;
}

.mv-block .catch-area .inn {
  position: relative;
  margin: 0 auto;
}

.mv-block .catch-area .txt-box {
  position: relative;
}

.mv-block .catch-area .txt-box .txt {
  margin-top: 160px;
}

.mv-block .catch-area .scroll-btn {
  display: block;
  position: absolute;
  bottom: -44px;
  left: -10px;
  padding: 10px 10px 100px;
}

.mv-block .catch-area .scroll-btn::before {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 1px;
  height: 60px;
  margin: auto;
  -webkit-transform-origin: top;
          transform-origin: top;
  background: #553f34;
  content: "";
  -webkit-transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}

/* slider */
.slick-slide {
  outline: none;
}

.slick-slide img {
  width: 100%;
  height: 42vw;
  min-height: 500px;
  font-family: 'object-fit: cover;';
}

/* about */
.about-block .img {
  position: absolute;
  margin: auto;
}

.about-block .img.img01 {
  top: -70px;
  left: 30px;
}

.about-block .img.img02 {
  right: 30px;
  bottom: -35px;
}

/* products */
.products-block .products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.products-block .products-list li {
  overflow: hidden;
  border-radius: 25px;
}

.products-block .products-list a .txt .ttl {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
}

.products-block .products-list a .btn {
  pointer-events: none;
}

.products-block .products-list a .btn::before {
  border-color: #fff;
}

/* purchase */
.purchase-block .btn-wrap {
  margin-top: 40px;
}

/* company */
.company-block .inner-block .c-table01 {
  width: 100%;
}

/* contact */
.contact-block {
  background: url(../img/common/bg-contact.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

.contact-block .btn-wrap {
  margin-top: 30px;
}

/*------------------------------------------------------------------------------
  product
------------------------------------------------------------------------------*/
.article-mv-block {
  position: relative;
  overflow: hidden;
}

.article-mv-block .inner-block {
  z-index: 3;
  padding-top: 100px;
  padding-right: 50px;
  padding-bottom: 100px;
}

.article-mv-block .img {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 100%;
}

.read-block .ttl {
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}

.read-block .txt {
  line-height: 2.2;
  text-align: center;
}

.products-detail-block .box .img {
  overflow: hidden;
}

.products-detail-block .box .img img {
  border-radius: 25px;
}

.products-detail-block .box .txt-area {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.products-detail-block .box .txt-area .txt {
  line-height: 2.2;
}

.products-detail-block .box + .box {
  margin-top: 150px;
}

.howto-block .img {
  overflow: hidden;
  text-align: center;
}

.howto-block .img img {
  border-radius: 25px;
}

.howto-block .txt-area .txt {
  margin-top: 40px;
  line-height: 2.2;
}

@media print, screen and (min-width: 641px) {
  a[href^="tel"] {
    display: inline-block;
    pointer-events: none;
  }
  .inner-block.large {
    width: 100%;
    min-width: 1240px;
    max-width: 1600px;
  }
  .sp {
    display: none !important;
  }
  .ico-sns a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-btn01:hover, .products-block .products-list a .btn:hover {
    background: #553f34;
    color: #fff;
  }
  .c-btn01:hover::before, .products-block .products-list a .btn:hover::before {
    border-color: #fff;
  }
  .c-btn01:hover.white, .products-block .products-list a .btn:hover.white, .c-btn01:hover.bg-br, .products-block .products-list a .btn:hover.bg-br {
    background: #fff;
    color: #553f34;
  }
  .c-btn01:hover.white::before, .products-block .products-list a .btn:hover.white::before, .c-btn01:hover.bg-br::before, .products-block .products-list a .btn:hover.bg-br::before {
    border-color: #553f34;
  }
  .breadcrumb-block .breadcrumb-list li a:hover {
    text-decoration: underline;
  }
  #header .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
  }
  #header .nav-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .nav-area .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .nav-area .nav-list a {
    display: block;
    padding: 48px 30px;
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  #header .nav-area .nav-list a .inn {
    position: relative;
  }
  #header .nav-area .nav-list a .inn::before {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    background: #553f34;
    content: "";
    -webkit-transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  }
  #header .nav-area .nav-list a:hover .inn::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #header .nav-area .ico-sns {
    margin-left: 30px;
  }
  #footer .under-area .nav-list a:hover {
    color: #d2baae;
  }
  #footer .under-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .under-area .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .under-area .nav-list li + li {
    margin-left: 80px;
  }
  .mv-block .catch-area .scroll-btn:hover::before {
    -webkit-transform: scaleY(1.3);
            transform: scaleY(1.3);
  }
  .mv-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .mv-block .slider-list {
    width: 56.25%;
  }
  .mv-block .catch-area {
    width: 43.75%;
  }
  .mv-block .catch-area .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 480px;
    height: 100%;
  }
  .products-block .products-list li {
    width: calc((99.9999% - 60px)/3);
  }
  .products-block .products-list li:nth-child(1), .products-block .products-list li:nth-child(2) {
    width: calc((99.9999% - 30px)/2);
  }
  .products-block .products-list li:nth-child(1) .img, .products-block .products-list li:nth-child(2) .img {
    width: 100%;
    padding-top: 85%;
  }
  .products-block .products-list li:nth-child(1) .c-btn01, .products-block .products-list li:nth-child(1) a .btn, .products-block .products-list a li:nth-child(1) .btn, .products-block .products-list li:nth-child(2) .c-btn01, .products-block .products-list li:nth-child(2) a .btn, .products-block .products-list a li:nth-child(2) .btn {
    min-width: 380px;
    margin-top: 70px;
    padding: 22px 50px;
  }
  .products-block .products-list li:nth-child(2) {
    margin-right: 0;
    margin-left: 30px;
  }
  .products-block .products-list li:nth-child(n+3):nth-child(3n+1) {
    margin-right: 30px;
    margin-left: 30px;
  }
  .products-block .products-list li:nth-child(n+3) {
    margin-top: 30px;
  }
  .products-block .products-list li:nth-child(n+3) .img {
    width: 100%;
    padding-top: 96%;
  }
  .products-block .products-list li:nth-child(n+3) .ttl {
    font-size: 36px;
  }
  .products-block .products-list li:nth-child(n+3) .btn {
    min-width: 260px;
    margin-top: 50px;
    padding: 15px 50px;
    font-size: 15px;
  }
  .products-block .products-list li a {
    display: block;
    position: relative;
  }
  .products-block .products-list li a::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(57, 27, 27, 0.4);
    content: "";
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .products-block .products-list li a .txt {
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .products-block .products-list li a:hover::before, .products-block .products-list li a:hover .txt {
    opacity: 1;
  }
  .products-block .products-list a .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    margin: auto;
    color: #fff;
    text-align: center;
  }
  .company-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .company-block .inner-block {
    width: 620px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 100px;
  }
  .company-block .map-area {
    width: 50%;
  }
  .contact-block .inner-block {
    padding: 95px 0 100px;
  }
  .article-mv-block .inner-block .txt-area {
    width: 430px;
  }
  .read-block .inner-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .products-detail-block .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .products-detail-block .box .img {
    width: 680px;
  }
  .products-detail-block .box .txt-area {
    width: calc(100% - 680px);
  }
  .products-detail-block .box:nth-child(odd) .img {
    text-align: right;
  }
  .products-detail-block .box:nth-child(odd) .txt-area {
    padding-left: 100px;
  }
  .products-detail-block .box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .products-detail-block .box:nth-child(even) .img {
    text-align: left;
  }
  .products-detail-block .box:nth-child(even) .txt-area {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1500px) {
  .mv-block .catch-area .txt-box .catch {
    width: 380px;
  }
  .mv-block .catch-area .txt-box .txt {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1700px) {
  .article-mv-block .img {
    right: auto;
    left: calc(50% - 150px);
  }
}
/*# sourceMappingURL=style.css.map */
