@charset "UTF-8";

/* ===================================================================
CSS information
 style info : sp layout setting
=================================================================== */

/* ===================================================================
	Basic
=================================================================== */
html, body {
  /*width: 100%;
  min-height: 100%;*/
}

body {
  font-size: 14px;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
body.top {
  background-color: #1c2c73;
}
#container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: underline;
  color: #0000ff;
}

img {
  max-width: 100%;
  height: auto;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* pcを非表示 */
.pc {
  display: none !important;
}

/* ===================================================================
	header
=================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 10;
  background-image: url("../images_winter/bg_dot.png");
}
header h1 a {
  display: block;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .header_btn {
  position: absolute;
  bottom: 2.5vw;
  right: 2vw;
  width: 25vw;
}
header .header_btn img {
  width: 100%;
  height: auto;
}

/* ===================================================================
	nav
=================================================================== */
nav {
  position: fixed;
  top: 22.2vw;
  left: 0;
  width: 100%;
  z-index: 10;
  border-top: solid 2px #1c2c73;
}
body.top nav {
  border: none;
}
nav ul {
  display: flex;
}
nav li {
  text-align: center;
  border-left: solid 2px #1c2c73;
}
nav li:first-child {
  border: none;
}
nav a {
  display: block;
  background-color: #f4a9c6;
}
nav .current a {
  background-color: #8a90c6;
}
nav a img {
  width: 70%;
  height: auto;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .3));
}

/* ===================================================================
	footer
=================================================================== */
footer {
  margin: 0 0 -15px 0;
  padding: 15px 0 5px 0;
  width: 100%;
  background: #5666ae;
}
footer div {
  margin: 0;
  width: 100%;
  height: 20px;
  position: relative;
}
p.copyright {
  font-size: 10px;
  text-align: center;
  color: #FFF;
}
body.top footer p.copyright {
  font-size: 10px;
  text-align: center;
  color: #FFF;
}
a.scrolltop {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 0;
  right: 2%;
  text-indent: -9999px;
  background: url(../images_winter/btn_gototop.png) center top no-repeat;
  background-size: 100%;
  display: block;
  z-index: 20;
}
.btn_apply_box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 3;
}
body.top .btn_apply_box {
  margin-top: 18vw;
}
.btn_apply_box img {
  width: 100%;
  height: auto;
}
a.btn_apply {
  text-decoration: none;
  color: #ffffff;
}

/* ===================================================================
	section
=================================================================== */
section {
  margin: 0 auto 80px;
  width: 90%;
  position: relative;
  z-index: 0;
  padding-top: 39vw; /*グロナビがあるとき*/
}
header + section {
  padding-top: 22vw; /*グロナビがないとき*/
}
section div.wrap_sp {
  background: #fff;
  padding: 3% 15px 15px;
}
.no_header {
  padding-top: 16.135%;
}
.no_header_narrow {
  padding-top: 0;
}
.no_header_narrow h2 {
  height: 55px;
}
h2 {
  margin: 0 0 10px;
  width: 100%;
  height: 60px;
  border-bottom: 4px dotted #f0b360;
  position: relative;
}
h2.shop {
  margin-top: 50px;
}
h2 img {
  position: absolute;
  bottom: -1px;
  left: 0;
}
p.txt {
  font-size: 14px;
  line-height: 1.5;
}
p.txt_link {
  font-size: 12px;
  text-align: right;
}
p.txt_indent {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

/* ===================================================================
	top
=================================================================== */
body.top #bg_top {
  padding-top: 15px;
}
body.top header {
  position: relative;
}
body.top .img_toycard_anime {
  position: absolute;
  top: 53vw;
  left: 32vw;
  width: 32vw;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

body.top nav {
  position: static;
}

/* section */
body.top section {
  position: static;
  width: 100%;
  margin: 0;
  padding: 15px 15px 10px;
  /*background-color: #334D8D;*/
  box-sizing: border-box;
  overflow: hidden;
}
body.top section + section {
  margin: 0 0 80px;
  padding: 0 20px;
  background-color: #001f56;
}

/* top_box */
#top_box {
  width: 100%;
  height: auto;
  margin: 0 auto 6.25vw auto;
  padding: 6vw 5vw;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
}
#top_box .title_top_box {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#top_box dl {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #452C1C;
  margin-top: 20px;
}
#top_box dl + dl {
  margin-top: 15px;
}
#top_box dt {
  float: left;
  clear: left;
}
#top_box dd {
  padding-left: 4em;
}
.top_btn {
  margin-top: 15px;
}
.top_btn img {
  width: 100%;
  height: auto;
}
.btn_line_friend {
  width: 60%;
  margin: 7vw auto 0;
}
.notice {
  margin: 1em 0 0;
  text-align: center;
  font-size: 4.2vw;
  line-height: 1.4;
  font-weight: bold;
  color: #278fcf;
}

