@charset "UTF-8";

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

/* ===================================================================
	Basic
=================================================================== */
html, body {
  min-height: 100%;
}
body {
  font-size: 14px;
  color: #333333;
  -webkit-print-color-adjust: exact;
  /*background-color: #1c2c73;*/
  background-image: url("../images_winter/bg_dot.png");
}
body.top {
  min-width: 980px;
  background-image: none;
  /*background-image: url("../images/bg_top@2x.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;*/
}
#container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  position: relative;
  overflow: hidden;
}
a {
  text-decoration: underline;
  color: #0000ff;
}
a:hover {
  text-decoration: underline;
  color: #ff0000;
}
img {
  max-width: 100%;
  height: auto;
}

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

/* ===================================================================
	header
=================================================================== */
header {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
body.top header {
  width: 100%;
  max-width: none;
  min-width: inherit;
  padding: 0;
}
body.top .header_inner {
  width: auto;
  margin: 0;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 a {
  display: block;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .header_date .pc {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
}
header .header_btn {
  position: absolute;
  top: 9.08333vw;
  right: 13.333vw;
  width: 19.333vw;
  height: 3.333vw;
  overflow: hidden;
}
header .header_btn img {
  width: 100%;
  height: auto;
}
header .header_btn:hover img {
  transform: translateY(-50%);
}

/* ===================================================================
	nav
=================================================================== */
nav {
  position: relative;
  width: 80%;
  max-width: 1220px;
  min-width: 980px;
  margin: 0 auto;
  /*padding: 20px 10px 0;*/
  padding: 0 10px; /* 2022winter */
  box-sizing: border-box;
}
header + nav ul {
  padding: 15px 15px 0;
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
section + nav {
  padding-bottom: 30px;
}
nav ul {
  display: flex;
  justify-content: space-between;
}
nav li {
  /*width: 18.75%;*/
  width: 24%;
}
nav a {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #f4a9c6;
}
nav a:hover,
nav .current a {
  background-color: #8a90c6;
}
/*nav .current a::before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: '';
  width: 58px;
  height: 45px;
  background-image: url(../images_winter/gnavi_decoration@2x.png);
  background-repeat: no-repeat;
  background-size: 50px;
}*/
nav a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff;
}
nav a img {
  width: 180px;
  height: 50px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .2));
}

/* ===================================================================
	footer
=================================================================== */
footer {
  margin-top: auto;
  padding: 15px 0 5px 0;
  width: 100%;
  box-sizing: border-box;
  background: #5666ae;
}
footer div {
  margin: 0 auto;
  width: 960px;
  height: 20px;
  position: relative;
}
p.copyright {
  font-size: 10px;
  text-align: center;
  color: #FFF;
}
a.scrolltop, a.scrolltop_noNavi {
  width: 68px;
  height: 68px;
  position: absolute;
  bottom: 122px;
  right: 20px;
  text-indent: -9999px;
  background: url(../images_winter/btn_gototop.png) center top no-repeat;
  display: block;
  z-index: 100;
}
a.scrolltop {
  bottom: 122px;
}
a.scrolltop_noNavi {
  bottom: 40px;
}
a.scrolltop:hover {
  background-position: 0 -68px;
}
.btn_apply_box {
  margin: 0 auto;
}
a.btn_apply_top {
  margin: 0 auto;
  width: 900px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  background-image: url(../images_winter/btn_apply_top_pc@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
a.btn_apply_top:hover {
  background-position: 0 -60px;
}
span.btn_apply_top {
  margin: 0 auto;
  width: 900px;
  height: 60px;
  display: block;
}
span.btn_apply_top img {
  width: 100%;
  height: auto;
}
li .btn_apply_box {
  margin: 10px auto;
}

/* ===================================================================
	section
=================================================================== */
section {
  margin: 0 auto 100px auto;
  padding: 0 10px;
  width: 80%;
  max-width: 1220px;
  min-width: 980px;
  z-index: 10;
  box-sizing: border-box;
}
section .inner {
  background-color: #FFF;
  padding: 25px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
header + section .inner {
  border-radius: 5px;
}
section .inner .centering {
  max-width: 1000px;
  margin: 0 auto;
}
.no_header, .no_header_narrow {
  padding: 0 11px;
}
.no_header_section {
  margin: 0 0 12px;
}
h2 {
  margin-bottom: 30px;
  width: 100%;
  height: 48px;
  border-bottom: 4px dotted #f0b360;
  position: relative;
}
h2.shop {
  margin-top: 40px;
}
h2 img {
  /*position: absolute;*/
  bottom: -5px;
  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 {
  background-color: #1c2c73;
  padding-bottom: 60px;
  overflow: hidden;
}
body.top header h1 img {
  width: 100%;
  height: auto;
}
body.top .img_toycard_anime {
  position: absolute;
  top: 52.5vw;
  left: 32vw;
  width: 32vw;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

/* nav */
body.top nav {
  padding: 0 10px 0;
}
/*body.top header + nav ul {
  padding-top: 15px;
  background-color: transparent;
}*/
body.top nav ul {
  padding-top: 15px;
}

/* section */
body.top section {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  background: none;
  border: 0;
}
.bg_snowflake_01,
.bg_snowflake_02,
.bg_snowflake_03,
.bg_snowflake_04,
.bg_snowflake_05,
.bg_snowflake_06,
.bg_snowflake_07,
.bg_snowflake_08,
.bg_snowflake_09 {
  position: absolute;
  width: 14vw;
}
.bg_snowflake_01 {
  top: 5%;
  right: -10vw;
  animation: 15s linear infinite rotation1;
}
@keyframes rotation1 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}
.bg_snowflake_02 {
  top: 15%;
  left: -10vw;
  animation: 20s linear infinite rotation2;
}
@keyframes rotation2 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.bg_snowflake_03 {
  top: 25%;
  right: -10vw;
  animation: 15s linear infinite rotation3;
}
@keyframes rotation3 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}
.bg_snowflake_04 {
  top: 35%;
  left: -10vw;
  animation: 20s linear infinite rotation4;
}
@keyframes rotation4 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.bg_snowflake_05 {
  top: 45%;
  right: -10vw;
  animation: 15s linear infinite rotation5;
}
@keyframes rotation5 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}
.bg_snowflake_06 {
  top: 55%;
  left: -10vw;
  animation: 20s linear infinite rotation6;
}
@keyframes rotation6 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.bg_snowflake_07 {
  top: 65%;
  right: -10vw;
  animation: 15s linear infinite rotation7;
}
@keyframes rotation7 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}
.bg_snowflake_08 {
  top: 75%;
  left: -10vw;
  animation: 20s linear infinite rotation8;
}
@keyframes rotation8 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.bg_snowflake_09 {
  top: 85%;
  right: -10vw;
  animation: 15s linear infinite rotation9;
}
@keyframes rotation9 {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}

/* top_box */
#top_box {
  margin: 15px auto;
  padding: 50px 20px;
  background: #ffffff;
  border-radius: 5px;
  border: 4px solid #ffffff;
  position: relative;
}
#top_box .title_top_box {
  display: block;
  width: 618px;
  max-width: 66%;
  margin: 0 auto;
}
#top_box dl {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #452C1C;
  margin: 40px auto 0;
  width: 640px;
}
/*#top_box dl + dl {
  margin-top: 30px;
}*/
#top_box dt {
  float: left;
  clear: left;
}
#top_box dd {
  padding-left: 4em;
}
.top_btn {
  margin-top: 40px;
}
.btn_line_friend {
  width: 350px;
  margin: 45px auto 0;
}
.btn_line_friend:hover {
  opacity: .7;
}
.notice {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 1em;
  color: #278fcf;
}

