@charset "UTF-8";

* {
  line-height: 2rem;
}

html {
  background-color: #fff;
}

body {
  width: 100%;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
}

body.is-modalOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  overflow: hidden;
}

a {
  word-break: break-all;
}

ul {
  list-style: none;
}

a:hover,
a:visited,
a:focus,
a:active {
  color: #fff;
}

.clear {
  clear: both;
}

.nopadding {
  padding: 0px 0px 0px 0px !important;
}

.mg-8 {
  width: 100%;
  height: 8px;
}

.mg-16 {
  width: 100%;
  height: 16px;
}

.mg-20 {
  width: 100%;
  height: 20px;
}

.mg-24 {
  width: 100%;
  height: 24px;
}

.mg-32 {
  width: 100%;
  height: 32px;
}

.mg-40 {
  width: 100%;
  height: 40px;
}

.line1 {
  border-top: 1px dashed #8c8b8b;
  margin-top: 30px;
  margin-bottom: 30px;
}


.Errorobi {
  color: #E6002D;
  font-size: 14px;
  padding: 10px 0 8px;
  text-align: center;
  margin: 20px auto;
  line-height: 1.2;
  font-weight: bold;
}

.Errorobi_oreng {
  color: #00A3D9;
  font-size: 16px;
  padding: 10px 0 8px;
  text-align: center;
  margin: 20px auto;
  line-height: 1.2;
}

.Reciptgazou {
  width: 90%;
  margin: 5px auto;
  text-align: center;
  overflow: hidden;
}

.Reciptgazou img {
  width: 60%;
  margin: 5px auto;
  text-align: center;
}

.Reciptgazou .formReciptbox {
  float: left;
  width: 33%;
  text-align: center;
  margin-bottom: 30px;
}

.Reciptgazou .formReciptbox:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.Reciptgazou .formReciptbox img {
  width: 80%;
}

.Reciptgazou .formReciptbox p {
  font-size: 19px;
  margin-bottom: 10px;
}

.sbm {
  vertical-align: .3em;
}

.UpPreviewBox {
  width: 80%;
  margin: 10px auto;
  text-align: center;
}

.UpPreviewBox img a {
  margin: 0 auto 30px;
}

/***************
　PC用クエリ
***************/
@media only screen and (min-width: 640px) {
  body {
    max-width: 640px;
  }
}

/* ナビゲーションメニュー */
.main-wrapper .nav-sp {
  width: 100%;
  max-width: 640px;
  position: fixed;
  z-index: 999;
  right: auto;
  left: auto;
  top: 0;
}

.sp-inner {
  z-index: 999;
  margin: 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: min(3.2vw, 14px)
}

.sp-inner a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  width: 100%;
  background: #943900;
}

.sp-inner a:hover {
  text-decoration: underline;
  background: #c05c1e;
}



.sp-logo {
  text-align: left;
}

.sp-logo img {
  margin: 2px 0px;
  width: auto;
  height: 60px;
}

.text-indent-setting {
  text-indent: -1.0em;
}


/* キービジュアル */
.main-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* iPhoneバンドル */
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  z-index: 2;
}

.kv {
  margin-top: 40px;
  margin-bottom: 20px;
}

.kv img {
  width: 100%;
}

/* キャンペーン期間 */
.block {
  margin: 12px 0px;
  text-align: center;
  width: 90%;
  margin: auto auto 16px;
  background: #fff;
}

.block .title {
  position: relative;
  background: #943900;
  margin: 0;
  border: 1px solid #943900;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.contents_wrapper {
  padding: 20px 12px;
}

.campaign-term .deadline {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 16px;
}

.campaign-term .caution {
  position: relative;
  margin: 0 0 0 16px;
  color: #005eae;
  font-size: 14px;
  text-align: left;
}


/* 応募方法の説明 */
.middle-area {
  background: #ed6300;
  color: #fff;
  margin: 32px 0;
  padding: 16px 7%;
  text-align: center;
  line-height: 2.5rem;
}


