/* slider */
.ols-section-mv .slick-dots {
  margin: 30px 70px;
  padding: 0;
}

.ols-section-mv .slick-arrow {
  width: 40px;
  height: 40px;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  position: relative;
  transform: none;
}

.ols-section-mv .slick-arrow img {
  display: inline-block;
  width: 100%;
}

.ols-section-mv .ols-section-mv__slider {
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 100%;
}

.ols-section-mv .ols-section-mv__slider.slick-initialized {
  opacity: 1;
  width: 100%;
}

.ols-section-mv .ols-section-mv__slider__item a {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: 100%;
}

.ols-section-mv .ols-section-mv__slider__item a:hover {
  opacity: 0.7;
}

.ols-section-mv .ols-section-mv__slider__item__pc {
  display: block;
}


.ols-section-mv .ols-section-mv__slider__item__sp {
  display: none;
}

.ols-section-mv .ols-section-mv__slider__button {
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 451px) {
  .ols-section-mv .slick-slide {
    width: 350px;
    margin: 0 15px;
  }
}

@media (min-width: 768px) {
  .ols-section-mv .slick-slide {
    width: 400px;
    margin: 0 15px;
  }
}


@media (max-width: 767px) {
  .ols-section-mv .slick-dots {
    margin: 20px 25px;
    padding: 0;
  }

  .ols-section-mv .slick-arrow {
    width: 30px;
    height: 30px;
    display: none;
  }

  .ols-section-mv .ols-section-mv__slider__item a {
    border-radius: 20px;
    overflow: hidden;
  }

  .ols-section-mv .slick-slide {
    margin: 0 7px;
    max-width: 400px;
  }

  /*
  .ols-section-mv .ols-section-mv__slider__item__pc {
    display: none;
  }

  .ols-section-mv .ols-section-mv__slider__item__sp {
    display: block;
  }
  */
}

/* slider end*/
/* button */
.ols-section-anchor {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.ols-section-anchor .ols-section-anchor__button {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
}

.ols-section-anchor .ols-section-anchor__button a {
  width: 100%;
  display: block;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  border: 1px solid #f06f2d;
  background: #fff;
  text-align: center;
}

.ols-section-anchor .ols-section-anchor__button a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 17px;
  height: 10px;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_04.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-section-anchor .ols-section-anchor__button a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ols-section-anchor .ols-section-anchor__shadow-button {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
  position: relative;
}

.ols-section-anchor.ols-section-anchor-3col {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ols-section-anchor.ols-section-anchor-3col .ols-section-anchor__shadow-button {
  max-width: none;
  width: calc(33.3% - 14px);
  margin: 0;
  margin-left: 21px;
}

.ols-section-anchor.ols-section-anchor-3col .ols-section-anchor__shadow-button:first-child {
  margin-left: 0;
}

.ols-section-anchor .ols-section-anchor__shadow-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 7px);
  height: 100%;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/bg_icon.png') center;
  background-repeat: repeat;
  background-color: #f06f2d;
  z-index: 1;
  border-radius: 15px;
}

.ols-section-anchor .ols-section-anchor__shadow-button a {
  width: calc(100% - 7px);
  display: block;
  /* padding: 15px 30px 15px 20px; */
  border-radius: 15px;
  border: 1px solid #f06f2d;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  transform: translate(0, -7px);
  transition: 0.5s;
}

.ols-section-anchor .ols-section-anchor__shadow-button.ols-icon-button a {
  padding: 15px 20px 15px 70px;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
}