/* prize_list */
.prize_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.prize_list::after {
  display: none;
}
.prize_list > li {
  width: calc(50% - 5px);
  position: relative;
  background-color: #ffffff;
  background-position: left 60px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.prize_title {
  display: table;
  width: 100%;
  padding: 15px 15px 0;
}
.prize_number {
  display: table-cell;
  vertical-align: middle;
  width: 56px;
}
.prize_number img {
  width: 56px;
  height: 53px;
  /*margin-top: -10%;*/
  margin-left: -12%;
}
.prize_title h2 {
  display: table-cell;
  vertical-align: middle;
  color: #452C1C;
  font-size: 17px;
  line-height: 1.3;
  width: auto;
  min-height: 2.4em;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.prize_info {
  position: relative;
}
.prize_photo {
  width: 100%;
  height: auto;
}
.prize_price {
  position: absolute;
  bottom: 68px;
  right: 25px;
  text-align: right;
  font-size: 13px;
  line-height: 1.34;
  color: #535353;
}
.prize_btn {
  position: absolute;
  bottom: 0;
  right: 24px;
}
.prize_btn li + li {
  margin-top: 3px;
}
.prize_btn a {
  position: relative;
  display: block;
  padding: 7px 6px 7px 33px;
  box-sizing: border-box;
  background-color: #f47db6;
  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: 15px 0 15px 8px;
  border-color: transparent transparent transparent #f47db6;
}
.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%;
  left: 10px;
  transform: translateY(-50%);
  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: 72px;
  height: auto;
}
.prize_txt {
  border-top: 1px solid #1c2c73;
  margin-top: 15px;
  padding: 15px;
  line-height: 1.4;
  color: #452C1C;
  text-align: justify;
}

body.top #bg_bottom {
  padding-bottom: 110px;
  background-color: #1c2c73;
}
body.top #bg_bottom #bottom_box {
  position: relative;
  margin-bottom: 50px;
}
body.top #bg_bottom #bottom_box .bottom_text {
  width: 100%;
  height: auto;
}
body.top #bg_bottom .img_bottom_logo {
  position: absolute;
  top: 10vw;
  left: 13%;
  width: 74vw;
}
body.top #bg_bottom .img_bottom_toycard {
  position: absolute;
  top: 24vw;
  left: 21vw;
  width: 58vw;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
}
body.top #bg_bottom .img_bottom_btn {
  position: absolute;
  bottom: 4vw;
  left: 21vw;
  width: 58vw;
}
body.top #bg_bottom .btn_apply_box {
  margin: 0 auto 50px;
}
body.top #bg_bottom .btn_sns_box {
  margin: 0 auto 50px;
}
body.top #bg_bottom .btn_sns_box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 930px;
}
body.top #bg_bottom .btn_sns_box ul li {
  width: 450px;
}

