#pointTopMain {
  background: url(https://www.sincerite.jp/wp-content/uploads/renewal2021/point/pc_point_top_back.jpg);
}

#pointTopMain img {
  max-width: 100%;
}

.pt__memberSec {
  background: #f4efb1;
  padding: 40px 0;
}

.pt__memberSec h2 {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  color: #6e5028;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt__memberSec h2:before,.pt__memberSec h2:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #6e5028;
  transform: rotate(45deg);
  margin: 0 8px;
}

.pt__memberSec h2:after{
  transform: rotate(-45deg);
}


.pt__memberSec .row {
  justify-content: center;
}

.pt__memberSec .col {
  text-align: center;
  max-width: 260px;
  flex: 0 0 260px;
}

@media (max-width: 767px) {
  .pt__memberSec .col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 10px;
  }
}

a.btnBl, a.btnYe {
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  width: 235px;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
}

a.btnBl:hover, a.btnYe:hover {
  opacity: 0.7;
}

a.btnBl img, a.btnYe img{
  margin-right: 10px;
}

@media (max-width: 767px) {
  a.btnBl, a.btnYe {
    max-width: 100%;
  }
}

.btnBl {
  background: linear-gradient(180deg, #1487BE 0%, #0178B3 100%);
}

.btnYe {
  background: linear-gradient(180deg, #E6A000 0%, #E66F00 100%);
}

.pt__missionSec {
  position: relative;
  padding-bottom: 180px;
  margin-bottom: 0;
}

.pt__missionSec h2 {
  text-align: center;
  font-weight: bold;
  color: #fa786e;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.pt__missionSec h2 img {
  display: block;
  margin: 0 auto 30px;
}

.pt__missionSec p {
  color: #6e5028;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.pt__missionSec .missionImg {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
}

@media (max-width: 767px) {
  .pt__missionSec {
    padding-bottom: 60vw;
  }
  .pt__missionSec h2 {
    font-size: 22px;
  }
  .pt__missionSec h2 img {
    zoom: 0.5;
  }
  .pt__missionSec p {
    font-size: 14px;
  }
  .pt__missionSec .missionImg img {
    max-width: calc(100% - 30px);
    bottom: -15vw;
  }
}

.pt__interviewSec {
  background: #fdeeea;
  padding: 140px 0 60px;
}

.pt__interviewSec h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pt__interviewSec h2 img {
    zoom: 0.5;
  }
}

.interviewRow {
  justify-content: center;
}

.interviewWrap {
  display: block;
  padding: 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 6px -2px;
}

.interviewWrap img {
  margin-bottom: 10px;
}

.interviewWrap span {
  display: inline-block;
  border-radius: 50px;
  background: #fa786e;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}

.interviewWrap:hover {
  transition: 0.15s;
  opacity: 0.7;
}

.pt__categorySec h2, .pt__categorySec2 h2, .pt__selectSec h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .pt__categorySec h2, .pt__categorySec2 h2, .pt__selectSec h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.pt__categorySec p {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .pt__categorySec p {
    font-size: 14px;
  }
}

.pt__categorySec h2 img {
  display: block;
  margin: 20px auto 0;
}

.pt__categorySec .row {
  justify-content: center;
  margin-top: 40px;
}

.pt__categorySec .row .col {
  max-width: 155px;
  flex: 0 0 155px;
  text-align: center;
}

@media (max-width: 767px) {
  .pt__categorySec .row .col {
    max-width: 110px;
    flex: 0 0 110px;
  }
}

.pt__categorySec2 .container {
  max-width: 1200px;
}

.pointItemUnit h3 {
  margin-bottom: 30px;
}

.pointItemUnit h3 span {
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pointItemUnit h3 span img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.pointItemUnit h3 span:after {
  content: "";
  display: block;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: #fce6e6;
}

.pointItemUnit h3 strong {
  display: block;
  font-size: 20px;
  background: #e95b58;
  font-weight: bold;
  padding: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .pointItemUnit h3 strong {
    font-size: 18px;
  }
}

.pointItemUnit .button {
  background: #e95b58;
  border: none;
}

.pointItemUnit a:hover {
  transition: 0.15s;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .pointItemUnit {
    margin-bottom: 60px;
  }
}

a.piMoreBtn {
  padding: 10px 0;
  border-bottom: 1px solid #e95b58;
  font-weight: 500;
}

a.piMoreBtn img {
  margin-right: 5px;
}

.pointItemUnit.pointItem--2 h3 span:after {
  background: #e1f2f5;
}

.pointItemUnit.pointItem--2 h3 strong {
  background: #38a8be;
}

.pointItemUnit.pointItem--2 .button {
  background: #38a8be;
}

.pointItemUnit.pointItem--2 a.piMoreBtn {
  padding: 10px 0;
  border-bottom: 1px solid #38a8be;
}

.pointItemUnit.pointItem--3 h3 span:after {
  background: #e5f4e6;
}

.pointItemUnit.pointItem--3 h3 strong {
  background: #50b45a;
}

.pointItemUnit.pointItem--3 .button {
  background: #50b45a;
}

.pointItemUnit.pointItem--3 a.piMoreBtn {
  padding: 10px 0;
  border-bottom: 1px solid #50b45a;
}

.pointItemInit {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
}

.pointItemInit:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}

.pi__img, .pi__text {
  max-width: 50%;
  flex: 0 0 50%;
}

.pi__img {
  padding-right: 8px;
}

.pi__text {
  padding-left: 8px;
  padding-bottom: 38px;
  position: relative;
}

.pi__text h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.pi__text .button {
  max-width: calc(100% - 8px);
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 0;
  box-shadow: none;
}

.pi__text p {
  font-size: 12px;
  line-height: 1.6;
}

.pi__point {
  border: 1px solid #1b1b1b;
  border-radius: 4px;
  text-align: center;
  display: block;
  margin-top: 10px;
  padding: 5px;
  font-size: 13px;
}

.pi__point strong {
  font-size: 18px;
  margin-right: 2px;
}

.pi__cate {
  margin-bottom: 10px;
  display: block;
}

.pi__cate span {
  border: 1px solid #1b1b1b;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  padding: 5px;
  font-size: 12px;
}

.pt__selectSec .container {
  max-width: 1200px;
  background: #e6f0fa;
  padding: 60px 30px;
}

.ptSelect {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.ptSelect .row {
  justify-content: center;
}

.ptSelect a {
  display: block;
  padding: 30px 5px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #5d99c2;
}

.ptSelect a strong {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.ptSelect a:hover {
  background: #f2f2f2;
  transition: 0.15s;
}

@media (max-width: 767px) {
  .ptSelect a {
    padding: 10px;
    border-radius: 100px;
  }
  .ptSelect a strong {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
  }
}

#pointCate__h1{
  margin: -70px 0 60px;
  text-align: center;
  color: #6e5028;
}

#pointCate__h1 img{
  display: block;
  margin: auto;
}
#pointCate__h1 strong{
  margin-top: 80px;
  text-align: center;
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.pointTitleIcon{
  position: absolute;
  top: -50px;
  right: -30px;
}
.container--wide{
  max-width: 1200px;
}

#pointCate__h1 + p{
  margin-top: -30px;
  margin-bottom: 80px;
  color: #6e5028;
}
.container--wide .pt__memberSec{
  border-radius: 10px;
}

@media (max-width: 767px) {
  #pointCate__h1{
    margin: -20px -15px 40px;
    text-align: center;
    color: #6e5028;
  }
  #pointCate__h1 strong{
    font-size: 32px;
    margin-top: 50px;
  }
  .pointTitleIcon{
    width: 35px;
    height: 35px;
  }
  .pointTitleIcon{
    top: -30px;
  }
  #pointCate__h1 + p{
    margin-bottom: 60px;
  }
  .container--wide .pt__memberSec{
    margin: 0 -15px 40px;
    width: calc(100% + 30px);
    border-radius: 0;
  }
  .pointTitleLine{
    width: 250px;
  }
}

.itemCategoryPage .pi__text .button{
  background: #e95b58;
  border:none;
  transition: 0.15s;
}

.itemCategoryPage .pi__text .button:hover{
  opacity: 0.7;
  transition: 0.15s;
}

.pointCategory > li .pointItemInit{
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
}

#pointCate__h1B{
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: -70px 0 60px;
}

.pointCateBIcon{
  display: block;
  margin: 30px auto 20px;
}
#pointCate__h1B + p{
  margin: -40px 0 60px;
}
.pointCate__sinceriteproducts{
  color: #50b45a;

}
.pointCate__hokkaidogourmet{
  color: #e95b58;

}
.pointCate__kadenseihin{
  color: #38a8be;
}
@media (max-width: 767px) {
  #pointCate__h1B{
    font-size: 23px;
    margin: -20px -15px 40px;
  }
  #pointCate__h1B + p{
    margin: -20px 0 60px;
  }
  .pointCateBIcon{
    width: 90px;
    height: 90px;
    margin-top: 10px;
  }
}
