@charset "UTF-8";
.target-head {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.target-head + * {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body, html {
  margin-top: 0 !important;
}

/* 例：bodyの下にある#cboxClose という指定にする */
body #cboxClose:hover {
  background-position: 100% 50%;
  opacity: 0.8;
}

body #cboxNext:hover {
  background-position: 100% 50%;
  opacity: 0.8;
}

body #cboxPrevious:hover {
  background-position: 100% 50%;
  opacity: 0.8;
}

.bnrList li:last-child {
  margin-bottom: 5%;
}

#page-footer {
  max-width: 1000px;
}

.section-hero {
  position: relative;
  width: 100vw;
  height: 41.145vw;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-hero .hero-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .section-hero {
    width: 100%;
    height: 60vw;
    align-items: flex-end;
  }
  .section-hero .hero-img {
    object-position: center top;
  }
}
@media only screen and (width: 1024px) {
  .tablet-mobile .section-hero {
    height: 56vw;
  }
}
@media only screen and (width: 1366px) {
  .tablet-mobile .section-hero {
    height: 67vw;
  }
}

.top-btn {
  position: relative;
  border-bottom: 1px solid #666;
  padding: 18px 0;
}
.top-btn__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1050px;
}
.top-btn__inner > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 408px;
  height: 56px;
  margin: 0 auto;
  padding: 2px 0 0 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 640px) {
  .top-btn__inner > a {
    max-width: 90%;
  }
}
.top-btn__inner > a:hover {
  background: #4c4c4c;
}

.top-text {
  position: relative;
  text-align: center;
  padding: 70px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .top-text {
    padding: 54px 0 0 0;
  }
}
.top-text.type-01 {
  padding: 30px 0 0 0;
}
.top-text__desc {
  position: relative;
  font-size: 28px;
  line-height: 1.71;
}
@media only screen and (max-width: 640px) {
  .top-text__desc {
    font-size: 20px;
  }
}
.top-text__desc.type-01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .top-text__desc.type-01 {
    font-size: 18px;
  }
}
.top-text__shoulder {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .top-text__shoulder {
    margin-top: 40px;
  }
}
.top-text__name {
  position: relative;
  font-family: DIN Regular, san-serif;
  font-size: 45px;
  font-weight: normal;
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .top-text__name {
    margin-top: 20px;
  }
}
.top-text__cap {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .top-text__cap {
    margin-top: 25px;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}

.section-contens {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 65px 25px 0;
}
@media only screen and (max-width: 640px) {
  .section-contens {
    padding: 65px 0 0;
  }
}
.section-contens.feature {
  padding: 15px 0 0;
  margin-top: 50px;
}

.section__title {
  position: relative;
  font-family: "DIN Regular";
  font-size: 36px;
  border-bottom: 1px solid #666;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  .section__title {
    font-size: 26px;
    padding: 10px 6% 0;
  }
}
.section__title .title-small {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .section__title.feature {
    padding: 10px 0 0;
  }
}
.section__inner {
  position: relative;
  margin-top: 24px;
  max-width: 1000px;
}
.section__inner.type-0 {
  border-bottom: 1px solid #666;
  margin-top: 0px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .section__inner.type-0 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .section__inner.feature {
    padding: 0 25px;
  }
}

.points-container li {
  position: absolute;
  z-index: 5;
  font-size: 0;
}

.points-container li a {
  display: block;
}

.points-container li a:hover:after {
  opacity: 1;
}

.points-container li a:hover img {
  opacity: 0;
}

.points-container li a > img {
  /* width: 1.4375rem; */
  width: 1.8375rem;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: point;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-name: point;
  animation-iteration-count: infinite;
}

@-webkit-keyframes point {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
  }
}
@keyframes point {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
/* fd-in */
.fd-in {
  animation-delay: 0.1s;
  opacity: 0;
}

.fd-in.move {
  animation-name: fade-in;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* sl-down */
.sl-down {
  animation-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sl-down.move {
  animation-name: sl-down;
  animation-duration: 1.3s;
  /* animation-timing-function: ease-out; */
  animation-timing-function: cubic-bezier(0.23, 0.13, 0, 0.99);
  animation-fill-mode: both;
}

@keyframes sl-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#p1500cw {
  background-color: #fff;
  z-index: 2;
}

#p1500cw .points-base {
  background-image: url(../images/point_base_sp.jpg);
  background-position: 50%;
  position: relative;
  aspect-ratio: 700/496;
  background-size: contain;
}

@media screen and (min-width: 640px) {
  #p1500cw .points-base {
    background-image: url(../images/point_base_pc.jpg);
    aspect-ratio: 1000/496;
  }
}
@media screen and (min-width: 1200px), print {
  #p1500cw .points-base {
    background-image: url(../images/point_base_pc.jpg);
    aspect-ratio: 1000/496;
  }
}
#p1500cw .points-base .points-container li {
  position: absolute;
  z-index: 5;
  font-size: 0;
}

