/* */
html {
  font-size: 16px; }

input, select, textarea {
  font-size: 1rem; }

a {
  color: inherit; }

fieldset {
  min-width: 100%; }

img {
  max-width: 100%; }

.left {
  text-align: left !important; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

a.ellipsis,
span.ellipsis,
em.ellipsis {
  display: block; }

table.ellipsis tr > *,
.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.point_color {
  color: #0047bb !important; }

.c_blue {
  color: #0047bb !important; }

.c_red {
  color: #af231c !important; }

.c_black {
  color: #000 !important; }

.c_green {
  color: #5fa10d !important; }

.c_gray {
  color: #aaa !important; }

.small {
  display: none; }

/* nice-select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: auto; }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #e1e4e5 !important; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  height: 0; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  height: 55px;
  outline: none;
  padding: 5px 20px 5px 24px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option + .option {
  border-top: 1px solid #e1e4e5; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f3f6f7; }

.nice-select .option.selected {
  font-weight: bold;
  background-color: #f3f6f7; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* */
.nselect .nice-select,
.textarea,
.input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e4e5;
  background-color: white;
  border-radius: 0;
  font-size: 1em;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s; }

.nselect .nice-select,
.input {
  height: 55px; }

.nselect select {
  opacity: 0; }

.nselect .nice-select {
  width: 100%;
  padding-right: 40px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none; }

.nselect .nice-select .current {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.nselect .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom-color: #000;
  border-right-color: #000;
  margin-top: -6px;
  right: 18px; }

.nselect .nice-select .list {
  min-width: 100%;
  border-radius: 0;
  border-color: #e1e4e5; }

.nselect .nice-select.open,
.textarea:focus,
.input:focus {
  border-color: #000; }

.inp .input {
  width: 100%; }

.textarea:disabled,
.textarea.disabled,
.input:disabled,
.input.disabled {
  background-color: #e1e4e6;
  border-color: #e1e4e5;
  color: #a6a9aa;
  opacity: 1;
  -webkit-text-fill-color: #a6a9aa; }

.textarea {
  padding: 18px 20px;
  line-height: 1.75;
  resize: none;
  -webkit-appearance: none; }

/* 2021.11.26 */
.nselect.readonly {
  pointer-events: none; }

.nselect.error .nice-select,
.textarea.error,
.input.error {
  border-color: #e5433b; }

/* */
.chk_bg {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.chk_bg .hid_input {
  position: absolute;
  opacity: 0; }

.chk_bg .lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.chk_bg .lb:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icons.png");
  background-repeat: no-repeat;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chk_bg .hid_input[type="radio"] ~ .lb:before {
  border-radius: 10px;
  border: 1px solid #a8abac;
  background-color: #f3f6f7;
  background-position: -2000px 0; }

.chk_bg .hid_input[type="radio"]:checked ~ .lb:before {
  border: 0;
  background-position: -750px 0; }

.chk_bg .hid_input[type="checkbox"] ~ .lb:before {
  border: 1px solid #a8abac;
  background-color: #f3f6f7;
  background-position: -2000px 0; }

.chk_bg .hid_input[type="checkbox"]:checked ~ .lb:before {
  border: 0;
  background-position: -300px 0;
  background-color: #fff; }

/* */
.forms {
  font-size: 16px; }

.forms > * + .fields {
  margin-top: 38px; }

.forms .fields .lbt {
  font-weight: bold;
  margin-bottom: 16px; }

.forms .fields .inp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.forms .fields .fld {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.forms .fields .fld > * + .inp {
  margin-left: 10px; }

.forms .fields .frm_tel .nselect {
  width: 150px; }

.forms .fields.innerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.forms .input_help {
  padding-top: 4px;
  font-size: 14px;
  color: #a6a9aa; }

.forms .input_help.chk {
  padding-left: 28px; }

.forms .chk_option > * + .chk_bg {
  margin-left: 20px; }

.forms > * + .field_lb {
  margin-top: 10px; }

.forms .field_lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.forms .field_lb .lbt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 28px;
  font-weight: bold; }

.forms .field_lb .fld {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* */
.btn_pri {
  border-color: #000;
  background-color: #000;
  color: #fff; }

.btn_sec {
  border-color: #000;
  background-color: #fff;
  color: #000; }

button.btn_pri:disabled,
.btn_pri.disabled,
button.btn_sec:disabled,
.btn_sec.disabled,
.btn_thr {
  border-color: #a6a9aa;
  background-color: #a6a9aa;
  color: #fff; }

.btn_for {
  border-color: #e1e4e6;
  background-color: #fff;
  color: #010000; }

.btn_fiv {
  border-color: #f3f6f7;
  background-color: #f3f6f7;
  color: #000; }

/* */
.min_width_type1 {
  width: 340px; }

.min_width_type2 {
  width: 500px; }

.min_width_type3 {
  width: 1120px; }

/* 2021.04.01 */
.min_width_type4 {
  width: 312px; }

.min_width_type5 {
  width: 450px; }

.min_width_type6 {
  width: 280px; }

.min_width_type7 {
  width: 820px; }

.min_width_type8 {
  width: 620px; }

/* 2021.09.30 */
/* */
.popup {
  display: none; }

.popup_section {
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25); }

.popup_section .pop_btns {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.popup_section .pop_btns .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  border-top-width: 2px;
  border-top-style: solid;
  text-align: center; }

.popup_section .pop_btns .bt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  border-top-width: 2px;
  border-top-style: solid;
  text-align: center; }

.popup_section .pop_btns .bt:first-child:lang(en) {
  font-size: 20px; }

.popup_section .pop_btns .bt .gr {
  color: #a6a9aa; }

.popup_section .pop_btns .btn_pri + .btn_pri {
  border-left: 1px solid #a6a9aa; }

.popup_section .pop_btns.sty2 {
  padding-top: 0; }

.popup_section .pop_btns.sty2 .bt {
  height: 50px;
  font-size: 16px; }

.popup_head {
  padding: 5px 14px 5px 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #000; }

.popup_head .tit {
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px; }

.popup_head .btn_close {
  margin-left: auto;
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px; }

.popup_head .btn_close > em {
  opacity: 0; }

.popup_head .btn_close:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  background: url("../img/icons/icons.png") no-repeat -450px 0; }

/* */
.popup.full_width {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important; }

.popup.full_width .popup_section,
.popup.full_width .popup_content {
  max-width: 100%;
  width: 100%;
  height: 100%;}

/* */
.popup_section .message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 117px;
  padding: 27px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.71;
  font-size: 14px;
  letter-spacing: -0.7px;
  text-align: center; }

.popup_section .message .desc > p:not(:first-child) {
  padding-top: 9px; }

.popup_section .msgtit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.9px;
  text-align: center;
  padding-bottom: 24px; }

/* */
.app_down {
  padding: 32px 24px; }

.app_down .guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.app_down .guide .app_icon {
  width: 72px; }

.app_down .guide .desc {
  color: #000;
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
  padding-left: 22px; }

.app_down .links {
  padding-top: 40px;
  text-align: center; }

.app_down .links .bt {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.app_down .links .close {
  margin-top: 20px;
  display: inline-block;
  border-bottom: 1px solid #a6a9aa;
  color: #a6a9aa;
  font-weight: bold;
  font-size: 13px; }

/* */
.rev_message {
  text-align: center;
  /* margin-bottom: -10px; */
 }

.rev_message .msg_tit {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -1.2px;
  padding: 45px 10px 31px; }

.rev_message .figure > a {
  display: block; }

.rev_message .figure img {
  display: block;
  max-width: none;
  width: 100%; }

.rev_message .desc {
  padding: 28px 22px 40px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.7px; }

.rev_message .msg_tit + .desc {
  padding-top: 0; }

.rev_message .msg_tit ~ .figure {
  padding: 0 22px; }

/* */
.rev_message2 {
  height: calc(100% - 54px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.rev_message2 .figure {
  height: 100%; }

.rev_message2 .figure .lnk {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.popup_section .pop_btns2 {
  padding-top: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.popup_section .pop_btns2 .bt {
  height: 54px !important;
  font-size: 17px !important; }

.popup_section .pop_btns2 .btn_pri {
  border-top: 0; }

.popup_section .pop_btns2 .btn_pri + .btn_pri {
  border-left: 2px solid #fff; }

/* */
.artist_select_list {
  padding: 20px 30px; }

.artist_select_list > li {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.artist_select_list > li + li {
  border-top: 1px solid #e1e4e5; }

.artist_select_list .chk_bg {
  padding: 10px 0;
  display: block;
  width: 100%; }

/* */
.special_care_guide {
  position: relative; }

.special_care_guide:after {
  content: "";
  left: 0;
  right: 20px;
  height: 20px;
  bottom: 0;
  position: absolute;
  background: url("../img/icons/text_scroll_bg.png") no-repeat 0 100%;
  background-size: 100% 100%;
  pointer-events: none;
  display: none; }

.special_care_guide .descs {
  padding: 40px 19px 25px;
  max-height: 438px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.special_care_guide * + .tit {
  margin-top: 32px; }

.special_care_guide .tit {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-bottom: 13px; }

.special_care_guide .dsc {
  line-height: 1.714;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.special_care_guide .dsc + .dsc {
  margin-top: 10px; }

.special_care_guide .dsc > i {
  font-style: normal;
  color: #000; }

.special_care_guide .exp {
  padding-left: 22px; }

.special_care_guide .exp:before {
  content: "";
  position: absolute;
  margin-left: -22px;
  background: url("../img/icons/ic-notice-black.svg") no-repeat 0 0;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  top: 3px; }

.special_care_guide .exp_red:before {
  background-image: url("../img/icons/ic-notice-red.svg"); }

.special_care_guide .dsc + .exp_red {
  margin-top: 28px; }

.special_care_guide .dsc.dot:before {
  content: "";
  width: 3px;
  height: 3px;
  margin-right: 6px;
  background-color: #000;
  margin-top: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.special_care_guide .dsc.dot.c_red:before {
  background-color: #af231c; }

/* */
.coupon_select_list {
  padding: 15px 30px; }

.coupon_select_list > li {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.coupon_select_list > li + li {
  border-top: 1px solid #e1e4e5; }

.coupon_select_list .chk_bg {
  display: block;
  width: 100%;
  position: relative; }

.coupon_select_list .chk_bg .coupon_lb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 40px;
  font-size: 14px;
  letter-spacing: -0.28px;
  white-space: nowrap; }

.coupon_select_list .chk_bg .coupon_lb:before {
  position: absolute !important;
  left: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.coupon_select_list .chk_bg .coupon_lb i {
  font-style: normal;
  color: #a6a9aa; }

.coupon_select_list .chk_bg .coupon_lb b {
  font-size: 16px;
  padding-top: 2px;
  letter-spacing: -0.32px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%; }

.coupon_select_list .chk_bg .coupon_lb em {
  color: #af231c;
  padding-top: 11px; }

.coupon_select_list .chk_bg .price {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5px;
  text-align: center;
  letter-spacing: -0.32px; }

.coupon_select_list .chk_bg .price ~ .coupon_lb {
  padding-right: 75px; }

/* */
.description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.714; }

.description table,
.description img {
  max-width: 100%; }

.description a:hover {
  text-decoration: underline; }

.popup_section .store_terms {
  position: relative; }

.popup_section .store_terms:after {
  content: "";
  left: 0;
  right: 20px;
  height: 20px;
  bottom: 0;
  position: absolute;
  background: url("../img/icons/text_scroll_bg.png") no-repeat 0 100%;
  background-size: 100% 100%;
  pointer-events: none; }

/* 2021.04.01 */
.popup_section .store_terms .description {
  padding: 36px 30px;
  max-height: 750px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 1.71; }

.term_contents {
  font-size: 14px; }

.description table {
  max-width: 100%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e1e4e5; }

.description table tr > * {
  padding: 5px 8px;
  border: 1px solid #e1e4e5; }

.description table tr > *:first-child {
  border-left: 0; }

.description table tr > *:last-child {
  border-right: 0; }

.description table thead tr > * {
  padding: 8px; }

@media (min-width: 1279px) and (max-height: 850px) {
  .popup_section .store_terms .description {
    max-height: 500px; } }

/* */
.guide_desc {
  font-size: 14px; }

.guide_desc .tt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1; }

.guide_desc .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px; }

.guide_desc .dot:before {
  content: "";
  width: 3px;
  height: 3px;
  margin-right: 6px;
  background-color: #000;
  margin-top: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* */
.guide_desc.f16 {
  font-size: 16px; }

.guide_desc.f16 .dot:before {
  margin-top: 12px; }

/* */
.rev_cancel_form {
  padding: 38px 20px 30px; }

.rev_cancel_form .hid {
  display: none;
  padding-top: 10px; }

.rev_cancel_form .forms {
  padding-bottom: 24px; }

.rev_cancel_form .desc {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.7px;
  text-align: center; }

.rev_cancel_form .desc.top {
  padding-bottom: 21px; }

.rev_cancel_form .desc.top ~ .forms {
  padding-bottom: 0; }

/* */
.member_ship_historys {
  padding: 0 30px 10px;
  line-height: 1.2; }

.member_ship_historys > li + li {
  border-top: 1px solid #e1e4e5; }

.member_ship_historys > li {
  padding: 28px 0; }

.member_ship_historys .num {
  font-size: 24px;
  font-weight: bold; }

.member_ship_historys .num[data-label]:before {
  display: block;
  font-size: 16px;
  color: #a6a9aa;
  padding-bottom: 6px;
  font-weight: normal; }

.member_ship_historys .num[data-label]:before,
.member_ship_historys .dates > li[data-label]:before {
  content: attr(data-label); }

.member_ship_historys .dates > li[data-label]:before {
  min-width: 8ch;
  padding-right: 10px;
  font-weight: bold; }

.member_ship_historys .dates > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.member_ship_historys .dates > li + li {
  margin-top: 8px; }

.member_ship_historys .dates {
  padding-top: 14px; }

.member_ship_historys .use {
  color: #0047bb;
  font-weight: bold;
  padding-top: 9px; }

.member_ship_historys .empty_list {
  padding: 42px 0 55px; }

/* */
.coupon_forms {
  padding: 40px 20px; }

.coupon_forms .btn_reg {
  min-width: 104px;
  height: 55px;
  font-weight: bold;
  font-size: 16px;
  color: #fffefe;
  text-align: center;
  margin-left: 6px;
  padding: 0 10px; }

.coupon_forms .dot_desc {
  font-size: 14px;
  padding-top: 20px;
  line-height: 1.71;
  letter-spacing: -0.7px; }

.coupon_forms .dot_desc .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.coupon_forms .dot_desc .dot:before {
  content: "";
  width: 3px;
  height: 3px;
  margin-right: 6px;
  background-color: #000;
  margin-top: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* */
.push_set_desc {
  padding: 27px 20px 17px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5; }

.push_set_desc * + p {
  padding-top: 9px; }

.push_set_desc .opt {
  color: #a6a9aa;
  padding-top: 24px;
  margin-top: 22px;
  border-top: 1px solid #e1e4e6; }

/* */
.empty_list {
  padding: 100px 0;
  text-align: center; }

.empty_list:before {
  content: '';
  display: block;
  margin: 0 auto 9px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/ic-notice-black2.svg") no-repeat 50% 50%;
  background-size: 100% auto; }

/* */
.drop_attention {
  padding: 23px 20px 25px;
  line-height: 1.71; }

.drop_attention .agg {
  padding-left: 9px;
  padding-top: 31px;
  font-weight: bold; }

.drop_attention .sp {
  padding-left: 9px;
  color: #0047bb; }

.drop_attention .sp > p {
  padding-left: 9px;
  text-indent: -9px; }

.drop_attention .sp > p > em {
  white-space: nowrap; }

@media all and (max-width: 1279px) {
  .small {
    display: block; }
  .big {
    display: none; }
  .mbold {
    font-weight: bold; }
  /* */
  .chk_bg .lb:before {
    background-size: 500px auto; }
  .chk_bg .hid_input[type="radio"] ~ .lb:before {
    width: 16px;
    height: 17px;
    position: relative;
    top: 0.5px; }
  .chk_bg .hid_input[type="radio"]:checked ~ .lb:before {
    background-position: -300px 0; }
  .chk_bg .hid_input[type="checkbox"] ~ .lb:before {
    width: 18px;
    height: 18px; }
  .chk_bg .hid_input[type="checkbox"]:checked ~ .lb:before {
    background-position: -175px 0; }
  /* */
  .nselect .nice-select,
  .input {
    height: 40px;
    padding-left: 15px;
    padding-right: 32px;
    font-size: 14px; }
  .input {
    padding-right: 15px; }
  .nselect .nice-select:after {
    width: 6px;
    height: 6px;
    margin-top: -5px;
    right: 15px;
    border-bottom-width: 1px;
    border-right-width: 1px; }
  .nselect .nice-select .option {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px; }
  .nice-select .list {
    margin-top: 6px;
    font-size: 12px; }
  .textarea {
    padding: 15px;
    line-height: 1.57;
    max-width: none;
    width: 100%;
    font-size: 14px; }
  /* */
  .forms {
    font-size: 13px; }
  .forms > * + .fields {
    margin-top: 22px; }
  .forms .fields .lbt {
    margin-bottom: 11px;
    font-size: 12px; }
  .forms .fields .fld > * + .inp {
    margin-left: 10px; }
  .forms .fields .frm_tel .nselect {
    width: 86px; }
  .forms .input_help {
    padding-top: 2px;
    font-size: 12px;
    color: #6f7076; }
  .forms .input_help.chk {
    padding-left: 26px; }
  /* */
  .min_width_type1 {
    width: 280px; }
  .min_width_type2 {
    width: 280px; }
  .min_width_type3 {
    width: 300px; }
  .min_width_type4 {
    width: 240px; }
  .min_width_type5 {
    width: 280px; }
  /* */
  .description {
    line-height: 1.58;
    font-size: 12px; }
  .term_contents {
    padding-top: 18px;
    font-size: 12px; }
  /* */
  .guide_desc {
    font-size: 12px; }
  .guide_desc .tt {
    font-size: 14px; }
  .guide_desc .dot {
    margin-top: 8px; }
  .guide_desc .dot:before {
    width: 2px;
    height: 2px;
    margin-right: 4px;
    margin-top: 8px; }
  /* */
  .guide_desc.f16 {
    font-size: 13px; }
  .guide_desc.f16 .dot:before {
    margin-top: 10px; }
  /* */
  .popup_section {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25); }
  .popup_section .pop_btns {
    padding: 0; }
  .popup_section .pop_btns .bt {
    height: 45px;
    font-size: 14px;
    font-weight: bold; }
  .popup_section .pop_btns .bt2 {
    height: 45px;
    font-size: 14px;
    font-weight: bold; }
  .popup_section .pop_btns .bt:first-child:lang(en) {
    font-size: 14px; }
  .popup_head {
    padding-left: 17px;
    padding-right: 9px;
    height: 45px;
    border-bottom-width: 1px; }
  .popup_head .tit {
    font-size: 14px; }
  .popup_head .btn_close:before {
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background-position: -275px 0;
    background-size: 500px auto; }
  /* */
  .popup_section .pop_btns.sty2 .bt {
    height: 40px;
    font-size: 14px; }
  .popup_section .message {
    min-height: 95px;
    padding: 24px 10px;
    line-height: 1.5;
    font-size: 12px; }
  .popup_section .msgtit {
    font-size: 14px;
    padding-bottom: 17px; }
  /* */
  .rev_message {
    margin-bottom: 0; }
  .rev_message .msg_tit {
    font-size: 14px;
    letter-spacing: -0.7px;
    padding: 29px 5px 18px; }
  .rev_message .desc {
    padding: 28px 22px 30px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.6px; }
  .rev_message .msg_tit + .desc {
    padding-top: 10px; }
  /* */
  .popup_section .store_terms .description {
    padding: 20px;
    max-height: 300px; }
  .reservation .store_terms .description {
    padding: 15px 0; }
  .store_terms .description {
    font-size: 12px; }
  /* */
  .artist_select_list {
    padding: 10px 24px; }
  .artist_select_list > li {
    min-height: 50px; }
  .artist_select_list .chk_bg {
    padding: 5px 0; }
  .artist_select_list .chk_bg .hid_input[type="radio"] ~ .lb:before {
    margin-right: 14px; }
  /* */
  .special_care_guide:after {
    display: block;
    bottom: 0; }
  .special_care_guide .descs {
    padding: 25px 20px 25px 24px;
    font-size: 12px;
    max-height: 400px; }
  .special_care_guide * + .tit {
    margin-top: 16px; }
  .special_care_guide .tit {
    font-size: 13px;
    margin-bottom: 6px; }
  .special_care_guide .dsc {
    line-height: 1.583; }
  .special_care_guide .dsc + .dsc {
    margin-top: 6px; }
  .special_care_guide .dsc br.big {
    display: none; }
  .special_care_guide .dsc.dot:before {
    width: 2px;
    height: 2px;
    margin-right: 4px;
    margin-top: 8px; }
  .special_care_guide .dsc + .exp_red {
    margin-top: 14px; }
  .special_care_guide .exp {
    padding-left: 16px; }
  .special_care_guide .exp:not(:first-child) {
    margin-top: 14px; }
  .special_care_guide .exp:before {
    margin-left: -16px;
    width: 12px;
    height: 13px;
    top: 3px; }
  /* */
  .coupon_select_list {
    padding: 12px 24px; }
  .coupon_select_list > li {
    min-height: 90px; }
  .coupon_select_list .chk_bg .coupon_lb {
    padding-left: 32px;
    font-size: 12px; }
  .coupon_select_list .chk_bg .coupon_lb b {
    font-size: 14px;
    font-weight: normal; }
  .coupon_select_list .chk_bg .coupon_lb em {
    padding-top: 8px; }
  .coupon_select_list .chk_bg .price {
    line-height: 1.39;
    font-size: 12px; }
  .coupon_select_list .chk_bg .price ~ .coupon_lb {
    padding-right: 55px; }
  /* */
  .popup_section .store_terms:after {
    right: 20px;
    height: 10px; }
  .popup_section .store_terms .description {
    padding: 20px;
    max-height: 380px;
    font-size: 12px; }
  /* */
  .rev_cancel_form {
    padding: 32px 24px 34px; }
  .rev_cancel_form .forms {
    padding-bottom: 15px; }
  .rev_cancel_form .hid {
    padding-top: 5px; }
  .rev_cancel_form .desc {
    font-size: 12px;
    line-height: 1.5; }
  .rev_cancel_form .desc.top {
    padding-bottom: 13px; }
  .rev_cancel_form .desc.top ~ .forms {
    padding-bottom: 0; }
  /* */
  .member_ship_historys {
    padding: 0 24px 10px;
    font-size: 12px; }
  .member_ship_historys > li {
    padding: 15px 0; }
  .member_ship_historys .num {
    font-size: 16px; }
  .member_ship_historys .num[data-label]:before {
    font-size: 12px;
    padding-bottom: 8px; }
  .member_ship_historys .num[data-label]:before,
  .member_ship_historys .dates > li[data-label]:before {
    min-width: 7ch; }
  .member_ship_historys .dates > li + li {
    margin-top: 9px;
    letter-spacing: -0.72px; }
  .member_ship_historys .dates {
    padding-top: 14px; }
  .member_ship_historys .empty_list {
    padding: 35px 0 45px; }
  /* */
  .coupon_forms {
    padding: 25px 24px; }
  .coupon_forms .btn_reg {
    height: 40px;
    margin-left: 3px;
    font-size: 12px;
    min-width: 70px; }
  .coupon_forms .dot_desc {
    font-size: 12px;
    padding-top: 17px;
    line-height: 1.5; }
  .coupon_forms .dot_desc .dot:before {
    width: 2px;
    height: 2px;
    margin-right: 4px;
    margin-top: 9px; }
  .coupon_forms .dot_desc .dot + .dot {
    margin-top: 10px; }
  /* */
  .no_list {
    padding: 100px 0; }
  .no_list:before {
    margin-bottom: 26px;
    width: 82px;
    height: 54px; }
  .program_list .no_list .tit {
    font-size: 18px; }
  .no_list * + .dsc {
    padding-top: 21px; }
  .no_list .dsc {
    font-size: 14px;
    line-height: 1.71; }
  .empty_list {
    padding: 70px 0;
    font-size: 12px;
    letter-spacing: -0.19px; }
  .empty_list:before {
    width: 15px;
    height: 15px;
    margin-bottom: 6px; }
  .empty_list.mini {
    padding: 60px 0; }
  /* */
  .drop_attention {
    padding: 18px 22px 27px;
    line-height: 1.58; }
  .drop_attention .agg {
    padding-left: 6px;
    padding-top: 18px; }
  .drop_attention .sp {
    padding-left: 6px; }
  .drop_attention .sp > p {
    padding-left: 6px;
    text-indent: -6px; }

  .privacy_date { margin: 20px !important; padding-bottom: 10px; border-bottom: 1px dashed #cccccc; text-align: center;}
  .privacy_date p { padding-bottom: 10px; font-size: 16px !important; padding-right: 20px; display: inline-block;}
  .privacy_date div { display: inline-block; width: 100%;}
  /* .privacy_ver { margin: 0; padding: 20px !important; border-top: 1px solid #cccccc;} */
  .privacy_ver { margin: 0; padding: 20px 0 20px 20px !important; border-top: 1px solid #cccccc; }
  .privacy_ver div { padding: 0; margin: 0 !important; max-height: 60px; overflow: auto;}
  .privacy_ver div a { display: block; font-size: 13px !important;}
  .privacy_ver div a:hover {text-decoration: underline; }
  .privacy_active {font-weight: bold; color: #0047bb;}
  .pb30 {padding-bottom: 20px !important;}

  /* 220826 */
  .privacy_date2 {margin-top: 50px !important; margin: 0 20px !important; padding-bottom: 20px; border-bottom: 1px dashed #cccccc; display: flex; flex-direction: column !important; align-content: center; justify-content: space-between; align-items: center;}
  .privacy_date2 div { display: inline-block;}
  .privacy_date2 .privacy_date2_tit {font-size: 18px !important; padding-right: 20px; display: inline-block; font-weight: bold; padding-bottom: 30px;}
  .privacy_date2 .privacy_date2_date {font-size: 14px !important; padding-right: 20px; display: inline-block;}
  .privacy_lay {padding-top: 161px !important;}
  /* .privacy_inner {margin: 0 40px; padding: 0 20px; height: 87px !important; display: block; position: relative; height: inherit; margin: 0 60px;} */
  .privacy_inner {height: 71px !important; padding: 0 20px; margin: 0;}
  .privacy_inner:befor {display: block; position: absolute; bottom: 0; left: 20px; right: 20px; height: 1px; background: #000; content: '';}

  }

/* 2021.07.07 */
.chk_bg .hid_input[type="radio"]:disabled ~ .lb:before {
  background-color: #eee;
  border-color: #ddd; }

.coupon_select_list .chk_bg .hid_input:disabled ~ .lb,
.coupon_select_list .chk_bg .hid_input:disabled ~ .price {
  color: #999; }

/* 2021.10.01 */
.forms .fields .frm_mail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.forms .fields .frm_mail > .inp {
  margin-left: 0; }

.forms .fields .frm_mail .at {
  color: #a6a9aa;
  font-size: 16px;
  padding: 0 8px; }

.forms .fields .frm_mail .mail_id {
  width: 150px;
  margin-left: 0; }

.forms .fields .frm_mail .nselect {
  margin-left: 10px;
  width: 180px; }

/* */
.coupon_select_forms {
  padding: 40px 30px; }

.coupon_select_forms .input_help {
  font-size: 16px;
  padding-top: 16px; }

.coupon_select_forms .btn_reg {
  min-width: 104px;
  height: 55px;
  font-weight: bold;
  font-size: 16px;
  color: #fffefe;
  text-align: center;
  margin-left: 10px;
  padding: 0 10px; }

.coupon_select_forms .cp_tit {
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px; }

.coupon_select_forms * + .cp_tit {
  padding-top: 48px; }

.coupon_select_forms .cp_tit .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2; }

.coupon_select_forms .cp_tit .sum {
  margin-left: auto;
  font-weight: bold; }

.coupon_select_forms .cp_tit .count {
  margin-left: 14px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #0047bd;
  border-radius: 12px;
  padding: 0 6px;
  min-width: 42px;
  line-height: 1.1;
  font-weight: bold;
  color: #0047bd; }

.coupon_select_forms .coupon_desc {
  padding-top: 42px;
  text-align: right; }

.coupon_select_forms .coupon_desc > .input_help {
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left; }

.coupon_select_forms .coupon_desc > .input_help[data-label]:before {
  content: attr(data-label);
  padding-right: 0.25em; }

.coupon_select_forms .coupon_desc > .input_help:first-of-type {
  padding-top: 0; }

.coupon_select_forms .coupon_sum {
  line-height: 1.2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.coupon_select_forms .coupon_sum > li {
  position: relative; }

.coupon_select_forms .coupon_sum > li + li {
  padding-left: 18px;
  margin-left: 18px; }

.coupon_select_forms .coupon_sum > li + li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 17px;
  margin-top: -7px;
  top: 50%;
  background-color: #e1e4e5; }

.coupon_select_forms .coupon_sum .count {
  padding-left: 16px;
  color: #ae241a; }

/* 2021.10.01 */
.optionSelect {
  position: relative;
  display: block;
  color: #333; }

.optionSelect .sel_lb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 5px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e4e5;
  background-color: #fff; }

.optionSelect .sel_lb:after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
  right: 18px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.optionSelect.open .sel_lb:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.optionSelect .sel_lb .val {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.optionSelect .hlist {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  position: relative;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  max-height: 513px; }

.optionSelect.open .hlist {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: auto;
  z-index: 1;
  overflow-y: auto; }

.optionSelect .hlist::-webkit-scrollbar {
  width: 5px;
  border: 0;
  background-color: transparent;
  cursor: pointer !important; }

.optionSelect .hlist::-webkit-scrollbar-button:start:decrement,
.optionSelect .hlist::-webkit-scrollbar-button:end:increment {
  display: none; }

.optionSelect .hlist::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
  cursor: pointer !important;
  background-color: #f1f1f1; }

.optionSelect .hlist::-webkit-scrollbar-thumb {
  height: 5px;
  width: 5px;
  border-radius: 0;
  background: #000;
  cursor: pointer !important; }

.optionSelect .hlist::-webkit-scrollbar:horizontal {
  height: 5px;
  width: auto; }

.optionSelect .hlist::-webkit-scrollbar-thumb:horizontal {
  height: 5px;
  width: 5px; }

.optionSelect .hlist::-webkit-scrollbar-corner {
  display: none; }

.optionSelect.open .hlist {
  margin-top: 8px; }

.optionSelect.open .hlist > li + li .lb {
  border-top: 1px solid #e1e4e5; }

.optionSelect.open .hlist .chk_bg {
  position: relative;
  display: block; }

.optionSelect.open .hlist .lb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 55px;
  padding: 5px 60px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 500; }

.optionSelect.open .hlist .lb:before {
  position: absolute;
  right: 20px;
  margin: 0; }

.optionSelect.open .hlist .chk_bg .hid_input:checked ~ .lb {
  background-color: #f3f6f7;
  border-color: #f3f6f7; }

.optionSelect.open .hlist > li:not(:last-child) .chk_bg .hid_input:checked ~ .lb:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 1;
  background-color: #f3f6f7; }

.optionSelect.open .hlist .lb > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.optionSelect.open .hlist .rf {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.optionSelect.open .hlist .lb em {
  padding: 0 19px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.optionSelect.open .hlist .lb .price {
  width: 140px; }

.optionSelect.open .hlist .lb .na {
  width: 148px;
  text-align: center;
  position: relative; }

.optionSelect.open .hlist .lb .na:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  border-left: 1px solid #e1e4e5;
  border-right: 1px solid #e1e4e5;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  pointer-events: none; }

.optionSelect.open .hlist .lb .code {
  width: 200px;
  text-align: center; }

.optionSelect.open .hlist .lb .period {
  margin-left: auto;
  color: #999; }

/* */
.popup_special_care {
  padding: 37px 30px 42px; }

.popup_special_care .tdsc {
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.5; }

.popup_special_care .special_care .special_care {
  padding-top: 38px; }

.popup_special_care .care_select {
  font-size: 18px;
  padding-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup_special_care .care_select .chk_bg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.popup_special_care .care_select .chk_bg ~ .chk_bg {
  margin-left: 10px; }

.popup_special_care .care_select .chk_bg :before {
  display: none; }

.popup_special_care .care_select .chk_bg .lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  border: 1px solid #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.popup_special_care .care_select .hid_input:checked ~ .lb {
  font-weight: bold;
  border-width: 2px; }

.popup_special_care .forms .fields .frm_tel .nselect {
  width: 180px; }

.popup_special_care .forms .fields .frm_tel > * + .inp {
  margin-left: 30px; }

.popup_special_care .frm_contact div.fields {
  margin-top: 43px;
  padding-top: 38px;
  border-top: 1px solid #e1e4e5; }

.popup_special_care .frm_contact .input_help {
  padding-top: 17px; }

.popup_special_care .frm_contact .input_help.chk {
  padding-top: 4px; }

.popup_special_care .rev_partner {
  padding-top: 58px; }

.popup_special_care .special_care_guide .descs {
  padding: 0;
  max-height: none; }

.popup_special_care .special_care_guide:after {
  display: none; }

.popup_special_care .rev_num {
  padding: 5px 0 26px;
  margin-bottom: 38px;
  line-height: 1.2;
  border-bottom: 1px solid #e0e4e5;
  font-weight: bold; }

@media all and (max-width: 1279px) {
  /* 2021.10.01 */
  .min_width_type7 {
    width: 280px; }
  .min_width_type8 {
    width: 280px; }
  .optionSelect .sel_lb {
    height: 40px;
    padding-left: 15px;
    padding-right: 32px;
    font-size: 14px; }
  .optionSelect .sel_lb:after {
    width: 6px;
    height: 6px;
    margin-top: -5px;
    right: 15px;
    border-bottom-width: 1px;
    border-right-width: 1px; }
  .optionSelect.open .hlist {
    margin-top: 4px;
    font-size: 12px; }
  .optionSelect.open .hlist .lb {
    min-height: 40px;
    height: auto;
    padding: 12px 15px 12px 41px;
    display: block; }
  .optionSelect.open .hlist .lb:before {
    left: 13px;
    right: auto;
    margin-top: -8px;
    top: 50%; }
  .optionSelect.open .hlist .lb > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden; }
  .optionSelect.open .hlist .lb .rf {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .optionSelect.open .hlist .lb em {
    padding: 0;
    max-width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .optionSelect.open .hlist .lb .price {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    margin-right: auto; }
  .optionSelect.open .hlist .lb .na {
    width: auto;
    text-align: left;
    margin-right: auto;
    padding-top: 5px; }
  .optionSelect.open .hlist .lb .na:before {
    display: none; }
  .optionSelect.open .hlist .lb .code {
    width: auto;
    text-align: left;
    padding-top: 5px; }
  .optionSelect.open .hlist .lb .period {
    margin-left: 0;
    padding-top: 5px; }
  /* */
  .coupon_select_forms {
    padding: 25px 24px 45px; }
  .coupon_select_forms .input {
    height: 32px; }
  .coupon_select_forms .btn_reg {
    height: 32px;
    margin-left: 4px;
    font-size: 12px;
    min-width: 70px; }
  .coupon_select_forms .input_help {
    font-size: 13px;
    padding-top: 6px; }
  .coupon_select_forms .cp_tit {
    border-bottom-width: 1px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 12px; }
  .coupon_select_forms * + .cp_tit {
    padding-top: 27px; }
  .coupon_select_forms .cp_tit .tit {
    font-size: 13px;
    white-space: nowrap; }
  .coupon_select_forms .cp_tit .sum {
    margin-left: auto;
    font-weight: bold; }
  .coupon_select_forms .cp_tit .count {
    margin-left: 3px;
    height: 14px;
    border-radius: 19px;
    padding: 0 6px;
    min-width: 22px;
    font-size: 10px; }
  .coupon_select_forms .fields .lbt {
    margin-bottom: 8px; }
  .coupon_select_forms .coupon_desc {
    padding-top: 20px; }
  .coupon_select_forms .coupon_desc > .input_help {
    padding-bottom: 6px; }
  .coupon_select_forms .coupon_sum {
    font-size: 14px;
    display: block; }
  .coupon_select_forms .coupon_sum > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .coupon_select_forms .coupon_sum > li + li {
    padding: 11px 0 0 0;
    margin: 0; }
  .coupon_select_forms .coupon_sum > li + li:before {
    display: none; }
  .coupon_select_forms .coupon_sum .t {
    margin-left: auto; }
  .coupon_select_forms .coupon_sum .count {
    padding-left: 15px;
    min-width: 10ch;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .popup_special_care {
    padding: 24px 23px 48px; }
  .popup_special_care .tdsc {
    padding-bottom: 20px;
    font-size: 12px; }
  .popup_special_care .special_care .special_care {
    padding-top: 38px; }
  .popup_special_care .care_select {
    font-size: 13px;
    padding-bottom: 23px; }
  .popup_special_care .care_select .chk_bg ~ .chk_bg {
    margin-left: 8px; }
  .popup_special_care .care_select .chk_bg .lb {
    height: 40px; }
  .popup_special_care .forms .fields .frm_tel {
    display: block; }
  .popup_special_care .forms .fields .frm_tel .nselect {
    width: 92px; }
  .popup_special_care .forms .fields .fld > * + .inp {
    margin-left: 0;
    margin-top: 8px; }
  .popup_special_care .forms .fields .frm_mail {
    display: block; }
  .popup_special_care .forms .fields .frm_mail:after {
    content: '';
    display: block;
    clear: both; }
  .popup_special_care .forms .fields .frm_mail .mail_id,
  .popup_special_care .forms .fields .frm_mail .at {
    float: left;
    margin-bottom: 8px; }
  .popup_special_care .forms .fields .frm_mail .at {
    line-height: 38px; }
  .popup_special_care .forms .fields .frm_mail .nselect {
    margin-left: 0;
    margin-top: 8px;
    width: auto; }
  .popup_special_care .forms .fields .frm_tel .nselect {
    width: 92px; }
  .popup_special_care .forms .fields .fld > * + .inp {
    margin-left: 0;
    margin-top: 8px; }
  .popup_special_care .frm_contact div.fields {
    margin-top: 21px;
    padding-top: 17px;
    border-top-color: #a6a9aa; }
  .popup_special_care .frm_contact .input_help {
    padding-top: 9px; }
  .popup_special_care .frm_contact .input_help.chk {
    padding-top: 4px;
    padding-left: 0; }
  .popup_special_care .frm_contact .lb.mbold {
    font-size: 14px; }
  .popup_special_care .rev_partner {
    padding-top: 58px; }
  .popup_special_care .rev_num {
    font-size: 13px;
    padding: 3px 0 18px;
    margin-bottom: 18px; }
  }





.dormant_acc_forms {
  padding: 60px 30px;
  text-align: center;
}
.dormant_acc_forms .dormant_acc_tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  color: #0047bb;
}
.dormant_acc_forms .dormant_acc_tit_sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
.dormant_acc_forms .dormant_acc_txt {
  font-size: 15px;
  line-height: 1.7;
}
.dormant_acc_forms .dormant_acc_point {
  font-size: 13px;
  color: #a6a9aa
}

.dis {
  pointer-events: none;
  opacity: 0.4;
}
.privacy_h {max-height: 470px !important;}
.privacy_min_h {min-height: 700px !important;}
.privacy_date { margin: 30px; padding-bottom: 20px; border-bottom: 1px dashed #cccccc;}
.privacy_date p { padding-bottom: 10px; font-size: 18px; padding-right: 20px; display: inline-block;}
.privacy_date div { display: inline-block;}
.privacy_ver { border-top: 1px solid #cccccc; padding-bottom: 1px;}
.privacy_ver div { padding: 0; margin: 20px 0 20px 20px; max-height: 60px; overflow: auto;}
.privacy_ver div a { display: block; font-size: 14px;}
.privacy_ver div a:hover {text-decoration: underline; }
.privacy_active {font-weight: bold; color: #0047bb;}
.pb30 {padding-bottom: 30px !important;}

/* 220826 */
.privacy_date2 {margin-top: 50px !important; max-width: 1212px; margin: 0 auto; padding-bottom: 20px; border-bottom: 1px dashed #cccccc; display: flex; flex-direction: row; align-content: center; justify-content: space-between; align-items: center;}
.privacy_date2 div { display: inline-block;}
.privacy_date2 .privacy_date2_tit {font-size: 20px !important; padding-right: 20px; display: inline-block; font-weight: bold;}
.privacy_date2 .privacy_date2_date {font-size: 16px !important; padding-right: 20px; display: inline-block;}
.privacy_desc {padding-top: 110px !important;}
.privacy_inner {height: 87px; padding: 0 20px; margin: 0; display: block; position: relative;}
.privacy_inner:before {display: block; position: absolute; bottom: 0; left: 20px; right: 20px; height: 1px; background: #000; content: '';}
.privacy_inner:after {display: block; visibility: hidden; clear: both; content: '';}
.privacy_dropdown {z-index: 99; right: 0 !important;}
