@charset "UTF-8";
/* 追加 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a:-webkit-any-link {
  text-decoration: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
/*
  Accessibility
----------------------------------------------- */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
/* 共通 */
.sp {
  display: block;
}

.ipad {
  display: none;
}

.tab {
  display: block;
}

.pc {
  display: none;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.title_l {
  text-align: left;
}
.title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.title_l span {
  display: inline-block;
  margin-left: 1rem;
}
.logo {
  width: 235px;
  display: block;
  margin: 0.5rem auto 1rem;
}
/* Swiper */
.slide_wrapper {
  position: relative;
}
.slide_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  z-index: 1;
  font-size: 4.75vw;
  line-height: 2.75;
  font-weight: 500;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 100%;
}
.slide_txt img {
  width: 195px;
}
.slide_gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.38);
}
.swiper-wrapper {
  height: 480px;
}
.slider_box {
  overflow: hidden;
}
.slider_box .swiper-container .swiper-slide img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position:center"; /*IE対策*/
  overflow: hidden;
}
.slider_box .swiper-container .swiper-slide-active img {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  overflow: hidden;
}
.slider_box .swiper-container-vertical > .swiper-pagination-bullets {
  top: 5rem;
  right: 0;
}
.slider_box .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.75rem 1.5rem;
}
.slider_box .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.slider_box .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin-left: 1.25rem;
  opacity: 1;
}
@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* # =================================================================
     # TOP BOARD / FURNITURE
     # ================================================================= */
.or_wrapper {
  padding: 3rem 0 4rem;
}
.or_txt p {
  text-align: center;
  padding: 2rem 0 1.5rem;
}
.or_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.or_container .or_select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.or_container .or_select .or_box {
  position: relative;
  text-align: center;
  border: 1px solid #d1d1d1;
  text-decoration: none;
  z-index: 3;
}
.or_container .or_select .or_box p {
  position: relative;
  z-index: 10;
}
.or_container .or_select .or_box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.or_container .or_select .or_box:hover {
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}

.or_container .or_select .or_box:hover:before {
  width: 100%;
}
.or_select a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  text-transform: uppercase;
  padding: 2.5rem;
  letter-spacing: 1px;
  text-shadow: -1px 1px 1px rgb(0 0 0 / 30%);
  text-decoration: none;
}
.or_bg1,
.or_bg2,
.or_bg3,
.or_bg4,
.or_bg5 {
  position: relative;
}
.or_bg1:after,
.or_bg2:after,
.or_bg3:after,
.or_bg4:after,
.or_bg5:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.or_bg1 {
  background-image: url("../images/counter_top.jpg");
  background-position: center center;
}
.or_bg2 {
  background-image: url("../images/table_top.jpg");
  background-position: center center;
}
.or_bg3 {
  background-image: url("../images/desk_top.jpg");
  background-position: center center;
}
.or_bg4 {
  background-image: url("../images/strage.jpg");
  background-position: center center;
}
.or_bg5 {
  background-image: url("../images/kitchen.jpg");
  background-position: center center;
}
.video_wrapper {
  position: relative;
  width: 96%;
  margin: 2.5rem auto 1.5rem;
  padding-top: 54%;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.or_btn_container {
  margin: 2rem auto 0;
}
.or_btn {
  position: relative;
  display: block;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  width: 90%;
  margin: 0 auto;
  color: #000;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  cursor: pointer;
  text-decoration: none;
}
.or_btn:hover {
  background-color: #f8f8f8;
}
.or_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 3px 0 3px 12px;
  border-color: transparent transparent transparent #000;
  line-height: 0;
  _border-color: #000000 #000000 #000000 #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.or_btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.or_btn:hover:before {
  right: 1rem;
}
.or_btn:hover:after {
  right: 1.5rem;
}

