@charset "UTF-8";

body, div, p, ul, ol, li, dl, dt, dd, form, input, textarea, select, option, table, th, td, tr {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background: #ffe100;
  text-align: left;
  -webkit-touch-callout: none;
}

body, td, th, p, div, input, textarea, ul, li, ol {
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
}

.submitBtnBlack_active,
.submitBtnBlack_disabled,
.backBtn {
  border: solid 0;
  border-radius: 5px;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding: 18px 0 17px;
  text-align: center;
  text-decoration: none;
}

.submitBtnBlack_active {
  background: #333;
  color: #fff;
}

.submitBtnBlack_disabled {
  background: #b3b3b3;
  color: #eee;
  pointer-events: none;
}

.backBtn {
  background: #ffe100;
  border: solid 3px #efbf00;
  color: #000;
  font-weight: bold;
}

.mb_type00 {
  margin-bottom: 100px !important;
}

.mb_type01 {
  margin-bottom: 50px !important;
}

.mb_type02 {
  margin-bottom: 30px !important;
}

.mb_type03 {
  margin-bottom: 20px !important;
}

.mb_type04 {
  margin-bottom: 15px !important;
}

.mb_type05 {
  margin-bottom: 10px !important;
}

.mb_type06 {
  margin-bottom: 5px !important;
}

.mb_type07 {
  margin-bottom: 2px !important;
}

.mb_type08 {
  margin-bottom: 15px !important;
  margin-top: 35px !important;
}

.fs_type01 {
  font-size: 1.0rem;
}

.fs_type02 {
  font-size: 1.1rem;
}

.fs_type03 {
  font-size: 1.2rem;
}

.fs_type04 {
  font-size: 1.3rem;
}

.fs_type05 {
  font-size: 1.4rem;
}

.fs_type06 {
  font-size: 1.5rem;
}

.fs_type07 {
  font-size: 1.6rem;
}

.fs_type08 {
  font-size: 1.875rem;
}

#section01 {
  padding: 80px 15px 10px;
}

#section02 {
  padding: 60px 15px 10px;
}

#section03 {
  padding: 15px;
}

#section04 {
  padding: 15px 0;
}

#section05 {
  background: #ffc600;
  padding: 15px;
}

#section06 {
  padding: 100px 15px 10px;
}

#section08 {
  padding: 0 10px 20px;
}

#section09 {
  padding: 0 15px 20px;
}

#section10 {
  padding: 30px 15px 10px;
}

#section11 {
  padding: 80px 15px 10px;
}

#section12 {
  padding: 0 15px 145px;
}

.D-Hide {
  display:none;
}

.input_textbox {
  margin: auto auto 15px;
  background: #fff;
  border: solid 0;
  border-radius: 5px;
  font-size: 2.2rem;
  padding: 15px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.input_textbox:-ms-input-placeholder, .input_textbox::-moz-placeholder {
  text-align: center;
}

.input_textbox.txt_l {
  text-align: left;
}

.input_textbox.txt_l:-ms-input-placeholder, .input_textbox.txt_l::-moz-placeholder {
  text-align: left;
}

.register_account_authentication {
  margin: auto auto 15px;
  background: #fff;
  border: solid 0;
  border-radius: 5px;
  font-size: 16px;
  padding: 20px 15px;
  text-align: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

input.register_account_authentication::placeholder {
  font-size: 14px;
}

input.register_account_authentication::-moz-placeholder {
  font-size: 14px;
}

input.register_account_authentication::-ms-input-placeholder {
  font-size: 14px;
}

.dialogbox {
  background: #000;
  display: none;
  opacity: .7;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.logwindow {
  display: none;
  left: 10%;
  position: absolute;
  width: 80%;
  z-index: 10;
}

.logwindow .alert_txt {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 30px 10px;
  text-align: center;
}

.logwindow .confirm_positive a {
  color: #333;
  background: #fff;
  border-top: solid 1px #333;
  display: block;
  font-size: 1.6rem;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.logwindow .confirm_close a {
  color: #333;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: solid 1px #333;
  display: block;
  font-size: 1.6rem;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#lp_main_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

#card_icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 300px;
  aspect-ratio: 16/10;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 30px;
}

#card_icon_box_inner {
  width: 62.5%;
  aspect-ratio: 25/14;
  background-color: #FFFFFF;
}

#card_icon_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#lp_main_container > p,
#lp_main_container > div > p {
  text-align: center;
  width: 90%;
}

.important_text {
  font-weight: bold;
  color: #333333;
}

.body_text {
  color: #333333;
}

.caption_text {
  color: #777777;
}

.box_grey_top {
  width: 100%;
  text-align: center;
  background-color: #F9F9F9;
  padding: 16px 0;
  border-radius: 5px 5px 0 0;
  margin: 0;
}

.box_white_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  padding: 18px 0;
}

#box_grey {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #F9F9F9;
  padding: 16px 0;
  border-radius: 5px;
}

