* { box-sizing: border-box; }
.uni-header-menu-icon { box-sizing: content-box; }
h2 { padding: 0; }
h2 > span:before, h2 > span:after { content: none; }

/* -------------------
  structure
-------------------- */
.cp_str_main {
  font-size: 15px;
  line-height: 1.46;
}
.cp_str_mv img,
.cp_str_main img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .cp_str_main {
    font-size: 17px;
  }
  .cp_str_main > *:first-child {
    padding-top: 0;
  }
  .cp_str_container {
    padding: 30px 15px 100px;
    background: #CFE9FB;
    background-attachment: fixed;
    background-position: center top;
  }
  .cp_str_inner {
    margin: 0 auto;
    max-width: 1360px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    position: relative;
  }
  .cp_str_left {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .cp_str_mv {
    width: 620px;
    min-width: 420px;
  }
  .cp_str_main {
    padding: 20px 20px 0;
    width: 500px;
    min-width: 350px;
    min-height: 100vh;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    background-color: #fff;
  }
  .cp_str_right {
    position: sticky;
    top: 120px;
    right: 15px;
    width: 210px;
  }
}

@media screen and (min-width: 1390px) {
  .cp_str_left {
    flex-direction: row;
    align-items: flex-start;
  }
  .cp_str_mv {
    position: sticky;
    top: 120px;
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  body {
    background: #fff;
  }
  .cp_str_right {
    display: none !important;
  }
}

/* -------------------
  MV Area
-------------------- */
.cp_top_summary {
  padding: 50px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cp_top_summary .cp_lead {
  font-size: 28px;
  line-height: 1.625;
  letter-spacing: .06em;
}
.cp_top_summary .cp_lead.fs-s {
  font-size: 22px;
  font-weight: 600;
}
.cp_top_summary .cp_lead + .cp_lead {
  margin-top: 15px;
}
.cp_top_summary .cp_lead em {
  margin: 0 auto;
  padding: 0 .5em;
  display: block;
  width: fit-content;
  font-weight: bold;
  color: #0068b7;
  position: relative;
}
.cp_top_summary .cp_lead em::before,
.cp_top_summary .cp_lead em::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 90%;
  background-color: #0068b7;
}
.cp_top_summary .cp_lead em::before {
  left: 0;
  transform: rotate(-15deg);
}
.cp_top_summary .cp_lead em::after {
  right: 0;
  transform: rotate(15deg);
}
.cp_top_summary .cp_lead .line {
  padding: 0 3px;
  display: inline;
  background: linear-gradient(transparent 60%, #fff20a 0%);
}
.cp_lead_note {
  margin-top: 10px;
  font-size: 10px;
}
.cp_lead_note b {
  color: #e51076;
}
@media screen and (max-width: 768px) {
  .cp_top {
    padding: 0;
    background: #fff;
  }
  .cp_top_summary {
    padding: 35px 20px 15px;
  }
  .cp_top_summary .cp_lead {
    font-size: calc(18 / 414 * 100vw);
  }
  .cp_top_summary .cp_lead.fs-s {
    font-size: calc(15 / 414 * 100vw);
  }
}

/* -------------------
  Main Area
-------------------- */
/* common */
.cp_sec {
  padding: 30px 15px;
}
.cp_bg_gray {
  background-color: #f2f2f2;
}
.cp_hdgLv2 {
  padding: 4px 10px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  border-radius: 10px;
  background-color: #55c1e1;
}
.cp_hdgLv2 + * {
  margin-top: 30px;
}
.cp_note,
.cp_list_disc > li {
  margin-left: 1em;
  text-indent: -1em;
}
.cp_list_disc > li + li {
  margin-top: .5em;
}
.cp_list_disc > li::before {
  content: "\30FB";
}
.cp_list_mark {
  display: table;
  width: 100%;
}
.cp_list_mark.fs-s {
  font-size: 13px;
}
.cp_list_mark > li {
  display: table-row;
}
.cp_list_mark__mrk,
.cp_list_mark__txt {
  display: table-cell;
  vertical-align: top;
}
.cp_list_mark__mrk {
  white-space: pre;
}
.cp_list_mark__txt {
  padding-bottom: .5em;
  width: 100%;
}
.cp_list_mark > li:last-child .cp_list_mark__txt {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .cp_sec {
    padding: 40px 20px;
  }
  .cp_hdgLv2 {
    padding: 8px 10px 10px;
    min-height: 50px;
    font-size: 28px;
  }
  .cp_str_main .cp_sec {
    margin: 0 -20px;
  }
}

/* lead */
.cp_main_lead {
  padding: 0 20px;
  font-size: calc(15 / 414 * 100vw);
  line-height: 1.46;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .cp_main_lead {
    padding: 0;
    font-size: 17px;
  }
}

/* sticky links */
@media screen and (max-width: 768px) {
  .cp_sticky_links {
    margin: 40px 0 0;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f1f1f1;
    position: sticky;
    top: 68px;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .cp_sticky_link {
    padding: 10px 5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 10px) / 2);
    min-height: 63px;
    font-size: calc(12 / 414 * 100vw);
    font-weight: bold;
    color: #fff;
    border-radius: 60px;
    position: relative;
  }
  .cp_sticky_link:hover {
    color: #fff;
  }
  .cp_sticky_link._one {
    background-color: #55c1e1;
  }
  .cp_sticky_link._two {
    background-color: #f76a86;
  }
  .cp_sticky_link::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 5px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg) translateX(-50%);
  }
  .cp_sticky_link img {
    max-width: 83px;
  }
  .cp_sticky_link_txt {
    font-size: calc(15 / 414 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .cp_sticky_links { display: none; }
}

/* cp1 */
.cp_cp1_hdg {
  margin-top: 15px;
}
.cp_cp1_hdg > img {
  margin: 0 auto;
  max-width: 90px;
}
.cp_cp1_hdg_obi {
  margin-top: 15px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 86px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .06em;
  color: #fff;
  background: no-repeat center / 100% auto;
}
.cp_cp1_hdg_obi._color_cp1 {
  background-image: url(../img/cmp_bg1.png);
}
.cp_cp1_hdg_obi._color_cp2 {
  background-image: url(../img/cmp_bg2.png);
}
.cp_cp1_hdg_obi .fs-s {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .cp_cp1_hdg_obi {
    font-size: 22px;
  }
  .cp_cp1_hdg_obi .fs-s {
    font-size: 17px;
  }
}

.cp_cp1_hdg_obi._color_cp2 {
  font-size: 19px;
  letter-spacing: .09em;
  line-height: 1.21;
}
.cp_cp1_hdg_obi._color_cp2 .fs-s {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: .04em;
}
.cp_cp1_hdg_obi .middle {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cp_cp1_hdg_obi .middle img {
  max-width: 104px;
  position: relative;
  top: 2px;
}
.cp_cp1_hdg_obi .entry {
  margin: 8px auto 0;
  padding: 3px 15px;
  width: fit-content;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #fff;
}

.cp_cp1_lead {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 1.44;
}
.cp_cp1_list {
  margin: 20px 0 0;
}
.cp_cp1_list_item + .cp_cp1_list_item {
  margin-top: 25px;
}
.cp_cp1_list_ttl {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #55c1e1;
}
.cp_cp1_list_detail {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.44;
}
.cp_cp1_img {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .cp_cp1_lead, .cp_cp1_list_detail {
    font-size: 17px;
  }
  .cp_cp1_list_ttl {
    font-size: 20px;
  }
}

/* cp2 */
.cp_cp2_lead {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 1.44;
  letter-spacing: .1em;
  text-align: center;
}
.cp_cp2_hdg3 {
  margin: 15px auto 0;
  padding: 0 1em;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #f76a86;
  position: relative;
}
.cp_cp2_hdg3 .fs-s {
  font-size: 13px;
}
.cp_cp2_hdg3 .fs-m {
  font-size: 14px;
}
.cp_cp2_hdg3::before,
.cp_cp2_hdg3::after {
  position: absolute;
  content: "";
  bottom: -3px;
  width: 2px;
  height: 70%;
  background-color: #f76a86;
}
.cp_cp2_hdg3::before {
  left: 0;
  transform: rotate(-15deg);
}
.cp_cp2_hdg3::after {
  right: 0;
  transform: rotate(15deg);
}
.cp_cp2_img {
  margin: 10px auto 0;
  max-width: 193px;
  position: relative;
  z-index: 0;
}
.cp_cp2_img_end {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 10px;
  z-index: 1;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  white-space: pre;
  color: #fff;
  border-radius: 10px;
  background-color: #f76a86;
  transform: translateX(-50%);
}
.cp_cp2_img2 {
  margin: 40px 0;
}
.cp_cp2_txt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.44;
}
.cp_cp2_note {
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .cp_cp2_lead, .cp_cp2_txt {
    font-size: 17px;
  }
  .cp_cp2_hdg3 {
    font-size: 20px;
  }
  .cp_cp2_hdg3 .fs-s {
    font-size: 16px;
  }
  .cp_cp2_hdg3 .fs-m {
    font-size: 17px;
  }
  .cp_cp2_img_end, .cp_cp2_note {
    font-size: 15px;
  }
}

.cp_cp2_table {
  margin: 30px 0 0;
  border-collapse: collapse;
}
.cp_cp2_table th,
.cp_cp2_table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.cp_cp2_table thead th {
  font-size: 15px;
  font-weight: bold;
  background-color: #efefef;
}
.cp_cp2_table tbody td {
  background-color: #fff;
}
.cp_cp2_table .al-c {
  text-align: center;
}
.cp_cp2_table .al-r {
  text-align: right;
}

.cp_cp2_shop {
  margin: 15px 0 0;
}
.cp_cp2_shop_item {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.cp_cp2_shop_item + .cp_cp2_shop_item {
  margin-top: 15px;
}
.cp_cp2_shop_name {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .06em;
}
.cp_cp2_shop_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  border: 1px solid #ccc;
}
.cp_cp2_shop_detail {
  flex: 1;
  font-size: 13px;
}
.cp_cp2_shop_info {
  margin-top: 5px;
}
.cp_cp2_shop_info_item {
  display: flex;
  flex-wrap: wrap;
}
.cp_cp2_shop_info_item dt::after {
  content: "：";
}
.cp_cp2_shop_img .adj_shinkoshivarie {
  height: 100px;
  object-fit: cover;
}
.cp_cp2_shop_img .adj_sokavarie,
.cp_cp2_shop_img .adj_tobuicourt {
  height: 80px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .cp_cp2_shop_name {
    font-size: 16px;
  }
  .cp_cp2_shop_detail {
    font-size: 15px;
  }
  .cp_cp2_shop_info_item {
    flex-wrap: nowrap;
  }
  .cp_cp2_shop_info_item dt {
    white-space: pre;
  }
}

/* entry */
.cp_entry_block_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
}
.cp_entry_label {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #000;
}
.cp_entry_check {
  padding: 5px 10px 5px 35px;
  font-size: 12px;
  letter-spacing: .1em;
  color: #000;
  border: 1px solid #989898;
  border-radius: 28px;
  background-color: #fff;
  cursor: pointer;
  transition: .3s ease;
  position: relative;
}
.cp_entry_check::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url(../img/mark.png) no-repeat center / contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .cp_entry_check:hover {
    opacity: .7;
  }
}

