@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block !important;
}

.media_sp {
  display: none !important;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none !important;
  }

  .media_sp {
    display: inline-block !important;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.area-container {
  background: #fff;
  padding-bottom: 50px;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
.area-wrapper a {
  color: #000;
  text-decoration: none !important;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper p {
  margin-top: 80px;
}
.area-wrapper p strong {
  font-weight: bold;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper p {
    margin-top: 40px;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header .mainvisual {
  position: relative;
}
.area-header .mainvisual .movie {
  width: 100%;
  position: relative;
  bottom: 0%;
  left: 0%;
}
.area-header .mainvisual .movie .wrap {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.area-header .mainvisual .movie .wrap iframe {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 80%;
}
.area-header h1 {
  font-size: 14px;
  font-weight: normal;
  margin: -170px 0 65px;
}
@media screen and (max-width: 896px) {
  .area-header .mainvisual {
    position: relative;
  }
  .area-header .mainvisual .movie {
    position: absolute;
    bottom: 0%;
  }
  .area-header .mainvisual .movie .wrap iframe {
    position: absolute;
    top: -10%;
    left: 10%;
    width: 80%;
    height: 100%;
  }
  .area-header h1 {
    font-size: 12px;
    margin: 30px 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  margin: 0 auto;
  font-weight: normal;
  max-width: 1260px;
}
.area-body .list {
  display: flex;
  display: -webkit-flex;
  margin: 1.2% 0.6%;
}
.area-body .list.r-space {
  margin-right: 20%;
}
.area-body .list.l-space {
  margin-left: 20%;
}
@media screen and (max-width: 896px) {
  .area-body .list {
    margin: 2.6% 0.6%;
  }
  .area-body .list.r-space {
    margin-right: 8%;
  }
  .area-body .list.l-space {
    margin-left: 8%;
  }
}
.area-body .list.no-space li:first-of-type {
  margin-right: 0;
}
.area-body .list.no-space li img {
  width: 100%;
}
.area-body .list li:first-of-type {
  margin-right: 0.6%;
}
.area-body .list {
  opacity: 0;
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.5s ease-out;
}
.area-body .list.on {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.area-body .list:nth-child(2n) {
  opacity: 0;
  -webkit-clip-path: inset(0% 0% 0% 100%);
  clip-path: inset(0% 0% 0% 100%);
  transition: all 0.5s ease-out;
}
.area-body .list:nth-child(2n).on {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.area-body .list.last-fade {
  opacity: 0;
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  transition: all 1.5s ease-out;
}
.area-body .list.last-fade.on {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.area-body .creater {
  font-size: 12px;
  margin: 75px 0;
}
.area-body .btn-all a {
  font-size: 12px;
  width: 700px;
  margin: 0 auto 100px;
  padding: 16px 0;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 896px) {
  .area-body .btn-all a {
    width: auto;
    margin: 0 20px 50px;
    padding: 12px 0;
  }
}

.bodyWrap {
  /* モーダル全体(背景＋本体) */
  /* モーダル背景 */
  /* モーダル本体 */
}
.bodyWrap .elem-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}
.bodyWrap .elem-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.bodyWrap .elem-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  height: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  width: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  padding: 40px 0;
}
.bodyWrap .elem-modal-content .wrap {
  width: 840px;
  margin: 0 auto;
  position: relative;
}
.bodyWrap .elem-modal-content .logo {
  width: 156px;
  position: absolute;
  top: 0;
  left: 0;
}
.bodyWrap .elem-modal-content .js-modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
.bodyWrap .elem-modal-content .product-list {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  padding: 150px 0 0;
}
.bodyWrap .elem-modal-content .product-list h2 {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin: 20px 40px 550px 0;
}
.bodyWrap .elem-modal-content .product-list h2 span {
  font-size: 3rem;
  padding: 0 0 0 6px;
}
.bodyWrap .elem-modal-content .product-list .img {
  width: 500px;
}
.bodyWrap .elem-modal-content .product-list .pro-list {
  font-size: 15px;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 0 0 0 30px;
}
.bodyWrap .elem-modal-content .product-list .pro-list a {
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}
.bodyWrap .elem-modal-content .product-list .pro-list a .name {
  width: 7.5em;
}
@media screen and (max-width: 896px) {
  .bodyWrap .elem-modal-content {
    padding: 60px 0;
  }
  .bodyWrap .elem-modal-content .wrap {
    width: auto;
    margin: 0 auto;
    position: relative;
  }
  .bodyWrap .elem-modal-content .logo {
    width: 142px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .bodyWrap .elem-modal-content .js-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .bodyWrap .elem-modal-content .product-list {
    align-items: flex-start;
    flex-flow: column;
    padding: 70px 0 0;
  }
  .bodyWrap .elem-modal-content .product-list h2 {
    font-size: 22px;
    margin: 20px 20px -50px;
    padding: 0;
    z-index: 2;
  }
  .bodyWrap .elem-modal-content .product-list h2 span {
    font-size: 2.5rem;
    padding: 0 0 0 6px;
  }
  .bodyWrap .elem-modal-content .product-list .img {
    width: auto;
  }
  .bodyWrap .elem-modal-content .product-list .pro-list {
    font-size: 14px;
    text-align: left;
    margin: 20px 0 0 20px;
  }
  .bodyWrap .elem-modal-content .product-list .pro-list a .name {
    width: 6em;
  }
}
.bodyWrap .elem-modal-content .batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  cursor: pointer;
}
.bodyWrap .elem-modal-content .batsu::before,
.bodyWrap .elem-modal-content .batsu::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #000;
}
.bodyWrap .elem-modal-content .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bodyWrap .elem-modal-content .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.elem-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.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;
}

.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;
}