@charset "UTF-8";
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
}

.c5-main__container img {
  max-width: 100%;
}

.c5-main__container p {
  margin-top: 0;
  padding: 0;
}

.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* メニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}

#tab-cb li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0 0 1px;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  color: #333333;
  background: #f8f1bd;
  font-size: 125%;
}

#tab-cb li.select, #tab-cb li.hover {
  background: #ffe100;
}

.disnon {
  display: none;
}

/* コンテンツ
-------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
}

/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  border: 1px solid #036eb8;
  padding: 3px 0 3px .5em;
  position: relative;
  font-size: 125%;
}

.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: #036eb8;
}

.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/* 商品
-------------------------------------------------*/
.c5-flex {
  display: flex;
}

.product_area {
  margin: 0 auto 40px;
}

.c5-product__wrap {
  margin: 0 auto 35px;
}

.c5-product {
  margin: 0 auto 25px;
  position: relative;
  background: url("../img/pro/bg_product_sp.png") no-repeat center center;
  background-size: contain;
  padding: 16% 0;
}

.c5-product::before {
  content: "";
  display: block;
  padding-top: 34%;
}

.c5-product__price {
  position: absolute;
  width: 65%;
  height: auto;
  top: 11%;
  left: 59%;
  transform: translateX(-50%);
}

.c5-product__image {
  width: 80%;
  margin: 15px auto 10px;
}

.c5-product__btn {
  display: flex;
  justify-content: center;
  position: relative;
  left: -5px;
}

.c5-product__btn a {
  display: block;
  width: 35%;
}

.c5-product__btn a:first-child {
  margin-right: 30px;
}