.cp_entry_block_main {
  margin: 15px 0 0;
}
.cp_entry_input {
  padding: 10px 20px;
  width: 100%;
  font-size: 20px;
  letter-spacing: .05em;
  border: 1px solid #989898;
  border-radius: 10px;
  background-color: #f6f6f6;
  box-shadow: inset 0 4px 9px rgba(0,0,0,.28);
  transition: .3s ease-in;
}
.cp_entry_input[readonly] {
  background-color: #989898;
  box-shadow: none;
}
.cp_entry_input::placeholder {
  color: #C0C0C0;
}
.cp_entry_error {
  margin-top: 5px;
  display: none;
}
.cp_entry_block_main.is-error .cp_entry_error {
  display: block;
}
.cp_entry_error strong {
  font-size: 15px;
  font-weight: bold;
  color: #E63D3D;
}

.cp_entry_block_foot {
  margin: 10px 0 0;
}
.cp_entry_agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cp_entry_agreement [type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
}
.cp_entry_agreement [type="checkbox"]::before,
.cp_entry_agreement [type="checkbox"]::after {
  position: relative;
  content: "";
  display: block;
}
.cp_entry_agreement [type="checkbox"]::before {
  z-index: 0;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
}
.cp_entry_agreement [type="checkbox"]:checked::before {
  background: linear-gradient(0deg,#000 0%, #555 100%);
}
.cp_entry_agreement [type="checkbox"]:checked::after {
  z-index: 1;
  top: -18px;
  left: 5px;
  width: 14px;
  height: 12px;
  background: url(../img/check.svg) no-repeat center / contain;
}
.cp_entry_agreement_txt {
  font-size: 11px;
}
.cp_entry_agreement_txt a,
.que_txt a {
  text-decoration: underline;
  color: #40a8f5;
  transition: .3s ease;
}
.cp_entry_agreement_txt a:hover,
.que_txt a:hover {
  text-decoration: none;
}
.cp_entry_submit, .cp_cp1_btn {
  margin: 20px auto 0;
  width: fit-content;
  min-width: 290px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  border: none;
  border-radius: 58px;
  background-color: #1f1f1f;
  transition: .3s ease-in;
  cursor: pointer;
  position: relative;
}
.cp_cp1_btn._white {
  color: #000;
  box-shadow: 0 0 10px rgba(72,72,72,.2);
  background-color: #fff;
}
.cp_entry_submit[disabled] {
  background-color: #989898;
  cursor: not-allowed;
}
.cp_entry_submit::before,
.cp_entry_submit::after,
.cp_cp1_btn:not(._white)::before,
.cp_cp1_btn:not(._white)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.cp_entry_submit::before, .cp_cp1_btn::before {
  right: 15px;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
}
.cp_entry_submit::after, .cp_cp1_btn::after {
  right: 24px;
  width: 7px;
  height: 14px;
  background: url(/cms/tobupoint/img/usr/common/btn_arrow_bk.svg) no-repeat;
  transition: .3s ease;
}
.cp_cp1_btn._white::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 33px;
  height: 33px;
  background: url(/cms/tobupoint/img/usr/common/acd_plus_icon.svg) no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s ease;
}
.cp_cp1_btn._white[aria-expanded="true"]::after {
  background-image: url(/cms/tobupoint/img/usr/common/acd_minus_icon.svg);
}
@media screen and (min-width: 769px) {
  .cp_cp1_btn_wrap._fix {
    display: none;
  }
  .cp_entry_agreement_txt a:hover,
  .que_txt a:hover {
    opacity: .7;
  }
  .cp_entry_submit:hover, .cp_cp1_btn:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .cp_cp1_btn_wrap {
    margin-top: 20px;
  }
  .cp_cp1_btn_wrap._fix {
    padding: 5px 20px;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 2;
    width: 100%;
    border-top: 1px solid #ccc;
    transition: .3s linear;
  }
  .cp_cp1_btn_wrap._fix.is-active {
    bottom: 0;
  }
  .cp_cp1_btn_wrap .cp_cp1_btn {
    margin-top: 0;
  }
  .cp_cp1_btn_wrap .cp_cp1_btn:hover {
    color: #fff;
  }
  ._fix.is-top .cp_cp1_btn::after {
    top: calc(50% - 2px);
    transform: rotate(90deg) translateX(-50%);
  }
  ._fix.is-bottom .cp_cp1_btn::after {
    top: calc(50% - 10px);
    transform: rotate(-90deg) translateX(-50%);
  }
}

