@charset "UTF-8";

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

:root {
  --base600: #f4b02e;
  --base500: #ea4303;
  --basevote: #e65a24;
}

* {
  color: #000;
  line-height: 1.4rem;
  font-size: 16px;
  font-family: 'IBM Plex Sans JP', sans-serif;
}

html {
  background: #fff;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 640px;
  background: #fff;
  margin: auto;
}

/* img {
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
} */

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.red {
  color: #FE1405;
}

.header {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}

.header .topbanner {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
}

.header a {
  display: block;
}

.header img {
  width: 90%;
}

.main {
  width: 100%;
  padding-bottom: 20px;
}

.background {
  padding: 20px 0;
  margin-bottom: 20px;
}

.background.pet600 {
  background-color: #fff2db;
}

.background.pet500 {
  background-color: #ffebd9;
}

.background.vote {
  background-color: #ffce9b;
  padding-top: 0;
}

.footer {
  padding-bottom: 6px;
}

.footer img {
  width: 100%;
}


.user_name_wrapper {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0 24px;
  line-height: 1.8rem;
}

.user_name_wrapper span {
  font-size: 18px;
  font-weight: bold;
}

.suishoukankyou {
  padding: 8px;
}

.suishoukankyou .heading {
  text-align: center;
  margin-bottom: 4px;
  color: #d80c18;
  font-weight: bold;
}

.suishoukankyou .contents {
  line-height: 1.5;
  color: #d80c18;
  font-weight: bold;
}

.suishoukankyou .contents.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.add_point_by_camera_message_wrapper {
  width: 90%;
  margin: auto;
}

.add_point_by_camera_message {
  font-size: 16px;
  color: #d80c18;
  font-weight: bold;
  text-indent: -1rem;
  margin-bottom: 20px;
  margin-left: 1rem;
}

.campaignfinish_message {
  font-size: 16px;
  color: #d80c18;
  font-weight: bold;
  width: 90%;
  margin: auto auto 20px;
}

.schedule_wrapper {
  text-align: center;
  margin: 0 12px 20px;
  border: 3px solid #000;
  border-radius: 16px;
}

.schedule_wrapper.pet600 {
  border: 3px solid var(--base600);
}

.schedule_wrapper.pet500 {
  border: 3px solid var(--base500);
}

.schedule_wrapper.vote {
  border: 3px solid var(--basevote);
  background-color: #fff;
}

.schedule_title {
  background: #000;
  border-radius: 12px 12px 0px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
}

.schedule_title.pet600 {
  background-color: var(--base600);
}

.schedule_title.pet500 {
  background-color: var(--base500);
}

.schedule_title.vote {
  background-color: var(--basevote);
}

.schedule_cp_wrapper {
  margin: 16px 8px 10px;
}