.ols-section-anchor .ols-section-anchor__shadow-button.ols-icon-button a.ols-centerAlign {
  padding: 15px 30px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ols-section-anchor .ols-icon-button__position-img {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 40px;
  text-align: center;
  transform: translateY(-50%);
}

.ols-section-anchor .ols-section-anchor__shadow-button a br {
  display: none;
}

.ols-section-anchor.ols-section-anchor-3col .ols-section-anchor__shadow-button a br {
  display: inline-block;
}

.ols-section-anchor .ols-section-anchor__shadow-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_03.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-section-anchor .ols-section-anchor__shadow-button.ols-icon-button a::after {
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_05.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-section-anchor .ols-section-anchor__shadow-button a:hover {
  transform: translate(7px, 0);
  opacity: 1 !important;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .ols-section-anchor {
    padding: 0 3%;
  }

  .ols-section-anchor.ols-no-padding {
    padding: 0 !important;
  }

  .ols-section-anchor.ols-section-anchor-3col .ols-section-anchor__shadow-button {
    width: calc(50% - 10px);
    margin-left: 20px;
  }

  .ols-section-anchor.ols-section-anchor-3col .ols-section-anchor__shadow-button:first-child {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .ols-section-anchor {
    padding: 0 3%;
  }

  .ols-section-link .ols-section-link__other-button a br {
    display: inline-block;
  }

  .ols-section-anchor.ols-section-anchor-3col .ols-section-anchor__shadow-button {
    max-width: 630px;
    width: 100%;
    margin-left: 0
  }

  .ols-section-anchor.ols-section-anchor-3col .ols-section-anchor__shadow-button:first-child {
    margin-left: 0;
  }

  .ols-section-anchor .ols-section-anchor__shadow-button::after {
    border-radius: 10px;
    width: calc(100% - 4px);
  }

  .ols-section-anchor .ols-section-anchor__shadow-button a {
    width: calc(100% - 4px);
    padding: 10px 50px 10px 25px;
    border-radius: 10px;
    transform: translate(0, -4px);
  }

  .ols-section-anchor .ols-section-anchor__shadow-button a:hover {
    transform: translate(4px, 0);
  }

  .ols-section-anchor .ols-section-anchor__shadow-button.ols-icon-button a {
    padding: 10px 50px 10px 60px;
    text-align: left;
  }

  .ols-section-anchor .ols-section-anchor__shadow-button.ols-icon-button a.ols-centerAlign {
    padding: 10px 30px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ols-section-anchor .ols-icon-button__position-img {
    left: 15px;
  }

  .ols-section-anchor .ols-icon-button__position-img img {
    transform: scale(0.8);
  }

  .ols-section-anchor .ols-section-anchor__shadow-button a br {
    display: inline-block;
  }

  .ols-section-anchor.ols-section-anchor-3col.product-2col-button .ols-section-anchor__shadow-button {
    width: 49%;
    margin-right: 2%;
  }

  .ols-section-anchor.ols-section-anchor-3col.product-2col-button .ols-section-anchor__shadow-button:nth-child(2n) {
    margin-right: 0;
  }

  .ols-section-anchor.ols-section-anchor-3col.product-2col-button .ols-section-anchor__shadow-button a {
    padding: 50px 5px 40px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ols-section-anchor.ols-section-anchor-3col.product-2col-button .ols-section-anchor__shadow-button a .ols-icon-button__position-img {
    top: 10px;
    transform: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .ols-section-anchor.ols-section-anchor-3col.product-2col-button .ols-section-anchor__shadow-button a span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ols-section-anchor.ols-section-anchor-3col.product-2col-button .ols-section-anchor__shadow-button.ols-icon-button a::after {
    top: auto;
    transform: translateX(-50%);
    bottom: 10px;
    left: 50%;
  }
}

/* button end*/
/* heading */
.ols-lp-heading-01 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  z-index: 1;
}

.ols-lp-heading-01 h3 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 24px;
}

.ols-lp-heading-01 h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_06.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 45px;
}

.ols-lp-heading-01 h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_07.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 45px;
}

.ols-lp-heading-02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  z-index: 1;
}

.ols-lp-heading-02 h2 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  line-height: 45px;
}

.ols-lp-heading-02 h2 span {
  position: relative;
  display: inline-block;
}

.ols-lp-heading-02 h2 span::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_08.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 18px;
}

.ols-lp-heading-02 .ols-lp-sub-heading {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #f06f2d;
  font-size: 20px;
}

.ols-heading-icon {
  position: relative;
}

.ols-heading-icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: calc((100% - 520px) / 2);
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_13.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 75px;
}

@media (max-width: 767px) {
  .ols-heading-icon::after {
    bottom: -21px;
    right: 0;
    width: 50px;
    height: 65px;
  }

  .ols-lp-heading-01 {
    padding: 0 3%;
  }

  .ols-lp-heading-01 h3 {
    /* font-size: 18px; */
  }

  .ols-lp-heading-01 h3::before {
    left: -25px;
    width: 25px;
    height: 45px;
  }

  .ols-lp-heading-01 h3::after {
    right: -25px;
    width: 25px;
    height: 45px;
  }

  .ols-lp-heading-02 {
    padding: 0 3%;
  }

  .ols-lp-heading-02 h2 {
    font-size: 21px;
    line-height: 33px;
  }

  .ols-lp-heading-02 h2 span::before {
    bottom: -7px;
    height: 14px;
  }

  .ols-lp-heading-02 .ols-lp-sub-heading {
    font-size: 16px;
  }
}

/* heading end*/
/* section point*/
.ols-section-point {
  width: 100%;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_05.png'), url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_06.png');
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-color: #fee9dd;
  padding-top: 15vw;
  margin-top: -12vw;
  position: relative;
  padding-bottom: 100px;
}

