/* RESET */
#happinessplus-ticket h1,
#happinessplus-ticket h2,
#happinessplus-ticket h3,
#happinessplus-ticket h4 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#happinessplus-ticket picture {
  display: block;
}
#happinessplus-ticket ul,
#happinessplus-ticket ol {
  list-style: none;
}

/* BASE */
#happinessplus-ticket {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  padding-bottom: 50px;
}
#happinessplus-ticket b {
  font-weight: 500;
}
#happinessplus-ticket em {
  font-style: normal;
}
#happinessplus-ticket strong {
  color: #FF0000;
  font-weight: 400;
}
#happinessplus-ticket img {
  max-width: 100%;
  vertical-align: bottom;
}
#happinessplus-ticket a.txt-link {
  color: #2C73C6;
  text-decoration: underline;
}

/* 表示・非表示切替 */
[data-browse-mode="P"] .sp-only {
  display: none;
}
[data-browse-mode="S"] .pc-only {
  display: none;
}

/* セクション */
#happinessplus-ticket .sec {
  padding-block: 50px;
}
#happinessplus-ticket .sec-inner {
  margin-inline: auto;
  width: 1275px;
}
#happinessplus-ticket .sec-inner > *:last-child {
  margin-bottom: 0;
}

/* セクションタイトル */
#happinessplus-ticket .sec-title {
  background-image: url('/img/usr/freepage/choki/title-bg.jpg');
  background-repeat: repeat;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(35 / 24);
  padding: 12px 37px 13px;
  margin-bottom: 30px;
}

/* セクション内 区切り */
#happinessplus-ticket .sec-block {
  padding-inline: 38px 37px;
  margin-bottom: 70px;
}
#happinessplus-ticket .sec-block > *:last-child {
  margin-bottom: 0;
}

/* 共通見出し シンプル */
#happinessplus-ticket .simple-hdg {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(29 / 20);
  margin-bottom: 22px;
}

/* 共通見出し 下線 */
#happinessplus-ticket .bd-hdg {
  border-style: solid;
  border-width: 0 0 2px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(29 / 20);
  padding-bottom: 11px;
  margin-bottom: 16px;
}

/* 見出しグループ */
#happinessplus-ticket .hdg-group {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 24px;
}
#happinessplus-ticket .hdg-group > * {
  margin: unset;
}
#happinessplus-ticket .hdg-group > p {
  font-size: 18px;
  line-height: calc(26 / 18);
}

/* 文章 */
#happinessplus-ticket .txt-block {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-bottom: 24px;
}
#happinessplus-ticket .txt-block p {
  font-size: 18px;
  line-height: calc(27 / 18);
}

/* 画像ラッパー */
#happinessplus-ticket .img-block {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
#happinessplus-ticket .img-block.-col2 {
  column-gap: 54px;
}
#happinessplus-ticket .img-block.-col2 > * {
  width: calc((100% - 54px) / 2);
}
#happinessplus-ticket .img-block figcaption {
  font-size: 18px;
  font-weight: bold;
}

/* ファーストビュー */
#happinessplus-ticket .sec-firstview {
  padding-top: 60px;
}
#happinessplus-ticket .firstview-mv {
  margin-bottom: 29px;
}

#happinessplus-ticket .page-nav-area {
  margin-inline: auto;
  max-width: 1270px;
  width: 100%;
}
#happinessplus-ticket .page-nav-area > *:last-child {
  margin-bottom: 0;
}
#happinessplus-ticket .page-nav {
  margin-bottom: 20px;
}
#happinessplus-ticket .page-nav-list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* ボタン */
#happinessplus-ticket .link-btn {
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
}
#happinessplus-ticket .link-btn.-sm {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: calc(26 / 18);
  padding: 16px 16px 18px;
  width: 310px;
}
#happinessplus-ticket .link-btn.-md {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(32 / 22);
  padding: 19px;
  width: 400px;
}
#happinessplus-ticket .link-btn.-common {
  background-color: #F2F2F2;
  color: #000000;
}
#happinessplus-ticket .link-btn.-caution {
  background-color: #FCFD02;
  color: #259600;
}
#happinessplus-ticket .link-btn.-warn {
  background-color: #DB002A;
  color: #fff;
}
#happinessplus-ticket .link-btn::after {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}
#happinessplus-ticket .link-btn[href^="#"]::after {
  rotate: 90deg;
}
#happinessplus-ticket .link-btn.-common::after {
  background-image: url('/img/usr/freepage/choki/btn-arrow-black.png');
}
#happinessplus-ticket .link-btn.-caution::after {
  background-image: url('/img/usr/freepage/choki/btn-arrow-green.png');
}
#happinessplus-ticket .link-btn.-warn::after {
  background-image: url('/img/usr/freepage/choki/btn-arrow-red.png');
}
#happinessplus-ticket .lay-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
}

