@charset "UTF-8";

:root {
  --primaryColor: #001e3b;
  --secondaryColor: #d0003c;
}

* {
  line-height: 1.5;
  /* font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800; */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

body {
  width: 100%;
  margin: auto;
  background-color: #003084;
}

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: #00A3D9;
  font-size: 16px;
  padding: 10px 0 8px;
  text-align: center;
  margin: 20px auto;
  line-height: 1.2;
}

.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 {
  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);
  max-width: 640px;
}

.sp-inner {
  z-index: 999;
  margin: 0;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 64px;
  background-color: #001E3B;
  max-width: 640px;
  display: flex;
  align-items: center;
}

.sp-logo {
  text-align: left;
}

.sp-logo img {
  width: auto;
  height: 24px;
}

.sp-menu img {
  width: auto;
  height: 64px;
}

/***************
  サイドメニュー部分の指定
***************/

.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;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* 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;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* 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;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* iPhoneバンドル */
  font-size: 16px;
  letter-spacing: 1px;
}

.side-menu-btn {
  cursor: pointer;
  z-index: 4;
}

.side-open .main-wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);

}



/* キービジュアル */
.main-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* iPhoneバンドル */
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  z-index: 2;
  background-color: #003084;
}

.kv {
  margin-top: 64px;
  margin-bottom: 20px;
}

.kv img {
  width: 100%;
}

/* キャンペーン期間 */
.block {
  margin: 20px auto;
  text-align: center;
  width: 92%;
  background: #fff;
  border: 4px solid var(--primaryColor);
  padding-top: 0; /* ← デフォルトで入ってるpaddingを0に */
}

.block .title {
  display: inline-block;
  background: #ffcd00;
  color: var(--primaryColor);
  font-size: 16px;
  font-weight: bold;
  padding: 6px 20px;
  transform: skew(-20deg) translate(-4px, -50%);
  width: min(80%, 270px);
  border: 2px solid #000;
  margin-bottom: -10px;
}

.block .title span {
  display: inline-block;
  transform: skew(20deg);
}

.contents_wrapper {
  padding: 12px 12px 14px;
}

.campaign-term .deadline {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}

.campaign-term .deadline:last-of-type {
  margin-bottom: 0;
}

.campaign-term .caution {
  position: relative;
  margin: 0 0 0 16px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}


/* 応募方法の説明 */
.middle-area {
  background: #ff5c7d;
  color: #fff;
  margin: 20px 0;
  padding: 10px 7%;
  text-align: center;
  line-height: 2.5rem;
}


/* 賞品一覧 */
.prize_list .contents_wrapper {
  padding-bottom: 8px;
}

.prize_wrapper:last-of-type {
  margin-bottom: 0;
}

.prize_name {
  text-align: center;
  color: #D80C18;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5rem;
}

.prize_title_name {
  font-size: 18px;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 16px;
}

.prize_title_name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 0.6em;
  background: #ffcb01;
  transform: skew(-20deg) scale(1.05);
  z-index: -1;
}

.prize_img_wrapper {
  width: 100%;
  margin-bottom: 16px;
  box-shadow: 4px 4px 7px 0px #757575;
  border: 1px solid #000;
}

.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 4px 1em;
  padding: 0 12px;
  text-indent: -1em;
}

.prize_description_text.red {
  color: var(--secondaryColor);
}

.prize_description_text.my {
  margin-bottom: 36px;
}

.prize_description_text.my:last-of-type {
  margin-bottom: 0;
}

.detail_button {
  background-color: #e5e5e5;
  margin: 24px auto 24px;
  padding: 8px 5px;
  border-radius: 12px;
  width: 93%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  display: block;
  border: solid 2px #2d2d2d;
  outline: solid 2px #2d2d2d;
  outline-offset: 2px;
  color: #000;
}

.entry_button {
  margin: 24px auto;
  padding: 4px 5px;
  border-radius: 8px;
  width: 93%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
  display: block;
  border: none;
}