/* ===================================================================
	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;
}
ul.entry {
  margin: 0 auto;
  width: 771px;
  text-align: center;
  letter-spacing: -.4em;
}
p.txt + ul.entry {
  margin-top: 40px;
}
ul.entry li {
  margin-right: 25px;
  display: inline-block;
  letter-spacing: normal;
}
ul.entry li:last-child {
  margin-right: 0;
}
ul.guideline {
  margin: 40px auto 0;
}
.postoffice_list + ul.guideline {
  margin-top: 30px;
}
ul.guideline li:last-child {
  margin-right: 0;
}
ul.guideline li p {
  padding: 0 8px;
}
ul.guideline li p.txtcenter {
  font-size: 16px;
}
ul.guideline li p.txtcenter span {
  font-size: 14px;
}
ul.guideline li.deadline p.txtcenter strong {
  font-size: 30px;
  color: #001f56;
  display: inline-block;
  padding: 1em 0;
}
ul.guideline li.deadline p.txtcenter strong span {
  vertical-align: .5em;
}
ul.guideline li p.txt {
  padding: 1em 1em 3em;
}
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_box h3 {
  margin: -24px auto 0 auto;
  text-align: center;
}
#apply_web_box h4 {
  margin: 20px auto 0 auto;
  text-align: center;
  color: #c20023;
  font-size: 18px;
  font-weight: bold;
  width: 380px;
  padding: 6px 0;
}
#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 h5#w_chance,
#apply_web_box h5#toy {
  margin-top: 40px;
}
#apply_web_box a.btn_apply {
  margin: 20px auto;
  float: none;
}
.receipt,
.w_chance,
.toy {
  width: 810px;
  margin: 20px auto;
}
.receipt img {
  width: 100%;
  height:  auto;
}
.w_chance img,
.toy img {
  display: block;
  width: 810px;
  margin: 0 auto;
}

/* apply_postcard */
#apply_postcard .description ul.note {
  margin: 0;
}
#apply_postcard .border {
  position: relative;
  padding: 50px 30px 30px;
  border: 3px solid #009571;
  border-radius: 5px;
}
/*.nav_apply_postcard {
  margin: 40px auto;
  width: 12.5em;
  font-size: 24px;
  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:hover {
  text-decoration: underline;
}
.nav_apply_postcard a::after {
  display: none;
}*/
#apply_postcard h3.toggle_trigger {
  position: relative;
  margin-top: 50px;
  cursor: pointer;
}
#apply_postcard h3.toggle_trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 19px;
  height: 34px;
  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;
  padding-top: 50px;
}
#apply_postcard h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#apply_postcard h4 span {
  font-size: 24px;
  color: #009571;
  padding: 0 .5em;
  background-color: #fff;
}
/*.img_sticker {
  display: block;
  width: 180px;
  margin: 0 auto;
}*/
#apply_postcard p.lead {
  text-align: left;
}
#apply_postcard h5 {
  margin-bottom: 10px;
  padding: 10px;
  background: #009571;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
