@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #1a1a1a; }

p {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.7em;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em; }

li span {
  font-weight: 400; }

h3 {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 1em; }

@media screen and (max-width: 768px) {
  p {
    text-align: left;
    font-size: 0.9rem; }

  h4 {
    font-size: 1em; } }
body {
  width: 100%;
  overflow-x: hidden; }
  body img {
    width: 100%;
    height: auto;
    display: block; }

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden; }

section {
  display: block;
  position: relative;
  z-index: 1; }

.headline {
  width: 100%;
  max-width: 450px;
  margin: auto;
  margin-bottom: 4em; }

.inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em);
  max-width: 1150px;
  margin: auto; }

header {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  position: fixed;
  height: 60px;
  z-index: 10; }
  header .logo {
    width: 160px;
    display: block;
    position: absolute;
    top: 1em;
    left: 1em; }
  header .nav-bt {
    display: none; }

nav {
  width: calc(100% - 320px);
  position: fixed;
  left: 0;
  right: 0;
  top: 0.5em;
  margin: auto;
  z-index: 11; }
  nav ul {
    text-align: center; }
    nav ul li {
      display: inline-block;
      height: 40px; }
      nav ul li a img {
        height: 100%;
        width: auto; }

.store-link {
  width: 240px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10; }

#firstview {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  #firstview .visual-wrap {
    position: relative; }
    #firstview .visual-wrap .visual-inner img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      object-position: center; }
    #firstview .visual-wrap .copy {
      position: absolute;
      width: 6%;
      height: 0;
      top: -20%;
      bottom: 0;
      right: -70%;
      left: 0;
      margin: auto; }
      #firstview .visual-wrap .copy:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding: 250% 0;
        background-image: url(../images/copy.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0; }

#concept {
  background-image: url(../images/bg_tex_1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 7em 0; }
  #concept h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #036eb1;
    border-top: 1px solid #036eb1;
    border-bottom: 1px solid #036eb1;
    width: fit-content;
    margin: auto;
    margin-bottom: 1em;
    padding: 0.2em 0.75em 0.4em;
    line-height: 1em; }

#products {
  padding: 7em 0;
  text-align: center; }

