/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4; }
  @media (max-width: 769px) {
    body {
      padding-top: 45px;
      font-size: 1.4rem; } }

a {
  text-decoration: none; }
  a img {
    transition: all 0.3s;
    backface-visibility: hidden; }
  a[target="_blank"]::after {
    margin-left: 3px;
    width: 12px;
    height: 12px;
    display: inline-block;
    content: "";
    background: url(../../img/common/icon_blank.svg) no-repeat center center;
    background-size: contain; }
  a:hover img {
    opacity: 0.7; }
  a.no-icon::after {
    content: none; }

img {
  max-width: 100%;
  display: block; }

.container {
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1330px; }
  @media (max-width: 769px) {
    .container {
      padding: 0 20px; } }

.btn__square {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: background-color 0.4s, background-image 0.4s, color 0.4s;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../../images/arrow_1_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center; }
  .btn__square:hover {
    color: #000;
    background-color: white;
    background-image: url(../../images/arrow_1_black.svg); }
  .btn__square.-reverse {
    background-image: url(../../images/arrow_1_white_reverse.svg);
    background-position: left 10px center; }
    .btn__square.-reverse:hover {
      background-image: url(../../images/arrow_1_black_reverse.svg); }
  .btn__square.-white {
    transition: background-color 0.4s, background-image 0.4s, color 0.4s;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../../images/arrow_1_black.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
    .btn__square.-white:hover {
      color: #fff;
      background-color: black;
      background-image: url(../../images/arrow_1_white.svg); }
    .btn__square.-white.-reverse {
      background-image: url(../../images/arrow_1_black_reverse.svg);
      background-position: left 10px center; }
      .btn__square.-white.-reverse:hover {
        background-image: url(../../images/arrow_1_white_reverse.svg); }

a:hover .btn__square {
  color: #000;
  background-color: white;
  background-image: url(../../images/arrow_1_black.svg); }
  a:hover .btn__square.-white {
    color: #fff;
    background-color: black;
    background-image: url(../../images/arrow_1_white.svg); }

.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  transition: transform .6s ease-in-out;
  transform: translateY(100px); }
  @media (max-width: 769px) {
    .scrollTop {
      display: none; } }
  .scrollTop a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center; }
  .scrollTop svg {
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5)); }
  .scrollTop.is-show {
    transform: translateY(0); }

.d-mb-none {
  display: block; }
  @media (max-width: 769px) {
    .d-mb-none {
      display: none; } }

.d-mb-block {
  display: none; }
  @media (max-width: 769px) {
    .d-mb-block {
      display: block; } }

.fz-1 {
  font-size: 6rem;
  line-height: 1.05; }

.fz-2 {
  font-size: 4.8rem;
  line-height: 1.2; }

.fz-3 {
  font-size: 4rem;
  line-height: 1.2; }

.fz-4 {
  font-size: 3.2rem;
  line-height: 1.2; }

.fz-5 {
  font-size: 2.4rem; }

@media (max-width: 769px) {
  .fz-1 {
    font-size: 5rem; }
  .fz-2 {
    font-size: 4.2rem; }
  .fz-3 {
    font-size: 3.5rem; }
  .fz-4 {
    font-size: 2.8rem; }
  .fz-5 {
    font-size: 2.1rem; } }