/* prize_list */
.prize_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125vw;
  width: 100%;
  margin: 0;
  list-style-type: none;
}
.prize_list > li {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #ffffff;
  background-position: left 60px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.prize_title {
  display: table;
  width: 100%;
  padding: 10px 10px 0;
}
.prize_number {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
}
.prize_number img {
  width: 100%;
  height: auto;
  margin-top: -10%;
}
.prize_title h2 {
  display: table-cell;
  vertical-align: middle;
  color: #452C1C;
  font-size: 4.6875vw;
  line-height: 1.4;
  width: auto;
  min-height: 2.4em;
  margin: 0;
  padding-left: .5em;
  border: none;
  box-sizing: border-box;
}
.prize_title h2 .small_sp {
  font-size: 4.2vw;
  display: block;
  margin: .2em 0;
}
.prize_info {
  position: relative;
}
.prize_photo {
  width: 100%;
  height: auto;
}
.prize_price {
  position: absolute;
  bottom: 48px;
  right: 15px;
  text-align: right;
  font-size: 3vw;
  line-height: 1.25;
  color: #535353;
}
.prize_btn {
  position: absolute;
  bottom: -12px;
  right: 5px;
  width: 92px;
}
.prize_btn li + li {
  margin-top: 3px;
}
.prize_btn a {
  position: relative;
  display: block;
  width : -webkit-calc(100% - 8px) ;
  width : calc(100% - 8px) ;
  padding: 6px 0px 6px 20px;
  box-sizing: border-box;
  background-color: #EA609E;
  box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.4);
}
.prize_btn a::after {
  position: absolute;
  top: 0;
  right: -8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 8px;
  border-color: transparent transparent transparent #EA609E;
}
.prize_btn a:hover {
  background-color: #E24485;
  opacity: 1;
}
.prize_btn a:hover::after {
  border-color: transparent transparent transparent #E24485;
}
.prize_btn a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.prize_btn a.btn_expanding::before {
  background: url(../images_winter/icon_expanding@2x.png);
  background-size: 16px;
}
.prize_btn a.btn_detail::before {
  background: url(../images_winter/icon_detail@2x.png);
  background-size: 16px;
}
.prize_btn a img {
  width: 63px;
  height: auto;
}
.prize_txt {
  position: static;
  border-top: 1px solid #1c2c73;
  margin-top: 20px;
  padding: 15px;
  line-height: 1.4;
  color: #452C1C;
  text-align: justify;
}

body.top #bg_bottom {
  margin-top: 2vw;
  padding-bottom: 25vw;
  background-color: #1c2c73;
}
body.top #bg_bottom #bottom_box {
  position: relative;
  margin-bottom: 8vw;
}
body.top #bg_bottom #bottom_box .bottom_text {
  width: 100%;
  height: auto;
}
body.top #bg_bottom .img_bottom_logo {
  position: absolute;
  top: 11vw;
  left: 10vw;
  width: 80vw;
}
body.top #bg_bottom .img_bottom_toycard {
  position: absolute;
  top: 27vw;
  left: 15vw;
  width: 70vw;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
}
body.top #bg_bottom .img_bottom_btn {
  position: absolute;
  bottom: 4vw;
  left: 15vw;
  width: 70vw;
}
body.top #bg_bottom .btn_apply_box {
  width: 70%;
  margin: 0px auto 7.5vw;
}
body.top #bg_bottom .btn_sns_box {
  width: 84%;
  margin: 0 auto;
}
body.top #bg_bottom .btn_sns_box li + li {
  margin-top: 20px;
}