#p1500cw .points-base .points-container li a {
  display: block;
}

#p1500cw .points-base .points-container li a > img {
  width: 2.15625rem;
  /* width:3.0625rem; */
  -webkit-animation-duration: 2s;
  -webkit-animation-name: p1500cw_point;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-name: p1500cw_point;
  animation-iteration-count: infinite;
}

@-webkit-keyframes p1500cw_point {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
  }
}
@keyframes p1500cw_point {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@media screen and (max-width: 641px) {
  #p1500cw .points-base .points-container li a > img {
    width: 1.4375rem;
  }
}
#p1500cw .points-base .points-container li a:after {
  /* content: '';
  background: url() center / contain no-repeat;
  display: inline-block;
  width: calc(1.4375rem * 1.5);
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; */
}

@media screen and (max-width: 641px) {
  #p1500cw .points-base .points-container li a:after {
    width: 1.4375rem;
  }
}
#p1500cw .points-base .points-container li a:hover:after {
  opacity: 1;
}

#p1500cw .points-base .points-container li a:hover img {
  opacity: 0.8;
}

#p1500cw .points-base .points-container li#point1 {
  left: 40%;
  top: 40%;
}
@media only screen and (max-width: 640px) {
  #p1500cw .points-base .points-container li#point1 {
    left: 35%;
    top: 40%;
  }
}

#p1500cw .points-base .points-container li#point2 {
  left: 46%;
  top: 45%;
}
@media only screen and (max-width: 640px) {
  #p1500cw .points-base .points-container li#point2 {
    left: 44.5%;
    top: 44.5%;
  }
}

#p1500cw .points-base .points-container li#point3 {
  left: 24.3%;
  top: 43.5%;
}
@media only screen and (max-width: 640px) {
  #p1500cw .points-base .points-container li#point3 {
    left: 13.3%;
    top: 43.5%;
  }
}

#p1500cw .points-base .points-container li#point4 {
  left: 68%;
  top: 55%;
}
@media only screen and (max-width: 640px) {
  #p1500cw .points-base .points-container li#point4 {
    left: 75%;
    top: 55%;
  }
}

#p1500cw .points-base .points-container li#point5 {
  left: 59%;
  top: 9.5%;
}
@media only screen and (max-width: 640px) {
  #p1500cw .points-base .points-container li#point5 {
    left: 62%;
    top: 9.5%;
  }
}

#p1500cw .points-base .points-container li#point6 {
  left: 68%;
  top: 76%;
}
@media only screen and (max-width: 640px) {
  #p1500cw .points-base .points-container li#point6 {
    left: 76%;
    top: 75%;
  }
}

#p1500cw .points-base .points-container li#point7 {
  left: 71%;
  top: 9.5%;
}
@media only screen and (max-width: 640px) {
  #p1500cw .points-base .points-container li#point7 {
    left: 80%;
    top: 9.5%;
  }
}

#p1500cw .points-base .points-container li#point8 {
  left: 57%;
  top: 86.5%;
}
@media only screen and (max-width: 640px) {
  #p1500cw .points-base .points-container li#point8 {
    left: 58%;
    top: 85%;
  }
}

.points-btn-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .points-btn-container {
    padding: 0 25px;
  }
}
.points-btn-container li {
  box-sizing: border-box;
  border: 1px solid #666;
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 640px) {
  .points-btn-container li {
    width: 100%;
  }
}

.btn-modal {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  letter-spacing: -0.02em;
  border-left: 10px solid #cbcbcb;
  cursor: pointer;
  padding: 20px 8px;
  height: 100%;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 640px) {
  .btn-modal {
    padding: 10px 8px;
  }
}
.btn-modal > div {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.btn-modal__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .btn-modal__box {
    flex-direction: column;
  }
}

.btn-modal-01 {
  order: 1;
}

.btn-modal-02 {
  order: 3;
}
@media only screen and (max-width: 640px) {
  .btn-modal-02 {
    order: 2;
  }
}

.btn-modal-03 {
  order: 5;
}
@media only screen and (max-width: 640px) {
  .btn-modal-03 {
    order: 3;
  }
}

.btn-modal-04 {
  order: 7;
}
@media only screen and (max-width: 640px) {
  .btn-modal-04 {
    order: 4;
  }
}

.btn-modal-05 {
  order: 2;
}
@media only screen and (max-width: 640px) {
  .btn-modal-05 {
    order: 5;
  }
}

.btn-modal-06 {
  order: 4;
}
@media only screen and (max-width: 640px) {
  .btn-modal-06 {
    order: 6;
  }
}

.btn-modal-07 {
  order: 6;
}
@media only screen and (max-width: 640px) {
  .btn-modal-07 {
    order: 7;
  }
}

.btn-modal-08 {
  order: 8;
}

.feature__inner {
  position: relative;
  margin-top: 24px;
  max-width: 1000px;
}
.feature__btn-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.feature__btn-modal img {
  display: block;
  width: 100%;
  height: auto;
}

