/*page_otoku*/

@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.otoku {
  --ff-en: "Cabin", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --ff-min: "Shippori Mincho", serif;
  --c-blue: #163667;
  --c-pink: #EB7289;
}

.otoku {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .otoku {
    font-size: 14px;
  }
}
.otoku * {
  box-sizing: border-box;
}
.otoku img {
  display: block;
  max-width: 100%;
  height: auto;
}
.otoku .ff-min {
  font-family: var(--ff-min);
}
.otoku .ff-en {
  font-family: var(--ff-en);
}
.otoku .fc-pink {
  color: var(--c-pink) !important;
}
.otoku .fc-blue {
  color: var(--c-blue) !important;
}
.otoku .bg-pink {
  background: var(--c-pink) !important;
}
.otoku .bg-blue {
  background: var(--c-blue) !important;
}
.otoku .marker-p {
  display: inline-block;
  background: linear-gradient(transparent 40%, rgba(235, 114, 137, 0.2) 40%);
}
.otoku .marker-b {
  display: inline-block;
  background: linear-gradient(transparent 30%, rgba(22, 54, 103, 0.1) 30%);
}
.otoku .inner-pd {
  padding: 40px;
}
@media screen and (max-width: 760px) {
  .otoku .inner-pd {
    padding: 40px 20px;
  }
}
.otoku .text-note {
  font-weight: 400;
  font-size: 10px;
  text-align: right;
  color: #8C8C8C;
  margin-top: 10px;
}
.otoku .title-min {
  font-family: var(--ff-min);
  color: var(--c-blue);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 760px) {
  .otoku .title-min {
    font-size: 20px;
    padding-left: 30px;
  }
}
.otoku .title-min::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--c-blue);
}
@media screen and (max-width: 760px) {
  .otoku .title-min::before {
    width: 20px;
    height: 1px;
  }
}
.otoku .detail-title {
  padding: 20px 0;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 6%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .otoku .detail-title {
    line-height: 140%;
  }
}
.otoku__header {
  position: relative;
}
.otoku__header-title {
  position: absolute;
  top: 98px;
  left: 75px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .otoku__header-title {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 15px;
    left: 40px;
    font-size: 12px;
  }
}
.otoku__header-title--large {
  margin-top: 8px;
  font-family: var(--ff-min);
  font-size: 36px;
  color: #333;
}
@media screen and (max-width: 760px) {
  .otoku__header-title--large {
    font-size: 30px;
    line-height: 140%;
  }
}

/*----------
    共通
----------*/
.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-pink, .points__title .fc-pink {
  font-size: 32px;
}
@media screen and (min-width: 761px) {
  .bonus__title, .points__title {
    background: url(/user_data/packages/raku2pc/img/otoku/otoku_img_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: 30px 15px 10px;
    margin: 30px 0 10px;
  }
}
.bonus__list, .points__list {
  gap: 15px 12px;
  border-radius: 10px;
}
@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: 16px;
  }
}

.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;
}

