/*****************************
 front
*****************************/
#front-main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
#front-main .main-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 97;
}
#front-main .main-video:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 98;
}
#front-main .ja-main-catch {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 100;
}
#front-main .ja-main-catch p {
  text-align: left;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
#front-main .en-main-catch {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #eee;
  font-size: 42px;
  z-index: 100;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#front-main .fixed-news {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  max-width: 500px;
  width: 100%;
}
#front-main .fixed-news .news-box {
  display: flex;
}
#front-main .fixed-news .news-box .news-label {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #39a8be;
  color: #fff;
}
#front-main .fixed-news .news-box .news-cnt {
  background: #fff;
  width: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  font-size: 14px;
  align-content: center;
}
#front-main .fixed-news .news-box .news-cnt .news-time {
  margin-right: 15px;
  border-right: 1px solid #000;
  padding-right: 15px;
}
#front-main .fixed-news .news-box .news-cnt .news-title a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  #front-main .ja-main-catch p {
    font-size: 16px;
  }
  #front-main .en-main-catch {
    position: absolute;
    font-size: 24px;
  }
}
/******************************
 front-showroom
******************************/
#front-showroom {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eee;
}
#front-showroom h2 {
  text-align: center;
  font-size: 24px;
}
#front-showroom .sub-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #000;
}
#front-showroom .catch {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2em;
}
#front-showroom .catch span {
  display: block;
}
#front-showroom .shop-box {
  margin-bottom: 50px;
}
#front-showroom #sr-fukui .flex-item:nth-of-type(1) {
  order: 1;
}
#front-showroom #sr-fukui .flex-item:nth-of-type(2) {
  order: 0;
}
#front-showroom .flex {
  display: flex;
  flex-wrap: wrap;
}
#front-showroom .flex .flex-item {
  width: 50%;
  height: 450px;
}
#front-showroom #fukui-bg {
  background: url("../../images/top/sr-fukui.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
#front-showroom #komatsu-bg {
  background: url("../../images/top/srkomatsu_4.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
#front-showroom .shop-info {
  padding: 30px;
  background: #fff;
  height: 100%;
  align-content: center;
  text-align: center;
}
#front-showroom .shop-info .sr-en {
  font-weight: bold;
}
#front-showroom .shop-info .sr-ja {
  font-weight: bold;
  margin-bottom: 15px;
}
#front-showroom .shop-info .sr-zip {
  margin-bottom: 5px;
}
#front-showroom .shop-info .sr-addr {
  margin-bottom: 5px;
}
#front-showroom .shop-info .sr-tel {
  margin-bottom: 5px;
}
#front-showroom .shop-info .sr-time {
  margin-bottom: 5px;
}
#front-showroom .shop-info .sr-holiday {
  margin-bottom: 15px;
}
#front-showroom .shop-info .link a {
  color: #aaa;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