/* ===================================================================
	apply
=================================================================== */
p.lead {
  line-height: 1.5;
  margin: 20px 0;
}
ul.note {
  margin-bottom: 20px;
}
ul.note li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  font-size: 12px;
}
a.btn_search {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  color: #ffffff;
}
a.btn_search img {
  margin: 20px auto;
  width: 100%;
  max-width: 294px;
  height: auto;
  font-size: 0;
  line-height: 0;
}
ul.entry {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  letter-spacing: -.4em;
}
ul.entry li {
  margin: 0 2% 2% 0;
  width: 32%;
  display: inline-block;
  letter-spacing: normal;
}
ul.entry li:last-child {
  margin-right: 0;
}
ul.entry li img {
  width: 100%;
}
ul.guideline {
  margin: 30px auto 0;
  width: 100%;
}
.postoffice_list + ul.guideline {
  margin-top: 20px;
}
ul.guideline li {
  margin-bottom: 20px;
  width: 100%;
}
ul.guideline li:last-child {
  margin-right: 0;
}
ul.guideline li p {
  padding: 0 8px;
}
ul.guideline li p.txtcenter {
  font-size: 16px;
  line-height: 1.5;
  /*text-align: left;*/
}
ul.guideline li p.txtcenter span {
  font-size: 14px;
}
ul.guideline li.deadline p.txtcenter strong {
  font-size: 20px;
  color: #001f56;
}
ul.guideline li.deadline p.txtcenter strong span {
  display: block;
}
ul.guideline_note {
  margin-bottom: 20px;
}
ul.guideline_note li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

/* apply_web */
#apply_web {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  position: relative;
}
#apply_web_box {
  margin: 0;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
#apply_web_box h3 {
  margin: -23px auto 0 auto;
  text-align: center;
}
#apply_web_box h3 img {
  width: 100%;
  max-width: 309px;
  height: auto;
}
#apply_web_box h4 {
  margin: 20px auto 0 auto;
  text-align: center;
  color: #c20023;
  font-size: 18px;
  font-weight: bold;
  width: 95%;
  max-width: 270px;
  padding: 6px 0;
  line-height: 1.5;
}
#apply_web_box h5 {
  margin-bottom: 10px;
  padding: 10px;
  background: #00a0e9;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
#apply_web_box ul.entry {
  margin: 30px auto;
}
#apply_web_box a.btn_apply {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  color: #ffffff;
}
#apply_web_box a.btn_apply img {
  margin: 20px auto 0;
  width: 100%;
  max-width: 453px;
  height: auto;
  font-size: 0;
  line-height: 0;
}
.receipt,
.w_chance,
.toy {
  width: 100%;
  margin: 20px 0;
}
.receipt img,
.w_chance img,
.toy img {
  width: 100%;
  height: auto;
}

/* apply_postcard */
section#apply_postcard {
  width: 100%;
}
#apply_postcard .description {
  width: 90%;
  margin: 0 auto;
}
#apply_postcard .border {
  position: relative;
  padding: 40px 20px 20px;
  border: 3px solid #009571;
  border-radius: 5px;
}
/*.postcard {
  margin-bottom: 30px;
}*/
/*.nav_apply_postcard {
  margin: 40px auto;
  width: 12.5em;
  font-size: 6vw;
  font-weight: bold;
}
.nav_apply_postcard li {
  display: block;
}
.nav_apply_postcard li + li {
  margin: .5em 0 0;
}*/
/*.nav_apply_postcard a {
  width: auto;
  height: auto;
  background-color: inherit;
  text-decoration: none;
  color: #009571;
}
.nav_apply_postcard a::after {
  display: none;
}*/
#apply_postcard h3.toggle_trigger {
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
#apply_postcard h3.toggle_trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.25vw;
  transform: translateY(-50%);
  width: 4.54vw;
  height: 8.125vw;
  background-image:url("../apply_postcard/images_winter/arrow_white_bottom.svg");
  background-size: 100%;
}
#apply_postcard h3.toggle_trigger.open::after {
  background-image:url("../apply_postcard/images_winter/arrow_white_top.svg");
  opacity: .5;
}
#apply_postcard .toggle_content {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
#apply_postcard h4 {
  position: absolute;
  top: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
  /*margin-top: -39vw;
  padding-top: 39vw;*/
}
#apply_postcard h4 span {
  font-size: 5.5vw;
  color: #009571;
  padding: 0 .5em;
  background-color: #fff;
  white-space: nowrap;
}
#apply_postcard h5 {
  margin-bottom: 10px;
  padding: 10px;
  background: #009571;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
