@charset "UTF-8";
.p-decopower #wrap {
  overflow-x: hidden;
}

.p-decopower__inqueries {
  z-index: 10000;
}

.deco_qr_nav_wrap {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .deco_qr_nav_wrap {
    margin-top: 77px;
  }
}

.deco_qr_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 18px;
}
@media screen and (max-width: 768px) {
  .deco_qr_nav_list {
    gap: 5px;
    row-gap: 3px;
  }
}

.deco_qr_nav_item {
  width: calc((100% - 60px) / 4);
  border-radius: 4px;
  border: solid 1px #000;
}
@media screen and (max-width: 1024px) {
  .deco_qr_nav_item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .deco_qr_nav_item {
    width: calc((100% - 5px) / 2);
  }
}
.deco_qr_nav_item.nav_gray {
  border-color: #716E6B;
}
.deco_qr_nav_item.nav_gray a {
  color: #716E6B;
}
.deco_qr_nav_item.nav_brown {
  border-color: #A18651;
}
.deco_qr_nav_item.nav_brown a {
  color: #A18651;
}
.deco_qr_nav_item.nav_blue {
  border-color: #6D8CA3;
}
.deco_qr_nav_item.nav_blue a {
  color: #6D8CA3;
}
.deco_qr_nav_item.nav_green {
  border-color: #5F9173;
}
.deco_qr_nav_item.nav_green a {
  color: #5F9173;
}
.deco_qr_nav_item.is-active.nav_gray {
  background-color: #716E6B;
}
.deco_qr_nav_item.is-active.nav_gray a {
  color: #fff;
}
.deco_qr_nav_item.is-active.nav_brown {
  background-color: #A18651;
}
.deco_qr_nav_item.is-active.nav_brown a {
  color: #fff;
}
.deco_qr_nav_item.is-active.nav_blue {
  background-color: #6D8CA3;
}
.deco_qr_nav_item.is-active.nav_blue a {
  color: #fff;
}
.deco_qr_nav_item.is-active.nav_green {
  background-color: #5F9173;
}
.deco_qr_nav_item.is-active.nav_green a {
  color: #fff;
}

.deco_qr_nav_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .deco_qr_nav_link {
    font-size: 12px;
    height: 48px;
  }
}

.decopowerListModule01 {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .decopowerListModule01 {
    padding: 0 20px;
  }
}
.decopowerListModule01 .itemList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 70px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .decopowerListModule01 .itemList {
    gap: 16px;
    row-gap: 64px;
    margin-top: 72px;
  }
}
.decopowerListModule01 .itemList li {
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 1024px) {
  .decopowerListModule01 .itemList li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .decopowerListModule01 .itemList li {
    width: calc((100% - 16px) / 2);
  }
}
.decopowerListModule01 .itemList li img {
  width: 100%;
}
.decopowerListModule01 .itemList li .name {
  font-size: 14px;
  margin-top: 16px;
  font-family: "Lato", sans-serif;
}

/* detailModule
-------------------------------------------- */
.deco_qr_detail_title {
  display: flex;
  padding: 8px 20px;
  background: #F5F5F5;
  font-size: 1.2rem;
}
.deco_qr_detail_title .tit01 {
  font-weight: normal;
  padding-left: 16px;
  margin-left: 16px;
  border-left: solid 1px #999;
}

.deco_qr_detail_link {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* txtWrap */
.detailModule .txtWrap {
  margin: 0;
  padding: 20px 20px 24px;
  text-align: left;
  font-size: 14px;
}
.detailModule .txtWrap #msg1 {
  font-weight: normal;
  font-family: "Lato", sans-serif;
}

.detailModule .txtWrap .txtList {
  border-left: solid 2px #cbcbcb;
}

.detailModule .txtWrap .txtList tr th {
  padding: 0 0 10px 22px;
}

.detailModule .txtWrap .txtList tr td {
  padding: 0 0 10px 10px;
}

.detailModule .txtWrap .txtList tr th,
.detailModule .txtList tr td {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.detailModule .txtWrap .txtList tr th span {
  font-size: 12px;
}

.detailModule .txtWrap .txtList tr:last-child th,
.detailModule .txtList tr:last-child td {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .deco_qr_detail_title {
    padding: 8px 80px;
  }

  .deco_qr_detail_link {
    padding: 0;
  }

  .detailModule .txtWrap {
    min-height: 70px;
    text-align: left;
    margin: 0 auto !important;
    padding: 20px 0 48px;
    font-size: 16px;
  }
  .detailModule .txtWrap .msg1 {
    font-weight: bold;
  }

  .detailModule .mainImg {
    text-align: center;
  }

  .detailModule .mainImg img {
    width: 600px;
  }

  .detailModule .txtWrap {
    width: 600px;
    margin: 46px auto;
    overflow: hidden;
  }

  .detailModule .txtWrap h1 {
    width: 183px;
    float: left;
  }

  .detailModule .txtWrap .txtList tr th {
    padding: 0 0 10px 40px;
  }
}
/* スライド関連
-------------------------------------------- */
.swiper-container {
  text-align: center;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background: url("../img/arrow_left.png") center center no-repeat !important;
  background-size: 32px 32px !important;
  z-index: 9999;
}
@media (min-width: 768px) {
  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-size: 56px 56px !important;
  }
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background: url("../img/arrow_right.png") center center no-repeat !important;
  background-size: 32px 32px !important;
  z-index: 9999;
}
@media (min-width: 768px) {
  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-size: 56px 56px !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
  margin-top: -30px !important;
  top: 59% !important;
}
@media (min-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 56px !important;
    height: 56px !important;
    top: 50% !important;
  }
}

