@charset "UTF-8";

:root {
  --primaryColor: #4692d1;
  --secondaryColor: #e85192;
}

html {
  background-color: #fff;
}

body {
  position: relative;
  background-color: #fff;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  line-height: 1.5;
}

.wrap {
  background-color: #DC0019;
  overflow: hidden;
}

.main-wrapper {
  background: #fff;
  padding: 0px 0px 24px 0px;
}

.bg {
  background-color: #DC0019;
}

a {
  word-break: break-all;
}

.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;
}

.width-50 {
  width: 240px;
  margin: 0 auto 15px;
  display: block;
  text-align: center;
}

.line1 {
  border-top: 1px dashed #8c8b8b;
}

.text-indent-setting {
  text-indent: -1em;
  margin-left: 1em;
  padding-right: 0;
}

.text-indent-setting2 {
  text-indent: -1.3em;
}

.longurl {
  word-break: break-all;
}


.bigger {
  font-size: 22px;
  font-weight: bold;
}

.xsmall {
  font-size: 14px;
}


.primary-btn {
  background: var(--secondaryColor);
  color: #fff;
  width: 100%;
  display: block;
  padding: 12px 4px;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  border: none;
  text-align: center;
  border-radius: 4px;
}

.primary-btn.in-a {
  padding: 0;
}

.primary-btn.in-a a {
  display: block;
  padding: 12px 4px;
  color: #DC0019;
}

.primary-btn.in-a a:hover {
  color: #DC0019;

}

/*** ラジオボタン　チェックボックス ***/
input[type=checkbox] {
  display: none;
}

.radio,
.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block !important;
  margin: 0 20px 0px 0;
  padding: 0px 12px 3px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
}

.radio:hover:after,
.checkbox:hover:after {
  border-color: #0d223f;
}

.radio:after,
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 55%;
  left: 21px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0d223f;
  border-bottom: 3px solid #0d223f;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
  opacity: 1;
}


/***************
　ナビゲーションバー部分の指定（sp)
***************/
/* .main-wrapper .nav-sp {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 64px;
  background-color: #001E3B;
  border-bottom: 1px solid rgb(200, 210, 214);
  box-shadow: 1px 1px 3px rgba(255, 255, 255);
} */

/* .sp-inner {
  z-index: 999;
  margin: 0;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 64px;
  background-color: #001E3B;
} */

/* .sp-logo {
  text-align: left;
}

.sp-logo img {
  width: auto;
  height: 62px;
} */

/*
.sp-menu img {
  width: auto;
  height: 64px;
}

.text-indent-setting {
  text-indent: -1em;
  margin-left: 1em;
} */


/***************
　コンテンツ部分の指定-01（sp)
***************/
.main-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  /* iPhoneバンドル */
}

/* .main-wrapper .main-visual2 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
} */

/* ヘッダー画像 */
.main-wrapper .campaign-present-bg {
  position: relative;
}
.main-wrapper .campaign-present-bg img {
  width: 100%;
}


/* ハンバーガーメニュー */
.main-wrapper .campaign-present-bg .sp-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 60px;
  height: 60px;
}

.sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  padding: 12px;
  box-shadow: 0px 0px 6px 0px rgb(207 10 44 / 80%);
  transition: all 0.3s;
}



.sp-menu.active {
  opacity: 1;
  /* transition: all 0.3s; */
}

.sp-menu .side-menu-btn {
  position: relative;
  width: 24px;
  height: 24px;
  margin: auto;
  /* top: 50%;
  transform: translateY(-50%); */
}

.sp-menu .side-menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DC0019;
  border-radius: 4px;
}

.sp-menu .side-menu-btn span:nth-of-type(1) {
  top: 0;
}

.sp-menu .side-menu-btn span:nth-of-type(2) {
  top: 11px;
}

.sp-menu .side-menu-btn span:nth-of-type(3) {
  bottom: 0;
}


.to_prize_btn {
  background: #DC0019;
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #fff;
}

.to_prize_btn a {
  display: block;
  padding: 12px 8px;
  color: #fff;
}

.to_prize_btn a:hover,
.to_prize_btn a:visited,
.to_prize_btn a:active,
.to_prize_btn a:focus {
  color: #fff;

}

/* トップのキャンペーン情報 */
.campaign_info_wrapper {
  border: 2px solid var(--primaryColor);
  width: 92%;
  margin: auto;
  padding: 0;
  color: #000;
  background: #fff;
}