/*.img_sticker {
  display: block;
  width: 40vw;
  margin: 0 auto 30px;
}*/
#apply_postcard ul.entry {
  margin-top: 0;
}
#apply_postcard a.btn_dl {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  color: #ffffff;
}
#apply_postcard a.btn_dl img {
  margin: 0 auto;
  width: 100%;
  max-width: 437px;
  height: auto;
}
#apply_postcard ul.note {
  margin-bottom: 0;
}
#apply_postcard .entry + .text_strong {
  margin-top: 15px;
}
#apply_postcard .text_strong {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #001f56;
  letter-spacing: .05em;
}
#apply_postcard h4 + .text_strong {
  margin-top: 0;
}
#apply_postcard .text_strong strong{
  color: #9b0a26;
}
#apply_postcard .text_cinema {
  margin: 2em 0;
}
#apply_postcard .text_cinema + .text_cinema {
  margin-top: -1em;
}
#apply_postcard .period {
  text-align: center;
  width: 100%;
  margin: 15px auto 0;
  padding: 20px 10px;
  background-color: #ffe0d6;
  border-radius: 5px;
  box-sizing: border-box;
}
#apply_postcard .period strong {
  font-size: 6vw;
  letter-spacing: .05em;
  color: #9b0a26;
}
#apply_postcard .period p {
  margin-top: 1em;
  font-size: 5vw;
  line-height: 1.4;
  font-weight: bold;
}
#apply_postcard .period p.note  {
  font-size: 4vw;
  text-align: left;
  padding: 0 2em;
}
#apply_postcard p.note {
  margin-top: 1em;
  font-weight: bold;
  color: #9b0a26;
  font-size: 4vw;
  line-height: 1.5;
}
.title_postoffice {
  width: 100%;
  margin: 40px auto;
}
.title_postoffice img {
  width: 100%;
  height: auto;
}
.establishment_list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.establishment_list li {
  position: relative;
  width: auto;
  line-height: 1.5;
  padding: 0 7px 0 0;
  margin: 0 0 5px 0;
}
.establishment_list li::before {
  content: "●";
  color: #009571;
}
.establishment_list.participating_store li:last-child::after {
  content: "　他";
}
#apply_postcard p {
  font-size: 4vw;
  line-height: 1.5;
}
#apply_postcard .postcard p strong {
  color: #9b0a26;
}
/*#apply_postcard small {
  display: block;
  margin-top: 1em;
  font-size: 3.75vw;
  line-height: 1.5;
}*/
.img_entry_example {
  display: block;
  width: 100%;
  margin: 30px auto;
}
.img_entry_example.pc {
  display: none !important;
}
#apply_postcard #apply_postcard_box {
  width: 90%;
  margin: 50px auto 0;
}
#apply_postcard #apply_postcard_box h5 {
  background-color: #9b0a26;
}

