.wrp-main.page-charm .o--grp-visual {
  position: relative;
  margin-top: 30px;
  margin-bottom: 80px;
}

.wrp-main.page-charm .o--grp-visual .o--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrp-main.page-charm .o--grp-visual .o--items .o--item {
  width: 25%;
  height: 726px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.wrp-main.page-charm .o--grp-visual .o--items .o--item.o--item1 {
  background-image: url("../img/charm/visual1.jpg?z3zlb24j");
}

.wrp-main.page-charm .o--grp-visual .o--items .o--item.o--item2 {
  background-image: url("../img/charm/visual2.jpg?zydlqrtq");
}

.wrp-main.page-charm .o--grp-visual .o--items .o--item.o--item3 {
  background-image: url("../img/charm/visual3.jpg?x626gnre");
}

.wrp-main.page-charm .o--grp-visual .o--items .o--item.o--item4 {
  background-image: url("../img/charm/visual4.jpg?14zuyqku");
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-visual .o--items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrp-main.page-charm .o--grp-visual .o--items .o--item {
    width: 50%;
    height: 300px;
  }
}

.wrp-main.page-charm .o--grp-visual .o--visual-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
}

.wrp-main.page-charm .o--grp-visual .o--visual-main img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-visual .o--visual-main {
    width: 300px;
    height: 300px;
  }
}

.wrp-main.page-charm .o--grp-features {
  overflow: hidden;
  margin-bottom: 50px;
}

.wrp-main.page-charm .o--grp-features .o--feature {
  position: relative;
}

.wrp-main.page-charm .o--grp-features .o--feature:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -60%;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-features .o--feature .o--row {
    display: block;
  }
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col {
    width: 100%;
  }
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col1 {
  padding-top: 60px;
  padding-bottom: 90px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col1 {
    padding-right: 0;
    padding-bottom: 60px;
  }
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col1 .o--feature-slider {
  max-width: 580px;
  width: 100%;
  height: auto;
  overflow: visible;
  position: relative;
  margin: 0 auto 0 0;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col1 .o--feature-slider .slick-slide:focus {
  outline: none;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col1 .o--feature-slider .slick-list {
  overflow: visible;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col1 .o--feature-slider ul.slick-dots li {
  height: 10px;
  margin: 0 2px;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col1 .o--feature-slider ul.slick-dots li button {
  height: 10px;
  width: 10px;
  margin: auto;
  border-radius: 50%;
  background-color: #c7c7c7;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col1 .o--feature-slider ul.slick-dots li.slick-active button {
  background-color: #333;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 30px;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col2 .o--feature-inner {
  width: 100%;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col2 .o--feature-inner .o--feature-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col2 .o--feature-inner .o--feature-title {
    font-size: 20px;
  }
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col2 .o--feature-inner p {
  margin-bottom: 30px;
}

.wrp-main.page-charm .o--grp-features .o--feature .o--row .o--col2 .o--feature-inner .o--feature-btn {
  width: 100%;
  max-width: 500px;
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature1:before {
  background-color: #E7F3D7;
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature1 .o--row .o--col2 .o--feature-inner .o--feature-btn {
  background-color: #8CC63E;
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature2:before {
  left: auto;
  right: -60%;
  background-color: #FDECCC;
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature2 .o--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature2 .o--row .o--col {
  padding-right: 0;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-features .o--feature.o--feature2 .o--row .o--col {
    padding-left: 0;
  }
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature2 .o--row .o--col1 .o--feature-slider {
  margin: 0 0 0 auto;
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature2 .o--row .o--col2 .o--feature-inner .o--feature-btn {
  background-color: #F8A604;
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature3:before {
  background-color: #FAE4E9;
}

.wrp-main.page-charm .o--grp-features .o--feature.o--feature3 .o--row .o--col2 .o--feature-inner .o--feature-btn {
  background-color: #E87C94;
}

.wrp-main.page-charm .o--grp-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-banners {
    margin: 0;
    width: 100%;
  }
}

.wrp-main.page-charm .o--grp-banners .o--item {
  display: inline-block;
  width: 14.28571%;
  padding: 0 10px 20px;
}

.wrp-main.page-charm .o--grp-banners .o--item img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .wrp-main.page-charm .o--grp-banners .o--item {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .wrp-main.page-charm .o--grp-banners .o--item {
    width: 25%;
    padding: 0 5px 10px;
  }
}
