send_mailbtn {
  border: #FF0116 2px solid;
  border-radius: 10px;
  margin: 40px auto 0;
  max-width: 420px;
}

send_mailbtn p {
  padding: 20px 10px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

send_mailbtn>p {
  background: #FF0116;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}




send_mailbtn .smttl {
  font-size: 14px;
}




.product_btn>p {
  color: #333;
  font-size: 14px;
  text-align: left;
}

.product_btn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-decoration: none;
  background: #555;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  margin: 0px auto 20px;
  padding: 16px 10px;
  max-width: 260px;
  width: 100%;
  -webkit-box-shadow: 0 4px 0 #222;
  box-shadow: 0 4px 0 #222;
}

.product_btn a:before {
  content: "";
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/mail.svg);
  background-size: cover;
  vertical-align: text-bottom;
  margin-right: 10px;
}



@charset "UTF-8";

/*other-------------------------*/
.red {
  color: #FD3A40;
}

.bold {
  font-weight: bold;
}

.mb20 {
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.wordbreak {
  word-break: break-all;
}

.ttl-includ {
  font-size: 16px;
}

/*------------------------------*/
ul li {
  margin: 10px 0;
  list-style: none;
}

ul.cont01 {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left !important;
  margin-bottom: 0;
}

ul .cont01 {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left !important;
  margin-bottom: 0;
}

ul .cont01 a {
  text-decoration: underline;
}

body {
  width: 100%;
  color: #333;
  margin: 0;
  line-height: 1.5em;
  font-family: "M+ 2c", "Rounded-L Mgen+ 1c", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

#wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#005BAC), to(#0086CD));
  background: linear-gradient(#005BAC, #0086CD);
}

header {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 20px;
}

header h1 {
  display: block;
  margin: 0;
}

#main #container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 1.5em;
}

@media (min-width: 750px) {
  #main #container {
    width: 100%;
    max-width: 680px;
    margin: auto;
    padding: 20px 0;
  }
}

#main #container ul,
#main #container ol {
  margin: 0;
}

#main #container ul li,
#main #container ol li {
  margin-bottom: 1em;
}

#main>.container_wb {
  max-width: 480px;
}

#main>.container_wb>div {
  background: #fff;
  border-radius: 10px;
  padding: 1.5em;
}

.btn_entry {
  margin-bottom: 30px;
}

.btn_entry a {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.08rem;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 16px 32px;
  max-width: 280px;
  margin: 30px auto 10px;
  text-decoration: none;
  color: #fff !important;
  background: #359E46;
  position: relative;
  border-radius: 10px;
}

.btn_entry a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}

.btn_entry_nowatch {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.08rem;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 16px 32px;
  max-width: 280px;
  margin: 30px auto 10px;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #888888 !important;
  background: #666666;
  opacity: 0.8;
}

.deadline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 1.5em;
  padding-bottom: 0;
  margin: 0 auto;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deadline .dl_ttl {
  width: 35%;
  text-align: center;
  padding: 5px;
  border-radius: 30px 0 0 30px;
  background: #EF2462;
  color: #fff;
  border: #EF2462 solid 2px;
  font-weight: bold;
}

.deadline .dl_date {
  width: 65%;
  text-align: center;
  padding: 5px 10px;
  border-radius: 0 30px 30px 0;
  background: #fff;
  border: #EF2462 solid 2px;
  font-weight: bold;
}

.attention_ttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.08rem;
  color: #FFF;
  text-align: center;
  width: 85%;
  max-width: 480px;
  margin: 20px auto;
}

@media (min-width: 750px) {
  .attention_ttl {
    margin-bottom: 40px;
  }
}

.attention_ttl h3 {
  color: #FFF100;
  font-size: 18px;
  line-height: 1.2em;
  margin: 0 0 10px;
}

.attention_ttl p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.attention_ttl p.ylw {
  color: #FFF100;
}

.attention_ttl_cp h3 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.08rem;
  font-size: 14px;
  line-height: 1.4em;
}

@media (min-width: 750px) {
  .attention_ttl_cp h3 {
    font-size: 17px;
  }
}

.attention_ttl_cp p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.08rem;
  font-size: 13px;
  margin: 0;
}

@media (min-width: 750px) {
  .attention_ttl_cp p {
    font-size: 15px;
  }
}

.campaign_info {
  max-width: 680px;
  margin: auto;
  margin-bottom: 40px;
  padding: 1.5em;
}

@media (min-width: 750px) {
  .campaign_info {
    padding: 0;
  }
}

