@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.area-container {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.area-header.head-pc {
  display: flex;
  display: -webkit-flex;
}
.area-header.head-sp {
  display: none;
}
.area-header .left {
  width: 27.8%;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  /* 画面上部からの距離 */
  height: 100%;
}
.area-header .center {
  width: 45.4%;
}
.area-header .right {
  width: 26.8%;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  /* 画面上部からの距離 */
  height: 100%;
}
.area-header .header-text {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 40px;
  line-height: 2.2;
  text-align: center;
}
.area-header .area-shop {
  background: #000;
  color: #fff;
  margin: 30px 15% 0;
  padding: 60px 0;
}
.area-header .area-shop .shop-title {
  font-size: 20px;
}
.area-header .area-shop ul {
  font-size: 16px;
}
.area-header .area-shop ul li {
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 896px) {
  .area-header {
    position: relative;
    z-index: 1;
  }
  .area-header.head-pc {
    display: none;
  }
  .area-header.head-sp {
    display: block;
  }
  .area-header .center {
    width: auto;
  }
  .area-header .center h3 {
    font-size: 16px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    background-color: #000;
    color: #fff;
    line-height: 2;
    padding: 3px 0;
    margin-bottom: 40px;
  }
  .area-header .header-text {
    font-weight: 500;
    font-size: 12px;
    margin: 0 auto 30px;
    line-height: 2.2;
    text-align: center;
  }
  .area-header .header-text.margin-top {
    margin-top: 30px;
  }
  .area-header .area-shop {
    background: #000;
    color: #fff;
    margin: 40px 0 0;
    padding: 40px 0;
  }
  .area-header .area-shop .shop-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .area-header .area-shop ul {
    font-size: 13px;
  }
  .area-header .area-shop ul li {
    margin: 0 0 0.2rem;
  }
  .area-header .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    pointer-events: none;
  }
  .area-header .parallax-bg .bg {
    background: no-repeat top center/cover;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -1;
  }
  .area-header .parallax-bg .bg01 {
    background-image: url("../images/s/head-back.jpg");
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto 100px;
  padding: 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.area-body ul.slick-dots {
  display: block !important;
  bottom: -22px;
}
.area-body ul.slick-dots > li {
  float: none;
  margin: 0 2px !important;
  width: 6px;
  height: 6px;
  padding: 0;
}
.area-body ul.slick-dots > li button {
  width: 6px;
  height: 6px;
  padding: 0;
  background: #ccc;
  border-radius: 0 !important;
}
.area-body ul.slick-dots > li button:before {
  border: none;
}
.area-body ul.slick-dots > li.slick-active button {
  background: #000;
}
.area-body ul.slick-dots > li.slick-active button:before {
  background: none;
  border: none;
}
.area-body section:nth-child(2n) .flex-box {
  flex-flow: row-reverse;
}
.area-body section:nth-child(2n) .area-img {
  text-align: right;
}
.area-body section:nth-child(2n) .area-info dl {
  text-align: left;
  justify-content: start;
}
.area-body section:nth-child(2n) .area-info .elem-btn {
  text-align: left;
  margin: 0 0 0 40px;
}
.area-body section .flex-box {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  width: 1120px;
  padding: 200px 0 0;
  margin: 0 auto;
}
.area-body section .area-img {
  width: 620px;
  text-align: left;
}
.area-body section .area-img .product-img {
  margin: 0 0 30px;
}
.area-body section .area-img .brand {
  text-align: left;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 3px 5px;
}
.area-body section .area-img .limited {
  text-align: left;
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 3px 5px;
  margin: 0 0 0 7px;
}
.area-body section .area-img .product-name {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding: 1px 0;
  margin: 10px 0 0;
}
.area-body section .area-info {
  width: 500px;
}
.area-body section .area-info .img-slider {
  width: 410px;
  margin: 0 auto 50px;
  position: relative;
}
.area-body section .area-info .img-slider .prev-arrow {
  width: 20px;
  position: absolute;
  z-index: 2;
  top: 44%;
  left: -8%;
}
.area-body section .area-info .img-slider .next-arrow {
  width: 20px;
  position: absolute;
  z-index: 2;
  top: 44%;
  right: -8%;
}
.area-body section .area-info .img-slider .slick-arrow {
  display: block !important;
}
.area-body section .area-info .elem-text {
  width: 410px;
  margin: 0 auto 40px;
  text-align: left;
  font-size: 16px;
}
.area-body section .area-info dl {
  width: 410px;
  margin: 0 auto;
  text-align: right;
  display: flex;
  display: -webkit-flex;
  justify-content: end;
  font-size: 21px;
  font-weight: 700;
}
.area-body section .area-info dl dt {
  width: 3.5rem;
}
.area-body section .area-info dl dd::before {
  content: ":";
  padding: 0 5px;
}
.area-body section .area-info dl dd span {
  font-size: 0.8rem;
}
.area-body .elem-btn {
  text-align: right;
  margin: 0 40px 0 0;
}
.area-body .elem-btn a {
  width: 180px;
  line-height: 1;
  padding: 15px 0;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  background: #000;
  color: #fff;
  margin: 20px 0 0;
}
.area-body .elem-btn.btn-center a {
  margin: 10px auto 100px;
}
@media screen and (max-width: 896px) {
  .area-body {
    max-width: auto;
    margin: 0 auto 40px;
    font-size: 13px;
  }
  .area-body ul.slick-dots {
    display: block !important;
    bottom: -20px;
  }
  .area-body ul.slick-dots li {
    float: none;
    margin: 0 2px !important;
    width: 6px;
    height: 6px;
    padding: 0;
  }
  .area-body ul.slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0;
    background: #ccc;
  }
  .area-body ul.slick-dots li button:before {
    border: none;
  }
  .area-body ul.slick-dots li.slick-active button {
    background: #333;
  }
  .area-body ul.slick-dots li.slick-active button:before {
    background: none;
    border: none;
  }
  .area-body section:nth-child(2n) .flex-box {
    flex-flow: column;
  }
  .area-body section:nth-child(2n) .area-img {
    text-align: left;
  }
  .area-body section:nth-child(2n) .area-info dl {
    text-align: left;
    justify-content: start;
  }
  .area-body section:nth-child(2n) .area-info .elem-btn {
    text-align: left;
    margin: 0;
  }
  .area-body section .flex-box {
    flex-flow: column;
    width: auto;
    padding: 100px 0 0;
    margin: 0 auto;
  }
  .area-body section .area-img {
    width: auto;
    text-align: left;
  }
  .area-body section .area-img .product-img {
    margin: 0 0 10px;
  }
  .area-body section .area-img .brand {
    text-align: left;
    display: inline-block;
    font-size: 10px;
    padding: 2px 4px;
    margin: 0 0 0 35px;
  }
  .area-body section .area-img .limited {
    text-align: left;
    display: inline-block;
    font-size: 10px;
    padding: 2px 4px;
    margin: 0;
  }
  .area-body section .area-img .product-name {
    width: calc(100% - 70px);
    margin: 5px 35px 40px;
    font-size: 17px;
    padding: 1px 0;
  }
  .area-body section .area-info {
    width: 100%;
  }
  .area-body section .area-info .img-slider {
    width: calc(100% - 70px);
    margin: 0 35px 40px;
    position: relative;
  }
  .area-body section .area-info .img-slider .prev-arrow {
    width: 15px;
    position: absolute;
    z-index: 2;
    top: 44%;
    left: -8%;
  }
  .area-body section .area-info .img-slider .next-arrow {
    width: 15px;
    position: absolute;
    z-index: 2;
    top: 44%;
    right: -8%;
  }
  .area-body section .area-info .elem-text {
    width: auto;
    margin: 0 35px 15px;
    font-size: 12px;
  }
  .area-body section .area-info dl {
    width: auto;
    margin: 0 35px;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    justify-content: start;
    font-size: 13px;
    font-weight: 600;
  }
  .area-body section .area-info dl dt {
    width: 2rem;
  }
  .area-body section .area-info dl dd::before {
    content: ":";
    padding: 0 5px;
  }
  .area-body section .area-info dl dd span {
    font-size: 0.6rem;
  }
  .area-body .elem-btn {
    margin: 0;
  }
  .area-body .elem-btn a {
    font-size: 12px;
    width: calc(100% - 70px);
    display: block;
    padding: 10px 0;
    margin: 15px 35px 0;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}