.ols-section-point:after {
  content: '';
  top: 13vw;
  left: calc((100% - 530px) / 2);
  position: absolute;
  background: #32d487;
  border-radius: 50%;
  animation-name: circleScale;
  animation-duration: 8s;
  width: 5vw;
  height: 5vw;
  /*animation-fill-mode:forwards*/
  animation-iteration-count: infinite;
}

.ols-section-point::before {
  content: '';
  position: absolute;
  top: 11vw;
  right: calc((100% - 820px) / 2);
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_14.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  animation: rotation2 8s linear infinite;
}

.ols-section-point .ols-section-point__contents {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.ols-section-point .ols-section-point__contents::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: calc((100% - 500px) / 2);
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_14.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  animation: rotation2 8s linear infinite;
}

.ols-section-point .ols-section-point__accordion {
  width: calc(100% - 7px);
  position: relative;
}

.ols-section-point .ols-section-point__accordion::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 100%;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/bg_icon.png') center;
  background-repeat: repeat;
  background-color: #f06f2d;
  z-index: 1;
  border-radius: 15px;
}

.ols-section-point .ols-section-point__accordion__contents {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #f06f2d;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 80px;
}

.ols-section-point .ols-section-point__accordion__contents.is-active {
  padding: 0 80px 20px;
}

.ols-section-point .ols-section-point__accordion__title {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  transition: 0.3s;
  cursor: pointer;
}

.ols-section-point .ols-section-point__accordion__title a {
  width: 100%;
  text-align: center;
  padding: 20px 30px 20px 30px;
  color: #333;
  position: relative;
}

.ols-section-point .ols-section-point__accordion__title a:hover {
  text-decoration: none;
}

