@charset "UTF-8";
/* init
[------------------------------------------------*/
:root {
  interpolate-size: allow-keywords;
  --color_black: #333;
  --color_blue: #1064bf;
  --color_pink: #ff1044;
  --color_orange: #ff7043;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--color_black);
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  font-size: 1.6rem !important;
  line-height: 1.625;
}
body * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: none;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}
/* common
------------------------------------------------*/
.tx_red { color: #f00!important;}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: rgba(150, 150, 150, .8) 0 0 18px;
  background: #fff;
  font-feature-settings: "palt";
  letter-spacing: .06em;
  mix-blend-mode: multiply;
}
#cpn-main img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#cpn-main picture {
  display: block;
}
#cpn-main section {
  position: relative;
}
#cpn-main a {
  position: relative;
  color: #242ee2;
  text-decoration: none;
  transition: .3s;
}
.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url("/special/oomoricampaign05/assets/images/ic_link.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
h2 {
  display: inline-block;
  position: relative;
  color: var(--color_blue); 
  font-size: 3rem;
  font-weight: bold;
}
.entry_wrap {
  position: relative;
}
#conditions h2::before,#conditions h2::after,#prize_cp h2::before,#point h2::before,#prize_cp h2::after,#point h2::after,#method h2::before,#method h2::after {
  position: absolute;
  top: .5em;
  width: 3rem;
  height: 3rem;
  background: url("/special/oomoricampaign05/assets/images/h2_deco01.svg") no-repeat;
  content: "";
}
#conditions h2::before,#prize_cp h2::before,#point h2::before,#method h2::before {
  left: -3rem;
}
#conditions h2::after,#prize_cp h2::after,#point h2::after,#method h2::after {
  right: -3rem;
  transform: scale(-1,1);
}
#prize_cp h2::before,#point h2::before,#prize_cp h2::after,#point h2::after,#method h2::before,#method h2::after {
  top: .2em;
  width: 2.5rem;
  height: 2.5rem;
  background: url("/special/oomoricampaign05/assets/images/h2_deco02.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  #cpn-main {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  #conditions h2::before,#conditions h2::after {
    width: 5vw;
    height: 5vw;
  }
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
}
.disable::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20rem;
  background: rgba(0, 0, 0, .5);
  content: '';
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  text-decoration: none;
}
.yellow_bg {
  background: #fffce9;
}
/* list indent
------------------------------------------------*/
#cpn-main ul.indMark li,#conditions ol.indMark li,#method ol.indMark li {
  text-align: justify;
  line-height: 1.4;
}
#cpn-main .indMark_num>li {
  padding-left: 2em;
  text-indent: -2em;
}
/* kv
------------------------------------------------*/
header {
  padding-bottom: 2.5rem;
}
#kv .indMark {
  margin: 0rem 3rem 0;
}
#kv .indMark>li {
  font-weight: 500;
}
.kv_date {
  margin-top: -5rem;
}
#kv .indMark_num {
  margin: 1.5rem 3rem 1rem;
}
@media screen and (max-width: 500px) {
  .kv_date {
    margin-top: -9.5vw;
  }
}
/* conditions
------------------------------------------------*/
#conditions {
  padding: 3.4rem 2rem 5.5rem;
  background: #dcf3ff;
  color: var(--color_black);
}
#conditions h2 {
  color: #00398c;
}
#conditions .sub_tx{
  width: 16em;
  margin: .5rem auto 1rem;
  color: #183789;
  font-weight: bold;
  font-size: 1.8rem;
}
.conditions_li>.indMark {
  padding: 1.5rem;
  border: #05ace5 solid .3rem;
  border-radius: 1rem 1rem 0 0;
  background: #fff;
}
#conditions .conditions_li>.indMark>li {
  position: relative;
  padding: 0 2rem 0 4.2rem;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: justify;
  text-indent: 0;
}
#conditions .conditions_li>.indMark>li:first-of-type .conditions_num {
  top: .1rem;
}
#conditions .conditions_li>.indMark>li .conditions_num {
  top: 1.3rem;
  background: var(--color_blue);
    left: 1rem;
}
#conditions .conditions_li>.indMark>li+li {
  margin-top: .7em;
  padding-top: .7em;
  border-top: #a1e2ff solid 2px;
}
#conditions .conditions_span {
  color: var(--color_blue);
  font-weight: bold;
}
.conditions_wrap {
  padding: 2rem 2.6rem 2rem 6.5rem;
  border-radius: 1.5rem;
  background: #fff;
}
.conditions_wrap + .conditions_wrap {
  margin-top: 2rem;
}
.conditions_wrap h3 {
  position: absolute;
  left: 1.7rem;
  width: 3.6rem;
}
.conditions_wrap p {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: justify;
}
.conditions_wrap .indMark li {
  margin-top: .6rem;
  text-align: justify!important;
}
.conditions_wrap picture {
  margin: 0 auto;
}
.conditions_li .indMark li li, .conditions01 .indMark li {
  color: var(--color_pink);
  font-weight: bold;
}
.conditions_li .indMark li li {
  margin-top: .5rem;
}
.conditions01 picture {
  margin-top: 2rem;
}
.conditions02 picture {
  width: 70%;
  margin-top: 1.5rem;
}
.conditions03 picture {
  width: 91%;
  margin: 1.6rem auto 0 0;
}
.conditions03 .indMark li {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .conditions_wrap p {
    font-size: 3.6vw;
  }
}
/* conditions-accordion
------------------------------------------------*/
.accordion_cp {
  overflow: hidden;
  border-radius: 0 0 1rem 1rem;
}
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}
.accordion_cp　summary {
  transition: .3s;
}
.accordion_cp　summary::marker {
  content: "";
}
.accordion_cp　details summary {
  display: block;
  list-style: none;
}
.accordion_cp　summary::-webkit-details-marker {
  display: none;
}
.accordion_cp .toggle_sign {
  position: relative;
}
.accordion_cp .toggle_sign::before,
.accordion_cp .toggle_sign::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2.4em;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  content: "";
}
.accordion_cp .toggle_sign::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s;
          transition: all .3s;
       -o-transition: all .3s;
}
.accordion_cp_title {
  display: block;
  margin-top: -.4rem;
  padding: .4rem 0 .7rem;
  background: #05ace5;
  color: #fff;
}
details[open] .accordion_cp_title { 
  border-bottom: 2px solid #fff; 
}
.accordion_cp_content {
  padding: 2rem 1.2rem 2.2rem;
  border-radius: 0 0 1rem 1rem;
  background: #05ace5;
}
@media screen and (max-width: 500px) {
  .accordion_cp .toggle_sign::before,
  .accordion_cp .toggle_sign::after {
    width: 4vw;
    height: 0.6vw;
  }
}
/*十字アニメーション*/
.accordion_cp .toggle_sign::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s;
          transition: all .3s;
       -o-transition: all .3s;
}
.accordion_cp[open] .toggle_sign::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media all and (max-width: 500px) {
  .accordion_cp .agreement_check_label {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 374px) {
  .accordion_cp .camp_pr_content details {
      margin-bottom: 24px;
  }
}
/*date_wrap
--------------------------------------------------------------*/
.date_wrap {
  padding: 4.5rem 2rem;
  background: #fffce9;
}
.date_wrap .date_sec h2 {
  display: block;
  padding: .5rem 0 .8rem;
  border: var(--color_orange) solid 2px;
  border-bottom: none;
  border-radius: 1.5rem 1.5rem 0 0;
  background: var(--color_orange);
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.3;
}
.date_sec p {
  padding: .3rem 0;
  font-size: 3rem;
  font-weight: bold;
  color: var(--color_orange);
  border: var(--color_orange) solid 2px;
  border-top: none;
  border-radius: 0 0 1.5rem 1.5rem;
  background: #fff;
}
.date_sec p span {
  font-size: 2rem;
  font-weight: bold;
}
/*prize_cp
--------------------------------------------------------------*/
.prize_triangle {
  width: 2.5rem;
  margin: .8rem auto;
  line-height: 1;
}
.prize_tx {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: rgba(255, 213, 128, 1);
  text-decoration-thickness: .4em;
  text-decoration-skip-ink: none;
  text-underline-offset: -.1em;
}
.prize_tx span {
  color: #f43414;
  font-size: 1.2em;
  font-weight: bold;
}
#prize_cp h2,#point h2,#method h2 {
  display: inline-block;
  position: relative;
  margin: 2.5rem auto 1.5rem;
  color: var(--color_orange);
  font-size: 3rem;
  line-height: 1;
}
#prize_cp dt {
  margin: 2.5rem auto 1rem;
}
#prize_cp dt p {
  display: inline-block;
  margin: auto;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
}
#prize_cp dt p:first-of-type {
  display: block;
  margin: .7rem auto;
  border-radius: 9999px;
  color: #fff;
  background: var(--color_orange);
  text-align: center;
}
#date,#prize_cp {
  padding: 0 1rem;
}
.point_md {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.45rem;
}
#method .indMark {
  margin: 1.5rem 2rem 0;
  padding: 1.3rem 2rem 1.5rem;
  border: var(--color_orange) solid 2px;
  border-radius: 1.5rem;
  background: #fff;
}
#method .indMark li {
  margin-left: .5rem;
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-indent: 0;
}
#method .indMark li + li {
  margin-top: 1.1rem;
}
#method .indMark li>span,.conditions_num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: .1rem;
  left: -.75rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--color_orange);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#method .indMark li>span {
  left: -1rem;
}
.point_b {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.5;
}
.caution {
  margin-top: 1.5rem;
  padding-left: 1em;
  font-size: 1.45rem;
  font-weight: 500;
  text-indent: -1em;
  text-align: left;
}
@media all and (max-width: 500px) {
  .prize_triangle {
    margin: .4rem auto;
  }
  #prize_cp dt p {
    font-size: 1.5rem;
  }
  #method .indMark li {
    font-size: 3.3vw;
  }
  #method .indMark li + li {
    margin-top: 2vw;
  }
  .caution {
    font-size: 1.4rem;
  }
}
/* qa
------------------------------------------------*/
#qa {
  padding: 3.5rem 3rem 5rem;
}
.information {
  margin-top: 1em;
}
details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1.5em 2em 1.5em .7em;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  cursor: pointer;
  transition: opacity .3s;
}
.information .accordion {
  border-bottom: 2px solid #9fb9cc;
}
.information .accordion:first-of-type {
  border-top: 2px solid #9fb9cc;
}
.accordion_tx {
padding: 0 3rem 0 5rem;
  background: #e6f2ff;
  overflow: hidden;
  height: 0;
  transition: height .3s, padding .3s;
}
.accordion.is-open .accordion_tx {
  height: auto;
  padding: 1.5em 3rem 1.5em 5rem;
}
.toggle_sign::before, .toggle_sign::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: .3rem;
  border-radius: 2px;
  background: var(--color_blue);
  content: "";
}
.accordion .toggle_sign::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
}
.accordion.is-open .toggle_sign::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.accordion_title {
  margin: 0 1rem;
  padding-left: 4rem;
  color: var(--color_blue);
  font-size: 1.7rem;
  text-align: left;
}
.accordion p {
  text-align: justify;
  font-size: 1.3rem;
  margin-bottom: .6rem;
}
.accordion p.tx_answer {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 0;
}
.triangle_tx {
  display: inline-block;
  margin-right: 1rem;
  transform: rotate(150deg);
  color: var(--color_blue);
}
.ic_q,.ic_a {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.ic_q {
  top: 1.6em;
}
.ic_a {
  left: -3.65rem;
  width: 2rem;
  height: 2rem;
}
.ic_q img,.ic_a img {
  vertical-align: inherit;
}
@media all and (max-width: 500px) {
  .information .accordion {
    border-bottom-width: .2rem;
  }
  .information .accordion:first-of-type {
    border-top-width: .2rem;
  }
}
/* terms
------------------------------------------------*/
#terms {
  padding: 3.5rem 2.7rem 2.3rem;
}
.indMark > li {
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
#cpn-main .indMark.size-m > li {
  position: relative;
  margin-left: 1rem;
  padding-left: 2.1rem;
  font-size: 1.6rem;
}
#cpn-main #terms #termsContent .terms_mt {
  margin: 1.5rem auto .3rem;
}
#cpn-main #terms #termsContent .indMark_num_terms {
  margin-top: 0;
}
#cpn-main #terms #termsContent .indMark_num_terms > li {
  position: relative;
  margin-left: 1rem;
  padding-left: 2rem!important;
  text-indent: 0!important;
}
#cpn-main #terms #termsContent .indMark_num_terms > li+li {
  margin-top: 1rem!important;
}
#cpn-main .indMark.size-m > li > span,#cpn-main .indMark_num_terms > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: .5rem;
  left: -1rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--color_blue);
  color: #fff!important;
  font-size: 1.4rem;
  text-align: center;
}
#cpn-main .period li {
  position: relative;
  padding-left: 1.6rem!important;
  font-size: 1.6rem;
}
#cpn-main .period li + li {
  margin-top: .6rem;
}
#cpn-main .period > li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: var(--color_blue);
  content: "";
}
#terms .indMark > li {
  font-weight: 500;
  color: var(--color_blue);
}
#cpn-main #terms #termsContent {
  width: 100%;
  height: 36rem;
  margin: 1.2rem auto 1.7rem;
  overflow: hidden;
  border: .2rem solid var(--color_blue);
  border-radius: 13px;
  background: #fff;
  text-align: left;
}
#cpn-main #terms #termsContent * {
  padding: 0;
  font-weight: normal;
  color: var(--color_black);
}
#cpn-main #terms #termsContent a {
  text-decoration: underline;
}
#cpn-main #terms #termsContent .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 4rem);
  margin: 2rem 1.4rem 2rem 2rem;
  padding: 0 .6rem 0 0;
  overflow-y: scroll;
  border-radius: 0;
  scrollbar-color: var(--color_blue) #fff;
  scrollbar-width: thin;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar {
  width: .6rem;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-thumb {
  border-radius: .3rem;
  background: var(--color_black);
}
#cpn-main #termsContent .wrap > section.line {
  margin-right: 1rem;
  padding-bottom: 2.2rem!important;
  border-bottom: .2rem solid var(--color_blue);
}
#cpn-main #termsContent .wrap > section + section {
  margin-top: 2.2rem;
}
#cpn-main #terms #termsContent h3 {
  margin-bottom: .6rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}
