@charset "utf-8";

/** ------------------------------------------------------------
 * 下層
 */
/** ------------------------------------------------------------
 * header
 */
:not(.menuButton--open) + .header a {
  color: #000;
  text-decoration: none;
}

:not(.menuButton--open) + .header .headerLogo {
  padding: 1.5vw 3.92vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  color: #fff;
  background-color: #931515;
  transition: all .5s;
}

:not(.menuButton--open) + .header .headerLogo a {
  display: block;
  transition: all .5s;
}

:not(.menuButton--open) + .header .headerLogo img {
  margin: 0 auto;
  width: 3.92vw;
  display: block;
  transition: all .5s;
}

:not(.menuButton--open) + .header .headerLogo--reverse {
  background-color: transparent;
  z-index: -1;
}

:not(.menuButton--open) + .header .headerLogo--reverse a {
  background: url("/images/under/header/logoReverse.png") 50% 50% no-repeat;
  -webkit-background-size: 3.92vw auto;
       -o-background-size: 3.92vw auto;
          background-size: 3.92vw auto;
}

:not(.menuButton--open) + .header .headerLogo--reverse img {
  opacity: 0;
}

:not(.menuButton--open) + .header .headerNav {
  display: flex;
  background-color: rgba(255,255,255,0.5);
  justify-content: space-between;
  align-items: center;
}

:not(.menuButton--open) + .header .JSnavHide {
  position: static;
  top: 0;
  z-index: 99999;
  width: calc(100% - 11.76vw);
  background-color: rgba(255,255,255,0.5);
  transition: .5s;
}

:not(.menuButton--open) + .header .JSnavHide--on {
  transform: translateY(-100%);
}

:not(.menuButton--open) + .header .headerMainNav,
:not(.menuButton--open) + .header .headerSubNav {
  display: flex;
  align-items: center;
}

:not(.menuButton--open) + .header .headerMainNav {
  font-size: 1.1713vw;
  line-height: 1.1;
}

@media only screen and (max-width: 940px) {
  :not(.menuButton--open) + .header .headerMainNav {
    font-size: 11px;
  }
}

:not(.menuButton--open) + .header .headerMainNav__item {
  padding: 0 1.8vw;
}

:not(.menuButton--open) + .header .headerMainNav__item:not(:last-child) {
  border-right: 1px solid #000;
}

:not(.menuButton--open) + .header .headerMainNav__item a {
  padding: 0 0.4vw;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 830px) {
  :not(.menuButton--open) + .header .headerMainNav__item {
    padding: 0 1.4vw;
  }

  :not(.menuButton--open) + .header .headerMainNav__item a {
    padding: 0 0.15vw;
  }
}

@media only screen and (max-width: 770px) {
  :not(.menuButton--open) + .header .headerMainNav__item {
    padding: 0 1.2vw;
  }

  :not(.menuButton--open) + .header .headerMainNav__item a {
    padding: 0;
  }
}

:not(.menuButton--open) + .header .headerMainNav__item a::before {
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: -0.4em;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all .3s;
}

:not(.menuButton--open) + .header .headerMainNav__item a:hover::before {
  width: calc(100% - 0.9em);
}

:not(.menuButton--open) + .header .headerSubNav {
  font-size: 0.9516vw;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 1050px) {
  :not(.menuButton--open) + .header .headerSubNav {
    font-size: 10px;
  }
}

:not(.menuButton--open) + .header .headerSubNav__item a {
  padding: 1.71vw 0;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 7.32vw;
  height: 7.32vw;
  color: #fff;
  background-color: #989898;
  transition: all .5s;
}

@media only screen and (max-width: 850px) {
  :not(.menuButton--open) + .header .headerSubNav__item a {
    padding: 1.5em 0;
    width: 6.6em;
    height: auto;
  }
}

:not(.menuButton--open) + .header .headerSubNav__item:first-child a {
  background-color: #b3b3b3;
}

:not(.menuButton--open) + .header .headerSubNav__item a:hover {
  background-color: rgb(33,30,85);
}

:not(.menuButton--open) + .header .headerSubNav__item a img {
  margin: 0 auto 0.2vw;
  display: block;
  width: 2.6vw;
}

.menuButton--open + .header .JSnavHide {
  position: static !important;
  display: block !important;
}

/** ------------------------------
 *  スマホ
 */
.menuButton {
  display: none;
}

