@charset 'utf-8';
.contents h2, .contents h3, html {
  font-weight: 400
}

.boxWrap, a.btn_s, dl, nav ul, ul.btnWrap, ul.btnWrap a {
  display: flex
}

ul.btnWrap a, ul.btnWrap a::before {
  -webkit-transition: all .3s ease-in-out
}

#product h2, #shop h2, a.btn_s, section#aboutus .contents h3, section#aboutus .contents p, small, ul.btnWrap a {
  text-align: center
}

html {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  background: url(./img/bg_img.png)
}

body {
  overflow-x: hidden
}

ol, ul {
  list-style: none
}

p+p {
  margin-top: 30px
}

:not(br) {
  box-sizing: border-box;
  line-height: 150%;
  letter-spacing: .2rem;
  font-size: 1.125rem;
  color: #fff
}

a:link, a:visited {
  color: #fff;
  text-decoration: none
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 999
}

.header-inner h1, nav {
  width: 50%;
  line-height: 0
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header-inner h1 {
  max-width: 248px
}

.header-inner h1 img {
  width: 100%
}

nav ul {
  justify-content: space-between;
  align-items: center
}

nav ul li a {
  font-size: 1rem;
  letter-spacing: 5px;
  padding-right: 30px
}

nav ul li:last-child a {
  padding: 0
}

.mainVusiul {
  width: 100%;
  height: 75vh;
  background: url(./img/main.jpg) 50% no-repeat fixed;
  background-size: cover
}

#concept {
  background: url(./img/concept.jpg) no-repeat;
  background-size: 100%
}

#design {
  background: url(./img/design.jpg) no-repeat;
  background-size: 100%
}

#shop {
  background: url(./img/shop.jpg) no-repeat;
  background-size: 100%
}

a.btn_s::before, ul.btnWrap a::before {
  content: "";
  background-color: #fff
}

.contents {
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 0
}

.contents h2 {
  font-size: 1rem;
  letter-spacing: 1.5rem;
  margin-bottom: 10px
}

.contents h3 {
  width: 50%;
  padding-bottom: 20px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  border-bottom: 1px solid red
}

#product h2, #shop h2 {
  font-size: 2.5rem;
  margin-bottom: 125px
}

ul.btnWrap {
  justify-content: space-around;
  flex-wrap: wrap
}

ul.btnWrap li {
  flex-basis: 30%;
  flex-grow: 2
}

ul.btnWrap li:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px
}

ul.btnWrap li:nth-child(n+4) {
  margin-top: 30px
}

ul.btnWrap a {
  width: 100%;
  padding: 30px;
  flex-wrap: wrap;
  position: relative;
  border: 2px solid #fff;
  color: #fff;
  overflow: hidden;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 0;
  height: 100%;
  align-items: center;
  justify-content: center
}

a.btn_s, ul.btnWrap a::before {
  -o-transition: all .3s ease-in-out;
  height: 100%;
  width: 100%
}

ul.btnWrap a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all .3s ease-in-out
}

a.btn_s:hover, ul.btnWrap a:hover {
  color: #000
}

a.btn_s:hover::before, ul.btnWrap a:hover::before {
  left: 0
}

a.btn_s {
  margin-top: 20px;
  padding: 15px;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid #a9a9a9;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 0;
  align-items: center;
  justify-content: center;
  font-size: .9rem
}

a.btn_s::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#support {
  background: linear-gradient(130deg, rgba(255, 88, 88, .2) 0, rgba(255, 88, 88, .2) 50%, rgba(88, 182, 255, .2) 50%, rgba(88, 182, 255, .2) 100%)
}

section#aboutus {
  background: url(./img/funiture_bg.jpg) center no-repeat;
  background-size: cover
}

.bg_mask {
  background-color: rgba(0, 0, 0, .7)
}

section#aboutus .contents h3 {
  border: none;
  width: 100%
}

.boxWrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

#company, #contact {
  width: 50%;
  padding: 0 20px
}

.contents #company h2, .contents #contact h2 {
  font-size: 1.675rem;
  text-align: center
}

dd, dt {
  font-size: 1rem
}

dl {
  border-bottom: 1px solid #efefef;
  padding: 10px 0
}

dt {
  width: 40%;
  padding-right: 30px;
  text-align: right
}

dd {
  width: 60%;
  margin-left: 0
}

small, span#year {
  font-size: .75rem
}

dd a:link, dd a:visited {
  text-decoration: underline
}

dd a {
  position: relative
}

dd a::after {
  position: absolute;
  bottom: -6px;
  right: -20px;
  content: '';
  background: url(./img/blankwindow.png) 50% no-repeat;
  width: 15px;
  height: 15px;
  z-index: 3;
  background-size: 100%
}

.variation {
  margin-top: 10px
}

.color_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #a9a9a9;
  margin-right: 10px
}

.camofla {
  background-image: url(./img/camouflage.png);
  background-size: cover
}

.gray-fab {
  background-image: url(./img/gray-fab.jpg);
  background-size: cover
}

.bkack-fab {
  background-image: url(./img/bkack-fab.jpg);
  background-size: cover
}

.blue-sw {
  background-image: url(./img/blue-sw.jpg);
  background-size: cover
}

.gray-sw {
  background-image: url(./img/gray-sw.jpg);
  background-size: cover
}

.pink-sw {
  background-image: url(./img/pink-sw.jpg);
  background-size: cover
}


.gold {
  background-image: url(./img/gold.png);
  background-size: cover
}

