/* =========================
   01) slick core + theme (PC基準)
   ========================= */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* =========================
   slick-theme（使ってる範囲だけ）
   ========================= */

@charset "UTF-8";

.slick-loading .slick-list {
  /* background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* font-face は元からコメントアウトなのでそのまま */
@font-face {
  /*font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'),
       url('./fonts/slick.woff') format('woff'),
       url('./fonts/slick.ttf') format('truetype'),
       url('./fonts/slick.svg#slick') format('svg');*/
}

/* Arrows（display:noneのまま） */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  display: none; /* <----------- */
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "竊 ";
}
[dir="rtl"] .slick-prev:before {
  content: "竊 ";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "竊 ";
}
[dir="rtl"] .slick-next:before {
  content: "竊 ";
}

/* Dots（ベース） */
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
}

/* =========================
   02) LP共通（PC基準）
   ========================= */

.only_pc { display: inline-block; }
.only_sp { display: none; }
.media_pc { display: inline-block; }
.media_sp { display: none; }

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: "EB Garamond","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;
}
.area-header .mainvisual img {
  width: 100%;
}

/* area-body */
.area-body {
  margin: 0 auto 100px;
  padding: 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
}

/* slick dots（LP上書き：PC） */
.area-body ul.slick-dots {
  display: block !important;
  bottom: 5px;
}
.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: 50px 0;
}
.area-body section .sec-title {
  font-size: 60px;
  position: relative;
  line-height: 1;
}
.area-body section .sec-title .num {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 35px;
}
.area-body section .sec-title .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  z-index: 1;
}
.area-body section .flex-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 1120px;
  padding: 0;
  margin: 0 auto 30px;
}
.area-body section .product-img {
  width: 700px;
  margin: 0 60px 0 0;
}
.area-body section .sec-info {
  width: 350px;
  text-align: left;
  padding: 0;
  font-size: 14px;
}
.area-body section .sec-info .sec-name {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}
.area-body section .sec-info .sec-name span { font-size: 23px; }
.area-body section .sec-info .sec-name span { font-size: 24px; }

.area-body section .sec-info p {
  margin: 30px 0;
}
.area-body section .sec-info dl {
  display: flex;
  display: -webkit-flex;
  font-weight: 400;
}
.area-body section .sec-info dl dt {
  width: 2.5rem;
}
.area-body section .sec-info dl dd::before {
  content: ":";
  padding: 0 10px 0 0;
}
.area-body section .sec-info dl dd span {
  font-size: 12px;
}
.area-body section .sec-info .area-btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0;
}
.area-body section .sec-info .area-btn .line {
  width: 170px;
  height: 1px;
  background: #ccc;
}

.area-body section .detail-title {
  font-size: 50px;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-body section .detail-title .text {
  display: inline-block;
  padding: 0 20px;
}
.area-body section .detail-title .line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #000;
}

.area-body section .product-imgs {
  width: 1130px;
  margin: 20px auto 60px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.area-body section .product-imgs li {
  width: 366px;
  margin: 5px;
}
.area-body section .product-imgs li img {
  width: 100%;
}

.area-body section .area-style {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  margin: 50px 0 100px;
}
.area-body section .area-style .product-list {
  width: 380px;
  margin: 0 60px 0 0;
}
.area-body section .area-style .product-list ul {
  margin: 0 0 80px;
}
.area-body section .area-style .product-list li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0;
}

.area-body section .area-style .product-list li.model {
    justify-content: right;
    font-size: 18px;
}


.area-body section .area-style .product-list li .name {
  text-align: left;
  width: 140px;
  font-size: 22px;
  line-height: 1.2;
}
.area-body section .area-style .product-list li .name .pri {
  font-size: 15px;
}
.area-body section .area-style .product-list li .name .pri span {
  font-size: 12px;
}
.area-body section .area-style .product-list li .line {
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 0 20px 0 0;
}
.area-body section .area-style .model-img {
  width: 660px;
  padding: 0 0 30px;
}
.area-body section .area-style .model-img li img {
  width: 100%;
}

/* =========================
   LINE UP
========================= */
.lineup-title{
  margin: 80px auto 30px;
}

.lineup{
  width: 1120px;
  margin: 0 auto 80px;
}

.lineup-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lineup-item{
  margin: 0;
}

.lineup-link{
  display: block;
}

.lineup-thumb{
  display: block;
  overflow: hidden;
}

.lineup-thumb img{
  width: 100%;
  display: block;
}

.lineup-name{
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

/* =========================
   キャッチコピー
========================= */
p.subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

p.leadtext {
    font-size: 15px;
    line-height: 2;
    padding: auto;
    margin: 0 auto;
    width: 1120px;
}


/* =========================
   03) ボタン・共通・アニメ
   ========================= */

.area-body .elem-btn a {
  font-size: 14px;
  width: 160px;
  line-height: 1;
  padding: 12px 0;
  font-weight: 400;
  text-align: center;
  display: block;
  background: #333333;
  color: #fff;
  margin: 0;
  border-radius: 30px;
}
.area-body .elem-btn.btn-center a {
  width: 320px;
  margin: 60px auto 100px;
}
.area-body .elem-btn.btn-all a {
  font-size: 20px;
  width: 1120px;
  padding: 24px 0;
  margin: 50px auto 100px;
}

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;
}

/* =========================
   REMAKE CTA block
========================= */
.remake-cta{
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 24px 56px;
}

.remake-cta__text{
  margin: 0;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 15px;
  color: #111;
}