#cpn-main #terms #termsContent p {
  margin: .8rem auto;
  padding-left: 0;
  font-size: 1.9rem;
  text-align: justify;
}
#cpn-main #terms #termsContent ul li {
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent p + * {
  margin-top: 6px;
}
#cpn-main #terms #termsContent .indMark > li {
  padding-left: .5em;
  font-weight: normal;
  text-indent: -.5em;
  text-align: justify;
}
#cpn-main #terms #termsContent .size-s li,
#cpn-main #terms #termsContent p.size-s {
  font-size: 1.6rem;
}
#cpn-main #terms #termsContent .size-s.indMark li {
  padding-left: .9em;
  text-indent: -1em;
}
#cpn-main #terms #termsContent .indMark.size-m > li {
  text-indent: 0;
  padding-left: 2.6rem;
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent .indMark > li + li {
  margin-top: 4px;
}
#cpn-main #terms #termsContent .weightNormal {
  font-weight: normal;
}
.period-s span {
  padding-right: .7rem;
}
#cpn-main #terms #termsContent .size-s.indMark.period-s li {
  text-indent: -.55em;
}
#cpn-main #terms #termsContent .size-s.indMark.period-s li li {
  text-indent: -1em;
}
#cpn-main #terms #termsContent .wrap a {
  color: #242ee2;
  text-decoration:none;
}
@media screen and (max-width: 500px) {
  #terms {
    padding-bottom: 1.3rem;
  }
}
/* entry_wrap
------------------------------------------------*/
#terms .entry_wrap label[for="entryTrigger"] {
  font-weight: 500;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  padding-left: 29px;
  position: relative;
  font-size: 1.8rem;
  cursor: pointer;
}
.entry_wrap input[type="checkbox"],.entry_wrap input:checked ~ .btn.disable::after {
  display: none;
}
.entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
  margin-right: .6em;
  border: 1.5px solid var(--color_black);
  border-radius: 1.5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0s;
  content: "";
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/oomoricampaign05/assets/images/ic_check.svg") no-repeat center / 80% auto;
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    top: .3rem;
    width: 2.1rem;
    height: 2.1rem;
    border: solid 1px var(--color_black);
    border-radius: .15rem;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
}