/* 賞品一覧 */
.prize_list .contents_wrapper {
  padding-bottom: 32px;
}

.prize_wrapper {
  margin-bottom: 60px;
}

.prize_wrapper:last-of-type {
  margin-bottom: 0;
}

.prize_name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5rem;
}

.prize_img_wrapper {
  width: 100%;
  margin-bottom: 16px;
}

.prize_img_wrapper.my {
  margin-bottom: 8px;
}

.prize_img_wrapper img {
  width: 100%;
}

.prize_description_text {
  text-align: left;
  color: #000;
  font-size: 14px;
  margin: auto auto 16px;
  padding: 0 12px;
}

.prize_description_text.my {
  margin-bottom: 36px;
}

.prize_description_text.my:last-of-type {
  margin-bottom: 0;
}

.entry_button {
  margin: auto;
  padding: 12px 8px;
  background-color: #E6002D;
  border: 2px solid #E6002D;
  border-radius: 100px;
  box-shadow: 0px 6px 0px rgb(255, 141, 141);
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

/* .entry_button:hover,
.entry_button:visited,
.entry_button:focus,
.entry_button:active {
  color: #fff;
} */


/* 対象商品 */
.products_img_wrapper {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 16px;
}

.products_img_wrapper img {
  width: 100%;
}

.products_description_text_top {
  text-align: center;
  margin-bottom: 16px;
  line-height: 2.2rem;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}

.products_description_text_bottom {
  text-align: left;
  line-height: 2.2rem;
  margin-bottom: 0;
}

.target_product_name {
  font-weight: bold;
}

.target_product_name.second {
  margin-top: 20px;
}

.target_product_list {
  padding: 0;
}

.target_product_item {
  margin: auto auto 4px;
}



/* アコーディオンメニュー */
.accordion {
  margin: auto;
}

.accordion_menu-btn {
  text-align: center;
  background: #000;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  cursor: pointer;
}

.accordion_icon {
  position: absolute;
  margin: 0 auto;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  transition: 1s;
  width: 10%;
}

.accordion_icon .fa-plus-circle,
.accordion_icon .fa-minus-circle {
  font-size: 28px;
  color: #fff;
}

.accordionbox .child {
  display: none;
  padding: 0 16px 16px ;
  word-break: break-all;
  background-color: #ffffff;
  transform: translateY(-12px);
  padding-top: 12px;
}

.accordionbox .child:last-of-type {
  padding-top: 16px;
}

.clearfix {
  padding-bottom: 12px;
}

.clearfix:last-of-type {
  margin-bottom: 0;
}

.flow-description {
  margin: 5px 0px 0px 0px;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.caret_down {
  margin: 0 auto;
  text-align: center;
}

.method_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.method_img_wrapper {
  width: 48%;
}

.method_img_wrapper img {
  width: 100%;
}

.method_text_wrapper {
  width: 48%;
}

.fa-caret-down {
  font-size: 44px;
  color: #ed6300;
}

.method_caution_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.method_caution {
  text-indent: -1em;
  margin-left: 1rem;
}

.shot_good,
.shot_bad {
  position: relative;
  padding: 60px 20px 16px 20px;
  text-align: center;
  height: auto;
  background-color: #fff;
}

.shot_good {
  margin-bottom: 20px;
}

.shot_good_title,
.shot_bad_title {
  text-align: center;
  height: auto;
  background-color: #ed6300;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}

.shot_good_img_wrapper {
  width: 100%;
  margin-bottom: 16px;
}

.shot_good_img_wrapper img {
  width: 100%;
}

.shot_text_list {
  text-align: left;
  padding: 0;
}

.shot_text_item {
  margin-bottom: 8px;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 16px;
}

.shot_bad img {
  text-align: center;
  width: 96%;
  height: auto;
}

.shot_caution {
  text-align: left;
  color: #D80C18;
  font-size: 14px;
  font-weight: bold;
}

.shot_bad_wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.shot_bad_wrapper img {
  width: 100%;
}

.shot_bad_caution {
  text-align: left;
  margin-left: 1rem;
  font-size: 16px;
}

.notes_title {
  margin: 20px auto 8px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
  border: 2px solid #ed6300;
  color: #ed6300;
  font-size: 16px;
  font-weight: bold;
}

.notes_title:first-child {
  margin-top: 0;
}

.notes_text {
  margin: auto auto 12px 1em;
  line-height: 2.2rem;
  padding: 0 4px;
  text-indent: -1em;
}

.notes_text.noindent {
  text-indent: 0;
  margin-left: auto;
}

.notes_text a:hover,
.notes_text a:visited,
.notes_text a:active,
.notes_text a:focus {
  color: #337ab7;
}


/* 事務局 */
.inquiry {
  text-align: center;
  margin: 0;
  padding: 20px;
  background-color: #ed6300;
  width: 100%;
}

.inquiry_wrapper {
  border-radius: 2px;
  position: relative;
  padding: 8px;
  margin: auto;
  color: #000;
  border: 4px solid #fff;
  background-color: #fff;
}

.inquiry_title {
  text-align: center;
  margin: 5px 0px 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5rem;
}

.inquiry_name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

.inquiry_contents_wrapper dt {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}

.inquiry_contents_wrapper dd {
  text-align: center;
  font-size: 16px;
}

.inquiry_contents_wrapper dd a {
  color: #000;
  text-decoration: underline;
}

.inquiry_caution {
  text-align: left;
  font-size: 16px;
  margin-left: 1rem;
  padding: 0 16px;
}


/* コピーライト */
.copyright {
  padding: 12px 0 20px;
  text-align: center;
  background-color: #ed6300;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

#pageTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 999;
}

#pageTop .fa-arrow-alt-circle-up {
  display: inline-block;
  z-index: 999;
  font-size: 48px;
  color: #ff5505;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 640px) {
  #pageTop {
    right: auto;
    left: auto;
    margin-left: 580px;
  }
}


/* アップロードページ */
.main_contents_wrapper {
  position: relative;
  padding: 60px 20px 32px;
  text-align: center;
  height: auto;
}

.main_contents_wrapper.closed {
  padding-bottom: 20px;
}

.main_contents_title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #ff5505;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 12px 8px;
}