.white {
  background-color: #fff
}

.blue {
  background-color: #0b1c3e
}

.red {
  background-color: #8d0000
}

.brack {
  background-color: #111
}





small {
  padding: 10px;
  background-color: #000;
  width: 100%;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before, [class^=swiper-button-] {
  transition: all .3s ease
}

.swiper-container {
  width: 100%;
  height: 740px;
  transition: opacity .6s ease
}

.swiper-container.swiper-container-coverflow {
  padding: 1% 0 350px
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden
}

.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible
}

.swiper-slide {
  background-position: center;
  border: 1px solid #fff;
  background-size: contain
}

.swiper-slide .entity-img {
  display: none
}

.swiper-slide .content {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff
}

.swiper-slide .content .title {
  margin: 10px 0
}

.swiper-slide .content .caption {
  display: block;
  font-size: 12px;
  line-height: 1.4
}

[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px)
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: .4
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0 solid #fff;
  border-radius: 50%
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 1
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px
}

@media (max-width:1180px) {
  .swiper-container {
    height: 600px
  }
  .swiper-slide .content .title {
    font-size: 1.5625rem
  }
  .swiper-slide .content .caption {
    font-size: .75rem
  }
}

@media (max-width:1023px) {
  .swiper-container {
    height: 600px
  }
  .swiper-container.swiper-container-coverflow {
    padding-top: 0
  }
  #concept, #design, #shop {
    background-size: cover;
    background-position: center
  }
}

@media (max-width:1279px) {
  .navToggle, nav {
    position: fixed;
    text-align: center
  }
  .swiper-container {
    height: 60vh
  }
  .header-inner {
    padding: 15px 20px
  }
  nav ul li a, nav ul li:last-child a {
    width: 100%;
    padding: 10px 0;
    display: block
  }
  .header-inner h1 {
    min-width: 250px
  }
  nav {
    z-index: 9999;
    color: #000;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all .6s;
    width: 100%
  }
  nav.active {
    top: 308px;
    position: fixed
  }
  nav ul {
    display: block
  }
  nav ul li {
    background-color: rgba(18, 35, 51, .95);
    width: 100%
  }
  nav ul li a {
    border-bottom: 1px solid #333
  }
  nav ul li:last-child a {
    border: none
  }
  .navToggle {
    display: block;
    right: 20px;
    top: 15px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    z-index: 999
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
  }
  .navToggle span:nth-child(1) {
    top: 0
  }
  .navToggle span:nth-child(2) {
    top: 14px
  }
  .navToggle span:nth-child(3) {
    bottom: 0
  }
  .navToggle.active span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .navToggle.active span:nth-child(2) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .navToggle.active span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .mainVusiul {
    background: 0 0;
    height: 90vh
  }
  .mainVusiul::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(./img/main.jpg) center no-repeat;
    background-size: cover
  }
  #product, #support {
    background: url(./img/bg_img.png)
  }
  .mainVusiul::after {
    z-index: 0;
    position: absolute;
    width: 80px;
    content: '';
    height: 25px;
    bottom: 10vh;
    left: 50%;
    background: url(./img/arrow_white.svg) 50% no-repeat;
    background-size: 100%;
    transform: translateX(-50%)
  }
  .contents {
    padding: 100px 20px
  }
  #product .contents {
    padding: 100px 0
  }
  .contents h3 {
    width: 100%
  }
  #support .contents {
    background: linear-gradient(170deg, rgba(255, 88, 88, .2) 0, rgba(255, 88, 88, .2) 50%, rgba(88, 182, 255, .2) 50%, rgba(88, 182, 255, .2) 100%)
  }
  .boxWrap {
    display: block
  }
  #company, #contact {
    width: 100%;
    padding: 0
  }
  #company+#contact {
    margin-top: 100px
  }
}

@media (max-width:540px) {
  :not(br) {
    box-sizing: border-box;
    line-height: 150%;
    letter-spacing: .2rem;
    font-size: .9rem;
    color: #fff
  }
  nav.active {
    top: 270px;
    position: fixed
  }
  .header-inner h1 {
    min-width: 200px;
    width: 40%
  }
  .swiper-container {
    height: 80vh
  }
  .swiper-container.swiper-container-coverflow {
    padding: 1% 0 310px
  }
  .swiper-slide .content .title {
    font-size: 1.1625rem
  }
  ul.btnWrap {
    display: block;
    flex-wrap: nowrap
  }
  ul.btnWrap li:nth-child(2) {
    margin: 20px 0
  }
  .color_btn {
    width: 20px;
    height: 20px;
    margin-right: 5px
  }
  #product h2, #shop h2 {
    font-size: 1.9rem;
    margin-bottom: 60px
  }
  #concept {
    background: url(./img/sp_concept.jpg) 50% no-repeat
  }
  #design {
    background: url(./img/sp_design.jpg) 50% no-repeat
  }
  #shop {
    background: url(./img/sp_shop.jpg) 50% no-repeat
  }
  #concept .contents, #design .contents {
    background-color: rgba(0, 0, 0, .5)
  }
  .swiper-slide .content .caption {
    font-size: .65rem;
    word-break: break-all
  }
  .btnWrap a {
    font-size: 1rem
  }
  a.btn_s {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 10px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    border: 1px solid #a9a9a9;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 0;
    height: 100%;
    align-items: center;
    justify-content: center
  }
  small {
    font-size: .6rem
  }
}