.campaign_info_wrapper .heading {
  background: var(--primaryColor);
  padding: 8px 4px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.campaign_info_contents {
  padding: 12px 8px;
}

.entry_limit_text {
  color: #DC0019;
  text-indent: -1em;
  margin-left: 1em;
  font-weight: bold;
  font-size: 16px;
}

.campaign_info_contents .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.campaign_info_contents .contents {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.campaign_info_contents .caution {
  text-indent: -1em;
  margin-left: 2rem;
  padding-right: 0rem;
  font-size: 16px;
  text-align: left;
}


/* LINEログイン部分 */
.line_login_wrapper {
  width: 92%;
  margin: auto;
}

.line_login_message {
  font-size: 16px;
  margin: 12px auto 0;
  text-align: center;
  font-weight: bold;
}

.line_btn_img_wrapper {
  margin: 12px auto;
}

.sns_login_btn {
  border: none;
  background: #fff;
}

.sns_login_btn img {
  width: 100%;
}



.login_modal_title {
  text-align: center;
  margin: 12px auto;
  font-size: 20px;
  font-weight: bold;
  color: #00c300;
}

.sns_login_btn_wrapper_modal {
  width: 100%;
  margin: 20px auto;
}

.sns_login_btn_wrapper_modal a {
  display: block;
}

.sns_login_btn_wrapper_modal a img {
  width: 100%;
}

.modal_product_btn {
  background-color: var(--secondaryColor);
  color: #fff;
  width: 80%;
  margin: 20px auto auto;
  padding: 12px;
  border: none;
  text-align: center;
  display: block;
  border-radius: 4px;
  font-size: 16px;
}


.modal-dialog .modal-footer {
  border-top: none;
  text-align: center;
  padding-top: 0;
}

.modal-dialog .modal-footer button.close {
  margin: 0 0 12px;
  padding: 12px 0;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
  opacity: 1;
  text-shadow: none;
}


/* 賞品一覧 */
.prize_wrapper {
  width: 100%;
  margin: auto;
}

.prize_wrapper hr {
  margin-top: 28px;
  margin-bottom: 28px;
}

.prize_title {
  background: var(--primaryColor);
  color: #fff;
  text-align: center;
  padding: 8px 4px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.prize_contents_wrapper {
  width: 90%;
  margin: auto;
}

.prize_name {
  color: #ea6753;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
}

.prize_img_wrapper {
  width: 80%;
  margin: 28px auto;
}

.prize_img_wrapper img {
  width: 100%;
}

.prize_img_wrapper.entry {
  width: 80%;
}

.prize_img_wrapper.entry img {
  width: 100%;
}

.prize_detail_text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.prize_description {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.prize_caution_text {
  font-size: 16px;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  color: #000;
}

.prize_sepalate {
  border-top: 1px dotted #000;
  margin-top: 30px;
  margin-bottom: 30px;
}


/* 対象商品 */
.product_area_subtitle {
  text-align: center;
  margin: 5px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.productList {
  color: #000;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

.productItem {
  margin-bottom: 2px;
  text-align: center;
}

.product_img_wrapper {
  width: 100%;
  margin: auto;
}

.product_img_wrapper img {
  width: 100%;
}

.target_store {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.target_store span {
  display: block;
  font-size: 16px;
}

.prize_caution {
  color: #000;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 16px;
  line-height: 1.5;
}


/* 応募方法 */
.step_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.step_flow_wrapper {
  width: 100%;
  margin: auto;
  background-color: #fff;
}

.step_flow_wrapper img {
  width: 100%;
}

.shot_good_wrapper img {
  width: 100%;
}

.step_img_wrapper {
  width: 50%;
}

.step_img_wrapper img {
  width: 100%;
}

.step_text_wrapper {
  width: 50%;
}

.step_text {
  color: #000;
}

.shot_img_wrapper {
  width: 80%;
  margin: auto auto 12px;
}

.shot_img_wrapper img {
  width: 100%;
}

.shot_heading {
  text-align: center;
  font-size: 18px;
  border: 1px solid #000;
  padding: 6px;
  color: #000;
  margin-bottom: 12px;
}

.down_arrow_wrapper {
  width: 12%;
  margin: 8px auto;
  text-align: center;
}

.shot_caution_text {
  color: #000;
  font-size: 16px;
  text-indent: -1em;
  margin: auto auto 12px 1em;
}

.shot_caution_text.red {
  color: #f00;
}

.shot_bad_caution {
  color: #000;
  font-size: 16px;
  text-indent: -1em;
  margin: auto auto 12px 1em;
}


/* 応募規約 */
.notes_heading {
  border: 1px solid #fff;
  margin: 0 0 12px 5px;
  padding: 6px 10px;
  text-align: center;
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: bold;
  border: 1px solid var(--secondaryColor);
}

.notes_text {
  font-size: 16px;
  text-indent: -1em;
  margin-left: 1.5em;
  margin-right: 0.5em;
  text-align: left;
  color: #000;
  line-height: 1.5;
}

.notes_text.noindent {
  text-indent: 0;
  margin-left: 0.5em;
}

.notes_text a {
  color: #073;
  text-decoration: underline;
}

.notes_text a:hover {
  color: #073;
}


/* ログイン後トップページ */
.user_info {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.point_get_btn {
  background: var(--secondaryColor);
  width: 100%;
  border: 2px solid #fff;
  text-align: center;
  margin: auto;
  display: block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  padding-right: 14px; /* 右側に矢印用のスペースを確保 */
}

.point_get_btn:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 14px; /* 右側に配置 */
  bottom: 0;
  margin: auto;
}

.point_get_btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px var(--secondaryColor);
  border-right: solid 2px var(--secondaryColor);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 22px; /* 右側に配置（円の中心に合わせる） */
  bottom: 0;
  margin: auto;
}

.point_get_btn a,
.point_get_btn a:hover,
.point_get_btn a:visited,
.point_get_btn a:focus,
.point_get_btn a:active {
  padding: 16px 4px;
  display: block;
  color: #fff;
}

.entry_btn {
  display: block;
  width: 100%;
  margin: 12px auto auto;
  background: var(--secondaryColor);
  color: #fff;
  text-align: center;
  padding: 16px 12px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  position: relative;
  padding-right: 20px; /* 右側に矢印用のスペースを確保 */
}

.entry_btn:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 20px; /* 右側に配置 */
  bottom: 0;
  margin: auto;
}

.entry_btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px var(--secondaryColor);
  border-right: solid 2px var(--secondaryColor);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 28px; /* 右側に配置（円の中心に合わせる） */
  bottom: 0;
  margin: auto;
}

.entry_btn:hover,
.entry_btn:visited,
.entry_btn:active {
  color: #fff;
}

.goto_top {
  display: block;
  width: 90%;
  margin: 36px auto 28px;
  background: var(--secondaryColor);
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  border: none;
}

/* 賞品応募ページ */
.campaign-apply {
  width: 80%;
  margin: auto;
}

.campaign-apply img {
  width: 100%;
}





























/* 応募は簡単　初回登録ボタン */
.easy_to_apply {
  background: #DC0019;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
}

.registration_wrapper {
  color: #000;
  font-size: 16px;
  text-align: center;
  width: 90%;
  margin: auto;
}

.registration_btn {
  background: #0a0541;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.registration_btn a,
.registration_btn a:hover {
  display: block;
  color: #fff;
  padding: 12px 4px;
}

.registration_wrapper .caution {
  text-indent: -1em;
  margin-left: 2rem;
  padding-right: 0rem;
  font-size: 16px;
  text-align: left;
}


/* トップのログインフォーム */
.login_form_wrapper {
  width: 90%;
  margin: auto;
  padding: 0 0 16px 0;
  text-align: center;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #000;
}

.alredy_register {
  text-align: center;
  background-color: var(--primaryColor);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
}

.alredy_register.top {
  border-radius: 4px 4px 0 0;
}

.alredy_register_comment {
  text-align: center;
  color: #0d223f;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  width: 90%;
  margin: auto;
}

.register_input_wrapper {
  width: 90%;
  margin: auto;
  color: #000;
}

.login_top_text {
  font-size: 16px;
  font-weight: bold;
}

.register_input_label {
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.register_input_wrapper .form-item input {
  padding: 8px 4px;
  margin: 2px 0 10px 0;
  width: 100%;
  text-align: left;
  color: #000;
  background-color: #ffe8eb;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.4px;
  border: solid 3px #0a0541;
  border-radius: 6px;
  vertical-align: middle;
}

.register_input_wrapper .apply {
  margin: 12px 0;
  padding: 12px 0;
  background-color: #DC0019;
  border: 1px solid #DC0019;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.register_input_wrapper .login_btn {
  width: 100%;
}

.register_input_wrapper .forget-pw {
  padding: 12px 0;
  width: 100%;
  text-align: center;
  color: #DC0019;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-decoration: underline;
}


/* 参加登録ページ */
.register_btn {
  background: #0a0541;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  color: #fff;
  text-align: center;
}

.register_btn.login {
  display: block;
}

.register_btn.login:hover,
.register_btn.login:visited,
.register_btn.login:active {
  color: #fff;
}

.registration_caution {
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  font-size: 16px;
  color: #000;
}

.top_btn,
.top_btn:hover,
.top_btn:active,
.top_btn:visited {
  background: var(--primaryColor);
  color: #fff;
  width: 100%;
  display: block;
  padding: 12px 4px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-align: center;
  border-radius: 4px;
}


.top_btn.history {
  background: #f9be00;
  text-align: center;
  color: #0d223f;
  font-weight: bold;
}

.top_btn.saikakunin {
  background: #f2f2f2;
  color: #000;
  border: 2px solid #000;
}



/* メールを送信しましたページ */
.sendmail_text {
  font-size: 16px;
  text-align: left;
  color: #000;
}







/* アコーディオンメニュー */
.accordionbox {
  width: 100%;
  margin: auto;
}







/* 応募規約 */
.caution a,
.caution a:hover,
.caution a:visited {
  color: #ffc41c;
}

/* キャンペーン事務局 */
.about-us_title {
  background: var(--primaryColor);
  color: #fff;
  padding: 12px 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.about-us {
  width: 100%;
  margin: auto;
  color: #000;
  background: #fff;
  font-size: 16px;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 20px;
  text-align: center;
}

.about-us a {
  color: #fff;
  text-decoration: underline;
}

.about-us p {
  margin-bottom: 4px;
}

.about-us .name {
  font-size: 16px;
  font-weight: bold;
}

.about-us .heading {
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 1.2px;
}

.about-us .content {
  line-height: 24px;
  letter-spacing: 1.2px;
  font-weight: 800;
}

.about-us .content a {
  color: #000;
}

.about-us .caution {
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}


/* フッター */
.footer {
  background: #ffffff;
  width: 100%;
  /* height: auto; */
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}

.footer img {
  width: 100%;
}

.footer_logo_wrapper {
  width: 30%;
  margin: auto;
}

.footer_logo_wrapper img {
  width: 100%;
}

.footer_menu_list {
  text-align: center;
  font-size: 18px;
  list-style: none;
  padding: 0;
}

.footer_menu_item {
  margin-bottom: 4px;
}

.footer_menu_item a {
  display: block;
  padding: 8px 0;
  color: #0d223f;
}


/* ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 12px;
  right: 15px;
  z-index: 999;
}

#pageTop .fa-arrow-alt-circle-up {
  display: inline-block;
  z-index: 999;
  font-size: 48px;
  color: var(--primaryColor);
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}




/* 初回登録ページ */
.input_mail {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.input_mail_bottom_text {
  text-align: left;
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
  color: #000;
}

.error_message.form {
  text-align: left;
  font-size: 14px;
}


/* お客様情報 */
.user_name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
  color: #000;
  margin-bottom: 0;
}

.user_name span {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
}

.input_serial_heading {
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
  font-size: 18px;
}

.serial_input_form_top_text {
  font-size: 16px;
  color: #f9be00;
  text-align: center;
}

.input_serial_form .error_message {
  text-align: center;
  color: #DC0019;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.code-input {
  text-align: center;
}

.input-serial {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.4px;
  border: solid 3px #0a0541;
  border-radius: 6px;
  vertical-align: middle;
}


.to_history_btn {
  width: 84%;
  margin: auto;
  display: block;
}


.serial_input_form_caution {
  width: 80%;
  border: 2px solid #000;
  padding: 8px;
  margin: auto;
  color: #000;
  text-align: center;
  background: #fff;
}


/* ポイント履歴・応募履歴ページ */


.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-btn.history {
  text-align: left;
  position: relative;
  border: 1px solid #ffffff;
  background: #0a0541;
}

.main-wrapper .content .box.point_application .accordionbox .accordionlist dt .menu-btn .fa-plus-circle,
.main-wrapper .content .box.point_application .accordionbox .accordionlist dt .menu-btn .fa-minus-circle {
  color: #fff;
  background: #0a0541;
  /* background: radial-gradient(circle, rgba(13,34,63,1) 0%, rgba(13,34,63,1) 55%, rgba(255,196,28,1) 56%, rgba(255,196,28,1) 100%);  border-radius: 50%; */
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution {
  margin: 6px 0px 0px 0px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  word-break: break-all;
  text-align: center;
}

.main-wrapper .content .box.point_application .section_title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #0a0541;
  padding: 8px 4px;
  margin-bottom: 0;
}

.main-wrapper .content .box.point_application table {
  margin-top: 0;
  border: 1px solid #fff;
}

.main-wrapper .content .box.point_application table th {
  border-top: 1px solid #000;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}

.main-wrapper .content .box.point_application table td {
  vertical-align: middle;
  text-align: center;
}

.main-wrapper .content .box.point_application .demo .toggle {
  margin: 12px 20% 24px 20%;
  padding: 12px 10px;
  background: #007733;
  border: 1px solid #fff;
  width: 60%;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.history_table_tr {
  background: #fff;
  color: #0d223f;
  border: 1px solid #0d223f;
  padding: 4px;
}

.history_table > tbody > tr > th,
.history_table > tbody > tr > td {
  padding: 4px !important;
  background: #fff;
  color: #0d223f;
  border: 1px solid #0d223f;
}




/* パスワードを忘れた方 */
.forget_pw_message {
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 1.5;
}


/* 応募確認ページ */
.entry_prize_name {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.possession_point {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.use_point {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.confirm_message {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 1.6;
}

.select_confirm_btn {
  margin: 12px 0;
  padding: 12px 0;
  background-color: #0a0541;
  border: 1px solid #0a0541;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.animation_img {
  text-align: center;
  margin-bottom: 24px;
}

.base_btn.input {
  background: #bf0008;
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 12px 4px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-align: center;
}

.congraturation_message {
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.input_limit_date {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

/* 応募フォーム */
.congraturation_input_message {
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.input_address_title {
  background: #0a0541;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 4px 4px;
}

.input_address_text {
  color: #000;
}

.input_address_caution {
  color: #DC0019;
  margin-bottom: 4px;
}



.win_contents {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.form-item_input_wrapper input {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  border: 2px solid #000;
  border-radius: 4px;
}

.unit_input_error_message {
  color: #DC0019;
  font-weight: bold;
  margin-bottom: 4px;
}

.form_confirm_btn {
  background: #0a0541;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-align: center;
  padding: 12px 4px;
}

.input-form_error_message {
  text-align: center;
  margin: 16px auto;
  color: #DC0019;
  font-size: 16px;
  font-weight: bold;
  background: #fff2f2;
  width: 80%;
  padding: 6px 4px;
  border-radius: 6px;
}


.confirm_message_inputform {
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}

.form_input_value {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}

.input-form_submit_btn {
  background: #000;
  border: none;
  width: 100%;
  padding: 12px 4px;
}

.form_back_btn {
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-align: center;
}

.input-form_back_btn {
  background: #DC0019;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px 4px;
}

.form-input_thanks_message {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.form-input_thanks_caution {
  text-indent: -1em;
  margin-left: 1em;
  color: #000;
  font-size: 16px;
}




















/* 現在のポイント */
.now_point_area {
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  color: #000;
  width: 80%;
  margin: auto;
}

.now_point_area_subtext {
  text-align: center;
  font-size: 16px;
}


/* アップロード前にチェック */
.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-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;
}

.before_send_text {
  font-size: 16px;
}

.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;
  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;
}


/* アップロード完了 */
.complete_text {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.complete_caution {
  font-size: 16px;
  color: #000;
}


/* シリアル入力 */
.error_message {
  font-size: 16px;
  color: #DC0019;
  font-weight: bold;
}


.contents_title {
  text-align: center;
  background-color: var(--primaryColor);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
}

.second_contents_wrapper {
  width: 90%;
  margin: auto;
}

.Errorobi_oreng,
.Errorobi {
  text-align: center;
  color: #bf0008;
  margin-bottom: 8px;
  font-size: 16px;
}

/* ポイント確認 */
.point_confirm_toptext {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #bf0008;
  line-height: 1.6;
}

/* 点滅 */
.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%;
}

.point_confirm_table tr td {
  padding: 8px;
}

.text_up,
.text_down {
  text-align: center;
  color: #000;
  font-size: 16px;
}

.point {
  background: #fff;
  color: #000;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  width: 60%;
  margin: 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;
}


/* ログイン画面 */
.input_label {
  font-size: 16px;
  margin-bottom: 4px;
  color: #fff;
}

.register_input input {
  width: 100%;
  padding: 8px;
}

.checkbox.save_pw:hover::after {
  border-color: #fff;
}

.checkbox.save_pw:after {
  border: 2px solid #fff;
}

.checkbox.save_pw:before {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

a.forget_pw_link {
  color: #ebe26f;
  text-align: center;
  font-size: 16px;
}


/* 履歴ページ */
.history_caution {
  background: #fff;
  color: #f00;
  text-align: center;
  padding: 4px;
}

.history_heading {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px 0;
}

.caution_bottom_text {
  font-size: 16px;
  color: #fff;
}


/* モーダル */
.modal-dialog .modal-body .title {
  position: absolute;
  padding: 12px 5px 12px 5px;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  background-color: #DC0019;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1.6px;
}

.modal_prize_info {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.modal_sub_title {
  color: #DC0019;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}




.prize_detail_btn {
  display: block;
  background: #0a0541;
  color: #fff;
  font-weight: bold;
  padding: 12px 4px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}


/* 賞品応募ページ */
.entry_apply_btn {
  margin: 12px 0;
  padding: 12px 0;
  background-color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.entry_caution_text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}


/* レシート撮影方法 */
.photo_caution {
  font-size: 16px;
  color: #000;
}

























.main-wrapper .main-visual .campaign-present {
  text-align: center;
  margin: 0px 0px 30px 0px;
  position: absolute;
  top: 80px;
}

.main-wrapper .main-visual .campaign-present img {
  padding: 0;
  margin: 120px 8px 0px;
  text-align: center;
  width: 96%;
  height: auto;
}

.main-wrapper .main-visual .fixed-logo img {
  position: absolute;
  left: 12px;
  top: 0;
  width: auto;
  height: 64px;
}

.main-wrapper .main-visual .campaign-term {
  position: relative;
  margin: 12px 0px;
  text-align: center;
}

.main-wrapper .main-visual .campaign-term .block {
  position: relative;
  padding: 16px 10px;
  text-align: center;
  height: auto;
  background: #fff;
}

.campaign-term .block .title {
  position: relative;
  background: #001e3b;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.8px;
  border: 1px solid #fff;
}

.main-wrapper .main-visual .campaign-term .block .term {
  position: relative;
  padding: 16px 20px;
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.8px;
}

.main-wrapper .main-visual .campaign-term .block .term .right {
  float: right;
}

.main-wrapper .main-visual .campaign-term .block .term .bigger {
  font-size: 22px;
  font-weight: bold;
}

.main-wrapper .main-visual .campaign-term .block .caution {
  position: relative;
  padding: 0 10px 16px;
  color: #00144B;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.8px;
  background: #fff;
  margin-bottom: 0;
}

.main-wrapper .main-visual .campaign-term .block .deadline {
  position: relative;
  padding: 20px 10px 16px;
  color: #00144B;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.8px;
  background: #fff;
  margin: 0;
}

.main-wrapper .main-visual .campaign-term .block .deadline span {
  font-size: 16px;
  font-weight: normal;
}

.main-wrapper .main-visual .campaign-term .block .deadline2 {
  position: relative;
  padding: 0 16px 16px;
  color: #ff0000;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.8px;
  background: #fff;
  margin: 0;
}

.main-wrapper .main-visual .campaign-term .block .deadline2 span {
  color: #000;
}

.main-wrapper .main-visual .campaign-term .block .deadline2 a {
  color: #ff0000;
}

.main-wrapper .main-visual .campaign-term .block .deadline3 {
  position: relative;
  padding: 20px 10px 6px;
  color: #00144B;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.main-wrapper .main-visual .campaign-term .block .deadline4 {
  position: relative;
  padding: 0px 6px 6px;
  color: #00144B;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.main-wrapper .main-visual .campaign-term .block .deadline4 span {
  font-size: 14px;
  font-weight: normal;
}

.main-wrapper .main-visual .campaign-term .campaign-btn {
  margin: 16px 0px 0px 0px;
}

.main-wrapper .main-visual .campaign-term .campaign-btn a {
  display: block;
  margin: 12px 0;
  padding: 12px 0;
  background-color: #c93f39;
  border: 1px solid #c93f39;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .main-visual .campaign-term .title-01 {
  position: relative;
  margin: 3px 0px;
  text-align: center;
  color: #f7d033;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.main-wrapper .main-visual .campaign-term .title-02 {
  position: relative;
  margin: 3px 0px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.main-wrapper .main-visual .campaign-term .title-03 {
  position: relative;
  margin: 10px 0px;
  padding: 0px 15px;
  text-align: center;
  color: #2693FF;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.4px;
}

.main-wrapper .main-visual .campaign-term .description01 {
  position: relative;
  margin: 12px 0 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
}

/* 開始前 */
.main-wrapper.yet_start .main-visual {
  margin-top: 0;
}


/* 登録 */
.main-wrapper.signup .main-visual {
  margin-top: 64px;
}

.main-wrapper.signup .content .box {
  margin-top: 100px;
}

.main-wrapper.signup .content .box p.item {
  margin-top: 16px;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper.signup .content .box p.text {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper.signup .content .box p.text span {
  color: #0099FF;
}

/* ログイン */

.main-wrapper.login .main-visual {
  margin-top: 64px;
}

.main-wrapper.login .content .box {
  margin-top: 120px;
}

.main-wrapper.login .content #signin a.link {
  padding: 12px 0px;
  width: 100%;
  text-align: center;
  color: #03A0E5;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-decoration: underline;
}

.main-wrapper.login .content #signin .apply.login {
  margin-top: 32px;
}


/* パスワード忘れた場合 */
.main-wrapper.forget_password .main-visual {
  margin-top: 64px;
}

.main-wrapper.forget_password .content .box {
  margin-top: 100px;
}


/* レシート確認 */

.main-wrapper .content .box#recipt {
  margin-top: 90px;
}

.main-wrapper .content .box#recipt2 {
  margin-top: 5px;
}

.main-wrapper .content .box#recipt .title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  background-color: #00317C;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 1.6px;
}

.main-wrapper .content .box#recipt2 .title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  background-color: #2a5b99;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 1.6px;
}

.main-wrapper .content .box#recipt .campaign-recipt img {
  position: relative;
  margin: 12px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-wrapper .content .box #recipt .campaign-apply {
  position: relative;
  background-color: rgb(0, 0, 0);
}

.main-wrapper .content .box #recipt .campaign-apply img {
  position: relative;
  margin: 12px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-wrapper .content .box#recipt p.description {
  text-align: left;
  position: relative;
  color: #000D20;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.4px;
}


.main-wrapper .content .box#recipt p.description-02 {
  text-align: left;
  margin-top: 0px;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .box#recipt p.description-02 span {
  color: #E60012;
  font-size: 14px;
}

.main-wrapper .content .box#recipt p.description-03 {
  text-align: center;
  color: #FF3333;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .box#recipt p.description-03 a {
  color: #18568C;
  text-decoration: underline;
  word-wrap: break-word;
}

.main-wrapper .content .box#recipt p.description-04 {
  text-align: center;
  margin: 10px 0px;
  color: #00317C;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .box#recipt p.description-05 {
  text-align: left;
  margin: 0 0 24px;
  position: relative;
  color: #D33C49;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}


.main-wrapper .content .box#recipt p.description-06 {
  text-align: center;
  margin: 0 0 4px;
  background-color: #6FB6E5;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .box#recipt p.description-07 {
  margin: 12px 0 0;
  text-align: left;
  background-color: #EEEEF0;
  width: 60%;
  color: #3696A7;
  font-size: 12px;
  font-weight: 800;
  line-height: 30px;
}

.main-wrapper .content .box#recipt p.description-08 {
  text-align: center;
  margin: 0 0 4px;
  padding: 16px 0;
  background-color: #FF3300;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .box#recipt p.description-09 {
  text-align: center;
  position: relative;
  color: #000D20;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .box#recipt .detail {
  margin: 12px 0;
  padding: 12px 0;
  border: 3px solid #3B4587;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  color: #3B4587;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.4px;
}


.main-wrapper .content .box#recipt .point {
  position: relative;
  padding: 16px 0 12px;
  text-align: center;
  background-color: #E8F3FF;
  border: 1px solid #CCE4FF;
  border-radius: 4px;
}

.main-wrapper .content .box#recipt .point .text {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .box#recipt .form-item input {
  padding: 8px 4px;
  margin: 2px 0 10px;
  width: 100%;
  text-align: left;
  color: #000;
  background-color: #DCE2EA;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.4px;
  border: solid 3px rgb(0, 94, 169);
  border-radius: 6px;
  vertical-align: middle;
}

.main-wrapper .content .box#recipt .form-item p {
  position: relative;
  color: rgb(40, 50, 60);
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

.main-wrapper .content .box#recipt p.text {
  text-align: left;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .box#recipt p.confirm {
  margin: 0 0 8px;
  width: 100%;
  text-align: left;
  color: #001E3B;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .box#recipt p.confirm img {
  margin: 0px 4px 0px 0px;
  width: auto;
  height: 16px;
}

.main-wrapper .content .box#recipt p.text.coution {
  margin-bottom: 0;
  margin-left: 0;
}

.main-wrapper .content .box#recipt .apply {
  margin: 12px 0;
  padding: 12px 0;
  background-color: #00317C;
  border: 1px solid #00317C;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .box#recipt .apply2 {
  margin: 0 0 15px;
  padding: 15px 15px;
  display: block;
  text-align: center;
  background: #c93f39;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 19px;
  width: 100%;
  border-radius: 6px;
}


/* ポイント確認 */

.main-wrapper .content .box#point {
  margin-top: 120px;
  padding-top: 32px;
}

.main-wrapper .content .box.error#point {
  margin-top: 100px;
  padding-top: 32px;
}

.main-wrapper .content .box#point table td {
  border-top: 1px solid #333;
}

.main-wrapper .content .box#point p.text {
  text-align: center;
  margin-top: 8px;
  position: relative;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.main-wrapper .content .box#point p.text.confirm {
  margin-top: 24px;
  margin-bottom: 0;
}