.entry_button .point_big {
  font-size: 14px;
}

.entry_button .point_name {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.entry_button .point_name.don {
  margin-top: 4px;
}

.entry_button.yellow {
  background-color: rgb(255 204 0);
  border: solid 2px rgb(255 204 0);
  outline: solid 4px rgb(255 204 0);
  outline-offset: 2px;
  color: #333;
}

.entry_button.red {
  background-color: rgb(210 0 60);
  border: solid 2px rgb(210 0 60);
  outline: solid 4px rgb(210 0 60);
  outline-offset: 2px;
  color: #fff;
}

.entry_button.blue {
  background-color: rgb(15 0 105);
  border: solid 2px rgb(15 0 105);
  outline: solid 4px rgb(15 0 105);
  outline-offset: 2px;
  color: #fff;
}

.entry_button.purple {
  background-color: #78206e;
  border: solid 2px #78206e;
  outline: solid 4px #78206e;
  outline-offset: 2px;
  color: #fff;
}

.entry_button.chusen {
  background-color: #ffffff;
  border: solid 2px #001e3b;
  outline: solid 4px #001e3b;
  outline-offset: 2px;
  color: #001e3b;
  border-radius: 12px;
}

.sepalate_line {
  margin-top: 40px;
  margin-bottom: 36px;
  border: 0;
  border-top: 2px dotted #ff99b2;
}

/* ポップアップ */
.modal {
  max-width: 550px;
  margin: auto;
  padding-right: 17px;
}

.modal-dialog {
  position: absolute;
  top: 0;
  width: calc(100% - 20px);
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* iPhoneバンドル */
}

.modal-dialog .modal-body {
  padding-top: 0;
  word-break: break-all;
  background-color: #ffffff;
  border-radius: 4px;
}


.modal-dialog .modal-body .title {
  text-align: center;
  margin: 16px 0px 8px;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.modal-dialog .modal-body .title_02 {
  position: absolute;
  padding: 12px 5px 12px 5px;
  top: -64px;
  left: 0;
  text-align: center;
  height: auto;
  background-color: var(--primaryColor);
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1.6px;
  width: 100%;
}

.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 .text a,
.modal-dialog .modal-body .text a:visited,
.modal-dialog .modal-body .text a:active,
.modal-dialog .modal-body .text a:focus {
  text-decoration: underline;
  color: #013185;
}

.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;
}

.modal-dialog .modal-footer {
  border-top: none;
  text-align: center;
}

.modal-dialog .modal-footer button.close {
  margin: 20px 0px 12px 0px;
  padding: 12px 0px 12px 0px;
  background-color: var(--primaryColor);
  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;
}


/* 対象商品 */
.products_img_wrapper {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 16px;
}

.products_img_wrapper img {
  width: 100%;
}

.products_description_text_top {
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}

.products_description_text_bottom {
  text-align: left;
  line-height: 2.2rem;
  margin-bottom: 0;
  text-indent: -1em;
  margin-left: 1em;
}



/* アコーディオンメニュー */
.accordion {
  background: #003084;
  width: 90%;
  margin: auto;
}

.accordion_menu-btn {
  text-align: center;
  background: var(--primaryColor);
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  padding: 12px 0;
  letter-spacing: 0.2em;
  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: 4%;
  transition: 1s;
  width: 10%;
}

.accordion_icon .fa-plus-circle,
.accordion_icon .fa-minus-circle {
  font-size: 24px;
  color: #fff;
}

.accordionbox {
  margin-bottom: 20px;
}

.accordionbox .child {
  display: none;
  padding: 0 16px 16px ;
  word-break: break-all;
  background-color: #ffffff;
}

.accordionbox .child:last-of-type {
  padding-top: 16px;
}


.flow-step {
  text-align: left;
  color: #fff;
  background: #0043ad;
  border-radius: 20px;
  padding: 4px 14px;
  margin: 0px 0 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.flow-description {
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.caret_down {
  margin: 0 auto;
  text-align: center;
}

.method_heading {
  text-align: center;
  color: #0043ad;
  font-size: 20px;
  font-weight: 800;
  background: #fff;
  margin: 0 auto 20px;
}

.method_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.method_img_wrapper {
  width: 48%;
}

.method_img_wrapper img {
  width: 100%;
}

.method_text_wrapper {
  width: 48%;
}

.fa-caret-down {
  font-size: 60px;
  color: #0091e9;
  text-align: center;
  margin: 0 0 10px;
}

.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: 0px 12px 16px 12px;
  text-align: center;
  height: auto;
  background-color: #fff;
}

.shot_good {
  margin-bottom: 20px;
}

.shot_method {
  text-align: center;
  background-color: var(--primaryColor);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 12px;
  margin-bottom: 20px;
}

.shot_good_title,
.shot_bad_title {
  position: relative;
  background: #fff;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  color: #162141;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
  border: 2px solid #162141;
}

.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 {
  display: flex;
  margin: 0px 0px 12px 0px;
  text-align: left;
  color: #003086;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  gap: 4px;
}

.shot_text_item img {
  margin: 0px 0px 2px 0px;
  width: auto;
  height: 21px;
  vertical-align: middle;
}

.shot_bad img {
  text-align: center;
  width: 96%;
  height: auto;
}

.shot_caution {
  text-align: left;
  color: #DF003F;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
  border: 1px solid #FDD000;
  margin: 0 auto;
  background: #FDD000;
  padding: 8px;
}

.shot-bad-wrapper {
  width: 95%;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shot_bad_item {
  width: 32%;
}

.shot_bad_caution {
  text-align: left;
  margin-left: 1rem;
  text-indent: -1em;
}

.notes_title {
  margin: 0 auto 8px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
  border: 2px solid var(--primaryColor);
  color: var(--primaryColor);
  font-size: 16px;
  font-weight: bold;
}

.notes_text {
  margin-bottom: 12px;
  line-height: 2.2rem;
  padding: 0 8px;
  text-indent: -1.7em;
  margin-left: 1.7em;
  text-align: left;
}

.notes_text.noindent {
  text-indent: 0;
  margin-left: 0;
}

.notes_text a,
.notes_text a:hover,
.notes_text a:active,
.notes_text a:visited {
  color: #337ab7;
  text-decoration: underline;
}


/* 事務局 */
.inquiry {
  text-align: center;
  margin: 0;
  width: 100%;
}

.inquiry_wrapper {
  border-radius: 2px;
  position: relative;
  padding: 20px;
  margin: auto;
  background-color: #fff;
}

.inquiry_title {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5rem;
  background-color: var(--primaryColor);
  color: #fff;
  padding: 8px;
}

.inquiry_name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #d40000;
}

.inquiry_contents_wrapper dt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.inquiry_contents_wrapper dd {
  text-align: center;
  font-size: 16px;
}

.inquiry_caution {
  text-align: left;
  font-size: 16px;
  margin-left: 1rem;
  text-indent: -1em;
  line-height: 1.4;
}


/* コピーライト */
.copyright {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 8px !important;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1.2px;
}

/* .copyright img {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

.copyright span {
  position: absolute;
  bottom: 4px;
  left: 10px;
} */
#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: var(--primaryColor);
  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;
  width: 90%;
  margin: 60px auto 24px;
  padding: 60px 32px 32px;
  text-align: center;
  height: auto;
  background-color: #fff;
}

.main_contents_wrapper.closed {
  padding-bottom: 20px;
}

.main_contents_title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: var(--primaryColor);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 12px 8px;
}