.products-nav {
  display: flex; }
  .products-nav .products-nav-block {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 50%;
    padding: 7em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .products-nav .products-nav-block .nav-block-inner {
      width: 80%;
      max-width: 600px;
      position: relative;
      z-index: 1; }
      .products-nav .products-nav-block .nav-block-inner .catch {
        color: #fff; }
      .products-nav .products-nav-block .nav-block-inner .genre {
        width: 100%;
        max-width: 300px;
        margin-bottom: 2em; }
      .products-nav .products-nav-block .nav-block-inner .desc {
        color: #fff; }
    .products-nav .products-nav-block a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .products-nav .products-nav-block.house {
      background-image: url(../images/product/genre_house.jpg); }
    .products-nav .products-nav-block.wear {
      background-image: url(../images/product/genre_wear.jpg); }
    .products-nav .products-nav-block:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: 0.4;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .products-nav .products-nav-block:before {
      content: "";
      display: block;
      width: 1em;
      height: 1em;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      bottom: 2em;
      z-index: 1;
      transform: rotate(45deg); }
    .products-nav .products-nav-block:hover:after {
      opacity: 0.2; }

#house {
  padding: 5em 0; }

#wear {
  padding: 5em 0;
  background-color: #ececec; }

.available-shop {
  margin-top: 2em;
  padding-top: 2em; }
  .available-shop .shop-title {
    text-align: center;
    color: #036eb1;
    margin-bottom: 2em; }
  .available-shop li {
    position: relative;
    border-bottom: 1px solid #1a1a1a; }
    .available-shop li:first-of-type {
      border-top: 1px solid #1a1a1a; }
    .available-shop li a {
      width: calc(100% - 2em);
      padding: 1em;
      align-items: center;
      display: block; }
      .available-shop li a span {
        display: block; }
      .available-shop li a .shop-address {
        margin-top: 1em;
        font-size: 0.75em; }
      .available-shop li a:hover {
        background-color: rgba(255, 255, 255, 0.5); }
      .available-shop li a:after {
        content: "";
        position: absolute;
        right: 2em;
        top: 50%;
        display: inline;
        transform-origin: 100%;
        transform: rotate(45deg);
        width: 0.5em;
        height: 0.5em;
        border-right: #1a1a1a 1px solid;
        border-top: #1a1a1a 1px solid; }

.product {
  display: flex;
  margin-top: 2em; }
  .product:first-of-type {
    margin-top: 0; }
  .product .product-img {
    width: calc(50% - 1em);
    margin-right: 1em; }
    .product .product-img .swiper-pagination-bullet {
      background-color: #fff; }
    .product .product-img .swiper-button-next,
    .product .product-img .swiper-button-prev {
      --swiper-navigation-color: #fff; }
    .product .product-img [class^="swiper-button-"]::after {
      font-size: 30px; }
  .product .product-spec {
    width: calc(50% - 1em);
    margin-left: 1em; }
    .product .product-spec .name {
      color: #036eb1; }
    .product .product-spec .point {
      margin: 2em auto; }
      .product .product-spec .point li {
        border-bottom: 1px solid #1a1a1a;
        padding: 0.75em; }
        .product .product-spec .point li:first-of-type {
          border-top: 1px solid #1a1a1a; }
    .product .product-spec .info tr td {
      min-width: 80px;
      font-weight: 400;
      padding: 0.2em 0; }
      .product .product-spec .info tr td span {
        font-size: 10px; }
    .product .product-spec .bt-wrap {
      display: flex; }
    .product .product-spec .buy {
      background-color: #036eb1;
      width: 160px;
      display: inline-block;
      padding: 0.3em 1em 0.5em;
      text-align: center;
      margin: 2em 0;
      color: #fff;
      font-weight: 400;
      font-size: 1.1em;
      border: 1px solid #fff; }
    .product .product-spec .size {
      margin: 2em auto;
      width: 100%;
      position: relative; }
      .product .product-spec .size th,
      .product .product-spec .size td {
        border: 1px solid #1a1a1a;
        text-align: center;
        font-size: 1em;
        padding: 0.2em; }
      .product .product-spec .size th {
        background-color: #cfcfcf; }
      .product .product-spec .size:after {
        content: "単位：cm（約）";
        font-size: 10px;
        font-weight: 400;
        display: block;
        margin-left: auto;
        width: fit-content;
        position: absolute;
        top: calc(100% + 0.5em);
        right: 0.5em; }
    .product .product-spec .readme li {
      font-size: 10px;
      margin-bottom: 0.5em; }

#about {
  padding: 7em 0;
  text-align: center; }
  #about .bland-img {
    margin-bottom: 3em; }
  #about .bland-point {
    width: 280px;
    margin: 3em auto; }
  #about .image-slide {
    margin: 3em auto; }
    #about .image-slide .swiper-pagination-bullet {
      background-color: #fff; }
    #about .image-slide .swiper-button-next,
    #about .image-slide .swiper-button-prev {
      --swiper-navigation-color: #fff; }
    #about .image-slide [class^="swiper-button-"]::after {
      font-size: 30px; }

#message {
  padding: 7em 0; }
  #message .message-block {
    display: flex;
    margin-bottom: 2em; }
    #message .message-block .message-icon {
      width: 180px; }
    #message .message-block .message-text {
      width: calc(100% - 180px - 2em);
      margin-left: 2em; }
      #message .message-block .message-text h4 {
        color: #036eb1; }

footer .footer-inner {
  background-color: #e0e0e0;
  padding: 3em; }
  footer .footer-inner .footer-logo {
    width: 200px;
    margin: auto;
    margin-bottom: 2em; }
  footer .footer-inner .footer-nav ul {
    margin: auto;
    text-align: center; }
    footer .footer-inner .footer-nav ul li {
      display: inline-block;
      height: 40px; }
      footer .footer-inner .footer-nav ul li a img {
        height: 100%;
        width: auto; }
footer .credit {
  text-align: center;
  font-size: 10px;
  padding: 1em; }

@media screen and (max-width: 1100px) {
  nav {
    width: calc(100% - 160px);
    left: initial;
    top: 0.75em; }
    nav ul li {
      height: 32px; }

  footer .footer-inner .footer-nav ul li {
    height: 32px; } }
@media screen and (max-width: 768px) {
  header {
    position: relative;
    height: 80px;
    background: #fff;
    z-index: 40; }
    header .logo {
      width: 90px;
      position: relative;
      margin: auto;
      top: 0.5em;
      left: 0;
      height: 48px; }
    header .nav-bt {
      display: block;
      width: 48px;
      position: fixed;
      top: 1em;
      right: 1em;
      z-index: 10; }

  nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    nav.active {
      top: 0; }
    nav ul {
      position: absolute;
      z-index: 2;
      height: fit-content;
      width: fit-content;
      top: 0;
      bottom: 5em;
      left: 0;
      right: 0;
      margin: auto; }
      nav ul li {
        height: 40px;
        display: block; }
    nav:before {
      content: "";
      display: block;
      width: 100%;
      height: 100vh;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(168, 203, 255, 0.75);
      backdrop-filter: blur(4px); }
    nav:after {
      content: "";
      background-image: url(../images/bg_menu.png);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100vh;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

  .store-link {
    width: 120px;
    z-index: 50; }

  #firstview {
    height: calc(100vh - 80px);
    max-height: 600px; }
    #firstview .visual-wrap {
      height: 100%; }
      #firstview .visual-wrap .visual-inner {
        height: 100%; }
        #firstview .visual-wrap .visual-inner img {
          height: 100%; }
      #firstview .visual-wrap .copy {
        width: 12%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        #firstview .visual-wrap .copy:after {
          padding: 200% 0; }

  .products-nav {
    flex-direction: column; }
    .products-nav .products-nav-block {
      width: 100%;
      padding-top: calc(61.5% + 1em);
      padding-bottom: 6em;
      background-size: contain;
      background-position: center top;
      background-color: #fff;
      display: block; }
      .products-nav .products-nav-block:after {
        height: 0;
        padding-bottom: 61.5%; }
      .products-nav .products-nav-block:before {
        border-color: #1a1a1a;
        left: 0;
        right: 0;
        bottom: 5em;
        margin: auto; }
      .products-nav .products-nav-block .nav-block-inner {
        position: initial;
        width: calc(100% - 2em);
        margin: auto; }
        .products-nav .products-nav-block .nav-block-inner h4 {
          position: absolute;
          top: 3em;
          left: 0;
          right: 0;
          margin: auto;
          width: 90%;
          font-size: 1rem;
          z-index: 1; }
        .products-nav .products-nav-block .nav-block-inner .genre {
          position: absolute;
          top: 6.5em;
          left: 0;
          right: 0;
          margin: auto;
          width: 90%;
          max-width: initial;
          z-index: 1; }
        .products-nav .products-nav-block .nav-block-inner .desc {
          color: #1a1a1a; }

  .product {
    flex-direction: column; }
    .product .product-img {
      width: 100%;
      margin: auto;
      margin-bottom: 1em; }
    .product .product-spec {
      width: 100%;
      margin: auto; }
      .product .product-spec .buy {
        margin: 2em auto; }
      .product .product-spec .point li {
        font-size: 0.9em; }

  .available-shop li a {
    padding: 1em 1.5em 1em 0.5em; }
    .available-shop li a:after {
      right: 0.5em; }

  #message {
    padding: 0; }
    #message .message-block .message-icon {
      width: 80px; }
    #message .message-block .message-text {
      width: calc(100% - 80px - 1em);
      margin-left: 1em; } }

/*# sourceMappingURL=style.css.map */