/* entryBtn
------------------------------------------------*/
.entryBtn {
  width: 100%;
  height: auto;
  margin: 1.5rem auto;
  padding: .3rem;
  border-radius: 20rem;
  box-shadow: 0px 3px #7c0d35;
  background: var(--color_pink);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .06em;
  transition: .3s;
}
.entryBtn a {
  position: relative;
  padding: 1rem;
  color: #fff!important;
  font-weight: bold;
  font-size: 3rem;
}
.entryBtn a span {
  font-size: 1.6rem;
  font-weight: bold;
}
#entry a {
  padding-top: 0;
  line-height: 1.2;
}
#entry a::before {
  top: 1em;
}
.link_ahamo {
  margin: 3rem 2.5rem 0;
}
.link_ahamo a {
  width: 100%;
  margin: 0 auto 0;
  padding: 1.5rem;
  box-shadow: 0px 3px #104268;
  background: var(--color_blue);
  color: #fff!important;
  font-size: 2.4rem;
  font-weight: bold;
}
.link_ahamo a::before,.entryBtn a::before {
  display: inline-block;
  position: absolute;
  right: 38px;
  top: .75em;
  width: 3rem;
  height: 2.2rem;
  margin: auto;
  background: url("/special/oomoricampaign05/assets/images/ic_white.svg") no-repeat;
  content: "";
}
.link_ahamo a::before {
  top: 1.1em;
  right: 2rem;
  width: 2.6rem;
  height: 1.8rem;
}
@media screen and (max-width: 500px) {
  .entryBtn a {
    font-size: 2.6rem;
  }
  .entryBtn a::before {
    right: 30px;
  }
  .link_ahamo {
    margin: 3rem 1.5rem 0;
  }
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  text-align: center;
  color: var(--color_black);
  font-size: 2rem;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  padding-top: 2rem;
  background: #fffce9;
}
footer .cp {
  margin-top: 3rem;
  padding: 3rem 0;
  background: #e5e5e5;
  color: var(--color_black);
}
@media screen and (max-width: 500px) {
  footer .cp {
    padding: 5.8vw 0;
  }
}
/* bg_contens
------------------------------------------------*/
.bg_contents {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
}
.bg_contents .benefits {
  position: absolute;
  top: calc((100% - 640px) / 2);
  left: calc((100% - 23.2vw) / 2);
  width: 23.2vw;
  max-width: 70%;
  height: 36vw;
  margin: auto;
  border-radius: 1.5vw;
  background-size: contain;
  background: #fff6cc;
}
.bg_contents .benefits .logo {
  margin: 1.7vw 1.3vw;
}
.bg_contents .benefits .logo img {
  width: 100%;
}
.benefits ul {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 11.7vw 1.3vw;
}
.benefits li {
  padding: .2vw 0;
  text-align: left;
  color: var(--color_orange);
}
.benefits li:first-of-type {
  margin-top: 1vw;
}
.benefits li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: inherit;
  position: relative;
  width: 100%;
  padding: .3vw .5vw .3vw;
  border-radius: .6vw;
  background: #fff;
  color: var(--color_orange);
  font-weight: bold;
  font-size: 1.6vw;
  text-decoration: none;
  transition: 0s;
}
.benefits li a:after {
  display: inline-block;
  position: relative;
  top: .1em;
  width: 1.4vw;
  height: 1.4vw;
  background: url("/special/oomoricampaign05/assets/images/ic_anchorlink.svg") no-repeat;
  transition: 0s;
  content: "";
}
.benefits ul li a.is-active {
  border-radius: .6vw;
  background: var(--color_orange);
  color: #fff;
}
.benefits ul li a.is-active::after {
  background: url("/special/oomoricampaign05/assets/images/ic_anchorlink_active.svg") no-repeat;
}
.bg_contents .benefits .access {
  position: relative;
  margin: .8vw auto;
  padding: 1vw 8vw 1vw .5vw;
  border-radius: .6vw;
  background: #fff;
  font-size: 1.3vw;
  font-weight: bold;
  text-align: center;
}
.bg_contents .benefits .access:after {
  display: inline-block;
  position: absolute;
  top: .75vw;
  right: 1.4em;
  width: 3.8em;
  height: 3.8em;
  margin: auto;
  background: url("/special/oomoricampaign05/assets/images/qr.webp") no-repeat center/contain;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 1380px) {
  .benefits ul {
    padding: 10.6vw 1.3vw;
  }
  .benefits li a {
    font-size: 1.3vw;
  }
  .bg_contents .benefits .access {
    padding: 1.4vw 7vw 1.4vw .5vw;
    font-size: 1vw;
  }
  .bg_contents .benefits .access:after {
    width: 4.8em;
    height: 4.8em;
  }
  .bg_contents .benefits {
    left: calc((100% - 23vw) / 2);
    top: calc((100% - 580px) / 2);
    height: 32.5vw;
  }
}
@media screen and (max-width: 1115px) {
  .benefits ul {
    padding-top: 10vw;
  }
  .benefits li a {
    font-size: 1.1vw;
  }
  .bg_contents .benefits {
    left: calc((100% - 21vw) / 2);
    height: 32vw;
  }
  .bg_contents .benefits .access {
    margin-top: 1.2vw;
    padding: 1.5vw 6vw 1.5vw .5vw;
    font-size: 1vw;
  }
  .bg_contents .benefits .access:after {
    top: .8vw;
    right: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
.bg_contents .bg_right_area {
  position: fixed;
  top: calc((100% - 625px) / 2);
  right: 0;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  margin-top: 9.5vw;
  padding: 0 4vw;
}
.bg_right_area_bg {
  padding: .5vw;
  border-radius: 1.5vw;
  background: url("/special/oomoricampaign05/assets/images/pc_bg_r.webp") no-repeat center/cover;
}
.bg_right_area_bg_wrap {
  padding: 2vw 1vw;
  border-radius: 1.5vw;
  background: #fff;
}
.bg_right_area_bg .btn_bl {
  box-shadow: 0px 3px #104268;
  background: var(--color_blue);
}
.bg_right_area_bg a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.4vw;
  text-decoration: none;
}
.bg_right_area_bg .entryBtn {
  width: 95%;
  margin: 0 auto;
}
.bg_right_area_bg a::before {
  top: 1.15vw;
  right: 1.4vw;
  transform: rotate(90deg);
  width: 1.3vw;
  height: 1.3vw;
}
.btn_bl a::before {
  top: 1.3vw;
  right: 1vw;
  transform: rotate(0deg);
}
.btn_lead {
  display: inline-block;
  position: relative;
  margin: 1.5vw auto .1vw;
  color: var(--color_pink);
  font-size: 1.3vw;
  font-weight: bold;
}
.btn_lead::before,.btn_lead::after {
  position: absolute;
  top: .25vw;
  width: 1.2vw;
  height: 1.8vw;
  background: url(/special/oomoricampaign05/assets/images/pc_r_deco.svg) no-repeat;
  content: "";
}
.btn_lead::before {
  left: -1vw;
}
.btn_lead::after {
  right: -1vw;
  transform: scale(-1,1);
}
@media screen and (max-width: 1650px) {
  .bg_right_area_bg .entryBtn {
    margin-top: .5rem;
    width: 100%;
  }
}
@media screen and (max-width: 1550px) {
  .bg_right_area_bg .entryBtn {
    width: 85%;
  }
  .bg_right_area_bg_wrap {
    padding: 2vw 0;
  }
  .bg_contents .bg_right_area {
    padding: 0 3vw;
  }
  .bg_right_area_bg a {
    font-size: 1.3vw;
  }
  .btn_lead {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1400px) {
  .bg_contents .bg_right_area {
    padding: 0 2vw;
  }
  .bg_right_area_bg .entryBtn {
    width: 88%;
  }
  .bg_right_area_bg a::before {
    top: 1.2vw;
  }
  .btn_bl a::before {
    top: 1.4vw;
  }
}
@media screen and (max-width: 1250px) {
  .bg_right_area_bg .entryBtn {
    width: 85%;
  }
  .bg_contents .bg_right_area {
    padding: 0 1vw;
  }
  .btn_lead::before, .btn_lead::after {
    height: 1.3vw;
  }
  .bg_right_area_bg a::before {
    top: 1.4vw;
    right: 1vw;
  }
  .btn_bl a::before {
    top: 1.6vw;
    right: .7vw;
  }
  .btn_lead {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 1150px) {
  .bg_right_area_bg .entryBtn {
    width: 95%;
  }
}
/* cta_fllow
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  margin: auto;
  padding: 1rem 2.5rem;
  background: rgba(255, 252, 217, .8);
  text-align: center;
}
.cta_follow .entryBtn a::before {
  top: .9em;
  transform: rotate(90deg);
  width: 2.6rem;
  height: 1.8rem;
}
@media screen and (max-width: 500px) {
  .cta_follow {
    width: 100%;
    padding: 0 2.5rem;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  a:hover,details summary:hover {
    opacity: .7;
  }
  .benefits li a:hover {
    border-radius: .6vw;
    background: var(--color_orange);
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/oomoricampaign05/assets/images/ic_anchorlink_active.svg") no-repeat;
  }
  .entryBtn a:hover {
    opacity: 1;
  }
  .entryBtn:hover,.link_ahamo.btn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: none!important;
  }
}