.main_contents_subtitle {
  margin: 8px 5% 12px;
  padding: 8px;
  width: 90%;
  text-align: center;
  border: 2px solid #D80C18;
  color: #D80C18;
  font-size: 16px;
  font-weight: bold;
}

.upload_caution {
  text-align: left;
  color: #000;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: bold;
  width: 84%;
  margin: auto;
  line-height: 2.2rem;
  margin-bottom: 8px;
}

.select_prize_area {
  margin: 0 auto 28px;
  font-size: 16px;
  text-align: left;
  width: 80%;
}

.select_prize_area label {
  display: block;
  margin-top: 18px;
  cursor: pointer;
}

.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: 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;
  line-height: 26px;
}

.goto_top_btn {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  margin: 12px 2.5%;
  border-radius: 6px;
  width: 95%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.goto_top_btn a {
  padding: 12px 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: center;
  color: #D80C18;
  font-size: 16px;
  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;
}

.modifi_btn {
  background-color: #ee3258;
  border: 2px solid #ff6584;
  border-radius: 100px;
  box-shadow: 0px 6px 0px #ffa4bd;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  padding: 12px 8px;
  display: block;
}

.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;
}


/* フォーム */
.form_name {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 28px;
}

.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: 8px;
  width: 100%;
  text-align: left;
  color: #000;
  background-color: #f4f4f4;
  font-size: 13px;
  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;
}

