@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: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  padding: 0 0 160px;
  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 .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0 0 90px;
  text-align: center;
}
.area-header .header-text {
  text-align: center;
  margin: 70px auto 90px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.area-header .navi {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1140px;
  margin: 0 auto;
}
.area-header .navi li {
  width: 550px;
  margin: 10px;
}
.area-header .navi li a {
  display: block;
  position: relative;
}
.area-header .navi li a .nav-text {
  position: absolute;
  top: 30px;
  right: 25px;
}
.area-header .navi li a .nav-text img {
  zoom: 0.9;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .header-text {
    text-align: left;
    margin: 25px 40px 60px;
    font-size: 14px;
    padding: 0;
  }
  .area-header .header-text br {
    display: none;
  }
  .area-header .navi {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin: 0 10px;
  }
  .area-header .navi li {
    width: 48%;
    margin: 0 1% 2%;
  }
  .area-header .navi li a {
    display: block;
    position: relative;
  }
  .area-header .navi li a .nav-text {
    position: absolute;
    top: 5px;
    right: 12px;
  }
  .area-header .navi li a .nav-text img {
    zoom: 0.25;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  width: 1120px;
  margin: 0 auto;
  padding: 70px 0 0;
}
.area-body section .sec-wrap {
  padding: 0 0 70px;
}
.area-body section.sec01 .sec-wrap {
  background: #e0dee3;
}
.area-body section.sec01 .sec-wrap .sec-title {
  background: #9792a3;
}
.area-body section.sec02 .sec-wrap {
  background: #fcf5ec;
}
.area-body section.sec02 .sec-wrap .sec-title {
  background: #f5debf;
}
.area-body section.sec03 .sec-wrap {
  background: #f7dde3;
}
.area-body section.sec03 .sec-wrap .sec-title {
  background: #e38fa1;
}
.area-body section.sec04 .sec-wrap {
  background: #d1e1e7;
  line-height: 1;
}
.area-body section.sec04 .sec-wrap .sec-title {
  text-align: left;
  color: #fff;
  background: #689ab0;
}
.area-body section .sec-title {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
}
.area-body section .sec-title .sec-text {
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  margin: 0 0 0 40px;
}
.area-body section .area-slider {
  display: flex;
  display: -webkit-flex;
}
.area-body section .area-slider .main-slider {
  width: 660px;
}
.area-body section .area-slider .slider-info {
  width: 460px;
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  justify-content: space-between;
}
.area-body section .area-slider .slider-info p {
  text-align: left;
  margin: 60px;
  font-size: 16px;
  line-height: 2;
}
.area-body section .area-slider .slider-info .sub-slider {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 40px;
}
.area-body section .area-slider .slider-info .sub-slider li {
  cursor: pointer;
  width: 120px;
  margin: 10px 10px 0 0;
}
.area-body section .area-slider .slider-info .sub-slider li:nth-child(3n) {
  margin-right: 0;
}
.area-body section .area-product {
  font-weight: 600;
}
.area-body section .area-product .product-img {
  width: 300px;
  margin: 30px auto 0;
}
.area-body section .area-product .product-name {
  font-size: 24px;
}
.area-body section .area-product .color,
.area-body section .area-product .size {
  font-size: 14px;
  line-height: 1.4;
}
.area-body section .area-product .pri {
  font-size: 20px;
}
.area-body section .area-product .pri span {
  font-size: 12px;
}
.area-body section .area-product .elem-btn a {
  display: block;
  width: 350px;
  margin: 15px auto 0;
  background: #333333;
  color: #fff;
  font-size: 13px;
  padding: 15px 0;
  border-radius: 30px;
}
.area-body .all-btn a {
  display: block;
  width: 1120px;
  margin: 15px auto 0;
  background: #333333;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 25px 0;
}

@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    margin: 0 auto 0;
    padding: 60px 0 0;
  }
  .area-body section .sec-wrap {
    padding: 0 0 60px;
  }
  .area-body section .sec-title {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }
  .area-body section .sec-title .sec-num img {
    zoom: 0.5;
  }
  .area-body section .sec-title .sec-text {
    text-align: left;
    font-size: 20px;
    margin: 0 0 0 20px;
    line-height: 1.2;
  }
  .area-body section .area-slider {
    flex-flow: column;
  }
  .area-body section .area-slider .main-slider {
    width: 100%;
  }
  .area-body section .area-slider .slider-info {
    width: auto;
    flex-flow: column-reverse;
  }
  .area-body section .area-slider .slider-info p {
    text-align: left;
    margin: 0 30px;
    font-size: 13px;
    line-height: 2;
  }
  .area-body section .area-slider .slider-info .sub-slider {
    margin: 30px;
  }
  .area-body section .area-slider .slider-info .sub-slider li {
    cursor: pointer;
    width: 32%;
    margin: 2% 2% 0 0;
  }
  .area-body section .area-slider .slider-info .sub-slider li:nth-child(3n) {
    margin-right: 0;
  }
  .area-body section .area-product .product-img {
    width: auto;
    margin: 40px 75px 0;
  }
  .area-body section .area-product .product-name {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .area-body section .area-product .color,
.area-body section .area-product .size {
    font-size: 14px;
  }
  .area-body section .area-product .pri {
    font-size: 16px;
  }
  .area-body section .area-product .pri span {
    font-size: 10px;
  }
  .area-body section .area-product .elem-btn a {
    display: block;
    width: auto;
    margin: 15px 50px 0;
    font-size: 11px;
    padding: 10px 0;
  }
  .area-body .all-btn a {
    width: auto;
    margin: 30px 20px 0;
    font-size: 11px;
    padding: 25px 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;
}