.schedule_date {
  font-size: 18px;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.schedule_date.pet600 {
  color: var(--base600);
}

.schedule_date.pet600 span {
  color: var(--base600);
}

.schedule_date.pet500 {
  color: var(--base500);
}

.schedule_date.pet500 span {
  color: var(--base500);
}

.schedule_date.code {
  line-height: 1.8rem;
  margin-top: 8px;
  color: #f00;
  text-align: left;
}

.schedule_date.code span {
  color: #f00;
}

.schedule_date .num {
  border-radius: 999px;
  font-size: 24px;
}

.schedule_date .num.pet600 {
  background-color: var(--base600);
  color: #fff;
  display: block;
  margin-bottom: 8px;
  padding: 10px 4px 8px;
  font-size: min(5vw,20px);
}

.schedule_date .num.pet500 {
  background-color: var(--base500);
  color: #fff;
  display: block;
  margin-bottom: 8px;
  padding: 10px 4px 8px;
  font-size: min(5vw,20px);
}

.schedule_caution {
  color: #f00;
  text-align: left;
}

.campaign_entry_wrapper {
  margin: 20px 12px;
  border: 1px solid #000;
}

.campaign_entry_wrapper .heading {
  background-color: #000;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.campaign_entry_wrapper .line_login_wrapper {
  padding: 20px;
}

.campaign_entry_wrapper .line_login_wrapper img {
  width: 100%;
}

.line_login_message {
  margin-bottom: 12px;
  text-align: center;
}

.campaign_list_wrapper {
  margin: auto 12px 20px;
}

.campaign_list_wrapper.login {
  border: 1px solid #000;
}

.campaign_list_heading {
  background-color: #000;
  color: #fff;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.campaign_list_wrapper img {
  width: 100%;
}

.campaign_list_contents.login {
  padding: 4px;
}

.campaign_list_contents.login a {
  margin-bottom: 8px;
  display: block;
}

.course_banner_wrapper {
  margin-bottom: 8px;
}

.course_banner_wrapper:last-child {
  margin-bottom: 0;
}


.course_name {
  background: #fff31f;
  padding: 12px 8px;
  color: #1087e0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.course_name.blue {
  background: #0aabf9;
  color: #fef200
}


/* ウルトラドデカサマーチャンスページ */
.ultra_schedule_date {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.ultra_schedule_date_caution {
  color: #f00;
  line-height: 1.5;
  margin-top: 8px;
}

.ultra_schedule_date_caution a {
  text-decoration: underline;
}

.ultra_img_wrapper img {
  width: 100%;
}

.winning_number {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

.winning_number_bottom_caution_wrapper {
  margin: auto 20px 20px;
}

.winning_number_bottom_caution {
  text-align: left;
  color: #f00;
  text-indent: -1rem;
  margin-left: 1rem;
}

.go_top_btn.stampsheet {
  background: #fff100;
  color: #0babf9;
}

.go_top_btn.morenakuChusen {
  background: #0babf9;
  color: #fff100;
}

.entry_complete_message {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #f00;
  margin-bottom: 22px;
}















.point_now_wrapper {
  width: 72%;
  margin: auto auto 20px;
  padding: 12px;
  text-align: center;
  border: 2px solid #7f7f7f;
  background: #f2f2f2;
}

.point_now_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.point_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.point_flex p {
  font-size: 18px;
  font-weight: bold;
}

.point_number_wrapper {
  background: #fff;
  margin: auto 8px;
  padding: 20px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.base_btn {
  width: 80%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  margin: 0 auto 20px;
  display: block;
}

.all_prize_wrapper {
  margin: 0 0 40px 0;
}



.entry_point_wrapper {
  position: relative;
  border-radius: 999px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 52px;
  height: 52px;
  border: 2px solid #d80c18;
  color: #d80c18;
}

.entry_point_wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #d80c18;
}

.prize_name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.9rem;
  transform: translateY(-1px);
  color: #d80c18;
}

.prize_name .original {
  font-size: 20px;
  font-weight: bold;
  color: #d80c18;
}

.number_of_types {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: auto auto 12px;
  padding: 6px 14px;
  border-radius: 999px;
  width: 36%;
  background: #d80c18;
}

.number_of_winner {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  line-height: 1.9rem;
  font-weight: bold;
  color: #d80c18;
}

.prize_text_wrapper {
  width: 90%;
  margin: 0 auto 12px;
}

.prize_text_wrapper.tapestry {
  width: 64%;
}

.prize_text_wrapper img {
  width: 100%;
}

.prize_img_wrapper {
  width: 100%;
  margin: 0 auto 20px;
}

.prize_img_wrapper.wallpaper {
  width: 50%;
}

.prize_img_wrapper.tapestory {
  width: 50%;
}

.prize_img_wrapper.stand {
  width: 60%;
}

.prize_img_wrapper img {
  width: 100%;
}

.prize_caution {
  text-align: left;
  text-indent: -1em;
  margin-left: 2rem;
  font-size: 14px;
  margin-bottom: 10px;
  width: 88%;
  margin-right: auto;
}

.prize_caution.impact {
  font-size: 16px;
  color: #FE1405;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.prize_caution span {
  color: #FE1405;
}

.prize_caution.red {
  color: #FE1405;
}


.entry_button {
  width: 90%;
  margin: 16px auto 0;
  padding: 8px;
  background: #FE1405;
  color: #fff;
}

.streaming_caution {
  color: #FE1405;
  background: #F7E83B;
  border: 2px solid #FE1405;
  font-size: 16px;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 12px;
}


/* スタンプシート企画 */
.stampSheet_midashi_wrapper img {
  width: 100%;
}

.stampSheet_wrapper {
  margin: auto 12px;
}

.stampSheet_wrapper img {
  width: 100%;
}

.diary_wrapper {
  margin-bottom: 20px;
}

.dl_limit_message_wrapper {
  margin: auto 20px 20px;
}

.threeStamp_message_wrapper img,
.diary_wrapper img,
.dl_limit_message_wrapper img {
  width: 100%;
}




































.primary_btn {
  background: #ED5A24;
  border: 3px solid #F7AC3B;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  margin: 0 50px 20px;
}

.primary_btn a {
  display: block;
  padding: 12px 4px;
  color: #fff;
  font-size: 20px;
}

.secondary_btn {
  display: block;
  background: #fff4f0;
  width: 100%;
  text-align: center;
  color: #ed5a24;
  padding: 12px 4px;
  border-radius: 8px;
  border: 2px solid #ed5a24;
  font-weight: bold;
  margin-bottom: 16px;
}

.secondary_btn.mb-0 {
  margin-bottom: 0;
}

.go_top_btn {
  display: block;
  background: #e3e3e3;
  width: 84%;
  text-align: center;
  color: #404040;
  padding: 12px 4px;
  border-radius: 8px;
  border: 2px solid #404040;
  font-weight: bold;
  margin: 0 auto 16px;
}

.go_top_btn.mb-0 {
  margin-bottom: 0;
}

.go_top_btn.mb-20 {
  margin-bottom: 20px;
}

.go_top_btn.dodecaminrank {
  background: #a560a2;
  color: #fff;
}

.go_top_btn.morenaku_husen {
  background: #fecd2e;
  color: #404040;
}


.register_btn {
  background: #d80c18;
  border: 3px solid #e79499;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 20px;
  width: 84%;
}

.register_btn.goto_campaign {
  margin: 20px auto 20px;
}

.register_btn a {
  display: block;
  padding: 12px 4px;
  color: #fff;
  font-size: 20px;
}

.register_btn.goto_campaign a {
  font-size: 18px;
}

.register_btn.regist {
  display: block;
  width: 84%;
  margin: 0 auto 0;
  padding: 12px;
  color: #fff;
}

.entry_message {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.entry_caution_list {
  margin: 0 20px 20px;
}

.entry_caution_item {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.2rem;
}

.entry_caution_item.mb-20 {
  margin-bottom: 20px;
}

.login_form_wrapper {
  margin: 0 10px;
  border: 3px solid #d80c18;
  border-radius: 16px;
}

.login_form_wrapper.forget_pw {
  margin-bottom: 40px;
}

.alredy_register {
  background: #d80c18;
  border-radius: 12px 12px 0px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 12px 4px;
}

.register_input_wrapper {
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.login_message {
  margin-bottom: 12px;
}

.register_input_label {
  margin-bottom: 4px;
}

.form-item {
  width: 100%;
  margin-bottom: 12px;
}

.form-item.unitname {
  margin-bottom: 0;
}

.m-form-text {
  width: 100%;
  margin-bottom: 12px;
  padding: 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px rgb(108, 108, 108) inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.m-form-text.unit {
  box-shadow: 0 0 0 1px rgb(0, 158, 211) inset;
}

.m-form-text:focus {
  outline: 0;
  box-shadow: 0px 0px 4px 2px rgb(162, 162, 162);
}

.m-form-text.unit:focus {
  outline: 0;
  box-shadow: 0px 0px 4px 2px rgb(90, 205, 255);
}

.save_password_wrapper {
  margin-bottom: 20px;
  text-align: center;
}

textarea.m-form-text.unit {
  resize: vertical;
}


.save_password_wrapper input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.save_password_wrapper input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

.save_password_wrapper input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
.save_password_wrapper input[type=checkbox] + label:before { letter-spacing: 6px; } /* space between checkbox and label */

.save_password_wrapper input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
.save_password_wrapper input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */


.error_message {
  color: #FE1405;
  font-weight: bold;
  margin-bottom: 20px;
}

.primary_btn.login {
  display: block;
  width: 84%;
  margin: 0 auto 20px;
  padding: 12px;
  color: #fff;
  background: #d80c18;
  border: 3px solid #e79499;
}

.primary_btn.regist {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px;
  color: #fff;
}

.forget-pw {
  display: block;
  text-align: center;
  text-decoration: underline;
}


.contact_us_wrapper {
  font-weight: bold;
  margin-bottom: 12px;
}

.contact_us_title {
    background: #000;
    color: #fff;
    padding: 8px;
    text-align: center;
    margin-bottom: 12px;
}

.campaign_office_name {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6rem;
  padding: 0 8px;
}

.contact_us_wrapper dl {
  text-align: center;
  margin-bottom: 16px;
}

.contact_us_wrapper dt {
  margin-bottom: 4px;
}

.contact_us_wrapper dd {
  font-weight: bold;
}

.contact_us_wrapper dd.telnumber {
  font-size: 20px;
}

.campaign_office_text {
  margin-bottom: 16px;
  text-align: center;
}

.campaign_office_text:last-of-type {
  margin-bottom: 4px;
}

.campaign_office_text.date {
  margin-bottom: 0;
}

.mail_copy_wrapper {
  text-align: center;
  margin: 12px auto;
}

.mail_copy_message {
  font-size: 14px;
  margin-bottom: 4px;
}

.mail_copy_input {
  border: 1px solid #404040;
  display: inline-block;
  padding: 4px 16px;
}

.mail_copy {
  text-align: center;
  margin-top:12px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
}

.copyright {
  padding: 10px 45px;
  color: #999;
  font-size: 11px;
  background: #333;
  text-align: center;
}

small {
  color: #999;
  font-size: 13px;
}

.piapro-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.piapro-copyright-url {
  color: #999;
  font-size: 13px;
}

.piapro-copyright img {
  width: 60px;
  height: 100%;
}


.forget_pw_message {
  text-align: center;
  margin-bottom: 20px;
}

.entry_caution_item.forget_pw {
  margin-bottom: 0;
}


.input_mail {
  font-weight: bold;
  margin-bottom: 8px;
}

.input_mail_bottom_text {
  margin-bottom: 20px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  font-size: 14px;
}

.point_caution_text {
  font-size: 18px;
  color: #FE1405;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6rem;
}



.information_message_wrapper {
  margin: 0 auto 40px;
  width: 90%;
  border: 3px solid #fe1405;
  padding: 16px;
}

.information_message_wrapper p {
  color: #fe1405;
  font-weight: bold;
  line-height: 1.5rem;
}

.information_message_wrapper p a {
  text-decoration: underline;
}

.information_title {
  text-align: center;
  margin-bottom: 8px;
}

.primary_btn.add_point {
  display: block;
  padding: 12px 4px;
  color: #fff;
  font-size: 18px;
  width: 90%;
  margin: 0 auto 20px;
  background: #d80c18;
  border: none;
}

.primary_btn.add_point.comp {
  width: 90%;
  margin-bottom: 40px;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 1);
  font-size: 17px;
  padding: 12px;
}



.unit_name {
  color: #FE1405;
  font-size: 16px;
  font-weight: bold;
}

.schedule_bottom_cautiontext {
  margin: 0 12px 8px calc(12px + 1em);
  text-indent: -1em;
}

.schedule_bottom_cautiontext.mb-20 {
  margin-bottom: 20px;
}


.mokuji_wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.mokuji_wrapper a {
  display: block;
}

.mokuji_wrapper a img {
  width: 100%;
}


/* .mokuji_wrapper {
  margin: 0 12px 20px;
}

.mokuji_heading {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  width: 100%;
}

.mokuji_heading img {
  width: 100%;
}

.mokuji_list {
  width: 100%;
}

.mokuji_item {
  font-size: 18px;
  margin-bottom: 4px;
}

.mokuji_item a {
  display: block;
}

.mokuji_item img {
  width: 100%;
} */

.course_wrapper {
  margin: auto 12px 32px;
  border: 2px solid #000;
  border-radius: 12px;
}

.course_wrapper.dodecaminRank {
  margin: auto 0 32px;
  border: none;
  border-radius: 0;
}

.course_wrapper.dodecaminRank a {
  display: block;
}

.course_wrapper.dodecaminRank img {
  width: 100%;
}


.course_name.morenaku {
  background: #fecd2e;
  color: #000;
}

.rank_img_wrapper {
  margin: 16px 0 10px;
}

.rank_img_wrapper img {
  width: 100%;
  border-radius: 0 0 9px 9px;
}

.rank_caution_message {
  width: 90%;
  margin: auto auto 16px;
  font-size: 14px;
}

.rank_text_img_wrapper {
  text-align: center;
  background: #a560a1;
  border-radius: 0 0 9px 9px;
}

.rank_text_img_wrapper img {
  width: 100%;
  border-radius: 0 0 9px 9px;
}

.rank_text_img_wrapper a {
  display: block;
  /* width: 53%; */
  margin: auto;
}

.morenaku_chusen_banner_wrapper {
  width: 100%;
  margin-bottom: 32px;
}

.morenaku_chusen_banner_wrapper a {
  display: block;
}

.morenaku_chusen_banner_wrapper img {
  width: 100%;
}

.course_heading {
  background: #000;
  font-size: 20px;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  color: #fecd2e;
  margin: 36px 0 20px;
}

.morenaku_text_img_wrapper a {
  display: block;
}

.morenaku_text_img_wrapper img {
  width: 100%;
}

.chusen_text_img_wrapper a {
  display: block;
}

.chusen_text_img_wrapper img {
  width: 100%;
  border-radius: 0 0 9px 9px;
}



/* 賞品詳細ページ */
.anchor_link_wrapper {
  width: calc(100% - 12px);
  display: flex;
  margin: auto auto 20px;
}

.anchor_link_wrapper .anchor_link_btn {
  width: 50%;
}

.anchor_link_wrapper .anchor_link_btn a {
  display: block;
}

.anchor_link_wrapper .anchor_link_btn img {
  width: 100%;
}

.detail_wrapper {
  margin: auto 12px 0;
  border: 1px solid #000;
}

.detail_wrapper.pet600 {
  border-color: var(--base600);
  background-color: #fff;
}

.detail_wrapper.pet500 {
  border-color: var(--base500);
  background-color: #fff;
}

.detail_wrapper.vote {
  border-color: var(--basevote);
  background-color: #fff;
  margin-bottom: 20px;
}

.detail_wrapper .morenaku_wrapper {
  margin-bottom: 40px;
}

.detail_wrapper .course_name {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px 4px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.detail_wrapper .course_name.pet600 {
  background-color: var(--base600);
}

.detail_wrapper .course_name.pet500 {
  background-color: var(--base500);
}

.detail_wrapper .course_name.vote {
  background-color: var(--basevote);
}

.detail_wrapper .course_name span {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.detail_wrapper .prize_wrapper {
  margin: 0 12px;
}

.detail_wrapper .prize_topic_message {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  color: #000;
  background: #f8c846;
  padding: 8px;
  border-radius: 999px;
}

.detail_wrapper .prize_name_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}







.dashed_devide {
  border-top: 1px dashed #404040;
  width: 96%;
  margin: 28px auto;
}


.base_btn.history {
  width: 84%;
  margin: 20px auto;
  background: #d80c18;
  border: 3px solid #e79499;
}

.base_btn.history a {
  line-height: 1.7rem;
  padding: 12px 4px;
}

.base_btn.input {
  padding: 12px 4px;
  font-size: 18px;
}

.base_btn.unit {
  width: 84%;
}

.base_btn.entry {
  background: #d80c18;
  border: 3px solid #e79499;
  margin-top: 20px;
}

.base_btn.last {
  margin-bottom: 10px;
}

.base_btn a {
  display: block;
  width: 100%;
  padding: 12px 4px;
  font-size: 18px;
}

.base_btn.machiuke_dl {
  background: #d80c18;
  border: 3px solid #e79499;
  margin: 28px auto;
}

.course_desctiption_wrapper {
  width: 100%;
  background: #fff;
  padding: 12px 0;
  margin-bottom: 20px;
}

.course_desctiption_wrapper.cvs {
  border: 2px solid #4ab4e0;
}

.course_desctiption_wrapper.merchant {
  border: 2px solid #ED5A24;
}

.course_desctiption_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}

.course_desctiption_wrapper.cvs .course_desctiption_title {
  color: #4ab4e0;
}

.course_desctiption_wrapper.merchant .course_desctiption_title {
  color: #ED5A24;
}


.finished_wrapper {
  position: absolute;
  background: rgb(0, 0, 0, 0.7);
  width: calc(100% + 0px);
  height: calc(100% + 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 2.5rem;
  z-index: 999;
  top: 0;
  left: 0;
}

.course_title {
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin: auto auto 12px;
  padding: 8px;
  font-size: 20px;
  text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white,
    0 -1px 0 white, 0 1px 0 white,
    1px -1px 0 white, 1px 0 0 white, 1px 1px 0 white;
}

.course_title span {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.course_title.cvs {

  color: #4AB4E0;
  background: #D0F1FF;
}

.course_title.cvs span {
  color: #4AB4E0;
}

.course_title.merchant {
  color: #ED5A24;
  background: #FFE6D2;
}

.course_title.merchant span {
  color: #ED5A24;
}



.dashed-line {
  border: 1px dashed #d80c18;
  margin: 32px auto;
}

.talk-contents_name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.talk-contents_description {
  font-size: 14px;
  margin-bottom: 20px;
}

.target_product_title_wrapper {
  text-align: center;
}

.target_product_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 6px 12px;
  color: #fff;
  background: #000;
  width: 100%;
  margin: 0 auto 8px;
}

.target_product_title:not(:first-child) {
  margin-top: 20px;
}

.sticker_img_wrapper {
  width: 100%;
  margin: auto auto 12px;
  text-align: center;
}

.sticker_img_wrapper img {
  width: 100%;
}

.sticker_img_wrapper img.bottle {
  width: 100%;
  margin-bottom: 12px;
}

.accordion_caution {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  margin-bottom: 4px;
}

.accordion_caution.mb-30 {
  margin-bottom: 30px;
}

.accordion_caution.mb-0 {
  margin-bottom: 0;
}

.target_store_list {
  font-weight: bold;
}

.target_store {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 4px;
}








/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  overscroll-behavior: contain;
  z-index: 999;
  animation-name: modalopen;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  padding: 20px;
}

.modal-body {
  color: #000;
}

.login_modal_title {
  color: #00c300;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.login_modal_description {
  margin-bottom: 20px;
}

.sns_login_btn_wrapper_modal {
  margin: 20px auto;
}

.sns_login_btn_wrapper_modal a {
  display: block;
}

.modal-content img {
  width: 100%;
}

.login_modal_caution {
  margin-bottom: 8px;
}

.modal-footer button {
  display: block;
  background-color: #000;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  margin: 20px auto auto;
}

.nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}

@keyframes modalopen {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  /* background: lightblue; */
  position: relative;
  padding: 16px 12px;
  text-align: center;
}

.modal-header_course {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.modal-header_text {
  font-size: 16px;
}

.modal_close_button {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.modal_close_button img {
  width: 100%;
}

.modalClose:hover {
  cursor: pointer;
}



.point_list_modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.point_list_modal:last-of-type {
  border-bottom: 1px solid #000;
}

.point_list_modal dt {
  width: 70%;
  padding: 4px;
  border-right: 1px solid #000;
  text-align: center;
}

.point_list_modal dd {
  padding: 4px 12px 4px 4px;
  text-align: center;
}


/* アコーディオン */
.accordion {
  margin: auto;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
  padding: 0 12px;
}

.option.mb-0 {
  margin-bottom: 0;
}

.accordion_title,
.accordion_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion_title {
  padding: 12px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white, 0 -1px 0 white, 0 1px 0 white, 1px -1px 0 white, 1px 0 0 white, 1px 1px 0 white;
}

.accordion_title {
  color: #fff;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  background: #000;
  text-shadow: none;
}

.accordion_title::after,
.accordion_title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0.8em;
  width: 2px;
  height: 0.75em;
  transition: all 0.3s;
  text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white, 0 -1px 0 white, 0 1px 0 white, 1px -1px 0 white, 1px 0 0 white, 1px 1px 0 white;
  background: #fff;
}

.accordion_title.cvs::after,
.accordion_title.cvs::before {
  background: #4ab4e0;
}

.history .accordion_title.cvs::after,
.history .accordion_title.cvs::before {
  background: #d0f1ff;
}

.accordion_title.merchant::after,
.accordion_title.merchant::before {
  background: #ED5A24;
}

.history .accordion_title.merchant::after,
.history .accordion_title.merchant::before {
  background: #FFE6D2;
}

.accordion_title.notes::after,
.accordion_title.notes::before {
  background: #fff;
  text-shadow: none;
}

.accordion_title::after {
  transform: rotate(90deg);
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0;
}

/* .history .accordion_content {
  max-height: 100%;
  overflow: visible;
} */

.accordion_content {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.accordion_content_wrapper {
  padding: 14px;
}

.toggle:checked+.accordion_title+.accordion_content {
  max-height: 40000px;
  transition: all 1.5s;
}

.toggle:checked+.accordion_title::before {
  transform: rotate(90deg) !important;
}

.attached_sticker {
  color: #4ab4e0;
  border-radius: 999px;
  padding: 6px 4px;
  text-align: center;
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  margin: auto auto 12px;
}

.accordion_prize_name {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}


.achievement_course_button {
  width: 90%;
  margin: auto;
  padding: 4px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.method_top_text_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.method_top_text_wrapper img {
  width: 20%;
}

.method_top_text {
  line-height: 1.5rem;
  font-weight: bold;
}

.step_wrapper {
  position: relative;
  border-radius: 8px;
  padding: 24px 12px 12px;
  border: 2px solid #000;
}

.step_wrapper.step1 {
  margin-top: 16px;
}

.step_num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, -50%);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  background: #000;
}

.step_num span {
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
}

.step_img_wrapper {
  width: 100%;
  margin: 20px auto;
}

.step_img_wrapper img {
  width: 100%;
}

.down_arrow_wrapper {
  width: 40px;
  height: 40px;
  margin: 12px auto;
}

.step_text_caution {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  margin-top: 4px;
  color: #d80c18;
  line-height: 1.4;
}

.step_text a {
  text-decoration: underline;
}

.line_addfriend_btn {
  text-align: center;
  display: block;
  background-color: #05c754;
  color: #fff;
  padding: 12px;
  width: 90%;
  margin: auto auto 12px;
}

.notes_application_requirements {
  background: #404040;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  width: calc(100% + 28px);
  margin: 0 auto 12px;
  transform: translateX(-14px);
}

.notes_title {
  text-align: center;
  position: relative;
  padding: 12px 8px 4px;
  left: -3px;
  margin-bottom: 16px;
  border: 1px solid #404040;
  color: #404040;
}

.notes_title:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: '';
  border: 1px solid #9F9F9F;
}


.notes_item {
  text-indent: -1rem;
  margin-left: 1rem;
  margin-bottom: 8px;
  line-height: 1.6rem;
}

.notes_item a {
  text-decoration: underline;
}

.notes_item:last-of-type {
  margin-bottom: 32px;
}

.notes_item .bold {
  font-weight: bold;
}

.notes_item.mb-20 {
  margin-bottom: 20px;
}

.notes_item.mb-0 {
  margin-bottom: 0;
}

.no-indent {
  text-indent: 0;
  margin-left: 0;
}

.bottom_caution {
  margin: 0px 12px 32px;
}

.bottom_caution.inside {
  margin: 20px 0 0;
}

.bottom_caution.inside .prize_caution {
  font-size: 16px;
  margin-bottom: 8px;
}

.bottom_caution.inside .prize_caution:last-of-type {
  margin-bottom: 0;;
}

.complete_campaign_btn {
  width: 84%;
  background: #404040;
  margin: 0 auto 8px;
  text-align: center;
  border-radius: 4px;
}

.complete_campaign_btn.history {
  margin-top: 30px;
}

.complete_campaign_btn a {
  display: block;
  padding: 6px 0;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}


/* 履歴ページ */
.history_wrapper {
  margin: 0 12px 30px;
}

.tabtop_product_wrapper.history {
  margin: 12px 12px 20px;
}

.tabtop_product_wrapper.history.cvs {
  border: 1px solid #4AB4E0;
}

.tabtop_product_wrapper.history.merchant {
  border: 1px solid #ED5A24;
}

.tabtop_schedule_wrapper.history {
  width: auto;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 40px;
}

.history_title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 6px 4px;
  line-height: 1.7rem;
  background: #d80c18;
}

.history_title span {
  font-size: 20px;
  color: #fff;
}

.accordion.history {
  margin: 20px 12px auto;
  background: #fff;
}

.accordion_history_contents_wrapper .option {
  margin: auto;
  margin-bottom: 24px;
}

.accordion_history_title {
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
  color: #fff;
}

.accordion_history_title.cvs {
  background: #4AB4E0;
}

.accordion_history_title.merchant {
  background: #ed5a24;
}

.accordion_title.more_view {
  padding: 10px 6px;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  width: 70%;
  margin: auto;
  background: #404040;
  color: #ffffff;
  border: none;
}

.accordion_content.more_view {
  border: none;
  max-height: 0;
  overflow: hidden;
}

.history_table {
  width: 100%;
  border: 1px solid #404040;
  margin-bottom: 20px;
  word-break: break-all;
}

.history_table a {
  color: #006ec6;
  text-decoration: underline;
}

.history_table.serial a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

.history_table th,
.history_table td {
  border: 1px solid #404040;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}

.accordion_content.more_view {
  margin-top: 20px;
}

.accordion_content_wrapper.history {
  padding-bottom: 0;
}


/* シリアル入力ページ */
.login_form_wrapper.input_serial {
  margin-bottom: 28px;
}

.serial_input_error_message {
  color: #FE1405;
  margin-bottom: 20px;
}

.input_message {
  display: block;
  color: #000;
  text-align: center;
}

.primary_btn.login.serial {
  margin-bottom: 0;
}


/* 賞品選択ページ */
.select_prize_wrapper,
.complete_prize_wrapper {
  margin: 0 12px;
}

.select_prize_wrapper,
.complete_prize_wrapper {
  border: 2px solid #000;
  margin-bottom: 30px;
}

.select_prize_title,
.complete_prize_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
  padding: 8px;
  background: #000;
}

.complete_prize_title.voice {
  line-height: 1.7rem;
}


.select_prize_img_wrapper {
  width: 92%;
  margin: 16px auto;
}

.select_prize_img_wrapper img {
  width: 100%;
}

.select_prize_error_message {
  color: #FE1405;
  width: 90%;
  margin: auto;
  text-align: center;
  font-weight: bold;
}

.already_selected_name {
  text-align: center;
  margin: 12px auto;
  display: block;
}

.select_wallpaper {
  background: #fff;
}

select {
  /* styling */
  background-color: white;
  border: thin solid #4ab4e0;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 20px auto 10px;
  display: block;
  width: 90%;
}

.select_prize_wrapper select.stamp {
  background-color: white;
  border: thin solid #d80c18;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 20px auto 10px;
  display: block;
  width: 90%;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #d80c18, #d80c18);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  margin-top: 12px;
  margin-bottom: 30px;
}



.select_prize_wrapper select.stamp:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #d80c18, #d80c18);
  border-color: #d80c18;
  background-position:
  calc(100% - 15px) 1em,
  calc(100% - 20px) 1em,
  100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: #d80c18;
  outline: 0;
}


.select_confirm_btn {
  width: 84%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  margin: 40px auto;
  display: block;
  padding: 12px 4px;
  background: #d80c18;
  border: 3px solid #fa989e;
}

.select_confirm_btn.finished {
  opacity: 0.5;
}

.finished_btn_bottom_caution {
  font-size: 14px;
  text-align: center;
  color: #FE1405;
  margin-bottom: 20px;
}

.select_prize_wrapper.cvs .select_confirm_btn {
  background: #4AB4E0;
  border: 3px solid #8EEBFF;
}

.fortune_result_caution {
  margin: 20px 20px 0 calc(1em + 20px);
  text-indent: -1em;
}

.fortune_result_caution.red {
  color:#d80c18;
}


/* 応募確認ページ */
.entry_confirm_wrapper {
  margin: 0 12px;
}

.already_entry_message {
  font-size: 20px;
  font-weight: bold;
  color: #f00;
  text-align: center;
  margin-top: 24px;
}

.already_entry_bottom_text {
    text-align: center;
    width: 90%;
    margin: auto auto 20px;
    line-height: 1.5;
}

.already_entry_bottom_text a {
  text-decoration: underline;
}

.confirm_message {
  text-align: center;
  margin-bottom: 12px;
}

.entry_prize_name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  line-height: 2rem;
}