.form_error {
  text-align: left;
  color: #3792FF;
  font-size: 14px;
  font-weight: bold;
}

.dropdown-select {
  padding: 3px 12px 3px 12px;
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 800;
  line-height: 32px;
  border: 0;
  border: solid 1px rgb(230, 232, 234);
  border-radius: 2px;
}


/* アンケート */
.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: 40px auto 30px;
  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: center;
  margin-bottom: 8px;
}



/* フォーム入力確認画面 */
.form_confirm_input {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}


/* メール添付型画面 */
.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;
}



.receipt_wrapper .heading {
  background-color: #f47736;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  line-height: 1.4;
}

.receipt_wrapper .contents {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.receipt_wrapper .contents .shot_img_wrapper {
  width: 100%;
  text-align: center;
}

.receipt_wrapper .contents .shot_img_wrapper img {
  width: 70%;
  margin: 12px auto;
}

.receipt_wrapper .contents .message {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.receipt_wrapper .contents .message.caution {
  color: var(--secondaryColor);
}




/* ログイン後TOPページ */
.account-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 0;
}

.point-text {
  line-height: 3rem;
  margin-bottom: 2px;
}

.confirm_point {
  margin-top: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.2em;
}

.confirm_point span {
  font-size: 24px;
}


.get_point_wrapper {
  background-color: var(--secondaryColor);
  color: #fff;
  padding: 10px;
}

.get_point_wrapper .heading {
  font-size: 18px;
  font-weight: bold;
}

.get_point_wrapper .contents {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.mypage-point {
  font-size: 16px;
  line-height: 36px;
}

.mypage-point span {
  font-size: 28px;
  font-weight: bold;
}

.normal_point_wrapper {
  background-color: #002060;
  padding: 10px 8px 6px;
  margin-bottom: 12px;
  border-radius: 12px;
  color: #fff;
  border: 4px solid var(--secondaryColor);
}

.normal_point_wrapper .pointname {
  display: inline-block;
  padding: 4px 40px;
  background: #fff;
  color: #0f2c6b;
  font-weight: bold;
  text-align: center;
  position: relative;
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  margin: 0 auto 8px;
  width: 220px;
}

/* 共通（くの字の線） */
.normal_point_wrapper .pointname::before,
.normal_point_wrapper .pointname::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 6px solid #0f2c6b;
  border-right: 6px solid #0f2c6b;
  transform-origin: center;
}

/* 左：< */
.normal_point_wrapper .pointname::before {
  left: 12px;
  transform: translateY(-50%) rotate(-135deg);
}

/* 右：> */
.normal_point_wrapper .pointname::after {
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}

.normal_point_wrapper .pointnumber {
  font-weight: bold;
  font-size: 14px;
}

.normal_point_wrapper .pointnumber span {
  font-size: 20px;
}

.point_explane {
  font-size: 14px;
  color: #ff0;
  text-decoration: underline;
  margin-bottom: 10px;
} 

.store_point_area_wrapper {
  background-color: rgb(210 0 60);
  border-radius: 12px;
  padding: 10px 16px 6px;
  border: 4px solid #002060;
}

.store_point_area_wrapper .pointname {
  display: inline-block;
  padding: 4px 20px;
  background: #fff;
  color: var(--secondaryColor);
  font-weight: bold;
  text-align: center;
  position: relative;
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  margin: 0 auto 8px;
  width: 220px;
}

/* 共通（くの字の線） */
.store_point_area_wrapper .pointname::before,
.store_point_area_wrapper .pointname::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 6px solid var(--secondaryColor);
  border-right: 6px solid var(--secondaryColor);
  transform-origin: center;
}

