@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: #f5f4e9;
}

.area-container {
  background: #f5f4e9;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #f5f4e9;
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", "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;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 10px;
  top: 8px;
}
.arrow.arrow-left {
  position: absolute;
  top: 44%;
  left: 0;
  z-index: 2;
}
.arrow.arrow-left::before {
  transform: rotate(-135deg);
}
.arrow.arrow-right {
  position: absolute;
  top: 44%;
  right: 15px;
  z-index: 2;
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
}

/*
    area-header
=========================================*/
.area-header {
  background: #f5f4e9;
}
.area-header .mainvisual img {
  width: 100%;
  max-width: 1350px;
}
.area-header h1 {
  width: 670px;
  text-align: left;
  font-size: 16px;
  padding: 20px 0 70px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
  }
  .area-header h1 {
    width: auto;
    font-size: 13px;
    padding: 10px 0 30px;
    margin: 0 20px;
    font-weight: normal;
  }
  .area-header .header-text {
    border-bottom: none;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
  background: #f5f4e9;
}
.area-body .area-product .product-name a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.area-body .area-product .product-info {
  font-size: 14px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0;
}
.area-body .elem-btn a {
  font-family: "myriad-pro", sans-serif;
  font-weight: 800;
  background: #000;
  color: #fff;
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 14px 0;
  border-radius: 5px;
}
.area-body .flex-box {
  width: 1000px;
  margin: 130px auto 100px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.area-body .flex-box.only_pc {
  display: flex;
  display: -webkit-flex;
}
.area-body .flex-box.only_sp {
  display: none;
}
.area-body .flex-box .box {
  width: 460px;
}
.area-body .flex-box .box p {
  text-align: left;
  margin: 20px 0 0;
}
.area-body .area-color {
  padding: 0 0 100px;
}
.area-body .area-color h2 {
  width: 294px;
  margin: 0 auto 70px;
}
.area-body .area-color section {
  width: 1000px;
  margin: 60px auto;
}
.area-body .area-color section .color-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.area-body .area-color section .color-list li {
  width: 50%;
}
.area-body .area-color section .color-list li.movie {
  position: relative;
  width: 50%;
  overflow: hidden;
  padding-top: 56.25%;
}
.area-body .area-color section .color-list li.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.area-body .area-color section .color {
  margin: 40px 0 25px;
}
@media screen and (max-width: 896px) {
  .area-body .area-product .product-name {
    margin: 10px 0 0;
  }
  .area-body .area-product .product-name a {
    font-size: 15px;
  }
  .area-body .area-product .product-info {
    line-height: 1.4;
    font-size: 14px;
    margin: 6px 0 10px;
  }
  .area-body .elem-btn a {
    width: auto;
    margin: 0 70px;
    padding: 14px 0;
    border-radius: 5px;
  }
  .area-body .flex-box {
    width: auto;
    margin: 100px 30px 50px;
    flex-flow: column;
  }
  .area-body .flex-box.only_pc {
    display: none;
  }
  .area-body .flex-box.only_sp {
    display: flex;
    display: -webkit-flex;
  }
  .area-body .flex-box .box {
    width: auto;
    margin: 0 0 40px;
  }
  .area-body .flex-box .box p {
    text-align: left;
    margin: 10px 0 0;
  }
  .area-body .area-color {
    margin-top: 70px;
  }
  .area-body .area-color h2 {
    width: auto;
    margin: 0 auto 10px;
  }
  .area-body .area-color h2 img {
    zoom: 0.5;
  }
  .area-body .area-color section {
    width: auto;
    margin: 30px auto;
  }
  .area-body .area-color section .color-list {
    display: block;
    position: relative;
  }
  .area-body .area-color section .color-list .slick-arrow {
    display: block !important;
  }
  .area-body .area-color section .color-list li {
    width: auto;
  }
  .area-body .area-color section .color-list li.movie {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 24.95%;
  }
  .area-body .area-color section .color-list li.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .area-body .area-color section .color {
    margin: 40px 0 25px;
  }
  .area-body .area-color section .color img {
    zoom: 0.5;
  }
}
.area-body .thumb-slide {
  position: relative;
  z-index: 2;
}
.area-body .slider .slick-arrow {
  display: block !important;
}
.area-body .slider ul {
  position: relative;
}
.area-body .slider ul li {
  width: 550px;
  margin: 0 35px;
}
.area-body .slider ul li .slider-color {
  margin: 10px 0;
}
.area-body .slider .slick-slide img {
  border-radius: 10px;
}
.area-body .slider .arrow-w {
  z-index: 2;
  position: absolute;
  width: 900px;
  height: 900px;
  left: calc(50% - 450px);
}
.area-body .slider .prev-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  text-align: left;
  z-index: 2;
  cursor: pointer;
}
.area-body .slider .next-arrow {
  position: absolute;
  top: -57%;
  right: 0;
  text-align: right;
  z-index: 2;
  cursor: pointer;
}
.area-body .area-all-btn {
  border-bottom: 1px solid #000;
  position: relative;
}
.area-body .area-all-btn .image img {
  width: 100%;
}
.area-body .area-all-btn .elem-btn {
  position: absolute;
  top: 50%;
  left: calc(50% - 150px);
}
.area-body .area-all-btn .elem-btn a {
  font-size: 18px;
  color: #fff;
  position: relative;
}
.area-body .area-all-btn .elem-btn a .arrow {
  position: absolute;
  top: 6px;
  right: -30px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media screen and (max-width: 896px) {
  .area-body .slider .slick-arrow {
    display: block !important;
  }
}

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;
}