.possession_point {
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
}

.use_point {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.unit_input_error_message_top {
  text-align: center;
  font-size: 18px;
  color: #FE1405;
  margin-bottom: 12px;
}

.unit_input_error_message {
  color: #FE1405;
  margin: auto auto 4px;
  font-weight: bold;
}

.vote_input_error_message {
  color: #FE1405;
  width: 90%;
  margin: auto auto 4px;
  font-size: 15px;
  font-weight: bold;
}

.unit_inputform_caution {
  text-indent: -1rem;
  margin-left: 1rem;
  color: #FE1405;
  margin-bottom: 20px;
}

textarea.m-form-text.unit {
  margin-bottom: 0;
}

.unitname_caution_text {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 16px;
}

/* エラーページ */
.error_wrapper {
  margin: 0 12px;
  border-radius: 16px;
  border: 2px solid #404040;
  margin-bottom: 30px;
}

.error_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
  padding: 8px;
  border-radius: 12px 12px 0 0;
  background: #404040;
}

.error_contents {
  margin: auto 12px;
  padding-bottom: 12px;
}

.error_contents_message {
  font-size: 18px;
  color: #FE1405;
  font-weight: bold;
  line-height: 1.6rem;
}

.error_contents_message.past {
  text-align: center;
}


/* 応募完了ページ */
.thanks_message {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6rem;
}


