@charset "UTF-8";
.productIntro .albumBox img, .productList .Img img {
  transition: all 0.5s;
}

.bannerArea.ins::after {
  display: none;
}

.anchorBox {
  margin-bottom: 75px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .anchorBox {
    flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .anchorBox {
    margin-bottom: 30px;
  }
}
.anchorBox:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #ddd;
}
@media (max-width: 640px) {
  .anchorBox:before {
    display: none;
  }
}
.anchorBox a {
  position: relative;
  padding: 20px 10px 10px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #bdbdbd;
  text-align: center;
  width: 180px;
}
@media (max-width: 640px) {
  .anchorBox a {
    padding: 5px 10px;
    text-align: left;
    width: auto;
  }
}
.anchorBox a:hover {
  color: #1966a7;
}
.anchorBox a:hover:before {
  border-color: #1966a7;
}
.anchorBox a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border: 3px solid #bdbdbd;
  border-radius: 50%;
  transition: all 0.4s ease;
}
@media (max-width: 640px) {
  .anchorBox a:before {
    display: none;
  }
}

/*--類別列表--*/
.productClassList li {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 961px) {
  .productClassList li:nth-child(even) .item {
    flex-direction: row-reverse;
  }
}
.productClassList .item {
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}
@media (max-width: 960px) {
  .productClassList .item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 585px;
  }
}
.productClassList .Img {
  width: 46%;
}
@media (max-width: 960px) {
  .productClassList .Img {
    width: 100%;
  }
}
.productClassList .Img img {
  display: block;
  width: 100%;
}
.productClassList .textBox {
  width: 54%;
  padding-top: 80px;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 960px) {
  .productClassList .textBox {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.productClassList .title {
  margin-bottom: 15px;
}
.productClassList .title a {
  font-size: 56px;
  font-weight: 900;
  color: #3a3a3a;
  line-height: 1;
}
@media (max-width: 640px) {
  .productClassList .title a {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .productClassList .title a {
    font-size: 30px;
  }
}
.productClassList .subtitle {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #1966a7;
}
@media (max-width: 640px) {
  .productClassList .subtitle {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.productClassList .classText {
  font-size: 15px;
  line-height: 1.8;
  color: #6f6f6f;
}
.productClassList .bottomBox {
  display: flex;
  align-items: center;
  padding-top: 70px;
}
@media (max-width: 960px) {
  .productClassList .bottomBox {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .productClassList .bottomBox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.productClassList .btn2 {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .productClassList .btn2 {
    margin-bottom: 20px;
  }
}
.productClassList.banner .item {
  padding-bottom: 30px;
}

.productSearchArea {
  position: relative;
  padding-top: 150px;
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 90%, rgba(242, 242, 242, 0) 100%);
}

.productListBox {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 90%, rgba(242, 242, 242, 0) 100%);
}
.productListBox .productBox {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 85px;
}
@media (max-width: 1180px) {
  .productListBox .productBox {
    padding-bottom: 30px;
  }
}
.productListBox .leftBox {
  flex-basis: 290px;
}
@media (max-width: 1180px) {
  .productListBox .leftBox {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.productListBox .rightBox {
  flex: 1;
  padding-left: 50px;
  max-width: 100%;
}
@media (min-width: 1181px) {
  .productListBox .rightBox.slick {
    width: calc(100% - 290px);
  }
}
@media (max-width: 1180px) {
  .productListBox .rightBox {
    padding-left: 0;
  }
}
.productListBox.list {
  padding-bottom: 70px;
}
@media (max-width: 1366px) {
  .productListBox.list {
    padding-bottom: 30px;
  }
}
.productListBox.list .rightBox {
  padding-left: 0;
}
.productListBox .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.productListBox .slick-dots li button:before {
  content: "";
  background-color: #9e9e9e;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}
.productListBox .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #1966a7;
  transform: translate(-50%, -50%) scale(1);
}
.productListBox .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productListBox .dotBox {
  position: relative;
}
.productListBox .dotBox .slick-dots {
  position: relative;
  bottom: auto;
}
.productListBox .arrowBox {
  position: relative;
  width: 85px;
  height: 40px;
}
.productListBox .arrowBox .prevArrow {
  left: 0;
}
.productListBox .arrowBox .nextArrow {
  right: 0;
}

.productList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1023px) {
  .productList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .productList.type2 li {
    width: 33.33%;
  }
}
@media (max-width: 1560px) {
  .productList.type2.style2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.productList li {
  display: flex;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .productList li {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .productList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .productList li {
    width: 100%;
  }
}
.productList .item {
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.productList .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1181px) {
  .productList .item:hover .Img img {
    transform: scale(1.05);
  }
  .productList .item:hover h3 span {
    color: #1966a7;
  }
  .productList .item:hover h3 span::after {
    background-color: #1966a7;
  }
}
.productList .Img {
  background-color: #fff;
  overflow: hidden;
}
.productList .Img img {
  display: block;
  width: 100%;
}
.productList .Txt {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 640px) {
  .productList .Txt {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
.productList h3 span {
  position: relative;
  display: block;
  max-height: 73px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .productList h3 span {
    font-size: 18px;
    max-height: 60px;
  }
}
.productList h3 span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}
.productList .text {
  height: 81px;
  overflow: hidden;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 1.8;
}
.productList.style2 {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1560px) {
  .productList.style2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1560px) {
  .productList.style2 .arrowStyle1.prevArrow {
    left: 0;
  }
}
@media (max-width: 1560px) {
  .productList.style2 .arrowStyle1.nextArrow {
    right: 0;
  }
}
.productList.style2 li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.productList.style2 .item {
  background-color: #1966a7;
}
@media (min-width: 1181px) {
  .productList.style2 .item:hover h3 span {
    color: #fff;
  }
  .productList.style2 .item:hover h3 span::after {
    background-color: #fff;
  }
}
.productList.style2 .Txt {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.productList.style2 h3 span {
  color: #fff;
}
.productList.style2 h3 span::after {
  left: 0;
  margin-left: 0;
  background-color: #fff;
}
.productList.style2 .text {
  color: #fff;
}

.productClassNoteBox {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .productClassNoteBox {
    margin-bottom: 30px;
  }
}
.productClassNoteBox .title {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 900;
  color: #3a3a3a;
}
@media (max-width: 1180px) {
  .productClassNoteBox .title {
    font-size: 35px;
  }
}
.productClassNoteBox .text {
  font-size: 16px;
  line-height: 1.8;
  color: #6f6f6f;
}

.productClassContentBox img {
  display: inline-block;
  max-width: 100%;
}

.productIntro {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .productIntro {
    padding-top: 20px;
  }
}
.productIntro .wrap {
  display: flex;
  flex-wrap: wrap;
}
.productIntro .albumBox {
  width: 47%;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1023px) {
  .productIntro .albumBox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.productIntro .albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productIntro .introBox {
  width: 53%;
  padding-left: 50px;
  color: #fff;
}
@media (max-width: 1023px) {
  .productIntro .introBox {
    width: 100%;
    padding-left: 0;
  }
}
.productIntro .introBox .textBox {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
}
.productIntro .introBox .featureTitle {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  letter-spacing: 1px;
}
.productIntro .introBox .featureText {
  line-height: 1.7;
  font-size: 14px;
  color: #fff;
}
.productIntro .introBox .featureText ul br:nth-child(1) {
  display: none;
}
.productIntro .introBox .featureText li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.productIntro .introBox .featureText li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.productIntro .introBox .featureText li + br {
  display: none;
}
.productIntro .introBox .btn3 {
  margin-top: 30px;
}
.productIntro .introBox .btn3 a {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .productIntro .introBox .btn3 a:not(:last-child) {
    margin-bottom: 10px;
  }
}
.productIntro .albumSmallList .slick-current img {
  opacity: 0.5;
}

.productMainTitle {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productMainTitle b {
  font-size: 41px;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 900;
}
.productMainTitle span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0 5px;
}
@media (max-width: 1024px) {
  .productMainTitle span {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .productMainTitle span {
    font-size: 16px;
  }
}

.productInquiryBox {
  width: 100%;
  margin-bottom: 80px;
}
.productInquiryBox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.productInquiryBox .bread {
  padding-top: 30px;
  padding-bottom: 40px;
}
.productInquiryBox .leftItemBox {
  width: calc(100% - 500px);
  padding-right: 50px;
}
@media (max-width: 960px) {
  .productInquiryBox .leftItemBox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.productInquiryBox .rightItemBox {
  width: 500px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 960px) {
  .productInquiryBox .rightItemBox {
    width: 100%;
  }
}
.productInquiryBox .rightItemBox .topBox {
  padding-top: 60px;
  padding-bottom: 0px;
}
.productInquiryBox .rightItemBox .titleStyle4 {
  margin-bottom: 60px;
}
.productInquiryBox .rightItemBox .quantityBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productInquiryBox .rightItemBox .quantityBox .title {
  margin-right: 25px;
  font-size: 19px;
  font-weight: 700;
  color: #6f6f6f;
}
.productInquiryBox .rightItemBox .quantityBox .count {
  width: 90px;
  height: 35px;
}
.productInquiryBox .rightItemBox .quantityBox .count input {
  width: 100%;
  height: 35px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #1966a7;
  text-align: center;
}
.productInquiryBox .rightItemBox .bottomBox {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 480px) {
  .productInquiryBox .rightItemBox .bottomBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.productInquiryBox .rightItemBox .btn2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .productInquiryBox .rightItemBox .btn2 {
    flex-direction: column;
  }
}
.productInquiryBox .rightItemBox .btn2 a {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .productInquiryBox .rightItemBox .btn2 a:not(:last-child) {
    margin-bottom: 10px;
  }
}

.itemImgBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .itemImgBox {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1181px) {
  .itemImgBox:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1181px) {
  .itemImgBox:nth-child(even) .textBox {
    padding-left: 0;
    padding-right: 45px;
  }
}
.itemImgBox .Img {
  max-width: 100%;
}
@media (max-width: 1180px) {
  .itemImgBox .Img {
    margin-bottom: 20px;
  }
}
.itemImgBox .Img img {
  display: block;
  max-width: 100%;
}
.itemImgBox .textBox {
  flex: 1;
}
@media (min-width: 1181px) {
  .itemImgBox .textBox {
    padding-left: 45px;
  }
}
.itemImgBox .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #3a3a3a;
}
.itemImgBox .textBox {
  font-size: 15px;
  color: #6f6f6f;
}

.radioListBox:not(:last-child) {
  margin-bottom: 20px;
}
.radioListBox .radioTitle {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  color: #3a3a3a;
}

.radio {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio]:checked + .title::after {
  transform: scale(1);
}
.radio .title {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  color: #6f6f6f;
  cursor: pointer;
}
.radio .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
}
.radio .title::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1966a7;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.downloadList {
  margin-bottom: 25px;
}
.downloadList dt {
  width: 100%;
  margin-bottom: 2px;
  padding: 10px 35px;
  background-color: #4c7fab;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.downloadList dd {
  position: relative;
  width: 100%;
  padding: 30px 120px 35px 30px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .downloadList dd {
    padding: 20px 90px 20px 20px;
  }
}
.downloadList dd:nth-child(even) {
  background-color: #f3f3f3;
}
.downloadList dd:nth-child(odd) {
  background-color: #fff;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.05);
}
.downloadList dd:nth-child(odd) .btnCircle {
  background-color: #4c7fab;
}
.downloadList dd:nth-child(odd) .btnCircle::after {
  border-color: #4c7fab;
}
.downloadList dd:nth-child(odd) .btnCircle .iconDownload {
  color: #fff;
}
.downloadList .title {
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 700;
  color: #262626;
}
.downloadList .text {
  font-size: 14px;
  color: #6f6f6f;
}
.downloadList .circleBtn {
  position: absolute;
  right: 40px;
  top: 30px;
}
@media (max-width: 480px) {
  .downloadList .circleBtn {
    right: 20px;
  }
}