.header {
  width: 100%;
  height: 80px;
  z-index: 99;
  color: #fff;
  background: rgba(0, 0, 0, 0.9); }
  @media (max-width: 769px) {
    .header {
      height: 45px;
      position: fixed;
      top: 0;
      left: 0; } }
  .header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 769px) {
    .header-logo {
      width: 135px;
      z-index: 99; } }
  .header-globalNavi__menu {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 7px;
    display: none; }
    @media (max-width: 769px) {
      .header-globalNavi__menu {
        display: block; } }
  .header-globalNavi__menu-open {
    margin: auto;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .header-globalNavi__menu-open span {
      width: 20px;
      height: 1px;
      position: absolute;
      left: 0;
      display: block;
      background: #fff; }
      .header-globalNavi__menu-open span:nth-child(1) {
        top: 0; }
      .header-globalNavi__menu-open span:nth-child(2) {
        margin: auto;
        top: 0;
        bottom: 0; }
      .header-globalNavi__menu-open span:nth-child(3) {
        bottom: 0; }
  .header-globalNavi__menu-close {
    margin: auto;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none; }
    .header-globalNavi__menu-close span {
      margin: auto;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      transform-origin: center;
      background: #fff; }
      .header-globalNavi__menu-close span:nth-child(1) {
        transform: rotate(45deg); }
      .header-globalNavi__menu-close span:nth-child(2) {
        transform: rotate(-45deg); }
  .header-globalNavi__menu.is-open .header-globalNavi__menu-open {
    display: none; }
  .header-globalNavi__menu.is-open .header-globalNavi__menu-close {
    display: block; }

.globalNavi {
  width: calc(100% - 170px); }
  @media (max-width: 769px) {
    .globalNavi {
      position: relative;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: -99;
      transform: translateY(-100%); }
      .globalNavi.is-open {
        z-index: 1;
        transform: translateY(0); } }

.globalNavi__navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  line-height: 1; }
  @media (max-width: 769px) {
    .globalNavi__navi {
      opacity: 0;
      display: block;
      font-size: 2rem;
      text-align: center;
      transition: opacity .4s ease-in-out;
      z-index: -1; }
      .is-open .globalNavi__navi {
        opacity: 1;
        z-index: 2; } }
  .globalNavi__navi li {
    margin-left: 30px; }
    @media (max-width: 769px) {
      .globalNavi__navi li {
        margin: 2em 0; } }
    .globalNavi__navi li a {
      color: #fff; }
      .globalNavi__navi li a:hover {
        text-decoration: underline; }

.globalNavi__bg {
  display: none; }
  @media (max-width: 769px) {
    .globalNavi__bg {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.9);
      opacity: 0;
      transition: opacity .4s ease-in-out;
      z-index: -1; }
      .is-open .globalNavi__bg {
        opacity: 1;
        z-index: 1; } }

.footer {
  padding: 80px 0;
  color: #fff;
  background: #000; }
  @media (max-width: 769px) {
    .footer {
      padding: 0; } }
  .footer .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 769px) {
      .footer .container {
        padding: 0;
        display: block; } }
  .footer-contentsLinks {
    display: flex; }
    @media (max-width: 769px) {
      .footer-contentsLinks {
        display: block;
        border-bottom: 1px solid #4e4e4e; } }
  .footer-contentsLinks__column {
    margin-right: 80px;
    vertical-align: top; }
    @media (max-width: 769px) {
      .footer-contentsLinks__column {
        margin-right: 0; } }
  .footer-contentsLinks__menu li {
    font-size: 1.4rem;
    line-height: 1.2; }
    @media (max-width: 769px) {
      .footer-contentsLinks__menu li {
        font-size: 1.2rem;
        border-top: 1px solid #4e4e4e;
        background: #222; } }
    .footer-contentsLinks__menu li + li {
      margin-top: 20px; }
      @media (max-width: 769px) {
        .footer-contentsLinks__menu li + li {
          margin-top: 0; } }
    .footer-contentsLinks__menu li a {
      color: #fff; }
      @media (max-width: 769px) {
        .footer-contentsLinks__menu li a {
          padding: 0 20px;
          height: 40px;
          display: flex;
          align-items: center; } }
      .footer-contentsLinks__menu li a:hover {
        text-decoration: underline; }
  .footer-contentsLinks__menu--sub {
    margin-top: 20px; }
    @media (max-width: 769px) {
      .footer-contentsLinks__menu--sub {
        margin-top: 0; } }
    @media (max-width: 769px) {
      .footer-contentsLinks__menu--sub li {
        background: #111; } }
    .footer-contentsLinks__menu--sub li a {
      color: #999; }
    .footer-contentsLinks__menu--sub li ul {
      margin-top: 20px; }
      @media (max-width: 769px) {
        .footer-contentsLinks__menu--sub li ul {
          margin-top: 0; } }
      .footer-contentsLinks__menu--sub li ul li {
        padding-left: 20px;
        position: relative; }
        .footer-contentsLinks__menu--sub li ul li:before {
          width: 8px;
          height: 1px;
          position: absolute;
          top: 5px;
          left: 0;
          display: inline-block;
          content: "";
          background: #666; }
          @media (max-width: 769px) {
            .footer-contentsLinks__menu--sub li ul li:before {
              top: 19px;
              left: 20px; } }
  .footer-contentsLinks__menu--otherContents {
    margin-top: 2em; }
    @media (max-width: 769px) {
      .footer-contentsLinks__menu--otherContents {
        margin-top: 0; } }
  .footer-contentsLinks--icon-pdf::after {
    margin-left: 5px;
    padding: 1px 5px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    content: "PDF" !important;
    color: #000;
    border-radius: 2px;
    background: #fff !important; }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 769px) {
      .footer-bottom {
        padding: 40px 0;
        align-items: center; } }
  .footer-lang {
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: right; }
    .footer-lang p {
      display: inline-block; }
    .footer-lang ul {
      display: inline-block; }
      .footer-lang ul li {
        margin-left: 10px;
        display: inline-block;
        color: #999; }
        .footer-lang ul li a {
          color: #fff;
          border-bottom: 1px solid #fff; }
  @media (max-width: 769px) {
    .footer-sns {
      margin-bottom: 20px; } }
  .footer-sns ul {
    font-size: 0;
    text-align: right; }
    @media (max-width: 769px) {
      .footer-sns ul {
        text-align: center; } }
    .footer-sns ul li {
      display: inline-block; }
      .footer-sns ul li + li {
        margin-left: 10px; }
      .footer-sns ul li a {
        padding: 15px;
        display: block;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.2); }
  .footer-copyright {
    text-align: right; }
    @media (max-width: 769px) {
      .footer-copyright {
        text-align: center; } }
    .footer-copyright h3 {
      display: inline-block; }
    .footer-copyright p {
      font-size: 1.2rem; }

.top-mainVisual {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0; }
  @media (max-width: 769px) {
    .top-mainVisual {
      height: 400px; } }
  .top-mainVisual p {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s linear, z-index 0s linear; }
    .top-mainVisual p:nth-child(1) {
      background: url(../../images/index/mainvisual_1.jpg) no-repeat center center;
      background-size: cover; }
    .top-mainVisual p:nth-child(2) {
      background: url(../../images/index/mainvisual_2.jpg) no-repeat center center;
      background-size: cover; }
    .top-mainVisual p:nth-child(3) {
      background: url(../../images/index/mainvisual_3.jpg) no-repeat center center;
      background-size: cover; }
    .top-mainVisual p:nth-child(4) {
      background: url(../../images/index/mainvisual_4.jpg) no-repeat center center;
      background-size: cover; }
    .top-mainVisual p:nth-child(5) {
      background: url(../../images/index/mainvisual_5.jpg) no-repeat center center;
      background-size: cover; }
      @media (max-width: 769px) {
        .top-mainVisual p:nth-child(5) {
          background-position: right center; } }
    .top-mainVisual p.is-current {
      opacity: 1;
      z-index: 1; }
    .top-mainVisual p.is-fade {
      animation: visualImgAni 6s linear 0s 1 normal;
      transform: scale(1) rotate(0.1deg); }

@keyframes visualImgAni {
  0% {
    transform: scale(1.1) rotate(0.1deg); }
  to {
    transform: translateZ(0) scale(1.01) rotate(0.1deg); } }

.top-contentsBlock {
  display: flex;
  flex-wrap: wrap; }
  .top-contentsBlock__wrap {
    width: 100%;
    display: flex;
    align-items: center;
    background: #000; }
  .top-contentsBlock__title {
    color: #fff; }
    @media (max-width: 769px) {
      .top-contentsBlock__title {
        text-align: center; } }
    .top-contentsBlock__title h2 {
      margin-bottom: 10px;
      font-family: "serif"; }
    .top-contentsBlock__title p {
      margin-bottom: 20px; }
    .top-contentsBlock__title.-black h2 {
      color: #000; }
    .top-contentsBlock__title.-black p {
      color: #000; }
  .top-contentsBlock__links {
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 769px) {
      .top-contentsBlock__links {
        justify-content: center; } }
    .top-contentsBlock__links li {
      margin: 0 0 10px 10px;
      width: 245px;
      height: 40px; }
      @media (max-width: 769px) {
        .top-contentsBlock__links li {
          width: 260px; } }
    .top-contentsBlock__links.-sizeSmall {
      justify-content: center; }
      .top-contentsBlock__links.-sizeSmall li {
        height: 35px; }
        @media (max-width: 769px) {
          .top-contentsBlock__links.-sizeSmall li {
            height: 40px; } }
        .top-contentsBlock__links.-sizeSmall li a {
          font-size: 1.2rem; }
          @media (max-width: 769px) {
            .top-contentsBlock__links.-sizeSmall li a {
              font-size: 1.4rem; } }
  .top-contentsBlock__wrap--systemKitchen {
    height: 600px;
    background: url(../../images/index/systemKitchen_bg.jpg) no-repeat center center;
    background-size: cover; }
    @media (max-width: 769px) {
      .top-contentsBlock__wrap--systemKitchen {
        height: 400px; } }
    .top-contentsBlock__wrap--systemKitchen .top-contentsBlock__links {
      width: 510px; }
      @media (max-width: 769px) {
        .top-contentsBlock__wrap--systemKitchen .top-contentsBlock__links {
          width: auto; } }
  .top-contentsBlock__wrap--washStand {
    height: 500px;
    background: url(../../images/index/washstand_bg.jpg) no-repeat center center;
    background-size: cover; }
    @media (max-width: 769px) {
      .top-contentsBlock__wrap--washStand {
        height: 200px; } }
  .top-contentsBlock__wrap--emawall {
    height: 500px;
    background: url(../../images/index/emawall_bg.jpg) no-repeat center center;
    background-size: cover; }
    @media (max-width: 769px) {
      .top-contentsBlock__wrap--emawall {
        height: 200px; } }
  .top-contentsBlock__wrap--enamel {
    height: 600px;
    background: url(../../images/index/enamel_bg.jpg) no-repeat center center;
    background-size: cover; }
    @media (max-width: 769px) {
      .top-contentsBlock__wrap--enamel {
        height: 400px; } }
    .top-contentsBlock__wrap--enamel .top-contentsBlock__title {
      color: #000; }
      .top-contentsBlock__wrap--enamel .top-contentsBlock__title p {
        width: 500px; }
        @media (max-width: 769px) {
          .top-contentsBlock__wrap--enamel .top-contentsBlock__title p {
            width: 100%;
            text-align: left; } }
      .top-contentsBlock__wrap--enamel .top-contentsBlock__title ul {
        width: 275px; }
        @media (max-width: 769px) {
          .top-contentsBlock__wrap--enamel .top-contentsBlock__title ul {
            width: auto; } }
        .top-contentsBlock__wrap--enamel .top-contentsBlock__title ul li {
          width: 265px; }
          @media (max-width: 769px) {
            .top-contentsBlock__wrap--enamel .top-contentsBlock__title ul li {
              width: 260px; } }
  .top-contentsBlock__wrap--distributors {
    height: 400px;
    background: url(../../images/index/distributors_bg.jpg) no-repeat center center;
    background-size: cover; }
    @media (max-width: 769px) {
      .top-contentsBlock__wrap--distributors {
        height: 200px; } }
  .top-contentsBlock__wrap--company {
    height: 400px;
    background: url(../../images/index/company_bg.jpg) no-repeat center center;
    background-size: cover; }
    @media (max-width: 769px) {
      .top-contentsBlock__wrap--company {
        height: 200px; } }
  .top-contentsBlock--row2 .top-contentsBlock__wrap {
    width: 50%; }
    @media (max-width: 769px) {
      .top-contentsBlock--row2 .top-contentsBlock__wrap {
        width: 100%; } }
  .top-contentsBlock--row2 .top-contentsBlock__title {
    text-align: center; }

.top-brand {
  padding: 80px 0; }
  @media (max-width: 769px) {
    .top-brand {
      padding: 40px 0; } }
  .top-brand__image {
    margin-bottom: 40px;
    padding-top: 41.6%;
    background: url(../../images/index/brand_image.jpg) no-repeat right top;
    background-size: cover; }
    @media (max-width: 769px) {
      .top-brand__image {
        margin-bottom: 30px;
        padding-top: 59.70149%; } }
  .top-brand__heading {
    margin-bottom: 40px;
    font-family: "serif";
    text-align: center; }
    @media (max-width: 769px) {
      .top-brand__heading {
        margin-bottom: 30px; } }
  .top-brand__desc {
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 769px) {
      .top-brand__desc {
        text-align: left; } }
  .top-brand__btn {
    margin: 0 auto;
    width: 245px;
    height: 40px; }
    @media (max-width: 769px) {
      .top-brand__btn {
        width: 260px; } }

.productIndex-mainVisual {
  margin-bottom: 80px;
  height: 600px;
  background: url(../../images/product/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .productIndex-mainVisual {
      margin-bottom: 35px;
      height: 375px;
      background-position: calc(50% - 60px) center; } }

.productIndex-pageTitle {
  margin-bottom: 80px;
  font-family: "serif";
  text-align: center; }
  @media (max-width: 769px) {
    .productIndex-pageTitle {
      margin-bottom: 35px; } }

.productIndex-contentsBlock {
  display: flex;
  flex-wrap: wrap; }
  .productIndex-contentsBlock:nth-child(odd) {
    flex-direction: row-reverse; }
  .productIndex-contentsBlock__image {
    width: 66.66667%;
    height: 530px;
    background: #ccc; }
    @media (max-width: 769px) {
      .productIndex-contentsBlock__image {
        width: 100%;
        height: 250px; } }
  .productIndex-contentsBlock__titleWrap {
    box-sizing: border-box;
    width: 33.33333%;
    background: #eee; }
    @media (max-width: 769px) {
      .productIndex-contentsBlock__titleWrap {
        width: 100%; } }
    .productIndex-contentsBlock__titleWrap a {
      padding: 0 40px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #000; }
      @media (max-width: 769px) {
        .productIndex-contentsBlock__titleWrap a {
          padding: 20px 20px 35px;
          box-sizing: border-box; } }
  @media (max-width: 769px) {
    .productIndex-contentsBlock__title {
      text-align: center; } }
  .productIndex-contentsBlock__title h3 {
    margin-bottom: 20px;
    font-family: "serif"; }
  .productIndex-contentsBlock__title p {
    margin-bottom: 20px; }
  .productIndex-contentsBlock__title ul li {
    width: 260px;
    height: 40px; }
    @media (max-width: 769px) {
      .productIndex-contentsBlock__title ul li {
        margin: 0 auto; } }
  .productIndex-contentsBlock--systemKitchen .productIndex-contentsBlock__image {
    background: url(../../images/product/image_systemkitchen.jpg) no-repeat center center;
    background-size: cover; }
  .productIndex-contentsBlock--systemKitchen .productIndex-contentsBlock__titleWrap {
    background: #f3f3f3; }
  .productIndex-contentsBlock--washstand .productIndex-contentsBlock__image {
    background: url(../../images/product/image_washstand.jpg) no-repeat center center;
    background-size: cover; }
  .productIndex-contentsBlock--washstand .productIndex-contentsBlock__titleWrap {
    background: #eee8dc; }
  .productIndex-contentsBlock--emawall .productIndex-contentsBlock__image {
    background: url(../../images/product/image_emawall.jpg) no-repeat center center;
    background-size: cover; }
  .productIndex-contentsBlock--emawall .productIndex-contentsBlock__titleWrap {
    background: #f6ede5; }

.productsSK-superTitle {
  padding: 40px 0 50px; }
  @media (max-width: 769px) {
    .productsSK-superTitle {
      padding: 30px 0 40px; } }
  .productsSK-superTitle h2 {
    margin-bottom: 5px;
    font-family: "serif"; }
    @media (max-width: 769px) {
      .productsSK-superTitle h2 {
        font-size: 3.2rem; } }
  .productsSK-superTitle p {
    font-family: "serif"; }

.productsSK-mainVisual {
  margin-bottom: 80px;
  height: 600px;
  background: url(../../images/product/system_kitchen/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .productsSK-mainVisual {
      margin-bottom: 35px;
      height: 375px;
      background-position: calc(50% - 60px) center; } }

.productsSK-pageTitle {
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 769px) {
    .productsSK-pageTitle {
      margin-bottom: 35px; } }
  .productsSK-pageTitle h3 {
    margin-bottom: 30px;
    font-family: "serif"; }

.productsSK-contentsBlock {
  height: 600px;
  background: #333; }
  @media (max-width: 769px) {
    .productsSK-contentsBlock {
      height: 250px; } }
  .productsSK-contentsBlock .container {
    height: 100%;
    display: flex;
    align-items: center; }
  .productsSK-contentsBlock a {
    color: #fff; }
  .productsSK-contentsBlock__title h4 {
    margin-bottom: 20px;
    font-family: "serif";
    transition: transform 0.4s ease-out; }
    .productsSK-contentsBlock__title h4 svg {
      margin-left: 20px;
      width: 15px;
      height: 30px; }
      .productsSK-contentsBlock__title h4 svg path {
        stroke: #fff; }
  .productsSK-contentsBlock__title p {
    max-width: 450px;
    transition: transform 0.6s ease-out; }
  a:hover .productsSK-contentsBlock__title h4 {
    transform: translateX(40px); }
    @media (max-width: 769px) {
      a:hover .productsSK-contentsBlock__title h4 {
        transform: none; } }
  a:hover .productsSK-contentsBlock__title p {
    transform: translateX(40px); }
    @media (max-width: 769px) {
      a:hover .productsSK-contentsBlock__title p {
        transform: none; } }
  .productsSK-contentsBlock--lemure {
    background: url(../../images/product/system_kitchen/bg_lemure.jpg) no-repeat center center;
    background-size: cover; }
  .productsSK-contentsBlock--otherKitchenModels {
    background: url(../../images/product/system_kitchen/bg_otherkitchenmodels.jpg) no-repeat center center;
    background-size: cover; }
  .productsSK-contentsBlock--kitchenPanel {
    background: url(../../images/product/system_kitchen/bg_kitchenpanel.jpg) no-repeat center center;
    background-size: cover; }

.productsSK-lemure-superTitle {
  padding: 40px 0 50px; }
  @media (max-width: 769px) {
    .productsSK-lemure-superTitle {
      padding: 30px 0 40px; } }
  .productsSK-lemure-superTitle h2 {
    margin-bottom: 15px;
    width: 218px;
    font-family: "serif"; }
    @media (max-width: 769px) {
      .productsSK-lemure-superTitle h2 {
        width: 182px;
        font-size: 3.2rem; } }
  .productsSK-lemure-superTitle p {
    font-family: "serif"; }

.productsSK-lemure-mainVisual {
  margin-bottom: 80px;
  height: 600px;
  background: url(../../images/product/system_kitchen/lemure/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .productsSK-lemure-mainVisual {
      margin-bottom: 35px;
      height: 375px; } }

.productsSK-lemure__image {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .productsSK-lemure__image {
      height: 300px; } }
  .productsSK-lemure__image--1 {
    background-image: url(../../images/product/system_kitchen/lemure/utilityslnk_image_1.jpg); }
  .productsSK-lemure__image--2 {
    background-image: url(../../images/product/system_kitchen/lemure/image_1.jpg); }
  .productsSK-lemure__image--3 {
    background-image: url(../../images/product/system_kitchen/lemure/image_2.jpg); }

.productsSK-lemure__utilitySink-blocks {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr 50%;
  grid-template-columns: 1fr 50%;
  -ms-grid-rows: 1fr 50%;
  -ms-grid-columns: 1fr 50%; }
  @media (max-width: 769px) {
    .productsSK-lemure__utilitySink-blocks {
      display: block; } }

.productsSK-lemure__utilitySink-block--1 {
  display: flex;
  align-items: center;
  background: #fff;
  grid-row: 1 / 3;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1; }
  .productsSK-lemure__utilitySink-block--1 img {
    width: 100%; }

.productsSK-lemure__utilitySink-block--2 {
  background: url(../../images/product/system_kitchen/lemure/utilityslnk_image_3.jpg) no-repeat center center;
  background-size: cover;
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
  @media (max-width: 769px) {
    .productsSK-lemure__utilitySink-block--2 {
      padding-top: 40%;
      width: 100%;
      height: auto; } }

.productsSK-lemure__utilitySink-block--3 {
  padding: 20px;
  background: #b8b2a7;
  grid-row: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-column: 2; }
  .productsSK-lemure__utilitySink-block--3 dl {
    display: flex;
    align-items: center;
    color: #fff; }
    .productsSK-lemure__utilitySink-block--3 dl dt {
      width: 50%; }
    .productsSK-lemure__utilitySink-block--3 dl dd {
      padding: 0 20px 0 40px;
      box-sizing: border-box;
      width: 50%; }
      @media (max-width: 769px) {
        .productsSK-lemure__utilitySink-block--3 dl dd {
          padding: 0 0 0 20px; } }

.productsSK-lemure__cabinetStorage {
  padding: 80px 0 40px;
  background: #e6dcc8; }
  @media (max-width: 769px) {
    .productsSK-lemure__cabinetStorage {
      padding: 40px 0 0; } }

.productsSK-lemure__cabinetStorage-blocks {
  margin: 0 -1.6%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center; }

.productsSK-lemure__cabinetStorage-block {
  margin-bottom: 3.2%;
  padding: 0 1.6%;
  box-sizing: border-box;
  width: 33.333%; }
  @media (max-width: 769px) {
    .productsSK-lemure__cabinetStorage-block {
      margin-bottom: 40px;
      width: 100%; } }
  .productsSK-lemure__cabinetStorage-block img {
    margin-bottom: 10px; }
  .productsSK-lemure__cabinetStorage-block strong {
    font-weight: 700; }

.productsSK-lemure__rack {
  padding: 80px 0;
  background: #fff; }
  @media (max-width: 769px) {
    .productsSK-lemure__rack {
      padding: 40px 0; } }

.productsSK-lemure__rack-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .productsSK-lemure__rack-images li {
    width: 48.4%; }
    @media (max-width: 769px) {
      .productsSK-lemure__rack-images li {
        width: 100%; }
        .productsSK-lemure__rack-images li + li {
          margin-top: 20px; } }

.productsSK-lemure__storageUnit {
  padding: 80px 0;
  background: #f0f0f0; }
  @media (max-width: 769px) {
    .productsSK-lemure__storageUnit {
      padding: 40px 0; } }

.productsSK-lemure__storageUnit-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .productsSK-lemure__storageUnit-images li {
    width: 48.4%; }
    @media (max-width: 769px) {
      .productsSK-lemure__storageUnit-images li {
        width: 100%; }
        .productsSK-lemure__storageUnit-images li + li {
          margin-top: 20px; } }

.productsSK-other-mainVisual {
  margin-bottom: 80px;
  height: 600px;
  background: url(../../images/product/system_kitchen/other/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .productsSK-other-mainVisual {
      margin-bottom: 35px;
      height: 375px; } }

.productsSK-other__block {
  margin-bottom: 6.4%;
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr 61.43%;
  grid-template-columns: 66.66667% 1fr;
  -ms-grid-rows: 1fr 61.43%;
  -ms-grid-columns: 66.66667% 1fr; }
  @media (max-width: 769px) {
    .productsSK-other__block {
      margin-bottom: 40px;
      display: block; } }

.productsSK-other__block-image--1 {
  grid-row: 1 / 3;
  grid-column: 1;
  -ms-grid-row: 1 / 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1; }

.productsSK-other__block-image--2 {
  grid-row: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-column: 2; }
  @media (max-width: 769px) {
    .productsSK-other__block-image--2 {
      margin-bottom: 20px;
      display: flex; } }

.productsSK-other__block-text {
  padding: 0 20px;
  align-self: center;
  text-align: center;
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  justify-self: center;
  -ms-grid-row-align: center; }
  .productsSK-other__block-text h3 {
    margin-bottom: 20px;
    height: 34px;
    display: inline-block; }
    @media (max-width: 769px) {
      .productsSK-other__block-text h3 {
        margin-bottom: 15px;
        height: 22px; } }
    .productsSK-other__block-text h3 img {
      height: 100%; }

.productsSK-other__block--reverse {
  grid-template-columns: 1fr 66.66667%;
  -ms-grid-columns: 1fr 66.66667%; }
  .productsSK-other__block--reverse .productsSK-other__block-image--1 {
    grid-row: 1 / 3;
    grid-column: 2;
    -ms-grid-row: 1 / 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2; }
  .productsSK-other__block--reverse .productsSK-other__block-image--2 {
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .productsSK-other__block--reverse .productsSK-other__block-text {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1; }

.productsSK-panel-mainVisual {
  margin-bottom: 80px;
  height: 600px;
  background: url(../../images/product/system_kitchen/panel/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .productsSK-panel-mainVisual {
      margin-bottom: 35px;
      height: 375px;
      background-position: 79% center; } }

.productsSK-panel-features__block {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 769px) {
    .productsSK-panel-features__block {
      margin-bottom: 40px;
      display: block; } }

.productsSK-panel-features__photo {
  width: 48.4%; }
  @media (max-width: 769px) {
    .productsSK-panel-features__photo {
      margin-bottom: 20px;
      width: 100%; } }

.productsSK-panel-features__photo--caution {
  margin-top: 5px;
  padding-left: 18px;
  position: relative; }
  @media (max-width: 769px) {
    .productsSK-panel-features__photo--caution {
      padding-left: 15px; } }
  .productsSK-panel-features__photo--caution::before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    content: "";
    transform: rotate(-90deg);
    background: url(../../images/arrow_up.svg) no-repeat center center;
    background-size: contain; }
    @media (max-width: 769px) {
      .productsSK-panel-features__photo--caution::before {
        width: 10px;
        height: 10px;
        top: 3px;
        transform: none; } }

.productsSK-panel-features__text {
  width: 48.4%; }
  @media (max-width: 769px) {
    .productsSK-panel-features__text {
      width: 100%; } }
  .productsSK-panel-features__text h3 {
    margin-bottom: 20px;
    font-family: "serif"; }
  .productsSK-panel-features__text p + p {
    margin-top: 20px; }

.productsSK-panel-features__addInfo {
  margin-top: 40px;
  width: 100%;
  position: relative; }
  @media (max-width: 769px) {
    .productsSK-panel-features__addInfo {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #f0ece7; } }
  .productsSK-panel-features__addInfo::before {
    width: 80%;
    height: 270px;
    position: absolute;
    z-index: -1;
    top: -120px;
    left: 50%;
    display: block;
    content: "";
    transform: translateX(-50%);
    background: #f0ece7; }
    @media (max-width: 769px) {
      .productsSK-panel-features__addInfo::before {
        display: none; } }
  .productsSK-panel-features__addInfo h4 {
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    color: #796d5e; }
    @media (max-width: 769px) {
      .productsSK-panel-features__addInfo h4 {
        margin-bottom: 20px; } }
  .productsSK-panel-features__addInfo ul {
    display: flex;
    justify-content: space-between; }
    .productsSK-panel-features__addInfo ul li {
      width: 31.2%; }

@media (max-width: 769px) {
  .productsSK-panel-colors {
    padding: 40px 0 0; } }

.productsSK-panel-colors__title {
  margin-bottom: 40px;
  font-family: "serif"; }
  @media (max-width: 769px) {
    .productsSK-panel-colors__title {
      margin-bottom: 20px; } }

.productsSK-panel-colors__innerWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.productsSK-panel-colors__blocks {
  margin-bottom: 40px;
  width: 100%; }
  @media (max-width: 769px) {
    .productsSK-panel-colors__blocks {
      margin-bottom: 20px; } }
  .productsSK-panel-colors__blocks--marbleGrain {
    width: 49.44%; }
    @media (max-width: 769px) {
      .productsSK-panel-colors__blocks--marbleGrain {
        width: 100%; } }
  .productsSK-panel-colors__blocks--art {
    width: 49.44%; }
    @media (max-width: 769px) {
      .productsSK-panel-colors__blocks--art {
        width: 100%; } }
  .productsSK-panel-colors__blocks--woodGrain {
    width: 100%; }
    @media (max-width: 769px) {
      .productsSK-panel-colors__blocks--woodGrain {
        width: 100%; } }

.productsSK-panel-colors__blocks-heading {
  margin-bottom: 40px;
  padding: 5px 0;
  font-family: "serif";
  font-size: 2.4rem;
  text-align: center;
  background: #f0f0f0; }
  @media (max-width: 769px) {
    .productsSK-panel-colors__blocks-heading {
      margin-bottom: 20px;
      font-size: 1.8rem; } }

.productsSK-panel-colors__blocks-patterns {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap; }
  .productsSK-panel-colors__blocks-patterns p {
    margin-bottom: 3.2%; }
    @media (max-width: 769px) {
      .productsSK-panel-colors__blocks-patterns p {
        margin-bottom: 4%;
        font-size: 1.1rem; } }
    .productsSK-panel-colors__blocks-patterns p img {
      margin-bottom: 5px; }
  .productsSK-panel-colors__blocks-patterns--column2 {
    margin: 0 -1.72%; }
    .productsSK-panel-colors__blocks-patterns--column2 p {
      padding: 0 1.72%;
      box-sizing: border-box;
      width: 50%; }
      @media (max-width: 769px) {
        .productsSK-panel-colors__blocks-patterns--column2 p {
          padding: 0 1.3%;
          width: 33.333%; } }
  .productsSK-panel-colors__blocks-patterns--column3 {
    margin: 0 -1.21%; }
    .productsSK-panel-colors__blocks-patterns--column3 p {
      padding: 0 1.21%;
      box-sizing: border-box;
      width: 33.333%; }
      @media (max-width: 769px) {
        .productsSK-panel-colors__blocks-patterns--column3 p {
          padding: 0 1.3%;
          width: 33.333%; } }
  .productsSK-panel-colors__blocks-patterns--column4 {
    margin: 0 -0.844%; }
    .productsSK-panel-colors__blocks-patterns--column4 p {
      padding: 0 0.844%;
      box-sizing: border-box;
      width: 25%; }
      @media (max-width: 769px) {
        .productsSK-panel-colors__blocks-patterns--column4 p {
          padding: 0 1.3%;
          width: 33.333%; } }
  .productsSK-panel-colors__blocks-patterns--column6 {
    margin: 0 -0.6%; }
    @media (max-width: 769px) {
      .productsSK-panel-colors__blocks-patterns--column6 {
        margin: 0 -1.3%; } }
    .productsSK-panel-colors__blocks-patterns--column6 p {
      padding: 0 0.6%;
      box-sizing: border-box;
      width: 16.666%; }
      @media (max-width: 769px) {
        .productsSK-panel-colors__blocks-patterns--column6 p {
          padding: 0 1.3%;
          width: 33.333%; } }

.productsDT-mainVisual {
  margin-bottom: 80px;
  height: 600px;
  background: url(../../images/product/dressing_table/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .productsDT-mainVisual {
      margin-bottom: 35px;
      height: 375px;
      background-position: calc(50% - 110px) center; } }

.productsDT-pageTitle {
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 769px) {
    .productsDT-pageTitle {
      margin-bottom: 35px; } }
  .productsDT-pageTitle h2 {
    font-family: "serif"; }
    .productsDT-pageTitle h2::after {
      margin: 15px auto;
      width: 100px;
      height: 1px;
      display: block;
      content: "";
      background: #000; }

.productsDT-contentsBlocks {
  margin-bottom: 80px; }
  @media (max-width: 769px) {
    .productsDT-contentsBlocks {
      margin-bottom: 40px; } }

.productsDT-contentsBlock {
  display: flex;
  flex-wrap: wrap; }
  .productsDT-contentsBlock:nth-child(odd) {
    flex-direction: row-reverse; }
  .productsDT-contentsBlock__image {
    width: 66.66667%;
    height: 530px;
    background: #ccc; }
    @media (max-width: 769px) {
      .productsDT-contentsBlock__image {
        padding-top: 50%;
        width: 100%;
        height: auto; } }
  .productsDT-contentsBlock__titleWrap {
    padding: 0 40px;
    box-sizing: border-box;
    width: 33.33333%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #eee; }
    @media (max-width: 769px) {
      .productsDT-contentsBlock__titleWrap {
        padding: 20px 20px 35px;
        box-sizing: border-box;
        width: 100%; } }
  @media (max-width: 769px) {
    .productsDT-contentsBlock__title {
      text-align: center; } }
  .productsDT-contentsBlock__title h3 {
    margin-bottom: 20px;
    font-family: "serif"; }
  .productsDT-contentsBlock--storageSpace .productsDT-contentsBlock__image {
    background: url(../../images/product/dressing_table/image_storagespace.jpg) no-repeat center center;
    background-size: cover; }
  .productsDT-contentsBlock--storageSpace .productsDT-contentsBlock__titleWrap {
    background: #eee8dc; }
  .productsDT-contentsBlock--clean .productsDT-contentsBlock__image {
    background: url(../../images/product/dressing_table/image_clean.jpg) no-repeat center center;
    background-size: cover; }
  .productsDT-contentsBlock--clean .productsDT-contentsBlock__titleWrap {
    background: #fff; }
  .productsDT-contentsBlock--beauty .productsDT-contentsBlock__image {
    background: url(../../images/product/dressing_table/image_beauty.jpg) no-repeat center center;
    background-size: cover; }
  .productsDT-contentsBlock--beauty .productsDT-contentsBlock__titleWrap {
    color: #fff;
    background: #d2aeb2; }

.productsDT-imagePhoto {
  margin-bottom: 80px; }
  @media (max-width: 769px) {
    .productsDT-imagePhoto {
      margin-bottom: 60px; } }
  .productsDT-imagePhoto .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 769px) {
      .productsDT-imagePhoto .container {
        display: block; } }
  .productsDT-imagePhoto__column {
    width: 49.2%; }
    @media (max-width: 769px) {
      .productsDT-imagePhoto__column {
        width: 100%; } }
    .productsDT-imagePhoto__column p {
      height: 100%; }
      @media (max-width: 769px) {
        .productsDT-imagePhoto__column p {
          margin-bottom: 10px; } }
  .productsDT-imagePhoto__column--vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.productsDT-series {
  margin-bottom: 40px; }
  .productsDT-series .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .productsDT-series__block {
    margin-bottom: 3.2%;
    width: 48.4%;
    border: 1px solid #ddd; }
    @media (max-width: 769px) {
      .productsDT-series__block {
        margin-bottom: 20px;
        width: 100%; } }
  .productsDT-series__block-text {
    padding: 40px 20px;
    text-align: center; }
    @media (max-width: 769px) {
      .productsDT-series__block-text {
        padding: 30px 20px; } }
    .productsDT-series__block-text h3 {
      margin-bottom: 5px;
      height: 30px;
      display: inline-block; }
      @media (max-width: 769px) {
        .productsDT-series__block-text h3 {
          margin-bottom: 10px;
          height: 25px; } }
      .productsDT-series__block-text h3 img {
        height: 100%; }

.productsEmawall-superTitle {
  padding: 40px 0 50px; }
  @media (max-width: 769px) {
    .productsEmawall-superTitle {
      padding: 30px 0 40px; } }
  .productsEmawall-superTitle h2 {
    margin-bottom: 5px;
    font-family: "serif"; }
    @media (max-width: 769px) {
      .productsEmawall-superTitle h2 {
        font-size: 3.2rem; } }

.productsEmawall-mainVisual {
  margin-bottom: 80px;
  height: 600px;
  background: url(../../images/product/emawall/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .productsEmawall-mainVisual {
      margin-bottom: 40px;
      height: 375px;
      background-position: calc(50% + 55px) center; } }

.productsEmawall-pageTitle {
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 769px) {
    .productsEmawall-pageTitle {
      margin-bottom: 35px; } }
  .productsEmawall-pageTitle__logo {
    margin: 0 auto 70px;
    width: 296px; }
    @media (max-width: 769px) {
      .productsEmawall-pageTitle__logo {
        margin-bottom: 40px;
        width: 185px; } }

.productsEmawall-features {
  margin-bottom: 80px; }
  @media (max-width: 769px) {
    .productsEmawall-features {
      margin-bottom: 40px; } }
  .productsEmawall-features__title {
    text-align: center; }
    .productsEmawall-features__title h2 {
      margin-bottom: 40px;
      font-family: "serif"; }
      @media (max-width: 769px) {
        .productsEmawall-features__title h2 {
          margin-bottom: 30px; } }
  .productsEmawall-features__row {
    margin-bottom: 80px; }
    @media (max-width: 769px) {
      .productsEmawall-features__row {
        margin-bottom: 40px; } }
    .productsEmawall-features__row h3 {
      margin-bottom: 30px;
      font-family: "serif"; }
      @media (max-width: 769px) {
        .productsEmawall-features__row h3 {
          margin-bottom: 15px; } }
  .productsEmawall-features__row--1 {
    text-align: center; }
    @media (max-width: 769px) {
      .productsEmawall-features__row--1 p {
        text-align: left; } }
  @media (max-width: 769px) {
    .productsEmawall-features__row--3 .productsEmawall-features__block {
      margin-bottom: 40px; } }
  .productsEmawall-features__blocks {
    margin: 0 -1.6% 3.2%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 769px) {
      .productsEmawall-features__blocks {
        display: block; } }
  .productsEmawall-features__block {
    padding: 0 1.6%;
    width: 100%; }
    @media (max-width: 769px) {
      .productsEmawall-features__block {
        margin-bottom: 20px; } }
    .productsEmawall-features__block ul {
      margin: 0 -1.6% 10px;
      display: flex;
      overflow: hidden;
      justify-content: space-between; }
      @media (max-width: 769px) {
        .productsEmawall-features__block ul {
          display: block; }
          .productsEmawall-features__block ul li + li {
            margin-top: 20px; } }
      .productsEmawall-features__block ul li {
        padding: 0 1.6%; }
  .productsEmawall-features__btn a {
    padding: 15px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "serif";
    font-size: 2.4rem;
    transition: background-color 0.4s, background-image 0.4s, color 0.4s;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8); }
    @media (max-width: 769px) {
      .productsEmawall-features__btn a {
        font-size: 2rem; } }
    .productsEmawall-features__btn a::after {
      margin-left: 20px;
      width: 10px;
      height: 16px;
      display: block;
      content: "";
      background-image: url(../../images/arrow_1_white.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .productsEmawall-features__btn a:hover {
      color: #000;
      background-color: white;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
      .productsEmawall-features__btn a:hover::after {
        background-image: url(../../images/arrow_1_black.svg); }

.productsEmawall-interiors {
  padding: 80px 0 60px;
  background: #e8e6e2; }
  @media (max-width: 769px) {
    .productsEmawall-interiors {
      padding: 40px 0 0; } }
  .productsEmawall-interiors__title {
    text-align: center; }
    .productsEmawall-interiors__title h2 {
      margin-bottom: 40px;
      font-family: "serif"; }
  .productsEmawall-interiors__blocks {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between; }
  .productsEmawall-interiors__block {
    margin-bottom: 3.2%;
    box-sizing: border-box;
    width: 48.4%; }
    @media (max-width: 769px) {
      .productsEmawall-interiors__block {
        margin-bottom: 40px;
        width: 100%; } }
    .productsEmawall-interiors__block h3 {
      margin-bottom: 10px;
      font-family: "serif"; }
  .productsEmawall-interiors__block-image {
    margin-bottom: 10px; }

.productsEmawall-colors {
  padding: 80px 0 0; }
  @media (max-width: 769px) {
    .productsEmawall-colors {
      padding: 40px 0 0; } }
  .productsEmawall-colors__title {
    margin-bottom: 40px;
    font-family: "serif"; }
    @media (max-width: 769px) {
      .productsEmawall-colors__title {
        margin-bottom: 20px; } }
  .productsEmawall-colors__blocks {
    margin-bottom: 40px; }
    @media (max-width: 769px) {
      .productsEmawall-colors__blocks {
        margin-bottom: 20px; } }
  .productsEmawall-colors__blocks-heading {
    margin-bottom: 40px;
    padding: 5px 0;
    font-family: "serif";
    font-size: 2.4rem;
    text-align: center;
    background: #f0f0f0; }
    @media (max-width: 769px) {
      .productsEmawall-colors__blocks-heading {
        margin-bottom: 20px;
        font-size: 1.8rem; } }
  .productsEmawall-colors__blocks-caution {
    margin-bottom: 40px; }
    @media (max-width: 769px) {
      .productsEmawall-colors__blocks-caution {
        margin-bottom: 20px; } }
  .productsEmawall-colors__blocks-patterns {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap; }
    .productsEmawall-colors__blocks-patterns p {
      margin-bottom: 3.2%; }
      @media (max-width: 769px) {
        .productsEmawall-colors__blocks-patterns p {
          margin-bottom: 4%;
          font-size: 1.1rem; } }
      .productsEmawall-colors__blocks-patterns p img {
        margin-bottom: 5px; }
    .productsEmawall-colors__blocks-patterns--column3 {
      margin: 0 -2%; }
      .productsEmawall-colors__blocks-patterns--column3 p {
        padding: 0 2%;
        box-sizing: border-box;
        width: 33.333%; }
        @media (max-width: 769px) {
          .productsEmawall-colors__blocks-patterns--column3 p {
            width: 50%; } }
    .productsEmawall-colors__blocks-patterns--column6 {
      margin: 0 -0.6%; }
      @media (max-width: 769px) {
        .productsEmawall-colors__blocks-patterns--column6 {
          margin: 0 -1.3%; } }
      .productsEmawall-colors__blocks-patterns--column6 p {
        padding: 0 0.6%;
        box-sizing: border-box;
        width: 16.666%; }
        @media (max-width: 769px) {
          .productsEmawall-colors__blocks-patterns--column6 p {
            padding: 0 1.3%;
            width: 33.333%; } }

.enamel-superTitle {
  padding: 40px 0 50px; }
  @media (max-width: 769px) {
    .enamel-superTitle {
      padding: 30px 0 40px; } }
  .enamel-superTitle h2 {
    margin-bottom: 5px;
    font-family: "serif"; }
    @media (max-width: 769px) {
      .enamel-superTitle h2 {
        font-size: 3.2rem; } }

.enamel-mainVisual {
  height: 600px;
  background: url(../../images/enamel/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .enamel-mainVisual {
      height: 375px;
      background-position: calc(50% - 60px) center; } }

.enamel-anchorNavi ul {
  display: flex; }
  @media (max-width: 1200px) {
    .enamel-anchorNavi ul {
      flex-wrap: wrap; } }
  .enamel-anchorNavi ul li {
    padding-top: 14.286%;
    width: 14.286%;
    position: relative; }
    @media (max-width: 1200px) {
      .enamel-anchorNavi ul li {
        box-sizing: border-box;
        width: 25%;
        border-bottom: 1px solid #d8f0f6; }
        .enamel-anchorNavi ul li:nth-child(n + 5) {
          width: 33.333%; } }
    @media (max-width: 769px) {
      .enamel-anchorNavi ul li {
        padding: 0;
        width: 100%;
        height: 60px; }
        .enamel-anchorNavi ul li:nth-child(n) {
          width: 100%; } }
    .enamel-anchorNavi ul li + li {
      border-left: 1px solid #d8f0f6; }
    .enamel-anchorNavi ul li a {
      padding: 20px;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      text-align: center;
      color: #3db4d0; }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li a {
          padding: 0 50px 0 20px;
          width: 100%;
          height: 100%;
          display: block;
          font-size: 1.4rem;
          text-align: left; } }
      .enamel-anchorNavi ul li a::after {
        position: absolute;
        bottom: 5%;
        left: 50%;
        content: url(/global/images/enamel/arrow_down.svg); }
        @media (max-width: 769px) {
          .enamel-anchorNavi ul li a::after {
            right: 15px;
            bottom: 50%;
            left: auto;
            transform: translateY(50%); } }
      .enamel-anchorNavi ul li a:hover {
        background: #d8f0f6; }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li a span {
          padding-left: 50px;
          height: 100%;
          position: relative;
          display: flex;
          align-items: center;
          flex-basis: auto; } }
      .enamel-anchorNavi ul li a span::before {
        margin-bottom: 5px;
        display: block; }
        @media (max-width: 769px) {
          .enamel-anchorNavi ul li a span::before {
            margin: 0;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 50%;
            left: 0;
            display: inline-block;
            content: "";
            transform: translateY(-50%);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain; } }
    .enamel-anchorNavi ul li:nth-child(1) a span::before {
      content: url(/global/images/enamel/ico_01.png); }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li:nth-child(1) a span::before {
          content: "";
          background-image: url(/global/images/enamel/ico_01.png); } }
    .enamel-anchorNavi ul li:nth-child(2) a span::before {
      content: url(/global/images/enamel/ico_02.png); }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li:nth-child(2) a span::before {
          content: "";
          background-image: url(/global/images/enamel/ico_02.png); } }
    .enamel-anchorNavi ul li:nth-child(3) a span::before {
      content: url(/global/images/enamel/ico_03.png); }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li:nth-child(3) a span::before {
          content: "";
          background-image: url(/global/images/enamel/ico_03.png); } }
    .enamel-anchorNavi ul li:nth-child(4) a span::before {
      content: url(/global/images/enamel/ico_04.png); }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li:nth-child(4) a span::before {
          content: "";
          background-image: url(/global/images/enamel/ico_04.png); } }
    .enamel-anchorNavi ul li:nth-child(5) a span::before {
      content: url(/global/images/enamel/ico_05.png); }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li:nth-child(5) a span::before {
          content: "";
          background-image: url(/global/images/enamel/ico_05.png); } }
    .enamel-anchorNavi ul li:nth-child(6) a span::before {
      content: url(/global/images/enamel/ico_06.png); }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li:nth-child(6) a span::before {
          content: "";
          background-image: url(/global/images/enamel/ico_06.png); } }
    .enamel-anchorNavi ul li:nth-child(7) a span::before {
      content: url(/global/images/enamel/ico_07.png); }
      @media (max-width: 769px) {
        .enamel-anchorNavi ul li:nth-child(7) a span::before {
          content: "";
          background-image: url(/global/images/enamel/ico_07.png); } }

.enamel-contentsBlocks--column2 {
  display: flex; }
  @media (max-width: 769px) {
    .enamel-contentsBlocks--column2 {
      display: block; } }
  .enamel-contentsBlocks--column2 .enamel-contentsBlock {
    width: 50%;
    display: block; }
    @media (max-width: 769px) {
      .enamel-contentsBlocks--column2 .enamel-contentsBlock {
        width: 100%; } }
  .enamel-contentsBlocks--column2 .enamel-contentsBlock__image {
    width: 100%; }
  .enamel-contentsBlocks--column2 .enamel-contentsBlock__titleWrap {
    padding: 40px;
    width: 100%; }
    @media (max-width: 769px) {
      .enamel-contentsBlocks--column2 .enamel-contentsBlock__titleWrap {
        padding: 20px 20px 35px; } }

.enamel-contentsBlock {
  display: flex;
  flex-wrap: wrap; }
  .enamel-contentsBlock:nth-child(odd) {
    flex-direction: row-reverse; }
  .enamel-contentsBlock__image {
    width: 58.33333%;
    height: 440px;
    background: #ccc; }
    @media (max-width: 769px) {
      .enamel-contentsBlock__image {
        padding-top: 50%;
        width: 100%;
        height: auto; } }
  .enamel-contentsBlock__titleWrap {
    padding: 0 40px;
    box-sizing: border-box;
    width: 41.66667%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #eee; }
    @media (max-width: 769px) {
      .enamel-contentsBlock__titleWrap {
        padding: 20px 20px 35px;
        box-sizing: border-box;
        width: 100%; } }
  @media (max-width: 769px) {
    .enamel-contentsBlock__title {
      text-align: center; } }
  .enamel-contentsBlock__title h3 {
    margin-bottom: 20px;
    font-family: "serif"; }
  @media (max-width: 769px) {
    .enamel-contentsBlock__title p {
      text-align: left; } }
  .enamel-contentsBlock--clean .enamel-contentsBlock__image {
    background: url(../../images/enamel/image_clean.jpg) no-repeat center center;
    background-size: cover; }
  .enamel-contentsBlock--clean .enamel-contentsBlock__titleWrap {
    color: #fff;
    background: #535353; }
  .enamel-contentsBlock--tools .enamel-contentsBlock__image {
    background: url(../../images/enamel/image_tools.jpg) no-repeat center center;
    background-size: cover; }
  .enamel-contentsBlock--tools .enamel-contentsBlock__titleWrap {
    background: #fff; }
  .enamel-contentsBlock--moisture .enamel-contentsBlock__image {
    background: url(../../images/enamel/image_moisture.jpg) no-repeat center center;
    background-size: cover; }
  .enamel-contentsBlock--moisture .enamel-contentsBlock__titleWrap {
    background: #f6f6f6; }
  .enamel-contentsBlock--odor .enamel-contentsBlock__image {
    background: url(../../images/enamel/image_odor.jpg) no-repeat center center;
    background-size: cover; }
  .enamel-contentsBlock--odor .enamel-contentsBlock__titleWrap {
    color: #fff;
    background: #535353; }
  .enamel-contentsBlock--scratched .enamel-contentsBlock__image {
    background: url(../../images/enamel/image_scratched.jpg) no-repeat center center;
    background-size: cover; }
  .enamel-contentsBlock--scratched .enamel-contentsBlock__titleWrap {
    background: #fff; }
  .enamel-contentsBlock--material .enamel-contentsBlock__image {
    background: url(../../images/enamel/image_material.jpg) no-repeat center center;
    background-size: cover; }
  .enamel-contentsBlock--material .enamel-contentsBlock__titleWrap {
    background: #fafafa; }
  .enamel-contentsBlock--heat .enamel-contentsBlock__image {
    background: url(../../images/enamel/image_heat.jpg) no-repeat center center;
    background-size: cover; }
  .enamel-contentsBlock--heat .enamel-contentsBlock__titleWrap {
    background: #fff; }

.enamel-bottom {
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/enamel/bg_1.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .enamel-bottom {
      padding: 0 50px;
      height: 205px; } }
  .enamel-bottom__btn {
    width: 500px;
    height: 70px; }
    @media (max-width: 769px) {
      .enamel-bottom__btn {
        width: 100%;
        height: 60px;
        text-align: center; } }

.enamelLab-mainVisual {
  height: 600px;
  background: url(../../images/enamel/lab/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .enamelLab-mainVisual {
      height: 375px; } }
  .enamelLab-mainVisual .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .enamelLab-mainVisual h2 {
    font-weight: 700;
    color: #fff; }

.enamelLab-about {
  padding: 80px 0; }
  @media (max-width: 769px) {
    .enamelLab-about {
      padding: 40px 0; } }
  .enamelLab-about h3 {
    margin-bottom: 1em;
    font-family: "serif"; }
  .enamelLab-about p {
    line-height: 2; }
    .enamelLab-about p + p {
      margin-top: 1em; }

.enamelLab-aboutImage {
  display: flex;
  flex-wrap: wrap; }
  .enamelLab-aboutImage__column {
    padding: 80px;
    box-sizing: border-box;
    width: 50%;
    color: #fff;
    background: #1a1a1a; }
    @media (max-width: 769px) {
      .enamelLab-aboutImage__column {
        padding: 40px;
        width: 100%; } }
    .enamelLab-aboutImage__column h3 {
      margin-bottom: 40px;
      text-align: center;
      letter-spacing: 0.1em; }
      @media (max-width: 769px) {
        .enamelLab-aboutImage__column h3 {
          margin-bottom: 20px; } }
    .enamelLab-aboutImage__column--1 .enamelLab-aboutImage__image {
      max-width: 514px; }
    .enamelLab-aboutImage__column--2 {
      background: #000; }
      .enamelLab-aboutImage__column--2 .enamelLab-aboutImage__image {
        max-width: 590px; }
  .enamelLab-aboutImage__image {
    margin: 0 auto 40px; }
    @media (max-width: 769px) {
      .enamelLab-aboutImage__image {
        margin-bottom: 20px; } }
  .enamelLab-aboutImage__text {
    line-height: 1.8; }

.enamelLab-flow {
  margin-bottom: 140px;
  padding-top: 80px; }
  @media (max-width: 769px) {
    .enamelLab-flow {
      margin-bottom: 40px;
      padding-top: 40px; } }
  .enamelLab-flow h3 {
    margin-bottom: 80px;
    font-family: "serif";
    text-align: center; }
    @media (max-width: 769px) {
      .enamelLab-flow h3 {
        margin-bottom: 40px; } }
  .enamelLab-flow__navi {
    margin-bottom: 80px; }
    @media (max-width: 769px) {
      .enamelLab-flow__navi {
        margin: 0 -20px 40px;
        overflow-x: scroll; } }
    .enamelLab-flow__navi ul {
      display: flex; }
      @media (max-width: 769px) {
        .enamelLab-flow__navi ul {
          padding: 0 20px;
          width: 900px; } }
      .enamelLab-flow__navi ul li {
        width: 16.666%;
        font-size: 1.2rem;
        line-height: 1.2;
        text-align: center;
        background: #f0f0f0; }
        @media (max-width: 769px) {
          .enamelLab-flow__navi ul li {
            width: 150px;
            font-size: 0.8rem; } }
        .enamelLab-flow__navi ul li + li {
          border-left: 1px solid #dedede; }
        .enamelLab-flow__navi ul li a {
          padding: 15px;
          box-sizing: border-box;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: background-color 0.2s, color 0.2s;
          color: #999; }
          @media (max-width: 769px) {
            .enamelLab-flow__navi ul li a {
              padding: 10px 7px; } }
          .enamelLab-flow__navi ul li a:hover {
            color: #fff;
            background: #000; }
            @media (max-width: 769px) {
              .enamelLab-flow__navi ul li a:hover {
                color: #999;
                background: none; } }
        .enamelLab-flow__navi ul li strong {
          margin-top: 5px;
          display: inline-block;
          font-size: 1.4rem;
          font-weight: 700; }
          @media (max-width: 769px) {
            .enamelLab-flow__navi ul li strong {
              margin-top: 3px;
              font-size: 1.1rem; } }
        .enamelLab-flow__navi ul li.is-current a {
          color: #fff;
          background: #000; }
  @media (max-width: 769px) {
    .enamelLab-flow__blocks {
      padding: 0 20px; } }
  .enamelLab-flow__block {
    display: flex; }
    @media (max-width: 769px) {
      .enamelLab-flow__block {
        display: block; } }
  .enamelLab-flow__photo {
    width: 58.33333%; }
    @media (max-width: 769px) {
      .enamelLab-flow__photo {
        margin-bottom: 30px;
        width: 100%; } }
  .enamelLab-flow__text {
    padding: 80px 80px 3px;
    box-sizing: border-box;
    width: 41.66667%; }
    @media (max-width: 1200px) {
      .enamelLab-flow__text {
        padding: 40px 40px 3px; } }
    @media (max-width: 769px) {
      .enamelLab-flow__text {
        padding: 0 0 3px;
        width: 100%; } }
    .enamelLab-flow__text h4 {
      margin-bottom: 40px;
      font-family: "serif"; }
      @media (max-width: 769px) {
        .enamelLab-flow__text h4 {
          margin-bottom: 20px; } }
    .enamelLab-flow__text p {
      margin-bottom: 1em; }
    .enamelLab-flow__text strong {
      font-weight: 700; }
    .enamelLab-flow__text ul {
      margin-top: 2em; }
      @media (max-width: 769px) {
        .enamelLab-flow__text ul li {
          padding: 0 2px; } }
      .enamelLab-flow__text ul li span {
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer; }
        @media (max-width: 769px) {
          .enamelLab-flow__text ul li span {
            padding: 15px 30px;
            flex-wrap: wrap; } }
      .enamelLab-flow__text ul li strong {
        margin-left: 5px; }
      .enamelLab-flow__text ul li + li {
        margin-top: 20px; }
  .enamelLab-flow__processNumber {
    margin-bottom: 10px;
    font-size: 2rem; }
    @media (max-width: 769px) {
      .enamelLab-flow__processNumber {
        margin-bottom: 0; } }
  .enamelLab-flow__block--3-1-photoSub {
    max-width: 305px; }

.enamelLab-movie {
  display: flex;
  justify-content: flex-end; }
  .enamelLab-movie__inner {
    padding-top: 56.25%;
    width: 83.33333%;
    height: 0;
    position: relative;
    overflow: hidden; }
    @media (max-width: 769px) {
      .enamelLab-movie__inner {
        width: 100%; } }
    .enamelLab-movie__inner iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.enamelLab-bottomLead {
  padding: 80px 0;
  position: relative;
  text-align: center; }
  @media (max-width: 769px) {
    .enamelLab-bottomLead {
      padding: 40px 0; } }
  .enamelLab-bottomLead h3 {
    margin: 1em 0;
    font-weight: 700; }
  .enamelLab-bottomLead p {
    line-height: 1.8; }
    @media (max-width: 769px) {
      .enamelLab-bottomLead p {
        text-align: left; }
        .enamelLab-bottomLead p br {
          display: none; } }
  .enamelLab-bottomLead::before {
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: -1;
    top: -50%;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    content: "";
    background: #f0f0f0; }
    @media (max-width: 769px) {
      .enamelLab-bottomLead::before {
        height: 100%;
        top: 0; } }

.brand-mainVisual {
  height: 600px;
  background: url(../../images/brand/mainvisual.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .brand-mainVisual {
      height: 375px;
      background-position: right top; } }

.brand-feature {
  padding-top: 80px; }
  @media (max-width: 769px) {
    .brand-feature {
      padding-top: 40px; } }
  .brand-feature__title {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 769px) {
      .brand-feature__title {
        margin-bottom: 40px; } }
    .brand-feature__title h2 {
      font-family: "serif"; }
    .brand-feature__title h3 {
      margin-bottom: 30px;
      font-family: "serif"; }
    .brand-feature__title p {
      line-height: 2; }
      @media (max-width: 769px) {
        .brand-feature__title p {
          line-height: 1.6; } }
  .brand-feature__block {
    margin: 0 auto 80px;
    max-width: 1000px;
    position: relative;
    display: flex; }
    @media (max-width: 769px) {
      .brand-feature__block {
        margin-bottom: 40px;
        display: block; } }
    .brand-feature__block:nth-child(even) {
      flex-direction: row-reverse; }
      .brand-feature__block:nth-child(even) .brand-feature__blockText {
        padding-right: 40px;
        padding-left: 0; }
        @media (max-width: 769px) {
          .brand-feature__block:nth-child(even) .brand-feature__blockText {
            padding-right: 0; } }
  .brand-feature__blockPhoto {
    width: 62.5%; }
    @media (max-width: 769px) {
      .brand-feature__blockPhoto {
        margin-bottom: 10px;
        width: 100%; } }
  .brand-feature__blockText {
    padding-left: 40px;
    box-sizing: border-box;
    width: 37.5%; }
    @media (max-width: 769px) {
      .brand-feature__blockText {
        padding-left: 0;
        width: 100%; }
        .brand-feature__blockText::after {
          display: table;
          content: "";
          clear: both; } }
    .brand-feature__blockText h3 {
      margin-bottom: 20px;
      font-family: "serif";
      letter-spacing: 0.1em; }
      @media (max-width: 769px) {
        .brand-feature__blockText h3 {
          margin-bottom: 10px; } }
  .brand-feature__text {
    margin-bottom: 20px; }
  .brand-feature__illust--1 {
    width: 430px;
    position: absolute;
    z-index: -1;
    bottom: -80px;
    left: -125px; }
    @media (max-width: 769px) {
      .brand-feature__illust--1 {
        margin-left: -20px;
        position: static;
        width: 67.333%; } }
  .brand-feature__illust--2 {
    width: 204px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0; }
    @media (max-width: 769px) {
      .brand-feature__illust--2 {
        margin-top: -40px;
        margin-right: -20px;
        width: 30%;
        float: right;
        position: static; } }
  .brand-feature__illust--3 {
    max-width: 290px; }
    @media (max-width: 769px) {
      .brand-feature__illust--3 {
        margin: 0 auto;
        width: 52.239%; } }

.brand-enamel {
  margin-bottom: 80px;
  height: 550px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background: url(../../images/brand/enamel_bg-pc.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 769px) {
    .brand-enamel {
      margin-bottom: 40px;
      padding-top: 48%;
      padding-bottom: 40px;
      height: auto;
      background: #ac9e96 url(../../images/brand/enamel_bg-sp.jpg) no-repeat center top;
      background-size: contain; } }
  .brand-enamel p {
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
    @media (max-width: 769px) {
      .brand-enamel p {
        line-height: 1.6;
        text-shadow: none; } }
  .brand-enamel h3 {
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
    @media (max-width: 769px) {
      .brand-enamel h3 {
        text-shadow: none; } }
  .brand-enamel ul {
    display: flex;
    justify-content: center; }
    @media (max-width: 769px) {
      .brand-enamel ul {
        display: block; } }
    .brand-enamel ul li {
      padding: 0 10px;
      height: 50px; }
      @media (max-width: 769px) {
        .brand-enamel ul li {
          margin: 0 auto;
          padding: 0;
          width: 70%; }
          .brand-enamel ul li + li {
            margin-top: 10px; } }
      .brand-enamel ul li a {
        width: 300px; }
        @media (max-width: 769px) {
          .brand-enamel ul li a {
            width: 100%; } }

.brand-film {
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 769px) {
    .brand-film {
      margin-bottom: 40px; } }
  .brand-film h3 {
    margin-bottom: 70px;
    font-family: "serif"; }
    @media (max-width: 769px) {
      .brand-film h3 {
        margin-bottom: 40px; } }
  .brand-film__thumb {
    margin: 0 auto;
    max-width: 1000px; }
    .brand-film__thumb a {
      position: relative;
      display: block; }
      .brand-film__thumb a::after {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        content: "";
        transform: translate(-50%, -50%);
        background: url(../../images/brand/brandfilm_icon_play.png) no-repeat center center;
        background-size: cover; }
        @media (max-width: 769px) {
          .brand-film__thumb a::after {
            width: 40px;
            height: 40px; } }

.company-pageTitle {
  display: flex;
  align-items: center;
  height: 190px;
  background: #637f96 url(../../img/company/pt-pc.jpg) no-repeat right center;
  background-size: auto 190px; }
  @media (max-width: 769px) {
    .company-pageTitle {
      background: url(../../img/company/pt-sp.jpg) no-repeat right center;
      background-size: cover;
      text-align: center; } }
  .company-pageTitle h2 {
    color: #ffffff;
    font-family: "serif"; }

.company-heading {
  margin-bottom: 40px;
  padding-left: 10px;
  font-family: "serif";
  line-height: 1;
  border-left: 4px solid #34517b; }
  @media (max-width: 769px) {
    .company-heading {
      margin-bottom: 20px; } }

.company-message {
  margin-bottom: 80px;
  padding-top: 80px; }
  @media (max-width: 769px) {
    .company-message {
      margin-bottom: 40px;
      padding-top: 40px; } }
  .company-message h4 {
    margin-bottom: 40px;
    font-weight: 700; }
    @media (max-width: 769px) {
      .company-message h4 {
        margin-bottom: 20px; } }
  .company-message__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media (max-width: 769px) {
      .company-message__inner {
        display: block; } }
  .company-message__portrait {
    width: 26.4%; }
    @media (max-width: 769px) {
      .company-message__portrait {
        margin-bottom: 20px;
        padding-left: 20px;
        float: right;
        width: 50%; } }
  .company-message__portraitPhoto {
    margin-bottom: 10px; }
  .company-message__portraitName {
    font-family: "serif";
    text-align: center; }
    @media (max-width: 769px) {
      .company-message__portraitName {
        font-size: 1.1rem; } }
  .company-message__text {
    width: 67.2%; }
    @media (max-width: 769px) {
      .company-message__text {
        width: 100%; } }
    .company-message__text p + p {
      margin-top: 1em; }

.company-profile {
  margin-bottom: 80px; }
  .company-profile__outline {
    width: 100%; }
    .company-profile__outline tr {
      background: #f5f5f5; }
      @media (max-width: 769px) {
        .company-profile__outline tr {
          padding: 15px;
          display: block; } }
      .company-profile__outline tr:nth-child(even) {
        background: #ffffff; }
    .company-profile__outline th, .company-profile__outline td {
      padding: 20px;
      box-sizing: border-box; }
      @media (max-width: 769px) {
        .company-profile__outline th, .company-profile__outline td {
          padding: 0;
          display: block;
          width: 100%; } }
    .company-profile__outline th {
      width: 25%;
      text-align: left; }
      @media (max-width: 769px) {
        .company-profile__outline th {
          margin-bottom: 5px;
          width: 100%;
          font-weight: 700; } }

.agent-pageTitle {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  height: 190px;
  background: #09417c url(../../images/agent/pt-pc.jpg) no-repeat right center;
  background-size: auto 190px; }
  @media (max-width: 769px) {
    .agent-pageTitle {
      margin-bottom: 40px;
      background: url(../../images/agent/pt-sp.jpg) no-repeat right center;
      background-size: cover;
      text-align: center; } }
  .agent-pageTitle h2 {
    color: #ffffff;
    font-family: "serif"; }

.agent-anchorNavi {
  margin-bottom: 3.2%;
  display: flex;
  border-right: 1px solid #ccc; }
  @media (max-width: 769px) {
    .agent-anchorNavi {
      border: none;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .agent-anchorNavi li {
    width: 16.66667%;
    height: 50px;
    border-left: 1px solid #ccc; }
    @media (max-width: 769px) {
      .agent-anchorNavi li {
        margin-bottom: 2.985%;
        width: 31.343%;
        height: 40px;
        border: none; } }
    .agent-anchorNavi li a {
      padding: 0 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      height: 100%;
      text-align: center;
      font-size: 1.6rem;
      color: #333333; }
      @media (max-width: 769px) {
        .agent-anchorNavi li a {
          padding: 0 25px 0 10px;
          border: 1px solid #ccc;
          font-size: 1.1rem;
          position: relative;
          border-radius: 3px; } }
      .agent-anchorNavi li a::after {
        margin-left: 10px;
        content: "";
        width: 10px;
        height: 10px;
        background: url(../../images/arrow_1_black.svg) no-repeat center center;
        background-size: contain;
        transform: rotate(90deg); }
        @media (max-width: 769px) {
          .agent-anchorNavi li a::after {
            margin-left: 0;
            position: absolute;
            top: 50%;
            right: 10px;
            width: 8px;
            height: 8px;
            transform: translateY(-50%) rotate(90deg); } }

.agent-blocks {
  padding-top: 3.2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 769px) {
    .agent-blocks {
      margin-top: -45px;
      padding-top: 75px; } }
  .agent-blocks h3 {
    margin-bottom: 3.2%;
    font-weight: 700;
    width: 100%; }
    @media (max-width: 769px) {
      .agent-blocks h3 {
        margin-bottom: 30px; } }

.agent-block {
  margin-bottom: 3.2%;
  width: 48.4%;
  font-size: 1.4rem; }
  @media (max-width: 769px) {
    .agent-block {
      width: 100%; } }
  .agent-block h4 {
    margin-bottom: 3.2%;
    padding: 6px 10px;
    background: #666666;
    color: #ffffff; }
  .agent-block table {
    width: 100%; }
    .agent-block table tr th, .agent-block table tr td {
      padding-bottom: 20px;
      text-align: left;
      box-sizing: border-box; }
      @media (max-width: 769px) {
        .agent-block table tr th, .agent-block table tr td {
          padding-bottom: 0;
          display: block; } }
    .agent-block table tr th {
      width: 25%; }
      @media (max-width: 769px) {
        .agent-block table tr th {
          width: 100%;
          font-weight: 700; } }
    .agent-block table tr td {
      padding-left: 20px;
      width: 75%;
      color: #666666; }
      @media (max-width: 769px) {
        .agent-block table tr td {
          margin-bottom: 3.2%;
          padding-left: 0;
          width: 100%; } }
      .agent-block table tr td a {
        color: inherit;
        border-bottom: 1px solid #999; }
      .agent-block table tr td dl dt, .agent-block table tr td dl dd {
        display: inline-block;
        vertical-align: top; }
      .agent-block table tr td dl dt {
        margin-right: 5px; }

.inquiry-pageTitle {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  height: 190px;
  background: #637f96 url(../../img/company/pt-pc.jpg) no-repeat right center;
  background-size: auto 190px; }
  @media (max-width: 769px) {
    .inquiry-pageTitle {
      margin-bottom: 40px;
      background: url(../../img/company/pt-sp.jpg) no-repeat right center;
      background-size: cover;
      text-align: center; } }
  .inquiry-pageTitle h2 {
    color: #ffffff;
    font-family: "serif"; }

.inquiry-lead {
  margin-bottom: 2em; }
  .inquiry-lead h3 {
    margin-bottom: 1em; }
  .inquiry-lead ul li {
    margin-left: 2.5em;
    font-size: 1.4rem;
    list-style: disc; }
    @media (max-width: 769px) {
      .inquiry-lead ul li {
        font-size: 1.2rem; } }
  .inquiry-lead__finish {
    margin-bottom: 80px; }
    .inquiry-lead__finish h3 {
      margin-bottom: 1em;
      font-weight: 700; }

.inquiry-caution {
  margin-bottom: 2em;
  font-size: 1.4rem; }
  @media (max-width: 769px) {
    .inquiry-caution {
      font-size: 1.2rem; } }

.inquiry-form {
  margin-bottom: 40px;
  width: 100%; }
  @media (max-width: 769px) {
    .inquiry-form {
      margin-bottom: 20px;
      border-top: 1px solid #ddd; } }
  .inquiry-form th, .inquiry-form td {
    padding: 20px;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 1.6rem;
    box-sizing: border-box; }
    @media (max-width: 769px) {
      .inquiry-form th, .inquiry-form td {
        padding: 10px;
        display: block;
        border-top: none;
        font-size: 1.4rem;
        text-align: left; } }
  .inquiry-form th {
    width: 30%;
    background: #f5f5f5; }
    @media (max-width: 769px) {
      .inquiry-form th {
        width: 100%;
        border-bottom: none; } }
    .inquiry-form th em {
      font-size: 1.2rem;
      font-style: normal; }
  .inquiry-form input, .inquiry-form textarea {
    padding: 0.7em;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
    border-radius: 5px; }

.inquiry-submit {
  margin-bottom: 80px;
  display: flex;
  justify-content: center; }
  @media (max-width: 769px) {
    .inquiry-submit {
      justify-content: space-between; } }
  .inquiry-submit li {
    margin: 0 10px;
    width: 300px;
    height: 60px; }
    @media (max-width: 769px) {
      .inquiry-submit li {
        margin: 0;
        width: 47.35%; } }
    .inquiry-submit li button {
      width: 100%;
      height: 100%;
      border: none;
      cursor: pointer;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      transition: background-color .4s, color .4s, box-shadow .4s; }
  .inquiry-submit__reset {
    background: #eeeeee;
    color: #999; }
    .inquiry-submit__reset:hover {
      background: #fff;
      color: #999;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .inquiry-submit__submit {
    background: #333;
    color: #ffffff; }
    .inquiry-submit__submit:hover {
      background: #666;
      color: #ffffff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.ir-pageTitle {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  height: 190px;
  background: #637f96 url(../../img/company/pt-pc.jpg) no-repeat right center;
  background-size: auto 190px; }
  @media (max-width: 769px) {
    .ir-pageTitle {
      margin-bottom: 40px;
      background: url(../../img/company/pt-sp.jpg) no-repeat right center;
      background-size: cover;
      text-align: center; } }
  .ir-pageTitle h2 {
    color: #ffffff;
    font-family: "serif"; }

.ir-lists {
  margin-bottom: 80px; }
  @media (max-width: 769px) {
    .ir-lists {
      margin-bottom: 40px; } }

.ir-heading {
  margin-bottom: 1em;
  font-family: "serif"; }

.ir-block {
  margin-bottom: 1em; }
  .ir-block h4 {
    font-weight: bold; }
  .ir-block ul li {
    margin-top: 0.5em;
    background: url(../../images/arrow_1_black.svg) no-repeat left top 0.3em; }
    .ir-block ul li a {
      padding-left: 1em;
      display: inline-block;
      color: #666666; }
      .ir-block ul li a:hover {
        color: #000;
        text-decoration: underline; }