.thumsModule #thumbs {
  height: 25%;
  box-sizing: border-box;
  padding: 20px 0;
}

.thumsModule #thumbs .swiper-slide img {
  width: 105px !important;
  height: 105px !important;
}
@media (min-width: 768px) {
  .thumsModule #thumbs .swiper-slide img {
    width: 204px !important;
    height: 204px !important;
  }
}

.thumsModule #thumbs .swiper-slide {
  width: 105px;
  height: 100%;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .thumsModule #thumbs .swiper-slide {
    width: 204px;
  }
}

.thumsModule #thumbs .swiper-slide-active,
.thumsModule #thumbs .swiper-slide {
  position: relative;
}

.thumsModule #thumbs .swiper-slide-active:before,
.thumsModule #thumbs .swiper-slide:before,
.thumsModule #thumbs .swiper-slide-active:after,
.thumsModule #thumbs .swiper-slide:after {
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.thumsModule #thumbs .swiper-slide-active:before,
.thumsModule #thumbs .swiper-slide:before {
  content: "";
  width: 30px;
  height: 24px;
  margin: -12px 0 0 -15px;
  display: block;
  background-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.thumsModule #thumbs .swiper-slide-active:before,
.thumsModule #thumbs .swiper-slide:hover:before {
  opacity: 1;
}

.thumsModule #thumbs .swiper-slide:after {
  width: 105px;
  height: 105px;
  opacity: 1;
  background: rgba(237, 237, 237, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .thumsModule #thumbs .swiper-slide:after {
    width: 204px;
    height: 204px;
  }
}

.thumsModule #thumbs .swiper-slide-active:after,
.thumsModule #thumbs .swiper-slide:hover:after {
  width: 105px;
  height: 105px;
  opacity: 1;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .thumsModule #thumbs .swiper-slide-active:after,
.thumsModule #thumbs .swiper-slide:hover:after {
    width: 204px;
    height: 204px;
  }
}

@media (max-width: 767px) {
  .sliderModule {
    padding: 72px 0 0 0;
  }

  .sliderModule #slider .swiper-slide {
    height: 89.3333333333vw;
  }

  .sliderModule #slider .swiper-slide img {
    display: block;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .sliderModule {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .sliderModule img {
    max-width: 100% !important;
    max-height: 89.3333333333vw !important;
    width: auto !important;
    height: auto !important;
  }

  .thumsModule {
    clear: both;
    width: 100%;
    margin: 0 auto 0;
    position: relative;
  }

  .thumsModule .thumbsWrap {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 5px !important;
  }

  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 5px !important;
  }
}
@media (min-width: 768px), print {
  .detailModule {
    overflow: hidden;
  }

  .swiper-button-next,
.swiper-button-prev {
    margin-top: -20px !important;
  }

  .sliderModule {
    margin: 0 auto;
    /* max-height : 520px; */
    padding: 80px 0 0;
    text-align: center;
  }

  .sliderModule img {
    max-width: 100% !important;
    max-height: 600px !important;
    width: auto !important;
    height: auto !important;
  }

  .thumsModule {
    clear: both;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 58px;
    position: relative;
  }
  .thumsModule:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3000px;
    height: 180px;
    margin: 0 0 0 -1500px;
  }

  .thumsModule .thumbsWrap {
    padding: 20px 0 0 0;
  }

  .thumsModule #thumbs {
    max-width: 1100px;
    width: 100%;
    height: 25%;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
  }

  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: -16px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 12px !important;
  }
}
@media (min-width: 768px) and (min-width: 1160px), print and (min-width: 1160px) {
  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: -28px !important;
  }
}
@media (min-width: 768px) and (min-width: 1300px), print and (min-width: 1300px) {
  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: -92px !important;
  }
}
@media (min-width: 768px), print {
  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: -16px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 12px !important;
  }
}
@media (min-width: 768px) and (min-width: 1160px), print and (min-width: 1160px) {
  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: -28px !important;
  }
}
@media (min-width: 768px) and (min-width: 1300px), print and (min-width: 1300px) {
  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: -92px !important;
  }
}
@media (min-width: 768px) {
  .thumsModule {
    padding: 0 40px;
  }
}
@media (min-width: 1160px) {
  .thumsModule {
    padding: 0;
  }
}

.power1000ListModule01 {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .power1000ListModule01 {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .power1000ListModule01 {
    margin-top: 20px;
  }
}
