@charset "utf-8";


/*========== main-copy ==========*/
.main-copy {
  padding: 35px 15px;
  background-image: url(../../images/product/main_copy_bg.png);
  background-color: #e5f0f7;
  background-size: auto;
  background-position: top right 100%;
  width: 100%;
}

.main-copy-title {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.main-copy-title .emphasis {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 2.4rem;
}

@media print, screen and (min-width: 769px) {
  .main-copy {
    background-position: top right -200px;
  }
  .main-copy-content {
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .main-copy-title {
    width: 100%;
    font-size: 3rem;
  }
  .main-copy-title .emphasis {
    font-size: 3.6rem;
  }
}


/*========== product ==========*/
.product {
  margin: 50px 0;
}
.product-pic {
  width: 100%;
}
.product-pic > img {
  width: 100%;
}
.product-info {
  padding: 20px;
  background-color: #e5f0f7;
}
.product-info-title {
  color: var(--primary-color);
  line-height: 1.2;
  margin-top: -55px;
}
.product-info-title > .emphasis {
  font-size: 5rem;
  padding-right: 10px;
  display: block;
}
.product-info .notes {
  font-size: 1.1rem;
  display: block;
  padding: 5px 0 25px;
}
.product-info-subtitle {
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 15px 15px 20px;
  margin-bottom: 15px;
  margin-left: -20px;
  background-color: var(--primary-color);
  position: relative;
  z-index: 0;
  height: 102px;
}

.product-info-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 102px 20px;
  border-color: transparent transparent transparent var(--primary-color);
}
.product-info-text {

}

@media print,
screen and (min-width: 769px) {
  .product {
    margin: 70px 0;
    /* display: flex;
    align-items: stretch;
    justify-content: center; */
    background-image: url(../../images/product/product_pic.jpg);
    background-size: contain;
    /* background-position: left; */
    background-position: left calc(50% - 500px) center;
    background-color: #e5f0f7;
  }

  .product-pic {
    /* width: calc(50% - 150px); */
    display: none;
  }

  .product-pic>img {
    width: 100%;
  }

  .product-info {
    width: calc(50% + 150px);
    padding-right: calc(50% - 480px);
    padding-left: 0;
    background-color: #e5f0f7;
    margin-left: auto;
    position: relative;
    height: 544px;
  }
  .product-info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -110px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 544px 110px 0 0;
    border-color: transparent #e5f0f7 transparent transparent;
  }
  .product-info-title {
    text-align: right;
    margin-top: 0;
    /* font-size: 3rem; */
    font-size: 2.5rem;
  }

  .product-info-title>.emphasis {
    font-size: 4.8rem;
    padding-right: 10px;
    display: inline;
  }

  .product-info .notes {
    font-size: 1.4rem;
    text-align: right;
  }

  .product-info-subtitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    padding: 0;
    margin-left: -100px;
    height: 54px;
    width: 740px;
  }

  .product-info-subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 54px 20px;
    border-color: transparent transparent transparent var(--primary-color);
  }
  .product-info-subtitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 20px 0 0;
    border-color: transparent var(--primary-color) transparent transparent;
  }
}


/*========== reason ==========*/

.reason {}
.reason-content {
  padding: 20px;
}
.reason-title {
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 15px 15px 20px;
  margin-bottom: 15px;
  margin-left: -20px;
  background-color: var(--primary-color);
  height: 102px;
  position: relative;
}
.reason-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 102px 20px;
  border-color: transparent transparent transparent var(--primary-color);
}
.reason-title .emphasis {
  color: #ede055;
}
.reason-list {}
.reason-item {}
.reason-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.reason-item-pic {
  width: 100%;
}
.reason-item-pic>img {
  width: 100%;
}
.reason-detail {}
.reason-detail-title {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 35px;
  margin-top: 15px;
  position: relative;
}
.reason-detail-title-no {
  color: #fff;
  width: 25px;
  height: 25px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: -2.5px;
}
.reason-detail-text {
  margin: 10px 0 0;
}

