@charset "utf-8";

/** ------------------------------------------------------------
 * ローディング画面
 */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #211E55;
  z-index: 9999999;
}

#splashLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splashLogo img {
  padding: 40px;
  display: block;
  width: 140px;
}

@media only screen and (max-width: 900px) {
  #splashLogo img {
    width: 125px;
  }
}

@media only screen and (max-width: 700px) {
  #splashLogo img {
    width: 110px;
  }
}

/** ------------------------------
 * のれん風背景
 */
.splashBgR,
.splashBgL {
  display: none;
}

body.appear .splashBgR,
body.appear .splashBgL {
  display:block;
}

/* 右に移動 */
body.appear .splashBgR {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999998;
  width: 100%;
  height: 100vh;
  transform: scaleX(1);
  background-color: #211E55;
  animation-name: PageAnimeR;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeR {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

/* 左に移動 */
body.appear .splashBgL{
  content: "";
  position:fixed;
  top: 0;
  right: 50%;
  z-index: 9999998;
  width: 100%;
  height: 100vh;
  transform: scaleX(1);
  background-color: #211E55;
  animation-name: PageAnimeL;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeL {
  0% {
    transform-origin :right;
    transform: scaleX(1);
  }

  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

/** ------------------------------------------------------------
 * TOPページコンテンツ
 */
.pageHead {
  padding-bottom: 8.76vw;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .pageHead {
    padding-bottom: 20.6vw;
    display: flex;
    flex-direction: column-reverse;
  }
}


/** ------------------------------------------------------------
 * header
 */
.header {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255,255,255,0.8);
  width: 37.042%;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .header {
    position: static;
    width: auto;
  }
}

.header a {
  text-decoration: none;
}

.headerLogo {
  padding-top: 15%;
}

.headerLogo img {
  width: 17.785%;
  vertical-align: top;
}

@media only screen and (max-width: 700px) {
  .headerLogo {
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 11vw;
    z-index: 100;
    background-color: #fbfbfb;
  }

  .headerLogo img {
    width: 100%;
  }
}

.headerLogo::after {
  content: "";
  margin: 8.8% auto;
  display: block;
  width: 0.59vw;
  height: 0.59vw;
  background-color: #000;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 700px) {
  .headerLogo::after {
    content: none;
  }
}

.headerNav {
  margin: 0 auto;
  display: inline-block;
  line-height: 2.1em;
  font-size: 1.245vw;
  text-align: left;
  letter-spacing: 0.08em;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
     -moz-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
     -moz-text-orientation: upright;
      -ms-text-orientation: upright;
          text-orientation: upright;
  white-space: nowrap;
}

@media only screen and (max-width: 700px) {
  .headerNav {
    padding-top: 15vw;
  }
}

@media only screen and (max-width: 700px) {
  .headerNav {
    font-size: calc(1.245vw * 2.8);
  }
}

.headerNav a {
  position: relative;
  color: #000;
}

.headerNav a::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.5em;
  right: 0;
  left: 0;
  height: 0;
  z-index: -1;
  background-color: #999;
  transition: all .6s;
}

.headerNav a:hover::before {
  height: calc(100% + 1em);
}

.headerInquiry {
  margin-top: 8%;
  font-size: 1.245vw;
}

@media only screen and (max-width: 700px) {
  .headerInquiry {
    margin-top: 5%;
    margin-bottom: 0;
    font-size: calc(1.245vw * 2.4);
  }
}

.headerInquiry a {
  border: 2px solid #af2b2b;
  padding: 0.6em 2em;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #af2b2b;
  transition: all .5s;
  transform: translateY(50%);
}

.headerInquiry a:hover {
  color: #af2b2b;
  background-color: #fff;
}


/** ------------------------------------------------------------
 * メインビジュアル
 */
.mainVisual {
  margin-right: 37.042%;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .mainVisual {
    margin-right: 0;
  }
}

.section-lineup .inner {
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
.section-lineup .lineup {
  position: relative;
}
.section-lineup .lineup-carousel li {
  text-align: center;
  margin-right: 24px;
}
.section-lineup .lineup-carousel img {
  display: block;
  width: 100%;
}
.section-lineup .slick-list {
  overflow: visible;
}

.mainVisual__item img {
  display: block;
  width: 100%;
}

/** ------------------------------------------------------------
 * 英字タイトル
 */
[data-en]::before {
  content: attr(data-en);
  white-space: pre;
  line-height: 1;
  font-size: 5.5636vw;
  font-family: "Playfair Display",serif;
  font-weight: normal;
}

@media only screen and (max-width: 700px) {
  [data-en]::before {
    font-size: calc(5.5636vw * 1.7);
  }
}

/** ------------------------------------------------------------
 * 商品カテゴリ
 */
.category {
  padding-bottom: 6.6vw;
  background-color: #fff;
}

@media only screen and (max-width: 700px) {
  .category {
    padding-bottom: 13vw;
  }
}

.category::after {
  content: "";
  display: block;
  clear: both;
}

.categoryTitle {
  position: relative;
  top: -2em;
  padding-left: 6vw;
  font-size: 1.756vw;
  font-weight: normal;
}

@media only screen and (max-width: 700px) {
  .categoryTitle {
    font-size: calc(1.756vw * 1.5);
  }
}

.categoryTitle::before {
  margin-bottom: 0.3em;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: middle;
}

.categoryList {
  padding-right: 2.3426%;
  font-weight: 300;
}

@media only screen and (max-width: 700px) {
  .categoryListWrapper {
    padding-right: 100px;
    overflow: hidden;
  }

  .categoryList .slick-list {
    overflow: visible;
  }
}

.categoryList__item {
  margin: 0 0 0 2.3426%;
  float: left;
  width: 17.6574%;
}

@media only screen and (max-width: 700px) {
  .categoryList__item {
    margin-left: 30px;
  }
}

.categoryList__item a {
  position: relative;
  overflow: hidden;
  display: block;
}

.categoryList__item a::before {
  content: "";
  margin: 1px 0 0 1px;/* ブラウザ幅によって生じる場合がある、カテゴリタイトル横の隙間補正 */
  display: block;
  height: 33.6749vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  text-decoration: none;
  transition: all .6s;
}

@media only screen and (max-width: 700px) {
  .categoryList__item a::before {
    height: 70vw;
  }
}

.categoryList__item a:hover::before {
  transform: scale(1.2);
}

.categoryList__item--kitchen_knife a::before {
  background-image: url("/images/top/contents/category/001.jpg");
}

.categoryList__item--scissors a::before {
  background-image: url("/images/top/contents/category/002.jpg");
  background-position: 88% 50%;
}

.categoryList__item--trowel a::before {
  background-image: url("/images/top/contents/category/003.jpg");
  background-position: 25% 50%;
}

.categoryList__item--knife a::before {
  background-image: url("/images/top/contents/category/004.jpg");
}

.categoryList__item--specialty a::before {
  background-image: url("/images/top/contents/category/005.jpg");
  background-position: 60% 50%;
}

@media only screen and (max-width: 700px) {
  .categoryList__item a::before {
    background-position: 50% 50% !important;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
}

.categoryList__item a > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
     -moz-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
     -moz-text-orientation: upright;
      -ms-text-orientation: upright;
          text-orientation: upright;
  white-space: nowrap;
}

.categoryList__item a > span > span {
  margin: 0 auto 0 0;
  padding: 0 0.6em 1em 0;
  display: block;
  height: 6em;
  line-height: 1.1;
  font-size: 2.1961vw;
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 700px) {
  .categoryList__item a > span > span {
    font-size: calc(2.1961vw * 2.3);
  }
}

.categoryList.JSanimation--on .categoryList__item a > span > span {
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
}

.categoryList.JSanimation--motion a > span > span {
  animation-name: categoryOpen;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes categoryOpen {
  0% {
    padding-bottom: 0;
    height: 0;
  }
  35% {
    padding-bottom: 0;
    height: 0;
  }
  100% {
    padding-bottom: 1em;
    height: 6em;
  }
}

/** ------------------------------------------------------------
 * こだわりの逸品
 */
.selection {
  padding: 6.6vw 0 7.4vw;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .selection {
    padding-bottom: 14vw;
  }
}

.selection::after {
  content: "";
  display: block;
  clear: both;
}

.selectionTitle {
  margin-top: 14vw;
  margin-left: 20vw;
  display: inline-block;
  line-height: 1.6;
  font-size: 3.07467vw;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
     -moz-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
     -moz-text-orientation: upright;
      -ms-text-orientation: upright;
          text-orientation: upright;
  font-weight: 600;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

@media only screen and (max-width: 700px) {
  .selectionTitle {
    font-size: calc(3.07467vw * 1.5);
  }
}

.selectionTitle::before {
  position: absolute;
  top: 5vw;
  left: 6vw;
  display: block;
  writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
     -moz-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  -webkit-text-orientation: mixed;
     -moz-text-orientation: mixed;
      -ms-text-orientation: mixed;
          text-orientation: mixed;
}

.selectionTitle::after {
  content: "";
  display: block;
  border-left: 2px solid #000;
  position: absolute;
  top: 21vw;
  left: 17vw;
  height: 21vw;
}

@media only screen and (max-width: 700px) {
  .selectionTitle {
    margin-top: 27.5vw;
    margin-left: 9.5vw;
  }

  .selectionTitle::after {
    top: 35vw;
    left: 7vw;
    height: 31.5vw;
    border-left-width: 1px;
  }
}

.selectionTitle.JSanimation--on::after {
  height: 0;
}

.selectionTitle.JSanimation--motion::after {
  animation-name: selectionTitleLine;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes selectionTitleLine {
  from {
    height: 0;
  }

  to {
    height: 21vw;
  }
}

@media only screen and (max-width: 700px) {
  @keyframes selectionTitleLine {
    from {
      height: 0;
    }

    to {
      height: 31.5vw;
    }
  }
}

.selectionImage {
  position: absolute;
  top: 13.5vw;
  right: 0;
  width: 66.178vw;
  height: 38.0673vw;
  overflow: hidden;
  z-index: -1;
}

@media only screen and (max-width: 700px) {
  .selectionImage {
    top: 20.5vw;
    width: 80vw;
    height: auto;
  }
}

.selectionImage img {
  width: 100%;
}

.selectionImage.JSanimation--on::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

.selectionImage.JSanimation--motion::before {
  animation-name: boxCover;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes boxCover {
  0% {
    width: 100%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

.selectionLink {
  margin-top: 5.4vw;
  position: relative;
  z-index: 1000;
  padding-left: 13.2vw;
  max-width: 43vw;
  font-size: 1.32vw;
  text-align: center;
}

.selectionLink a {
  padding: 2em 4em;
  line-height: 1.2;
  position: relative;
  display: block;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  text-align: center;
  transition: all .5s;
}

@media only screen and (max-width: 700px) {
  .selectionLink {
    margin-top: 11vw;
    padding: 0 7.5vw;
    display: block;
    max-width: none;
    font-size: calc(1.32vw * 2.5);
  }

  .selectionLink a {
    padding: 1.5em 4em;
  }
}

.selectionLink a::before {
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 0.6em;
  width: 0.6em;
  transform: rotate(45deg);
  transition: all .5s;
}

@media only screen and (max-width: 700px) {
  .selectionLink a::before {
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

.selectionLink a:hover {
  color: #000;
  background-color: #fff;
}

.selectionLink a:hover::before {
  border-top-color: #000;
  border-right-color: #000;
}

/** ------------------------------
 * 枠線
 */
.lineTrigger {
  border: 2px solid #000;
  position: relative;
  display: block;
}

.lineTrigger.JSanimation--on {
  padding: 2px;
  border: none;
  opacity: 0;
}

.lineTrigger.JSanimation--motion {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 700px) {
  .lineTrigger {
    border-width: 1px;
  }

  .lineTrigger.JSanimation--on {
    padding: 1px;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/** ------------------------------
 * 上下線
 */
.lineTrigger.JSanimation--motion::before,
.lineTrigger.JSanimation--motion::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #000;
}

@media only screen and (max-width: 700px) {
  .lineTrigger.JSanimation--motion::before,
  .lineTrigger.JSanimation--motion::after {
    height: 1px;
  }
}

/** ------------------------------
 * 左右線
 */
.JSanimation--motion .lineTriggerInner::before,
.JSanimation--motion .lineTriggerInner::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  background-color: #000;
}

@media only screen and (max-width: 700px) {
  .JSanimation--motion .lineTriggerInner::before,
  .JSanimation--motion .lineTriggerInner::after {
    width: 1px;
  }
}

/* 上線 */
.lineTrigger.JSanimation--motion::before {
  top: 0;
  left: 0;
  animation: lineAnime .2s linear 0s forwards;
}

/* 右線 */
.lineTrigger.JSanimation--motion .lineTriggerInner::before {
  top: 0;
  right: 0;
  animation: lineAnime2 .2s linear .2s forwards;
}

/* 下線 */
.lineTrigger.JSanimation--motion::after {
  bottom: 0;
  right: 0;
  animation: lineAnime .2s linear .4s forwards;
}

/* 左線 */
.lineTrigger.JSanimation--motion .lineTriggerInner::after {
  bottom: 0;
  left: 0;
  animation: lineAnime2 .2s linear .6s forwards;
}

@keyframes lineAnime {
    0% {width:   0%;}
  100% {width: 100%;}
}

@keyframes lineAnime2 {
    0% {height:   0%;}
  100% {height: 100%;}
}

/** ------------------------------
 * 枠線内側の要素
 */
.lineTrigger.JSanimation--on .lineinappear {
  opacity: 0;
}

.lineTrigger.JSanimation--motion .lineinappear {
  animation: lineInnerAnime .5s linear 1s forwards;
}

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