/* 壁紙ダウンロードページ */
.wallpaper_dl_message {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6rem;
  margin: 12px auto 12px;
}

.wallpaper_dl_message span {
  color: #d80c18;
}

.caution_wrapper {
  position: relative;
  background: #ff0;
  border: 1px solid #000;
  border-radius: 8px;
  margin: 0 12px;
  padding: 12px;
}

.caution_wrapper img {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
}

.wallpaper_dl_caution {
  text-indent: -1rem;
  margin-left: 1rem;
  padding: 0 12px;
  margin-bottom: 8px;
}

.wallpaper_dl_caution:last-of-type {
  margin-bottom: 16px;
}

.wallpaper_dl_caution a {
  text-decoration: underline;
}

.complete_img_wrapper {
  width: 50%;
  padding: 0 12px;
  margin: auto auto 16px;
}

.complete_img_wrapper img {
  width: 100%;
}

.prohibited_matter {
  border: 2px solid #f00;
  color: #f00;
  background-color: #ff0;
  padding: 8px;
  width: 94%;
  margin: auto auto 12px;
  font-weight: bold;
}


/* ヴォイスダウンロードページ */
.voice_wrapper {
  width: 96%;
  margin: auto auto 20px;
}

.voice_dl_deadline {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6rem;
  margin: 12px auto 12px;
}