/*----------
    about
----------*/
.about {
  background: url(/user_data/packages/raku2pc/img/otoku/otoku_img12.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
.about__summary-inner {
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 760px) {
  .about__summary-inner {
    padding: 20px 20px 0;
  }
}
.about__summary-text {
  font-size: 14px;
}
@media screen and (min-width: 761px) {
  .about__summary-text {
    width: 430px;
  }
}
.about__summary-text--subtitle {
  color: var(--c-blue);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 20px 0;
}
.about__summary-text--subtitle .fs-small {
  font-size: 18px;
}
.about__summary-text .text-note {
  text-align: left;
  font-size: 12px;
  margin: 0;
}
.about__summary-image {
  margin: 20px auto;
  width: 220px;
}
@media screen and (max-width: 760px) {
  .about__summary-image {
    width: 100%;
    margin-bottom: 0;
  }
  .about__summary-image img {
    width: 90%;
    max-width: 300px;
    margin: auto;
    display: block;
  }
}

/*----------
    bonus
----------*/
.bonus {
  background: #F7F7F7;
}
.bonus__list-no {
  background-image: url(/user_data/packages/raku2pc/img/otoku/otoku_img_numbg_p.png);
}
.bonus__list-text {
  background-image: url(/user_data/packages/raku2pc/img/otoku/otoku_img_icon-scroll-p.png);
}
@media screen and (min-width: 761px) {
  .bonus__list-text.ls {
    letter-spacing: -1px;
  }
}
.bonus .detail-title {
  padding-bottom: 5px;
}

.bonus-detail {
  box-shadow: 0 0 0 1px var(--c-pink), 0 0 0 3px #fff, 0 0 0 4px var(--c-pink);
  margin-top: 60px;
}
.bonus-detail__title {
  color: var(--c-pink);
}
.bonus-detail__no::before {
  background: var(--c-pink);
}
.bonus-detail__no-number {
  color: var(--c-pink);
  background-image: url(/user_data/packages/raku2pc/img/otoku/otoku_img_numbg_pw.png);
}

/* 特典01 */
.bonus-detail__lead {
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: -20px;
}
.bonus-detail__title.bonus01 {
  font-weight: 600;
  font-size: 30px;
}
.bonus-detail__title.bonus01 .fc-gray {
  font-size: 20px;
  color: #333 !important;
}
.bonus-detail__title.bonus01 .ff-en {
  font-size: 50px;
}

.price-compare__intro {
  margin: 30px 0 20px;
  padding: 0 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 760px) {
  .price-compare__intro {
    padding: 0;
  }
}
.price-compare__intro-image {
  width: 263px;
}
@media screen and (max-width: 760px) {
  .price-compare__intro-image {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
  }
}
.price-compare__intro-text {
  width: 277px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .price-compare__intro-text {
    text-align: center;
    margin: 20px auto 30px;
  }
}
.price-compare__boxes {
  gap: 10px;
}
@media screen and (max-width: 760px) {
  .price-compare__boxes {
    gap: 50px;
  }
}
.price-compare__box {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 761px) {
  .price-compare__box {
    width: calc((100% - 15px) / 2);
  }
}
.price-compare__box-label {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 130%;
}
.price-compare__box-price {
  width: 100%;
  text-align: center;
}
.price-compare__box-total {
  font-size: 16px;
  font-weight: 500;
}
.price-compare__box-badge {
  position: absolute;
  top: -55px;
  right: -35px;
  z-index: 2;
  width: 115px;
}
@media screen and (max-width: 760px) {
  .price-compare__box-badge {
    right: -30px;
  }
}
.price-compare__box--regular {
  background: rgba(22, 54, 103, 0.06);
}
.price-compare__box--regular .fs-small {
  font-size: 20px;
}
.price-compare__box--subscription {
  background: rgba(235, 114, 137, 0.1);
  position: relative;
  color: var(--c-pink);
}
.price-compare__box--subscription::after {
  display: block;
  content: "";
  width: 37px;
  height: 56px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/user_data/packages/raku2pc/img/otoku/otoku_img_icon-arrow1.png) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .price-compare__box--subscription::after {
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    top: -60px;
  }
}
.price-compare__box--subscription .ff-en {
  font-size: 30px;
}
.price-compare__box--subscription .fs-small {
  font-size: 24px;
}

/* 特典02 */
.bonus-detail__image {
  width: 300px;
  margin: 20px auto -20px;
}
@media screen and (max-width: 760px) {
  .bonus-detail__image {
    width: 100%;
    margin: 20px auto 1px;
  }
}

/* 特典03 */
.course-box-group {
  margin: 50px 0 30px;
  padding: 30px 30px 1px;
  background: #FDF1F3;
  border-radius: 10px;
}
@media screen and (max-width: 760px) {
  .course-box-group {
    padding: 20px 10px 1px;
  }
}
@media screen and (min-width: 761px) {
  .course-box__image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 760px) {
  .course-box__image {
    display: none;
  }
}
.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/otoku/otoku_img_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;
  }
}
@media screen and (min-width: 761px) {
  .course-box__tab {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .course-box__tab {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    max-width: 550px;
    margin: 0 auto 20px;
  }
  .course-box__tab-label {
    flex: 1 1;
    order: -1;
    background: #fff;
    border: 1px solid var(--c-pink);
    border-bottom: none;
    min-width: 70px;
    padding: 2px 2px 4px;
    border-radius: 5px 5px 0 0;
    color: var(--c-pink);
    font-size: 10px;
    text-align: center;
    position: relative;
    height: 43px;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 700;
  }
  .course-box__tab-label--off {
    background: var(--c-pink);
    color: #fff;
    width: 60px;
    margin: 0 auto;
    line-height: 100%;
    padding: 2px;
    border-radius: 9px;
    font-size: 12px;
    font-family: var(--ff-en);
  }
  .course-box__tab-label .fs-small {
    font-size: 10px !important;
  }
  .course-box__tab-label:hover {
    background: var(--c-pink);
    color: #fff;
    height: 48px;
    margin-top: 0;
    font-size: 14px;
  }
  .course-box__tab-label:hover .course-box__tab-label--off {
    background: #fff;
    color: var(--c-pink);
    font-size: 13px;
  }
  .course-box__tab-label:has(:checked) {
    background: var(--c-pink);
    color: #fff;
    height: 48px;
    margin-top: 0;
    font-size: 14px;
  }
  .course-box__tab-label:has(:checked) .course-box__tab-label--off {
    background: #fff;
    color: var(--c-pink);
    font-size: 13px;
  }
  .course-box__tab-label:has(:checked) + div {
    display: block;
  }
}
.course-box__tab input {
  display: none;
}
.course-box__tab-badge {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 98px !important;
}
.course-box__tab-contents {
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--c-pink);
  border-radius: 0 0 10px 10px;
}