/* 左：< */
.store_point_area_wrapper .pointname::before {
  left: 12px;
  transform: translateY(-50%) rotate(-135deg);
}

/* 右：> */
.store_point_area_wrapper .pointname::after {
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}


.store_point_area_wrapper .pointnamelist {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.2;
}

.store_point_area_wrapper .pointnamelist span {
  font-size: 14px;
}

.store_point_area_wrapper .pointnnumber {
  font-weight: bold;
  font-size: 14px;
}

.store_point_area_wrapper .pointnnumber span {
  font-size: 18px;
}

.receipt_send_btn {
  margin: 24px 0;
  padding: 12px 0;
  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;
  border-radius: 6px;
}


/* 履歴ページ */
.history_table th {
  border: 1px solid #003187 !important;
  background-color: #DAE4F9;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  vertical-align: middle !important;
}

.history_table td {
  border: 1px solid #003187 !important;
  background-color: #f0efef;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  vertical-align: middle !important;
}

.toggle {
  display: block;
  font-size: 16px;
  text-align: center;
  background: var(--secondaryColor);
  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;
  text-decoration: underline;
}


/* ポイント不足エラーページ */
.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: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 0;
}

.tosen_prize_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
  color: var(--secondaryColor);
}

.entry_prize_number {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.entry_prize_img_wrapper {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 4px 4px 7px 0px #757575;
  border: 1px solid #000;
}

.entry_prize_img_wrapper img {
  width: 100%;
}

.entry-notice {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}

.entry_use_point_wrapper {
  border-top: 2px dotted #444444;
  border-bottom: 2px dotted #2e2e2e;
  width: 90%;
  margin: 36px auto;
}

.entry_use_point {
  position: relative;
  background-color: #ffffff;
  margin: 12px 0;
  text-align: center;
  color: #ff003e;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}


/* ポイント確認ページ */
.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;
  line-height: 1.5;
}


/* ログインページ */
.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;
  color: var(--secondaryColor);
  margin-top: 12px;
}


.code_copy_wrapper {
  border: 1px solid var(--primaryColor);
  text-align: center;
  margin-bottom: 32px;
}

.code_copy_heading {
  background: var(--primaryColor);
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 16px;
}

.code_copy_wrapper .js-copytext {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 20px 12px 16px;
  display: block;
}

.code_copy_wrapper .js-copybtn {
  font-size: 18px;
  background: var(--primaryColor);
  padding: 8px 20px;
  margin: 10px auto 16px;
  color: #fff;
}

.code_copy_caution {
  padding: 0 12px;
  text-align: left;
  margin: 0 auto 12px 1em;
  text-indent: -1em;
  color: var(--secondaryColor);
}


.form_input_button {
  display: block;
  background-color: var(--secondaryColor);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 6px;
  line-height: 1.3;
  border-radius: 6px;
  margin-bottom: 24px;
}


.form_input_caution {
  text-align: left;
  margin: 0 auto 12px 1em;
  text-indent: -1em;
  color: var(--secondaryColor);
}


.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: 12px 2.5% 20px;
  padding: 15px 5px 15px;
  background-color: var(--secondaryColor);
  border: 2px solid #ef6b8f;
  border-radius: 6px;
  box-shadow: 0px 6px 0px #ffabc2;
  width: 95%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  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: #f00;
}

