@charset "UTF-8";
/*=======================================
製品情報
=========================================*/
.p-product {
  margin-bottom: 180px;
}
.p-product.is-list {
  margin-bottom: 0;
}
.p-product.is-detail {
  padding-top: 93px;
}
.p-product__narrow {
  position: relative;
  margin-bottom: 100px;
}
.p-product__narrow .search button {
  background: url(../img/common/icon_search.svg) no-repeat center;
  background-size: 17px 17px;
  width: 40px;
  height: 40px;
  border: 0;
  text-indent: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.p-product__narrow .search input[type="text"] {
  border: 0;
  padding: 5px;
  outline: 0;
  color: #383B4E;
}
.p-product__narrow .search ::-webkit-input-placeholder {
  color: #8C8C91;
}
.p-product__narrow .search :-ms-input-placeholder {
  color: #8C8C91;
}
.p-product__narrow .search ::-moz-placeholder {
  color: #8C8C91;
}
.p-product__narrow .search ::-placeholder {
  color: #8C8C91;
}
.p-product__narrow .category {
  background: #fff;
  box-shadow: 4px 4px 16px rgba(56, 59, 78, 0.12);
  padding: 44px 36px;
  display: flex;
  position: absolute;
  right: 110px;
  top: 0;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.p-product__narrow .category:before, .p-product__narrow .category:after {
  display: none;
}
.p-product__narrow .category.is-scrolled {
  right: -390px;
}
.p-product__narrow .category.is-scrolled:hover {
  right: 0;
}
.p-product__narrow .category h3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-right: 66px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-product__narrow .category-list {
  display: flex;
}
.p-product__narrow .category-list:before, .p-product__narrow .category-list:after {
  display: none;
}
.p-product__narrow .category-list ul + ul {
  margin-left: 65px;
}
.p-product__narrow .category-list li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 4px;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-product__narrow .category-list li:last-child {
  margin-bottom: 0;
}
.p-product__narrow .category-list li a {
  color: #383B4E;
  text-decoration: none;
}
.p-product__narrow .category-list li a:hover {
  text-decoration: underline;
}
.p-product__list {
  padding-left: 30px;
  padding-right: 30px;
}
.p-product__list-block1 {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10.7462% 12.4626% 11.1940%;
}
.p-product__list-block1.japanese {
  background-image: url(../img/product/img1.jpg);
}
.p-product__list-block1.western {
  background-image: url(../img/product/img2.jpg);
}
.p-product__list-block1.stainless {
  background-image: url(../img/product/img3.jpg);
  color: #fff;
}
.p-product__list-block1.atelier {
  background-image: url(../img/product/img4.jpg);
  color: #fff;
}
.p-product__list-block1 .en {
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 100%;
}
.p-product__list-block1 .h {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 160%;
  font-weight: 400;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .p-product__list-block1 .h {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-product__list-block1 .h {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
.p-product__list-block1 .catch {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 180%;
  font-weight: 500;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 36px;
}
.p-product__list-block1 .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 200%;
  max-width: 320px;
}
.p-product__list-block1 .c-btn1 {
  text-align: left;
  margin-top: 36px;
}
.p-product__list-block1 .c-btn1 a {
  text-align: center;
}
.p-product__list-block2 .box1 {
  float: left;
  width: calc(50% - 15px);
  margin-left: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-product__list-block2 .box1-wrap {
  padding: 10.9923%;
  padding-bottom: 34.1984%;
}
.p-product__list-block2 .box1.special {
  background-image: url(../img/product/img5.jpg);
}
.p-product__list-block2 .box1.tableware {
  background-image: url(../img/product/img6.jpg);
}
.p-product__list-block2 .box1.shapner {
  background-image: url(../img/product/img7.jpg);
}
.p-product__list-block2 .box1.tool {
  background-image: url(../img/product/img8.jpg);
}
.p-product__list-block2 .box1:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.p-product__list-block2 .box1 .en {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.08em;
}
.p-product__list-block2 .box1 .h {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 160%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin-bottom: 24px;
}
.p-product__list-block2 .box1 .desc {
  line-height: 200%;
  max-width: 320px;
}
.p-product__list-block2 .box1 .c-btn1 {
  margin-top: 24px;
  text-align: left;
}
.p-product__list-block2 .box1 .c-btn1 a {
  text-align: center;
}
.p-product__nav {
  margin-bottom: 120px;
}
body.is-product.is-single .p-product__nav {
  margin-bottom: 0;
}
.p-product__nav .back {
  float: left;
}
.p-product__nav .back a {
  display: block;
  background: #eee;
  padding: 25px 30px;
  padding-left: calc(50vw - 590px);
  color: #383B4E;
  text-decoration: none;
}
.p-product__nav .back a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1370px) {
  .p-product__nav .back a {
    padding-left: 84px;
  }
}
.p-product__nav .back span {
  display: block;
  background: url(../img/common/arrow_4-left.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 27px;
}
.p-product__nav .breadcrumb {
  padding: 22px 35px 28px;
  text-align: right;
  float: right;
}
.p-product__nav .breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 120%;
  background: url(../img/common/arrow_1.svg) no-repeat left center;
  background-size: 4px 7px;
  padding-left: 16px;
  margin-left: 12px;
  color: #8C8C91;
}
.p-product__nav .breadcrumb li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
.p-product__nav .breadcrumb li a {
  color: #8C8C91;
}
.p-product__nav .breadcrumb li:last-child {
  color: #383B4E;
}
.p-product__nav .breadcrumb li:last-child a {
  color: #383B4E;
}
.p-product__nav .c-wrap {
  clear: both;
  padding-top: 96px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-product__nav .c-wrap:before, .p-product__nav .c-wrap:after {
  display: none;
}
.p-product__nav .heading {
  width: calc(100% - 300px);
}
.p-product__nav .heading .en {
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.p-product__nav .heading .h {
  font-size: 60px;
  font-size: 6rem;
  line-height: 160%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  -webkit-transition: 0.8s ease all 0.6s;
  transition: 0.8s ease all 0.6s;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.is-loaded .p-product__nav .heading .h {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-product__nav .heading .h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 150%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  -webkit-transition: 0.8s ease all 0.6s;
  transition: 0.8s ease all 0.6s;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.is-loaded .p-product__nav .heading .h2 {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-product__nav .menu {
  width: 280px;
  text-align: right;
  padding-bottom: 10px;
}
.p-product__nav .menu li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 150%;
  margin-bottom: 6px;
}
.p-product__nav .menu li a {
  color: #383B4E;
  text-decoration: none;
}
.p-product__nav .menu li a:hover {
  text-decoration: underline;
}
.p-product__nav hr {
  display: block;
  width: 100%;
  outline: 0;
  border: 0;
  position: relative;
  clear: both;
  margin-top: 48px;
  margin-bottom: 48px;
}
.p-product__nav hr:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  border-top: 1px solid #383B4E;
  left: 0;
  top: 0;
  -webkit-transition: 0.8s ease all 0.9s;
  transition: 0.8s ease all 0.9s;
}
.is-loaded .p-product__nav hr:before {
  width: 100%;
}
.p-product__nav .description {
  float: left;
  max-width: 580px;
  color: #8C8C91;
  line-height: 175%;
}
.p-product__nav .share {
  float: right;
  text-align: right;
  max-width: calc(100% - 580px);
}
.p-product__nav .share p,
.p-product__nav .share ul,
.p-product__nav .share li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 100%;
}
.p-product__nav .share p {
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.08em;
  padding-right: 25px;
  margin-right: 16px;
  position: relative;
}
.p-product__nav .share p:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 10px;
  border-top: 1px solid #383B4E;
}
.p-product__nav .share li {
  margin-right: 16px;
  line-height: 100%;
}
.p-product__nav .share li:last-child {
  margin-bottom: 0;
}

.p-product-category__mv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}
.p-product-category__overview {
  background: #383B4E;
  color: #fff;
  padding-top: 44px;
  padding-bottom: 46px;
  margin-bottom: 120px;
}
.p-product-category__overview .lead {
  float: left;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 75px;
}
.p-product-category__overview .lead-wrap {
  padding-right: 8%;
}
.p-product-category__overview .lead .en {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8C8C91;
  line-height: 160%;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 60px;
}
.p-product-category__overview .lead .h {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 175%;
  font-weight: 500;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding-bottom: 60px;
}
.p-product-category__overview .lead .h:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  width: 24px;
}
.p-product-category__overview .overview {
  float: right;
  width: 40.6779%;
  padding-bottom: 84px;
}
.p-product-category__overview .overview .h {
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
  font-weight: 500;
  color: #8C8C91;
  margin-bottom: 55px;
}
.p-product-category__overview .overview p {
  line-height: 200%;
}
.p-product-category__lineup .heading {
  margin-bottom: 90px;
}
.p-product-category__lineup .heading .en,
.p-product-category__lineup .heading .h {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.p-product-category__lineup .heading .en {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 160%;
  color: #383B4E;
  vertical-align: 4px;
}
.p-product-category__lineup .heading .h {
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 160%;
  font-weight: 500;
  margin-left: 10px;
}
.p-product-category__lineup .heading .h2 {
  margin-top: 48px;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 175%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.p-product-category__lineup .content ul {
  position: relative;
  margin-left: -1.95%;
  margin-right: -1.95%;
}
.p-product-category__lineup .content li {
  float: left;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 60px;
}
.p-product-category__lineup .content li:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid rgba(140, 140, 145, 0.2);
}
.p-product-category__lineup .content li .wrap {
  padding-left: 5.8679%;
  padding-right: 5.8679%;
}
.p-product-category__lineup .content li a {
  display: block;
  text-decoration: none;
  color: #383B4E;
}
.p-product-category__lineup .content li a:hover .btn {
  background: #383B4E;
  color: #fff;
}
.p-product-category__lineup .content li:nth-child(3n) {
  padding-right: 0;
  margin-right: 0;
}
.p-product-category__lineup .content li:nth-child(3n):before {
  display: none;
}
.p-product-category__lineup .content li:nth-child(3n+1) {
  clear: both;
}
.p-product-category__lineup .content li .img1 {
  margin-bottom: 12px;
}
.p-product-category__lineup .content li h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 150%;
  margin-bottom: 15px;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.p-product-category__lineup .content li .desc {
  line-height: 200%;
}
.p-product-category__lineup .content li .btn {
  margin-top: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #383B4E;
  line-height: 120%;
  padding: 10px 20px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.p-product-detail .block1 {
  border-bottom: 1px solid #383B4E;
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-product-detail .block1:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-product-detail .heading {
  float: left;
  width: 11.8644%;
}
.p-product-detail .heading .en {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.p-product-detail .heading .h {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-feature-settings: initial;
}
.p-product-detail .content {
  float: right;
  width: 85.4237%;
}
.p-product-detail__gallery .bx-wrapper {
  margin-bottom: 0;
}
.p-product-detail__gallery .thumbnail a {
  display: inline;
  cursor: pointer;
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)";
  filter: alpha(opacity=20);
}
.p-product-detail__gallery .thumbnail a.active {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-product-detail__gallery .thumbnail img {
  width: 86px;
}
.p-product-detail__overview-block1 {
  border-bottom: 1px solid rgba(56, 59, 78, 0.2);
  padding-bottom: 84px;
  margin-bottom: 84px;
}
.p-product-detail__overview-block1:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.p-product-detail__overview-block1 h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 180%;
  margin-bottom: 48px;
}
.p-product-detail__overview-block1 p {
  line-height: 226%;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-product-detail__overview-block1.imgleft, .p-product-detail__overview-block1.imgright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-product-detail__overview-block1.imgleft:before, .p-product-detail__overview-block1.imgleft:after, .p-product-detail__overview-block1.imgright:before, .p-product-detail__overview-block1.imgright:after {
  display: none;
}
.p-product-detail__overview-block1.imgleft .img1, .p-product-detail__overview-block1.imgright .img1 {
  width: 504px;
}
.p-product-detail__overview-block1.imgleft .txt1, .p-product-detail__overview-block1.imgright .txt1 {
  width: 430px;
}
.p-product-detail__overview-block1.imgright {
  flex-direction: row-reverse;
}
.p-product-detail__technique-wrap {
  border-bottom: 1px solid rgba(56, 59, 78, 0.2);
  padding-bottom: 84px;
  margin-bottom: 84px;
}
.p-product-detail__technique-wrap:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.p-product-detail__technique-box1 h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 180%;
  margin-bottom: 48px;
}
.p-product-detail__technique-box1 p {
  line-height: 226%;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-product-detail__technique-box2 {
  margin-top: 60px;
  border: 1px solid rgba(56, 59, 78, 0.2);
}
.p-product-detail__technique-box2 h5 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 180%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  border-bottom: 1px solid rgba(56, 59, 78, 0.2);
  padding: 32px 45px;
}
.p-product-detail__technique-box2 ul {
  padding: 48px;
  padding-bottom: 25px;
}
.p-product-detail__technique-box2 li {
  float: left;
  width: 31.5731%;
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 2.64035%;
  margin-bottom: 2.64035%;
  padding: 20px;
  text-align: center;
}
.p-product-detail__technique-box2 li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.p-product-detail__technique-box2 li .img1 {
  display: flex;
  height: 122px;
  align-items: center;
  justify-content: space-between;
}
.p-product-detail__technique-box2 li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 10px;
}
.p-product-detail__technique-box3 {
  margin-top: 45px;
  border: 1px solid rgba(56, 59, 78, 0.2);
}
.p-product-detail__technique-box3 h5 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 180%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  border-bottom: 1px solid rgba(56, 59, 78, 0.2);
  padding: 32px 45px;
}
.p-product-detail__technique-box3 ul {
  padding: 48px;
  padding-bottom: 25px;
}
.p-product-detail__technique-box3 li {
  float: left;
  width: 31.5731%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 2.64035%;
  margin-bottom: 2.64035%;
}
.p-product-detail__technique-box3 li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.p-product-detail__technique-box3 li .img1 {
  margin-bottom: 10px;
}
.p-product-detail__technique-box3 li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}
.p-product-detail__lineup ul {
  position: relative;
  margin-right: -41px;
}
.p-product-detail__lineup li {
  float: left;
  width: calc(25% - 41px);
  border-right: 1px solid rgba(56, 59, 78, 0.2);
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
}
.p-product-detail__lineup li:nth-child(4n) {
  border-right: 0;
}
.p-product-detail__lineup li:nth-child(4n+1) {
  clear: both;
}
.p-product-detail__lineup li .img1 {
  margin-bottom: 24px;
}
.p-product-detail__lineup li h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
  font-weight: 500;
}
.p-product-detail__lineup li table {
  width: 100%;
  margin-top: 30px;
}
.p-product-detail__lineup li th {
  color: #8C8C91;
  text-align: left;
  font-weight: 500;
  padding-right: 15px;
  width: 30px;
}
.p-product-detail__lineup li th,
.p-product-detail__lineup li td {
  padding-bottom: 10px;
}
.p-product-detail__lineup li .btn {
  margin-top: 20px;
}
.p-product-detail__lineup li .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  background: #383B4E;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
  padding: 5px 12px;
  text-decoration: none;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-product {
    margin-bottom: 120px;
  }
  .p-product.is-detail {
    padding-top: 61px;
  }
  .p-product__narrow {
    margin-bottom: 36px;
  }
  .p-product__narrow .category {
    position: static;
    margin-top: 50px;
    display: block;
    padding: 24px;
  }
  .p-product__narrow .category h3 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-product__narrow .category-list {
    justify-content: space-between;
  }
  .p-product__narrow .category-list li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-product__narrow .category-list ul + ul {
    margin-left: 24px;
  }
  .p-product__list-block1 {
    padding: 50px 24px 75vw;
    margin-bottom: 12px;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
  }
  .p-product__list-block1 .en {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .p-product__list-block1 .h {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  .p-product__list-block1 .catch {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .p-product__list-block1 .desc {
    display: none;
  }
  .p-product__list-block1 .c-btn1 {
    margin-top: 20px;
  }
  .p-product__list-block1.japanese {
    background-image: url(../img/product/img1_sp.jpg);
  }
  .p-product__list-block1.western {
    background-image: url(../img/product/img2_sp.jpg);
  }
  .p-product__list-block1.stainless {
    background-image: url(../img/product/img3_sp.jpg);
  }
  .p-product__list-block1.atelier {
    background-image: url(../img/product/img4_sp.jpg);
  }
  .p-product__list-block2 {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
  }
  .p-product__list-block2 .box1 {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .p-product__list-block2 .box1-wrap {
    padding: 49px 24px 42vw;
  }
  .p-product__list-block2 .box1 .en {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .p-product__list-block2 .box1 .h {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
  .p-product__list-block2 .box1 .desc {
    display: none;
  }
  .p-product__list-block2 .box1 .c-btn1 {
    margin-top: 20px;
  }
  .p-product__nav {
    margin-bottom: 24px;
  }
  .p-product__nav .back a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 24px;
  }
  .p-product__nav .breadcrumb {
    display: none;
  }
  .p-product__nav .c-wrap {
    padding-top: 32px;
    display: block;
  }
  .p-product__nav .heading {
    margin-bottom: 60px;
    width: 100%;
  }
  .p-product__nav .heading .en {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .p-product__nav .heading .h {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 160%;
  }
  .p-product__nav .heading .h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-product__nav .menu {
    text-align: right;
    padding-bottom: 0;
    width: auto;
  }
  .p-product__nav hr {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-product__nav .description,
  .p-product__nav .share {
    float: none;
    width: auto;
    max-width: initial;
  }
  .p-product__nav .description {
    margin-bottom: 38px;
  }
  .p-product__nav .share {
    text-align: left;
  }
  .p-product-category__mv {
    height: 66.66vw;
  }
  .p-product-category__overview {
    margin-bottom: 60px;
  }
  .p-product-category__overview .lead,
  .p-product-category__overview .overview {
    float: none;
    width: auto;
  }
  .p-product-category__overview .lead {
    border-right: 0;
    padding-top: 0;
    padding-bottom: 48px;
  }
  .p-product-category__overview .lead-wrap {
    padding-right: 0;
  }
  .p-product-category__overview .lead .en {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .p-product-category__overview .lead .h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 16px;
    color: #8C8C91;
    font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .p-product-category__overview .lead .h {
    font-size: 20px;
    font-size: 2rem;
    line-height: 150%;
    padding-bottom: 48px;
  }
  .p-product-category__overview .overview {
    padding-bottom: 0;
  }
  .p-product-category__lineup .heading {
    margin-bottom: 36px;
  }
  .p-product-category__lineup .heading .en {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-product-category__lineup .heading .h {
    margin-left: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-product-category__lineup .heading .h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 150%;
  }
  .p-product-category__lineup .content ul {
    margin-left: 0;
    margin-right: 0;
  }
  .p-product-category__lineup .content li {
    float: none;
    width: auto;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(56, 59, 78, 0.2);
  }
  .p-product-category__lineup .content li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .p-product-category__lineup .content li:before {
    display: none;
  }
  .p-product-category__lineup .content li .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .p-product-category__lineup .content li .txt1 h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-product-category__lineup .content li .txt1 .btn {
    display: none;
  }
  .p-product-detail .block1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-product-detail .heading,
  .p-product-detail .content {
    float: none;
    width: auto;
  }
  .p-product-detail .heading {
    margin-bottom: 48px;
  }
  .p-product-detail .heading .en,
  .p-product-detail .heading .h {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .p-product-detail .heading .en {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .p-product-detail .heading .h {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-product-detail__nav {
    position: fixed;
    width: 100%;
    z-index: 998;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s ease all 0.1s;
    transition: 0.2s ease all 0.1s;
    opacity: 0;
  }
  .is-product_category.is-archive .p-product-detail__nav .title {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-product-detail__nav.is-show {
    opacity: 1;
  }
  .p-product-detail__nav.withHeader {
    top: 60px;
  }
  .p-product-detail__nav:after {
    display: none;
  }
  .p-product-detail__nav:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    -webkit-transition: 0.1s ease all;
    transition: 0.1s ease all;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .p-product-detail__nav.is-open:before {
    height: 100vh;
  }
  .p-product-detail__nav.is-open .title h2 {
    background-image: url(../img/common/arrow_6-up.svg);
  }
  .p-product-detail__nav .title,
  .p-product-detail__nav .nav {
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .p-product-detail__nav .title {
    padding: 12px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(56, 59, 78, 0.2);
  }
  .p-product-detail__nav .title h2 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 125%;
    font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    background: url(../img/common/arrow_6-down.svg) no-repeat right center;
    background-size: 18px 9px;
    padding-right: 44px;
  }
  .p-product-detail__nav .nav {
    display: none;
  }
  .p-product-detail__nav .nav ul {
    padding: 24px;
  }
  .p-product-detail__nav .nav li {
    margin-bottom: 14px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-product-detail__nav .nav li:last-child {
    margin-bottom: 0;
  }
  .p-product-detail__nav .nav li a {
    color: #383B4E;
    text-decoration: none;
  }
  .p-product-detail__nav .nav .back a {
    display: block;
    background: #eee;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 26px;
    text-decoration: none;
    color: #383B4E;
  }
  .p-product-detail__nav .nav .back span {
    display: block;
    background: url(../img/common/arrow_4-left.svg) no-repeat left center;
    background-size: 9px 9px;
    padding-left: 19px;
  }
  .p-product-detail__gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-product-detail__gallery .thumbnail ul {
    white-space: nowrap;
    overflow: auto;
  }
  .p-product-detail__overview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-product-detail__overview-block1 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .p-product-detail__overview-block1 h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .p-product-detail__overview-block1 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-product-detail__overview-block1.imgleft, .p-product-detail__overview-block1.imgright {
    display: block;
  }
  .p-product-detail__overview-block1.imgleft .img1,
  .p-product-detail__overview-block1.imgleft .txt1, .p-product-detail__overview-block1.imgright .img1,
  .p-product-detail__overview-block1.imgright .txt1 {
    width: auto;
  }
  .p-product-detail__overview-block1.imgleft .img1, .p-product-detail__overview-block1.imgright .img1 {
    margin-bottom: 48px;
  }
  .p-product-detail__technique-wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .p-product-detail__technique-box1 h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .p-product-detail__technique-box1 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-product-detail__technique-box2 {
    margin-top: 48px;
  }
  .p-product-detail__technique-box2 h5 {
    font-size: 20px;
    font-size: 2rem;
    padding: 18px 16px;
  }
  .p-product-detail__technique-box2 ul {
    padding: 20px;
  }
  .p-product-detail__technique-box2 li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-product-detail__technique-box2 li:last-child {
    margin-bottom: 0;
  }
  .p-product-detail__technique-box2 li .img1 {
    max-width: 244px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-product-detail__technique-box3 {
    margin-top: 48px;
  }
  .p-product-detail__technique-box3 h5 {
    font-size: 20px;
    font-size: 2rem;
    padding: 18px 16px;
  }
  .p-product-detail__technique-box3 ul {
    padding: 20px;
    padding-bottom: 10px;
  }
  .p-product-detail__technique-box3 li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 10px;
  }
  .p-product-detail__technique-box3 li:nth-child(3n+1) {
    clear: none;
    margin-left: 4%;
  }
  .p-product-detail__technique-box3 li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .p-product-detail__technique-box3 li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-product-detail__lineup ul {
    margin-right: -31px;
  }
  .p-product-detail__lineup li {
    width: calc(50% - 31px);
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-bottom: 55px;
  }
  .p-product-detail__lineup li:nth-child(2n+1) {
    clear: both;
  }
  .p-product-detail__lineup li:nth-child(2n) {
    border-right: 0;
  }
  .p-product-detail__lineup li:nth-last-child(1), .p-product-detail__lineup li:nth-last-child(2) {
    padding-bottom: 0;
  }
  .p-product-detail__lineup li .img1 {
    margin-bottom: 13px;
  }
  .p-product-detail__lineup li .box1 h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