/* ===================================================================
	sponsor
=================================================================== */
dl.sponsor_list {
  border-bottom: 1px dotted #7f7f7f;
  padding: 20px 0;
}
dl.sponsor_list dt {
  text-align: center;
  float: none;
  width: 100%;
  margin-bottom: 25px;
}
dl.sponsor_list dd {
  float: none;
  width: 100%;
}
dl.sponsor_list dd h3 {
  font-size: 18px;
  color: #023894;
  margin-bottom: 10px;
}
dl.sponsor_list dd h4 {
  font-weight: normal;
  margin-bottom: 20px;
}
ul.item {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.item li {
  margin-right: 5px;
}
ul.item li.prize_number {
  width: 33px;
}
ul.item li.prize_number img {
  width: 33px;
}
ul.item li.prize_name {
  font-size: 20px;
  font-weight: bold;
  color: #023894;
  margin-top: -6px;
}
a.btn_site {
  margin: 20px auto 0 auto;
  width: 130px;
  height: 32px;
  text-indent: -9999px;
  background: url(../shop/images_winter/btn_site_sp@2x.png) center top no-repeat;
  background-size: 130px;
  display: block;
  float: none;
}

/* max-width:359px
***************************************************************************/
/*@media only screen and (max-width: 359px) {
  ul.item li img {
    max-width: 122px;
    height: 26px;
  }
  ul.item li.prize_number {
    width: 24px;
    height: 26px;
  }
  ul.item li.prize_number img {
    width: 24px;
    height: 26px;
  }
  ul.item li.prize_name {
    font-size: 16px;
    padding-top: 6px;
  }
}*/

/* ===================================================================
	shop
=================================================================== */
.btn_search_box {
  margin: 0 auto;
  text-align: center;
}
.main {
  margin: 0 auto 30px auto;
  text-align: center;
}
.main img {
  width: 100%;
  max-width: 613px;
  height: auto;
}
.shop_mark {
  text-align: center;
  margin-bottom: 10px;
  font-size: 4.6vw;
  font-weight: bold;
}
.shop_mark span.color {
  color: #dd4f55;
}
.shop_mark span.txts {
  font-size: 10px;
  font-weight: normal;
}
h2.shop {
    height: 30px;
  }
h4.shop_title {
  margin-bottom: 10px;
  padding: 5px;
  background: #00a0e9;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
h6.city_title {
  margin: 20px auto 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px dotted #7f7f7f;
  color: #023894;
  font-size: 14px;
  font-weight: bold;
}
.shop_list {
  margin: 0 auto 20px auto;
}
.shop_list li {
  display: block;
  width: auto;
  float: left;
  line-height: 1.5;
  padding: 0 5px 0 0;
  margin: 0 0 3px 0;
  font-size: 12px;
}
.shop_list li span {
  color: #00a0e9;
}
.shop_list li span.color {
  /*color: #dd4f55;*/
}
.shop_map {
  text-align: center;
}
.shop_map img {
  width: 100%;
  height: auto;
}
.btn_shopsearch_box {
  margin: 0 auto 30px;
  text-align: center;
}
.btn_shopsearch_box img {
  max-width: 420px;
  width: 80%;
  height: auto;
}
a.btn_shopsearch {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  color: #ffffff;
}

/* ===================================================================
	contact
=================================================================== */
p.contact_lead {
  margin: 30px 0 10px auto;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
h4#privacy {
  margin: 30px auto;
  text-align: center;
}
.faq_box + h4#privacy {
  border-top: 1px dotted #7f7f7f;
  padding-top: 30px;
}
h4#privacy img {
  width: 100%;
  max-width: 339px;
  height: auto;
}
.privacy_txt {
  margin: 20px auto;
  text-align: center;
  line-height: 1.5;
}
dl.privacy_area {
  margin: 0 auto;
}
dl.privacy_area dt {
  float: left;
  width: 2em;
  line-height: 1.8;
}
dl.privacy_area dd {
  line-height: 1.8;
  margin: 0 0 1em 2em;
}

