@charset "UTF-8";

.el-page__content {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2;
}

.el-page__content img {
  height: auto;
}

.el-d-section--fullBG0 {
  margin-bottom: 0;
  padding-bottom: 30px;
  background-color: #E5B1AA;
}

.el-d-section--fullBG1 {
  margin-bottom: 0;
  padding: 20px 0 100px;
  background-color: #E5B1AA;
}

.el-d-section--fullBG2 { 
  margin-bottom: 0;
  padding: 80px 0 150px;
  background: url('/_var/hyper-block/kaosuma_point/img/bg_dia01.png') center top no-repeat #F0E2D8;
  background-size: 45px 34px;
}

.el-d-section--fullBG3 {
  margin-bottom: 0;
  padding: 80px 0 80px;
  background: url('/_var/hyper-block/kaosuma_point/img/bg_dia02.png') center top no-repeat;
  background-size: 45px 34px;
}

.el-d-section--fullBG4 {
  margin-bottom: 0;
  padding: 80px 0 150px;
  background: url('/_var/hyper-block/kaosuma_point/img/bg_dia03.png') center top no-repeat #F2EFEC;
  background-size: 45px 34px;
}

.el-d-section--fullBG5 {
  margin-bottom: 0;
  padding: 80px 0 150px;
  background: url('/_var/hyper-block/kaosuma_point/img/bg_dia02.png') center top no-repeat #F0E2D8;
  background-size: 45px 34px;
}

.el-d-section--fullBG6 {
  margin-bottom: 0;
  padding: 80px 0 100px;
  background-color: #F2EFEC;
}

.el-d-section h3 {
  font-weight: lighter;
  line-height: 1.6;
}

.el-d-section h4 {
  line-height: 1.6;
}

.el-carousellB__bullet.glide__bullet--active {
  background-color: #fff;
}

.el-top {
  color:#fff;
}

.el-top__date {
  display: inline-block;
  padding-bottom: 8px;
  line-height: 1;
  border-bottom: 1px solid #fff;
}

.el-top__tit {
  font-size: 30px;
  line-height: 1.6;
  font-weight: lighter;
}

.el-top__lead {
  margin-top: 60px;
  font-size: 20px;
}

.el-top__figs {
  position: relative;
  width: 450px;
  height: 763px;
}

.el-top__fig1 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.el-top__fig2 {
  position: absolute;
  top: 348px;
  left: 0px;
}

.el-top__fig3 {
  position: absolute;
  top: 428px;
  right: -91px;
}

.el-top__fig4 {
  position: absolute;
  bottom: 41px;
  right: 42px;
}

.el-top__fig5 {
  position: absolute;
  bottom: 0px;
  left: 149px;
}

.el-merit {
  text-align: center;
  color: #942735;
}

.el-merit__tit {
  font-size: 28px;
}

.el-merit__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.el-merit__item {
  box-sizing: border-box;
  flex: 0 1 33.3%;
  margin-top: 30px;
  padding: 0 20px;
}

.el-merit__item-txt {
  margin-top: 15px;
  line-height: 1.6 !important;
  font-size: 22px;
  font-weight: bold;
}

.el-merit__attention {
  text-align: right;
  font-size: 14px;
  font-weight: bold;

}

.el-color {
  text-align: center;
}

.el-color__tit {
  font-size: 28px;
}

.el-color__lead {
  margin-top: 20px;
  font-size: 22px;
  font-weight: lighter;
}

.el-color__lead strong {
  font-weight: bold;
}

.el-color__lead u {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}

.el-color__fig {
  margin-top: 20px;
}

.red-bolder, .red-underline {
  color: #942735;
}

.blue-bolder, .blue-underline {
  color: #325476;
}