.lp_main_btn {
  display: block;
  width: 90%;
  padding: 16px 0 17px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 5px;
}

.lp_btn_black {
  background-color: #333333;
  color: #FFFFFF;
}

.lp_btn_yellow {
  background-color: #FFE100;
  color: #333333;
}

#lp_main_container hr {
  width: 90%;
}

.caption_text a {
  color: #777777;
}

.p_t10 {
  padding-top: 10px;
}

.login_header {
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 3.2rem;
}

.login_description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.description_text, .description_image {
  display: inline-block;
  vertical-align: middle;
}

.description_text {
  width: 75%;
  word-break: break-all;
}

.description_text .title {
  font-size: 1.8rem;
  font-weight: bold;
}

.description_text .detail {
  color: #333;
  opacity: 0.6;
  font-size: 1.3rem;
  padding-top: 5px;
}

.description_image {
  width: 20%;
}

.description_image img {
  display: block;
  margin: 0 5px 0 auto;
  max-width: 100%;
  max-height: 90px;
}

.input_error {
  width: auto !important;
  color: #e93433;
  font-weight: bold;
  font-size: 1.6rem !important;
}

.input_item {
  font-weight: bold;
  padding: 5px 0;
  font-size: 1.4rem;
}

.input_item_float_left {
  font-weight: bold;
  padding: 5px 0;
  margin-right: 2px;
  float: left;
  font-size: 1.4rem;
}

.input_item_required {
  font-weight: bold;
  padding: 3px 8px;
  color: #e31818;
  font-size: 1.3rem;
}

.terms_check label {
  display: inline-block;
  background: url("../images/form_checkbox01_off.png") left center no-repeat;
  background-size: auto 20px;
  padding: 2px 0px 1px 30px;
}

.terms_check label.active {
  background: url("../images/form_checkbox01_on.png") left center no-repeat;
  background-size: auto 20px;
}

.terms_check input {
  display: none;
}

.terms_check strong {
  vertical-align: middle;
  font-size: 1.4rem;
}

.terms_link {
  padding: 20px 0;
  margin-top: 20px;
  border-top: solid 1px rgba(51, 51, 51, 0.1);
}

.terms_link a {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}

.authentication_confirm_note {
  color: #333;
  font-size: 1.2rem;
}

.authentication_confirm_note a {
  color: #333;
}