#apply_postcard a.btn_dl {
  margin: 0 auto;
  width: 480px;
  height: 68px;
  text-indent: -9999px;
  background: url(../apply_postcard/images_winter/btn_dl@2x.png) center top no-repeat;
  background-size: 480px;
  display: block;
  float: none;
}
#apply_postcard a.btn_dl:hover {
  background-position: 0 -68px;
}
#apply_postcard .text_strong {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #001f56;
  letter-spacing: .05em;
  margin: 40px 0;
}
#apply_postcard h4 + .text_strong {
  margin-top: 0;
}
#apply_postcard .text_strong strong{
  color: #9b0a26;
}
#apply_postcard .text_cinema {
  text-align: center;
  margin: 2em 0;
  line-height: 1.6;
}
#apply_postcard .text_cinema + .text_cinema {
  margin-top: -1em;
}
#apply_postcard .period {
  text-align: center;
  width: 580px;
  margin: 40px auto 0;
  padding: 30px 10px;
  background-color: #ffe0d6;
  border-radius: 5px;
  box-sizing: border-box;
}
#apply_postcard .period strong {
  font-size: 20px;
  letter-spacing: .05em;
  color: #9b0a26;
}
#apply_postcard .period p {
  margin-top: 1em;
  font-size: 21px;
  font-weight: bold;
}
#apply_postcard .period p.note {
  font-size: 14px;
  text-align: left;
  padding: 0 45px;
}
#apply_postcard p.note {
  text-align: center;
  margin-top: 2em;
  font-weight: bold;
  color: #9b0a26;
  line-height: 1.5;
}
.title_postoffice {
  margin: 40px auto;
}
.title_postoffice img {
  width: 100%;
  height: auto;
}
.establishment_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.establishment_list li {
  position: relative;
  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.center {
  text-align: center;
}
#apply_postcard .postcard p strong {
  color: #9b0a26;
}
/*#apply_postcard small {
  display: block;
  text-align: center;
  margin-top: 1em;
  font-size: 12px;
}*/
.img_entry_example {
  display: block;
  width: 880px;
  margin: 30px auto;
}
#apply_postcard #apply_postcard_box {
  margin-top: 50px;
}
#apply_postcard #apply_postcard_box h5 {
  background-color: #9b0a26;
}