/* entry confirmation */
.cp_entry_block form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
.cp_entry_block .cp_entry_block_head {
  line-height: 20px;
}
.cp_entry_block_main.confirmation {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: .1em;
}
.cp_entry_block_main.confirmation + .submit_ {
  margin: 20px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cp_entry_block_main.confirmation + .submit_ .form_confirmation_btn {
  border: 1px solid #000;
  border-radius: 100px;
  position: relative;
}
.cp_entry_block_main.confirmation + .submit_ .form_confirmation_btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .05em;
  transform: translate(-50%, -50%);
}
.cp_entry_block_main.confirmation + .submit_ .form_confirmation_btn.back {
  color: #000;
  background-color: #fff;
}
.cp_entry_block_main.confirmation + .submit_ .form_confirmation_btn.back::before {
  content: "\623B\308B"; /* 戻る */
}
.cp_entry_block_main.confirmation + .submit_ .form_confirmation_btn.regist {
  color: #fff;
  background-color: #000;
}
.cp_entry_block_main.confirmation + .submit_ .form_confirmation_btn.regist::before {
  content: "\30A8\30F3\30C8\30EA\30FC"; /* エントリー */
}
.cp_entry_block_main.confirmation + .submit_ .form_confirmation_btn [type="image"] {
  opacity: 0;
  display: block;
}