.subContent {
  margin-bottom: 12px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.subContent ul li {
  margin: 12px 0;
  padding: 0;
  padding: 3px 10px 3px 12px;
  text-indent: 0;
  list-style-type: none;
  cursor: pointer;
  text-indent: -2.6em;
  margin-left: 2.6em;
}

.subContent ul li img {
  max-width: 2em;
  min-width: 2em;
  vertical-align: middle;
  margin-right: 0.6em;
}

.subContent h3 {
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  padding: 16px;
  padding-right: 0;
  max-width: 680px;
  position: relative;
}

.subContent h3 span {
  display: block;
  color: #004EA2;
  font-weight: 600;
}

.subContent h3 span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

.subContent h3 span.open::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

.subInner {
  display: none;
  padding: 1.5em;
  font-size: 11px;
  line-height: 1.5em;
  border-top: 1px solid #cccccc;
}

@media (min-width: 750px) {
  .subInner {
    font-size: 14px;
  }
}

.subInner>ul {
  padding: 0;
}

.subInner>ul>li {
  padding: 0;
  text-indent: 0;
  margin: 0 0 15px;
}

footer {
  font-size: 11pt;
  background: #fff;
  color: #333;
  font-weight: lighter;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: center;
}

footer .foot_area {
  margin: 0 auto 30px;
  padding: 20px;
  padding-bottom: 0;
}

footer .foot_area>ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 260px;
  margin: 20px auto 10px;
  padding: 0;
  color: #777777;
}

footer .foot_area>div:nth-of-type(1) {
  border-radius: 5px;
  margin: 0px auto;
  max-width: 460px;
}

footer .foot_area>div:nth-of-type(1)>p:nth-of-type(1) {
  color: #359E46;
  font-weight: bold;
  font-size: 16px;
}

footer .foot_area>div:nth-of-type(1) .btn_area {
  text-align: center;
}

footer .foot_area>div:nth-of-type(1) .btn_area .foot_btn01 {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: #359E46;
  padding: 10px;
  max-width: 260px;
  margin: 0 auto;
  display: block;
}

footer .foot_area>div:nth-of-type(1) .btn_area .foot_btn01:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 10px 0 0;
  background: url("../images/ic_mail.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

footer .foot_area>div:nth-of-type(1) .mail_comment {
  font-size: 13px;
  margin-top: 10px;
  line-height: 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

footer .foot_area>div:nth-of-type(1) .mail_comment li:nth-of-type(n) {
  margin: 0;
  font-size: 14px;
}

footer .foot_area>div:nth-of-type(1) .mail_comment li:nth-of-type(2),
footer .foot_area>div:nth-of-type(1) .mail_comment li:nth-of-type(3) {
  font-size: 10px;
  margin-top: 0;
}

footer .foot_area>div:nth-of-type(1) .mail_comment li:nth-of-type(4) {
  font-size: 16px;
  margin-top: 15px;
}

footer .foot_area>div:nth-of-type(1) .mail_comment li:nth-of-type(n+5) span {
  font-size: 10px;
}

footer .foot_area>div:nth-of-type(1) .mail_comment .ftr_flxbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .foot_area>div:nth-of-type(1) .mail_comment .ftr_flxbx p {
  font-size: 10px;
  line-height: 1.2em;
  margin-right: 15px;
}

footer .foot_area>div:nth-of-type(1) .mail_comment .ftr_flxbx p:last-child {
  margin-right: 0;
  font-size: 14px;
}

#wrap footer .foot_area>ul a {
  color: #777777;
}

.ftr_last {
  color: #fff;
  background: #000066;
  font-size: 10px;
  padding: 5px 0;
}

.input_box {
  background: #fff;
  border-radius: 10px;
}

.input_box>div {
  margin-bottom: 30px;
}

.input_box>div p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.0rem;
  color: #222222;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.submit_txt {
  max-width: 480px;
  margin: 0 auto;
  color: #004EA2;
  font-weight: 600;
  font-size: 18px;
}

.submit_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 280px;
  margin: 30px auto 10px;
  border-radius: 10px;
  display: contents;
}

.submit_area input[type="text"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2em;
  padding: 0 1em;
  font-size: 190%;
  font-weight: bold;
  letter-spacing: 5px;
  border: 2px solid #cccccc;
  margin: 6px 0;
}