/* # =================================================================
# NEWS
# ================================================================= */
.nw_bg {
  background-color: #f8f8f8;
}
.nw_wrapper {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding: 3.5rem 0 4.5rem;
}
.nw_container {
  background-color: #fff;
  padding: 1.5rem 1rem 2.5rem;
  margin: 2rem auto;
  font-weight: 300;
  font-size: 0.935rem;
}
.nw_l a {
  display: block;
  border-bottom: 0.5px solid rgba(180, 180, 180, 0.5);
  margin-bottom: 1.5rem;
  color: #000;
  text-decoration: none;
}
.nw_l span {
  margin-bottom: 0.5rem;
}
.nw_l p {
  padding-bottom: 0.5rem;
}
.nw_r {
  margin: 0;
}
.nw_r figure {
  width: 90%;
  margin: -4rem 0 0 auto;
}
/* # =================================================================
# PRODUCTS
# ================================================================= */
.pr_wrapper {
  padding: 4rem 0 0;
}
.pr_container_l_bg,
.pr_container_r_bg {
  background-color: #f4f2f2;
  width: 85%;
}
.pr_container_l_bg {
  margin: 2.5rem 0 4rem auto;
}
.pr_container_r_bg {
  margin: 2.5rem auto 4rem 0;
}
.pr_container_l,
.pr_container_r {
  padding: 2.5rem 0;
}
.pr_container_l {
  margin: 0 calc(43% - 48vw);
  width: 96vw;
}
.pr_container_r {
  width: 96vw;
  margin: 0 calc(48vw - 52%);
}
.pr_video_inner_r h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}
.pr_img_l {
  position: relative;
  margin-bottom: 54rem;
}
.pr_img_l2 {
  position: relative;
  margin-bottom: 53.5rem;
}
.pr_img_l3 {
  position: relative;
  margin-bottom: 43rem;
}
.pr_video_inner_r {
  margin-bottom: 2rem;
}
.pr_video_inner_l {
  position: relative;
  width: 97.5%;
  padding-top: 54.84375%;
  margin-bottom: 1.5rem;
}
.pr_video_inner_l iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pr_bg1,
.pr_bg2,
.pr_bg3,
.pr_bg5,
.pr_bg6,
.pr_bg7,
.pr_bg9,
.pr_bg10,
.pr_bg11 {
  position: absolute;
  border: 0.625rem solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position:center"; /*IE対策*/
}
.pr_bg1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 20.125rem;
  background-image: url(../images/pr_bg1.jpg);
}
.pr_bg2 {
  top: 16rem;
  right: 0;
  width: 70%;
  height: 20.125rem;
  background-image: url(../images/pr_bg2.jpg);
  z-index: 1;
}
.pr_bg3 {
  top: 32rem;
  width: 80%;
  height: 17rem;
  background-image: url(../images/pr_bg3.jpg);
  z-index: 2;
}
.pr_bg5 {
  top: 0;
  right: 0;
  width: 85%;
  height: 20.125rem;
  background-image: url(../images/pr_bg5.jpg);
}
.pr_bg6 {
  top: 18rem;
  left: -0.8rem;
  width: 85%;
  height: 12.627rem;
  background-image: url(../images/pr_bg6.jpg);
  z-index: 1;
}
.pr_bg7 {
  top: 30rem;
  width: 85%;
  right: 0;
  height: 18.375rem;
  background-image: url(../images/pr_bg7.jpg);
  z-index: 2;
}
.pr_bg9 {
  top: 0;
  left: 0;
  width: 85%;
  height: 10.125rem;
  background-image: url(../images/pr_bg9.jpg);
  z-index: 2;
}
.pr_bg10 {
  top: 9rem;
  right: 0;
  width: 75%;
  height: 15.5rem;
  background-image: url(../images/pr_bg10.jpg);
  z-index: 1;
}
.pr_bg11 {
  top: 21rem;
  width: 80%;
  height: 16.5rem;
  background-image: url(../images/pr_bg11.jpg);
}
.order_btn {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1rem 4.5rem 1rem 4rem;
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  color: #000;
  text-decoration: none;
}
.order_btn:hover {
  background-color: #f8f8f8;
}
.pr_container_l .order_btn {
  margin: 0 0.5rem 0 auto;
}
.pr_container_r .order_btn {
  margin: 0 auto 0 0;
}
.order_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 3px 0 3px 12px;
  border-color: transparent transparent transparent #000;
  line-height: 0;
  _border-color: #000000 #000000 #000000 #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.order_btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.order_btn:hover:before {
  right: 1rem;
}
.order_btn:hover:after {
  right: 1.5rem;
}
/* # =================================================================
     # Feature
     # ================================================================= */