.remake-cta__btnWrap{
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.remake-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  padding: 16px 22px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  border-radius: 999px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, opacity .2s ease;
}

.remake-cta__btnLabel{
  font-size: 17px;
  letter-spacing: 0.12em;
  padding: 0 80px;
}

.remake-cta__btn:hover{
  background-color: #111;
  color: #fff;
  transform: translateY(-1px);
}

.remake-cta__btn:active{
  transform: translateY(0);
  opacity: .9;
}

/* 改行：PCではbrを隠して1段落に寄せたい場合は none、改行したいなら block のまま */
.remake-cta__br{ display: none; }



/* =========================
   04) SP用（下側にまとめる）
   ========================= */

@media screen and (max-width: 896px) {
  .only_pc { display: none; }
  .only_sp { display: inline-block; }
  .media_pc { display: none; }
  .media_sp { display: inline-block; }

  .area-header {
    width: auto;
    padding: 0 0px;
  }

  .area-body section {
    max-width: auto;
    padding: 30px 0 0;
    margin: 0 auto 100px;
    font-size: 13px;
  }

  /* slick dots（LP上書き：SP） */
  .area-body section ul.slick-dots {
    display: block !important;
    bottom: 0px;
  }
  .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 .sec-title {
    font-size: 35px;
    padding: 0;
    font-weight: 300;
  }
  .area-body section .sec-title .num {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 20px;
  }
  .area-body section .sec-title .line {
    display: block;
    top: 54%;
    z-index: 1;
  }

  .area-body section .flex-box {
    flex-flow: column;
    width: auto;
    padding: 0;
    margin: 10px auto 30px;
  }
  .area-body section .product-img {
    width: auto;
    margin: 0 20px;
  }
  .area-body section .sec-info {
    width: auto;
    text-align: left;
    padding: 0;
    margin: 0 30px;
    font-size: 14px;
  }
  .area-body section .sec-info .sec-name {
    font-size: 19px;
    font-weight: 500;
  }
  .area-body section .sec-info .sec-name span { font-size: 23px; }

  .area-body section .sec-info p {
    margin: 20px 0;
    line-height: 2;
  }
  .area-body section .sec-info dl {
    display: flex;
    display: -webkit-flex;
    font-weight: 500;
  }
  .area-body section .sec-info dl dt { width: 2.5rem; }
  .area-body section .sec-info dl dd::before {
    content: ":";
    padding: 0 10px 0 0;
  }
  .area-body section .sec-info dl dd span { font-size: 12px; }

  .area-body section .sec-info .area-btn {
    margin: 20px 0 0;
  }
  .area-body section .sec-info .area-btn .line {
    width: 150px;
    height: 1px;
  }

  .area-body section .detail-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    margin: 60px 0 0;
  }
  .area-body section .detail-title .text { padding: 0 13px; }
  .area-body section .detail-title .line { width: 24px; }

  .area-body section .product-imgs {
    width: auto;
    margin: 20px 30px 60px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .area-body section .product-imgs li {
    width: auto;
    margin: 0 0 5px;
  }
  .area-body section .product-imgs li img { width: 100%; }

  .area-body section .area-style {
    flex-flow: column-reverse;
    margin: 30px 0 60px;
  }
  .area-body section .area-style .product-list {
    width: auto;
    margin: 0 auto;
  }
  .area-body section .area-style .product-list ul { margin: 0; }
  .area-body section .area-style .product-list li {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  .area-body section .area-style .product-list li.model {
    justify-content: center;
    font-size: 14px;
}

  .area-body section .area-style .product-list li .name {
    text-align: left;
    width: 130px;
    font-size: 20px;
    line-height: 1.2;
  }
  .area-body section .area-style .product-list li .name .pri { font-size: 15px; }
  .area-body section .area-style .product-list li .name .pri span { font-size: 12px; }
  .area-body section .area-style .product-list li .line {
    width: 15px;
    margin: 0 10px 0 0;
  }
  .area-body section .area-style .model-img {
    width: 100%;
    padding: 0 0 30px;
  }
  .area-body section .area-style .model-img li img { width: 100%; }

  /* ボタン（SP） */
  .area-body .elem-btn a {
    font-size: 10px;
    width: 140px;
    line-height: 1;
    padding: 12px 0;
    margin: 0;
  }
  .area-body .elem-btn.btn-center a {
    width: auto;
    margin: 60px 30px 50px;
  }
  .area-body .elem-btn.btn-all a {
    font-size: 12px;
    width: auto;
    padding: 18px 0;
    margin: 0 30px 50px;
  }

  /* LINE UP（SP） */
   .lineup-title{
    margin: 60px auto 20px;
  }

  .lineup{
    width: auto;
    margin: 0 30px 60px;
  }

  .lineup-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .lineup-name{
    font-size: 16px;
    margin-top: 8px;
  }

  /* キャッチコピー（SP） */



p.subtitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
}

p.leadtext {
    font-size: 15px;
    line-height: 1.4rem;
    text-align: left;
    width: auto;
    margin: 0 30px;
}

.remake-cta{
    padding: 28px 16px 40px;
  }

  .remake-cta__text{
    font-size: 15px;
    line-height: 1.9;
  }

  .remake-cta__btn{
    width: 90%;
    min-width: 0;
    padding: 16px 18px;
  }

  .remake-cta__btnLabel{
    font-size: 15px;
    letter-spacing: 0.10em;
    padding: 0px;
  }

  /* スマホは読みやすく改行を生かす */
  .remake-cta__br{ display: inline; }
  
}