.submit_area input[type=submit] {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
  padding: 10px;
  font-weight: bold;
  line-height: 2em;
  background: #999999;
  color: #777777;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}

.submit_area input.send_on {
  background: #EF2462;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.submit_area input.send_on:hover {
  opacity: 0.8;
}

form p.sup {
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
}

.change_txt {
  text-align: center;
}

header+p+h2 {
  padding: 20px 0 10px;
  font-size: 20px;
  text-align: center;
  color: red;
}

.confirmation {
  -webkit-box-sizing-: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 85%;
  max-width: 460px;
  background: #fff;
  text-align: center;
  color: #EF2462;
  border: solid 3px #EF2462;
}

@media (min-width: 750px) {
  .confirmation {
    width: 100%;
    margin-bottom: 40px;
  }
}

.confirmation .awesome {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

@media (min-width: 750px) {
  .confirmation .awesome {
    font-size: 20px;
  }
}

.confirmation .awesome:before {
  font-family: "Font Awesome 5 Free";
  content: '\f071';
  font-size: 15px;
  font-weight: 600;
  margin-right: 5px;
  color: #EF2462;
}

@media (min-width: 750px) {
  .confirmation .awesome:before {
    font-size: 17px;
  }
}

.confirmation p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.08rem;
  font-size: 14px;
  line-height: 1.2rem;
  margin: 0 0 10px;
}

@media (min-width: 750px) {
  .confirmation p {
    font-size: 16px;
  }
}

.confirmation p span {
  font-weight: 600;
  font-size: 15px;
}

@media (min-width: 750px) {
  .confirmation p span {
    font-size: 17px;
  }
}

.confirmation p:last-of-type {
  margin-bottom: 0;
}

.CP_info_list {
  max-width: 680px;
}

#container .coupon_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 750px) {
  #container .coupon_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#container .coupon_list li {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 30px 0;
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 750px) {
  #container .coupon_list li {
    width: 47%;
    margin: 0;
    margin-bottom: 40px;
  }
}

#container .coupon_list li h4 {
  text-align: center;
  color: #222;
  font-size: 12px;
  line-height: 1rem;
  margin: 0px 0 20px;
}

#container .coupon_list li h4 span {
  font-size: 14px;
  font-weight: 600;
  color: #EF2462;
}

#container .coupon_list li img {
  max-width: 230px;
  margin: 0 auto;
}

#container .coupon_list li .btn_entry {
  margin-bottom: 0;
}

#container .coupon_list li div:nth-of-type(3) {
  margin-bottom: 0;
}

#container .coupon_list li .coupon_txt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.08rem;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.0rem;
  color: #EF2462;
  margin: 0;
}

#container .coupon_list .end_box {
  height: 421px;
  width: 100%;
  max-width: 320px;
  border-radius: 15px;
  margin: 0 auto 15px;
  padding: 0;
  border-radius: 15px;
  position: relative;
}

@media (min-width: 750px) {
  #container .coupon_list .end_box {
    width: 47%;
    height: 422px;
    margin: 0 0 15px;
  }
}

#container .coupon_list .end_box:nth-of-type(2) {
  height: 486px;
}

@media (min-width: 750px) {
  #container .coupon_list .end_box:nth-of-type(2) {
    width: 47%;
    max-width: 320px;
    border-radius: 15px;
    margin: 0 0 15px;
    padding: 0;
    border-radius: 15px;
    position: relative;
  }
}

#container .coupon_list .end_box:nth-of-type(2)>div {
  height: 486px;
}

@media (min-width: 750px) {
  #container .coupon_list .end_box:nth-of-type(2)>div {
    width: 100%;
    max-width: 320px;
    position: absolute;
    z-index: 2;
    background: #000;
    opacity: 0.7;
    border-radius: 15px;
  }
}

@media (min-width: 750px) {
  #container .coupon_list .end_box:nth-of-type(2)>li {
    width: 100%;
    height: 426px;
    margin: 0;
    position: absolute;
    z-index: 1;
  }
}

#container .coupon_list .end_box>p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}

#container .coupon_list .end_box>div {
  width: 100%;
  height: 421px;
  max-width: 320px;
  position: absolute;
  z-index: 2;
  background: #000;
  opacity: 0.7;
  border-radius: 15px;
}

#container .coupon_list .end_box>li {
  position: absolute;
  z-index: 1;
}

@media (min-width: 750px) {
  #container .coupon_list .end_box>li {
    width: 100%;
    height: 361px;
    margin: 0;
  }
}

.com_img {
  max-width: 240px;
  margin: 0 auto;
}

.com_img p {
  color: #fff;
  font-weight: 600;
}

.com_img div {
  max-width: 100px;
  min-width: 100px;
  margin: 20px auto;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 0px;
  overflow: hidden;
  z-index: 1000;
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
}

#page-top a {
  width: 80px;
  display: block;
}

#page-top a:hover {
  opacity: 1;
}

.show_sp {
  display: block;
}

@media (min-width: 750px) {
  .show_sp {
    display: none;
  }
}

.show_pc {
  display: none;
}

@media (min-width: 750px) {
  .show_pc {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */