@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: block !important;
}

.media_sp {
  display: none !important;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: block;
  }

  .media_pc {
    display: none !important;
  }

  .media_sp {
    display: block !important;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 400;
}
.area-wrapper a {
  color: #000;
  text-decoration: none !important;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 100px;
  background: #fff;
  position: relative;
  color: #000;
  margin: 0 auto;
  font-weight: normal;
  z-index: 1;
}
.area-body .area-header {
  padding: 80px 0 0;
  position: relative;
  z-index: 0;
}
.area-body .area-header h1.header-text {
  font-size: 20px;
  margin: 0 0 60px;
  font-weight: 600;
  line-height: 1.4;
}
.area-body .area-header p {
  margin: 0 0 5rem;
}
.area-body .list {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area-body .list li {
  width: 48%;
  margin-bottom: 5%;
}
.area-body .list li.center-half {
  width: 48%;
  margin: 0 26.25% 5%;
}
.area-body .list li.center {
  width: 100%;
  margin: 0 0% 5%;
}
.area-body .list li.center a .plus {
  bottom: 4%;
  right: 1.5%;
}
.area-body .list li.text-list {
  margin-top: 10%;
  margin-bottom: 15%;
}
.area-body .list li.center2 {
  width: auto;
  margin: 0 auto 5%;
}
.area-body .list li a {
  display: block;
  position: relative;
}
.area-body .list li a .plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.5em;
  height: 0.08em;
  background: currentColor;
  border-radius: 0;
  position: absolute;
  bottom: 4%;
  right: 4%;
}
.area-body .list li a .plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 896px) {
  .area-body .area-header {
    padding: 60px 0 0;
    position: relative;
    z-index: 0;
  }
  .area-body .area-header h1.header-text {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .area-body .area-header p {
    font-size: 15px;
    text-align: left;
    margin: 0 20px 1.5rem;
  }
  .area-body .area-header p br {
    display: none;
  }
  .area-body .list {
    padding: 0 4%;
  }
  .area-body .list li {
    width: 47.5%;
    margin-bottom: 5%;
  }
  .area-body .list li.center-half {
    width: 109%;
    margin: 5% 0% 10%;
  }
  .area-body .list li.center-half a .plus {
    bottom: 3.5%;
    right: 2.5%;
  }
  .area-body .list li.center {
    width: 109%;
    margin: 0% -4.5% 5%;
  }
  .area-body .list li.center a .plus {
    bottom: 6.5%;
    right: 2.5%;
  }
  .area-body .list li.text-list {
    font-size: 13px;
    margin-top: 8%;
    margin-bottom: 13%;
  }
  .area-body .list li.center2 {
    width: 108%;
    margin: 0 -4% 5%;
  }
  .area-body .list li a .plus {
    width: 1.5em;
    height: 0.1em;
    bottom: 6%;
    right: 5%;
  }
}

.btn-all a {
  position: relative;
  font-size: 14px;
  width: 100%;
  max-width: 320px;
  margin: 60px auto 120px;
  padding: 16px 0;
  display: block;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 896px) {
  .btn-all a {
    font-size: 14px;
    width: auto;
    margin: 40px 30px 60px;
    padding: 16px 0;
  }
}

.arrow {
  position: absolute;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  right: 36%;
  top: 34px;
}
@media screen and (max-width: 896px) {
  .arrow {
    right: 11%;
    top: 33px;
  }
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample1::before {
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 896px) {
  .sample1::before {
    width: 7px;
    height: 7px;
  }
}

.bodyWrap {
  /* モーダル全体(背景＋本体) */
  /* モーダル背景 */
  /* モーダル本体 */
}
.bodyWrap .elem-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.bodyWrap .elem-modal-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
}
@media screen and (max-width: 896px) {
  .bodyWrap .elem-modal-bg {
    height: 110%;
    padding: 5% 0;
  }
}
.bodyWrap .elem-modal-content {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  height: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  width: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  overflow-x: hidden;
  padding: 0px;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
@media screen and (max-width: 896px) {
  .bodyWrap .elem-modal-content {
    align-items: flex-start;
  }
}
.bodyWrap .elem-modal-content::-webkit-scrollbar {
  display: none;
}
.bodyWrap .elem-modal-content .wrap {
  max-width: 1300px;
  margin: 0 auto;
  background: white;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  position: relative;
  color: #0c0030;
}
.bodyWrap .elem-modal-content .wrap .box {
  display: flex;
  display: -webkit-flex;
}
.bodyWrap .elem-modal-content .wrap .box .product-img {
  width: 33%;
  margin: 0 1% 0 0;
  display: block;
}
.bodyWrap .elem-modal-content .wrap .box .product-img img {
  margin: 0 0 8%;
}
.bodyWrap .elem-modal-content .wrap .box .product-slider {
  width: 33%;
  margin: 0 10% 0 0;
}
.bodyWrap .elem-modal-content .wrap .box .product-slider ul.slick-dots {
  display: block !important;
  bottom: 30px;
}
.bodyWrap .elem-modal-content .wrap .box .product-slider ul.slick-dots > li {
  float: none;
  margin: 0 2px !important;
  width: 40px;
  height: 1px;
  padding: 0;
}
.bodyWrap .elem-modal-content .wrap .box .product-slider ul.slick-dots > li button {
  width: 40px;
  height: 1px;
  padding: 0;
  background: #ccc;
  border-radius: 0 !important;
}
.bodyWrap .elem-modal-content .wrap .box .product-slider ul.slick-dots > li button:before {
  border: none;
}
.bodyWrap .elem-modal-content .wrap .box .product-slider ul.slick-dots > li.slick-active button {
  background: #fff;
}
.bodyWrap .elem-modal-content .wrap .box .product-slider ul.slick-dots > li.slick-active button:before {
  background: none;
  border: none;
}
.bodyWrap .elem-modal-content .wrap .box .product-info {
  width: 23%;
  text-align: left;
  position: relative;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .js-modal-close {
  color: #000;
  border-radius: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  right: 0;
  z-index: 2;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .js-modal-close .batsu {
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 20px;
  right: 0;
  width: 30px;
  height: 30px;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .js-modal-close .batsu::before, .bodyWrap .elem-modal-content .wrap .box .product-info .js-modal-close .batsu::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #000;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .js-modal-close .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bodyWrap .elem-modal-content .wrap .box .product-info .js-modal-close .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list-wrap {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list {
  width: 100%;
  padding: 0;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li {
  padding: 0;
  margin: 0 0 5%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  height: 30px;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li.title {
  font-weight: 600;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li.top-margin {
  margin-top: 15%;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li div {
  display: inline-block;
  line-height: 1;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li div.pri {
  margin: 0 15px 0 10px;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li div.btn {
  font-size: 11px;
  background: #000;
  color: #fff;
  border-radius: 17px;
  padding: 6px 14px;
  line-height: 1;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 896px) {
  .bodyWrap .elem-modal-content {
    height: 100%;
    /* これが無いと「overflow:scroll」が利かない */
    width: 100%;
    /* これが無いと「overflow:scroll」が利かない */
    padding: 25px;
  }
  .bodyWrap .elem-modal-content .wrap {
    width: 100%;
    padding: 0 0 10%;
    box-sizing: border-box;
    position: relative;
    color: #0c0030;
  }
  .bodyWrap .elem-modal-content .wrap .box {
    flex-flow: column;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-img {
    display: none;
    width: auto;
    margin: 0;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-slider {
    width: 100%;
    margin: 0 0 10%;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-slider ul.slick-dots {
    bottom: 5px;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info {
    width: auto;
    text-align: left;
    margin: 0 10% 10%;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info .product-list {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 0 10%;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info .product-list li {
    font-size: 15px;
    margin: 0 0 3%;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info .product-list li.top-margin {
    margin-top: 10%;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info .js-modal-close {
    position: relative;
    top: auto;
    right: auto;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info .js-modal-close .batsu {
    display: block;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 0px;
    right: auto;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.elem-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.up {
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

/*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;
}