.main_contents_subtitle {
  margin: 8px auto 12px;
  padding: 8px;
  width: 100%;
  text-align: center;
  border: 2px solid #004da7;
  color: #004da7;
  font-size: 16px;
  font-weight: bold;
}

.upload_caution {
  text-align: left;
  color: #000;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: bold;
  width: 90%;
  margin: auto;
  line-height: 2.2rem;
  margin-bottom: 8px;
}

.prize_name_title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 8px;
  background-color: #ff6801;
  border-radius: 999px;
  padding: 4px;
}

.prize_name_text {
  text-align: left;
  margin: 0 12px 4px;
  font-weight: bold;
}

.prize_name_text a {
  text-decoration: underline;
  color: #000;
}

.prize_name_text a:hover,
.prize_name_text a:visited,
.prize_name_text a:active {
  color: #000;
}

.select_prize_area {
  margin: 0 auto 28px;
  font-size: 16px;
  text-align: left;
}

.select_prize_area label {
  display: flex;
  margin-top: 10px;
  cursor: pointer;
  line-height: 1.5;
  font-size: 14px;
  align-items: flex-start;
  gap: 4px;
}

.select_prize_area label input {
  margin-top: 0;
  transform: translateY(2px);
}

.select_prize_area select {
  width: 100%;
  padding: 10px;
  font-weight: bold;
}