.forget_password {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.forget_password a {
  color: #333;
}

.form_dl {
  width: 100%;
  border-bottom: solid 1px #ccc;
}

.form_dl:last-child {
  border-bottom: 0;
}

.form_dl dt, .form_dl dd {
  display: inline-block;
  padding: 8px;
}

.form_dl dt {
  width: 40%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.form_dl dt .circle {
  margin-left: 5px;
}

.form_dl dd {
  width: 58%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.form_dl .select_year {
  width: 55%;
  padding: 5px 0;
}

.form_dl .select_month {
  float: right;
  width: 40%;
  padding: 5px 0;
}

.form_dl .error_password {
  padding: 0px !important;
  margin-bottom: 8px !important;
  width: auto !important;
  color: #B41F1F;
  font-weight: bold;
}

.form_dl .password_form_container {
  display: flex;
  align-items: center;
}

.form_dl .eye {
  width: 16px;
  height: 16px;
}

.form_dl_register_member {
  width: 100%;
  margin-bottom: 17px;
}

.form_dl_register_member dd {
  font-size: 1.2rem;
  line-height: 1.6;
}

.form_dl_register_member .eye {
  width: 16px;
  height: 16px;
  position: absolute;
  padding-top: 16px;
  right: 30px;
}

.form_dl_register_member .error_password {
  padding: 0px !important;
  margin-bottom: 8px !important;
  width: auto !important;
  color: #B41F1F;
  font-weight: bold;
  margin-top: 8px;
}

.input_full {
  padding: 5px 0;
  width: 100%;
}

.border_none {
  border: none;
}

.error_input_element {
  background-color: #FDF1F1;
  border: 1px solid #B41F1F;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.register_member_sex {
  display: flex;
}

.register_member_sex label {
  background: #fff;
  border: solid 1px #FFFFFF;
  color: #555;
  display: inline-block;
  padding: 8px 0px 8px 0px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-right: 8px;
  border-radius: 5px;
  flex: 1;
}

.register_member_sex label.active {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}

.register_member_sex label input {
  display: none;
}

.input_full_register_member {
  padding: 15px 15px;
  width: 90%;
  border-radius: 5px;
}

.input_full_register_member::placeholder {
  font-size: 13px;
  text-align: left;
  padding: 15px 0;
}

select.select_birth_year {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 47%;
  padding: 15px 0;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 13px;
  padding-left: 10px;
  background-color: white;
}

select.select_birth_error {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 47%;
  padding: 15px 0;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 13px;
  padding-left: 10px;
  background-color: #FDF1F1;
  border: 1px solid #B41F1F;
}

select.select_birth_month {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 47%;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 13px;
  padding-left: 10px;
  background-color: white;
}

.input_zip_code {
  width: 45%;
  padding: 15px 0;
  border-radius: 5px;
  padding-left: 10px;
}

.digitalcard_header {
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.digitalcard_header.yellow {
  background: #ffe100;
}

.digitalcard_header.white {
  background: #fff;
}

.logo_area {
  padding: 15px 15px 0;
  margin: 15px 15px 0;
  border: solid 1px #ccc;
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.logo_area img {
  display: block;
  height: 55px;
  margin: 0 auto;
}

.barcode_area {
  padding: 0 15px 15px;
  margin: 0 15px;
  border: solid 1px #ccc;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#bcTarget {
  margin: 0 auto;
}

.point_area {
  padding: 10px 15px;
  margin: 0 15px 15px;
  border: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}

.point_area li {
  display: table;
  width: 100%;
  min-height: 40px;
}

.point_area li span {
  vertical-align: middle;
}

.point_area li .point_exp {
  display: table-cell;
  width: 40%;
}

.point_area li .point_count {
  display: table-cell;
  width: 60%;
  text-align: right;
}

.point_area #get_point {
  background: #ffe100;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 1.2rem;
}

.point_area #get_point.disabled {
  color: #eee;
  background-color: #b3b3b3;
  pointer-events: none;
}

.point_area #refresh img {
  height: 17px;
  vertical-align: middle;
}

.point_area #refresh.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.point_area #point {
  font-size: 2.4rem;
}

.how_to_use {
  margin: 15px;
}

.how_to_use li {
}

.how_to_use li.arrow {
  background: url(../images/icon_arrow.png) 95% center no-repeat;
  background-size: 8px 12px;
  background-color: #f9f9f9;
  display: block;
  text-decoration: none;
  border: solid 1px #ccc;
  border-radius: 10px;
}

.how_to_use li a {
  display: table;
  color: #777;
  font-size: 1.2rem;
  padding: 15px 10% 15px 5%;
  text-decoration: none;
  width: 85%;
}

.other_link {
  background: #f9f9f9;
  padding-top: 10px;
}

.other_link ul {
  background: #fff;
}

.other_link li {
  border-bottom: solid 1px #ccc;
}

.other_link li.arrow {
  background: url(../images/icon_arrow.png) 95% center no-repeat;
  background-size: 8px 12px;
  display: block;
  text-decoration: none;
}

.other_link li a {
  display: table;
  color: #333;
  font-size: 1.2rem;
  margin: 0 5%;
  padding: 15px 0;
  text-decoration: none;
  width: 90%;
}

.other_link li a .exp {
  display: table-cell;
  width: 80%;
}

.other_link li a .exp .title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

.other_link li a .exp .detail {
  display: block;
  color: #777;
  width: 95%;
}

.copyright {
  padding: 15px;
  text-align: center;
  font-size: 1.1rem;
}