/* shop */
.cp_shop {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  transition: height .3s;
  overflow: hidden;
}
.cp_shop_item {
  width: calc((100% - 15px) / 2);
}
.cp_shop:not(.is-expanded) .cp_shop_item:nth-child(n + 5) {
  display: none;
}
.cp_shop_link {
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  height: 100%;
  color: #2F2F2F;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .05);
  transition: .2s linear;
}
.cp_shop_name {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.cp_shop_data {
  display: flex;
  gap: 3px;
}
[class^="shop_cate_"] {
  width: 24px;
  height: 24px;
  background: no-repeat center / 24px auto;
}
.shop_cate_card {
  background-image: url(/cms/tobupoint/img/usr/common/icon_card.svg);
}
.shop_cate_app {
  background-image: url(/cms/tobupoint/img/usr/common/icon_app.svg);
}
.shop_cate_pasmo {
  background-image: url(/cms/tobupoint/img/usr/common/icon_pasmo.svg);
}
.cp_shop_img img {
  width: 100%;
  height: auto;
}
.cp_shop_more {
  margin: 30px auto 0;
  width: fit-content;
  min-width: 290px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #000;
  box-shadow: 0 0 10px rgba(72,72,72,.2);
  border: none;
  border-radius: 58px;
  background-color: #fff;
  cursor: pointer;
  transition: .3s ease;
  position: relative;
}
.cp_shop_more::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 33px;
  height: 33px;
  background: url(/cms/tobupoint/img/usr/common/acd_plus_icon.svg) no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s ease;
}
.cp_shop_more[aria-expanded="true"]::after {
  background-image: url(/cms/tobupoint/img/usr/common/acd_minus_icon.svg);
}
.cp_img {
  margin: 30px auto 0;
  max-width: calc(345 / 375 * 100vw);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 0;
}
.cp_img_inner,
.cp_img_outer {
  position: absolute;
  z-index: 1;
  display: block;
}
.cp_img_inner {
  top: 58px;
  right: 0;
  padding: 0 18px;
  width: 252px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
}
.cp_img_inner .fs-s {
  font-size: 70%;
}
.cp_img_inner b {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #55c1e1;
}
.cp_img_outer {
  top: 218px;
  right: 0;
  padding-left: 8px;
  width: 230px;
}
.cp_img_outer p {
  margin-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  line-height: 1.25;
}
.cp_img_outer p + p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .cp_img {
    max-width: calc(345 / 375 * 100vw);
  }
  .cp_img_inner {
    top: calc(44 / 375 * 100vw);
    right: calc(-7 / 375 * 100vw);
    padding: 0 calc(18 / 375 * 100vw);
    width: calc(206 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .cp_img_inner b {
    font-size: calc(12 / 375 * 100vw);
  }
  .cp_img_outer {
    top: calc(170 / 375 * 100vw);
    padding-left: calc(8 / 375 * 100vw);
    width: calc(170 / 375 * 100vw);
  }
  .cp_img_outer p {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .cp_shop_more:hover {
    opacity: .7;
  }
}

.cp_shop_btn {
  margin: 30px auto 0;
  width: fit-content;
  min-width: 320px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #1f1f1f;
  border: none;
  border-radius: 58px;
  background-color: #fff;
  transition: .3s ease-in;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  cursor: pointer;
  position: relative;
}
.cp_shop_btn::before,
.cp_shop_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.cp_shop_btn::before {
  right: 12px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
}
.cp_shop_btn::after {
  right: 21px;
  width: 7px;
  height: 14px;
  background: url(/cms/tobupoint/img/usr/common/btn_arrow_bk.svg) no-repeat;
}
.cp_shop_btn:hover {
  color: #1f1f1f;
}
@media screen and (min-width: 769px) {
  .cp_shop_btn:hover {
    opacity: .7;
  }
}

/* faq */
.cp_faq_item {
  padding: 0 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(72,72,72,.2);
}
.cp_faq_item + .cp_faq_item {
  margin-top: 15px;
}
.cp_faq_que_btn,
.cp_faq_ans_content {
  display: flex;
  align-items: flex-start;
}
.cp_faq_que_btn {
  padding: 15px 40px 15px 0;
  width: 100%;
  font-family: inherit;
  text-align: left;
  color: #000;
  border: none;
  background: none;
  cursor: pointer;
  transition: .3s ease;
  position: relative;
}
.cp_faq_que_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 33px;
  height: 33px;
  background: url(/cms/tobupoint/img/usr/common/acd_plus_icon.svg) no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s ease;
}
.cp_faq_que_btn[aria-expanded=true]::after {
  background-image: url(/cms/tobupoint/img/usr/common/acd_minus_icon.svg);
}
.cp_faq_qa {
  min-width: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -1px;
}
.cp_faq_qa.que {
  color: #000;
}
.cp_faq_qa.ans {
  color: #666;
}
.que_txt {
  flex: 1;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.46;
}
.cp_faq_ans_content {
  padding: 15px 0;
  border-top: 2px dotted #d1d1d1;
}
.js-accordion-panel {
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
}
@media screen and (min-width: 769px) {
  .cp_faq_qa {
    top: -2px;
  }
  .que_txt {
    font-size: 17px;
  }
  .cp_faq_que_btn:hover {
    opacity: .7;
  }
}

/* summary */
.cp_summary_hdg {
  font-size: 24px;
  font-weight: bold;
}
.cp_summary {
  margin-top: 30px;
}
.cp_summary_item {
  color: #333;
}
.cp_summary_item + .cp_summary_item {
  margin-top: 30px;
}
.cp_summary_ttl {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
}
.cp_summary_desc {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.46;
}
.cp_summary_desc .cp_list_mark.fs-s,
.cp_summary_desc .cp_note {
  margin-top: 5px;
}
.cp_summary_desc .fs-s .cp_list_mark__mrk {
  padding-right: 5px;
}
.cp_summary_desc .cp_note + .cp_note {
  margin-top: 5px;
}
.cp_summaryNest_item + .cp_summaryNest_item {
  margin-top: 15px;
}
.cp_summaryNest_ttl {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 15px;
  font-weight: bold;
}
.cp_summaryNest_ttl > ._txt {
  flex: 1;
}
.cp_summaryNest_desc {
  margin: 5px 0 0 22px;
}
.cp_summaryNest_desc > .cp_summaryNest {
  margin-top: 5px;
}
.cp_summaryNest_desc > .cp_summaryNest .cp_summaryNest_desc {
  margin-left: 0;
}
.cp_summaryNest_desc .cp_list_mark__txt {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .cp_summary_hdg {
    font-size: 28px;
  }
  .cp_summary_ttl {
    font-size: 20px;
  }
  .cp_summary_desc, .cp_summaryNest_ttl {
    font-size: 17px;
  }
}

/* -------------------
  Right Area (PC only)
-------------------- */
.cp_sideMenu {
  padding: 95px 14px 24px;
  box-shadow: 0 0 6px rgba(0,0,0,.16);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.cp_sideMenu::before {
  position: absolute;
  content: "";
  top: 23px;
  left: 50%;
  width: 86px;
  height: 60px;
  background: url(../img/tobutan1.svg) no-repeat center / contain;
  transform: translateX(-50%);
}

.cp_sideMenu_link {
  padding: 10px 5px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  border-radius: 60px;
  position: relative;
}
.cp_sideMenu_link._one {
  background-color: #55c1e1;
}
.cp_sideMenu_link._two {
  background-color: #f76a86;
}
.cp_sideMenu_link:hover {
  color: #fff;
  opacity: .7;
}
.cp_sideMenu_link::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 5px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg) translateX(-50%);
}
.cp_sideMenu_link + .cp_sideMenu_link {
  margin-top: 15px;
}
.cp_sideMenu_link img {
  max-height: 14px;
}
.cp_sideMenu_link_txt {
  font-size: 14px;
}