.ols-section-point .ols-section-point__accordion__title a::after {
  content: '';
  position: absolute;
  top: 28%;
  right: -50px;
  width: 24px;
  height: 24px;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_07.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-section-point .ols-section-point__accordion__title.is-active a::after {
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_06.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-section-point .ols-section-point__accordion__hide {
  width: 100%;
  position: relative;
  display: none;
}

.ols-section-point .ols-section-point__accordion__hide-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.ols-section-point .ols-section-point__accordion__hide-bg::before {
  content: '';
  width: calc(50% - 5px);
  background: #fee8dd;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.ols-section-point .ols-section-point__accordion__hide-bg::after {
  content: '';
  width: calc(50% - 5px);
  background: #f7f7f7;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ols-section-point .ols-section-point__accordion__box {
  width: 100%;
  position: relative;
  z-index: 2;
}

.ols-section-point .ols-section-point__accordion__box__inner {
  padding: 0 20px 20px;
}

.ols-section-point .ols-section-point__accordion__3col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ols-section-point .ols-section-point__accordion__3col__left {
  width: calc(50% - 5px);
  margin-right: 5px;
}

.ols-section-point .ols-section-point__accordion__3col__right {
  width: calc(50% - 5px);
  margin-left: 5px;
}

.ols-section-point .ols-section-point__accordion__link {
  text-align: center;
}

.ols-section-point .ols-section-point__accordion__link br {
  display: none;
}

.ols-section-point .ols-section-point__accordion h4 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #f06f2d;
  margin: 0;
  color: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ols-section-point .ols-section-point__accordion h4 br {
  display: none;
}

.ols-section-point .ols-section-point__accordion h4::after {
  content: '';
  border-color: #f06f2d transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.ols-section-point .ols-section-point__accordion h5 {
  font-size: 16px;
  color: #eb5505;
  font-weight: bold;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: #fff;
  border: 1px solid #f06f2d;
  margin: 0;
  border-radius: 50px;
}

.ols-section-point .ols-section-point__accordion h5 br {
  display: none;
}

.ols-section-point .ols-section-point__accordion__bg-text {
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

.ols-section-point .ols-section-point__accordion p {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.ols-section-point .ols-section-point__accordion p.light {
  font-weight: 400;
  font-size: 12px;
}

.ols-section-point .ols-section-point__accordion p .br_sp_only {
  display: none;
}

@media (max-width: 1024px) {
  .ols-section-point .ols-section-point__contents {
    padding: 0 3%;
  }

  .ols-section-point .ols-section-point__accordion__contents {
    padding: 0 40px;
  }

  .ols-section-point .ols-section-point__accordion__contents.is-active {
    padding: 0 40px 20px;
  }

  .ols-section-point .ols-section-point__accordion__title a::after {
    right: -20px;
  }

  .ols-section-point:after {
    content: '';
    top: 15vw;
    left: 25vw;
  }

  .ols-section-point::before {
    content: '';
    top: 11vw;
    right: -10px;
    width: 80px;
    height: 80px;
  }

  .ols-section-point .ols-section-point__contents::before {
    content: '';
    right: calc((100% - 700px) / 2);
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .ols-section-point {
    width: 100%;
    background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_05sp.png'), url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_06sp.png');
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-color: #fee9dd;
    padding-top: 26vw;
    margin-top: -15vw;
    padding-bottom: 80px;
  }

  .ols-section-point:after {
    content: '';
    top: 19vw;
    left: 16vw;
    width: 9vw;
    height: 9vw;
  }

  .ols-section-point::before {
    content: '';
    top: 12vw;
    right: -10px;
    width: 18vw;
    height: 18vw;
  }

  .ols-section-point .ols-section-point__contents::before {
    content: '';
    bottom: -14%;
    right: 31vw;
    width: 18vw;
    height: 18vw;
  }

  .ols-section-point .ols-section-point__accordion__contents {
    border-radius: 10px;
    padding: 0 2%;
  }

  .ols-section-point .ols-section-point__accordion {
    width: calc(100% - 4px);
    position: relative;
  }

  .ols-section-point .ols-section-point__accordion::after {
    content: "";
    bottom: -4px;
    right: -4px;
  }

  .ols-section-point .ols-section-point__accordion__contents.is-active {
    padding: 0 2% 20px;
  }

  .ols-section-point .ols-section-point__accordion h4 br {
    display: inline-block;
  }

  .ols-section-point .ols-section-point__accordion h4 {
    font-size: 14px;
    padding: 12px;
  }

  .ols-section-point .ols-section-point__accordion h4 img {
    width: 28px;
  }

  .ols-section-point .ols-section-point__accordion p .br_sp_only {
    display: inline-block;
  }

  .ols-section-point .ols-section-point__accordion__box__inner {
    padding: 0 7px 20px;
  }

  .ols-section-point .ols-section-point__accordion__title a::after {
    right: 5px;
  }

  .ols-section-point .ols-section-point__accordion h5 br {
    display: inline-block;
  }

  .ols-section-point .ols-section-point__accordion__link br {
    display: inline-block;
  }
}

/* section point end*/
/* section shop*/
.ols-lp-product {
  width: 100%;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_07.png'), url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_06.png');
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-color: #fee9dd;
  padding-top: 20vw;
  margin-top: -7vw;
  position: relative;
  padding-bottom: 180px;
}

.ols-lp-product::before {
  content: '';
  position: absolute;
  top: 17vw;
  right: calc((100% - 900px) / 2);
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_15.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 53px;
  height: 53px;
  animation: rotation2 8s linear infinite;
}

.ols-lp-product:after {
  content: '';
  top: 13vw;
  left: 5vw;
  position: absolute;
  background: #32d487;
  border-radius: 50%;
  animation-name: circleScale;
  animation-duration: 8s;
  width: 3vw;
  height: 3vw;
  animation-iteration-count: infinite;
}

.ols-lp-product .tabElem-section .tab-ctr .tab-display .tab-list .tab-elem.tab-selected {
  border-bottom-color: #1bb76c;
  color: #1bb76c;
}

.ols-lp-product .tabElem-section .tab-ctr .tab-display .tab-list .tab-elem:hover {
  border-bottom-color: #1bb76c;
  color: #1bb76c;
}

@media (max-width: 1024px) {
  .ols-lp-product:after {
    content: '';
    top: 13vw;
    left: calc((100% - 300px) / 2);
  }

  .ols-lp-product::before {
    content: '';
    top: 23vw;
    right: -10px;
    width: 53px;
    height: 53px;
  }
}

@media (max-width: 767px) {
  .ols-lp-product {
    padding-bottom: 150px;
  }

  .ols-lp-product::before {
    content: '';
    top: 34vw;
    right: -5px;
    width: 9vw;
    height: 9vw;
  }

  .ols-lp-product:after {
    content: '';
    top: 15vw;
    left: 29vw;
    width: 9vw;
    height: 9vw;
  }

  .ols-lp-product {
    width: 100%;
    background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_07sp.png'), url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_06sp.png');
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-color: #fee9dd;
    padding-top: 30vw;
    margin-top: -10vw;
    position: relative;
    padding-bottom: 120px;
  }
}

/* section shop end*/
/* section notice */
.ols-lp-notice {
  width: 100%;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_01.png'), url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_02.png');
  background-position: left calc((100% - 420px) / 2) top 30px, right calc((100% - 740px) / 2) top -130px;
  background-repeat: no-repeat, no-repeat;
  background-size: 70px, auto;
  position: relative;
}

.ols-lp-notice::before {
  content: '';
  position: absolute;
  top: 50px;
  right: calc((100% - 900px) / 2);
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_14.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  animation: rotation2 8s linear infinite;
}

.ols-lp-notice:after {
  content: '';
  top: 10px;
  left: calc((100% - 700px) / 2);
  position: absolute;
  background: #32d487;
  border-radius: 50%;
  animation-name: circleScale;
  animation-duration: 8s;
  width: 2vw;
  height: 2vw;
  animation-iteration-count: infinite;
}

.ols-lp-notice__link {
  width: 75%;
  margin: 0 auto;
}
.ols-lp-notice__link .cardBox-ctr.bgColor-white {
  border-color: #eb5505 !important;
  border-radius: 15px !important;
}

.ols-lp-notice__link .cardBox.cardBox-col1 .cardBox-ctr .cardBox-cont {
    padding: 20px 30px 20px 0;
}

@media (max-width: 767px) {
  #ols-lp-notice__h3 {
    font-weight: bold;
    font-size: 16px !important;
  }
  .ols-lp-notice__link {
    width: 100%;
  }
  .ols-lp-notice__link .cardBox-ctr.bgColor-white {
    border-radius: 10px !important;
  }
  
  .ols-lp-notice__link .cardBox.cardBox-col1 .cardBox-ctr .cardBox-cont {
    padding: 10px 30px 10px 10px;
  }
}