.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;
  margin-top: 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_wrapper {
  margin: 20px 20px 0;
}

.sns_login_btn {
  width: 90%;
  padding: 0;
  border: none;
  margin: 4px auto 8px;
}

.sns_login_btn img {
  width: 100%;
}


.point_ng_btn {
  background-color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
  margin: 12px 2.5%;
  border-radius: 6px;
  width: 95%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding: 12px 8px;
}

.point_ok_btn {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  margin: 12px 2.5%;
  border-radius: 6px;
  width: 95%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding: 12px 8px;
}


.store_point_wrapper {
  border-top: 1px dashed #fff;
  padding: 10px 0;
  color: #fff;
}

.store_point_wrapper:last-of-type {
  border-bottom: 0;
  padding-bottom: 4px;
}

.banner_wrapper ul {
  margin: 0;
  padding: 0;
}

.banner_wrapper ul li {
  margin-bottom: 12px;
}

.banner_wrapper ul li:last-of-type {
  margin-bottom: 24px;
}

.banner_wrapper ul li img {
  width: 100%;
}

.taraget_store_heading {
  color: var(--secondaryColor);
  font-weight: bold;
  margin: 16px auto 2px;
}

.taraget_store_name {
  line-height: 1.5;
}

.taraget_store_name a,
.taraget_store_name a:visited,
.taraget_store_name a:hover,
.taraget_store_name a:active,
.taraget_store_name a:focus {
  color: #d0003c;
  text-decoration: underline;
}


.target_store_caution {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.target_store_caution.red {
  color: #d0003c;
}

.to_apply {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px auto 0px;
}

.to_apply a,
.to_apply a:visited,
.to_apply a:hover,
.to_apply a:active,
.to_apply a:focus {
  color: #d90a40;
  text-decoration: underline;
}

.use-point {
  border: 1px solid #0f0069;
  padding: 4px;
  transform: skewX(-12deg);
  color: #0f0069;
  display: inline-block;
  width: 250px;
  margin: auto auto 16px;
}

.use-point span {
  transform: skewX(12deg);
  display: inline-block;
}

.use-point.store {
  border: 1px solid #d2003c;
  color: #d2003c;
}


.prize-number {
  position: relative;
  display: inline-block;
  font-weight: 900;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 16px;
}

/* 黄色ライン */
.prize-number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0.4em;
  background: #ffe100;
  transform: skew(-20deg) scale(1.2);
  z-index: -1;
}


.line_login_message {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}

.line_login_message span {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
  margin: 8px auto 16px;
}

.line_btn_img_wrapper {
  width: 100%;
  margin: auto;
}

.line_btn_img_wrapper img {
  width: 100%;
}


.history_table {
  width: 100%;
  border: 1px solid #404040;
  margin-top: 20px;
  margin-bottom: 20px;
}

.history_table a {
  text-decoration: underline;
  color: #0d5aff;
}