/* ===================================================================
	sponsor
=================================================================== */
dl.sponsor_list {
  border-bottom: 1px dotted #7f7f7f;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
dl.sponsor_list dt {
  width: 200px;
  text-align: center;
}
dl.sponsor_list dd {
  width: 680px;
}
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: 50px;
}
ul.item li {
  float: left;
  margin-right: 5px;
}
ul.item li.prize_number {
  margin-top: -7px;
  width: 56px;
  height: 53px;
}
ul.item li.prize_name {
  font-size: 20px;
  font-weight: bold;
  color: #f47db6;
  padding-top: 4px;
}
a.btn_site {
  margin: 20px auto 0 auto;
  width: 130px;
  height: 32px;
  text-indent: -9999px;
  background: url(../shop/images_winter/btn_site@2x.png) center top no-repeat;
  background-size: 130px;
  display: block;
  float: none;
}
a.btn_site:hover {
  background-position: 0 -32px;
}

/* ===================================================================
	shop
=================================================================== */
.btn_search_box {
  margin: 40px auto;
  text-align: center;
}
.main {
  margin: 0 auto 40px auto;
  text-align: center;
}
.shop_mark {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.shop_mark span.color {
  color: #dd4f55;
}
.shop_mark span.txts {
  font-size: 12px;
  font-weight: normal;
}
h4.shop_title {
  margin-bottom: 10px;
  padding: 10px;
  background: #00a0e9;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
h6.city_title {
  margin: 20px auto 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px dotted #7f7f7f;
  color: #023894;
  font-size: 16px;
  font-weight: bold;
}
.shop_list {
  margin: 0 auto 30px auto;
}
.shop_list li {
  display: block;
  width: auto;
  float: left;
  line-height: 1.5;
  padding: 0 7px 0 0;
  margin: 0 0 5px 0;
}
.shop_list li span {
  color: #00a0e9;
}
/*.shop_list li span.color {
  color: #dd4f55;
}*/
.shop_map {
  text-align: center;
}
.btn_shopsearch_box {
  margin: 0 auto 40px;
  text-align: center;
}
a.btn_shopsearch {
  margin: 0 auto;
  width: 422px;
  height: 64px;
  text-indent: -9999px;
  background: url(../shop/images_winter/btn_shopsearch_pc@2x.png) center top no-repeat;
  display: block;
  background-size: 100%;
}
a.btn_shopsearch:hover {
  background-position: 0px -64px;
}

/* ===================================================================
	contact
=================================================================== */
p.contact_lead {
  margin: 50px 0 20px auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
h4#privacy {
  margin: 50px auto;
  text-align: center;
}
.faq_box + h4#privacy {
  border-top: 1px dotted #7f7f7f;
  padding-top: 50px;
}
.privacy_txt {
  margin: 30px auto;
  text-align: center;
}
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 label:hover, .faq_box_line label:hover {
  background: #a5dbf2;
}
.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,
.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_widemargin {
  padding-top: 15px;
}
.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 label:hover {
  background: #5589f4;
}
.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: 490px;
  height: auto;
}
.icon_receipt {
  display: block;
  width: 178px;
  height: auto;
  margin: 20px auto 0;
}
.faq_box .note {
  margin: 30px 0 0;
}