#front-showroom .shop-info .link:before {
  content: "";
  display: inline-block;
  width: 2em;
  margin-right: 15px;
  vertical-align: 4px;
  height: 1px;
  background: #000;
}
#front-showroom .shop-info .link:after {
  content: "";
  display: inline-block;
  width: 2em;
  margin-left: 15px;
  vertical-align: 4px;
  height: 1px;
  background: #000;
}
#front-showroom .sp-sr-en {
  display: none;
}
#front-showroom .sp-sr-ja {
  display: none;
}
@media (max-width: 991px) {
  #front-showroom .flex .flex-item:nth-of-type(1) {
    width: 100%;
    height: auto;
  }
  #front-showroom .flex .flex-item:nth-of-type(2) {
    width: 100%;
    height: auto;
  }
  #front-showroom #fukui-bg {
    height: 300px;
  }
  #front-showroom #komatsu-bg {
    height: 300px;
  }
  #front-showroom .shop-box {
    margin-bottom: 50px;
  }
  #front-showroom .shop-info {
    height: 300px;
  }
  #front-showroom .flex .flex-item:nth-of-type(1) {
    order: 1;
  }
  #front-showroom .flex .flex-item:nth-of-type(2) {
    order: 0;
  }
  #front-showroom .shop-info .sr-en {
    display: none;
  }
  #front-showroom .shop-info .sr-ja {
    display: none;
  }
  #front-showroom .sp-sr-en {
    display: block;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  #front-showroom .sp-sr-ja {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  #front-showroom .catch {
    text-align: left;
  }
  #front-showroom .catch span {
    display: inline;
  }
}
/******************************
 front-item
******************************/
#front-item {
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-item h2 {
  text-align: center;
  font-size: 24px;
}
#front-item .sub-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #000;
}
#front-item .catch {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2em;
}
#front-item .catch span {
  display: block;
}
#front-item .mb {
  margin-bottom: 30px;
}
#front-item .item-box {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}
#front-item .item-box:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#front-item .item-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-decoration: none;
}
#front-item .item-box a span {
  display: block;
  text-align: center;
  color: #fff;
}
#front-item .item-box a span:nth-of-type(1) {
  display: block;
  font-size: 16px;
}
#front-item .item-box a span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}
#front-item #front-curtain {
  background: url("../../images/top/curtain.jpg");
  background-size: cover;
  background-position: center;
}
#front-item #front-role {
  background: url("../../images/top/blind.jpg");
  background-size: cover;
  background-position: center;
}
#front-item #front-lacecurtain {
  background: url("../../images/top/lacecurtain.jpg");
  background-size: cover;
  background-position: center;
}
#front-item #front-rug {
  background: url("../../images/top/rug.jpeg");
  background-size: cover;
  background-position: center;
}
#front-item #front-tassel {
  background: url("../../images/top/tassel.jpg");
  background-size: cover;
  background-position: center;
}
#front-item #front-woodshutter {
  background: url("../../images/top/woodshutter.jpg");
  background-size: cover;
  background-position: center;
}
#front-item .link {
  text-align: center;
  margin-top: 50px;
}
#front-item .link a {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  #front-item .catch {
    text-align: left;
  }
}
/*****************************
 front-brand
******************************/
#front-brand {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
#front-brand h2 {
  text-align: center;
  font-size: 24px;
}
#front-brand .sub-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #000;
}
#front-brand .catch {
  text-align: center;
  margin-bottom: 50px;
}
#front-brand .box {
  padding: 30px;
  border: 1px solid #000;
}
#front-brand .box h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#front-brand .mb {
  margin-bottom: 30px;
}
#front-brand .brand-list {
  margin-bottom: 50px;
}
#front-brand .brand-list .thumb img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
}
#front-brand .brand-list .thumb {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
#front-brand .brand-list .thumb:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgb(0, 0, 0, 0.3);
  z-index: 81;
}
#front-brand .brand-list .thumb p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 81;
  text-align: center;
  width: 100%;
}
#front-brand .brand-list .thumb p span {
  display: block;
  color: #fff;
}
#front-brand .brand-list .thumb p span:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
}
#front-brand .brand-list .thumb p span:nth-of-type(2) {
  font-size: 12px;
}
#front-brand .link {
  text-align: center;
  margin-top: 50px;
}
#front-brand .link a {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  #front-brand .catch {
    text-align: left;
  }
}
/****************************
 front-works
*****************************/
#front-works {
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-works h2 {
  text-align: center;
  font-size: 24px;
}
#front-works .sub-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #000;
}
#front-works .works-list img {
  width: 100%;
}
#front-works .works-list .thumb {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
#front-works .works-list .thumb img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
  transition: 0.5s all;
}
#front-works .works-list .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.pc #front-works .works-list .thumb:hover img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: 0.5s all;
}
#front-works .link {
  text-align: center;
  margin-top: 50px;
}
#front-works .link a {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}
/*******************************
 front-info
********************************/
#front-info {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
#front-info h2 {
  font-size: 24px;
}
#front-info .sub-title {
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
}
#front-info ul {
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
#front-info li {
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  align-items: anchor-center;
}
#front-info li a {
  color: #000;
  text-decoration: none;
}
#front-info li span:nth-of-type(1) {
  width: 100px;
  font-size: 12px;
  display: inline-block;
}
#front-info li span:nth-of-type(2) {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  font-size: 16px;
  display: inline-block;
}
/*********************************
  front-calendar
**********************************/
#front-calendar {
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-calendar h2 {
  font-size: 24px;
  text-align: center;
}
#front-calendar .sub-title {
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
#front-calendar .calendar-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