.ft_title_bg {
  height: 20.625rem;
  background-image: url(../images/ft_title.jpg);
  background-image: image-set(url(../images/ft_title.jpg) 1x, url(../images/ft_title@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/ft_title.jpg) 1x, url(../images/ft_title@2x.jpg) 2x);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ft_title_bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 20.625rem;
}
.ft_title_bg h2 {
  color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 4.5rem;
}
.ft_container {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 92%;
  margin: -9rem auto 4.5rem;
  box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.13);
}
.ft_inner {
  padding-top: 2rem;
}
.ft_inner h3 {
  text-align: center;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.ft_inner p {
  width: 72%;
  margin: 0 auto;
  padding-bottom: 2rem;
  font-weight: 300;
  font-size: 0.875rem;
}
.ft_container div + div {
  border-top: 1px solid #eaeaea;
}
.ft_inner img {
  display: block;
  margin: 0 auto 1rem;
}
.icon1 {
  width: 100px;
}
.icon2 {
  width: 73px;
}
.icon3 {
  width: 57px;
}
.icon4 {
  width: 80px;
}
/* # =================================================================
    # Manufacturer
    # ================================================================= */
.mn_bg {
  background-color: #f8f8f8;
  padding: 2.5rem 0;
}
.mn_title_container h2 span {
  margin-top: 0.5rem;
}
.mn_container {
  margin: 2rem 0;
  position: relative;
}
.mn_container .swiper-container {
  padding-bottom: 38px;
}
.mn_container .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.mn_container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.mn_container .swiper-pagination-bullet {
  width: 10%;
  height: 1px;
  background-color: #d1d1d1;
  border-radius: 0;
  opacity: 1;
}
.mn_container .swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper-wrapper2,
.mn_container .swiper-container .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position:center";
  height: 348px;
}
/* # =================================================================
# Footer
# ================================================================= */
footer {
  background-color: #6e6e6e;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: medium;
}
footer a,
footer p {
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer p {
  text-align: center;
  padding-bottom: 1rem;
}
.footer_r {
  margin-left: 3rem;
}
.footer_inner ul {
  list-style: none;
}
.footer_inner ul li {
  margin-bottom: 0.75rem;
}
.instagram_icon {
  width: 30px;
}
.footer_flx {
  padding: 1rem 0 2rem;
}
/* # =================================================================
     # POPUP
# ================================================================= */
.modal_pop {
  display: none;
  position: relative;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-image: url(../images/top1.jpg);
  background-size: cover;
  background-position: left 25% center;
  top: 0;
  left: 0;
  z-index: 9997 !important;
}
.modal_bg {
  background-color: #1119;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
.modal_pop_main {
  width: 92%;
  border: 1px solid #fff;
  height: 96vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
  color: #fff;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  text-align: center;
}
.modal_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal_pop_main p {
  font-size: 1.125rem;
}
.pop_main_txt {
  font-size: 1.5rem;
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.p-hamburger {
  position: absolute;
  top: 20%;
  bottom: 0;
  right: 20%;
  width: 48px;
  height: 48px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-hamburger:hover,
.p-hamburger:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: transparent;
  -webkit-transition: inherit;
  transition: inherit;
}
.p-hamburger__line::before,
.p-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  top: 0;
  background-color: #fff;
}
.p-hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.js-modal-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  /* 共通 */
  .sp {
    display: none;
  }
  .ipad {
    display: block;
  }
  /* Swiper */
  .slider_box .swiper-container-vertical > .swiper-pagination-bullets {
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .slider_box .swiper-slide-active {
    -webkit-transition: opacity 500ms ease 0s;
    transition: opacity 500ms ease 0s;
  }
  .slide_txt {
    font-size: 1.5rem;
  }
  .slide_txt img {
    margin-top: 1rem;
    width: 250px;
  }
  .swiper-wrapper {
    height: 610px;
  }
  .slider_box .swiper-container .swiper-slide img {
    height: 610px;
  }
  /* # =================================================================
     # TOP BOARD / FURNITURE
     # ================================================================= */
  .or_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .or_container .or_bg1,
  .or_container .or_bg2,
  .or_container .or_bg3 {
    width: calc(100% / 3);
  }
  .or_select a {
    font-size: 1.25rem;
    padding: 2rem;
    text-decoration: none;
  }
  .or_container .or_bg4,
  .or_container .or_bg5 {
    width: 50%;
  }
  .video_wrapper {
    width: 600px;
    padding-top: 337.5px;
  }
  .or_btn {
    width: 350px;
    padding-left: 3rem;
  }
  /* # =================================================================
# NEWS
# ================================================================= */
  .nw_container {
    width: 380px;
    margin-left: 0;
    padding: 1.5rem 2rem 2.5rem;
  }
  .nw_parent {
    width: 100%;
    position: relative;
  }
  .nw_r {
    position: absolute;
    margin: 0 0 0 auto;
    top: 30%;
    right: 0;
  }
  .nw_r figure {
    width: 80%;
    margin: 0 0 0 auto;
  }
  /* # =================================================================
# PRODUCTS
# ================================================================= */
  .pr_container_l_bg,
  .pr_container_r_bg {
    width: 80%;
  }
  .pr_bg1,
  .pr_bg2,
  .pr_bg3,
  .pr_bg5,
  .pr_bg6,
  .pr_bg7,
  .pr_bg9,
  .pr_bg10,
  .pr_bg11 {
    position: static;
    border: 0;
    width: 32%;
    height: 18.75rem;
  }
  .pr_bg2,
  .pr_bg6,
  .pr_bg10 {
    margin-top: 2.5rem;
  }
  .pr_img_l,
  .pr_img_l2,
  .pr_img_l3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
  .pr_img_l2 {
    margin: 0 auto 3.5rem 0;
  }
  .pr_img_l,
  .pr_img_l3 {
    margin: 0 0 3.5rem auto;
  }
  .pr_container_r {
    margin-left: 0;
  }
  .pr_video_inner_r {
    margin: 0 0 2rem auto;
  }
  .pr_container_r .order_btn {
    margin: 0 auto 0 2rem;
  }
  .pr_container_l {
    margin: 0 calc(50% - 56vw);
  }
  .pr_container_l .order_btn {
    margin: 0 2rem 0 auto;
  }
  .pr_container_r .pr_video_inner_r {
    margin-left: 4rem;
  }
  .pr_video_inner_l {
    width: 650px;
    padding-top: 56.25%;
    margin-bottom: 4rem;
  }
  /* # =================================================================
    # Feature
    # ================================================================= */
  .ft_title_bg {
    background-attachment: fixed;
  }
  .ft_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 98%;
  }
  .ft_container div {
    width: calc(25% - 1px);
  }
  .ft_container div + div {
    border-top: 0;
    border-left: 1px solid #eaeaea;
  }
  .ft_inner h3 {
    font-size: 1rem;
  }
  .icon1 {
    width: 75px;
  }
  .icon2 {
    width: 55px;
  }
  .icon3 {
    width: 42px;
  }
  .icon4 {
    width: 58px;
  }
  /* # =================================================================
    # Manufacturer
    # ================================================================= */
  .mn_bg {
    padding: 3rem 0;
  }
  .mn_container .swiper-wrapper {
    height: auto;
  }
  .mn_container {
    margin: 2rem 0;
    position: relative;
  }
  .mn_container .swiper-container {
    padding-bottom: 2.25rem;
  }
  .mn_container .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  .mn_container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.75rem;
  }
  .mn_container .swiper-pagination-bullet {
    width: 2.5rem;
  }
  .swiper-wrapper2,
  .mn_container .swiper-container .swiper-slide img {
    width: 100%;
    min-height: auto;
  }
  /* # =================================================================
# Footer
# ================================================================= */
  footer .footer_logo {
    display: block;
    width: 90%;
    margin: 0 auto 1rem;
  }
  footer p {
    padding-bottom: 2rem;
  }
  .footer_r {
    width: 600px;
    margin: 0 auto;
  }
  .footer_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  /* # =================================================================
     # POPUP
# ================================================================= */
  .modal_bg {
    background-position: center center;
  }
  .p-hamburger {
    top: 60%;
    right: 60%;
  }
  .modal_pop_main {
    height: 92vh;
  }
  .modal_pop_main p {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .pop_main_txt {
    font-size: 2rem;
  }

  .p-hamburger__line {
    width: 50px;
  }
}
@media (min-width: 1024px) {
  .tab {
    display: none;
  }
  .pc {
    display: block;
  }
  /* 共通 */
  .title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .title span {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  /* # =================================================================
     # Header
     # ================================================================= */
  /* Swiper */
  .slide_txt {
    font-size: 2rem;
    line-height: 2;
  }
  .slider_box .swiper-wrapper {
    height: 75vh;
  }
  .slider_box .swiper-container .swiper-slide img {
    height: 75vh;
  }
  .slide_gradient {
    background-color: rgba(0, 0, 0, 0.42);
  }
  .slide_txt img {
    margin-top: 3rem;
    width: 322px;
  }
  /* # =================================================================
     # TOP BOARD / FURNITURE
     # ================================================================= */
  .or_wrapper {
    padding: 5.5rem 0 6rem;
  }
  .or_txt p {
    font-size: 0.9375rem;
    padding: 2rem 0 3.5rem;
  }
  .or_container .or_select {
    padding: 1rem;
  }
  .or_select a {
    padding: 4.5rem;
    font-size: 1.75rem;
    text-decoration: none;
  }
  .video_wrapper {
    width: 800px;
    padding-top: 450px;
    margin: 3rem auto;
  }
  .or_btn {
    width: 420px;
    padding-left: 4.5rem;
    font-size: 1.125rem;
  }
  .or_btn:before {
    right: 2rem;
  }
  .or_btn:hover:before {
    right: 1.5rem;
  }
  .or_btn:after {
    width: 2.5rem;
    right: 2.5rem;
  }
  .or_btn:hover:after {
    right: 2rem;
  }
  /* # =================================================================
# NEWS
# ================================================================= */
  .nw_wrapper {
    padding: 5.5rem 0 9.25rem;
  }
  .nw_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 622px;
    padding: 3rem;
  }
  .nw_r {
    top: 30%;
    width: 40%;
  }
  .nw_r figure {
    width: 100%;
  }
  .nw_l a {
    overflow: hidden;
    margin-bottom: 2.25rem;
  }
  .nw_l a:last-child {
    margin-bottom: 0;
  }
  .nw_l span {
    float: left;
    overflow: hidden;
  }
  .nw_l p {
    position: relative;
    padding-right: 1.5rem;
    margin-left: 5.5rem;
    padding-bottom: 0.75rem;
  }
  .nw_l p:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    border-style: solid;
    border-width: 3px 0 3px 12px;
    border-color: transparent transparent transparent #969696;
    line-height: 0;
    _border-color: #969696 #969696 #969696 #969696;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#969696');
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nw_l p:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: #969696;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nw_l p:hover:before {
    right: 1rem;
  }
  .nw_l p:hover:after {
    right: 1.5rem;
  }
  /* # =================================================================
# PRODUCTS
# ================================================================= */
  .pr_wrapper {
    padding: 5.5rem 0 3.5rem;
  }
  .pr_container_l_bg,
  .pr_container_r_bg {
    width: 100%;
  }
  .pr_img_l,
  .pr_img_l2,
  .pr_img_l3 {
    width: calc(80% + 2rem);
    position: relative;
  }
  .pr_img_l:before,
  .pr_img_l2:before,
  .pr_img_l3:before {
    position: absolute;
    content: "";
    height: 16.25rem;
    background-color: #f8f8f8;
    width: calc(100% + 10rem);
    bottom: -3.75rem;
  }
  .pr_img_l:before,
  .pr_img_l3:before {
    right: 0;
  }
  .pr_img_l2:before {
    left: 0;
  }
  .pr_img_l {
  }
  .pr_bg1,
  .pr_bg2,
  .pr_bg3,
  .pr_bg4,
  .pr_bg5,
  .pr_bg6,
  .pr_bg7,
  .pr_bg8,
  .pr_bg9,
  .pr_bg10,
  .pr_bg11,
  .pr_bg12 {
    position: static;
    border: 0;
    width: 25%;
    height: 40rem;
    z-index: 0;
  }
  .pr_bg1,
  .pr_bg2,
  .pr_bg3,
  .pr_bg4,
  .pr_bg9,
  .pr_bg10,
  .pr_bg11,
  .pr_bg12 {
    margin-left: 0.5rem;
  }
  .pr_bg5,
  .pr_bg6,
  .pr_bg7,
  .pr_bg8 {
    margin-right: 0.5rem;
  }
  .pr_bg1,
  .pr_bg3,
  .pr_bg6,
  .pr_bg8,
  .pr_bg9,
  .pr_bg11 {
    margin-top: 5rem;
  }
  .pr_bg2,
  .pr_bg7,
  .pr_bg10 {
    margin-top: 10rem;
  }
  .pr_bg4 {
    background-image: url(../images/pr_bg4.jpg);
  }
  .pr_bg8 {
    background-image: url(../images/pr_bg8.jpg);
  }
  .pr_bg12 {
    background-image: url(../images/pr_bg12.jpg);
  }
  .pr_bg4,
  .pr_bg8,
  .pr_bg12 {
    background-size: cover;
    background-position: center center;
  }
  .pr_container_l,
  .pr_container_r {
    width: 100%;
    margin: 0;
  }
  .pr_container_r_bg,
  .pr_container_l_bg {
    background-color: transparent;
  }
  .pr_container_l_bg {
    margin-bottom: 5.5rem;
  }
  .pr_video_container_l,
  .pr_video_container_r {
    max-width: 1200px;
    margin: 0 auto 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pr_video_container_l {
    flex-direction: row-reverse;
    padding-right: 5rem;
  }
  .pr_video_container_r {
    padding-left: 5rem;
  }
  .pr_container_r .pr_video_inner_r {
    margin-left: 0;
  }
  .pr_container_r .order_btn,
  .pr_container_l .order_btn {
    margin: 2rem 0 0 0;
    font-size: 1rem;
  }
  .pr_video_inner_r {
    margin: 0;
  }
  .pr_video_inner_l {
    width: 800px;
    padding-top: 450px;
    margin-bottom: 0;
  }
  .pr_video_inner_r h3 {
    font-size: 1.75rem;
    letter-spacing: 2px;
  }
  .pr_title_container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .title_pr {
    text-align: right;
  }
  .title_pr span {
    display: inline-block;
    margin-left: 1.5rem;
  }
  /* # =================================================================
    # Feature
    # ================================================================= */
  .ft_title_bg {
    background-attachment: scroll;
    background-position: center center;
  }
  .ft_container {
    max-width: 1000px;
    margin: -7rem auto 7.5rem;
  }
  .ft_inner {
    padding-top: 0;
  }
  .ft_inner p {
    width: 11.5rem;
  }
  .icon1 {
    padding-top: 3rem;
    margin-bottom: 1.5rem;
  }
  .icon2 {
    padding-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .icon3 {
    padding-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .icon4 {
    padding-top: 2.8125rem;
    margin-bottom: 1.5rem;
  }
  /* # =================================================================
    # Manufacturer
    # ================================================================= */
  .mn_bg {
    padding: 5.5rem 0;
  }
  .mn_title_container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .mn_title_container h2 {
    text-align: left;
  }
  .mn_title_container h2 span {
    display: inline-block;
    margin-left: 1.5rem;
  }
  .mn_container {
    margin-top: 3.5rem;
  }
  .swiper-wrapper2,
  .mn_container .swiper-container .swiper-slide img {
    min-height: 420px;
  }
  .ofi-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover;object-position:center"; /*IE対策*/
  }
  /* # =================================================================
# Footer
# ================================================================= */
  .footer_flx {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_l {
    width: 40%;
  }
  .footer_r {
    margin-bottom: 0;
    border-left: 1px solid #d1d1d1;
    padding: 1rem 0 1rem 2rem;
  }
  .footer_inner ul li {
    margin-bottom: 1rem;
  }
  footer .footer_logo {
    width: 100%;
    margin: 0;
  }
}