/* ===================================================================
	modal
=================================================================== */
.modal-content {
	position: fixed;
	display: none;
	z-index: 101;
	width: 70%;
	max-width: 900px;
	margin: 0;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
  box-sizing: border-box;
}
.modalInner {
  position: relative;
}
.modalInner .prize_info {
  margin-bottom: 20px;
}
.modalInner .prize_price {
  bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
.modalInner .prize_txt {
  position: static;
  min-height: inherit;
  font-size: 16px;
  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: #f47db6;
	padding: 8px 0;
	border-radius: 15px;
	margin: 20px auto 0;
	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: 70%;
  max-width: 900px;
  max-height: 100vh;
  margin: 0 auto;
  padding: 50px 0;
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 101;
}
#w-chance .inner {
  position: relative;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
#w-chance h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #e60012;
  margin-bottom: 1em;
}
#w-chance p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #452C1C;
  margin: 10px 0;
}
#w-chance .img_keyword {
  display: block;
  width: 400px;
  margin: 16px auto 32px;
}
#w-chance ul {
  width: 440px;
  font-size: 13px;
  line-height: 1.7;
  color: #452C1C;
  margin: 15px auto 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: 12em;
  max-width: 100%;
  height: 2em;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 20px auto;
  cursor: pointer;
}
#w-chance .btn_yes:hover,
#w-chance .btn_no:hover {
  opacity: .8;
}
#w-chance .btn_yes {
  background-color: #6fba2c;
}
#w-chance .btn_no {
  background-color: #e60012;
}
#w-chance .img_qr {
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  background-image: url(../images_winter/M_758kckmp_GW.png);
  background-size: 100%;
}
#w-chance .no {
  margin-top: 60px;
}
#w-chance .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  box-shadow: none;
  touch-action: manipulation;
}

/* ===================================================================
	form
=================================================================== */
body.form p.lead {
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 30px;
}
body.form p.note {
  clear: both;
  display: block;
  /*padding: 1em 1%;*/
  padding: 1em 0;
  /*font-weight: bold;*/
  font-size: 14px;
  line-height: 1.5;
}
body.form .title_question_number {
  margin-top: 30px;
}
body.form h3 {
  margin: 15px 0;
  line-height: 1.6;
  clear: both;
}
body.form h3 strong {
  color: #c20023;
  margin-right: .5em;
}
body.form h3.form_finish {
  margin: 80px 0;
  text-align: center;
  color: #61211d;
  font-size: 26px;
}
body.form h3.form_failure {
  margin: 80px 0;
  text-align: center;
  color: #c20023;
  font-size: 24px;
}

/* upload */
#upload {
  width: 898px;
  margin: 10px auto 0;
  padding: 20px;
  background: #eae9e9;
  border-radius: 5px;
}
#upload .upload_txt {
  line-height: 1.5;
}
#upload .attention {
  margin: 10px 0;
  color: #c20023;
  font-size: 12px;
  line-height: 1.5;
}
.fileUploadList {
  margin: 0 0 0 -1%;
}
.fileUploadList:after {
  content: '';
  display: block;
  clear: both;
}
.uploadSection {
  /*float: left;*/
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid #999;
  /*width: 49%;*/
  text-align: center;
  /*margin: 0 0 1% 1%;*/
  margin: 0 auto;
  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 10px 0 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: 10px 0;
  display: block;
  overflow: hidden;
  position: relative;
  width: 195px;
  height: 35px;
  background: url(../images_winter/btn_inputfile@2x.png) no-repeat;
  background-size: 100%;
}
.uploadSection .file:hover {
  background-position: 0 -35px;
}
.uploadSection .file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 22px;
  cursor: pointer;
}
#upload .error {
  font-size: 12px;
  color: #c20023;
  padding: 5px 0 0 23px;
  background: url(../form_apply/images_winter/icon_alerts.png) left top no-repeat;
  min-height: 20px;
}