@media only screen and (max-width: 700px) {
  .menuButtonInner,
  .midnightHeader,
  .midnightInner {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 70px !important;
    height: 66px !important;
  }
  .midnightHeader.default span {
    background-color: #000;
  }
  .midnightHeader.opposite span {
    background-color: #fff;
  }

  .menuButton,
  .menuButton span {
    display: inline-block;
    transition: all .4s;
  }

  .menuButton {
    padding: 15px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    display: block;
    width: 40px;
    height: 36px;
    border: none;
    appearance: none;
    cursor: pointer;
  }

  .menuButton span {
    border-radius: 4px;
    position: absolute;
    left: 15px;
    right: 15px;
    height: 4px;
    background-color: #000;
  }

  .menuButton span:nth-of-type(1) {
    top: 15px;
  }

  .menuButton span:nth-of-type(2) {
    top: 31px;
  }

  .menuButton span:nth-of-type(3) {
    bottom: 15px;
  }

  .menuButton.menuButton--open {
    transform: rotate(360deg);
  }

  .menuButton.menuButton--open span:nth-of-type(1) {
    background-color: #fff;
    transform: translateY(15px) rotate(-45deg);
  }

  .menuButton.menuButton--open span:nth-of-type(2) {
    background-color: #fff;
    transform: translateY(0) rotate(45deg);
  }

  .menuButton.menuButton--open span:nth-of-type(3) {
    background-color: #fff;
    opacity: 0;
  }

  .headerInner {
    display: none !important;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }

  .header {
    position: fixed;
    bottom: -120%;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #211E55;
    transition: all 0.4s;
  }

  @supports (-webkit-touch-callout: none) {
    .header {
      /* Safari用のhack */
      height: -webkit-fill-available;
    }
  }

  .menuButton--open + .headerSP {
    bottom: 0;
  }

  .menuButton--open + .headerSP .headerInner {
    display: block !important;
  }

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

  .headerLogo {
    margin: 0 auto 30px;
    width: 62px;
  }

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

  .headerNav {
    text-align: center;
  }

  .headerMainNav {
    margin: 0 auto;
    display: inline-block;
    line-height: 2.6em;
    font-size: 19px;
    text-align: left;
    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;
  }

  .headerSubNav {
    margin-top: 35px;
    font-size: 11px;
    text-align: center;
    letter-spacing: nowrap;
  }

  .headerSubNav__item {
    display: inline-block;
    width: 7em;
  }

  .headerSubNav__item a,
  .headerSubNav__item img {
    display: block;
  }

  .headerSubNav__item a {
    padding: 5px;
  }

  .headerSubNav__item img {
    margin: 0 auto 3px;
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .headerLogo {
    width: 13vw;
  }

  .headerMainNav {
    font-size: 4vw;
  }

  .headerSubNav__item img {
    width: 9vw;
  }
}

@media only screen and (max-width: 359px) {
  .headerLogo {
    margin-bottom: 30px;
    width: 12vw;
  }

  .headerMainNav {
    font-size: 3.6vw;
  }

  .headerSubNav {
    margin-top: 30px;
  }

  .headerSubNav__item a {
    padding: 0;
  }
}

/** ------------------------------------------------------------
 * container
 */
.container {
  margin: 0 auto;
  padding: 0 10vw 6.6vw;
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .container--cotegory {
    padding: 0 2vw 6.6vw;
  }
}

@media only screen and (max-width: 700px) {
  .container {
    padding: 0 2vw 6.6vw;
  }
}

/** ------------------------------
 * pageTitle
 */
.pageTitle {
  margin-bottom: 80px;
  position: relative;
  z-index: -2;
  height: 42.4597vw;
  background-color: #ccc;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  .pageTitle {
    height: 60vw;
  }
}

@media only screen and (max-width: 600px) {
  .pageTitle {
    height: 80vw;
  }
}

.pageTitle--inquiry {
  background: url("/images/under/contents/inquiry/pageTitle.jpg") 30% 50% no-repeat;
  background-size: cover;
}

.pageTitle--access {
  background: url("/images/under/contents/access/pageTitle.jpg") 46.5% 50% no-repeat;
  background-size: cover;
}

.pageTitle--overview {
  background: url("/images/under/contents/overview/pageTitle.jpg") 14% 50% no-repeat;
  background-size: cover;
}

