@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width: 641px){
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px){
  .c-hide-sp {
    display: none;
  }
}

/* ========== conversion ========== */
/* ----- c-btn-oddspark-01 ----- */
.c-btn-oddspark-01 {
  background: #ed7b00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ed7b00),color-stop(100%,#e76400));
  background: -webkit-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: -o-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: -ms-linear-gradient(top,#ed7b00 0,#e76400 100%);
  background: linear-gradient(to bottom,#ed7b00 0,#e76400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7b00',endColorstr='#e76400',GradientType=0);
  -webkit-box-shadow: 0 4px 0 rgba(168,80,0,1);
  box-shadow: 0 4px 0 rgba(168,80,0,1);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .c-btn-oddspark-01 {
    -webkit-box-shadow: 0 6px 0 rgba(168,80,0,1);
    box-shadow: 0 6px 0 rgba(168,80,0,1);
    padding: 14px 40px;
    min-width: 430px;
    min-height: 68px;
    width: auto;
  }
}
.c-btn-oddspark-01::before {
  content: "";
  position: absolute;
}
.c-btn-oddspark-01::before {
  top: 13px;
  left: 18px;
  background: url(/assets/img/icon_01_@2x.png);
  background-position: -18px 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 18px;
  height: 65%;
}
@media screen and (min-width: 640px) {
  .c-btn-oddspark-01::before {
    top: 18px;
  }
}
@media screen and (min-width: 640px) {
  .icon-blank::after {
    background-size: 22px auto;
    top: 22px;
    width: 22px;
    height: 18px;
  }
}
/* ----- c-btn-oddspark-02 ----- */
.c-btn-oddspark-02 {
  background: #3595a6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#3595a6 0,#277d8d 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3595a6),color-stop(100%,#227382));
  background: -webkit-linear-gradient(top,#3595a6 0,#277d8d 100%);
  background: -o-linear-gradient(top,#3595a6 0,#277d8d 100%);
  background: -ms-linear-gradient(top,#3595a6 0,#277d8d 100%);
  background: linear-gradient(to bottom,#3595a6 0,#277d8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3595a6',endColorstr='#277d8d',GradientType=0);
  -webkit-box-shadow: 0 4px 0 #1f5761;
  box-shadow: 0 4px 0 #1f5761;
  border-radius: 36px;
  color: #fff;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .c-btn-oddspark-02 {
    -webkit-box-shadow: 0 6px 0 #1f5761;
    box-shadow: 0 6px 0 #1f5761;
    font-size: 125%;
    padding: 22px 40px;
    min-width: 430px;
    min-height: 68px;
    width: auto;
  }
}
.c-btn-oddspark-02::before,
.c-btn-oddspark-02.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-oddspark-02::before {
  top: 20px;
  left: 18px;
  background: url(/campaign/2024/20241219_oddspark/img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
}
.c-btn-oddspark-02.icon-blank::after {
  top: 20px;
  right: 18px;
  background: url(/campaign/2024/20241219_oddspark/img/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 14px;
}
@media screen and (min-width: 640px) {
  .c-btn-oddspark-02::before {
    top: 22px;
    background-size: 22px auto;
    width: 22px;
    height: 22px;
  }
  .c-btn-oddspark-02.icon-blank::after {
    background-size: 22px auto;
    top: 22px;
    width: 22px;
    height: 18px;
  }
}

.c-btn-oddspark-02:link, .c-btn-oddspark-02:visited, .c-btn-oddspark-02:active {
  color: #fff;
}


/* ----- c-btn-oddspark-03 ----- */
.c-btn-oddspark-03 {
  background: #de9d02;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#de9d02 0,	#d7a62a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#de9d02),color-stop(100%,	#d7a62a));
  background: -webkit-linear-gradient(top,#de9d02 0,	#d7a62a 100%);
  background: -o-linear-gradient(top,#de9d02 0,	#d7a62a 100%);
  background: -ms-linear-gradient(top,#de9d02 0,	#d7a62a 100%);
  background: linear-gradient(to bottom,#de9d02 0,	#d7a62a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de9d02',endColorstr='#d7a62a',GradientType=0);
  -webkit-box-shadow: 0 4px 0 #a07002;
  box-shadow: 0 4px 0 #a07002;
  border-radius: 36px;
  color: #fff;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .c-btn-oddspark-03 {
    -webkit-box-shadow: 0 6px 0 #a07002;
    box-shadow: 0 6px 0 #a07002;
    font-size: 125%;
    padding: 22px 40px;
    min-width: 430px;
    min-height: 68px;
    width: auto;
  }
}
.c-btn-oddspark-03::before,
.c-btn-oddspark-03.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-oddspark-03::before {
  top: 13px;
  left: 18px;
  mask: url(/assets/img/icon__login.svg) no-repeat center center / contain;
  -webkit-mask: url(/assets/img/icon__login.svg) no-repeat center center / contain;
  background-color: #fff;
  background-position: -18px 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 25px;
  height: 65%;
}
.c-btn-oddspark-03.icon-blank::after {
  top: 20px;
  right: 18px;
  background: url(/campaign/2024/20241219_oddspark/img/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 14px;
}
@media screen and (min-width: 640px) {
  .c-btn-oddspark-03::before {
    top: 14px;
  }
  .c-btn-oddspark-03.icon-blank::after {
    background-size: 22px auto;
    top: 22px;
    width: 22px;
    height: 18px;
  }
}
.c-column-group.c-column-group-btn {
  overflow: visible;
}
@media screen and (min-width: 640px) {
  .c-column-group.c-column-group-btn {
    margin-top: 40px;
  }
  .c-column-group .c-btn-oddspark-01,
  .c-column-group .c-btn-oddspark-02 {
    min-width: 100%;
    width: 100%;
    height: 68px;
  }
}
.c-btn-oddspark-05::before,
.c-btn-oddspark-05.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-oddspark-05::before {
  top: 50%;
  left: 18px;
  margin-top: -8px;
  background: url(/campaign/2024/20241219_oddspark/img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
}
.c-btn-oddspark-05.icon-blank::after {
  top: 50%;
  right: 18px;
  margin-top: -8px;
  background: url(/campaign/2024/20241219_oddspark/img/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 14px;
}
@media screen and (min-width: 640px) {
  .c-btn-oddspark-05::before {
    background-size: 22px auto;
    margin-top: -12px;
    width: 22px;
    height: 22px;
  }
  .c-btn-oddspark-05.icon-blank::after {
    background-size: 22px auto;
    margin-top: -12px;
    width: 22px;
    height: 18px;
  }
}
.c-btn-oddspark-03:link, .c-btn-oddspark-03:visited, .c-btn-oddspark-03:active {
  color: #fff;
}

/* ----- c-btn-oddspark-05 ----- */
.c-btn-oddspark-05 {
  font-size: 112.5%;
  border-radius: 28px;
  margin-top: 20px;
  text-decoration: none;
  border: 0;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 0 #0d193f;
  box-shadow: 0 2px 0 #0d193f;
  border-top: 1px solid #1f3e9b;
  border-bottom: 1px solid #1f3e9b;
  background: #1f3e9b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkN2IwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzY0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#1f3e9b 0,#162D70 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1f3e9b),color-stop(100%,#162D70));
  background: -webkit-linear-gradient(top,#1f3e9b 0,#162D70 100%);
  background: -o-linear-gradient(top,#1f3e9b 0,#162D70 100%);
  background: -ms-linear-gradient(top,#1f3e9b 0,#162D70 100%);
  background: linear-gradient(to bottom,#1f3e9b 0,#162D70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f3e9b',endColorstr='#048ae3',GradientType=0);
  padding: 16px 38px 16px 48px;
  position: relative;
  text-align: left
}

.c-btn-oddspark-05:link, .c-btn-oddspark-05:visited, .c-btn-oddspark-05:active {
  color: #fff;
}

@media screen and (min-width: 640px) {
  .c-btn-oddspark-05 {
    padding: 16px 0;
    min-width: 480px;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .c-btn-oddspark-04,
  .c-btn-oddspark-05 {
    border-radius: 50px;
  }
}

/* ----- hover ----- */
.c-btn-oddspark-01:hover,
.c-btn-oddspark-02:hover,
.c-btn-oddspark-03:hover,
.c-btn-oddspark-04:hover,
.c-btn-oddspark-05:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

/* ========== c-step-oddspark ========== */
.c-step-oddspark {
  border: 2px solid #3595a6;
  padding: 30px 10px 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .c-step-oddspark {
    border: 3px solid #3595a6;
    padding: 60px 40px 30px;
  }
}
.c-step-oddspark::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 32px solid #3595a6;
  border-right: 46.25px solid transparent;
  border-left: 46.25px solid transparent;
}
@media screen and (min-width: 640px) {
  .c-step-oddspark::before {
    border-top: 60px solid #3595a6;
    border-right: 135px solid transparent;
    border-left: 135px solid transparent;
  }
}
.c-step-oddspark + .c-step-oddspark {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .c-step-oddspark + .c-step-oddspark {
    margin-top: 20px;
  }
}
.c-step-oddspark-head {
  color: #fff;
  display: inline-block;
  font-size: 85%;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .c-step-oddspark-head {
    font-size: 125%;
    top: 10px;
  }
}

/* ========== area-jra ========== */
.c-area-jra {
  background-color: #d6e2ef;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .c-area-jra {
    padding: 20px 40px;
  }
  .c-area-jra figure a:hover {
    opacity: .7;
  }
}
.c-area-jra>*:first-child {
  margin-top: 0
}
.c-area-jra>*:first-child>*:first-child {
  margin-top: 0
}

/* ========== heading ========== */
.c-heading2-oddspark {
  background-color: #01aace;
  color: #fff;
  padding: 16px 0;
}
@media screen and (max-width: 640px) {
  .c-heading2-oddspark {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 640px) {
  .c-heading2-oddspark {
    min-height: 56px;
    text-align: center;
  }
}
.c-heading2-oddspark h2 {
  font-size: 125%;
}
@media screen and (max-width: 640px) {
  .c-heading2-oddspark h2 {
    font-size: 105%;
  }
}

/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-faq .label {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-faq .label {
    width: 15%;
    padding: 0;
  }
}
.section-faq .text {
  padding: 1.5em 2.5em 1.5em 0;
  font-weight: bold;
  font-size: 1em;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-faq .text {
    width: 85%;
  }
  .section-faq .answer {
    width: 100%;
  }
}
.section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened .text {
  background-image: url("/campaign/2024/20241219_oddspark/img/icon-chevron-up-black.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/campaign/2024/20241219_oddspark/img/icon-chevron-down-black.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer {
  background-color: #fdeecb;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== banner-area ========== */
.banner-area {
  background-color: #fff;
  border-top: solid 6px #eb7000;
  border-bottom: solid 6px #eb7000;
  padding: 20px 30px;
}

@media only screen and (max-width: 640px) {
.banner-area {
  padding: 15px 10px;
}
}


.c-list-03 span {
  color: #535252;
}

/* ========== c-ground-oddspark ========== */
.c-ground-oddspark{
  position: relative;
}
.c-figure-btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.c-ground-oddspark.c-ground-oddspark-pc .c-figure-btn{
  width: 21.89%;
  bottom: 4.25%;
}

.c-ground-oddspark.c-ground-oddspark-sp .c-figure-btn{
  width: 71.43%;
  bottom: 4%;
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
background-image: url(/assets/img/icon_mail_01.png)
}

.c-or_area a.c-btn-account.icon-login.sty-icon.size-01 > .label:before {
mask: url(/assets/img/icon_mail_01.png) no-repeat center center/contain;
-webkit-mask: url(/assets/img/icon_mail_01.png) no-repeat center center/contain;
}
@media only screen and (max-width: 640px) {
.c-or_area a.c-btn-account.icon-login.sty-icon.size-01{
  padding: 18px 30px 14px 60px;
}
.c-or_area a.c-btn-account.icon-login.size-01 > .label:before {
  content: "";
}
}