/* ブレットリスト */
#happinessplus-ticket .bullet-list {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  font-size: 18px;
  line-height: calc(26 / 18);
  margin-bottom: 24px;
}
#happinessplus-ticket .bullet-list .bullet-list,
#happinessplus-ticket .bullet-list .order-list,
#happinessplus-ticket .bullet-list .note-list {
  margin-bottom: 0;
}
#happinessplus-ticket .bullet-list > li {
  padding-left: 1.32em;
  position: relative;
}
#happinessplus-ticket .bullet-list > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
#happinessplus-ticket .bullet-list.-bullet-lg > li::before {
  content: '●';
}

/* 数字リスト */
#happinessplus-ticket .order-list {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
  font-size: 18px;
  line-height: calc(26 / 18);
  margin-bottom: 24px;
}
#happinessplus-ticket .order-list .bullet-list,
#happinessplus-ticket .order-list .order-list,
#happinessplus-ticket .order-list .note-list {
  font-size: 16px;
  line-height: calc(26 / 16);
  row-gap: 0;
  margin-block: 8px 0;
}
#happinessplus-ticket .order-list > li {
  display: flex;
  column-gap: 6px;
}
#happinessplus-ticket .order-num {
  flex-shrink: 0;
}
#happinessplus-ticket .order-body {
  flex-grow: 1;
}

/* 注釈リスト */
#happinessplus-ticket .note-list {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  font-size: 18px;
  line-height: calc(26 / 18);
  margin-bottom: 24px;
}
#happinessplus-ticket .note-list .bullet-list,
#happinessplus-ticket .note-list .order-list,
#happinessplus-ticket .note-list .note-list {
  margin-bottom: 0;
}
#happinessplus-ticket .note-list > li {
  display: flex;
}
#happinessplus-ticket .note-mark {
  flex-shrink: 0;
  width: 1.25em;
}
#happinessplus-ticket .note-body {
  flex-grow: 1;
}

/* 色付き数字リスト */
#happinessplus-ticket .list-guide-info {
  margin-bottom: 24px;
}
#happinessplus-ticket .list-guide-info-item {
  font-size: 20px;
  font-weight: bold;
}
#happinessplus-ticket .list-guide-info-item + .list-guide-info-item {
  margin-top: 10px;
}
#happinessplus-ticket .list-guide-info-item._color1 {
  color: #f9316c;
}
#happinessplus-ticket .list-guide-info-item._color2 {
  color: #5bad29;
}
#happinessplus-ticket .list-guide-info-item._color3 {
  color: #e5a907;
}
#happinessplus-ticket .list-guide-info-item._color4 {
  color: #3986dc;
}
#happinessplus-ticket .list-guide-info-item._color5 {
  color: #a811e0;
}
#happinessplus-ticket .list-guide-info-item._color6 {
  color: #29ada8;
}
#happinessplus-ticket .list-guide-info-item .guide-num {
  margin-right: 8px;
  padding-left: 2px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Futura, 'Century Gothic', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 4px 0 1px rgba(0, 0, 0, .15);
}
#happinessplus-ticket .list-guide-info-item._color1 .guide-num {
  background-color: #f9316c;
}
#happinessplus-ticket .list-guide-info-item._color2 .guide-num {
  background-color: #5bad29;
}
#happinessplus-ticket .list-guide-info-item._color3 .guide-num {
  background-color: #e5a907;
}
#happinessplus-ticket .list-guide-info-item._color4 .guide-num {
  background-color: #3986dc;
}
#happinessplus-ticket .list-guide-info-item._color5 .guide-num {
  background-color: #a811e0;
}
#happinessplus-ticket .list-guide-info-item._color6 .guide-num {
  background-color: #29ada8;
}

/* 定義リスト */
#happinessplus-ticket .detail-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
#happinessplus-ticket .detail-list-group {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
#happinessplus-ticket .detail-list dt {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18);
}
#happinessplus-ticket .detail-list dt > span {
  background-color: #FCFFAF;
  display: inline-block;
  padding: 6px 20px 8px;
}
#happinessplus-ticket .detail-list dd {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18);
  padding-left: 19px;
}

/* ■マークリスト */
#happinessplus-ticket .squre-list {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  font-size: 18px;
  line-height: calc(26 / 18);
  margin-bottom: 24px;
}
#happinessplus-ticket .squre-list .bullet-list,
#happinessplus-ticket .squre-list .order-list,
#happinessplus-ticket .squre-list .note-list {
  margin-bottom: 0;
}
#happinessplus-ticket .squre-list > li {
  display: flex;
}
#happinessplus-ticket .squre-mark {
  flex-shrink: 0;
  width: 1.25em;
}
#happinessplus-ticket .squre-body {
  flex-grow: 1;
}