.main-wrapper .content .box#point .point {
  position: relative;
  margin: 12px 0px;
  text-align: center;
  background-color: #E8F3FF;
  border: 1px solid #CCE4FF;
  border-radius: 4px;
}

.main-wrapper .content .box#point .point p {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.4px;
  padding: 12px 24px 6px 24px;
}

.main-wrapper .content .box#point .apply {
  margin: 12px 0;
  padding: 12px 0;
  background-color: #00317C;
  border: 1px solid #00317C;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}


.main-wrapper .content .box#point .apply_02 {
  margin: 12px 0;
  padding: 12px 0;
  background-color: #00317C;
  border: 1px solid #00317C;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}



/* ポイント確定 */

.main-wrapper .content .box#point p.text.item {
  margin-bottom: 0;
}

.main-wrapper .content .box#point p.text.item.day {
  margin-top: 0;
  margin-bottom: 24px
}

/* ポイントエラー */

.main-wrapper.point .main-visual {
  margin-top: 64px;
}

.main-wrapper .content .box#point p.title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  background-color: #00317C;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 1.6px;
}

.main-wrapper .content .box.error#point p.text {
  text-align: left;
  margin-top: 10px;
}

.main-wrapper .content .box#point .back {
  margin: 12px 0px 12px 0px;
  padding: 12px 0px 12px 0px;
  text-align: center;
  background-color: #00317C;
  border: 1px solid #00317C;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}

