/* --- アニメーション 設定 --- */

@keyframes fadein {
  0% {
  opacity: 0
  }
  100% {
  opacity: 1
  }
}

.mv {
  animation: fadein 1s ease-out 0s forwards;
}

.designersinfoWrap {
  animation: fadein 1s ease-out 0s forwards;
}

/* --- バナーモーダル 設定 --- */

.banner {
  display: none;
  width: 350px;
  height: 80px;
  position: fixed;
  margin: 0 20px 20px 0;
  z-index: 99998;
  bottom: 0;
  right: 0;
}

.banner_main {
  width: 350px;
  height: 80px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 30%);
  box-shadow: 0 0 6px rgb(0 0 0 / 30%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner_close {
  font-family: "Arial";
  font-size: 2.0rem;
  line-height: 2.0rem;
  transform: scale(1, 1);
  color: #666;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 30%);
  box-shadow: 0 0 6px rgb(0 0 0 / 30%);
}

.banner_left {
  width: 50px;
  height: 50px;
  margin: 0 0 0 15px;
  border-radius: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 30%);
  box-shadow: 0 0 6px rgb(0 0 0 / 30%);
}

.banner_left img {
  width: 100%;
}

.banner_center {
  height: 40px;
  margin: 0 0 0 15px;
  flex: 1;
}

.banner_center p {
  height: 20px;
  margin: 0;
  line-height: 20px;
  font-size: 1.1rem;
  font-weight: 500;
}

.banner_right {
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
  padding: 0 25px 0 25px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #000;
}

.banner_right a:link {
  color: #fff;
}

.banner_right a:visited {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner {
   width: 100%;
   margin: 0;
   padding: 0 20px;
   bottom: 20px;
 }
  .banner_main {
   width: 100%;
 }
}

/* --- パンクズリスト 設定 --- */

.product__breadcrumb {
  height: 20px;
  line-height: 20px;
  margin: 20px 0 20px 0;
  padding: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.1rem;
  color: #666;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 10px;
  color: #666 !important;
}

.breadcrumb a {
  font-size: 1.1rem;
  color: #666 !important;
}

.breadcrumb a:hover {
  color: #000 !important;
}

.breadcrumb a:active {
  color: #000 !important;
}

@media (max-width: 768px) {
  .product__breadcrumb {
   display: none;
 }
}

/* --- ヘッダーお知らせ 設定 --- */

.header__info {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background: #333333;
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.header__info a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 1.1rem;
}

.header__info a:link {
  color: #FFF;
}

.header__info a:visited {
  color: #FFF;
}

.header__info a:hover {
  color: #FFF;
}

.header__info a:active {
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .header__info {
    font-size: 1.1rem;
 }
  .header__info a {
    font-size: 1.1rem;
 }
}

.blinking {
  -webkit-animation:blink 1.25s ease-in-out infinite alternate;
  -moz-animation:blink 1.25s ease-in-out infinite alternate;
  animation:blink 1.25s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {opacity:0;
 }
  100% {opacity:1;
 }
}

@-moz-keyframes blink {
  0% {opacity:0;
 }
  100% {opacity:1;
 }
}

@keyframes blink {
  0% {opacity:0;
 }
  100% {opacity:1;
 }
}

/* --- ルビ 設定 --- */

ruby {
  margin: 0;
  padding: 0;
}

rt {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.7rem;
  color: #666;
}

/* --- clearFix 設定 --- */

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearFix {
  min-height: 1px;
}

.clearFix {
  display: inline-block;
}

* html .clearFix {
  height: 1%;
}

.clearFix {
  display: block;
}

/* --- リンク 設定 --- */

a {
  font-size: 1.1rem;
  text-decoration: none !important;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #666;
}

a:active {
  color: #666;
}

a img {
  border: none;
}

/* --- レイアウト 設定 --- */

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.col-lg-12 {
  padding: 0;
}

.btn {
  border-radius: 0;
}

.bx-wrapper .bx-loading {
  background-image: none;
}