.history_table th,
.history_table td {
  border: 1px solid #404040;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}


.accordion_title.more_view {
  padding: 10px 6px;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  width: 70%;
  margin: auto auto 16px;
  background: #6f6f6f;
  color: #ffffff;
}

.accordion_title.more_view::before,
.accordion_title.more_view::after {
  content: "";
  background: none;
  text-shadow: none;
}


/* アコーディオン */
.accordion {
  margin: 32px auto auto;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.option.caution {
  margin-bottom: 0;
}

.accordion_title,
.accordion_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion_title {
  padding: 12px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #ec708d;
  margin-bottom: 0;
}

.accordion_title::after,
.accordion_title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1em;
  width: 2px;
  height: 0.75em;
  transition: all 0.3s;
  text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white, 0 -1px 0 white, 0 1px 0 white, 1px -1px 0 white, 1px 0 0 white, 1px 1px 0 white;
  background: #fff;
}

.accordion_title::after {
  transform: rotate(90deg);
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0;
  /* border-left: 2px solid #4ab4e0;
  border-right: 2px solid #4ab4e0;
  border-bottom: 2px solid #4ab4e0; */
}

.accordion_content_wrapper {
  padding: 14px;
}

.toggle:checked+.accordion_title+.accordion_content {
  max-height: 10000px;
  transition: all 1.5s;
}

.toggle:checked+.accordion_title::before {
  transform: rotate(90deg) !important;
}

.gotop {
  font-size: 16px;
  font-weight: bold;
  border: none;
  display: block;
  text-align: center;
  padding: 12px 0;
  background-color: #003084;
  width: 90%;
  margin: 30px auto 12px;
  border-radius: 12px;
  color: #fff;
}




/* フォーム */
.form-title {
  background-color: #001e3b;
  color: #fff;
  padding: 10px 4px;
  text-align: center;
}

.form-contents {
  padding: 0 20px;
}

.form-label {
  margin-bottom: 4px;
}

.form-label span {
  color: #e5003d;
}

.form-item_input_wrapper {
  margin-bottom: 20px;
}

.form-item_input_wrapper input {
  display: block;
  border: 1px solid #858585;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
}

.dropdown {
  border: 1px solid #858585;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative; /* 矢印を絶対配置するための基準 */
  display: inline-block;
}

.dropdown-select {
  -webkit-appearance: none; /* Safari/Chromeのデフォルト矢印を消す */
  -moz-appearance: none;    /* Firefoxのデフォルト矢印を消す */
  appearance: none;
  padding-right: 30px; /* 矢印スペース分の余白 */
  /* 既存のスタイルはそのまま */
}

.dropdown::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none; /* 矢印自体はクリックを透過させる */
  font-size: 12px;
  color: #333; /* 好きな色に */
}

.confirb_btn {
  display: block;
  background-color: #e5003d;
  width: 90%;
  margin: 40px auto;
  text-align: center;
  color: #fff;
  padding: 12px 4px;
  border-radius: 8px;
}

.error-text {
  color: #e5003d;
  margin-bottom: 4px;
}

.form-confirm-label {
  margin-bottom: 4px;
}

.form-confirm-inputdata {
  margin-bottom: 16px;
}



.win-number {
  border: 2px solid #e5003d;
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px;
  color: #e5003d;
}

.prize-detail,
.prize-caution {
  text-align: left;
  margin: 12px auto;
}

.prize-caution {
  text-align: left;
  margin: 4px auto;
}

.prize-detail li,
.prize-caution li {
  margin-bottom: 4px;
  text-indent: -1em;
  margin-left: 1em;
}



/* アコーディオン */
.details {
	border-top: 1px solid var(--primaryColor);
	border-left: 1px solid var(--primaryColor);
	border-right: 1px solid var(--primaryColor);
  margin: 20px auto;
  width: 96%;
}

.details:last-of-type {
  border-bottom: 1px solid var(--primaryColor);
}

.details-summary {
	position: relative;
	display: block;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: var(--primaryColor);
}

.details-summary:hover {
  cursor: pointer;
}

.details-summary .btn {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}


.details-summary .btn:before,
.details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}

.details-summary .btn:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.details-summary.is-active .btn::before {
  content: none;

}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 12px;
  border-bottom: 1px solid var(--primaryColor);
  background-color: #fff;
}


.question-wrapper {
  margin-bottom: 16px;
}

.question-wrapper:last-of-type {
  margin-bottom: 0;
}

.que {
  color: #D80C18;
  margin-bottom: 6px;
  text-decoration: underline;
  text-align: left;
}

.ans {
  margin-bottom: 4px;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}


.information-wrapper {
  text-align: left;
}

.information-text {
  margin-bottom: 4px;
}

.information-text.bold {
  font-weight: bold;
}

.information-text.indent {
  text-indent: -1em;
  margin-left: 1em;
}


.notes-top-text {
  text-align: left;
  margin-bottom: 12px;
}

.notes_heading {
  text-align: left;
  margin-bottom: 8px;
  margin-top: 20px;
}