.ols-lp-notice .cardBox-ctr.bgColor-white {
  border-color: #eb5505 !important;
  border-radius: 20px !important;
}

.ols-lp-notice .ols-section-link {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.ols-lp-notice .ols-section-link .ols-section-link__other-button {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
}

.ols-lp-notice .ols-section-link .ols-section-link__other-button a {
  width: 100%;
  display: block;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
  background: #fff;
  text-align: center;
}

.ols-lp-notice .ols-section-link .ols-section-link__other-button a br {
  display: none;
}

.ols-lp-notice .ols-section-link .ols-section-link__other-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 15px;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_08.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-lp-notice .ols-section-link .ols-section-link__other-button a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ols-lp-notice .ols-section-link .ols-section-link__same-button {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
}

.ols-lp-notice .ols-section-link .ols-section-link__same-button a {
  width: 100%;
  display: block;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
  background: #fff;
  text-align: center;
}

.ols-lp-notice .ols-section-link .ols-section-link__same-button a br {
  display: none;
}

.ols-lp-notice .ols-section-link .ols-section-link__same-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 16px;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_09.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-lp-notice .ols-section-link .ols-section-link__same-button a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .ols-lp-notice:after {
    content: '';
    top: 20px;
    left: calc((100% - 650px) / 2);
  }

  .ols-lp-notice::before {
    content: '';
    top: 90px;
    right: -10px;
    width: 80px;
    height: 80px;
  }

  .ols-lp-notice {
    width: 100%;
    background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_01.png'), url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_02.png');
    background-position: left calc((100% - 420px) / 2) top 30px, right calc((100% - 740px) / 2) top 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 70px, 74vw;
  }
}

@media (max-width: 767px) {
  .ols-lp-notice .ols-section-link .ols-section-link__other-button a br {
    display: inline-block;
  }

  .ols-lp-notice .ols-section-link .ols-section-link__same-button a br {
    display: inline-block;
  }

  .ols-lp-notice::before {
    content: '';
    top: 0;
    right: -11px;
    width: 18vw;
    height: 18vw;
  }

  .ols-lp-notice:after {
    content: '';
    top: 2%;
    left: 0vw;
    width: 9vw;
    height: 9vw;
  }

  .ols-lp-notice {
    width: 100%;
    background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_01.png'), url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_02.png');
    background-position: left 10vw top 50px, right 0px top -16vw;
    background-repeat: no-repeat, no-repeat;
    background-size: 51px, 86vw
  }
}

/* section notice end */
/* checkBoxArea */
#checkBoxArea {
  position: relative;
  z-index: 2;
}

#checkBoxArea .iconElem img {
  width: 1.5em;
}

#checkBoxArea .text-small-gray {
  color: #616161;
  font-size: 12px;
  line-height: 18px;
}

#checkBoxArea .cmp-au-com-title__text {
  line-height: 24px;
  font-size: 24px;
}

#checkBoxArea .cmp-au-com-title .cmp-au-com-title__text .cmp-au-com-title__icon .icon-img {
  transform: translateY(-50%);
  margin-top: 0;
  width: 1.2em;
}