/* faq_box */
.faq_box, .faq_box_line {
  padding-top: 5px;
}
.faq_box h3, .faq_box_line h3, .faq_box h4, .faq_box_line h4, .faq_box h5, .faq_box_line h5 {
  font-size: 14px;
  font-weight: bold;
}
.faq_box h3, .faq_box_line h3 {
  margin-top: 30px;
  color: #333333;
}
.faq_box h3:first-child, .faq_box_line h3:first-child {
  margin-top: 5px;
}
.faq_box h4, .faq_box_line h4, .faq_box h5, .faq_box_line h5 {
  margin-top: 20px;
}
.faq_box label, .faq_box_line label {
  display: block;
  margin: 5px 1em;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  background: #c0e6f6;
  color: #002775;
  line-height: 1.2;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.faq_box .panel, .faq_box_line .panel {
  margin: 0 1em 20px;
  line-height: 1.5;
  background: #f3f1f8;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.faq_box input[type="checkbox"].on-off, .faq_box_line input[type="checkbox"].on-off {
  display: none;
}
.faq_box input[type="checkbox"].on-off + div, .faq_box_line input[type="checkbox"].on-off + div {
  display: none;
}
.faq_box input[type="checkbox"].on-off:checked + div, .faq_box_line input[type="checkbox"].on-off:checked + div {
  display: block;
}
.faq_box_list_disc li {
  text-indent: -1em;
  margin-left: 1em;
}
.faq_box_list_disc li:before {
  content: '・';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.faq_box_list_cap li {
  text-indent: -1em;
  margin-left: 1em;
}
.faq_box_list_cap li:before {
  content: '※';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.faq_box_list_num {
  list-style-type: decimal;
  padding-left: 20px;
}
.faq_box_line label {
  background: #0068e8;
}
.faq_box_line_list_disc li {
  text-indent: -1em;
  margin-left: 1em;
}
.faq_box_line_list_disc li:before {
  content: '・';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.faq_box_line_list_cap li {
  text-indent: -1em;
  margin-left: 1em;
}
.faq_box_line_list_cap li:before {
  content: '※';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.faq_box_line_list_num {
  list-style-type: decimal;
  padding-left: 20px;
}
input:checked + .panel {
  height: auto;
  padding: 10px 15px;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.tel {
  width: 288px;
  height: auto;
  max-width: 100%;
  margin-top: .3em;
}
.icon_receipt {
  display: block;
  width: 60%;
  height: auto;
  margin: 20px auto 0;
}
.faq_box .note {
  margin: 30px 0 0;
}

/* ===================================================================
	modal
=================================================================== */
.modal-content {
	position: fixed;
	display: none;
	z-index: 101;
	width: 94%;
	max-width: 900px;
	margin: 0;
	padding: 10px 10px 20px;
	background: #fff;
	border-radius: 10px;
  box-sizing: border-box;
}
.modalInner {
  position: relative;
}
.modalInner .prize_title {
  padding: 0;
}
/*.modalInner .prize_info {
  margin-bottom: 20px;
}*/
/*.modalInner .prize_copyright {
  font-size: 3vw;
}*/
/*.modalInner .prize_copyright.small {
  font-size: 3vw;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
}*/
.modalInner .prize_price {
  right: 10px;
  bottom: 0;
  line-height: 1.5;
}
.modalInner .prize_txt {
  position: static;
  min-height: inherit;
  line-height: 1.5;
}
.modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(18, 53, 116, 0.80);
}
.modal-open {
	position: relative;
}
.modal-open:before {
	content: "";
	position: absolute;
	right: -5px;
	top: -5px;
	background: url(../images_winter/gift_card/btnUp.png) no-repeat;
	width: 43px;
	height: 44px;
}
.modal-open:hover {
	cursor: pointer;
	opacity: .8;
}
.modal-close {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
	color: #fff;
  line-height: 1;
	width: 80%;
	background: #EA609E;
	padding: 8px 0;
	border-radius: 10px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}
.modal-close:hover {
	opacity: .8;
  color: #fff;
  text-decoration: none;
}

/* ===================================================================
	w-chance
=================================================================== */
#w-chance {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 90vw;
  max-height: 100vh;
  margin: 0 auto;
  padding: 10vw 0;
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 101;
}
#w-chance .inner {
  position: relative;
  padding: 6vw 3.125vw 2vw;
  background: #fff;
  border-radius: 6.25vw;
  box-sizing: border-box;
}
#w-chance h1 {
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.4;
  color: #e60012;
  margin-bottom: 1em;
}
#w-chance p {
  text-align: center;
  font-size: 3.75vw;
  line-height: 1.7;
  color: #452C1C;
  margin: 3vw 0;
}
#w-chance .img_line-rich-menu {
  display: block;
  width: 70%;
  margin: 0 auto 6vw;
}
#w-chance ul {
  font-size: 3.4375vw;
  line-height: 1.7;
  color: #452C1C;
  margin: 4vw 4vw 0;
}
#w-chance ul li {
  position: relative;
  padding-left: 1em;
}
#w-chance ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#w-chance ul li strong {
  color: #e60012;
}
#w-chance .btn_yes,
#w-chance .btn_no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
  max-width: 100%;
  height: 2em;
  text-decoration: none;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
}
#w-chance .btn_yes {
  background-color: #6fba2c;
}
#w-chance .btn_no {
  background-color: #e60012;
}
#w-chance .no {
  margin-top: 6vw;
}
#w-chance .btn_close {
  display: block;
  position: absolute;
  top: 3vw;
  right: 4vw;
  font-family: Arial, Baskerville, monospace;
  font-size: 8vw;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  touch-action: manipulation;
}

/* ===================================================================
	form
=================================================================== */
body.form section p {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
}
body.form p.txt_link {
  margin: 1em 0;
}
body.form p.lead {
  font-size: 14px;
  line-height: 1.4;
  margin: 20px 0;
}
body.form .title_question_number {
  margin-top: 30px;
}
body.form h3 {
  margin: 15px 0;
  line-height: 1.4;
}
body.form h3 strong {
  color: #c20023;
  margin-right: .5em;
}
body.form h3.form_finish {
  margin: 50px 0;
  text-align: center;
  color: #61211d;
  font-size: 24px;
  line-height: 1.4;
}
body.form h3.form_failure {
  margin: 50px 0;
  text-align: center;
  color: #c20023;
  font-size: 20px;
  line-height: 1.4;
}