.pageTitle--about {
  background: url("/images/under/contents/about/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.pageTitle--product {
  background: url("/images/under/contents/product/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.pageTitle--selection {
  background: url("/images/under/contents/selection/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

/* comingSoon画面 */
.pageTitle--comingSoon {
  margin-bottom: 0;
  height: 700px !important;
  background: none !important;
  text-align: center;
  white-space: nowrap;
  font-size: 26px;
}

@media only screen and (max-width: 700px) {
  .pageTitle--comingSoon {
    height: 100vh !important;
    font-size: calc(15px + 1.5vw);
  }
}

.pageTitle--comingSoon::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  display: block;
  z-index: -3;
  filter: blur(8px);
  opacity: 0.5;
}

.pageTitle--comingSoon > div {
  width: 14em;
  height: 14em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  background-color: #fff;
}

.pageTitle--comingSoon > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pageTitle--comingSoon > div > div p {
  margin-top: 20px;
  padding-top: 21px;
  position: relative;
  font-size: 13px;
}

.pageTitle--comingSoon > div > div p::before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 5em;
  height: 1px;
  background-color: #000;
}

.pageTitle--product.pageTitle--comingSoon::before {
  background: url("/images/under/contents/product/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.pageTitle--selection.pageTitle--comingSoon::before {
  background: url("/images/under/contents/selection/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.selectionPageTitle {
  margin-left: -25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}

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

.selectionPageTitle svg {
  font-size: 2.5vw;
  width: 8.4em;
  height: 8.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  fill: none;
  stroke:#876615;
  stroke-width: 0;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  animation: selectionFrame 1.5s linear forwards;
}

@media only screen and (max-width: 700px) {
  .selectionPageTitle svg {
    font-size: calc(12px + 2vw);
  }
}

@keyframes selectionFrame {
  0% {
    fill: transparent;
    stroke-width: 0;
    stroke-dashoffset: 1500;
  }
  100% {
    stroke-width: 1.5;
  }
}

.selectionPageTitle__body > h1 {
  color: #876615;
  font-size: 2.5vw;
  font-weight: 400;
}

@media only screen and (max-width: 700px) {
  .selectionPageTitle__body > h1 {
    font-size: calc(12px + 2vw);
    font-weight: 600;
    text-shadow: #dadada 0px 0px 5px,
                 #dadada 0px 0px 5px,
                 #dadada 0px 0px 4px,
                 #dadada 0px 0px 4px,
                 #dadada 0px 0px 4px,
                 #dadada 0px 0px 4px;
  }
}

.selectionPageTitle__body > h1 span {
  display: block;
  font-size: 2.6em;
  font-weight: 300;
}

.pageTitle__inner {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 7vw;
  height: 86%;
  z-index: 900;
  overflow: hidden;
  display: block;
  background-color: rgba(255,255,255,.9);
  font-size: 100%;
  text-align: center;
}

.pageTitle.JSanimation--on .pageTitle__inner {
  height: 0;
}

.pageTitle.JSanimation--motion .pageTitle__inner {
  animation-name: pageTitle;
  animation-duration: .7s;
  animation-fill-mode: forwards;
}

@keyframes pageTitle {
  0% {
    height: 0;
  }
  15% {
    height: 0;
  }
  100% {
    height: 86%;
  }
}

.pageTitle__inner > h1 {
  padding: 0 2em;
  width: 1em;
  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;
  font-size: 2.7818448vw;
  font-weight: 300;
}

@media only screen and (max-width: 700px) {
  .pageTitle__inner > h1 {
    font-size: calc(12px + 1.6vw);
  }
}

.pageTitle__inner > h1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%,-50%);
}

.pageTitle__inner > h1 span::before,
.pageTitle__inner > h1 span::after {
  content: "";
  position: relative;
  margin-top: -8.8%;
  margin-bottom: 8.8%;
  display: inline-block;
  width: 0.59vw;
  height: 0.59vw;
  background-color: #000;
  transform: rotate(-45deg);
}

.pageTitle__inner > h1 span::after {
  margin-top: 8.8%;
}

@media only screen and (max-width: 700px) {
  .pageTitle__inner > h1 span::before,
  .pageTitle__inner > h1 span::after {
    width: 5px;
    height: 5px;
  }
}

.basicTitle {
  margin: 70px auto 30px;
  display: table;
  font-size: calc(20px + 0.366vw);
  font-weight: 700;
}

.basicTitle--center {
  text-align: center;
}

.container .basicTitle:first-child {
  margin-top: 0;
}

.basicTitle span {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 700px) {
  .basicTitle {
    padding: 0 0.5em;
  }

  .basicTitle--center {
    text-align: left;
  }

  .basicTitle span {
    display: block;
    text-align: center;
  }

  .basicTitle--center br {
    display: none;
  }
}

/** ------------------------------------------------------------
 * pageBg
 */
.pageBg {
  overflow: hidden;
}

.pageBg::before {
  content: "";
  position: relative;
  z-index: -101;
  display: block;
  height: 60vh;
}

@media only screen and (max-width: 768px) {
  .pageBg::before {
    height: 45vh;
  }
}

.pageBg--kitchen_knife::before {
  background: url("/images/under/contents/product/category/001/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.pageBg--scissors::before {
  background: url("/images/under/contents/product/category/002/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.pageBg--trowel::before {
  background: url("/images/under/contents/product/category/003/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.pageBg--knife::before {
  background: url("/images/under/contents/product/category/004/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.pageBg--specialty::before {
  background: url("/images/under/contents/product/category/005/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.pageBg--cutlery::before {
  background: url("/images/under/contents/product/category/006/pageTitle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.mainCategoryTitle {
  margin: calc(-1 * (80px + 0.6em)) auto 0;
  padding: 80px 17%;
  position: relative;
  line-height: 1.2;
  text-align: center;
  font-size: calc(20px + 0.9vw);
  font-weight: 400;
}

.mainCategoryTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mainCategoryTitle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 0;
  display: block;
  background-color: #fff;
}

.mainCategoryDescription {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .mainCategoryTitle {
    padding: 60px 25px;
  }

  .mainCategoryTitle::after {
    z-index: 0;
  }

  .mainCategoryDescription {
    font-size: calc(14px + 0.292825vw);
  }
}

.JSanimation--on.mainCategoryTitle::after {
  width: 100%;
}

.JSanimation--motion.mainCategoryTitle::after {
  animation-name: mainCategoryTitleCover;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

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

.mainCategoryTitle span {
  padding: 0.2em 0.8em;
  border: 1px solid #000;
  position: relative;
  z-index: 0;
  display: inline-block;
}

.mainCategoryTitle span::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 10px;
  bottom: -3px;
  left: 10px;
  z-index: -1;
  background-color: #fff;
}

.subCategoryTitle {
  margin-top: 80px;
  padding-top: 170px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
  font-size: calc(18px + 0.7vw);
  font-weight: 400;
}

.mainCategoryTitle + .subCategoryTitle {
  margin-top: 0;
}

.subCategoryTitle::after {
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 80px;
  background-color: #000;
}

.subCategoryTitle.JSanimation--on::after {
  top: -170px;
  height: 0;
}

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

@keyframes categoryLine {
  0% {
    top: -170px;
    height: 0;
  }
  25% {
    top: -170px;
    height: 0;
  }
  100% {
    top: 0;
    height: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .subCategoryTitle {
    margin-top: 60px;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .mainCategoryTitle + .subCategoryTitle {
    margin-top: -20px;
  }

  .subCategoryTitle.JSanimation--on::after {
    top: -120px;
  }

  @keyframes categoryLine {
    0% {
      top: -120px;
      height: 0;
    }
    25% {
      top: -120px;
      height: 0;
    }
    100% {
      top: 0;
      height: 80px;
    }
  }

}

/** ------------------------------------------------------------
 * pager
 */
.pager {
  margin-bottom: 30px;
  text-align: center;
  font-size: calc(12px + 0.292825vw);
}

.pager li {
  margin: 0 0.3em;
  display: inline-block;
  vertical-align: top;
}

.prev a::before,
.next a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}

.next a::before {
  transform: rotate(45deg);
}

.pager a,
.pager span {
  padding: 0 0.5em;
  position: relative;
  display: inline-block;
  line-height: 2;
  color: #bbb;
  text-decoration: none;
  vertical-align: top;
}

.pager a {
  color: #000;
}

.pager a::after {
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all .2s;
}

.pager a:hover::after {
  width: 100%;
}


/** ------------------------------------------------------------
 * access
 */
.access {
  border: 1px solid #000;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .access {
    padding: 1.2em 1em;
    display: block;
  }
}

.accessTitle {
  padding: 0 3em;
  color: #000;
  font-size: calc(18px + 0.366vw);
  text-align: center;
  flex: none;
  font-weight: 600;
}

@media only screen and (max-width: 800px) {
  .accessTitle {
    padding: 0 2em;
  }
}

@media only screen and (max-width: 700px) {
  .accessTitle {
    padding-bottom: 0.6em;
    border-bottom: 1px solid #000;
  }
}

.accessBody {
  position: relative;
  padding: 50px 40px 50px 4em;
  font-size: calc(12px + 0.292825vw);
}

@media only screen and (max-width: 800px) {
  .accessBody {
    padding-left: 3em;
  }
}

@media only screen and (max-width: 700px) {
  .accessBody {
    padding: 1em 0 0;
  }

  .accessBody__inner {
    margin: 0 auto;
    display: table;
  }
}

.accessBody::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  display: block;
  width: 1px;
  background-color: #000;
}

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

.accessBody__num {
  margin-top: 2px;
  margin-right: 1.5em;
  display: inline-block;
  vertical-align: top;
}

.accessBody__num span {
  margin-top: -0.1em;
  margin-right: 8px;
  padding: 2px 5px 3px;
  border-radius: 2px;
  display: inline-block;
  width: 3em;
  line-height: 1.1;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}

#googleMap iframe {
  width: 100%;
  height: 400px;
}

/** ------------------------------------------------------------
 * よくある質問
 */
.faq {
  border-top: 1px solid #000;
}

.faqTitle {
  padding: 1em calc(1vw + 27px) 1em 0;
  border-bottom: 1px solid #000;
  position: relative;
  font-size: calc(14px + 0.292825vw);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faqTitle::before {
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 1vw;
  bottom: 0;
  line-height: 1;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.faqTitle::after {
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  right: calc(1vw + 7px);
  bottom: 0;
  width: 1px;
  height: 15px;
  background-color: #000;
  transition: all .5s;
}

.faqTitle--open::after {
  transform: rotate(90deg);
}

.faqTitle__icon {
  margin-right: 0.8em;
  flex: none;
  width: 2em;
  color: #bbb;
  font-size: 1.7em;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.faqTitle__icon::after {
  content: "";
  margin: auto 0;
  border-right: 1px solid #000;
  position: absolute;
  top: 0.4em;
  bottom: 0.4em;
  left: 2em;
  display: block;
}

.faqBody {
  padding: 3em 1.5em;
  border-bottom: 1px solid #000;
  display: none;
  font-size: calc(12px + 0.292825vw);
  background-color: #f6f6f6;
}

@media only screen and (max-width: 500px) {
  .faqBody {
    padding: 2em 1em;
  }
}

.faqBody dt {
  padding: 2px 1em;
  display: inline-block;
  min-width: 7em;
  color: #fff;
  background-color: #000;
  text-align: center;
}

.faqBody dd + dt {
  margin-top: 1.5em;
}

.faqBody dd {
  margin-top: 0.5em;
}

.faqBody ol {
  margin-top:  0.8em;
  padding: 1.5em;
  background-color: #eee;
  counter-reset: number;
}

@media only screen and (max-width: 500px) {
  .faqBody ol {
    padding: 1em;
  }
}

.faqBody ol li {
  padding-left: 1.8em;
  position:   relative;
  display: block;
}

.faqBody ol li + li {
  margin-top: 0.5em;
}

.faqBody ol li::before {
  counter-increment: number;
  content: "(" counter(number) ")";
  position: absolute;
  top: 0;
  left: 0;
}

.faqBody ol li span {
  font-weight: 700;
}

.notes {
  padding-left: 1.2em;
  position: relative;
  color: #931515;
}

.notes::before {
  content: "※";
  position: absolute;
  left: 0;
}

/** ------------------------------
 * form
 */
.formCover {
  padding: 3vw;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 700px) {
  .formCover {
    padding-top: 6vw;
    padding-bottom: 12vw;
    margin: 0 -2vw -6.6vw;
  }

  .formConfirm {
    margin-top: -40px;
    padding-top: 0;
    background-color: transparent;
  }
}

.formTitle {
  margin-bottom: 3px;
  font-size: calc(14px + 0.292825vw);
}

.formConfirm .formTitle {
  margin-bottom: 5px;
  padding: 0.15em 1em;
  position: relative;
  color: #fff;
  background-color: #000;
  display: inline-block;
  font-size: calc(12px + 0.292825vw);
}

.formTitle__memo {
  font-size: 11px;
  color: #999;
}

.formTitle__memo::before {
  content: "（※";
}

.formTitle__memo::after {
  content: "）";
}

.required,
.unrequired {
  margin-right: 4px;
  padding: 3px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.required {
  background-color: #000;
}

.required--on {
  background-color: #da0d0d;
}

.unrequired {
  background-color: #ccc;
}

.formBody {
  margin-bottom: 20px;
  min-height: 1.6em;
}

.formConfirm .formBody {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.form input,
.form textarea,
.formButton button {
  font-family: "Noto Serif JP",serif;
}

.form input {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #bbb;
  display: block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media only screen and (max-width: 600px) {
  .form input {
    width: 75%;
  }
}

@media only screen and (max-width: 500px) {
  .form input {
    width: 100%;
  }
}

.form input[name="address"] {
  width: 100%;
}

.form textarea {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #bbb;
  display: block;
  width: 100%;
  height: 12em;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.formButton {
  text-align: center;
}

.formButton button[type="submit"] {
  margin: 0;
  padding: 14px 2em;
  border: 2px solid #931515;
  width: 50%;
  box-sizing: border-box;
  color: #fff;
  background-color: #931515;
  font-size: calc(12px + 0.292825vw);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all .5s;
}

@media only screen and (max-width: 700px) {
  .formButton button[type="submit"] {
    border-width: 1px;
  }
}

.formButton button[type="submit"]:hover {
  color: #931515;
  background-color: #fff;
}

.formButton button[type="submit"][value="return"] {
  border-color: #000;
  background-color: #000;
}

.formButton button[type="submit"][value="return"]:hover {
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 500px) {
  .formButton button[type="submit"] {
    padding-right: 1em;
    padding-left: 1em;
    width: 100%;
  }
}

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

.formButton__item {
  float: left;
  width: 48%;
}

.formButton__item + .formButton__item {
  margin-left: 2%;
}

.formButton__item button {
  width: 100% !important;
}

.sendErrorMessage {
  margin-top: 3px;
  padding: 5px 5px 5px calc(1em + 10px);
  display: inline-block;
  position: relative;
  color: #da0d0d;
  font-size: 12px;
  line-height: 1.2;
  background-color: #fde8e8;
}

.sendErrorMessage::before {
  content: "※";
  position: absolute;
  top: 5px;
  left: 10px;
}

.simpleMessage {
  font-size: calc(14px + 0.292825vw);
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .simpleMessage {
    text-align: left;
  }
}

.basicButton {
  margin-top: 50px;
  text-align: center;
}

.basicButton a {
  margin: 0;
  padding: 14px 2em;
  border: 2px solid #931515;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  color: #fff;
  background-color: #931515;
  font-size: calc(12px + 0.292825vw);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all .5s;
  text-decoration: none;
}

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

@media only screen and (max-width: 500px) {
  .basicButton a {
    display: block;
    width: auto;
  }
}

.basicButton a:hover {
  color: #931515;
  background-color: #fff;
}

/** ------------------------------------------------------------
 * basicDl
 */
.basicDl {
  border-top: 1px solid #000;
  font-size: calc(12px + 0.292825vw);
}

.basicDl__inner {
  border-bottom: 1px solid #000;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.basicDlTitle,
.basicDlBody {
  padding: 1.5em 1em;
  display: table-cell;
  vertical-align: middle;
}

.basicDlTitle {
  width: 8em;
  text-align: center;
}

.basicDlBody {
  padding-left: 3em;
  position: relative;
}

@media only screen and (max-width: 374px) {
  .basicDlTitle {
    width: 4.5em;
  }

  .basicDlBody {
    padding-left: 1.5em;
    position: relative;
  }
}

.basicDlBody::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5em;
  bottom: 1.5em;
  left: 0;
  width: 1px;
  background-color: #000;
}

/** ------------------------------------------------------------
 * 沿革
 */
.history {
  font-size: calc(12px + 0.292825vw);
}

.history__inner {
  margin-bottom: 2px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.historyTitle,
.historyBody {
  padding: 1em;
  display: table-cell;
  vertical-align: middle;
}

.historyTitle {
  width: 8em;
  text-align: center;
  background-color: #eee;
  line-height: 1;
}

@media only screen and (max-width: 374px) {
  .history__inner {
    display: block;
    width: auto;
  }

  .historyTitle,
  .historyBody {
    display: block;
  }

  .historyTitle {
    width: auto;
  }

  .historyBody {
    padding: 0 1em 1em !important;
  }
}

.historyTitle span::before {
  content: "";
  margin-top: -0.2em;
  margin-right: 0.6em;
  display: inline-block;
  width: 5px;
  height: 1em;
  border: 1px solid #000;
  border-right: none;
  vertical-align: middle;
}

.historyTitle span::after {
  content: "";
  margin-top: -0.2em;
  margin-left: 0.6em;
  display: inline-block;
  width: 5px;
  height: 1em;
  border: 1px solid #000;
  border-left: none;
  vertical-align: middle;
}

.historyBody {
  padding-left: 0;
  position: relative;
  background-color: #eee;
}

.buttonLink {
  margin-top: 6px;
  padding: 0.5em 3em 0.5em 2.5em;
  border: 1px solid #931515;
  border-radius: 3em;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #931515;
  transition: all .5s;
  text-decoration: none;
}


@media only screen and (max-width: 400px) {
  .buttonLink {
    padding: 0.5em 2.5em 0.5em 2em;
  }
}

.buttonLink::before {
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 0.4em;
  width: 0.4em;
  transform: rotate(45deg);
  transition: all .5s;
}

.buttonLink:hover {
  color: #931515;
  background-color: #fff;
}

.buttonLink:hover::before {
  border-top-color: #931515;
  border-right-color: #931515;
}

.box {
  margin-top: 70px;
  padding: 30px 30px 60px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 700px) {
  .box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .box {
    margin-right: -2vw;
    margin-left: -2vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

/** ------------------------------------------------------------
 * 西勘のこだわり
 */
.about {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .about {
    padding: 2vw 0;
  }
}

.about--reason {
  margin-top: -80px;
}

.about:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  display: block;
  background: #fff;
}

.about::after {
  content: "";
  margin: 0 auto;
  padding-top: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10%;
  z-index: -5;
  display: block;
  width: 35%;
  background: no-repeat 50% 100%;
  background-size: contain;
  opacity: 0.6;
}

@media only screen and (max-width: 1200px) {
  .about::after {
    bottom: -7%;
    width: 100%;
    background-size: 50%;
    opacity: 0.25;
  }
}

@media only screen and (max-width: 800px) {
  .about::after {
    bottom: -5%;
    background-size: 70%;
  }
}

@media only screen and (max-width: 500px) {
  .about::after {
    bottom: -3.5%;
  }
}

.about--reason::after {
  margin: 0;
  right: 5%;
  left: auto;
  background-image: url("/images/under/contents/about/reasonBG.jpg");
}

.about--message::after {
  background-image: url("/images/under/contents/about/messageBG.jpg");
}

.about--passion::after {
  background-image: url("/images/under/contents/about/passionBG.jpg");
}

.about--future::after {
  bottom: -3%;
  background-image: url("/images/under/contents/about/futureBG.jpg");
}

.aboutTitle {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .aboutTitle {
    margin: 0 -10vw;
  }
}

@media only screen and (max-width: 700px) {
  .aboutTitle {
    margin: 0 -2vw;
  }
}

@media only screen and (max-width: 600px) {
  .aboutTitle {
    margin: 0;
  }
}

.about:nth-of-type(odd) .aboutTitle {
  flex-direction: row-reverse;
}

.aboutTitle > * {
  width: 50%;
  flex: none;
}

.aboutTitle__main {
  position: relative;
  line-height: 1.4;
  font-size: calc(16px + 2vw);
  font-weight: 300;
  text-align: right;
}

.about:nth-of-type(odd) .aboutTitle .aboutTitle__main {
  text-align: left;
}

.aboutTitle__main[data-en]::before {
  content: attr(data-en);
  margin-top: -0.7em;
  margin-left: 15px;
  position: absolute;
  z-index: 3;
  display: block;
  white-space: pre;
  line-height: 1;
  font-size: 6vw;
  font-family: "Playfair Display",serif;
  font-weight: normal;
  font-style: italic;
  opacity: 0.2;
}

.aboutTitle__main span {
  position: relative;
  right: -1em;
  padding: 0.6em 1em;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  min-width: 8em;
  text-align: center;
}

.about:nth-of-type(odd) .aboutTitle .aboutTitle__main[data-en]::before {
  margin-left: 0;
  margin-right: 15px;
  width: calc(100% - 15px);
  text-align: right;
}

.about:nth-of-type(odd) .aboutTitle__main span {
  right: auto;
  left: -1em;
  background-color: #f6f6f6;
}

.aboutTitle__sub {
  position: relative;
  z-index: -5;
}

.JSanimation.aboutTitle__sub::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
}

.about:nth-of-type(even) .JSanimation.aboutTitle__sub::before {
  background-color: #eee;
}

.JSanimation--on.aboutTitle__sub::before {
  width: 100%;
}

.JSanimation--motion.aboutTitle__sub::before {
  animation-name: aboutImageCover;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes aboutImageCover {
  0% {
    width: 100%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

.aboutTitle__sub img {
  width: 100%;
}


@media only screen and (max-width: 600px) {
  .aboutTitle {
    position: relative;
    display: block;
  }

  .aboutTitle > * {
    width: auto;
  }

  .aboutTitle__main {
    position: absolute;
    right: 0;
    bottom: 1.4em;
  }

  .aboutTitle__main[data-en]::before {
    margin-top: -1.05em;
    margin-left: 0;
    margin-right: 0.4em;
    width: calc(100% - 0.4em);
    color: #fff;
    font-size: 40px;
    opacity: 1;
    text-align: right;
  }

  .aboutTitle__main span {
    padding: 0.4em 1em;
    right: -2vw !important;
    left: auto !important;
    background-color: #fff !important;
    min-width: auto;
  }
}

.aboutBody {
  margin: 100px auto;
  padding: 100px 20px;
  position: relative;
  line-height: 2;
  font-size: calc(12px + 0.292825vw);
  overflow: hidden;
}

@media only screen and (max-width: 400px) {
  .aboutBody {
    margin: 60px auto;
    padding: 60px 20px;
  }
}

.aboutBody::before,
.aboutBody::after {
  margin: 0 auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 8em;
  height: 1px;
  background-color: #000;
}

.JSanimation--on.aboutBody::before {
  right: -1000px;
  opacity: 0;
}

.JSanimation--on.aboutBody::after {
  left: -1000px;
  width: 8em;
  opacity: 0;
}

.JSanimation--motion.aboutBody::before,
.JSanimation--motion.aboutBody::after {
  animation-name: aboutDivide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes aboutDivide {
  0% {
    width: 0em;
    opacity: 0;
  }
  100% {
    right: 0;
    left: 0;
    width: 8em;
    opacity: 1;
  }
}

.aboutBody > p {
  margin: 0 10%;
}

@media only screen and (max-width: 1050px) {
  .aboutBody > p {
    margin: 0;
  }
}

/** ------------------------------------------------------------
 * 商品一覧
 */
.categoryTitle {
  margin: 0 auto 60px;
  max-width: 1000px;
  height: 264px;
  position: relative;
  z-index: -2;
  background-color: #eee;
}

@media only screen and (max-width: 1366px) {
  .categoryTitle {
    height: calc(12em + 20px);
  }
}

@media only screen and (max-width: 600px) {
  .categoryTitle {
    height: calc(14em + 10px);
  }
}

.categoryTitle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .categoryTitle::before {
    z-index: 0;
  }
}

.JSanimation--on.categoryTitle::before {
  width: 100%;
}

.JSanimation--motion.categoryTitle::before {
  animation-name: categoryTitleCover;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes categoryTitleCover {
  0% {
    width: 100%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

.categoryTitle::after {
  content: "";
  margin-left: 264px;
  height: 100%;
  z-index: -1;
  display: block;
}

@media only screen and (max-width: 1366px) {
  .categoryTitle::after {
    margin-left: calc(12em + 20px);
  }
}

@media only screen and (max-width: 600px) {
  .categoryTitle::after {
    margin-top: 35%;
    margin-left: 0;
  }
}

.categoryTitle--kitchen_knife::after {
  background: url("/images/under/contents/product/category/001/categoryTitle.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.categoryTitle--scissors::after {
  background: url("/images/under/contents/product/category/002/categoryTitle.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.categoryTitle--trowel::after {
  background: url("/images/under/contents/product/category/003/categoryTitle.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.categoryTitle--knife::after {
  background: url("/images/under/contents/product/category/004/categoryTitle.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.categoryTitle--specialty::after {
  background: url("/images/under/contents/product/category/005/categoryTitle.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.categoryTitle__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 264px;
  height: 100%;
  line-height: 1.3;
  color: #fff;
  background-color: #000;
  font-size: 100%;
}

@media only screen and (max-width: 1366px) {
  .categoryTitle__body {
    width: calc(12em + 20px);
  }
}

@media only screen and (max-width: 600px) {
  .categoryTitle__body {
    margin-right: auto;
    margin-left: auto;
    right: 0;
    width: calc((14em + 10px) * 0.7);
    height: 70%;
    transform: translateY(-50%) translateX(0);
  }
}

.categoryTitle__body span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateY(-50%) translateX(-50%);
  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;
  font-size: calc(20px + 0.9vw);
  font-weight: 400;
}

/* 中カテゴリ */
.categorySubTitle {
  margin: 0 auto 60px;
  max-width: 1000px;
  background-color: #eee;
}


/* カテゴリ一覧 */
.cotegoryList {
  margin-bottom: 30px;
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
  font-size: calc(14px + 0.292825vw);
}

.cotegoryListItem {
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 18px 20px 18px 2.6em;
  position: relative;
  width: calc((100% / 2) - 30px - 0.01px);
  display: flex;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-decoration: none;
  transition: all .5s;
}

.cotegoryListItem:hover {
  color: #fff;
}

.cotegoryListItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: #eee;
  transition: all .5s;
}

.cotegoryListItem:hover::after {
  background-color: rgb(33,30,85);
}

.cotegoryListItem::before {
  content: "";
  margin: auto;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  position: absolute;
  top: -0.2em;
  bottom: 0;
  left: 1em;
  display: block;
  width: 0.8em;
  height: 0.4em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all .5s;
}

.cotegoryListItem:hover::before {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.cotegoryListItem span {
  display: flex;
  width: 100%;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .cotegoryList {
    margin-left: -2vw;
  }

  .cotegoryListItem {
    margin-bottom: 20px;
    margin-left: 2vw;
    width: calc((100% / 2) - 2vw - 0.01px);
  }
}

@media only screen and (max-width: 700px) {
  .cotegoryList {
    margin-left: -2vw;
  }

  .cotegoryListItem {
    margin-left: 2vw;
    width: calc(100% - 2vw);
  }
}

/* 商品一覧 */
.productList {
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
  font-size: calc(14px + 0.292825vw);
}

.productListItem {
  margin-bottom: 70px;
  margin-left: 30px;
  width: calc((100% / 4) - 30px - 0.01px);
  flex: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .productList {
    margin-left: -2vw;
  }

  .productListItem {
    margin-left: 2vw;
    width: calc((100% / 4) - 2vw - 0.01px);
  }
}

@media only screen and (max-width: 700px) {
  .productList {
    margin-left: -2vw;
  }

  .productListItem {
    margin-left: 2vw;
    width: calc((100% / 2) - 2vw - 0.01px);
  }
}

.productListItem__image {
  position: relative;
}

.productListItem__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
}

.productListItem__image.JSanimation--on::after {
  width: 100%;
}

.productListItem__image.JSanimation--motion::after {
  animation-name: productImageCover;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes productImageCover {
  0% {
    width: 100%;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.productListItem__image img {
  margin-bottom: 0.6em;
  position: relative;
  display: block;
  width: 100%;
  z-index: -2;
}

@media only screen and (max-width: 700px) {
  .productListItem__image img {
    margin-right: auto;
    margin-left: auto;
    max-width: 220px;
  }
}

.productListItem__name {
  margin: 0 auto;
  padding: 0 4px;
  display: table;
  line-height: 1.4;
}

@media only screen and (max-width: 700px) {
  .productListItem__name {
    max-width: 220px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.moreLink {
  margin-bottom: 80px;
  padding-bottom: 170px;
  position: relative;
  text-align: center;
}

.moreLink::after {
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 80px;
  background-color: #000;
}

.moreLink.JSanimation--on::after {
  bottom: 170px;
}

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

@keyframes categoryLine {
  0% {
    bottom: 170px;
    height: 0;
  }
  25% {
    bottom: 170px;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 80px;
  }
}

.moreLink a {
  margin: 0;
  padding: 18px 3em;
  border: 2px solid #000;
  position: relative;
  display: inline-block;
  width: 60%;
  max-width: 520px;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  font-size: calc(14px + 0.292825vw);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all .5s;
  text-decoration: none;
}

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

@media only screen and (max-width: 500px) {
  .moreLink a {
    display: block;
    width: auto;
  }
}

.moreLink 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) {
  .moreLink a::before {
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

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

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

.productSubText {
  padding: 3em 1.5em;
  position: relative;
  z-index: -2;
  background-color: #e6e6e6;
  font-size: calc(15px + 0.3vw);
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .productSubText {
    text-align: left;
  }
}

.productSubText::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
}

.productSubText.JSanimation--on::after {
  width: 100%;
}

.productSubText.JSanimation--motion::after {
  animation-name: productSubTextCover;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes productSubTextCover {
  0% {
    width: 100%;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


/** ------------------------------------------------------------
 * こだわりの逸品
 */
.categorySelectionTitle {
  margin-bottom: 60px;
  position: relative;
  z-index: -3;
  line-height: 1;
  color: #fff;
  background: #504220 url("/images/under/contents/product/category/selection.png") 80% 100% no-repeat;
  -webkit-background-size: auto 140%;
       -o-background-size: auto 140%;
          background-size: auto 140%;
}

.categorySelectionTitle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block;
  background-color: #fff;
}

.JSanimation--on.categorySelectionTitle::after {
  width: 100%;
}

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

@keyframes categorySelectionTitleCover {
  0% {
    width: 100%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@media only screen and (max-width: 1100px) {
  .categorySelectionTitle {
    background-position: 95% 100%;
    -webkit-background-size: auto 120%;
         -o-background-size: auto 120%;
            background-size: auto 120%;
  }
}

@media only screen and (max-width: 900px) {
  .categorySelectionTitle {
    background-position: 100% 100%;
    -webkit-background-size: auto 110%;
         -o-background-size: auto 110%;
            background-size: auto 110%;
  }
}

@media only screen and (max-width: 800px) {
  .categorySelectionTitle {
    -webkit-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
  }
}

@media only screen and (max-width: 700px) {
  .categorySelectionTitle {
    background-position: 50% 100%;
  }

  .categorySelectionTitle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    display: block;
    background-color: rgba(0,0,0,0.5);
  }
}

.container + .categorySelectionTitle {
  margin-top: -6.6vw;
}

.categorySelectionTitle__body {
  margin: 0 auto;
  padding: 110px 10vw;
  max-width: 1200px;
  font-size: calc(26px + 0.8vw);
  font-weight: 400;
}

@media only screen and (max-width: 700px) {
  .categorySelectionTitle__body {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .categorySelectionTitle__body {
    text-shadow: 3px 0 8px rgba(0,0,0,0.8);
  }
}

.selectionTitle {
  margin-bottom: 60px;
  position: relative;
  z-index: -2;
  color: #876615;
  font-size: calc(10px + 0.292825vw);
  font-weight: normal;
  text-align: center;
}

.selectionTitle[data-en]::before {
  content: attr(data-en);
  display: block;
  line-height: 1;
  font-size: calc(26px + 1.8vw);
  font-family: "Playfair Display",serif;
}

.productList + .selectionTitle {
  margin-top: 100px;
}

.selectionTitle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background-color: #fff;
}

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

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

/** ------------------------------------------------------------
 * 商品詳細
 */
.detail {
  padding: 5%;
  min-height: 700px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .detail {
    padding: 0;
    display: block;
  }
}

.detail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -20;
  width: 100%;
  background-color: #e6e6e6;
}

.detail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -9;
  width: 0;
  background-color: #fff;
}

.detail.JSanimation--on::after {
  width: 100%;
}

.detail.JSanimation--motion::after {
  animation-name: productCover;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes productCover {
  from {
    width: 100%;
  }

  to {
    width: 0;
  }
}

.detail__sub {
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  width: 60%;
  z-index: -10;
}

.detail__sub img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .detail__sub {
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    z-index: -10;
  }

  .detail__sub img {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
  }
}

.detail__sub img {
  animation-name: productImg;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
}

@keyframes productImg {
  from {
    margin-left: -300px;
  }

  to {
    margin-left: 0;
  }
}

.detail__main {
  padding: 50px;
  position: relative;
  width: 43%;
  box-sizing: border-box;
  font-size: calc(14px + 0.292825vw);
}

@media only screen and (max-width: 1024px) {
  .detail__main {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .detail__main {
    margin: -15% 5% 10%;
    width: auto;
  }
}

@media only screen and (max-width: 650px) {
  .detail__main {
    padding: 10%;
  }
}

.detail__main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.JSanimation--on .detail__main::before {
  width: 0;
}

.JSanimation--motion .detail__main::before {
  animation-name: productTextCover;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes productTextCover {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  75% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.7;
  }
}

.detail__mainInner {
  margin: 0 auto;
  max-width: 450px;
}


.JSanimation--on .detail__mainInner {
  opacity: 0;
}

.JSanimation--motion .detail__mainInner {
  animation-name: productTextBody;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
}

@keyframes productTextBody {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.detail__title {
  margin: 0 auto;
  padding-bottom: 25px;
  position: relative;
  display: table;
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: calc(14px + 0.6vw);
}

.detail__title::before {
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
}

.JSanimation--on .detail__title::before {
  width: 0;
}

.JSanimation--motion .detail__title::before {
  animation-name: detailTitleLine;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes detailTitleLine {
  0% {
    left: 0%;
    width: 0;
  }
  85% {
    left: 0%;
    width: 0;
  }
  100% {
    left: 50%;
    width: 60px;
  }
}

.detail__title::after {
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
}

.JSanimation--on .detail__title::after {
  width: 0;
}

.JSanimation--motion .detail__title::after {
  animation-name: detailTitleLine2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes detailTitleLine2 {
  0% {
    left: 100%;
    width: 0;
  }
  85% {
    left: 100%;
    width: 0;
  }
  100% {
    left: 50%;
    width: 60px;
  }
}

.detail__body {
  margin: 0 auto 25px;
  position: relative;
  display: table;
  font-size: calc(10px + 0.25vw);
}

.detailData {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .detail__title {
    margin-bottom: 1.6em;
    padding-bottom: 1.6em;
  }

  .detailData {
    margin-bottom: 1.6em;
  }
}

.detailData__item {
  display: flex;
  font-size: calc(10px + 0.25vw);
}

.detailData__item + .detailData__item {
  margin-top: 0.5em;
}

.detailData__title,
.detailData__body {
  padding: 2px 1em;
}

.detailData__title {
  width: 4em;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailData__body {
  padding-left: 1.4em;
}

.detailData__variations {
  display: flex;
  justify-content: space-between;
}

.detailData__price {
  margin-right: 10px;
}

.shoppingButton {
  margin-top: 0.8em;
  position: relative;
  line-height: 1;
  text-align: center;
}

.shoppingButton a {
  margin: 0 auto;
  padding: 20px 1em;
  border: 2px solid #000;
  box-sizing: border-box;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  background-color: #000;
  font-size: calc(12px + 0.292825vw);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all .5s;
  text-decoration: none;
}

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

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

.shoppingButton a svg {
  margin-left: 0.8em;
  width: 1em;
  height: 1em;
  display: block;
  align-items: center;
}

.replaced-svg path {
  fill: #fff;
  transition: all .5s;
}

.shoppingButton a:hover .replaced-svg path {
  fill: #000;
}


/** ------------------------------------------------------------
 * エラー系ページ
 */
.errorPageWrap {
  position: relative;
  height: 600px;
}

.errorPage {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.errorPage__title {
  line-height: 1.15;
  font-size: calc(22px + 3vw);
  font-weight: 400;
  text-align: center;
  word-break: normal;
  word-wrap: normal;
}

.errorPage__body {
  margin: 40px auto;
  display: table;
  font-size: calc(14px + 0.292825vw);
}

.backLink {
  text-align: center;
}

.backLink a {
  padding: 15px 3em;
  border: 2px solid #000;
  position: relative;
  display: inline-block;
  width: 60%;
  max-width: 450px;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  font-size: calc(14px + 0.292825vw);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all .5s;
  text-decoration: none;
}

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

@media only screen and (max-width: 500px) {
  .backLink a {
    display: block;
    width: auto;
  }
}

.backLink 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) {
  .backLink a::before {
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

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

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