.el-slider__nav-btn.slick-current::before {
  opacity: 1;
  border: 1px solid #707070;
}
.el-slider__nav-btn:nth-child(1) {
  background-color: #FAE4D5;
  border: 1px solid #FAE4D5;
}  
.el-slider__nav-btn:nth-child(2) {
  background-color: #E3A5AD;
  border: 1px solid #E3A5AD;
}  
.el-slider__nav-btn:nth-child(3) {
  background-color: #F2EFEC;
  border: 1px solid #2C2C2C;
}  
.el-slider__nav-btn:nth-child(4) {
  background-color: #717171;
  border: 1px solid #717171;
}
.el-slider__nav-btn:nth-child(5) {
  background: url('/_var/hyper-block/kaosuma_point/img/color05.png') center center no-repeat;
  border: 1px solid #942735;
}
.el-slider__nav-btn:nth-child(6) {
  background: url('/_var/hyper-block/kaosuma_point/img/color06.png') center center no-repeat;
  border: 1px solid #325476;
}  
.slide-arrow {
  position: absolute;
  top: 312px;
  width: 45px;
  height: 80px;
  z-index: 1;
  cursor: pointer;
}
.prev-arrow {
  left: -15px;
  background: url('../img/prev_arrow.png') center center/contain no-repeat;
}
.next-arrow {
  right: -15px;
  background: url('../img/next_arrow.png') center center/contain no-repeat;
}

.el-slider {
  margin-top: 10px;
  overflow: hidden;
}
.el-slider__items {
  max-width: 560px;
  margin: 0 auto;
  height: 705px;
}
.el-slider__items .slick-list {
  overflow: unset;
}
.el-slider__items .slick-track {
  display: flex;
  flex-wrap: nowrap;
}
.el-slider__items .slick-slide {
  height: auto !important;
}
.el-slider__items .el-slider__item {
  position: relative;
  padding: 25px 0 0px;
  height: 705px !important;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.el-slider__img img {
  margin: 0 auto;
}

.el-slider__item_new {
  position: absolute;
  top: 0px;
    left: 30px;
  z-index: 1;
}

.el-slider__nav {
  position: relative;
  z-index: 1;
  height: 32px;
  max-width: 406px;
  margin: 50px auto 0;
}
.el-slider__nav .slick-list {
  height: 100%;
}
.el-slider__nav .slick-track {
  transform: unset !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.el-slider__nav-btn {
  position: relative;
  width: 18px !important;
  height: 18px;
  border-radius: 50%;
  margin: 0 18px;
  cursor: pointer;
}
.el-slider__nav-btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}

.el-check {
  color: #325476;
}

.el-check__tit {
  text-align: center;
  font-size: 28px;
}

.el-check__item {
  display: flex;
  margin-top: 75px;
}

.el-check__item-fig {
  border-radius: 30px;
}

.el-check__item-txt {
  padding-left: 60px;
  align-self: center;
}

.el-check__tit-small {
  padding-left: 42px;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  background: url('/_var/hyper-block/kaosuma_point/img/icon-check.png') left 5px no-repeat;
  background-size: 36px 28px;
}

.el-check__item-txt-txt {
  margin-top: 10px;
}

.el-check__item-txt-note {
  margin-top: 1em;
  font-size: 13px;
}

.el-howto__tit {
  text-align: center;
  color: #325476;
  font-size: 28px;
}

.el-howto__tit-small {
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: lighter;
}

.el-howto__items {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.el-howto__item {
  flex: 0 1 225px;
  box-sizing: border-box;
}

.el-howto__item-txt {
  margin-top: 15px;
}



.el-product {
  text-align: center;
}

.el-product__tit {
  position: relative;
  color: #325476;
  font-size: 28px;
  padding: 20px;
}

.el-product__tit::before {
  position: absolute;
  content: "";
  display: block;
  width: 454px;
  height: 1px;
  background-color: #325476;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.el-product__tit-small {
  position: relative;
  margin-top: 60px;
  text-align: center;
  color: #595757;
  font-size: 24px;
}

.el-product__tit-small::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #707070;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.el-product__tit-small-6::before {
  width: 4em;

}

.el-product__tit-small-20::before {
  width: 4.5em;

}

.el-product__new-item {
  margin-top: 30px;
  line-height: 1.6;
}

.el-product__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}

.el-product__item {
  flex: 0 1 25%;
  box-sizing: border-box;
  margin-top: 60px;
  padding: 0 20px;
  position: relative;
}

.el-product__item_new {
  position: absolute;
  top: -20px;
  left: 36px;
  width: 37px;
  height: auto;
}

.product-list__item-fig {
  text-align: center;
}