#points-window {
  display: none;
  position: relative;
}

.modal__header {
  position: fixed;
  color: #666;
  background: rgba(255, 255, 255, 0.93);
  border-top: 14px solid #666;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 8em);
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .modal__header {
    width: calc(100% - 4em);
  }
}
.modal__inner {
  position: relative;
  max-width: 100%;
  margin: 100px 4em 0;
  padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .modal__inner {
    margin: 100px 2em 0;
  }
}
.modal__header {
  position: absolute;
  max-width: 100%;
}
.modal__title-shoulder {
  font-family: DIN Regular, san-serif;
  font-size: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .modal__title-shoulder {
    font-size: 28px;
  }
}
.modal__title {
  position: relative;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .modal__title {
    font-size: 17px;
  }
}
.modal__text {
  position: relative;
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .modal__text {
    margin-top: 40px;
  }
}
.modal__img {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .modal__img {
    margin-top: 50px;
  }
}
.modal__img.type-01 {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .modal__img.type-01 {
    margin-top: 40px;
  }
}
.modal__img img {
  width: 100%;
}
.modal__img-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .modal__img-box {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
}
.modal__img-box-inner {
  position: relative;
  flex: 0 0 calc(50% - 20px);
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .modal__img-box-inner {
    width: 100%;
  }
}
.modal__img-box-inner img {
  width: 100%;
}
.modal__img-box-text {
  position: relative;
  font-size: 16px;
  line-height: 2;
}
.modal__img-cap {
  position: relative;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .modal__img-cap {
    font-size: 14px;
  }
}

figure {
  margin: 0;
}

.point-w-content {
  padding: 2em 3em 3em;
}

/* モーダルのスクロール制御 */
#colorbox {
  /* モーダル自体の最大高さを制限 */
  max-height: 95vh !important;
  outline: none;
}

#cboxWrapper {
  max-height: 95vh !important;
}

#cboxLoadedContent {
  /* 重要：中身が溢れたら内部スクロールさせる */
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  /* スクロールバーの見た目を整える（任意） */
}
#cboxLoadedContent::-webkit-scrollbar {
  width: 6px;
}
#cboxLoadedContent::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* スライダーの挙動を安定させる */
.mySwiper {
  width: 100%;
  margin-top: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mySwiper.is-active {
  opacity: 1;
}
.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* モーダル内の余白 */
.point-w-content {
  height: auto;
  /* モーダルの底ギリギリにならないよう余白を追加 */
  padding-bottom: 50px;
}

.item-slide {
  display: none;
}

#gallerySlider01 li {
  display: block;
  float: left;
  width: auto;
  zoom: 1;
}

#gallerySlider01 li a {
  display: block;
  width: 100%;
  height: 100%;
}

#gallerySlider01 li img {
  display: block;
  width: auto;
}

.caroufredsel_wrapper {
  position: relative;
}

.tecGallery-indicators01 {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.tecGallery-indicators01 a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  width: 18px;
  height: 12px;
  background-color: #c8c8c8;
}

.tecGallery-indicators01 a.selected {
  background-color: #666666;
}

.carousel-control01 {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -69px;
  width: 34px;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 88px;
}

.carousel-control01.left01 {
  left: 0;
  background-image: url(/products/images/common_slide-arrow.png);
  background-position: left center;
}

.carousel-control01.right01 {
  right: 0;
  background-image: url(/products/images/common_slide-arrow.png);
  background-position: right center;
}

@media only screen and (max-width: 640px) {
  .parts_image {
    display: none;
  }
  .item-slide {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-left: 0;
    width: auto;
  }
  .item-slide ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .item-slide li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    color: #999;
    text-align: center;
    font-size: 40px;
  }
  .item-slide li img {
    width: 100%;
  }
  #parts-prev,
  #parts-next,
  .carousel-control01.left01,
  .carousel-control01.right01 {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 22px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.7);
    background-position: center center;
    background-size: 8px 12px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .carousel-control01.left01,
  .carousel-control01.right01 {
    margin-top: -53px;
  }
  #parts-prev, .carousel-control01.left01 {
    left: 0;
    background-image: url(/products/common/images/slide-prev.png);
  }
  #parts-next, .carousel-control01.right01 {
    right: 0;
    background-image: url(/products/common/images/slide-next.png);
  }
}
.spec__detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .spec__detail {
    flex-direction: column;
    gap: 0;
    padding: 0 6%;
  }
}
.spec__detail-inner {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 640px) {
  .spec__detail-inner {
    width: 100%;
  }
}
.spec__title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  margin: 50px 0 14px 0;
}
.spec__title.type-01 {
  margin: 20px 0 14px 0;
}
.spec__title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #666;
  margin-right: 8px;
}
.spec__title-b {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin: 50px 0 14px 0;
}

@media only screen and (max-width: 640px) {
  .product-nav .product-name::after {
    content: "";
  }
}

/*# sourceMappingURL=1500cw.css.map */