@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: "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;
  overflow: hidden;
}
.area-header .mainvisual {
  width: 445px;
  margin: 155px auto 30px;
}
.area-header .header-text {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 100px;
}
.area-header .slider-wrap {
  overflow: hidden !important;
  white-space: nowrap;
  width: 360%;
  position: relative;
}
.area-header .line-slider {
  width: 100%;
  overflow: hidden !important;
  display: inline-flex;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}
.area-header .line-slider li {
  display: inline-block;
  margin: 0 3px;
}
.area-header .line-slider li img {
  height: 30vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0 0 40px;
  }
  .area-header .mainvisual {
    width: 225px;
    margin: 75px auto 10px;
  }
  .area-header .header-text {
    font-size: 14px;
    margin: 0 0 50px;
  }
  .area-header .slider-wrap {
    overflow: hidden !important;
    white-space: nowrap;
    width: 1000%;
    position: relative;
  }
  .area-header .line-slider li {
    margin: 0 1px;
  }
  .area-header .line-slider li img {
    width: 100%;
    height: 70vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* 横に2セット並べてシームレスに流す */
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto 100px;
  padding: 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
}
.area-body ul.slick-dots {
  display: block !important;
  bottom: -25px;
}
.area-body ul.slick-dots li {
  float: none;
  margin: 0 2px;
  width: 30px;
  height: 2px;
  padding: 0;
}
.area-body ul.slick-dots li button {
  width: 30px;
  height: 2px;
  padding: 0;
  border-radius: 0%;
  background: #ccc;
}
.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 {
  padding: 70px 0;
}
.area-body section .img-list {
  width: 98%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-flow: column;
}
.area-body section .img-list.margin-top {
  margin-top: 6%;
}
.area-body section .img-list li {
  margin: 0 0 4%;
}
.area-body section .img-list li.margin img {
  width: 60%;
}
.area-body section .flex-box {
  flex-flow: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-body section .flex-box li {
  width: 49.5%;
}
.area-body section .flex-box li.short {
  width: 44%;
}
.area-body section .flex-box li.mid {
  width: 55%;
}
.area-body section .flex-box li.center {
  width: 100%;
}
.area-body section .flex-box li.margin img {
  width: 60%;
}
.area-body section .product-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-body section .product-list li {
  width: 300px;
  margin: 0 10px;
}
.area-body section .product-list li a span {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
}
.area-body section .product-list li a span.product-img {
  margin: 0 20px 10px;
}
.area-body section .product-list li a span.product-name span {
  display: inline-block;
  font-size: 0.8rem;
}
.area-body section .product-list li a span.product-btn {
  font-size: 14px;
  line-height: 1;
  padding: 17px 0;
  width: 205px;
  margin: 24px auto 0;
  background: #dd670b;
}
.area-body section .freecity-btn {
  margin: 180px 0 0;
}
@media screen and (max-width: 896px) {
  .area-body section {
    max-width: auto;
    padding: 30px 0 0;
    margin: 0 auto 100px;
    font-size: 13px;
  }
  .area-body section ul.slick-dots {
    display: block !important;
    bottom: -20px;
  }
  .area-body section ul.slick-dots li {
    float: none;
    margin: 0 2px;
    width: 15px;
    height: 1px;
    padding: 0;
  }
  .area-body section ul.slick-dots li button {
    width: 15px;
    height: 1px;
    padding: 0;
    border-radius: 0;
    background: #ccc;
  }
  .area-body section ul.slick-dots li button:before {
    border: none;
  }
  .area-body section ul.slick-dots li.slick-active button {
    background: #333;
  }
  .area-body section ul.slick-dots li.slick-active button:before {
    background: none;
    border: none;
  }
  .area-body section .img-list {
    width: auto;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-flow: column;
  }
  .area-body section .img-list.margin-top {
    margin-top: 6%;
  }
  .area-body section .img-list li {
    margin: 0 0 4%;
  }
  .area-body section .img-list li.margin {
    width: 92%;
    margin: 0 4% 4%;
  }
  .area-body section .img-list li.margin img {
    width: 100%;
  }
  .area-body section .flex-box {
    flex-flow: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area-body section .flex-box li {
    width: 92%;
    margin: 0 4% 4%;
  }
  .area-body section .flex-box li.short {
    width: 92%;
  }
  .area-body section .flex-box li.mid {
    width: 92%;
  }
  .area-body section .flex-box li.center {
    width: 100%;
    margin: 0 0 4%;
  }
  .area-body section .flex-box li.margin img {
    width: auto;
  }
  .area-body section .flex-box li.margin-sp-all {
    width: 92%;
    margin: 0 4% 4%;
  }
  .area-body section .flex-box li.margin-sp {
    width: 80%;
    margin: 0 4% 4% 16%;
  }
  .area-body section .flex-box li.margin-sp-2 {
    width: 80%;
    margin: 0 16% 4% 4%;
  }
  .area-body section .flex-box li.center-sp {
    width: 100%;
    margin: 0 0 4%;
  }
  .area-body section .flex-box li.center-sp {
    width: 100%;
    margin: 0 0 4%;
  }
  .area-body section .product-list {
    flex-flow: column;
  }
  .area-body section .product-list li {
    width: auto;
    margin: 30px 60px;
  }
  .area-body section .product-list li a span {
    display: block;
    font-size: 12px;
  }
  .area-body section .product-list li a span.product-img {
    margin: 0 0 10px;
  }
  .area-body section .product-list li a span.product-name span {
    display: inline-block;
    font-size: 0.6rem;
  }
  .area-body section .product-list li a span.product-btn {
    font-size: 10px;
    padding: 12px 0;
    width: 140px;
    margin: 15px auto 0;
  }
  .area-body section .freecity-btn {
    width: 240px;
    margin: 100px auto 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;
}