@media print,
screen and (min-width: 769px) {
  .reason {
    margin: 100px 0 50px;
  }

  .reason-content {
    padding:0;
  }

  .reason-title {
    color: #fff;
    font-size: 1.8rem;
    padding: 0;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: inherit;
    background-image: url(../../images/product/reason_title_bg.png);
    background-size: contain;
    width: 608px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .reason-title::after {
    display: none;
  }

  .reason-list {}

  .reason-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .reason-item:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .reason-item-pic {
    width: 455px;
  }

  .reason-item-pic>img {
    width: 100%;
  }

  .reason-detail {
    width: calc(100% - 500px);
  }

  .reason-detail-title {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 0;
    padding-left: 45px;
  }

  .reason-detail-title-no {
    width: 34px;
    height: 34px;
    font-size: 2.4rem;
    left: 0;
    top: -5.5px;
  }

  .reason-detail-text {
    margin: 30px 0 0;
  }
}

/*========== possible ==========*/

.possible {
}
.possible-list {}
.possible-item {}
.possible-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.possible-item-pic {
  width: 100%;
}
.possible-item-pic > img{
  width: 100%;
}
.possible-item-text {}
.possible-item-text .emphasis {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .possible {
    padding: 50px 0;
  }

  .possible-list {}

  .possible-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .possible-item-pic {
    width: 380px;
    margin-top: 80px;
  }

  .possible-item-text {
    width: calc(100% - 420px);
    margin-bottom: 0;
    line-height: 2;
  }

  .possible-item-text .emphasis {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 25px;
    display: block;
  }
}

/*========== specification ==========*/

.specification {}

.specification-title {
  background-color: #e5f0f7;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 400;
}

.specification-title .emphasis {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.specification-list {
  margin-bottom: 25px;
}

.specification-item-title {
  margin-top: 25px;
  font-weight: 700;
}
.specification-item-title::before {
  content: "■";
  color: var(--primary-color);
  display: inline;
}

.specification-item-text {
  line-height: 2;
}

.specification .notes {
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .specification {
    padding: 80px 0;
  }

  .specification-title {
    padding:25px 30px;
    font-size: 1.8rem;
  }

  .specification-title .emphasis {
    font-size: 3rem;
    padding-bottom: 5px;
  }

  .specification-list {
    font-size: 1.8rem;
    margin: 20px auto;
    width: calc(100% - 120px);
  }

  .specification-item-title {
    margin-top: 25px;
  }
  .specification .notes {
    display: block;
    margin: 20px auto 100px;
    width: calc(100% - 120px);
  }
}


/*ケズリンお問合せ*/
.contact-product {
  margin: 25px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.contact-product-info {
  padding: 20px;
  background-color: #e5f0f7;
  background-image: url(../../images/product/link_button_bg.png);
  background-position: right 50% center;
  background-size: cover;
}
.contact-product-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-color);
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--primary-color);
  margin-bottom: 10px;
}
.contact-product-tel {
  line-height: 1;
  font-weight: 700;
}
.contact-product-tel .emphasis {
  color: var(--primary-color);
  font-size: 2rem;
}
.contact-product-link-button {
  color: #fff;
  font-weight: 700;
  display: block;
  background-color: var(--primary-color);
  padding: 10px;
  text-align: center;
  line-height: 1;
}

.contact-product-link-button-text {
  position: relative;
}

.contact-product-link-button-text::after,
.contact-product-link-button-text::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 7px 10px;
  border-color:rgba(237, 224, 85, 0) rgba(237, 224, 85, 0) rgba(237, 224, 85, 0) rgba(237, 224, 85, 1);
  position: absolute;
  top: calc(50% - 7px);
}
.contact-product-link-button-text::before {
  right: -27px;
}
.contact-product-link-button-text::after {
  display: none;
}

@media print,
screen and (min-width: 769px) {

  .contact-product {
    margin: 20px auto;
    width: calc(100% - 120px);

  }
  .contact-product-info {
    background-position: right center;
    background-size: contain;
  }
  .contact-product-name {
    font-size: 2.4rem;
    padding-right: 50px;
    display: inline-block;
  }
  .contact-product-tel .emphasis {
    font-size: 2.4rem;
  }
  .contact-product-link-button {
    font-size: 2.4rem;
  }
  .contact-product-link-button-text::after,
  .contact-product-link-button-text::before {
    border-width: 10px 17.5px;
    top: calc(50% - 8px);
  }
  .contact-product-link-button-text::before {
    right: -45px;
  }
  .contact-product-link-button-text::after {
    display: block;
    right: -65px;
  }

}