select {
  border: 1px solid #DDD;
}

form {
  margin: 0;
  display: inline;
}

.container {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

.ie8 .container {
  width: 1300px;
}

/* --- レスポンシブ 設定 --- */

@media only screen and (max-width: 1080px) {
  .container {
    padding: 0 20px;
 }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
 }
}

#wrapper .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

#wrapper .bx-wrapper .bx-viewport .bx-caption {
  background: rgba(255, 255, 255, 0.6);
  padding: .6em .8em;
}

#wrapper .bx-wrapper .bx-viewport .bx-caption span {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  display: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  filter: brightness(500%); -webkit-filter: brightness(500%); -moz-filter: brightness(500%);
  background-color: transparent;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}

#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  background-position: bottom left;
}

#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  background-position: bottom right;
}

#wrapper .bx-wrapper .bx-controls .bx-pager {
  padding-top: 0;
  padding-bottom: 0;
  bottom: -30px;
}

#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 40px;
  height: 3px;
  background: #DDD;
  margin: 0 5px;
}

@media only screen and (max-width: 768px) {
  #wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    width: 6px;
    height: 6px;
    border-radius: 3px;
 }
}

#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #000;
}

.carousel-slide .product-list {
  margin: 0;
}

.carousel-slide .product-list__unit__inner {
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .col-md-12 {
    padding: 0;
  }

  .product-list {
    margin: 0 -15px;
  }

  .product-list__unit {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .col-sm-12 {
    padding: 0;
  }

  .product-list__sort {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .col-xs-12 {
    padding: 0;
  }

  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 50px;
  }
}

/*===========================================================

    以下、追加分

============================================================*/
/*------------------------------------
    INIT
------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* html element 62.5% font-size for REM use */
html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  font-size: 1.1rem;
  margin-top: 0;}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}}

@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}}

/* clear */
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

@media screen and (max-width: 768px) {
  .pcShow {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .spShow {
    display: none;
  }
}

.header ul,
.footer ul {
  list-style: none;
}

/*===========================================================

    header

============================================================*/
/*
    header
============================================================*/
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2147483647;
}

.header.is-mv {
  background-color: transparent;
}

@media screen and (max-width: 1080px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
}