.voice_dl_caution {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 8px;
  padding: 0 12px;
  font-size: 14px;
}

.voice_dl_caution a {
  text-decoration: underline;
}


.video-wrap {
  position: relative;
}

.video-wrap .vjs-tech {
  background-image: url("https://test.campaign-ssl.com/example/img/holo_asahi_douag_c.jpg");
  background-size: contain;background-repeat: no-repeat;background-position: center;
}

.video-btn {
  content: "";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:40px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}


.animation_img {
  margin: 20px auto 32px;
  text-align: center;
}

.congraturation_message {
  font-size: 18px;
  font-weight: bold;
  color: #FE1405;
  text-align: center;
  margin-bottom: 12px;
}

.win_prize_name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.please_input_text {
  text-align: center;
}

.input_limit_date {
  color: #FE1405;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}

.input_address_btn {
  width: 80%;
  margin: 12px auto;
  padding: 8px;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.7rem;
  font-size: 18px;
  background: #d80c18;
  border: 3px solid #f6bfc3;
  color: #fff;
  border-radius: 8px;
}

.sorry_message {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.unit_input_confirm_text {
  font-weight: bold;
  margin-bottom: 16px;
}

.unit_entry_thanks_message {
  text-align: center;
  font-weight: bold;
  color: #FE1405;
  margin-bottom: 16px;
}

.unit_complete_caution {
  text-indent: -1rem;
  margin-left: 1rem;
  margin-bottom: 20px;
}

.unit_complete_caution.tapestory {
  text-indent: 0;
  margin-left: 0;
}

.congraturation_message_inputform {
  color: #404040;
  text-align: center;
  margin-bottom: 12px;
}

.congraturation_caution {
  color: #FE1405;
  font-weight: bold;
  margin-bottom: 20px;
  text-indent: -1em;
  margin-left: 1em;
}

.win_prize_img_inputform {
  width: 50%;
  margin: auto auto 20px;
}

.win_prize_img_inputform.stand {
  width: 70%;
}

.win_prize_img_inputform img {
  width: 100%;
}

.input-form_wrapper {
  padding: 0 12px;
}

.input_address_title {
  background: #404040;
  padding: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}

.input_address_text {
  text-align: center;
  margin-bottom: 12px;
}

.input_address_caution {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 4px;
}

.input_address_caution span,
.form-item_input_label span {
  color: #f00;
}

.input_address_caution.mb-20 {
  margin-bottom: 20px;
}

.win_contents {
  font-weight: bold;
  margin-bottom: 20px;
}

.form-item_input_wrapper {
  width: 100%;
}

.input_address_roomnumber {
  line-height: 1.5;
  color: #f00;
}



.form-item_input_wrapper input,
.form-item_input_wrapper select {
  width: 100%;
  border: 1px solid #8f8f8f;
  padding: 6px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.form-item_input_wrapper input:focus,
.form-item_input_wrapper select:focus {
  outline: 0;
  box-shadow: 0px 0px 3px 2px rgb(209, 209, 209);
}

.form-item_input_wrapper select {
  margin-top: 0;
}

.form-item_input_wrapper:last-of-type {
  margin-bottom: 20px;
}

.form-item_input_wrapper select.dropdown-select {
  background-image:
  linear-gradient(45deg, transparent 50%, #fff 50%),
  linear-gradient(135deg, #fff 50%, transparent 50%),
  linear-gradient(to right, #404040, #404040);
  background-position:
  calc(100% - 20px) calc(1em + 2px),
  calc(100% - 15px) calc(1em + 2px),
  100% 0;
  background-size:
  5px 5px,
  5px 5px,
  2.5em 2.5em;
  background-repeat: no-repeat;
}

.form-item_input_label {
  margin-top: 20px;
  margin-bottom: 4px;
}

.stand_input_confirm_caution {
  text-indent: -1em;
  margin-left: 1em;
  color: #404040;
  margin-bottom: 8px;
}

.stand_input_confirm_caution:last-of-type {
  margin-bottom: 20px;
}

.stand_inputform_back {
  display: block;
  background: #404040;
  width: 84%;
  text-align: center;
  color: #fff;
  padding: 12px 4px;
  border-radius: 8px;
  border: 2px solid #404040;
  font-weight: bold;
  margin: 20px auto 16px;
}

.address_input_complete_thanks_message {
  text-align: center;
  margin-bottom: 12px;
}

.address_input_complete_caution {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 12px;
}


.pointget_message {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 36px;
}

.pointget_message span {
  font-size: 17px;
  color: #000;
}

.getpoint {
  font-size: 22px;
  color: #FE1405;
  margin: 0 auto 40px;
}

.serialcode {
  font-size: 26px;
  color: #FE1405;
  margin: 16px;
  border: 1px solid #FE1405;
  padding: 16px 8px;
}

.confirm_mypage_message {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
}

.serial_caution {
  color: #000;
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline;
  line-height: 1.5;
}


.wallpaper_dl_wrapper {
  border: 2px solid #000;
  border-radius: 8px;
  padding: 0 0 12px;
}

.wallpaper_dl_wrapper_heading {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 6px 6px 0 0;
}

.wallpaper_dl_img_wrapper {
  width: 80%;
  margin: auto auto 20px;
}

.wallpaper_dl_img_wrapper img {
  width: 100%;
}

.animation_wrapper {
  margin: 0 12px 40px;
}

.advance_notes_wrapper {
  text-align: center;
  padding: 0 12px;
  margin-bottom: 20px;
}

.advance_notes_wrapper.close {
  margin-bottom: 0;
}

.advance_notes_wrapper p {
  font-weight: bold;
  line-height: 1.8rem;
  margin-bottom: 12px;
}

.advance_notes_wrapper.close p {
  margin-bottom: 0;
}

.advance_notes_title {
  font-size: 20px;
  margin-bottom: 20px;
}

.advance_notes_date {
  font-size: 18px;
}

.advance_notes_date.red {
  color: #FE1405;
}

.campaign_desc_btn {
  background: #404040;
  border: 3px solid #868686;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  margin: 0 20px;
}

.campaign_desc_btn.achieve {
  margin: auto auto 30px;
  width: 84%;
}

.campaign_desc_btn a {
  display: block;
  padding: 12px 4px;
  color: #fff;
  font-size: 18px;
}

.achieve {
  margin: 0 12px;
}

.achive_wrapper {
  border: 2px solid #ED5A24;
  border-radius: 12px;
  background: #ffe5be;
  margin-bottom: 20px;
}

.achieve .campaign_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8rem;
  margin-bottom: 20px;
  background: #ED5A24;
  border-radius: 10px 10px 0 0;
  padding: 6px 4px;
  color: #FFF;
}

.achieve_text {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.7rem;
}

.achieve_img_wrapper {
  width: 90%;
  margin: auto auto 30px;
}

.achieve_img_wrapper img {
  width: 100%;
}


.closepage_message {
  padding: 0 12px;
  line-height: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.closepage_dl_deadline {
  text-align: center;
  padding: 0 12px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8rem;
  margin-bottom: 12px;
  color: #FE1405;
}

.closepage_dl_deadline span {
  color: #000;
  font-size: 18px;
}

.closepage_caution {
  padding: 0 12px;
  margin-bottom: 20px;
  text-align: center;
}

#pageTop {
  position: fixed;
  bottom: 12px;
  right: 15px;
}

@media screen and (min-width:641px) {
  #pageTop {
    right: 50%;
    transform: translateX(305px);
  }
}

#pageTop .fa-arrow-alt-circle-up {
  display: inline-block;
  z-index: 999;
  font-size: 48px;
  color: #e65a24;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}


/* ドデカ民ランクキャンペーン詳細ページ */
.rank_campaign .rank_img_wrapper {
  margin: 0 20px;
}

.rank_text {
  text-align: center;
}

.rank_text.top {
  margin-top: 12px;
}

.rank_text.bottom {
  margin-bottom: 12px;
}

.rank_explain_text {
  margin: auto 20px 20px;
}

.rank_campaign hr {
  border-style: dashed;
  margin: 12px 8px;
}

.total_point_wrapper {
  display: flex;
  width: 90%;
  margin: auto auto 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.total_point_wrapper .text {
  width: 55%;
  text-align: right;
}

.number_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 45%;
}

.number {
  font-size: 32px;
  font-weight: bold;
  border: 2px solid #000;
  padding: 12px 8px;
  min-width: 76px;
  text-align: center;
}

.rank_sub_text {
  width: 90%;
  margin: auto;
  text-align: center;
}

.course_wrapper.rank_campaign {
  margin-bottom: 20px;
}


/* SNSアイコンページ */
.icon_wrapper {
  width: 80%;
  margin: auto auto 48px;
}

.icon_name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}


.input_name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 20px auto;
}


.accordion_title.noclose::after,
.accordion_title.noclose::before {
  background-color: #000;
}



/* JSを使用したアコーディオンのデザイン */
.accordion {
  max-width: 800px;
  margin: 20px auto;
  font-family: sans-serif;
}

.accordion-item {
  border: 1px solid #000;
  margin-bottom: 5px;
}

/* 子アコーディオンのスタイル調整 */
.accordion-content .accordion-item {
  margin: 10px 0;
  border: 1px solid #eee;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #000;
  cursor: pointer;
  user-select: none;
}

/* 子アコーディオンのヘッダー背景色を変更 */
.accordion-content .accordion-header {
  background-color: #000;
}

.title {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  font-weight: bold;
  color: #fff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 15px;
}

.accordion-item.active > .accordion-content {
  max-height: none;
  padding: 15px;
}

.accordion-item.active > .accordion-header .icon {
  content: "－";
}

/* オプション: ホバー効果 */
.accordion-header:hover {
  background-color: #000;
}

/* 子アコーディオンのホバー効果 */
.accordion-content .accordion-header:hover {
  background-color: #000;
}



/* 投票ページ */
.vote_table_wrapper {
  width: 90%;
  margin: 0 auto 20px;
}

.vote_table {
  width: 100%;
}

.vote_table th {
  font-weight: bold;
  width: 50%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  text-align: center;
}

.vote_table td {
  border: 1px solid #000;
  padding: 10px;
  vertical-align: middle;
}

.vote_table td span {
  font-size: 20px;
  font-weight: bold;
  color: #1087e0;
}

.detail_wrapper.vote select.stamp {
  background-color: white;
  border: thin solid var(--basevote);
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 20px auto 10px;
  display: block;
  width: 90%;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
  linear-gradient(135deg, #fff 50%, transparent 50%),
  linear-gradient(to right, var(--basevote), var(--basevote));
  background-position: calc(100% - 20px) calc(1em + 2px),
  calc(100% - 15px) calc(1em + 2px),
  100% 0;
  background-size: 5px 5px,
  5px 5px,
  2.5em 2.5em;
  background-repeat: no-repeat;
  margin-top: 12px;
  margin-bottom: 30px;
}

fieldset.vote {
  margin: 0px auto 20px;
  width: 90%;
}

label.vote {
  font-size: 18px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

label.vote input {
  width: 16px;
  height: 16px;
  transform: translateY(-1px);
  margin-right: 4px;
}




.register_input_wrapper {
  width: 90%;
  margin: auto;
  color: #000;
}

/* アップロード前にチェック */
.recipt_img_wrapper {
  width: 60%;
  margin: auto;
}

.recipt_img_wrapper img {
  width: 100%;
}

.receipt_photo_caution {
  font-size: 16px;
  text-align: left;
  margin: auto;
  width: 80%;
}

.receipt_photo_caution_heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}

.receipt_photo_caution_text {
  line-height: 1.7em;
}

.check_mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 0 0;
}

.confirm_btn {
  width: 100%;
  display: block;
  color: #fff;
  padding: 12px 4px;
  background: #DC0019;
  font-size: 18px;
  font-weight: bold;
  border: none;
}

.formUpload {
  background: #f6f6f6;
  color: #000;
  width: 100%;
  padding: 12px 4px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #000;
  display: block;
  margin: 20px auto;
}


.before_send_text {
  font-size: 16px;
  margin: 20px auto 12px;
}

.check_list {
  text-align: left;
  margin: auto;
  list-style: none;
  padding: 0;
}

.check_item {
  margin-bottom: 8px;
  font-size: 16px;
}

.check_caution,
.complete_caution {
  font-size: 16px;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  line-height: 1.5;
}

.complete_caution_impact {
  background: #fff;
  padding: 8px;
  color: #000;
}

.complete_caution_impact p {
  font-size: 16px;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}

.formUploadPreviewBox {
  width: 100%;
  margin: auto auto 40px;
  text-align: center;
}

.formUploadPreviewBox img {
  width: 60%;
}

.Reciptgazou {
  width: 60%;
  margin: auto;
}

.Reciptgazou img {
  width: 100%;
}

.confirm_index {
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 8px;
  color: #000;
  background: #fff;
  text-align: center;
  font-weight: bold;
  width: 80%;
  margin: 20px auto;
}


/* アップロード完了 */
.complete_text {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.complete_caution {
  font-size: 16px;
  color: #000;
}


.upload_contents_title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 6px 4px;
  line-height: 1.7rem;
  background: #d80c18;
  margin: auto 12px;
}

.fas.fa-check-square {
  color: #e4007f;
}

.Errorobi {
  color: #f00;
  text-align: center;
  margin-top: 32px;
  font-weight: bold;
}

/* ポイント確認 */
.point_confirm_toptext {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.point_confirm_text {
  font-size: 16px;
  color: #000;
}


.point_confirm_table {
  background: #fff;
  color: #000;
  width: 100%;
  margin: auto auto 20px;
}

.point_confirm_table tr td {
  padding: 8px;
  border: 1px solid #000;
}

.text_up,
.text_down {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.point {
  background: #fff;
  color: #000;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  width: 60%;
  margin: 12px auto;
  border-radius: 8px;
  border: 1px solid #000;
}

.point span {
  font-size: 20px;
}

.confirm_caution {
  background: #fff;
  color: #bf0008;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
}

.contents_detail {
  width: 90%;
  margin: 20px auto;
}
