@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: 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: block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.area-container {
  background: #000;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 15px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #fff;
  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;
  background: #000;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .flowimg {
  position: relative;
  padding: 10vw 10vw;
  overflow: hidden;
}
.area-header .flowimg::before,
.area-header .flowimg::after {
  content: "WINTER SALE";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  color: #0F0F0F;
  font-size: 15vw;
  font-weight: 600;
  font-family: "Roboto", serif;
  line-height: 1;
  text-align: center;
  z-index: 0;
}
.area-header .flowimg::before {
  left: 0;
  -webkit-animation: flowimg 45s linear infinite;
  animation: flowimg 45s linear infinite;
}
.area-header .flowimg::after {
  left: 100%;
  -webkit-animation: flowimg 45s linear infinite;
  animation: flowimg 45s linear infinite;
}
@-webkit-keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
    overflow: hidden;
  }
  .area-header .flowimg {
    position: relative;
    padding: 70vw 0 0;
    overflow: hidden;
    width: 355vw;
  }
  .area-header .flowimg::before,
.area-header .flowimg::after {
    content: "WINTER SALE";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #202020;
    font-size: 200px;
    z-index: 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  position: relative;
  margin: -170px auto 0;
  padding: 0 0 100px;
  font-weight: normal;
  overflow: hidden;
  z-index: 2;
}
.area-body .header-text {
  width: auto;
  font-weight: 600;
  font-size: 20px;
  font-weight: 600;
  margin: 0px auto 60px;
  line-height: 1.8;
  text-align: center;
}
.area-body .list {
  margin: 0 0 100px;
}
.area-body .list li {
  padding-left: 1em;
  text-indent: -1em;
}
.area-body .elem-btn a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  width: 440px;
  margin: 0 auto;
  display: block;
  border: 1px solid #707070;
  line-height: 1;
  padding: 20px 0;
}
.area-body .elem-btn.not-link {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 20px;
  width: 440px;
  margin: 0 auto;
  display: block;
  border: 1px solid #707070;
  line-height: 1;
  padding: 20px 0;
}
.area-body .elem-btn.back-white a {
  margin-top: 60px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  color: #000;
  background: #fff;
}
.area-body .elem-btn.back-white a span {
  display: inline-block;
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 896px) {
  .area-body {
    max-width: auto;
    margin: -67% auto 0;
    padding-bottom: 50px;
    font-size: 15px;
  }
  .area-body .header-text {
    width: auto;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 26px;
    line-height: 2;
    text-align: center;
  }
  .area-body .header-text br {
    display: block;
  }
  .area-body .list {
    margin: 0 20px 50px;
    text-align: left;
  }
  .area-body .list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .area-body .list li br {
    display: none;
  }
  .area-body .elem-btn a {
    width: auto;
    border: 1px solid #707070;
    padding: 20px 0;
  }
  .area-body .elem-btn.not-link {
    width: auto;
    border: 1px solid #707070;
    padding: 20px 0;
  }
  .area-body .elem-btn.back-white a {
    margin-top: 20px;
    font-size: 15px;
  }
  .area-body .elem-btn.back-white a span {
    display: inline-block;
    margin: 0 0 0 1rem;
  }
}

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;
}