@media screen and (min-width: 1080px) and (max-width: 1250px) {
  .header__inner {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1080px) {
  .header__inner {
    padding: 0 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header__logo {
  width: 174px;
}

@media screen and (min-width: 1081px) {
  .header__logo {
    min-width: 174px;
  }
}

@media screen and (max-width: 1080px) {
  .header__logo {
    width: 94px;
    margin: 0 auto 0 0;
  }
  .header__logo img {
    margin: 0;
  }
}

.headerPc {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .headerPc {
    display: none;
  }
}

.headerPc__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerPc__navItem {
  display: inline-block;
  padding: 0 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}

.headerPc__navItem > a,
.headerPc__navItem > span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.headerPc__navItem--sale {
  color: #BF0000;
}

.headerPc__navItem--hasChild {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.headerPc__navItem--hasChild:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #000;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.headerPc__navItem--hasChild:hover {
  background-color: #000;
}

.headerPc__navItem--hasChild:hover:before {
  opacity: 1;
  visibility: visible;
}

.headerPc__navItem--hasChild:hover ul {
  opacity: 1;
  visibility: visible;
}

.headerPc__navItem--hasChild ul {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 10px 10px 20px 10px;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

.headerPc__navItem--hasChild ul li:nth-child(n + 2) {
  margin-top: 10px;
}

.headerPc__navItem--hasChild ul a {
  display: block;
  padding: 0 10px;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #fff;
}

.headerPc__navItem--hasChild ul span {
  font-size: 1.1rem;
  font-weight: 500;
}

.headerPc__link {
  margin-left: 100px;
}

@media screen and (min-width: 1080px) and (max-width: 1250px) {
  .headerPc__link {
    margin-left: 20px;
  }
}

.headerPc__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerPc__linkItem {
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  list-style: none;
}

.headerPc__linkItem > a,
.headerPc__linkItem > span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.headerPc__linkItem--sns {
  width: 20px;
  position: relative;
  top: -2px;
  margin-left: 25px;
}

.headerPc__linkItem--sns:last-child {
  width: 25px;
  position: relative;
  top: -2px;
  margin-left: 15px;
}

.headerPc__linkItem--sns img {
  width: 100%;
  height: auto;
}

.headerPc__linkItem--search {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.headerPc__linkItem--search:before {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 100px;
  background-color: #000;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1081px) {
  .headerPc__linkItem--search.is-open {
    background-color: #000;
    opacity: 1;
  }
  .headerPc__linkItem--search.is-open:before {
    opacity: 1;
    visibility: visible;
  }
  .headerPc__linkItem--search.is-open .headerSearch {
    opacity: 1;
    visibility: visible;
  }
}

.headerSearch {
  position: absolute;
  width: 318px;
  top: 35px;
  right: -6px;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1080px) {
  .headerSearch {
    width: calc(100vw - 40px);
    top: 60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.headerSearch__input[type=text] {
  width: 80%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: button;
  height: 60px;
  padding: 20px;
  color: #fff;
  background-color: #000;
}

.headerSearch__input[type=text]:focus {
  background-color: #000;
}

.headerSearch__btn {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerSearch__btn img {
  width: 20px;
  height: auto;
}

.headerSp {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1081px) {
  .headerSp {
    display: none;
  }
}

.headerSp__search {
  width: 18px;
  z-index: 1;
}

.headerSp__search button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.headerSp__searchBtn {
  position: relative;
}

.headerSp__searchBtn.is-open img {
  opacity: 0;
  visibility: hidden;
}

.headerSp__searchBtn.is-open:before {
  content: "";
  display: block;
  width: 40px;
  height: 62px;
  background-color: #000;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.headerSp__searchBtn.is-open .headerSp__searchClose {
  opacity: 1;
  visibility: visible;
}

.headerSp__searchBtn.is-open + .headerSearch {
  opacity: 1;
  visibility: visible;
}

.headerSp__searchClose {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.headerSp__searchClose:before, .headerSp__searchClose:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.headerSp__searchClose:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerSp__searchClose:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.headerSp__cart {
  width: 18px;
  margin-left: 20px;
}

.headerSp__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100vh;
  background-color: #fff;
  padding: 65px 15px 0;
  z-index: 9998;
  -webkit-transform: translate(80vw);
  -ms-transform: translate(80vw);
  transform: translate(80vw);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.headerSp__nav.is-open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.headerSp__navItem {
  font-size: 1.1rem;
}

.headerSp__navItem:nth-child(n + 2) {
  margin-top: 30px;
}

.headerSp__navItem:not(.headerSp__navItem--login) {
  font-family: 'Roboto', sans-serif;
}

.headerSp__navItem--sale a {
  color: #ca0000;
}

.headerSp__navItem--hasChild span {
  display: block;
  position: relative;
  color: #000000;
}

.headerSp__navItem--hasChild span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(135deg);
  margin-top: -2px;
}

.headerSp__navItem--hasChild span.is-open:after {
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 0;
}

.headerSp__navItem--hasChild ul {
  display: none;
}

.headerSp__navItem--hasChild ul li {
  margin: 10px 0 0 1em;
  font-size: 1.1rem;

}

.headerSp__navSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.headerSp__navSns > a {
  display: block;
  width: 20px;
  margin: 0 15px;
}

.headerSp__navSns > a:last-child {
  width: 25px;
}

.headerMenu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}

.headerMenu span:nth-child(1),
.headerMenu span:nth-child(2),
.headerMenu span:nth-child(3) {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.headerMenu span:nth-child(1) {
  top: 0;
}

.headerMenu span:nth-child(2) {
  top: 8px;
}

.headerMenu span:nth-child(3) {
  top: 16px;
}

.headerMenu.is-open {
  width: 20px;
  height: 20px;
  top: 5px;
  right: 15px;
}

.headerMenu.is-open span:nth-child(1),
.headerMenu.is-open span:nth-child(3) {
  background-color: #818181;
  top: 24px;
  left: 0;
}

.headerMenu.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerMenu.is-open span:nth-child(2) {
  opacity: 0;
}

.headerMenu.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1081px) {
  .headerMenu {
    display: none;
  }
}

.menuOverlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9997;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.menuOverlay.is-open {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

.gnav__itemClose {
  text-align: right;
  padding: 20px 0 30px;
  font-size: 1.3rem;
}

@media screen and (min-width: 1081px) {
  .gnav__itemClose {
    display: none;
  }
}

/*===========================================================

    footer

============================================================*/
.footer {
  background-color: #000000;
  color: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 60px;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
    padding: 40px 20px 50px;
  }
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footerNav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footerNav__unit:nth-child(n + 2) {
  margin-left: 100px;
}

@media screen and (max-width: 768px) {
  .footerNav__unit:nth-child(n + 2) {
    margin-left: 0;
  }
}

.footerNav__item {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}

.footerNav__item:nth-child(n + 2) {
  margin-top: 10px;
}

.footerNav__item > a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footerNav__item {
    font-size: 1.1rem;
  }
}

.footerInfo {
  margin: 0 0 0 auto;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .footerInfo {
    margin: 50px 0 0;
    font-size: 1.1rem;
  }
}

.footerInfo__contact {
  padding: 10px 0 10px 0;
  text-align: center;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .footerInfo__contact {
    text-align: left;
    display: inline-block;
  }
}

a.footerInfo__contactLink {
  display: inline-block;
  padding: 0 0 0 34px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  background-image: url(https://file002.shop-pro.jp/PA01380/133/assets/images/icon_contact.png);
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  a.footerInfo__contactLink {
    padding: 0 20px 0 46px;
    background-size: 16px auto;
    background-position: 20px center;
    font-size: 1.2rem;
  }
}

.footerInfo__sns {
  margin-top: 30px;
  text-align: right;
}

.footerInfo__sns a {
  display: inline-block;
  width: 20px;
  margin-left: 15px;
}

.footerInfo__sns a:last-child {
  width: 25px;
}

.footerInfo__sns a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footerInfo__sns {
    text-align: center;
  }
  .footerInfo__sns a {
    width: 22px;
    margin: 0 15px;
  }
}

/*===========================================================

    container

============================================================*/
#wrapper {
  overflow: hidden;
  min-height: 100vh;
}

#wrapper:not(.page--top) {
  padding-top: 100px;
}

#wrapper.page--top #container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  #wrapper:not(.page--top) {
    padding-top: 60px;
  }
  #wrapper.page--top #container {
    padding: 0 20px;
  }
  #container {
    background-color: #fff;
  }
}

@media screen and (max-width: 1080px) {
  #wrapper:not(.page--top) {
    padding-top: 60px;
  }
  #wrapper.page--top #container {
    padding: 0 20px;
  }
  #container {
    background-color: #fff;
  }
}



