@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.course {
  --ff-en: "Cabin", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --ff-min: "Shippori Mincho", serif;
  --c-green: #06969E;
  --c-blue: #163667;
  --c-pink: #EB7289;
}

.course * {
  box-sizing: border-box;
}
.course img {
  display: block;
  max-width: 100%;
  height: auto;
}
.course sup {
  font-size: 75%;
  vertical-align: super;
  font-weight: 500;
}
.course .ff-min {
  font-family: var(--ff-min);
}
.course .ff-en {
  font-family: var(--ff-en);
}
.course .fc-green {
  color: var(--c-green) !important;
}
.course .fc-pink {
  color: var(--c-pink) !important;
}
.course .fc-blue {
  color: var(--c-blue) !important;
}
.course .fs-italic {
  font-style: italic;
  margin-left: -5px;
}
.course .marker-g {
  display: inline-block;
  background: linear-gradient(transparent 30%, rgba(6, 150, 158, 0.2) 30%);
}
.course .marker-b {
  display: inline-block;
  background: linear-gradient(transparent 30%, rgba(22, 54, 103, 0.1) 30%);
}
.course .inner-pd {
  padding: 40px;
}
@media screen and (max-width: 760px) {
  .course .inner-pd {
    padding: 40px 20px;
  }
}
.course .text-note {
  font-weight: 400;
  font-size: 10px;
  text-align: right;
  color: #8C8C8C;
  margin-top: 10px;
}
.course .detail-title {
  padding: 20px 0;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 6%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .course .detail-title {
    line-height: 140%;
  }
}
.course__header {
  position: relative;
}
.course__header-title {
  position: absolute;
  top: 70px;
  left: 75px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .course__header-title {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 15px;
    left: 40px;
  }
}
.course__header-title--large {
  margin-top: 10px;
  color: var(--c-green);
  font-family: var(--ff-min);
  font-size: 36px;
}
@media screen and (max-width: 760px) {
  .course__header-title--large {
    font-size: 24px;
  }
}