#checkBoxArea .checked.act img {
  transform: rotate(45deg);
  position: relative;
  left: 0.4em;
  top: -3px;
  animation-fill-mode: both;
  animation-name: checkAni;
  animation-duration: 1s;
  /* animation-timing-function: ease-in-out; */
  /* transform: rotate(45deg); */
}

#checkBoxArea .checked.act img#no1 {
  animation-delay: 3s;
}

#checkBoxArea .checked.act img#no2 {
  animation-delay: 3.5s;
}

#checkBoxArea .checked.act img#no3 {
  animation-delay: 4s;
}

@media all and (max-width: 767px) {
  #checkBoxArea .cmp-au-com-title__text {
    line-height: 20px;
    font-size: 18px;
  }

  #checkBoxArea .cmp-au-com-title .cmp-au-com-title__text .cmp-au-com-title__icon .icon-img {
    transform: none;
    top: 0;
  }
}

@keyframes checkAni {
  0% {
    opacity: 0;
  }

  30% {

    transform: rotate(0deg);
  }

  100% {

    opacity: 1;
    transform: rotate(0deg);
  }
}
/* checkBoxArea end*/
/* section qa */
.ols-section-qa {
    width: 100%;
    background: url(/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_07.png),
    url(/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_06.png);
    background-position: center top,
    center bottom;
    background-repeat: no-repeat,
    no-repeat;
    background-size: contain,
    contain;
    background-color: #fee9dd;
    padding-top: 17vw;
    /* margin-top: -7vw; */
    position: relative;
    padding-bottom: 110px;
  /* z-index: 1; */
}

.ols-section-qa::before {
  content: '';
  position: absolute;
  top: 8vw;
  right: calc((100% - 750px) / 2);
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_13.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  /* animation: rotation2 8s linear infinite; */
}

.ols-section-qa:after {
  content: '';
  top: 7vw;
  left: calc((100% - 850px) / 2);
  position: absolute;
  background: #32d487;
  border-radius: 50%;
  animation-name: circleScale;
  animation-duration: 8s;
  width: 4vw;
  height: 4vw;
  animation-iteration-count: infinite;
}