.product-list__text {
  margin-top: 15px;
  text-align: left;
  line-height: 1.6;
}

.el-product__release {
  margin-top: 100px;
}

.el-product__release-banner {
  display: inline-block;
  width: 490px;
  padding: 30px 0;
  color: #336699;
  font-size: 24px;
  line-height: 1;
  background: #fff;
  border: 1px solid #336699;
  border-radius: 6px;
}

.el-c-productDetails2__buttonItems {
  position: initial;
  margin: 100px auto 0;
}

@media screen and (min-width: 700px) {
  #is-pc {
    display: block;
  }
  #is-sp {
    display: none;
  }
  
  .hidden-pc {
    display: none;
  }

  .el-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 25px;
    height: 100%;
  }

  .el-inner-wide {
    max-width: 1000px;
    margin: 0 auto;
  }

  .el-page__content .el-page-content-image-sm {
    display: none;
  }
  .el-page__content .el-page-content-image-pc {
    position: relative;
    background: #F2EFEC;
    text-align: center;
  }

  .el-page__content .el-page-content-image-pc .glide-one {
    position: relative;
    max-width: 1000px;
    margin: auto;
  }
  .el-page__content .el-carousellB__bullets {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .el-top__inner {
    display: flex;
  }
  
  .el-top__txt {
    padding-left: 70px;
  }
}