/*===========================================================

    module

============================================================*/
.section__title-h2 {
  margin: 0;
  padding: 30px 0 0 0;
}
.txt--not-applicable {
  margin: 0;
  padding: 60px 0 60px 0;
  font-size: 1.4rem;
  color: #aaa;
  text-align: center;
}

/*
    bnrArea
============================================================*/
.bnrArea {
  margin: 0;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  .bnrArea {
    margin: 0 -20px 0;
    padding: 40px 0 0 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.bnrArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .bnrArea__inner {
    padding: 0 0 0 20px;
  }
}

.bnrArea__item {
  width: calc((100% - 20px) / 3);
  position: relative;
  background-color: #000;
}

.bnrArea__item:nth-child(n + 2) {
  margin-left: 10px;
}

.bnrArea__item img {
  width: 100%;
  opacity: 0.5;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.bnrArea__itemText {
  padding: 0 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.bnrArea__itemText .title {
  font-size: 2rem;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
}
.bnrArea__itemText .text {
  margin-top: 20px;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
}
.bnrArea__itemText .text span {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;

}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .bnrArea__itemText {
    padding: 0 calc(100vw / 1400 * 20) calc(100vw / 1400 * 20);
  }
  .bnrArea__itemText .title {
    font-size: calc(100vw / 1400 * 20);
    
  }
  .bnrArea__itemText .text {
    margin-top: calc(100vw / 1400 * 20);
    font-size: calc(100vw / 1400 * 11);
    
  }
  .bnrArea__itemText .text span {
    margin-top: calc(100vw / 1400 * 10);
    font-size: calc(100vw / 1400 * 11);

  }
}

@media screen and (max-width: 768px) {
  .bnrArea__item {
    min-width: 70vw;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .bnrArea__itemText {
    padding: 0 10px 10px;
  }
  .bnrArea__itemText .title {
    font-size: 2rem;
    
  }
  .bnrArea__itemText .text {
    margin-top: 5px;
    font-size: 1.1rem;
    
  }
  .bnrArea__itemText .text span {
    margin-top: 0;
    font-size: 1.1rem;

  }
}

/*
    cateList
============================================================*/
.cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .cateList {
    display: none;
  }
}

.cateList__item {
  width: calc((100% - 10px) / 2);
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.cateList__item:nth-child(even) {
  margin-left: 10px;
}

.cateList__item:nth-child(n + 3) {
  margin-top: 10px;
}

.cateList__item > a {
  display: block;
  border: 1px solid #000;
  font-size: 1.1rem;
  font-weight: bold;
}

.cateList__item > a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

/*
    itemList01
============================================================*/
.itemList01 {
  margin: 100px -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .itemList01 {
    margin: 40px -20px;
  }
}

.itemList01__item {
  width: calc((100% - 10px) / 2);
  position: relative;
  color: #fff;
  background-color: #000;
}

.itemList01__item:nth-of-type(n + 3) {
  margin-top: 10px;
}

.itemList01__item:nth-of-type(even) {
  margin-left: 10px;
}

.itemList01__item a {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .itemList01__item:nth-of-type(even) {
    -webkit-transition-delay: .02s;
    -o-transition-delay: .02s;
    transition-delay: .02s;
  }
}

@media screen and (max-width: 768px) {
  .itemList01__item {
    width: 100%;
  }
  .itemList01__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .itemList01__item:nth-of-type(even) {
    margin-left: 0;
  }
}

.itemList01__itemPic img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.itemCont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.itemCont__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .itemCont__title {
    font-size: 1.1rem;
  }
}

.itemCont__name {
  margin: 0 0 5px;
  font-family: 'EB Garamond', serif;
  font-size: 5rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .itemCont__name {
    font-size: 3rem;
  }
}

.itemCont__lead {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .itemCont__lead {
    font-size: 1.1rem;
  }
}

.itemCont__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .itemCont__link {
    margin-top: 20px;
  }
}

a.itemCont__linkBtn {
  display: block;
  margin: 0 5px;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

a.itemCont__linkBtn:hover {
  border: 1px solid #000;
  background-color: #000;
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  a.itemCont__linkBtn {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
  }
}

/*
    itemList02
============================================================*/
@media screen and (min-width: 769px) {
  .itemList02 {
    width: calc(100% + 10px);
  }
}

.itemList02__item {
  padding: 50px 10px 0 0;
}

.itemList02 .slick-prev,
.itemList02 .slick-next {
  width: 20px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
}

.itemList02 .slick-next {
  right: -25px;
}

.itemList02 .slick-prev {
  left: -35px;
}

.itemList02 .slick-prev:before,
.itemList02 .slick-next:before {
  content: none;
}

.itemList02 .slick-prev {
  background-image: url(https://file002.shop-pro.jp/PA01380/133/assets/images/arrow_prev_20.png);
}

.itemList02 .slick-next {
  background-image: url(https://file002.shop-pro.jp/PA01380/133/assets/images/arrow_next_20.png);
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .itemList02 .slick-prev,
  .itemList02 .slick-next {
    width: calc(100vw / 1400 * 20);
    height: calc(100vw / 1400 * 41);
    top: calc(100vw / 1400 * 50%);
  }
}

@media screen and (max-width: 768px) {
  .itemList02 {
    margin: 0 -20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  .itemList02__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .itemList02__item {
    min-width: 43vw;
    margin: 0 10px 0 0;
    padding: 40px 0 0 0;
  }
}

.itemList02__itemCont {
  margin-top: 10px;
}

.itemList02Cont {
  text-align: center;
}

.itemList02Cont__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itemList02Cont__price {
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}

/*
    instaList
============================================================*/
.instaList {
  margin: 0 0 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .instaList {
    margin: 0;
    padding: 0 0 40px 0;
  }
}

.instaList__item {
  width: calc((100% - 30px) / 4);
}

.instaList__item:nth-of-type(n + 2) {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .instaList__item {
    width: calc((100% - 10px) / 2);
  }
  .instaList__item:nth-of-type(n + 2) {
    margin-left: 0;
  }
  .instaList__item:nth-of-type(even) {
    margin-left: 10px;
  }
  .instaList__item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

/*
    companyInfo
============================================================*/
.companyInfo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://file002.shop-pro.jp/PA01380/133/assets/images/bg_company_pc_1.jpg);
  background-attachment: fixed;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .companyInfo {
    background-image: none;
  }
  .companyInfo:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(https://file002.shop-pro.jp/PA01380/133/assets/images/bg_company_sp_1.jpg);
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    z-index: -1;
  }
}

.companyInfo__inner {
  padding: 100px;
}

@media screen and (max-width: 768px) {
  .companyInfo__inner {
    padding: 110px 20px 100px;
  }
}

.companyInfo__subTitle {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 768px) {
  .companyInfo__subTitle {
    font-size: 1.1rem;
  }
}

.companyInfo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 35px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .companyInfo__title {
    margin: 5px 0 30px;
  }
}

.companyInfo__titleLogo {
  display: inline-block;
  width: 174px;
}

.companyInfo__titleLogo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .companyInfo__titleLogo {
    width: 116px;
  }
}

.companyInfo__titleText {
  display: inline-block;
  font-size: 4rem;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .companyInfo__titleText {
    font-size: 2.7rem;
  }
}

.companyInfo__text {
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .companyInfo__text {
    font-size: 1.1rem;
    line-height: 1.9;
  }
}

.companyInfo__map {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .companyInfo__map {
    display: none;
  }
}

/*
    gmap
============================================================*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.63%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    modal
============================================================*/
#modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2147483647;
}

.modal {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    width: 90vw;
    height: 90vw;
  }
}

.modal__close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 20px;
  right: 20px;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 2147483647;
}

.modal__close:before, .modal__close:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
}

.modal__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__close.is-show:before, .modal__close.is-show:after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .modal__close {
    top: 10px;
    right: 10px;
  }
}

.modal__cont {
  width: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #000;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .modal__cont {
    width: 300px;
  }
}

.modal__cont.is-show {
  opacity: 1;
}

.modal__contTitle {
  margin: 0 5px 10px 5px;
  font-size: 2.0rem;
  font-weight: 900;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .modal__contTitle {
    font-size: 1.6rem;
  }
}

.modal__contLead {
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
}

.modal__contLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px 0 35px 0;
}

@media screen and (max-width: 768px) {
  .modal__contLink {
    margin: 20px 0 20px 0;
  }
}

a.modal__contBtn {
  display: block;
  margin: 0 5px;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #000;
}

a.modal__contBtn:hover {
  border: 1px solid #000;
  background-color: #000;
  text-decoration: none;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  a.modal__contBtn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
  }
}