.ols-section-qa .ols-section-qa__contents {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.ols-section-qa .ols-section-qa__accordion {
  width: 100%;
  position: relative;
}

.ols-section-qa .ols-section-qa__accordion a {}

.ols-section-qa .ols-section-qa__accordion a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.ols-section-qa .ols-section-qa__accordion__contents {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 25px;
}

.ols-section-qa .ols-section-qa__accordion__contents.is-active {
  padding: 0 25px 20px;
}

.ols-section-qa .ols-section-qa__accordion__title {
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  transition: 0.3s;
  cursor: pointer;
}

.ols-section-qa .ols-section-qa__accordion__title a {
  width: 100%;
  padding: 20px 30px 20px 0;
  position: relative;
  display: block;
  color: #333;
}

.ols-section-qa .ols-section-qa__accordion__title a:hover {
  opacity: 1;
}

.ols-section-qa .ols-section-qa__accordion__title.normal-link {
  color: #333;
}

.ols-section-qa .ols-section-qa__accordion__title a::after {
  content: '';
  position: absolute;
  top: 28%;
  right: 0;
  width: 24px;
  height: 24px;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_07.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-section-qa .ols-section-qa__accordion__title.normal-link a::after {
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_02.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-section-qa .ols-section-qa__accordion__title.is-active a::after {
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/arrow_icon_06.png') center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ols-section-qa .ols-section-qa__accordion__hide {
  width: 100%;
  position: relative;
  display: none;
}

.ols-section-qa .ols-section-qa__accordion__box {
  width: 100%;
  position: relative;
  z-index: 2;
}

.ols-section-qa .ols-section-qa__accordion__box__inner {
  padding: 0 20px 20px;
}

@media (max-width: 1024px) {
  .ols-section-qa {
    /* background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_07.png'), 
    url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_06.png');
    background-position: left calc((100% - 600px) / 2) top 6vw, right calc((100% - 550px) / 2) top 6vw;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 80px;
    padding-top: 9vw; */
    padding-bottom: 150px;
  }

  .ols-section-qa::before {
    content: '';
    top: 10vw;
    right: 22vw;
    width: 10vw;
    height: 10vw;
  }

  .ols-section-qa:after {
    content: '';
    top: 1vw;
    left: 7vw;
    width: 5vw;
    height: 5vw;
  }

  .ols-section-qa .ols-section-qa__contents {
    padding: 0 3%;
  }

  .ols-section-qa .ols-section-qa__accordion__contents {
    padding: 0 3%;
  }

  .ols-section-qa .ols-section-qa__accordion__contents.is-active {
    padding: 0 3% 20px;
  }
}

@media (max-width: 767px) {
  .ols-section-qa {
    width: 100%;
    background: url(/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_07sp.png),
    url(/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_bg_img_06sp.png);
    background-position: center top,
    center bottom;
    background-repeat: no-repeat,
    no-repeat;
    background-size: contain,
    contain;
    background-color: #fee9dd;
    padding-top: 23vw;
    margin-top: 20vw;
    position: relative;
    padding-bottom: 150px;
  }

  .ols-section-qa::before {
    content: '';
    top: 0vw;
    right: 5vw;
    width: 18vw;
    height: 18vw;
  }

  .ols-section-qa:after {
    content: '';
    top: -10vw;
    left: 7vw;
    width: 7vw;
    height: 7vw;
  }

  .ols-section-qa .ols-section-qa__accordion__contents {
    border-radius: 10px;
    padding: 0 3%;
  }

  .ols-section-qa .ols-section-qa__accordion__contents.is-active {
    padding: 0 3% 20px;
  }

  .ols-section-qa .ols-section-qa__accordion__title {
    font-size: 16px;
  }
}
/* モーダル箇所 sp & pc */
.flexArea {
  display: flex;
  width: 75%;
  justify-content: space-between;
  height: 100%;
  margin: 0 12.5%;
}

.pcOnly br.block {
  display: block !important;
}

.pcOnly .flexArea .flex__item {
  display: flex;
  justify-content: center;
}

.pcOnly .flexArea .flex__col2>div {
  width: calc(50% - 7px);
}

.pcOnly .flexArea .flex__left {
  width: calc(67% - 7px);
  max-height: 100%;
}

.pcOnly .flexArea .flex__left> :nth-child(1) {
  height: 18%;
}

.pcOnly .flexArea .flex__right {
  width: calc(33% - 7px);
  max-height: 100%;
}

.pcOnly .flexArea .flex__right>div:nth-child(1) {
  height: 34%;
}
.pcOnly .flexArea .flex__right>div:nth-child(2) {
  height: 66%;
}

.pcOnly .flexArea .flex__col2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: calc(82% - 20px);
}

.pcOnly .flexArea .flex__col2 .ll> :nth-child(1) {
  height: 43%;
}

.pcOnly .flexArea .flex__col2 .ll> :nth-child(2) {
  height: 57%;
}

.pcOnly .flexArea .flex__col2 .lr> :nth-child(1) {
  height: 58%;
}

.pcOnly .flexArea .flex__col2 .lr> :nth-child(2) {
  height: 42%;
}


.ols-section-anchor .flex__item .modal-openBtn img {
  padding: 20px;
}

.ols-section-anchor .ols-section-anchor__shadow-button a.modal-openBtn {
  display: flex;
  align-items: center;
  padding: 25px 25px 30px;
}

.ols-section-anchor .ols-section-anchor__shadow-button .modal-openBtn {
  font-weight: bold;
  /* padding: 40px; */
}

.ols-section-anchor .ols-section-anchor__shadow-button .modal-openBtn p {
  text-align: left;
}

.ols-section-anchor .ols-section-anchor__shadow-button a.modal-openBtn::after {
  content: '+';
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 30px;
  color: #f06f2d;
  font-family: serif;
  background: none;
  transform: none;
  top: auto;
}

.ols-section-qa .ols-section-anchor .ols-section-anchor__shadow-button a {
  height: 100%;
}

.spOnly .flexArea {
  width: 100%;
  margin: 0;
}

.spOnly .flexArea .flex__left,
.spOnly .flexArea .flex__right {
  width: calc(50% - 7px);
}

.spOnly .ols-section-anchor .ols-section-anchor__shadow-button a.modal-openBtn {
  padding: 25px 15px 30px 22px;
  align-items: flex-start;
  justify-content: center;
}

.spOnly .ols-section-anchor .flex__item .modal-openBtn img {
  padding: 10px;
}

.spOnly .flexArea .flex__left,
.spOnly .flexArea .flex__right {
  max-height: calc(100% + 14px);
}

.spOnly .flexArea .flex__left> :nth-child(1) {
  height: calc(32% + 7px);
  display: flex;
}

.spOnly .flexArea .flex__left> :nth-child(2) {
  height: calc(36% + 7px);
  display: flex;
}

.spOnly .flexArea .flex__left> :nth-child(3) {
  height: calc(32% + 7px);
  display: flex;
}

.spOnly .flexArea .flex__right> :nth-child(1) {
  height: calc(30% + 7px);
  display: flex;
}

.spOnly .flexArea .flex__right> :nth-child(2) {
  height: calc(40% + 7px);
  display: flex;
}

.spOnly .flexArea .flex__right> :nth-child(3) {
  height: calc(30% + 7px);
  display: flex;
}

.spOnly .ols-section-anchor .ols-section-anchor__shadow-button a.modal-openBtn::after {
  font-family: sans-serif;
  font-size: 36px;
}

/* モーダルの中身 */
.ols-section-anchor__shadow-bg .cmp-au-com-modalElem .cmp-au-com-modal-dialog .cmp-au-com-modal-content {
  width: 65%;
  margin: 0 auto;
  display: block;
  padding: 15px 30px 15px 37px;
  border-radius: 15px;
  border: 1px solid #f06f2d;
  background: #fff;
  position: relative;
  box-shadow: none;
}

@media (max-width: 767px) {
  .ols-section-anchor__shadow-bg .cmp-au-com-modalElem .cmp-au-com-modal-dialog .cmp-au-com-modal-content {
    width: 90%;
  }
}

.ols-section-anchor__shadow-bg .cmp-au-com-modalElem .cmp-au-com-modal-dialog .cmp-au-com-modal-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/content/dam/au-com/mobile/onlineshop/lp2/images/bg_icon.png) center;
  background-repeat: repeat;
  background-color: #f06f2d;
  z-index: -1;
  border-radius: 15px;
  transform: translate(7px, 7px);
}