@media screen and (max-width: 699px) {
  #is-pc {
    display: none;
  }
  #is-sp {
    display: block;
  }

  .el-d-section--fullBG1 {
    padding: 0px 0 60px;
  }
  
  .el-d-section--fullBG2 { 
    margin-bottom: 0;
    padding: 50px 0 30px;
    background: url('/_var/hyper-block/kaosuma_point/img/bg_dia01.png') center top no-repeat #F0E2D8;
    background-size: 33px;
  }
  
  .el-d-section--fullBG3 {
    margin-bottom: 0;
    padding: 50px 0 50px;
    background: url('/_var/hyper-block/kaosuma_point/img/bg_dia02.png') center top no-repeat;
    background-size: 33px;
  }
  
  .el-d-section--fullBG4 {
    margin-bottom: 0;
    padding: 50px 0 60px;
    background: url('/_var/hyper-block/kaosuma_point/img/bg_dia03.png') center top no-repeat #F2EFEC;
    background-size: 33px;
  }
  
  .el-d-section--fullBG5 {
    margin-bottom: 0;
    padding: 50px 0 60px;
    background: url('/_var/hyper-block/kaosuma_point/img/bg_dia02.png') center top no-repeat #F0E2D8;
    background-size: 33px;
  }
  
  .el-d-section--fullBG6 {
    margin-bottom: 0;
    padding: 50px 0 60px;
    background-color: #F2EFEC;
  }

  .el-inner,
  .el-inner-wide {
    max-width: 320px;
    margin: 0 auto;
  }

  .el-page__content .el-page-content-image-pc {
    display: none;
  }
  
  .slide-arrow {
    width: 39px;
    height: 78px;
    top: 218px;
  }
  .prev-arrow {
    left: 0;
  }
  .next-arrow {
    right: 0;
  }

  .el-top__tit {
    font-size: 20px;
  }

  .el-top__lead {
    margin-top: 30px;
    font-size: 17px;
  }

  .el-top__fig1-wrap-sp {
    width: 100%;
    height: 335px;
    margin-top: 30px;
    text-align: center;
  }

  .el-top__figs {
    width: 320px;
    max-width: 100%;
    height: 377px;
    margin-top: 50px;
  }


  .el-top__fig1 {
    position: relative;
    top: 0px;
    right: 0px;
    width: 272px;
    height: 335px;
  }
  
  .el-top__fig2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 145px;
  }
  
  .el-top__fig3 {
    position: absolute;
    top: 83px;
    right: 0;
    width: 148px;
    height: 180px;
  }
  
  .el-top__fig4 {
    position: absolute;
    bottom: 0;
    right: 105px;
    width: 172px;
    height: 172px;
  }
  
  .el-top__fig5 {
    position: absolute;
    bottom: 17px;
    left: 33px;
    width: 45px;
    height: 33px;
  }

  .el-merit__tit {
    font-size: 21px;
  }

  .el-merit__items {
    justify-content: flex-start;
  }

  .el-merit__item {
    box-sizing: border-box;
    flex: 0 1 50%;
    margin-top: 30px;
  }

  .el-merit__item:nth-child(odd){
    padding: 0 10px 0 0;
  }

  .el-merit__item:nth-child(even){
    padding: 0 0 0 10px;
  }

  .el-merit__item-txt {
    font-size: 14px;
  }

  .el-merit__attention {
    transform: translateY(-100%);
    font-size: 12px;
  }

  .el-color__tit {
    font-size: 21px;
  }

  .el-color__lead {
    font-size: 18px;
  }

  .el-slider {
    margin-top: 10px;
  }
  .el-slider__items {
    max-width: 340px;
    height: auto;
  }
  
  .el-slider__items .el-slider__item {
    height: 440px !important;
    margin-right: 5px!important;
      margin-left: 5px!important;
  }

  .el-slider__item_new {
    left: 0px;
    width: 48px;
    height: auto;
  }

  .el-slider__nav {
    position: relative;
    height: 32px;
    max-width: 285px;
    margin: 25px auto 0;
  }
  
  .el-slider__nav-btn {
    position: relative;
    width: 12px !important;
    height: 12px;
    border-radius: 50%;
    margin: 0 13px;
    cursor: pointer;
  }
  .el-slider__nav-btn::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
  }
  .el-slider__nav-btn.slick-current::before {
    opacity: 1;
  }

  .slide-arrow {
    display: none !important;
  }

  .el-check__tit {
    font-size: 21px;
  }

  .el-check__item {
    display: block;
    margin-top: 60px;
    text-align: center;
  }

  .el-check__item-fig {
    width: 184px;
  }

  .el-check__item-txt {
    padding: 0;
    text-align: left;
  }

  .el-check__tit-small {
    margin-top: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.6;
    white-space: normal;
    background: url('/_var/hyper-block/kaosuma_point/img/icon-check_sp.png') left 5px no-repeat;
    background-size: 23px 21px;
  }

  .el-check__item-txt-note {
    margin-top: 1em;
    font-size: 13px;
  }

  .el-howto__items {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }
    
  .el-howto__item {
    flex: 0 1 50%;
    margin-top: 40px;
  }

  .el-howto__item:nth-child(odd){
    padding: 0 10px 0 0;
  }

  .el-howto__item:nth-child(even){
    padding: 0 0 0 10px;
  }

  .el-howto__tit {
    font-size: 24px;
  }

  .el-howto__tit-small {
    font-size: 16px;
  }

  .el-howto__item-txt {
    font-size: 14px;
    line-height: 1.6;
  }

  .el-product__tit {
    font-size: 19px;
  }

  .el-product__tit::before {
    max-width: 100%;
  }

  .el-product__tit-small {
    font-size: 17px;
    padding: 5px;
  }

  .el-product__items {
    margin-top: 10px;
  }
  
  .el-product__item {
    flex: 0 1 50%;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0 10px;
  }

  .product-list__item-fig img {
    width: 62%;
    height: auto;
  }

  .product-list__text {
    font-size: 14px;
  }

  .el-product__release-banner {
    width: 100%;
    padding: 20px 0;
    font-size: 17px;
  }
}

@media screen and (max-width: 320px) {
  .el-inner,
  .el-inner-wide {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .el-slider__items .el-slider__item {
    height: 367px !important;
  }
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 1.6s ease 0s;
}

.el-top__fig1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.6s ease 0s, transform 1.6s;
}
.el-top__fig2 {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1.6s ease 0s, transform 1.6s;
}
.el-top__fig3 {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1.6s ease 0s, transform 1.6s;
}
.el-top__fig4 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.6s ease 0s, transform 1.6s;
}
.el-top__fig5 {
  opacity: 0;
  transition: opacity 1.6s ease 0s, transform 1.6s;
}

.js-fadeIn.is-inview {
  opacity: 1;
  transition-delay: .4s;
}

.el-top__fig1.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}
.el-top__fig2.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.el-top__fig3.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.1s;
}
.el-top__fig4.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.el-top__fig5.is-inview {
  opacity: 1;
  transition-delay: 1.7s;
}