/*----------
    共通
----------*/
.bonus__title, .points__title {
  font-family: var(--ff-min);
  color: var(--c-blue);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 6%;
  text-align: center;
  margin-bottom: 10px;
  line-height: 150%;
}
.bonus__title .fc-green, .bonus__title .fc-pink, .points__title .fc-green, .points__title .fc-pink {
  font-size: 32px;
}
@media screen and (min-width: 761px) {
  .bonus__title, .points__title {
    background: url(/user_data/packages/raku2pc/img/lactis/lactis_course_ttlbg.png) no-repeat center center;
    background-size: 100% auto;
    padding: 5px;
  }
}
.bonus__link, .points__link {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 760px) {
  .bonus__link, .points__link {
    padding: 27px 10px 40px;
    margin: 0 20px -20px;
  }
}
.bonus__list, .points__list {
  gap: 15px 12px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .bonus__list, .points__list {
    gap: 20px;
  }
}
.bonus__list-item, .points__list-item {
  width: 100%;
}
@media screen and (min-width: 761px) {
  .bonus__list-item, .points__list-item {
    width: calc((100% - 12px) / 2);
  }
}
.bonus__list-link, .points__list-link {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #333 !important;
  font-weight: 700;
}
.bonus__list-link:hover, .points__list-link:hover {
  text-decoration: none !important;
}
.bonus__list-no, .points__list-no {
  width: 34px;
  min-height: 39px;
  background-size: 100% auto;
  font-family: var(--ff-en);
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  padding: 2px 2px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.bonus__list-text, .points__list-text {
  padding-right: 26px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px auto;
}
@media screen and (max-width: 760px) {
  .bonus__list-text, .points__list-text {
    padding-right: 28px;
    font-size: 115%;
  }
}

.bonus-detail, .points-detail {
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin-top: 80px;
}
.bonus-detail-wrap, .points-detail-wrap {
  padding-top: 20px;
}
.bonus-detail__no, .points-detail__no {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  font-family: var(--ff-en);
  letter-spacing: -1px;
}
.bonus-detail__no.has-3, .points-detail__no.has-3 {
  width: 297px;
}
.bonus-detail__no::before, .points-detail__no::before {
  display: block;
  content: "";
  width: 100%;
  height: 40px;
  border-radius: 25px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.bonus-detail__no-text, .points-detail__no-text {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonus-detail__no-number, .points-detail__no-number {
  display: block;
  width: 45px;
  height: 52px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  font-family: var(--ff-en);
  font-weight: 400;
  font-size: 29px;
  text-align: center;
  margin: 0 3px;
  padding-right: 2px;
}
.bonus-detail__no-number:first-child, .points-detail__no-number:first-child {
  margin-left: 8px;
}

/*----------
    bonus
----------*/
.bonus {
  background: #F7F7F7;
}
@media screen and (max-width: 760px) {
  .bonus__title .fc-green {
    color: var(--c-pink) !important;
  }
}
.bonus__list-no {
  background-image: url(/user_data/packages/raku2pc/img/lactis/lactis_course_numbg_g.png);
}
.bonus__list-text {
  background-image: url(/user_data/packages/raku2pc/img/lactis/lactis_course_icon-scroll-g.png);
}
@media screen and (min-width: 761px) {
  .bonus__list-text.ls {
    letter-spacing: -1px;
  }
}
.bonus__summary {
  background: url(/user_data/packages/raku2pc/img/lactis/lactis_course12.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 761px) {
  .bonus__summary {
    margin-top: 20px;
  }
}
.bonus__summary-inner {
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 760px) {
  .bonus__summary-inner {
    padding: 20px 20px 0;
  }
}
.bonus__summary-text {
  font-size: 14px;
}
@media screen and (min-width: 761px) {
  .bonus__summary-text {
    width: 430px;
  }
}
.bonus__summary-text--title {
  color: var(--c-green);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bonus__summary-text .text-note {
  text-align: left;
  font-size: 12px;
}
.bonus__summary-image {
  margin: 20px auto;
  width: 220px;
}
@media screen and (max-width: 760px) {
  .bonus__summary-image {
    width: 100%;
  }
  .bonus__summary-image img {
    width: 220px;
    margin: auto;
    display: block;
  }
}

.bonus-detail {
  box-shadow: 0 0 0 1px var(--c-green), 0 0 0 3px #fff, 0 0 0 4px var(--c-green);
}
.bonus-detail__title {
  color: var(--c-green);
}
.bonus-detail__no::before {
  background: var(--c-green);
}
.bonus-detail__no-number {
  color: var(--c-green);
  background-image: url(/user_data/packages/raku2pc/img/lactis/lactis_course_numbg_gw.png);
}

/* 特典01-03 */
/* -お得- */
.bonus-detail__highlight {
  margin: 60px 0 65px;
}
@media screen and (max-width: 760px) {
  .bonus-detail__highlight {
    margin-bottom: 40px;
  }
  .bonus-detail__highlight img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.bonus-detail__highlight-list {
  margin: 20px 0 10px 38px;
}
@media screen and (max-width: 760px) {
  .bonus-detail__highlight-list {
    margin: 40px 20px;
  }
}
@media screen and (max-width: 760px) {
  .bonus-detail__voices .ls {
    letter-spacing: -1px;
  }
}

/* -コース紹介- */
.course-box-group {
  margin-top: 20px;
  padding: 30px 30px 1px;
  background: #E6F4F5;
  border-radius: 10px;
}
@media screen and (max-width: 760px) {
  .course-box-group {
    padding: 30px 10px 1px;
  }
}
.course-box__title {
  background: #fff;
  padding: 10px 20px 10px 48px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  white-space: nowrap;
  line-height: 140%;
}
@media screen and (min-width: 761px) {
  .course-box__title {
    letter-spacing: -1px;
    margin-bottom: 0;
  }
}
.course-box__title::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 18px;
  top: 13px;
  background: url(/user_data/packages/raku2pc/img/lactis/lactis_course_icon-circle.png) no-repeat 0 center;
  background-size: 24px auto;
}
@media screen and (min-width: 761px) {
  .course-box__icon {
    display: inline-block;
    width: 137px;
    position: relative;
  }
  .course-box__icon img {
    position: absolute;
    top: -35px;
    left: 0;
    width: 137px;
  }
}
@media screen and (max-width: 760px) {
  .course-box__icon {
    display: none;
  }
}

.course-box__list, .bonus-detail__highlight-list {
  padding: 20px 18px;
}
@media screen and (max-width: 760px) {
  .course-box__list, .bonus-detail__highlight-list {
    padding: 5px 0 30px;
  }
}
.course-box__list-item, .bonus-detail__highlight-list-item {
  padding-left: 30px;
  background: url(/user_data/packages/raku2pc/img/lactis/lactis_course_icon-check-g.png) no-repeat 0 2px;
  background-size: 24px auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .course-box__list-item, .bonus-detail__highlight-list-item {
    font-size: 16px;
  }
  .course-box__list-item:last-child, .bonus-detail__highlight-list-item:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 760px) {
  .course-box__list {
    font-size: 15px;
  }
  .course-box__list .marker-g {
    background: none;
  }
}

/* -お声- */
.voice-list {
  margin: 30px 0 50px;
  gap: 0 20px;
}
@media screen and (max-width: 760px) {
  .voice-list {
    margin: 20px 0;
  }
}
.voice-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6F4F5;
  border-radius: 10px;
  padding: 30px 5px 40px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .voice-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 760px) {
  .voice-list__item {
    min-height: 135px;
    margin-bottom: 50px;
  }
  .voice-list__item:last-child {
    margin-bottom: 30px;
  }
}
.voice-list__quote-mark--start, .voice-list__quote-mark--end {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  position: absolute;
  color: #C1E7E9;
}
.voice-list__quote-mark--start {
  top: 5px;
  left: 5px;
}
.voice-list__quote-mark--end {
  bottom: -45px;
  right: 2px;
}
.voice-list__icon {
  width: 60px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* 特典04 */
.gift-list {
  gap: 20px;
  margin: 30px 0 25px;
}
.gift-list__item {
  background: #E6F4F5;
  border-radius: 10px;
  padding: 20px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 761px) {
  .gift-list__item {
    width: calc((100% - 20px) / 2);
  }
}
.gift-list__item.item2 {
  font-size: 12px;
}
.gift-list__item .fs-small {
  font-size: 10px;
}
.gift-list__balloon {
  width: 177px;
  height: 42px;
  padding-top: 2px;
  background: url(/user_data/packages/raku2pc/img/lactis/lactis_course07.png) no-repeat 0 0;
  background-size: 100% auto;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 16%;
  color: #fff;
}
.gift-list__image {
  width: 100%;
}
.gift-list__image img {
  width: 222px;
  margin: 20px auto;
}

/* 特典05 */
.bonus-detail__feature {
  align-items: center;
  gap: 10px;
  margin: 0 auto -10px;
  max-width: 540px;
}
@media screen and (max-width: 760px) {
  .bonus-detail__feature-image {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 760px) {
  .bonus-detail__feature-text {
    text-align: center;
    width: 100% !important;
  }
}
.bonus-detail__feature.bonus05 .bonus-detail__feature-image {
  width: 210px;
}
.bonus-detail__feature.bonus05 .bonus-detail__feature-text {
  width: 320px;
}
.bonus-detail__feature.bonus05 .bonus-detail__feature-text .text-note {
  margin: 25px 0 30px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 761px) {
  .bonus-detail__feature.bonus05 .bonus-detail__feature-text .text-note {
    margin-bottom: 20px;
    text-align: left;
  }
}
.bonus-detail__feature.bonus06 .bonus-detail__feature-image {
  width: 220px;
}
.bonus-detail__feature.bonus06 .bonus-detail__feature-text {
  width: 310px;
}
@media screen and (max-width: 760px) {
  .bonus-detail__feature.bonus06 + .text-note {
    margin-top: 40px;
  }
}

/* scroll-box */
@media screen and (max-width: 760px) {
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box div img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
  }
  /*scrollbar*/
  .scroll-box::-webkit-scrollbar {
    height: 7px;
  }
  .scroll-box::-webkit-scrollbar-track {
    background: #C1C1C1;
  }
  .scroll-box::-webkit-scrollbar-thumb {
    background: var(--c-green);
    border: none;
    border-radius: 3px;
  }
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: var(--c-green);
  }
}
/*----------
   points
----------*/
.points {
  background: #FDF1F3;
}
@media screen and (max-width: 760px) {
  .points__link {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
.points__list-no {
  background-image: url(/user_data/packages/raku2pc/img/lactis/lactis_course_numbg_b.png);
}
.points__list-text {
  background-image: url(/user_data/packages/raku2pc/img/lactis/lactis_course_icon-scroll-b.png);
}
@media screen and (max-width: 760px) {
  .points__title {
    line-height: 160%;
  }
  .points__title .fc-green {
    color: var(--c-pink);
  }
}
.points__lead {
  border: 5px solid rgba(22, 54, 103, 0.15);
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}

.points-detail {
  box-shadow: 0 0 0 1px var(--c-blue), 0 0 0 3px #fff, 0 0 0 4px var(--c-blue);
}
.points-detail__title {
  color: var(--c-blue);
}
.points-detail__no::before {
  background: var(--c-blue);
}
.points-detail__no-number {
  color: var(--c-blue);
  background-image: url(/user_data/packages/raku2pc/img/lactis/lactis_course_numbg_bw.png);
}
.points-detail .points2 {
  margin: 30px 0;
  gap: 12px;
}
@media screen and (max-width: 760px) {
  .points-detail .points2 {
    margin-bottom: 20px;
  }
}
.points-detail .points2 .points-detail__box {
  background: #F7F7F7;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.points-detail .points2 .points-detail__box-no {
  font-size: 20px;
  color: var(--c-blue);
  font-family: var(--ff-en);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 500;
}
@media screen and (min-width: 761px) {
  .points-detail .points2 .points-detail__box {
    width: calc((100% - 30px) / 3);
  }
}
.points-detail .points3 {
  margin: 30px auto 10px;
  padding: 20px;
  background: #F7F7F7;
  text-align: center;
  border-radius: 10px;
  max-width: 515px;
  align-content: center;
  gap: 20px;
}
.points-detail .points3::after {
  display: none;
}
@media screen and (min-width: 761px) {
  .points-detail .points3 .points-detail__box {
    width: calc((100% - 20px) / 2);
  }
}
.points-detail .points3 .points-detail__box-text {
  width: 240px;
  padding-left: 30px;
  background: url(/user_data/packages/raku2pc/img/lactis/lactis_course_icon-check-b.png) no-repeat 0 0;
  background-size: 24px auto;
}
@media screen and (max-width: 760px) {
  .points-detail .points3 .points-detail__box-text {
    font-size: 16px;
  }
}
.points-detail__link {
  text-align: center;
}
.points-detail__link-button {
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 34px;
  font-size: 14px;
  font-weight: 700;
  background: url(/user_data/packages/raku2pc/img/lactis/lactis_course_icon-arrow.png) no-repeat right center;
  background-size: 24px auto;
  color: var(--c-blue) !important;
  border-bottom: 1px solid var(--c-blue);
}
.points-detail__link-button:hover {
  text-decoration: none !important;
}

/*----------
   cvArea
----------*/
.lactis .cvArea .cvBox {
  border: none !important;
  /* 見出し「定期便対象製品」削除後も、見出しがあった時と同じ余白を確保 */
  padding-top: 112px;
}

.cvArea-title {
  font-family: "Shippori Mincho", serif;
  color: #163667;
  font-size: 20px;
  font-weight: 700;
  margin: 45px 20px 35px;
  position: relative;
  padding-left: 35px;
}
.cvArea-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #163667;
}
/*----------------------------------------------------------
   SP（760px以下）: 補助スタイル
   本文はワンソース内の for--pc / for--sp ブロックで
   本番PC/本番SPと同じ構成を出し分けている（旧セクションの
   SP表示は本番SPソース＋common_sp.css に委ねる）。
----------------------------------------------------------*/
@media screen and (max-width: 760px) {
  .lactis .fv img {
    width: 100%;
    display: block;
  }
}