.ols-section-anchor__shadow-bg .cmp-au-com-modalElem .cmp-au-com-modal-dialog .cmp-au-com-modal-content .cmp-au-com-modal-body {
  padding: 3%;
}

.qaBlock-modal-close {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  background-color: #f06f2d;
  border: 0;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  display: block;
}

.qaBlock-modal-close::before,
.qaBlock-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #FFF;
}

.qaBlock-modal-close::before,
.qaBlock-modal-close-inner::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.qaBlock-modal-close::after,
.qaBlock-modal-close-inner::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.qaBlock-modal-close-inner {
  background-color: #D2D2D2;
  border-radius: 15px;
  color: #333;
  width: 100%;
  border-radius: 20px;
  border: none;
  margin: 20px 0;
  position: relative;
  padding: 5px;
}

.qaBlock-modal-close-inner::before,
.qaBlock-modal-close-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 22px;
  background: #333;
}

.ols-section-anchor__shadow-bg p {
  margin-top: 20px;
}

.mdlInner__ttl,
.mdlInner__h2 {
  font-weight: bold;
}
/* モーダルの中身 end*/
/* モーダル箇所 sp & pc end*/
/* section qa end*/


/* ols-section-detail */
.ols-section-detail {
  width: 100%;
  position: relative;
}

.ols-section-detail::after {
  content: '';
  position: absolute;
  top: -10vw;
  right: -2vw;
  background: url('/content/dam/au-com/mobile/onlineshop/lp2/images/ols_lp_icon_17.png') center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  animation: rotation2 16s linear infinite;
}

.ols-section-detail:before {
  content: '';
  top: 2vw;
  left: calc((100% - 850px) / 2);
  position: absolute;
  background: #f06f2d;
  border-radius: 50%;
  animation-name: circleScale;
  animation-duration: 8s;
  width: 3vw;
  height: 3vw;
  animation-iteration-count: infinite;
}

@media (max-width: 1024px) {
  .ols-section-detail {
  }

  .ols-section-detail::after {
    content: '';
    top: -19vw;
    right: -5vw;
    width: 20vw;
    height: 20vw;
  }

  .ols-section-detail:before {
    content: '';
    top: -10vw;
    left: 3vw;
    width: 3vw;
    height: 3vw;
  }
}

@media (max-width: 767px) {
  .ols-section-detail {
    margin-bottom: 40px;
  }

  .ols-section-detail::after {
    content: '';
    top: -46vw;
    right: -3vw;
    width: 20vw;
    height: 20vw;
  }

  .ols-section-detail:before {
    content: '';
    top: -22vw;
    left: 4vw;
    width: 7vw;
    height: 7vw;
  }
}

/* ols-section-detail end */
.sp_text-size {
  font-weight: bold;
}

@media (max-width: 767px) {
  .sp_text-size {
    font-size: 18px;
  }
}

h1 .ols-logo-img {
  width: 245px;
}


/*animation */
.rotation a::after {
  animation-name: rotation;
  animation-duration: 1.2s;
  transform-origin: center;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes circleScale {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  5% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
    transform: scale(3)
  }
}