/* 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 auto 10px auto;
  background: none;
  background-color: #eee;
}

/* form_area */
#form_area {
  margin: 0 auto;
  width: 898px;
}
#form_area ul li {
  float: left;
  width: 434px;
  position: relative;
  padding-left: 40px;
  margin-right: 30px;
}
#form_area ul li:last-child {
  margin-right: 0;
}
#form_area ul li span {
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
}
#form_area .attention {
  position: relative;
}
#form_area .attention span {
  position: absolute;
  top: 3px;
  left: 150px;
  width: 240px;
  font-size: 12px;
  line-height: 1.3;
}
.error {
  margin-top: 8px;
  color: #c20023;
}
#form_area.comfirm {
  margin-bottom: 50px;
}
#form_area.comfirm p {
  border-bottom: 1px dotted #666666;
  padding: 10px 0;
  margin-top: 20px;
}
.input_short {
  width: 100px;
}
.input_middle {
  width: 100%;
}
.input_long {
  width: 100%;
}
input[type="text"], textarea, input[type="number"] {
  box-sizing: border-box;
  font-size: 14px;
  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;
  font-size: 12px;
  line-height: 1.5;
  width: calc(25% - 10px);
  margin: 0 10px 15px 0;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.check_list label input {
  margin: 0 4px 0 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 50px 4px 10px;
  width: 930px;
  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;
}
input[type="button"]#searchAddress {
  margin-left: 10px;
  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;
}
ul#address_box li {
  width: 100%;
  position: relative;
  padding-left: 150px;
  margin: 0 30px 10px 0;
}
ul#address_box li:last-child {
  margin: 0;
}
ul#address_box li span {
  position: absolute;
  top: 12px;
  left: 0;
  width: 150px;
}
ul#address_box select {
  width: auto;
}

/* agreement */
#agreement {
  margin: 30px auto;
  text-align: center;
  line-height: 1.5;
}
#agree_check {
  width: 300px;
  background: #e5e5e5;
  margin: 20px auto 5px;
  padding: 15px;
}
#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;
}
#agree_check 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: 480px;
  height: 67px;
  padding: 0;
  background: url("../images_winter/btn_confirm@2x.png") no-repeat;
  background-size: 480px;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
#btn_confirm input[type="submit"]:hover {
  background-position: 0 -67px;
}
#btn_submit {
  display: table;
  margin: 0 auto;
}
#btn_submit p {
  display: table-cell;
  text-align: center;
  padding: 0 20px;
}
#btn_submit input[type="submit"] {
  margin: 0 auto;
  display: block;
  width: 370px;
  height: 50px;
  float: left;
  text-indent: -9999px;
  background-image: url(../images_winter/btn_transmit_pc@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: inherit;
}
#btn_submit.present input[type="submit"] {
  background-image: url(../images_winter/btn_transmit_pc@2x.png);
}
#btn_submit input[type="submit"]:hover {
  background-position: 0px -50px;
}
#btn_submit input[type="button"] {
  margin: 0 auto 4px;
  display: block;
  width: 161px;
  height: 44px;
  padding: 0;
  background: url("../images_winter/btn_back.png") no-repeat;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
#btn_submit input[type="button"]:hover {
  background-position: 0 -44px;
}

/* prize_list */
#form_area div.prize_list {
  margin: 10px 0;
  padding: 0;
  font-size: 0;
  width: 898px;
  gap:0;
}
#form_area div.prize_list label {
  margin: 0;
  display: inline-block;
  border-left: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  padding: 15px;
  width: 298px;
  /*height: 270px;*/
  float: none;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
#form_area div.prize_list label p {
  font-size: 12.5px;
  line-height: 1.4;
  padding: 10px 0 0 20px;
  position: relative;
}
#form_area div.prize_list label p input {
  position: absolute;
  top: 9px;
  left: 0;
}
#form_area div.prize_list label:nth-of-type(3),
#form_area div.prize_list label:nth-of-type(6),
#form_area div.prize_list label:nth-of-type(9) {
  border-right: 1px solid #c9c9c9;
}
#form_area div.prize_list label:nth-of-type(10),
#form_area div.prize_list label:nth-of-type(11) {
  border-bottom: 1px solid #c9c9c9;
}
#form_area div.prize_list div.space {
  margin: 0;
  display: inline-block;
  border: 1px solid #c9c9c9;
  padding: 15px;
  width: 598px;
  /*height: 270px;*/
  float: none;
  font-size: 0;
}
#form_area div.prize_list label img {
  pointer-events: none;
  max-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;
  margin-bottom: 5px;
}
#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;
}