.form-item-01 {
  width: 100%;
  text-align: left;
  color: rgb(40, 50, 60);
  /* iPhoneバンドル */
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.form-item-01 span {
  width: 100%;
  text-align: left;
  color: #BD2557;
  /* iPhoneバンドル */
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.confirm_btn {
  margin: 12px 0px 36px;
  padding: 10px 0px;
  background-color: #c00000;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  border: 2px solid #000;
  border-radius: 8px;
}

.goto_top_btn {
  margin: 0 0 16px;
  background-color: #01479d;
  border: 1px solid #01479d;
  box-shadow: 0px 6px 0px rgb(165 181 215);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.goto_top_btn a {
  padding: 16px 8px;
  display: block;
  width: 100%;
  color: #fff;
}

.form_caution {
  text-align: left;
  color: #3792FF;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.input_message {
  text-align: left;
  color: #E6002D;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5rem;
  margin-top: 36px;
  margin-bottom: 0;
}

.input_hissu_message {
  font-size: 14px;
  text-align: left;
  color: #E6002D;
  font-weight: bold;
  line-height: 2.5rem;
}


/* アップロード確認画面 */
.upload_confirm_prize_name_title {
  margin: 0 0 8px ;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.upload_confirm_prize_name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.5;
}

.modifi_btn {
  margin: 0 0 16px;
  padding: 12px 0px;
  background-color: #002060;
  border: 1px solid #002060;
  box-shadow: 0px 6px 0px rgb(165 181 215);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.user_email_form_wrapper {
  margin-bottom: 20px;
}


/* アップロード完了ページ */
.already_finished {
  text-align: center;
  color: #D80C18;
  font-size: 16px;
  font-weight: bold;
}

.entried_message_heading {
  margin: 5px 0 20px;
  text-align: center;
  color: #003187;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.7rem;
}

.entried_message_caution {
  margin: 0px 0 24px 1rem;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}


.cautionList {
  padding: 0;
  text-align: left;
}

.cautionList .cautionListItem {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  margin-bottom: 8px;
}


/* フォーム */
.form_name {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.5;
}

.form_name span {
  color: #E6002D;
}

.mail_input_caution {
  text-align: left;
  color: #0073cd;
}

.form_input_area {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.form_input_area:last-of-type {
  margin-bottom: 30px;
}

.form_input_area input {
  padding: 10px;
  width: 100%;
  text-align: left;
  color: #000;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border: solid 1px rgb(230, 232, 234);
  border-radius: 2px;
}

.radio_button input[type=checkbox],
.radio_button input[type=radio] {
  margin: 0 4px 2px 0;
}

.radio_text {
  line-height: 1.5;
}

.form_error {
  text-align: left;
  color: #E6002D;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}

.dropdown-select {
  padding: 12px;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  line-height: 32px;
  border: 0;
  border: solid 1px rgb(230, 232, 234);
  border-radius: 2px;
  background-color: #f4f4f4;
}

.buy_title {
  text-align: left;
  font-weight: bold;
  margin-top: 40px;
}

.buy_title:first-of-type {
  margin-top: 0;
}


/* アンケート */
.enquate_top_text {
  margin: 30px 5% 0;
  padding: 6px 3px;
  width: 90%;
  text-align: center;
  border: 2px solid #D80C18;
  color: #D80C18;
  font-size: 16px;
  font-weight: 800;
}

.enquate_sub_text {
  font-size: 14px;
  text-align: left;
  margin-bottom: 12px;
}


/* アップロードボタン */
label.formUpload {
  margin: 50px auto 40px;
  padding: 15px 15px;
  display: block;
  text-align: center;
  background: #F2F1EE;
  color: #615941;
  border: 2px solid #ADA385;
  font-weight: bold;
  font-size: 19px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 2px 2px 0px rgba(173, 163, 133, 1.0);
}

label.formUpload:hover {
  cursor: pointer;
  border: 2px solid #ADA385;
  background: #f9f2e1;
  color: #000;
}

.formUploadPreviewBox {
  width: 80%;
  margin: 2px auto;
  text-align: center;
}

.formUploadPreviewBox img {
  width: 150px;
  display: block;
  margin: 0 auto 30px;
}

.radio_button label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  text-align: left;
  line-height: 1.5;
}

.radio_button input[type=radio] {
  margin-top: 3px;
  transform: scale(1.1);
}



/* フォーム入力確認画面 */
.form_confirm_input {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.form_confirm_input a {
  pointer-events: none;
  color: #000;
}


/* メール添付型画面 */
.send_receipt_btn {
  margin: 12px 0px 32px;
  padding: 12px 0px;
  background-color: #D80C18;
  border: 1px solid #D80C18;
  box-shadow: 0px 6px 0px rgba(151, 9, 16, 1.0);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  display: block;
}

/* .send_receipt_btn:hover,
.send_receipt_btn:visited,
.send_receipt_btn:focus,
.send_receipt_btn:active {
  color: #fff;
} */

.send_check_text {
  text-align: left;
  margin-top: 0px;
  position: relative;
  color: rgb(40, 50, 60);
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}

.send_check_list {
  padding: 0;
}

.send_check_item {
  margin: 0px 0px 8px 0px;
  width: 100%;
  text-align: left;
  color: #F59107;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.send_check_item .fa-check-square{
}

.send_caution_text {
  text-align: left;
  position: relative;
  color: #000;
  font-size: 14px;
  margin-left: 1rem;
  line-height: 2.2rem;
  margin-bottom: 20px;
}


/* ティザーページ */
.ts_box {
  padding: 24px 32px;
  text-align: center;
  height: auto;
  background-color: #fff;
  width: 90%;
  margin: auto auto 20px;
}

.ts_box p {
  font-size: 16px;
  line-height: 3rem;
  margin: 0;
}


/* クローズページ */
.close_text {
  font-size: 16px;
  line-height: 3rem;
  margin: 0;
}


/* マイページありトップページ */
.register_btn {
  margin: 12px auto;
  padding: 12px 0px;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-decoration: none;
}

.register_btn.login {
  background: #ee3258;
}

/* .register_btn a:hover,
.register_btn a:visited,
.register_btn a:focus,
.register_btn a:active {
  color: #fff;
} */



.first_register {
  background: #e9630a;
  padding: 0;
}

.first_register a {
  padding: 12px 0px;
  display: block;
  width: 100%;
  text-decoration: none;
}

.register_btn a {
  color: #fff;
}

.login:hover {
  background: #f15d7b;
}

.first_register:hover {
  background-color: #f18035;
}

.forget-pw {
  font-size: 14px;
  color: #000 !important;
  text-decoration: underline;
}

.register_caution_text {
  margin: 0 0 10px;
  text-align: left;
  color: #111;
  font-size: 14px;
  line-height: 2.5rem;
  padding: 0 24px;
}

.register_caution_text:last-of-type {
  margin-bottom: 0;
}



/* 登録画面 */
.regist_top_message {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 2.5rem;
}

.confirm_btn.regist {
  margin-bottom: 0;
}

.regist_nomal_text {
  text-align: left;
  font-size: 14px;
}

.regist_caution {
  text-align: left;
  font-size: 14px;
  margin-left: 1em;
}

.form_input_area.regist_pw {
  margin-bottom: 10px;
}

.form_error.regist_pw {
  margin-bottom: 16px;
}


/* 登録確認画面 */
.regist_btn {
  margin: 12px 0px;
  padding: 12px 0px;
  background: #dc00a5;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

/* .regist_btn:hover,
.regist_btn:visited,
.regist_btn:focus,
.regist_btn:active {
  color: #fff;
} */

.regist_btn.back {
  background: #4681c0;
}



/* ログイン後TOPページ */
.account-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.point-text {
  line-height: 3rem;
}

.confirm_point {
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.2em;
}

.confirm_point span {
  font-size: 20px;
}

.mypage-point {
  font-size: 16px;
  line-height: 36px;
}

.mypage-point span {
  font-size: 28px;
  font-weight: bold;
}

.receipt_send_btn {
  margin: 12px 0px 24px;
  padding: 12px 0px;
  background: #dc00a5;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border: none;
  display: block;
}

/* .receipt_send_btn:hover,
.receipt_send_btn:visited,
.receipt_send_btn:focus,
.receipt_send_btn:active {
  color: #fff;
} */

.receipt_send_btn:last-of-type {
  margin-bottom: 0;
}

.receipt_send_btn.history {
  background: #4681c0;
}


/* 履歴ページ */
.toggle {
  display: block;
  font-size: 16px;
  text-align: center;
  background: #ff5c7d;
  font-weight: bold;
  color: #fff;
  margin: 30px auto;
  padding: 7px 0;
  width: 60%;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
}

.history_caution {
  text-align: left;
  color: #000;
  font-size: 14px;
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 2.2rem;
}

.status a {
  color: #c81f3b;
}


/* ポイント不足エラーページ */
.point_error_text {
  text-align: center;
  margin: 20px 0 40px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5rem;
}


/* 応募確認ページ */
.entry_button.mypage {
  margin: auto;
  padding: 12px 8px;
  background: #2004b1;
  border: 2px solid #2004b1;
  border-radius: 12px;
  box-shadow: 0px 6px 0px #a4beff;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 40px;
}

.entry_button.mypage:hover {
  opacity: 0.8;
}

.entry_confirm_text {
  font-size: 16px;
  margin-bottom: 20px;
}

.entry_prize_name {
  font-size: 20px;
  font-weight: bold;
}

.entry_prize_number {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.entry_prize_img_wrapper {
  width: 100%;
  margin-bottom: 12px;
}

.entry_prize_img_wrapper img {
  width: 100%;
}

.entry-notice {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}

.entry_use_point {
  display: block;
  font-size: 16px;
  background: #f44a6f;
  padding: 6px 0;
  border-radius: 100px;
  color: #fff;
  margin-bottom: 28px;
}


/* ポイント確認ページ */
.point_confirm_top_text {
  text-align: center;
  margin: 0 0 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.point {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}


/* ログインページ */
.main_contents_wrapper.login_wrapper {
  padding-top: 80px;
}

.login_btn {
  margin: 32px 0 20px;
  padding: 12px 0px;
  background: #000000;
  border: 1px solid #000000;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.forget_pw_link_text {
  color: #000;
  text-align: center;
  font-size: 14px;
}

.forget_pw_link_text:hover,
.forget_pw_link_text:visited,
.forget_pw_link_text:focus,
.forget_pw_link_text:active {
  color: #000;
}

.login-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.sns-login-btn {
  border: none;
  background: #FFF;
}

.login-form input,
.main-wrapper .content .box.login .form-input input {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
}



/* パスワードを忘れた方ページ */
.forget_password .content {
  margin: 80px 0 30px;
}

.forget_password input {
  width: 100%;
  margin-bottom: 20px;
}

.main_contents_top_text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2.4rem;
}

.form_input_area.reset {
  margin-bottom: 36px;
}

.reset_bottom_text {
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  margin-top: 20px;
}


/* パスワード再設定ページ */
.reset_bottom_text.no-indent {
  text-indent: 0;
  margin-left: 0;
  margin-top: 12px;
}

.reset_bottom_text.mail_input_bottom {
  margin-top: 12px;
  margin-bottom: 32px;
}


/* パスワードリセット完了画面 */
.main_contents_wrapper.reset_pw {
  padding-bottom: 8px;
}


/* インスタントウィン抽選中画面 */
.instantwin-pic.lottery {
  width: 60%;
}

.lottery_result_btn {
  margin: 32px auto 0;
  padding: 12px 8px;
  background-color: #ff7600;
  border: 2px solid #ffb100;
  border-radius: 100px;
  box-shadow: 0px 6px 0px #ffd77c;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

/* 即時インスタントウィン当落画面 */
.instantwin-result_message {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4rem;
}

.instantwin-pic {
  width: 100%;
}

.to_history_message {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.prrsonal_input_btn {
  margin: 8px auto 32px;
  padding: 12px 8px;
  background-color: #2c63a7;
  border: 2px solid #2c95d3;
  border-radius: 100px;
  box-shadow: 0px 6px 0px #9cbbff;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.code_confirm_btn {
  margin: 8px auto 32px;
  padding: 12px 8px;
  background-color: #2c63a7;
  border: 2px solid #2c95d3;
  border-radius: 100px;
  box-shadow: 0px 6px 0px #9cbbff;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
}


/* コード当選ページ */
.win_digital_code {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


/* デジコン当選ページ */
.degicon_text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


/* 入力エラーページ */
.input_error_message {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #E6002D;
}

.back_btn {
  margin: 8px auto 32px;
  padding: 12px 8px;
  background-color: #2c63a7;
  border: 2px solid #2c95d3;
  border-radius: 100px;
  box-shadow: 0px 6px 0px #9cbbff;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
}



/* 当選ページ */
.win_prize_item {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}

.please_input_message {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.deadline_date {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #e0009d;
  margin-bottom: 20px;
}


/* 賞品応募完了ページ */
.thanks_message {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}


/* お届け先入力済ページ */
.alredy_input_message {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}



/* ポイント反映ページ */
.point_complete_message {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}


/* 複数応募複数口数選択画面 */
.entry_num_select {
  margin: 8px 5% 12px;
  padding: 8px;
  width: 90%;
  text-align: center;
  border: 2px solid #D80C18;
  color: #D80C18;
  font-size: 16px;
  font-weight: bold;
}

.form_input_area.num_select,
.form_confirm_input.num_select {
  margin-bottom: 20px;
}



/* LINEログインモーダル */
.login_modal_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.login_modal_description {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}

.login_modal_caution {
  text-indent: -1em;
  margin-left: 1em;
}

.sns_login_btn_wrapper_modal {
  margin-bottom: 20px;
}

.sns_login_btn_modal {
  width: 100%;
}



/* TOPページSNSログイン部分 */
.sns_login_title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.sns_login_btn {
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 40px;
}

.sns_login_btn img {
  width: 100%;
}


:root {
  --vw: min(1vw, 6.4px);
}


/* モーダル */
.m-dialogCheck__btnList {
  display: flex;
  flex-direction: column;
  gap: calc(2.1333333333 * var(--vw));
}
 
.m-dialogCheck__btn {
  position: relative;
  display: block;
  width: 100%;
  height: calc(13.3333333333 * var(--vw));
  padding: calc(1.3333333333 * var(--vw)) calc(8 * var(--vw));
  /* 元の calc(12px, 3.7333333333vw) はカンマ区切りのため無効。
     最小12pxの意図と解釈して clamp で書き直し */
  font-size: clamp(12px, 3.7333333333vw, 23.89px);
  font-weight: 900;
  text-align: center;
  border-radius: 9999px;
  border: 1px solid #DBDBDB;
  background-color: #fff;
}
 
.m-dialogCheck__btn--1 {
  color: #fff;
  background-color: #000;
}
 
.m-dialogCheck__btn:before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: calc(5.3333333333 * var(--vw));
  width: calc(1.3333333333 * var(--vw));
  height: calc(2.6666666667 * var(--vw));
  content: "";
  mask-image: url(../img/arrow01.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #000;
}
 
.m-dialogCheck__btn--1:before {
  background-color: #fff;
}
 
/* --- 各ロゴ幅 --- */
.m-dialogCheck__btn--2 .x-text,
.m-dialogCheck__btn--3 .x-text,
.m-dialogCheck__btn--4 .x-text,
.m-dialogCheck__btn--5 .x-text,
.m-dialogCheck__btn--6 .x-text,
.m-dialogCheck__btn--7 .x-text,
.m-dialogCheck__btn--8 .x-text {
  display: block;
  margin: 0 auto;
}
 
.m-dialogCheck__btn--2 .x-text img,
.m-dialogCheck__btn--3 .x-text img,
.m-dialogCheck__btn--4 .x-text img,
.m-dialogCheck__btn--5 .x-text img,
.m-dialogCheck__btn--6 .x-text img,
.m-dialogCheck__btn--7 .x-text img,
.m-dialogCheck__btn--8 .x-text img {
  width: 100%;
  height: auto;
}
 
.m-dialogCheck__btn--2 .x-text {
  width: calc(30 * var(--vw));
  max-width: 200px;
}
 
.m-dialogCheck__btn--3 .x-text {
  width: calc(24 * var(--vw));
}
 
.m-dialogCheck__btn--4 .x-text {
  width: calc(28 * var(--vw));
}
 
.m-dialogCheck__btn--5 .x-text {
  width: calc(28 * var(--vw));
}
 
.m-dialogCheck__btn--6 .x-text {
  width: calc(20 * var(--vw));
}
 
.m-dialogCheck__btn--7 .x-text {
  width: calc(24 * var(--vw));
}
 
.m-dialogCheck__btn--8 .x-text {
  width: calc(22 * var(--vw));
}





/* ======================================================
   購入チャネル別 確認方法モーダル
   ====================================================== */

   .m-modalCh__unit {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: calc(5.3333333333 * var(--vw)) calc(4.2666666667 * var(--vw));
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
   
  .m-modalCh__unit.is-open {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
   
  /* --- 背景 --- */
  .m-modalCh__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    border: 0;
    cursor: pointer;
  }
   
  /* --- 白カード --- */
  .m-modalCh__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: calc(90.3333333333 * var(--vw));
    margin: auto;
    padding: calc(12.2666666667 * var(--vw)) calc(5.3333333333 * var(--vw)) calc(6.9333333333 * var(--vw));
    background: #fff;
    border-radius: calc(2.6666666667 * var(--vw));
    box-sizing: border-box;
    animation: modalChIn .25s ease both;
    padding-left: 0;
    padding-right: 0;
  }
   
  @keyframes modalChIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
   
  /* --- 閉じるボタン --- */
  .m-modalCh__close {
    position: absolute;
    top: calc(2.6666666667 * var(--vw));
    right: calc(2.6666666667 * var(--vw));
    width: calc(9.0666666667 * var(--vw));
    height: calc(9.0666666667 * var(--vw));
    padding: 0;
    background: #000;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
   
  .m-modalCh__close::before,
  .m-modalCh__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(4 * var(--vw));
    height: calc(0.5333333333 * var(--vw));
    min-height: 2px;
    background: #fff;
    border-radius: 2px;
  }
   
  .m-modalCh__close::before { transform: translate(-50%, -50%) rotate(45deg); }
  .m-modalCh__close::after  { transform: translate(-50%, -50%) rotate(-45deg); }
   
  .m-modalCh__close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
   
  /* --- ロゴ（見出し） --- */
  .m-modalCh__head {
    margin: 0 0 calc(4.8 * var(--vw));
    text-align: center;
    line-height: 1;
  }
   
  .m-modalCh__head img {
    width: auto;
    max-width: 62%;
    height: auto;
    vertical-align: top;
  }
   
  .m-modalCh__head--text {
    font-size: clamp(15px, 4.5333333333vw, 29.01px);
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }
   
  /* --- 説明画像 --- */
  .m-modalCh__fig {
    margin: 0;
    border-radius: calc(1.0666666667 * var(--vw));
    background: #fff;
  }
   
  .m-modalCh__fig img {
    display: block;
    width: 100%;
    height: auto;
  }
   
  /* --- 注釈 --- */
  .m-modalCh__note {
    margin: calc(3.7333333333 * var(--vw)) 0 0;
    font-size: clamp(10px, 2.9333333333vw, 18.77px);
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
   
  .m-modalCh__note .x-num {
    color: #e60012;
  }
   
  /* --- スクロール固定用（body に付与） --- */
  .is-modalOpen {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
   
  /* --- モーション低減 --- */
  @media (prefers-reduced-motion: reduce) {
    .m-modalCh__inner { animation: none; }
  }