/* entry */
.cp_sideMenu_entry {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #999;
}
.cp_sideMenu_entry_link {
  padding: 0 35px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-radius: 19px;
  background: #1F1F1F;
  position: relative;
}
.cp_sideMenu_entry_link:hover {
  color: #fff;
  opacity: .7;
}
.cp_sideMenu_entry_link::before {
  position: absolute;
  content: "";
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
}
.cp_sideMenu_entry_link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 17px;
  width: 5px;
  height: 12px;
  background: url(/cms/tobupoint/img/usr/common/btn_arrow_bk.svg) no-repeat center / 5px 12px;
  transform: translate(0, -50%);
  transition: .3s linear;
}

/* QR */
.cp_qr {
  margin-top: 60px;
  padding-top: 148px;
  position: relative;
}
.cp_qr::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 160px;
  height: 180px;
  background: url(../img/tobutan2.svg) no-repeat center / contain;
  transform: translateX(-50%);
  animation: floating-y .8s ease-in-out 6 alternate;
}
@keyframes floating-y {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  100% {
    transform: translateY(-10%) translateX(-50%);
  }
}
.cp_qr_inner {
  padding: 44px 10px 15px;
  box-shadow: 0 0 6px rgba(0,0,0,.16);
  border-radius: 10px;
  background-color: #fff;
}
.cp_qr img {
  margin: 0 auto;
  max-width: 150px;
  display: block;
}
.cp_qr_txt {
  margin-top: 8px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

/* -------------------
  Modal
-------------------- */
.cp_modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .8);
  overflow: hidden;
}
.cp_modal.is-hidden {
  display: none;
}
.cp_modal {
  /* width: 90%; */
  max-width: 1100px;
  position: relative;
}
.cp_modal_inner {
  margin: 0 auto;
  padding: 20px;
  max-height: 75vh;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
}
.cp_modal_btnClose {
  margin: 30px auto 0;
  width: fit-content;
  min-width: 300px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  border: none;
  border-radius: 100px;
  background-color: #1F1F1F;
  position: relative;
}
.cp_modal_btnClose::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14.828" height="14.828" viewBox="0 0 14.828 14.828"><g transform="translate(-20.222 -22.222)"><path d="M0,0H16.97" transform="translate(21.636 35.636) rotate(-45)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/><path d="M0,0H16.97" transform="translate(33.636 35.636) rotate(-135)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/></g></svg>') no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s ease;
}

