img {
  width: 100%;
}

body {
  background: #fff;
}

.wrapper {
  padding: 0;
}

.block-header,
.pane-footer {
  background: #fff;
}

.bread {
  padding: 50px 0 0 5px;
}

.pane-main {
  margin: 144px auto 0;
}

.l_contents {
  max-width: 600px;
  overflow-x: clip;
}

.l_contents p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* mainImg */
.mainImg {
  position: sticky;
  top: 0;
  margin: 0px auto;
}

/* head-title */
.head-title {
  position: absolute;
  top: 7%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

h1.title {
  width: 45%;
  margin: 0 auto;
}

div.sub-title {
  width: 45%;
  margin: 0 auto;
}

/* main */
.main {
  font-family: "Shippori Mincho B1", serif;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #242D30;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.22em;
}

.main p {
  font-family: "Shippori Mincho B1", serif;
}

.product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
}

.product1 {
  width: 40%;
}

.product2 {
  width: 60%;
  max-width: 500px;
  margin-top: 50px;
}

.product3 {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}

.product4 {
  width: 25%;
  min-width: 130px;
  margin-top: 20px;
}

.product-list {
  width: 50%;
  min-width: 210px;
  margin-top: 60px;
  display: flex;
  gap: 5%;
}

.p-btn._buy a img {
  width: 165px;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #242d30;
  padding: 10px 55px;
  margin-top: 50px;
}

.product-txt {
  position: relative;
  margin-top: 80px;
}

.product-txt._top::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.product-txt p {
  font-size: 16px;
}

.product-txt p+p {
  margin-top: 25px;
}

.product-txt._bottom {
  padding-top: 90px;
}

.bnr {
  position: relative;
}

.bnr-head {
  width: 100%;
  position: absolute;
  top: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bnr-ttl {
  width: 45%;
}

.bnr-txt {
  width: 60%;
  margin-top: 20px;
}

.lineup-head {
  width: 30%;
  margin: 160px auto 0;
  padding-bottom: 60px;
}

.lineup-list {
  position: relative;
}

.lineup-list:nth-child(n+2) {
  margin-top: 170px;
}

.lineup-list:last-child {
  margin-bottom: 240px;
}

.lineup-img {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.lineup-name {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 135px;
  left: 0;
  margin: auto;
}

.lineup-item {
  width: 24%;
  position: absolute;
  right: 0;
  bottom: -105px;
  left: 0;
  margin: auto;
}

.lineup-side {
  width: 13px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.point {
  background-color: #EBEBEB;
  padding: 70px 0;
}

.point>div {
  width: 85%;
  margin: 0 auto;
}

.point>div:nth-child(n+2) {
  margin-top: 40px;
}

.img-area {
  display: flex;
  flex-wrap: wrap;
}

.img-area>div {
  width: 50%;
}

.chart {
  background-color: #EBEBEB;
  padding: 80px 0 120px;
}

.chart-head {
  width: 30%;
  margin: 0 auto 50px;
}

.chart-img {
  width: 85%;
  margin: 0 auto;
}

.p-btn._check a img {
  width: 300px;
  display: inline-block;
  border: 1px solid #161616;
  background-color: #ebebeb;
  padding: 25px 25px;
  margin: 120px auto 0;
}

.novelty {
  width: 90%;
  margin: 80px auto 0;
  border: 1px solid #fff;
  padding: 40px 60px;
  position: relative;
}

.novelty-head {
  width: 210px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #242d30;
  padding: 0 45px;
}

.novelty-body {
  margin-top: 30px;
}

.novelty-body>p+p {
  margin-top: 25px;
}

.novelty-body>p {
  font-size: 16px;
}

.novelty-img {
  margin-top: 30px;
}

.notes {
  font-size: 12px !important;
  margin-top: 35px;
}

/* swiper */
.swiper-container {
  position: relative;
  width: 100%;
  margin-top: 120px;
}

.swiper-slide {
  /*width: 100%;*/
  width: 55% !important;
  max-width: 430px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10 !important;
  bottom: -30px !important;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 0 3px !important;
  width: 12% !important;
  max-width: 84px;
  height: 4px !important;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #848484 !important;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pane-main {
    margin: 20px 0 0;
  }

  .head-title {
    gap: 25px;
  }

  .main {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .product {
    padding-bottom: 80px;
  }

  .product1 {
    width: 50%;
  }

  .product2 {
    width: 70%;
    margin-top: 35px;
  }

  .product3 {
    font-size: 12px;
  }

  .product-list {
    margin-top: 45px;
  }

  .p-btn._buy a img {
    width: 130px;
    margin-top: 35px;
    padding: 10px 45px;
  }

  .product-txt {
    margin-top: 60px;
  }

  .product-txt p {
    font-size: 12px;
  }

  .product-txt p+p {
    margin-top: 20px;
  }

  .product-txt._top::after {
    height: 60px;
    bottom: -100px;
  }

  .product-txt._bottom {
    padding-top: 80px;
  }

  .bnr-txt {
    margin-top: 15px;
  }

  .lineup-head {
    width: 40%;
    margin-top: 110px;
  }

  .lineup-list:nth-child(n+2) {
    margin-top: 28%;
  }

  .lineup-list:last-child {
    margin-bottom: 160px;
  }

  .lineup-name {
    max-width: 200px;
    bottom: 22%;
  }

  .lineup-item {
    max-width: 150px;
    bottom: -17%;

  }

  .lineup-side {
    width: 9px;
  }

  .point {
    padding: 60px 0;
  }

  .point>div:nth-child(n+2) {
    margin-top: 30px;
  }

  .chart {
    padding: 60px 0 80px;
  }

  .chart-head {
    width: 40%;
    margin: 0 auto 40px;
  }

  .swiper-container {
    margin-top: 80px;
  }

  .p-btn._check a {
    margin-top: 100px;
  }

  .p-btn._check a img {
    width: 240px;
    margin: 100px auto 0;
  }

  .novelty {
    margin: 60px auto 0;
    padding: 40px 30px;

  }

  .novelty-head {
    width: 180px;
    top: -12px;
  }

  .novelty-body {
    margin-top: 10px;
  }

  .novelty-body>p+p {
    margin-top: 20px;
  }

  .novelty-body>p {
    font-size: 12px;
  }

  .novelty-img {
    margin-top: 20px;
  }

  .notes {
    font-size: 10px !important;
    margin-top: 25px;
  }

}

/* anime */
.FadeIn {
  opacity: 0;
  transform: translateY(10px);
}

.FadeIn.js-actived {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.zoomDown {
  opacity: 0;
}

.zoomDown.js-actived {
  transform: scale(1.05);
  -webkit-animation: zoomDown 1s ease-in-out forwards;
  animation: zoomDown 1s ease-in-out forwards;
}

@keyframes zoomDown {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.imgBlur {
  opacity: 0;
  /*transition: transform 0.5s linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

.imgBlur.js-actived {
    opacity: 1;
  animation-name: imgBlur;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes imgBlur {
  0% {
    opacity: 0;
    filter: blur(15px);
  }

  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

/*.imgBlur {
  opacity: 0;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.imgBlur.js-actived {
  -webkit-animation-name: imgBlur;
  animation-name: imgBlur;
  opacity: 1;
  transition: 0.5s;
}

@keyframes imgBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}*/