/* ポイント・応募履歴確認 */

/* .main-wrapper .content .box.point_application {
  margin-top: 100px;
} */


.main-wrapper .content .box.point_application .menu-btn {
  border: 2px solid #00317C;
  border-radius: 4px;
  position: relative;
  padding: 0 16px;
}

.main-wrapper .content .box.point_application .menu-btn p {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin: 24px auto;
  vertical-align: middle;
  display: inline-block;
}

.main-wrapper .content .box.point_application .menu-btn p span {
  width: 32px;
  height: 32px;
  margin-left: 12px;
}



.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-btn .accordion_icon {
	position: absolute;
	margin: auto 0;
	top: 50%;
	transform: translateY(-50%);
	right: 10%;
  transition: 1s;
}


.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-btn .accordion_icon .fa-plus-circle {
  color: #fff;
  background: var(--primaryColor);
  border-radius: 50%;
  font-size: 3.5rem;
}

.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-btn .accordion_icon .fa-minus-circle {
  color: #fff;
  background: var(--primaryColor);
  border-radius: 50%;
  font-size: 3.5rem;
}

.main-wrapper .content .box.point_application .accordionbox .accordionlist dt .menu-btn img.accordion_icon {
  right: 8px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.main-wrapper .content .box.point_application .point {
  position: relative;
  margin: 12px 0px;
  text-align: center;
  background-color: #E8F3FF;
  border: 1px solid #CCE4FF;
  border-radius: 4px;
}

.main-wrapper .content .box.point_application .point p {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.4px;
  padding: 12px 24px 6px 24px;
}



.main-wrapper .content .box.point_application table td .hazure {
  color: #FF7694;
}


on-click {
  display: none;
}


/***************
　コンテンツ部分の指定-02（sp)
***************/
/* .main-wrapper .content .box {
  position: relative;
  padding: 80px 32px 16px 32px;
  text-align: center;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 13, 32, 0.48), -2px -2px 4px rgba(0, 13, 32, 0.48);
}

.main-wrapper .content #signin .title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  background-color: #f7d033;
  border-radius: 4px 4px 0 0;
  color: #001e3b;
  font-size: 16px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 1.6px;
}

.main-wrapper .content #signin .caution {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content #signin .caution_01 {
  position: relative;
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-indent: -1em;
  margin-left: 1em;
  padding-right: 1em !important;
}

.main-wrapper .content #signin .caution_01 span {
  color: #FF0000;
  font-weight: bold;
}

.main-wrapper .content #signin .caution.text-indent-setting {
  text-align: left;
}

.main-wrapper .content #signin .caution_02 {
  position: relative;
  text-align: left;
  color: #001E3B;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.main-wrapper .content #signin .description {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.main-wrapper .content #signin .confirm_point {
  position: relative;
  padding: 12px 24px 6px 24px;
  margin: 12px 0px 24px 0px;
  text-align: center;
  background-color: #E8F3FF;
  border: 1px solid #CCE4FF;
  border-radius: 4px;
}

.main-wrapper .content #signin .confirm_point .description {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.4px;
}

.main-wrapper .content #signin .confirm_point .description span {
  position: relative;
  text-align: center;
  color: #18568C;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.4px;
}

.main-wrapper .content #signin .form-item input {
  padding: 8px 4px;
  margin: 2px 0px 10px 0px;
  width: 100%;
  text-align: left;
  color: #000;
  background-color: #DCE2EA;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.4px;
  border: solid 3px rgb(0, 94, 169);
  border-radius: 6px;
  vertical-align: middle;
}

.main-wrapper .content #signin .apply {
  margin: 12px 0;
  padding: 12px 0;
  background-color: #c93f39;
  border: 1px solid #c93f39;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content #signin .apply.back {
  background-color: #001e3b;
  border: 1px solid #001e3b;
}

.main-wrapper .content #signin .apply.history {
  background-color: #013087;
  border: 1px solid #013087;
}

.main-wrapper .content #signin .forget-pw {
  padding: 12px 0;
  width: 100%;
  text-align: center;
  color: #E96795;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-decoration: underline;
}

.main-wrapper .content #signin .detail {
  margin: 12px 10% 12px;
  padding: 12px 0px;
  border: 3px solid #20BDC8;
  border-radius: 4px;
  width: 80%;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  color: #14A5D8;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.4px;
} */


/***************
　コンテンツ部分の指定-03（sp)
***************/
.main-wrapper .content .menu {
  position: relative;
  margin: 12px 0px;
}


.main-wrapper .content .menu .menu-btn {
  text-align: center;
}


.main-wrapper .content .menu .menu-btn img {
  width: 100%;
}


.main-wrapper .content .menu .accordionbox .accordionlist .sub-title-01 {
  text-align: center;
  color: #00317C;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .sub-title-01.history_page {
  color: #ffffff;
  background: #001e3b;
  padding: 6px 0;
  border-radius: 99px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .sub-title-02 {
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .sub-title-02 span {
  color: #FF0000;
}

.main-wrapper .content .menu .accordionbox .accordionlist dt {
  display: block;
  margin: 20px 0px 0px 0px;
}

.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-btn {
  text-align: left;
  position: relative;
  border: 1px solid #fff;
}



.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-btn img {
  width: 100%;
}

.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-btn img.accordion_icon {
  position: absolute;
  margin: auto 0;
  top: 50%;
  margin-top: -16px;
  right: 32px;
  width: 32px;
  height: 32px;
}

.main-wrapper .content .menu .accordionbox .accordionlist dt:first-child {
  border-top: none !important;
}

.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-title {
  padding-left: 10px;
  float: left;
}

.main-wrapper .content .menu .accordionbox .accordionlist dt .menu-title p {
  text-align: left;
  color: rgb(20, 30, 40);
  font-size: 14px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child {
  display: none;
  padding: 12px 20px 8px;
  word-break: break-all;
}


.main-wrapper .content .menu .accordionbox .accordionlist .child .title2 {
  text-align: center;
  margin: 10px 0px 4px;
  color: #003187;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .title3 {
  text-align: center;
  margin: 5px 0px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.8px;
}



.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-01 {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-01 span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.4px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-02 {
  text-align: left;
  color: #1C2B61;
  font-size: 19px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-03 {
  text-align: left;
  color: #007FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-04 {
  position: relative;
  border: 1px solid #DC0019;
  margin: 0 0 5px;
  padding: 8px 10px;
  text-align: center;
  color: #DC0019;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-05 {
  position: relative;
  background-color: #ffffff;
  border: 3px solid #FF003E;
  margin: 20px 0 5px;
  padding: 10px 5px;
  text-align: center;
  color: #FF003E;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-06 {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-06 span {
  color: #000;
  font-weight: 800;
  font-size: 19px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-07 {
  text-align: center;
  color: #DF033F;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-07 span {
  font-size: 16px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-08 {
  text-align: center;
  color: #1D2C6F;
  font-size: 19px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.campaign-term .block .detail {
  background-color: #2f5e9a;
  border: 1px solid #2f5e9a;
  margin: 12px 2.5%;
  padding: 15px 0px;
  border-radius: 6px;
  width: 95%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.campaign-term .block .detail.entry {
  background-color: #c93f39;
  border: 1px solid #c93f39;
}


.main-wrapper .content .menu .accordionbox .accordionlist .child .detail2 {
  margin: 20px 2.5% 10px;
  padding: 15px 15px;
  display: block;
  text-align: center;
  background: #FCFCF4;
  color: #00317C;
  border: 4px solid #00317C;
  font-weight: bold;
  font-size: 19px;
  width: 95%;
  border-radius: 6px;
  box-shadow: 3px 3px 0px rgb(0 49 124);
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .detail3 {
  margin: 12px 2.5% 12px 2.5%;
  padding: 10px 5px 10px;
  background-color: #FF013E;
  border: 1px solid #FF013E;
  border-radius: 6px;
  box-shadow: 0px 6px 0px rgba(163, 0, 14, 1.0);
  width: 95%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.4px;
  opacity: 0.4;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .detail4 {
  margin: 12px 2.5% 12px 2.5%;
  padding: 10px 5px 10px;
  background-color: #4D9EE9;
  border: 1px solid #4D9EE9;
  border-radius: 6px;
  box-shadow: 0px 6px 0px rgba(19, 88, 151, 1.0);
  width: 95%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.2px;
  opacity: 0.4;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .apply {
  margin: 12px 0px 12px 0px;
  padding: 12px 0px 12px 0px;
  background-color: #448EDB;
  border: 1px solid #277ACD;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}


.main-wrapper .content .menu .accordionbox .accordionlist .child .caution span {
  color: #033492;
  font-weight: 800;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution2 {
  margin: 6px 0px 0px 0px;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution3 {
  margin: 6px 0px 10px 0px;
  text-align: left;
  color: #0C2044;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution3 span {
  text-align: left;
  color: #0C2044;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution4 {
  margin: 10px 0px 10px 0px;
  text-align: left;
  color: #E5133A;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution5 {
  margin: 6px 0px 10px 0px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution6 {
  margin: 6px 0px 0px 6px;
  text-align: left;
  color: #001F55;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  word-break: break-all;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution6 span {
  color: #E32753;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .caution7 {
  margin: 6px 0px 0px 0px;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .confirm {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 15px 8px;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .confirm img {
  margin: 0px 0px 2px 0px;
  width: auto;
  height: 21px;
  vertical-align: middle;
}

/* ポップアップ */
.modal-dialog {
  position: absolute;
  top: 32px;
  width: calc(100% - 20px);
  /* iPhoneバンドル */
}

.modal-dialog .modal-body {
  padding-top: 0;
  word-break: break-all;
  background-color: #ffffff;
  border-radius: 4px;
}



.modal-dialog .modal-body .title_02 {
  position: absolute;
  padding: 12px 5px 12px 5px;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  background-color: #448EDB;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1.6px;
}

.modal-dialog .modal-body .text {
  margin: 8px 0px 0px 10px;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.modal-dialog .modal-body .text2 {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.modal-dialog .modal-body .text2 a {
  color: #FF0000;
  text-decoration: underline;
}

.modal-dialog .modal-body .text3 {
  text-align: center;
  color: #013185;
  font-size: 17px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.modal-dialog .modal-body .apply {
  margin: 12px 0px 12px 0px;
  padding: 12px 0px 12px 0px;
  background-color: #FF013E;
  border: 1px solid #FF013E;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
}





.campaign-present .slick-dots li button:before {
  color: #FFFFFF;
}

.campaign-present .slick-dots li.slick-active button:before {
  color: #FFFFFF;
}

.campaign-present img {
  max-width: 100%;
  height: auto;
}


/***************
　コンテンツ部分の指定-04（sp)
***************/
.main-wrapper .content .menu .accordionbox .accordionlist .child .flow-description-01 {
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .flow-description-01 span {
  text-align: left;
  color: #DE013F;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .flow-description-02 {
  text-align: left;
  color: #FF0000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .flow-description-02 span {
  font-weight: 800;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .shot_bad {
  text-align: center;
  margin-top: 6px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .shot_bad img {
  text-align: center;
  width: 96%;
  height: auto;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .box01 {
  position: relative;
  padding: 80px 23px 16px;
  text-align: center;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  border: 3px solid #006CB8;
  box-shadow: 0px 0px 3px #575748;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .box01 .row .box-title-01 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  background-color: #006CB8;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 1.2px;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .box02 {
  position: relative;
  padding: 80px 23px 16px;
  text-align: center;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  border: 3px solid #E60012;
  box-shadow: 0px 0px 3px #575748;
}

.main-wrapper .content .menu .accordionbox .accordionlist .child .box02 .row .box-title-02 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  background-color: #E60012;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 1.2px;
}


.main-wrapper .main-visual .keihin {

  padding: 0 12px;
}

.main-wrapper .main-visual .keihin .sub-title {
  text-align: center;
  color: #0080FF;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.main-wrapper .main-visual .keihin .sub-title2 {
  text-align: center;
  padding: 0 0 10px;
  color: #001A43;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.main-wrapper .main-visual .keihin .sub-title2 img {
  text-align: center;
  width: 100%;
}

.main-wrapper .main-visual .keihin .sub-title4 {
  text-align: left;
  color: #000D20;
  font-size: 14px;
  line-height: 24px;
}

.box .kakunin {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.box .kakunin .boxwaku {
  width: 100%;
  border: 3px solid #00317C;
  border-radius: 4px;
  position: relative;
  padding: 10px 4px;
  margin: 0 0 25px;
}

.box .kakunin .mongon-01 {
  text-align: center;
  margin: 0 0 10px;
  color: #4C9EE8;
  font-size: 16px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.9px;
}

.box .kakunin .mongon-01 span {
  color: #000;
}

.box .kakunin .mongon-02 {
  width: 90%;
  background-color: #4C9EE8;
  text-align: center;
  margin: 0 5%;
  padding: 10px 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.9px;
}



/***************
  サイドメニュー部分の指定
***************/

.overlay {
  /* overlayをデフォルトで非表示に 1/23 */
  display: none;
  /* overlayをデフォルトで非表示に end */
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}

.overlay p {
  position: fixed;
  top: 4px;
  right: 20px;
  color: #fff;
  font-size: 48px;
  font-weight: 80;
  text-align: center;
  line-height: 48px;
}


.overlay::after {
  visibility: hidden;
  position: fixed;
  top: 40%;
  right: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(20, 30, 34, 1.0);
}

.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.4);
}

.side-menu {
  /* サイドメニューをデフォルトで非表示に 1/23 */
  display: none;
  /* サイドメニューをデフォルトで非表示に end */
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  padding-top: 100px;
  text-align: left;
  font-size: 13px;
  background: #555555;
  z-index: 1;
}

.side-menu ul {
  list-style: none;
  padding: 0;
}

.side-menu ul li {
  height: 48px;
  border-bottom: 0.5px solid rgba(200, 210, 214, 0.4);
}

.side-menu ul .close {
  margin: 0px 0px 0px 0px;
  padding: 40px 0px;
  width: 100%;
  height: 76px;
  border: none;
  color: #fff !important;
  opacity: 1.0 !important;
  text-align: center;
}

.side-menu ul .close a {
  position: relative;
  display: inline !important;
  margin: 0px 0px 0px 0px;
  padding: 16px 64px;
  background-color: #f8f8fa;
  border-radius: 4px;
  color: #fff !important;
  /* iPhoneバンドル */
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}

.side-menu ul li img {
  margin: 16px 0px 16px 40px;
  padding: 0px;
  height: 48px;
}

.side-menu ul li a {
  position: relative;
  display: inline !important;
  margin: 0px 0px 0px 40px;
  padding: 0;
  text-align: left;
  color: #fff;
  /* iPhoneバンドル */
  font-size: 13px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0.4px;
}

.side-menu ul li #top {
  position: relative;
  display: inline !important;
  margin: 16px 0px 0px 56px;
  padding: 0px;
  color: #fff;
  /* iPhoneバンドル */
  font-size: 16px;
  letter-spacing: 1px;
}

.side-menu-btn {
  cursor: pointer;
  z-index: 4;
}

.main-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

.side-open .main-wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);

}




/***************
　PC用クエリ
***************/
@media only screen and (min-width: 640px) {
  html {
    text-align: center;
  }

  body {
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
  }

  .main-wrapper .nav-sp {
    width: 50%;
  }


  .sp-menu {
    right: 25%;
  }
    /***************
    　コンテンツ部分の指定-01（pc)
    ***************/
    /* サイドメニューをデフォルトで非表示に 1/23 */
    .side-menu {
      display: none;
    }
    /* サイドメニューをデフォルトで非表示に end */

    .main-wrapper .main-visual .campaign-present-bg2 img {
      position: relative;
      margin: 0 0 10px;
    }

    .main-wrapper .main-visual .campaign-present {
      top: 100px;
    }

    .main-wrapper .main-visual .campaign-present img {
      margin: 170px 8px 0px;
      width: 100%;
    }

    .main-wrapper .main-visual .campaign-term .block .caution {
      padding: 10px 20px 12px;
    }

    .main-wrapper .main-visual .campaign-term .block .deadline {
      font-size: 22px;
    }

    .main-wrapper .main-visual .campaign-term .block .deadline3 {
      font-size: 19px;
      line-height: 24px;
    }

    .main-wrapper .main-visual .campaign-term .block .deadline4 {
      font-size: 18px;
      line-height: 24px;
    }

    .main-wrapper .main-visual .campaign-term .block .deadline4 span {
      font-size: 16px;
    }

    /* ログイン */
    .main-wrapper.login .content .box p {
      text-align: left;
      position: relative;
      color: #000;
      font-size: 12px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 0.4px;
      margin-bottom: 0px;
    }

    .main-wrapper.login .content .box p.item {
      font-size: 14px;
      margin-top: 16px;
    }

    /* ポイントエラー */
    .main-wrapper .content .box.error#point {
      margin-top: 100px;
      padding-top: 32px;
    }

    /* ポイント・応募履歴確認 */
    /* .main-wrapper .content .box.point_application .menu-btn p span {
      width: 32px;
      height: 32px;
    } */

    on-click {
      display: none;
    }

    .main-wrapper .content .box.point_application .btn_more {
      margin: 0px 0px 12px 0px;
      padding: 12px 0px 12px 0px;
      background-color: #45B035;
      border: 1px solid #3BA62B;
      border-radius: 4px;
      text-align: center;
      color: #FFF;
      font-size: 14px;
      font-weight: 800;
      line-height: 24px;
      letter-spacing: 0.4px;
    }


    /***************
　コンテンツ部分の指定-03（pc)
    ***************/
    .main-wrapper .content .menu .menu-btn {
      position: relative;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-03 {
      font-size: 14px;
      line-height: 20px;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-04 {
      font-size: 18px;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-06 {
      font-size: 20px;
      line-height: 28px;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .sub-title-07 span {
      font-size: 17px;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .detail2 {
      font-size: 17px;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .detail3 {
      font-size: 17px;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .detail4 {
      font-size: 17px;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .caution {
      margin: 12px 0px 0px 6px;
    }


    /***************
  　コンテンツ部分の指定-04（pc)
    ***************/
    .main-wrapper .content .menu .accordionbox .accordionlist .child .box01 {
      padding: 80px 32px 16px 32px;
    }

    .main-wrapper .content .menu .accordionbox .accordionlist .child .box02 {
      padding: 80px 32px 16px 32px;
    }

    .main-wrapper .content .about-us {
      padding: 20px 20px 16px 20px;
    }

    .main-wrapper .content .about-us .description-01 {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 1.2px;
    }

    #pageTop {
      bottom: 3%;
      right: 27%;
    }


}


.img_wrapper_portal {
  width: 100%;
}

.img_wrapper_portal img {
  width: 100%;
}


.form_input_value a,
.form_input_value a:hover,
.form_input_value a:visited,
.form_input_value a:active,
.form_input_value a:focus {
  color: #000;
  text-decoration:none;
  pointer-events:none;
}



/* お客様情報 */

.contents_detail {
  padding: 1px 20px 10px;
  font-size: 16px;
}

.input_address_title {
  background: #0a0541;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 4px 4px;
}

.input_address_text {
  color: #000;
  text-align: left;
}

.input_address_caution {
  margin-bottom: 4px;
  text-align: left;
}

.input_address_caution span {
  color: #DC0019;
}

.confirm_point {
  font-size: 18px;
  text-align: center;
  color: #000;
  margin: 0 auto;
}

/* 入力フォーム */
.form-item_input_wrapper {
  width: 100%;
  text-align: left;
}

.form-item_input_wrapper input,
.form-item_input_wrapper select {
  width: 100%;
  border: 1px solid #8f8f8f;
  padding: 10px;
  border-radius: 6px;
  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 + 4px),
  calc(100% - 15px) calc(1em + 4px),
  100% 0;
  background-size:
  5px 5px,
  5px 5px,
  2.5em 2.9em;
  background-repeat: no-repeat;
}

.form-item_input_label {
  margin-top: 20px;
  margin-bottom: 4px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}


.form-item_input_label span {
  color: #f00;
  font-weight: bold;
}

.input_error_message {
  text-align: left;
  color: #f00;
  font-weight: bold;
}

.error_message {
  color: #f00;
  font-weight: bold;
  margin: 8px auto;
}

.forget_password_btn {
  display: block;
  width: 100%;
  margin: 32px auto 30px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  border: none;
}

.send_email_message {
  margin: 20px auto;
}

.pay_complete_text {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.now_point_wrapper {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.now_point_wrapper span {
  font-size: 20px;
  font-weight: bold;
}

.disable_btn,
.disable_btn:hover,
.disable_btn:active,
.disable_btn:visited,
.disable_btn:focus {
  background-color: #c7c7c7;
  text-decoration: none;
  text-align: center;
  margin: auto;
  display: block;
  font-size: 16px;
  border-radius: 8px;
  padding: 16px 4px;
  display: block;
  color: #fff;
}

.product_list_heading {
  font-size: 16px;
  color: var(--primaryColor);
  font-weight: bold;
  margin-top: 12px;
  text-align: left;
}

.product_list {
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}

.product_list_item {
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}

.product_list_item::before {
  content: "・";
}

.product_list_item.heading {
  color: var(--secondaryColor);
  font-weight: bold;
  text-indent: 0;
  margin-left: 0;
}

.product_list_item.heading::before {
  content: "";
}



.products_table {
  color: #000;
  width: 100%;
  margin-bottom: 20px;
}

.products_table td {
  border: 1px solid #000;
  padding: 4px;
}

.products_table td.number {
  width: 30px;
  text-align: center;
}


.group_wrapper {
  background-color: #fff;
  margin: 12px 20px;
  padding: 16px;
  border-radius: 16px;
}

.group_name {
  color: var(--primaryColor);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.point_wrapper {
  background: repeating-linear-gradient(-45deg, #fff6ae, #fff6ae 10px, #fcfadb 10px, #fcfadb 24px);
  padding: 12px 12px 4px;
  margin-bottom: 24px;
}

.point_title {
  background-color: var(--primaryColor);
  border-radius: 4px;
  padding: 6px;
  color: #fff;
  font-weight: bold;
}

.getpoint {
  margin: 6px 0 0;
  font-weight: bold;
  font-size: 18px;
}

.getpoint span {
  font-size: 52px;
}


.target_btn {
  margin: auto;
  width: 100%;
  padding: 12px 0;
  background-color: #fff;
}

.target_btn a {
  width: 92%;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 10px auto;
}

.target_btn a.aeon_btn {
  background-color: #a3006f;
}

.target_btn a.notaeon_btn {
  background-color: #ffde00;
  margin-bottom: 20px;
  color: #000;
  padding: 20px 0;
}

.target_btn a:hover,
.target_btn a:active,
.target_btn a:visited,
.target_btn a:focus {
  color: #000;
}

.target_btn a.aeon_btn:hover,
.target_btn a.aeon_btn:active,
.target_btn a.aeon_btn:visited,
.target_btn a.aeon_btn:focus {
  color: #fff;
}


.line-date_wrapper {
  background-image: url(../img/bg1.webp);
  background-size: cover;
}