/* Contents */
.cp_popup_pop {
  position: absolute;
  top: -35px;
  right: -15px;
  z-index: 1;
  opacity: 0;
}
.cp_modal:not(.is-hidden) .cp_popup_pop {
  animation: poyon .8s 1s forwards;
}
.cp_popup_pop img {
  max-width: 190px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cp_modal {
    max-width: 90%;
  }
  .cp_popup_pop {
    top: calc(-26 / 375 * 100vw);
    right: calc(-8 / 375 * 100vw);
  }
  .cp_popup_pop img {
    max-width: calc(160 / 375 * 100vw);
  }
}

@keyframes poyon {
  0% {
    opacity: 0;
    transform: scale(1, 0.8);
  }
  20% {
    opacity: .5;
    transform: scale(0.8, 1.1);
  }
  70% {
    opacity: .8;
    transform: scale(1.1, 0.8);
  }
  90% {
    opacity: .8;
    transform: scale(0.8, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/* -------------------
  thanks
-------------------- */
.cp_thianks {
  margin: 40px auto 0;
  padding: 30px 40px;
  max-width: 1360px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
}
.cp_thianks p + p {
  margin-top: 1em;
}
.cp_thianks_btn {
  margin: 40px auto 0;
  width: fit-content;
  min-width: 290px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  border: none;
  border-radius: 58px;
  background-color: #1f1f1f;
  transition: .3s ease-in;
  cursor: pointer;
  position: relative;
}
.cp_thianks_btn::before,
.cp_thianks_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.cp_thianks_btn::before {
  right: 15px;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
}
.cp_thianks_btn::after {
  right: 24px;
  width: 7px;
  height: 14px;
  background: url(/cms/tobupoint/img/usr/common/btn_arrow_bk.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .cp_thianks {
    margin: 16px 15px 0;
    padding: 25px 20px;
    font-size: 18px;
    line-height: 1.6;
  }
}

/* -------------------
  終了
-------------------- */
.cp_end_txt {
  margin: 0 0 20px;
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background-color: #fbf1f3;
}
.cp_end_entry {
  padding: 30px 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #fbf1f3;
}
.cp_end_entry_txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cp_end_txt {
    margin: 0;
    font-size: 16px;
    border-radius: 0;
  }
  .cp_end_entry_txt {
    font-size: 16px;
  }
}