/* upload */
#upload {
  width: 100%;
  margin: 20px auto 40px;
  padding: 15px;
  background: #eae9e9;
  border-radius: 5px;
  text-align: center;
}
#upload .upload_txt {
  width: 100%;
  float: none;
  line-height: 1.5;
  text-align: left;
}
#upload .attention {
  margin: 20px 0;
  color: #ff0000;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.fileUploadList {
  margin: 0 0 0 -1%;
}
.fileUploadList:after {
  content: '';
  display: block;
  clear: both;
}
.uploadSection {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 0 0 1% 0;
  padding: 10px;
  min-height: 202px;
  border-radius: 3px;
  overflow: hidden;
}
.fileUploadList .add {
  display: block;
  clear: both;
  text-align: center;
  padding: 20px 0;
}
.fileUploadList .add .btnAddUploadSection {
  display: inline-block;
  position: relative;
  color: #333;
  padding: 15px 20px 15px 35px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 5px;
  text-decoration: none;
  background: #fff;
}
.fileUploadList .add .btnAddUploadSection:hover {
  opacity: .8;
}
.fileUploadList .add .btnAddUploadSection:before,
.fileUploadList .add .btnAddUploadSection:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  margin: -8px 0 0 0;
  width: 2px;
  height: 15px;
  background-color: #999;
}
.fileUploadList .add .btnAddUploadSection:after {
  transform: rotate(90deg);
}
.uploadSection .btnDeleteUploadSection {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  text-decoration: none;
  padding: 6px 6px 6px 25px;
  background: #ddd;
  font-size: 12px;
}
.uploadSection .btnDeleteUploadSection:hover {
  opacity: .8;
}
.uploadSection .btnDeleteUploadSection:before,
.uploadSection .btnDeleteUploadSection:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  margin: -8px 0 0 0;
  width: 2px;
  height: 15px;
  background-color: #999;
}
.uploadSection .btnDeleteUploadSection:before {
  transform: rotate(45deg);
}
.uploadSection .btnDeleteUploadSection:after {
  transform: rotate(-45deg);
}
.uploadSection + .uploadSection .btnDeleteUploadSection {
  display: block;
}
.uploadSection .height-box {
  display: inline-block;
  vertical-align: middle;
  background: url("../form_apply/images_winter/preview_bg.png") no-repeat center center #ccc;
  width: 180px;
  height: 180px;
  border: #ffffff 3px solid;
  text-align: center;
  margin: 0 0 10px 0;
}
.uploadSection .upload_area {
  display: table-cell;
  vertical-align: middle;
  width: 174px;
  height: 174px;
  text-align: center;
}
.uploadSection .upload_area img {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}
.uploadSection .fileCol {
  display: inline-block;
  vertical-align: middle;
}
.uploadSection .file {
  margin: 15px auto;
  display: block;
  overflow: hidden;
  position: relative;
  width: 228px;
  height: 41px;
  background: url(../images_winter/btn_inputfile_sp@2x.png) no-repeat;
  background-size: 100%;
}
.uploadSection .file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 30px;
  cursor: pointer;
}
#upload .error {
  font-size: 12px;
  color: #ff0000;
  padding: 5px 0 0 23px;
  background: url(../form_apply/images_winter/icon_alerts.png) left top no-repeat;
  min-height: 20px;
  margin: 0 auto;
  display: inline-block;
}

/* upload_confirm */
#upload_confirm {
  margin: 30px auto;
  padding: 20px;
  background: #eae9e9;
  border-radius: 5px;
  text-align: center;
}
#upload_confirm .height-box {
  float: none;
  margin: 0;
  background: none;
  background-color: #eee;
}