/* FAQ */
#happinessplus-ticket .faq {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 32px;
}
#happinessplus-ticket .faq-group {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
#happinessplus-ticket .faq-title,
#happinessplus-ticket .faq-answer {
  display: flex;
  column-gap: 9px;
  font-size: 18px;
  line-height: calc(26 / 18);
}
#happinessplus-ticket .faq-title-head,
#happinessplus-ticket .faq-answer-head {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: calc(32 / 22);
}
#happinessplus-ticket .faq-title-head {
  color: #DB002A;
}
#happinessplus-ticket .faq-answer-head {
  color: #008FDB;
  padding-left: 2px;
}
#happinessplus-ticket .faq-title-body,
#happinessplus-ticket .faq-answer-body {
  flex-grow: 1;
  padding-top: 5px;
}

/* メディア */
#happinessplus-ticket .media {
  display: flex;
  column-gap: 27px;
  margin-bottom: 30px;
}
#happinessplus-ticket .media-txt-block {
  flex-grow: 1;
  padding-top: 45px;
}
#happinessplus-ticket .media-img-block {
  flex-shrink: 0;
}
#happinessplus-ticket .media-img-block figure {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
}
#happinessplus-ticket .media-img-block figcaption {
  font-size: 16px;
  line-height: calc(27 / 16);
  text-align: center;
}

/* 登録ボックス */
#happinessplus-ticket .entry-box {
  background-color: #FEFFE5;
  border-radius: 10px;
  overflow: hidden;
}
#happinessplus-ticket .entry-box-title {
  background-image: url('/img/usr/freepage/choki/title-bg.jpg');
  background-repeat: repeat;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: calc(35 / 24);
  text-align: center;
  padding: 12px 37px 13px;
}
#happinessplus-ticket .entry-box-main {
  padding: 28px;
}
#happinessplus-ticket .catch-txt {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#happinessplus-ticket .catch-txt-inner {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(32 / 22);
  text-align: center;
  padding-inline: 33px;
  position: relative;
}
#happinessplus-ticket .catch-txt-inner::before, #happinessplus-ticket .catch-txt-inner::after {
  background-color: currentColor;
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  bottom: 0;
}
#happinessplus-ticket .catch-txt-inner::before {
  left: 0;
  rotate: -22deg;
}
#happinessplus-ticket .catch-txt-inner::after {
  right: 0;
  rotate: 22deg;
}

@media screen and (max-width: 767px) {
  #happinessplus-ticket {
    padding-bottom: 0;
  }

  /* セクション */
  #happinessplus-ticket .sec {
    padding-block: 35px;
    padding-inline: calc(15 / 414 * 100vw);
  }
  #happinessplus-ticket .sec-inner {
    width: 100%;
  }

  /* セクションタイトル */
  #happinessplus-ticket .sec-title {
    font-size: calc(22 / 414 * 100vw);
    line-height: calc(32 / 22);
    padding: 10px calc(15 / 414 * 100vw) 12px;
    margin-bottom: 23px;
  }
  #happinessplus-ticket .sec-title.-sp-sm {
    font-size: calc(19 / 414 * 100vw);
    line-height: calc(27 / 19);
    padding: 10px calc(10 / 414 * 100vw) 12px;
  }

  /* セクション内 区切り */
  #happinessplus-ticket .sec-block {
    padding-inline: calc(15 / 414 * 100vw);
    margin-bottom: 60px;
  }

  /* 共通見出し シンプル */
  #happinessplus-ticket .simple-hdg {
    font-size: calc(18 / 414 * 100vw);
    line-height: calc(26 / 18);
    margin-bottom: 14px;
  }

  /* 共通見出し 下線 */
  #happinessplus-ticket .bd-hdg {
    font-size: calc(18 / 414 * 100vw);
    line-height: calc(26 / 18);
    padding-bottom: 14px;
    margin-bottom: 16px;
  }

  /* 見出しグループ */
  #happinessplus-ticket .hdg-group {
    row-gap: 8px;
    margin-bottom: 20px;
  }
  #happinessplus-ticket .hdg-group > * {
    margin: unset;
  }
  #happinessplus-ticket .hdg-group > p {
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
  }

  /* 文章 */
  #happinessplus-ticket .txt-block {
    row-gap: 6px;
    margin-bottom: 16px;
  }
  #happinessplus-ticket .txt-block p {
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
  }

  /* 画像ラッパー */
  #happinessplus-ticket .img-block.-col2 {
    flex-direction: column;
    row-gap: 16px;
  }
  #happinessplus-ticket .img-block.-col2 > * {
    width: auto;
  }
  #happinessplus-ticket .img-block figcaption {
    font-size: 16px;
  }

  /* ファーストビュー */
  #happinessplus-ticket .sec-firstview {
    padding-top: 17px;
  }
  #happinessplus-ticket .firstview-mv {
    margin-bottom: 18px;
  }

  #happinessplus-ticket .page-nav-area {
    padding-inline: calc(10 / 414 * 100vw);
  }
  #happinessplus-ticket .page-nav {
    margin-bottom: 10px;
  }
  #happinessplus-ticket .page-nav-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #happinessplus-ticket .page-nav-list > li {
    width: 100%;
  }
  #happinessplus-ticket .page-nav-list .link-btn.-sm {
    max-width: 100%;
  }

  /* ボタン */
  #happinessplus-ticket .link-btn {
  }
  #happinessplus-ticket .link-btn.-sm {
    font-size: calc(18 / 414 * 100vw);
    padding: 12px calc(12 / 414 * 100vw);
    max-width: 310px;
    width: 100%;
  }
  #happinessplus-ticket .link-btn.-md {
    font-size: calc(18 / 414 * 100vw);
    line-height: calc(26 / 18);
    padding: 17px;
    width: 100%;
  }
  #happinessplus-ticket .lay-btn {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
  }

  /* ブレットリスト */
  #happinessplus-ticket .bullet-list {
    row-gap: 8px;
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
    margin-bottom: 18px;
  }
  #happinessplus-ticket .bullet-list > li {
    padding-left: 1em;
  }
  #happinessplus-ticket .bullet-list.-bullet-lg > li {
    padding-left: 1.25em;
  }

  /* 数字リスト */
  #happinessplus-ticket .order-list {
    row-gap: 8px;
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
    margin-bottom: 18px;
  }
  #happinessplus-ticket .order-list > li {
    display: flex;
    column-gap: 6px;
  }

  /* 注釈リスト */
  #happinessplus-ticket .note-list {
    row-gap: 11px;
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
    margin-bottom: 18px;
  }

  /* 定義リスト */
  #happinessplus-ticket .detail-list-group {
    row-gap: 10px;
  }
  #happinessplus-ticket .detail-list dt {
    font-size: calc(18 / 414 * 100vw);
  }
  #happinessplus-ticket .detail-list dt > span {
    display: block;
    padding: 6px calc(9 / 414 * 100vw) 8px;
  }
  #happinessplus-ticket .detail-list dd {
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
    padding-left: 0;
  }

  /* ■マークリスト */
  #happinessplus-ticket .squre-list {
    row-gap: 6px;
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
    margin-bottom: 24px;
  }
  #happinessplus-ticket .squre-list > li {
    display: block;
  }
  #happinessplus-ticket .squre-list > li > * {
    display: inline;
  }
  #happinessplus-ticket .squre-list .txt-link {
    font-size: calc(12 / 414 * 100vw);
  }

  /* FAQ */
  #happinessplus-ticket .faq {
    row-gap: 15px;
    margin-bottom: 24px;
  }
  #happinessplus-ticket .faq-group {
    row-gap: 5px;
  }
  #happinessplus-ticket .faq-title,
  #happinessplus-ticket .faq-answer {
    display: flex;
    column-gap: calc(9 / 414 * 100vw);
  }
  #happinessplus-ticket .faq-title-head,
  #happinessplus-ticket .faq-answer-head {
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
  }
  #happinessplus-ticket .faq-answer-head {
    padding-left: 0;
  }
  #happinessplus-ticket .faq-title-body,
  #happinessplus-ticket .faq-answer-body {
    font-size: calc(16 / 414 * 100vw);
    line-height: calc(24 / 16);
    padding-top: 0;
  }

  /* メディア */
  #happinessplus-ticket .media {
    flex-direction: column;
    margin-bottom: 60px;
  }
  #happinessplus-ticket .media-txt-block {
    padding-top: 0;
  }
  #happinessplus-ticket .media-img-block figure {
    row-gap: 5px;
  }

  /* 登録ボックス */
  #happinessplus-ticket .entry-box-title {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: .05em;
    line-height: calc(24 / 16);
    padding: 14px calc(14 / 414 * 100vw) 12px;
  }
  #happinessplus-ticket .entry-box-main {
    padding: 22px calc(15 / 414 * 100vw);
  }
  #happinessplus-ticket .catch-txt {
    margin-bottom: 11px;
  }
  #happinessplus-ticket .catch-txt-inner {
    font-size: calc(18 / 414 * 100vw);
    line-height: calc(26 / 18);
    padding-inline: calc(25 / 414 * 100vw);
  }
  #happinessplus-ticket .catch-txt-inner::before {
    rotate: -26deg;
  }
  #happinessplus-ticket .catch-txt-inner::after {
    rotate: 26deg;
  }
}