.course-box__list {
  padding: 20px 18px;
}
@media screen and (max-width: 760px) {
  .course-box__list {
    padding: 5px 0 30px;
  }
}
.course-box__list-item {
  padding-left: 30px;
  background: url(/user_data/packages/raku2pc/img/otoku/otoku_img_icon-check-p.png) no-repeat 0 2px;
  background-size: 24px auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .course-box__list-item {
    font-size: 15px;
  }
  .course-box__list-item:last-child {
    margin-bottom: 0 !important;
  }
  .course-box__list-item .marker-p {
    background: none;
  }
}

/* 特典04 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.bonus04 .bonus-detail__feature-image {
  width: 210px;
}
.bonus-detail__feature.bonus04 .bonus-detail__feature-text {
  width: 320px;
}
.bonus-detail__feature.bonus04 .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.bonus04 .bonus-detail__feature-text .text-note {
    margin-bottom: 20px;
    text-align: left;
  }
}
.bonus-detail__feature.bonus05 .bonus-detail__feature-image {
  width: 230px;
}
.bonus-detail__feature.bonus05 .bonus-detail__feature-text {
  width: 300px;
}
@media screen and (max-width: 760px) {
  .bonus-detail__feature.bonus05 + .text-note {
    margin-top: 40px;
  }
}

/*----------
   points
----------*/
.points {
  background: #FDF1F3;
}
@media screen and (max-width: 760px) {
  .points__link {
    margin: 30px 17px 10px;
    padding-bottom: 30px;
  }
}
.points__list {
  margin-bottom: 15px;
}
.points__list-no {
  background-image: url(/user_data/packages/raku2pc/img/otoku/otoku_img_numbg_b.png);
}
.points__list-text {
  background-image: url(/user_data/packages/raku2pc/img/otoku/otoku_img_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/otoku/otoku_img_numbg_bw.png);
}
.points-detail .points2 {
  margin: 30px auto;
  gap: 12px;
  max-width: 565px;
}
@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/otoku/otoku_img_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/otoku/otoku_img_icon-arrow3.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;
}

/*----------
  products
----------*/
.products {
  margin: 40px 0 20px;
}
@media screen and (max-width: 760px) {
  .products {
    padding: 0 20px 20px;
  }
}
.products__list {
  margin-top: 20px;
  gap: 20px;
}
@media screen and (max-width: 760px) {
  .products__list {
    gap: 35px;
  }
}
.products__item {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 30px;
  font-weight: 700;
}
@media screen and (min-width: 761px) {
  .products__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 760px) {
  .products__item {
    padding: 30px 20px;
    margin: auto;
  }
}
.products__item-lead {
  color: #06969E;
  font-size: 13px;
}
.products__item-title {
  font-size: 20px;
  margin: 10px 0 20px;
}
.products__item-save {
  background: #FDF1F3;
  text-align: center;
  border-radius: 10px;
  padding: 6px;
  line-height: 130%;
  margin: 20px 0;
}
.products__item-save .ff-en {
  font-size: 21px;
  margin: 20px 0;
}
.products__item-label {
  width: 154px;
  color: #fff;
  padding: 4px 0;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
.products__item-price {
  width: 100%;
  font-weight: 500;
}
.products__item-price.fc-pink {
  font-size: 20px;
  font-weight: 700;
}
.products__item-regular, .products__item-subscription {
  width: 255px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.products__item-regular {
  margin-bottom: 30px;
  position: relative;
}
.products__item-regular::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 42px;
  bottom: -22px;
  background: url(/user_data/packages/raku2pc/img/otoku/otoku_img_icon-arrow2.png) no-repeat 0 0;
  background-size: 100% auto;
}
.products__button {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}