/* form_area */
#form_area ul li {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 40px;
}
#form_area ul li span {
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
}
#form_area .attention {
  position: relative;
}
#form_area .attention span {
  display: block;
  margin: 8px 0;
  font-size: 12px;
  line-height: 1.3;
}
select#address_prefecture {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 50px 4px 10px;
  width: auto;
  border: #c9c9c9 1px solid;
  border-radius: 5px;
  background: #fff url(../form_apply/images_winter/select_arrow.png) no-repeat;
  background-size: 40px 30px;
  background-position: right center;
  font-size: 14px;
  cursor: pointer;
}
.error {
  margin: 8px 0;
  color: #ff0000;
}
#form_area.comfirm {
  margin-bottom: 30px;
}
#form_area.comfirm p {
  border-bottom: 1px dotted #666666;
  padding: 10px 0;
  margin-top: 10px;
  line-height: 1.2;
}
.input_short {
  width: 96px;
}
.input_middle {
  width: 100%;
}
.input_long {
  width: 100%;
}
input[type="text"], textarea, input[type="number"] {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 8px;
  border: #c9c9c9 1px solid;
  border-radius: 5px;
  background: #eeeeee;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus, textarea:focus, input[type="number"]:focus {
  background: #ffffff;
  box-shadow: 0 0 7px #999999;
}
.check_list {
  display: flex;
  flex-wrap: wrap;
}
.check_list label {
  display: flex;
  align-items: center;
  line-height: 1.5;
  width: calc(50% - 10px);
  margin: 0 10px 15px 0;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
.check_list label input {
  margin: 0 4px 0 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 50px 4px 10px;
  width: auto;
  border: #c9c9c9 1px solid;
  border-radius: 5px;
  background: #fff url("../form_apply/images_winter/select_arrow.png") no-repeat;
  background-size: 40px 30px;
  background-position: right center;
  font-size: 14px;
  cursor: pointer;
}
input[type="button"]#searchAddress {
  margin: 2px 0 0 19px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 5px 8px;
  border: #c9c9c9 1px solid;
  border-radius: 5px;
  background: #ffffff;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
input[type="button"]#searchAddress:hover {
  background: #eeeeee;
}
#form_area ul#address_box li {
  width: 100%;
  position: relative;
  padding-left: 0;
  margin: 0 30px 10px 0;
}
#form_area ul#address_box li:last-child {
  margin: 0;
}
#form_area ul#address_box li span {
  position: relative;
  top: auto;
  auto: 0;
  width: 100%;
  display: block;
  margin: 10px 0;
}
#form_area select#address_prefecture {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 50px 4px 10px;
  width: auto;
  border: #c9c9c9 1px solid;
  border-radius: 5px;
  background: #fff url("../form_apply/images_winter/select_arrow.png") no-repeat;
  background-size: 40px 30px;
  background-position: right center;
  font-size: 14px;
  cursor: pointer;
}

/* agreement */
#agreement {
  margin: 40px auto 30px;
  text-align: center;
  line-height: 1.5;
}
#agree_check {
  width: 100%;
  background: #e5e5e5;
  margin: 20px auto 5px;
  padding: 5px;
}
#agree_check input[type="checkbox"] {
  display: none;
}
#agree_check label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}
#agree_check label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #a50018;
  border-bottom: 2px solid #a50018;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* form btn */
#btn_confirm input[type="submit"] {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 476px;
  height: 0;
  padding-top: 17.931%;
  background: url("../images_winter/btn_confirm_sp@2x.png") no-repeat;
  background-size: 100%;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
#btn_submit {
  display: table;
  margin: 0 auto;
  width: 100%;
}
#btn_submit p {
  display: table-cell;
  width: 25%;
  height: auto;
}
#btn_submit p:last-child {
  width: 75%;
  padding-left: 5%;
}
#btn_submit input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 453px;
  height: 0;
  padding-top: 20%;
  background: url("../images_winter/btn_transmit_sp@2x.png") no-repeat;
  background-size: 100%;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
#btn_submit.present input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 453px;
  height: 0;
  padding-top: 20%;
  background: url("../images_winter/btn_transmit_sp@2x.png") no-repeat;
  background-size: 100%;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
#btn_submit input[type="button"] {
  display: block;
  width: 100%;
  max-width: 161px;
  height: 0;
  padding-top: 43.478%;
  background: url("../images_winter/btn_back_sp.png") no-repeat;
  background-size: 100%;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
  margin-bottom: 4%;
}

/* prize_list */
#form_area div.prize_list {
  margin: 10px 0;
  padding: 0;
  font-size: 0;
  width: 100%;
  gap:0;
}
#form_area div.prize_list label {
  margin: 0;
  display: inline-block;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  padding: 10px;
  float: none;
  font-size: 0;
  width: 100%;
  position: relative;
}
#form_area div.prize_list label p {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 0 0 20px;
  position: relative;
}
#form_area div.prize_list label p input {
  position: absolute;
  top: 0;
  left: 0;
}
#form_area div.prize_list label:nth-of-type(10) {
  border-bottom: 1px solid #c9c9c9;
}
#form_area div.prize_list div.space {
  display: none;
}
#form_area div.prize_list label img {
  width: 100%;
}
#form_area div.prize_list label p.prize_number {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 43px;
  height: 46px;
  padding: 0;
}
#form_area .annotation {
  width: auto;
}
#form_area .annotation li {
  display: block;
  position: relative;
  float: none;
  width: auto;
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.5;
}
#form_area .annotation li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#form_area .annotation li.emphasis::before,
#form_area .annotation li strong {
  color: #c20023;
  font-weight: bold;
}