.c5-product__btn a.ex {
  width: 45%;
  margin-right: 0;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.stepnum {
  padding: 0 0.3% 0;
  color: #7295a9;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  margin: 0 auto 10px;
}

.howto-txtarea .howto-txtarea-block {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background: #eee;
}

.howto-txtarea .howto-txtarea-block:first-child {
  margin-bottom: 30px;
}

.howto-txtarea .howto-txtarea-block .howto-txt {
  word-break: break-all;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.howto-txtarea .howto-txtarea-block .howto-txt a {
  font-weight: bold;
}

.howto-txtarea .howto-txtarea-block .howto-txt a:hover {
  text-decoration: underline;
}

.howto-txtarea .howto-txtarea-block .c5-img {
  margin: 0 auto 15px;
}

.howto-txtarea .howto-txtarea-block .c5-img .howto-qr {
  display: block;
  margin: 0 auto;
}

.howto-txtarea .howto-txtarea-block .howto-txtarea-code .c5-link a {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 15px;
  line-height: 1.3;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #135889;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}

.howto-txtarea .howto-txtarea-block .howto-txtarea-code .c5-link a span {
  font-size: .7em;
  vertical-align: middle;
}

.howto-txtarea .howto-txtarea-block .howto-txtarea-code .c5-link a:hover {
  text-decoration: none;
  opacity: .7;
}

.howto-txtarea h4 {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  top: -30px;
  margin: 0 0 -10px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: #343434;
  font-weight: bold;
  border-radius: 100px;
  font-size: 14px;
}

.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.c5-pl0 {
  padding-left: 0;
}

.howto {
  display: block;
  margin: 0 auto;
}

ul.c5-note {
  margin-top: 0;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 40px;
}

.flexbox-term-form .s5-buttonContainer {
  margin-top: 0;
}

.flexbox-term-form .s5-buttonContainer .cbbutton {
  width: 80%;
}

/* よくある質問
-------------------------------------------------*/
.contents03 .txt_area {
  margin: 0 0 30px 0;
}

.c5-faq__top {
  margin-bottom: 30px;
}

p.c5-faq__ttl {
  height: 29px;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #bac4d2;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}

p.c5-faq__ttl:hover {
  opacity: .7;
}

p.c5-faq__ttl span {
  display: block;
  padding: 0 0 0 1.5em;
  position: relative;
}

p.c5-faq__ttl span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #036eb8;
}

p.c5-faq__ttl a:hover {
  text-decoration: none;
}

.lineBg {
  border-bottom: 1px solid #bac4d2;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.faq {
  border-bottom: 1px solid #bac4d2;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

dl.lineNone {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 .8em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: .8em;
  min-height: 35px;
  padding-top: 6px;
}

p.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin: 30px 0 0;
  padding: 7px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1 img {
  display: block;
  margin: 0 auto;
}

.c5-top__note {
  box-sizing: border-box;
  padding: 0 15px;
}

.c5-top__note .c5-note {
  font-size: 12px;
}

.mod-effect img {
  transition: all .3s;
}

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
}

.c5-precautions {
  box-sizing: border-box;
  height: 300px;
  padding: 10px 5px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
}

.c5-precautions__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.c5-precautions__block {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 30px;
}

.c5-precautions__block p {
  padding-left: 1em;
}

.c5-precautions__block ul {
  padding-left: 0;
}

.c5-precautions__block ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-precautions__block ul.c5-padding li {
  padding-left: 4em;
  text-indent: -3em;
}

.c5-precautions__block ul.c5-padding li ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-personal {
  font-size: 14px;
}

.c5-personal ul {
  padding-left: 0;
}

.c5-personal ul li.c5-list1 {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
}

.c5-personal ul li.c5-list1 ul li.c5-list2 {
  padding-left: 3em;
  text-indent: -3em;
}

.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 {
  padding-left: 1em;
  text-indent: -1em;
}

.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.c5-personal p:last-of-type {
  text-align: right;
}

.c5-banner {
  display: block;
}

.c5-banner__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.c5-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.c5-card__wrap {
  margin: 0 auto 45px;
  padding: 0 15px;
}

.c5-card__inner {
  position: relative;
  padding: 45px 20px;
  border: 2px solid #e51785;
  background-color: #fdfcf3;
  border-radius: 5px;
}

.c5-card__inner img {
  display: block;
}

.c5-card__now {
  width: 150px;
  position: absolute;
  left: 50%;
  top: -3%;
  transform: translateX(-50%);
}

.c5-card__txt {
  width: 90%;
  margin: 0 auto 30px;
}

.c5-card__image {
  width: 85%;
  margin: 0 auto 20px;
}

.c5-card__image img {
  margin: 0 auto;
}

.c5-card__image p {
  font-size: 12px;
  line-height: 1.3;
  margin: 10px auto 0;
}

.c5-card__btn {
  max-width: 315px;
  margin: 0 auto;
}

.c5-card__btn p {
  font-size: 15px;
  font-weight: bold;
  color: #e91e8a;
  margin: 0 auto 5px;
  text-align: center;
}

.c5-card__btn a {
  display: block;
  margin: 0 auto;
  font-size: 16px;
}

.c5-card__btn:first-child {
  margin-bottom: 20px;
}

.c5-catch__wrap {
  margin-bottom: 115px;
}

.c5-catch__wrap h2 {
  margin: 70px auto 50px;
}

.c5-catch__wrap h2 img {
  display: block;
  margin: 0 auto;
}

.c5-catch__wrap .c5-catch__flex {
  display: flex;
  justify-content: center;
}

.c5-catch__wrap .c5-catch__content {
  width: 35%;
  max-width: 350px;
  margin: 0 4%;
}

.c5-catch__wrap .c5-catch__content .c5-catch__ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
}

.c5-catch__wrap .c5-catch__content .c5-catch__ttl + img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.c5-catch__wrap .c5-catch__content .c5-catch__product img.c5-js--switch {
  display: block;
  margin: 0 auto 25px;
}

.c5-catch__wrap .c5-catch__content .c5-catch__product__txt p {
  font-size: 25px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.c5-catch__wrap .c5-catch__content .c5-catch__product__txt p span {
  font-size: 21px;
}

.c5-catch__wrap .c5-catch__content .c5-catch__product__txt.ex p {
  margin-top: 40px;
  margin-bottom: 15px;
}

.c5-catch__wrap .c5-catch__content .c5-catch__product__txt a {
  display: block;
  max-width: 235px;
  margin: auto auto 0;
}

.c5-catch__wrap .c5-catch__content .c5-catch__product__txt a img {
  max-width: 100%;
}

.c5-message__wrap {
  margin: 35px auto 0;
}

.c5-message__wrap * {
  box-sizing: border-box;
}

.c5-message__wrap h1, .c5-message__wrap h2, .c5-message__wrap h3, .c5-message__wrap p {
  margin-top: 0;
}

.c5-message__wrap img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.c5-message__ttl {
  font-size: 19px;
  color: #036eb8;
}

.c5-message__txt {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}

.c5-message__note {
  font-size: 13px;
  margin-bottom: 50px;
}

.c5-message__dlTtl {
  width: 90%;
  margin: 0 auto 35px;
}

.c5-message__dl {
  margin: 0 auto 75px;
}

.c5-message__dl h3 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  background-color: #fce0ef;
  margin: 0 auto 35px;
  padding: 8px 0;
  text-align: center;
}

.c5-message__content:not(:last-child) {
  margin-bottom: 45px;
}

.c5-message__content p {
  font-size: 12px;
  text-align: center;
  margin: 8px auto 0;
}

.c5-message__thumb {
  width: 70%;
  margin: 0 auto 15px;
}

.c5-message__thumb img {
  border: 1px solid #948e8b;
}

.c5-message__btn {
  text-align: center;
}

@media (min-width: 640px) {
  .c5-product {
    margin: 0 auto 25px;
    background: url("../img/pro/bg_product.png") no-repeat center center;
    background-size: contain;
    padding: 0;
  }
  .c5-product::before {
    padding-top: 45%;
  }
  .c5-product__price {
    width: 34%;
    top: 20%;
    left: 73%;
  }
  .c5-product__price img {
    width: 100%;
  }
  .c5-product__image {
    width: 30%;
    margin: 0;
    position: absolute;
    top: 17%;
    left: 10%;
  }
  .c5-product__image img {
    width: 100%;
  }
  .c5-product__btn {
    position: absolute;
    left: auto;
    right: 10%;
    bottom: 10%;
  }
  .c5-product__btn a {
    width: 48%;
  }
  .c5-product__btn a.ex {
    width: auto;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  #tab-cb {
    margin: 0 auto 30px;
    flex-direction: row;
    justify-content: space-between;
  }
  #tab-cb li {
    width: 33.3%;
    margin: 0 1px 0 0;
  }
  .c5-top__note .c5-note {
    font-size: 16px;
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
  .c5-precautions {
    height: 500px;
    padding: 15px;
  }
  .c5-precautions__ttl {
    font-size: 19px;
  }
  .c5-precautions__block {
    font-size: 16px;
  }
  .c5-personal {
    font-size: 16px;
  }
  .c5-card__wrap {
    max-width: 1054px;
    margin: 0 auto 100px;
  }
  .c5-card__inner {
    position: relative;
    padding: 60px 20px 25px;
    border-width: 4px;
    border-radius: 10px;
    background: url("../img/bg_obi.png") no-repeat right bottom #fdfcf3;
  }
  .c5-card__now {
    width: 27%;
    max-width: 275px;
    left: -5%;
    top: -5%;
    transform: translateX(0);
  }
  .c5-card__txt {
    width: 90%;
    max-width: 716px;
    margin: 0 auto 20px;
  }
  .c5-card__box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .c5-card__image {
    width: 375px;
    margin: 40px auto 30px;
  }
  .c5-card__image p {
    font-size: 15px;
  }
  .c5-card__btn {
    max-width: 382px;
  }
  .c5-card__btn-wrap {
    width: 382px;
    margin: 0 5%;
  }
  .c5-card__btn p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c5-card__btn a {
    font-size: 20px;
  }
  .c5-card__btn:first-child {
    margin-bottom: 35px;
  }
}

@media (min-width: 980px) {
  .c5-product__wrap {
    display: flex;
    justify-content: space-between;
  }
  .c5-product {
    width: 49%;
    margin: 0;
  }
  .c5-product::before {
    padding-top: 51%;
  }
  .c5-product__price {
    width: 45%;
    max-width: 259px;
    top: 17%;
    left: 74%;
  }
  .c5-product__image {
    width: 40%;
    max-width: 230px;
    margin: 0;
    top: 8%;
    left: 3%;
  }
  .c5-product__image.ex {
    top: 12%;
    left: 4%;
  }
  .c5-product__btn {
    width: 47%;
    left: auto;
    right: 5.5%;
    bottom: 10%;
  }
  .c5-product__btn a:first-child {
    margin-right: 15px;
  }
  .c5-product__btn a.ex {
    margin-right: 0;
  }
  .howto-txtarea {
    display: flex;
    justify-content: space-between;
  }
  .howto-txtarea .howto-txtarea-block {
    padding: 20px;
  }
  .howto-txtarea .howto-txtarea-block:first-child {
    width: 37%;
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-block:last-child {
    width: 60%;
  }
  .howto-txtarea .howto-txtarea-block:last-child .left-howto {
    width: 95%;
    margin: 0 auto;
  }
  .howto-txtarea .howto-txtarea-block:last-child .howto-txtarea-code {
    width: 65%;
    margin: 0 auto;
  }
  .howto-txtarea .howto-txtarea-block .howto-txt {
    width: 100%;
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-block .howto-txt .left-howto {
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-block .howto-txt h4 {
    width: calc(100% + 40px);
    left: -20px;
    top: -40px;
    margin: 0 0 -20px;
    padding: 8px 0;
    border-radius: 100px;
    font-size: 20px;
    line-height: 1.4;
  }
  .howto-txtarea .howto-txtarea-block .howto-txt h4.ex {
    padding: 8px 0;
  }
  .howto-txtarea .howto-txtarea-block .howto-txtarea-code {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .howto-txtarea .howto-txtarea-block .howto-txtarea-code .c5-link {
    width: 243px;
    text-align: center;
  }
  .howto-txtarea .howto-txtarea-block .howto-txtarea-code .c5-link a {
    position: static;
    transform: translateX(0);
    padding: 6px 17px;
  }
  .howto-txtarea .howto-txtarea-block .c5-img {
    margin-top: 15px;
    width: 96px;
  }
  .flexbox-term-form {
    display: flex;
    justify-content: center;
  }
  .flexbox-term-form .s5-buttonContainer {
    width: 49%;
    max-width: 342px;
  }
}

@media (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .stepentry_area {
    margin: 0 0 30px 1.2%;
  }
}

@media (min-width: 1025px) {
  .c5-card__now {
    top: -9%;
  }
}

@media screen and (max-width: 1200px) {
  .c5-catch__wrap {
    box-sizing: border-box;
    padding: 0 15px;
  }
}

@media screen and (max-width: 800px) {
  .c5-catch__wrap .c5-catch__content .c5-catch__ttl {
    font-size: 18px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product__txt p {
    font-size: 18px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product__txt p span {
    font-size: 20px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product__txt a {
    max-width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .c5-catch__wrap {
    margin-bottom: 100px;
  }
  .c5-catch__wrap h2 {
    margin: 50px auto 30px;
  }
  .c5-catch__wrap .c5-catch__flex {
    display: block;
  }
  .c5-catch__wrap .c5-catch__content {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .c5-catch__wrap .c5-catch__content:not(:last-child) {
    margin-bottom: 40px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__ttl {
    font-size: 18px;
    margin: 0 auto 10px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__ttl + img {
    margin: 0 auto 30px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product div:first-child {
    width: 48%;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product div:last-child {
    width: 48%;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product img.c5-js--switch {
    margin: 0 auto;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product__txt p {
    font-size: 16px;
    margin: 0 auto 15px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product__txt p span {
    font-size: 13px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product__txt.ex p {
    margin: 0 auto 15px;
  }
  .c5-catch__wrap .c5-catch__content .c5-catch__product__txt a {
    max-width: 140px;
  }
}

@media screen and (min-width: 750px) {
  .c5-message__ttl {
    font-size: 35px;
  }
  .c5-message__txt {
    font-size: 20px;
    line-height: 1.6;
  }
  .c5-message__note {
    font-size: 18px;
    margin-bottom: 70px;
  }
  .c5-message__dlTtl {
    width: 100%;
    margin: 0 auto 60px;
  }
  .c5-message__dl {
    margin: 0 auto 60px;
  }
  .c5-message__dl h3 {
    max-width: 1130px;
    font-size: 20px;
    margin: 0 auto 40px;
  }
  .c5-message__box {
    display: flex;
    justify-content: space-between;
  }
  .c5-message__content {
    width: 32%;
  }
  .c5-message__content:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-message__content p {
    font-size: 18px;
  }
  .c5-message__thumb {
    width: 100%;
    margin: 0 auto 30px;
  }
}
