:root {
  --base-background-color: #fff;
  --base-text-color: #000;
  --btn-background-color: #22ae3b;
  --btn-text-color: #fff;
  --title-background-color: #22ae3b;
  --title-text-color: #fff;
  --term-alert-background-color: #d00010;
  --term-alert-text-color: #fff;
  --go-to-top-background-color: transparent;
}

body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

button {
  appearance: none;
  border: 0;
  line-height: 1;
  background-color: #fff;
}

button:disabled {
  opacity: 0.5;
}

a {
  color: #000;
}

#wrapper {
  background-color: #fff;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

#wrapper.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

.ly_cont.mypage {
  padding-bottom: 50px;
}

.ly_cont.choice_page {
  height: 100vh;
}

.ly_cont_comp .el_txt_16 > span {
  font-weight: bold;
  font-size: 19px;
}

.bl_txtUnit {
  background-color: #f5f5f5;
  list-style-type: none;
  color: #000;
}

.bl_txtUnit li:not(:first-of-type) {
  margin-top: 25px;
}

.bl_collapse {
  width: 89.3333%;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  color: #000;
}

.bl_collapse_title {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.8px;
  position: relative;
  border: 5px solid #fccfd3;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fccfd3;
}

.bl_collapse_title.active {
  background-color: #fccfd3;
  color: #fff;
}

.bl_collapse_title::after,
.bl_collapse_title::before {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fccfd3;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}

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

.bl_collapse_title.active::after {
  transform: rotate(0deg);
}

.bl_collapse_title.active::after,
.bl_collapse_title.active::before {
  background-color: #fff;
}

.bl_collapse_body {
  display: none;
}

.bl_collapse_body .el_img.-no1 {
  width: 53.89%;
  padding-right: 43px;
  margin-right: auto;
  margin-left: auto;
}

.bl_collapse_body .mod-accordion__content__inner {
  padding: 5px 0 30px;
}

.bl_collapse_body .mod-accordion__content__inner .text-notes {
  font-size: 15px;
  margin-bottom: 25px;
  color: #f00;
  padding-top: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.bl_collapse_body .mod-accordion__content__inner .images {
  border: 1px solid #707070;
  background-color: #fff !important;
}

.bl_collapse_body .mod-accordion__content__inner .images > p {
  padding: 0 20px;
  text-align: left !important;
}

.bl_collapse_body .mod-accordion__content__inner .images > .square {
  margin: 25px 15px;
  padding: 15px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: .84px;
}


.bl_title_image {
  padding: 30px 20px 0;
  list-style-type: none;
}

.bl_title_image li:not(:first-of-type) {
  margin-top: 25px;
}

.bl_title_image li > .title span {
  font-weight: bold;
}

.bl_title_image li > .title span:first-of-type {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #000;
  font-size: 15px;
}

.bl_title_image li > .title span:nth-of-type(2) {
  font-family: HiraKakuProN-W3;
  font-weight: normal;
  font-size: 15px;
}

.bl_title_image li > .title span:last-of-type {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.45;
  margin-top: 7px;
}

.bl_title_image li > .el_img {
  margin-top: 20px;
}

.bl_title_image li > .el_btn {
  width: 100%;
}

.bl_title_image.bl_title_image_wide li:not(:first-of-type) {
  margin-top: 40px;
}

.bl_liststyle {
  list-style-type: none;
}

.bl_liststyle li {
  font-size: 15px;
  line-height: 1.57;
  position: relative;
  padding-left: 15px;
}

.bl_liststyle li::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  top: 10px;
  left: 0;
  margin: auto;
  transform: translateY(-1px);
}

.bl_redArea {
  background-color: #d00010;
  padding: 19px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 2.1px;
  text-align: center;
}

.bl_redArea.bl_redArea_type2 {
  font-size: 18px;
  line-height: 1.77;
  padding: 25px 15px;
}

.no_stock,
.end_text_area {
  background-color: #d00010;
  padding: 19px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 2.1px;
  text-align: center;
  margin-top: 30px;
}

.bl_line_share_block .el_checkbox_label {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 1.4px;
}

.bl_line_share_block .el_checkbox_label::before {
  top: 2px;
}

.bl_line_share_block .el_checkbox:checked + .el_checkbox_label::after {
  top: 6px;
}

.bl_steps {
  list-style-type: none;
  padding: 0 20px;
}

.bl_steps .step1 {
  margin-top: 60px;
}

.bl_steps .step2 {
  margin-top: 60px;
}

.bl_steps li h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_steps li h2 > span {
  display: block;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: var(--btn-background-color);
  text-align: center;
}

.bl_steps li h2 > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  margin-left: 14px;
}

.bl_input_file input {
  display: none;
}

.el_txt_10 {
  font-size: 10px;
  line-height: 1.3;
}

.el_txt_12 {
  font-size: 12px;
}

.el_txt_13 {
  font-size: 13px;
  line-height: 1.73;
  letter-spacing: 1.3px;
  text-align: center;
}

.el_txt_14 {
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
}

.el_txt_15 {
  font-size: 15px;
  line-height: 1.57;
  letter-spacing: 1.35px;
  text-align: center;
}

.el_txt_16 {
  font-size: 16px;
  line-height: 1.53;
  text-align: center;
  letter-spacing: 1.6px;
}

.el_txt_17 {
  font-size: 17px;
  line-height: 1.56;
  text-align: center;
}

.el_txt_18 {
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}

.el_txt_19 {
  font-size: 19px;
  line-height: 1.58;
  letter-spacing: 1.9px;
  text-align: center;
}

.el_txt_20 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
}

.el_txt_21 {
  font-size: 21px;
  line-height: 2.14;
  text-align: center;
  letter-spacing: .63px;
}

.el_txt_22 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.2px;
}

.el_txt_23 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: .7px;
  text-align: center;
}

.el_btn {
  font-weight: normal;
  display: block;
  width: 89.3333%;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  text-decoration: none;
}

.el_btn.el_btn_row2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.el_btn.el_btn_comment {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}

.el_btn.el_btn_comment span {
  display: block;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-top: 8px;
}

.el_btn.el_btn_green {
  background-color: #22ae3b;
}

.el_btn.el_btn_green.delete {
  background-color: #4c4c4c !important;
}

.el_btn.el_btn_gray {
  background-color: #707070;
}

.el_btn.el_btn_light_gray {
  background-color: #e5e5e5;
  color: #000;
}

.el_btn.el_btn_white {
  background-color: #fff;
}

.el_btn.el_btn_blue {
  background-color: #0070c0;
}

.el_btn.el_btn_black {
  background-color: #000;
}

.el_btn.el_btn_border {
  padding-top: 19px;
  padding-bottom: 19px;
  border: 1px solid #000;
  color: #000;
}

.el_btn.el_btn_border_blue {
  border: 1px solid #0070c0;
}

.el_btn.el_btn_border_black {
  border: 1px solid #000;
}

.el_btn.el_btn_pre_right,
.el_btn.el_btn_pre_left {
  position: relative;
}

.el_btn.el_btn_pre_right::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 11px 0 11px 11px;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  transform: translateY(20%) rotate(45deg);
}

.el_btn.el_btn_pre_left::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 11px 0 11px 11px;
  top: 0;
  left: 22px;
  bottom: 0;
  margin: auto;
  transform: translateY(-20%) rotate(-135deg);
}

.el_btn.el_btn_pre_left img {
  position: absolute;
  display: block;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}

.el_btn.el_btn_large {
  text-align: left;
  border-radius: 40px;
  background-color: #e0c6e1;
  display: flex;
  align-items: center;
  line-height: 1.39;
  letter-spacing: .5px;
}

.el_btn.el_btn_large.camera {
  justify-content: center;
  line-height: 1;
  padding-top: 19px;
  padding-bottom: 19px;
}

.el_btn.el_btn_large.js_ec_camera {
  justify-content: center;
  line-height: 1;
  padding-top: 19px;
  padding-bottom: 19px;
}

.el_btn.el_btn_large > img {
  width: 23px;
  margin-right: 10px;
}

.el_img img {
  display: block;
  width: 100%;
}

.el_img canvas {
  max-width: 100%;
}

.el_input {
  font-weight: bold;
  display: block;
  width: 89.3333%;
  height: 56px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #959595;
  border-radius: 4px;
  font-size: 20px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.el_input::-webkit-input-placeholder,
.el_input::placeholder {
  font-family: HiraKakuProN-W3;
  font-size: 15px;
  color: #959595;
}

.el_lv1Heading {
  font-size: 22px;
  letter-spacing: .75px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.el_lv1Heading_green {
  color: #fff;
  background-color: #22ae3b;
}

.el_checkbox {
  display: none;
}

.el_checkbox_label {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.5;
}

.el_checkbox_label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid var(--btn-background-color);
  left: 0;
}

.el_checkbox_label.el_checkbox_label_v2::before {
  top: 2px;
}

.el_checkbox:checked + .el_checkbox_label::before {
  background-color: var(--btn-background-color);
}

.el_checkbox:checked + .el_checkbox_label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.el_underFrame {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #000;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: .7px;
}

.el_underFrame::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.el_underFrame::before {
  width: 10px;
  height: 10px;
  top: 33px;
  border: 2px solid #000;
  border-width: 2px;
  border-style: solid;
  border-color: #fff #000 #000 #fff;
  background-color: #fff;
  transform: rotate(45deg);
}

.el_btn_anchor {
  text-align: center;
  position: relative;
  display: inline-block;
}

.el_btn_anchor::before {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: translateY(-50%) rotate(-45deg);
}

.el_btn_anchor > a {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
  padding-left: 23px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  line-height: 1;
}

.el_btn_anchor.el_btn_anchor2::before {
  width: 7px;
  height: 7px;
  left: 0;
  transform: translateY(-30%) rotate(-135deg);
}

.el_btn_anchor.el_btn_anchor2 > a {
  padding-left: 15px;
}

.el_textarea {
  border: 2px solid #004123;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 200px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 1.6px;
  color: #000;
  box-sizing: border-box;
}

.el_counter {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  letter-spacing: 1.4px;
}

.el_caution {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}

.el_caution > a {
  color: #000;
  text-decoration: underline;
}

.un_allCenter {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.un_modal {
  position: fixed;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.un_modal_cont {
  width: 80%;
  background-color: #fff;
  border-radius: 11px;
  padding: 40px 25px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.un_modal_cont .text {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: .5px;
  text-align: center;
  margin-top: 22px;
}

.un_modal_cont .number_wrapper {
  background-color: #f4f5f7;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  border: 2px solid #959595;
  border-radius: 4px;
}

.un_modal_cont .number_wrapper .top {
  font-size: 12px;
  letter-spacing: .35px;
  color: #959595;
}

.un_modal_cont .number_wrapper .bottom {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #000;
}

.un_modal_cont form {
  width: 100%;
}

.un_modal_cont .el_btn {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-top: 25px;
}

.un_modal_cont_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.un_close {
  width: 71%;
  max-width: 536px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
  border-radius: 40px;
}

.un_close > .el_img {
  max-width: 364px;
  width: 68%;
  margin: auto;
  padding: 18% 0 17%;
}

.un_pageTop {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 15px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 1000;
}

.un_pageTop > * {
  width: 100%;
  height: 100%;
}

.un_pageTop .cls-1,
.un_pageTop .cls-2 {
  stroke: #000;
}

.un_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
}

.un_sealCount {
  text-align: center;
}

.un_sealCount .title {
  font-weight: bold;
  font-size: 20px;
}

.un_sealCount .title.multiple {
  line-height: 1.55;
}

.un_sealCount .body {
  font-weight: bold;
  margin-top: 15px;
}

.un_sealCount .body .number {
  font-size: 51px;
}

.un_sealCount .body .unit {
  font-size: 22px;
  padding-left: 6px;
}

.un_sealCount .bottom {
  width: 89.3333%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e0c6e1;
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.un_sealCount .bottom > span {
  font-size: 21px;
  letter-spacing: .75px;
  padding: 0 5px;
}

.un_history {
  list-style-type: none;
  padding-right: 20px;
  padding-left: 20px;
}

.un_history li:not(:first-of-type) {
  margin-top: 30px;
}

.un_history li .title {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.88;
}

.un_history_list {
  list-style-type: none;
  background-color: #f5f5f5;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 15px 10px 17px 15px;
  max-height: 350px;
  overflow-y: scroll;
}

.un_history_list li.empty {
  font-size: 16px;
  text-align: center;
}

.un_history_list li:not(.empty) {
  position: relative;
  margin-top: 0;
}

.un_history_list li:not(.empty):not(:first-of-type) {
  margin-top: 25px;
}

.un_history_list li .wrapper {
  width: 75%;
}

.un_history_list li .date {
  font-weight: bold;
  font-size: 13px;
}

.un_history_list li .text {
  font-size: 15px;
  line-height: 1.53;
  margin-top: 4px;
}

.un_history_list li .el_btn_anchor {
  margin-top: 4px;
}

.un_history_list li .el_btn_anchor > a {
  font-size: 14px;
  padding-bottom: 3px;
}

.un_history_list li .stamp {
  position: absolute;
  display: block;
  width: 58px;
  top: 13px;
  right: 0;
}

.un_history_list li .stamp.hit3 {
  top: -10px;
}

.un_choice {
  list-style-type: none;
  padding-left: 30px;
}

.un_choice li:not(:first-of-type) {
  margin-top: 15px;
}

.un_choice li.disabled {
  opacity: .5;
}

.un_choice li .title {
  font-weight: bold;
  font-size: 14px;
}

.un_choice li .body {
  padding: 15px;
  margin-top: 10px;
  border: 2px solid #e0c6e1;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: flex;
}

.un_choice li > input:checked + label .body {
  background-color: #e0c6e1;
}

.un_choice li .body .el_img {
  width: 38%;
  flex-shrink: 0;
}

.un_choice li .body .text {
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .42px;
}

.un_caution {
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #cf000d;
  border: 1px solid #cf000d;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 89.3333%;
  box-sizing: border-box;
}

.un_receipt {
  padding: 30px 20px;
}

.un_receipt .balloon {
  background-color: #fff;
  padding: 13px 15px;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 1.6px;
  text-align: center;
  width: 224px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  color: #000;
}

.un_receipt .balloon::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-right: 14px solid transparent;
  border-top: 18px solid #000;
  border-left: 14px solid transparent;
}

.un_receipt .balloon::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-right: 14px solid transparent;
  border-top: 18px solid #fff;
  border-left: 14px solid transparent;
}

.un_receipt .camera {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #000;
  display: flex;
  margin-top: 23px;
}

.un_receipt .camera.disabled {
  opacity: .5;
}

.un_receipt .camera > button {
  margin: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.un_receipt .camera > button > img {
  width: 49px;
}

.un_receipt .camera > button > span {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.26px;
  color: #fff;
}

.un_receipt > .caution {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 1.6px;
  text-align: center;
  color: #de0000;
  margin-top: 28px;
}

.un_receipt > .text {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 1.4px;
  padding: 15px;
  margin-top: 18px;
}

.un_receipt > .point {
  padding: 18px 15px 18px;
  border: 2px solid #e75297;
  margin-top: 30px;
}

.un_receipt > .point > .title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.71px;
  text-align: center;
  position: relative;
}

.un_receipt > .point > .title::after,
.un_receipt > .point > .title::before {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}

.un_receipt > .point > .title::after {
  transform: rotate(90deg);
}

.un_receipt > .point > .title.active::after {
  transform: rotate(0deg);
}

.un_receipt > .point .caution {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: .9px;
  color: #de0000;
  text-align: center;
  margin-top: 22px;
}

.un_receipt > .point .images {
  padding: 22px 0;
  background-color: #e5e5e5;
  border-radius: 10px;
}

.un_receipt > .point .images > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: .84px;
  text-align: center;
}

.un_receipt > .point .images > .el_img {
  padding: 0 15px;
  margin-top: 18px;
}

.un_receipt > .point .images > .title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.53px;
  text-align: center;
  margin-bottom: 20px;
}

.un_receipt > .point .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 1.17px;
  margin-top: 8px;
}

.un_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.un_loading .el_img {
  width: 70px;
  margin-top: 40px;
}

.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #000, 12.72984px -12.72984px 0 0 #000, 18px 0 0 0 #000, 12.72984px 12.72984px 0 0 rgb(152 128 255 / 0%), 0 18px 0 0 rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 0 rgb(152 128 255 / 0%), -18px 0 0 0 rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 0 rgb(152 128 255 / 0%);
  animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {

  0%,
  100% {
    box-shadow: 0 -18px 0 0 #000, 12.72984px -12.72984px 0 0 #000, 18px 0 0 0 #000, 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }

  12.5% {
    box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 0 #000, 18px 0 0 0 #000, 12.72984px 12.72984px 0 0 #000, 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }

  25% {
    box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 0 #000, 12.72984px 12.72984px 0 0 #000, 0 18px 0 0 #000, -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }

  37.5% {
    box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 0 #000, 0 18px 0 0 #000, -12.72984px 12.72984px 0 0 #000, -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }

  50% {
    box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 0 #000, -12.72984px 12.72984px 0 0 #000, -18px 0 0 0 #000, -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }

  62.5% {
    box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 0 #000, -18px 0 0 0 #000, -12.72984px -12.72984px 0 0 #000;
  }

  75% {
    box-shadow: 0 -18px 0 0 #000, 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 0 #000, -12.72984px -12.72984px 0 0 #000;
  }

  87.5% {
    box-shadow: 0 -18px 0 0 #000, 12.72984px -12.72984px 0 0 #000, 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 0 #000;
  }
}

.un_purchase {
  padding-top: 30px;
  padding-bottom: 40px;
}

.un_purchase .el_txt_18 {
  letter-spacing: 1.62px;
}

.un_purchase .list {
  list-style-type: none;
  padding: 30px 20px;
}

.un_purchase .list li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
  display: flex;
  flex-direction: column;
}

.un_purchase .list li .wrap {
  display: flex;
  align-items: center;
}

.un_purchase .list li .title {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: .36px;
  width: calc(175 / 335 * 100%);
  padding-right: 5px;
  box-sizing: border-box;
}

.un_purchase .list li:not(:last-of-type) {
  margin-bottom: 13px;
}

.un_purchase .list li .input {
  width: calc(90 / 335 * 100%);
  height: 40px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
}

.un_purchase .list li .unit {
  width: calc(70 / 335 * 100%);
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: .36px;
  text-align: center;
}

.un_purchase .text {
  font-size: 13px;
  line-height: 1.8;
  padding: 0 20px;
}

.un_purchase .validation_error {
  width: 75%;
  color: #de0000;
  font-size: 13px;
  display: block;
  margin: 10px auto 0 auto;
}

.un_purchase.confirm .list li .input {
  border: 0;
  height: auto;
  text-align: center;
  word-break: break-all;
}

.un_purchase.confirm .sealCount {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-top: 15px;
}

.un_purchase.confirm .sealCount span {
  font-size: 18px;
  letter-spacing: .36px;
  box-sizing: border-box;
}

.un_purchase.confirm .sealCount span:nth-of-type(1) {
  width: calc(175 / 335 * 100%);
}

.un_purchase.confirm .sealCount span:nth-of-type(2) {
  width: 85%;
  padding: 0 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .88px;
  word-break: break-all;
}

.un_purchase.confirm .sealCount span:nth-of-type(3) {
  width: calc(70 / 335 * 100%);
  padding: 0 5px;
  text-align: center;
}

.un_purchase.confirm .text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .48px;
  text-align: center;
  margin-top: 70px;
}

.un_purchase.confirm .image_notes {
  padding: 0 20px;
  margin-top: 35px;
}

.un_purchase.confirm .image_notes .inner {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 40px 15px;
  background-color: #fff;
}

.un_purchase.confirm .image_notes img {
  width: 100%;
}

.un_line_type2 {
  padding-left: 15px;
  position: relative;
  display: inline-block;
}

.un_line_type2::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.57;
}

.un_choice_images {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.un_choice_images li {
  position: relative;
}

.un_choice_images li:not(:first-of-type) {
  margin-top: 20px;
}

.un_choice_images li input {
  display: none;
}

.un_choice_images li label {
  display: block;
}

.un_choice_images li label::before {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  border: 2px solid var(--btn-background-color);
  top: 10px;
  left: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.un_choice_images li input:checked + label::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 15px;
  border-right: 2px solid var(--btn-background-color);
  border-bottom: 2px solid var(--btn-background-color);
  top: 10px;
  left: 10px;
  transform: translate(-50%, -63%) rotate(45deg);
}

.un_choice_images li.my_image label::before,
.un_choice_images li.my_image label::after {
  content: none;
}

.un_choice_images li img {
  width: 100%;
}

.un_preview {
  background-color: #a8bde8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.un_preview .inner {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 5px;
  border-radius: 15px;
}

.un_preview .inner .el_img.top {
  display: flex;
}

.un_preview .inner .el_img.top img,
.un_preview .inner .el_img.top canvas {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.purchase_select_list {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 2.36px;
  width: calc(250 / 335 * 100%);
  padding: 5px 0 5px 5px;
}

.un_presudo_text {
  position: relative;
}

.un_presudo_text::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  top: 50%;
  left: -15px;
}

.un_presudo_text::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  transform: rotate(-45deg);
  top: 50%;
  right: -15px;
}

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

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

.hp_font_16 {
  font-size: 16px !important;
}

.hp_font_17 {
  font-size: 17px !important;
}

.hp_font_19 {
  font-size: 19px !important;
}

.hp_font_500 {
  font-weight: 500 !important;
}

.hp_font_600 {
  font-weight: 600 !important;
}

.hp_line_130 {
  line-height: 1.3 !important;
}

.hp_line_150 {
  line-height: 1.5 !important;
}

.hp_line_160 {
  line-height: 1.6 !important;
}

.hp_line_167 {
  line-height: 1.67 !important;
}

.hp_line_175 {
  line-height: 1.75 !important;
}

.hp_line_193 {
  line-height: 1.93 !important;
}

.hp_letter_12 {
  letter-spacing: 1.2px !important;
}

.hp_letter_135 {
  letter-spacing: 1.35px !important;
}

.hp_letter_16 {
  letter-spacing: 1.6px !important;
}

.hp_letter_18 {
  letter-spacing: 1.8px !important;
}

.hp_letter_normal {
  letter-spacing: normal !important;
}

.hp_color_balck {
  color: #000 !important;
}

.hp_color_red {
  color: #cf000d !important;
}

.hp_color_white {
  color: #ffffff !important;
}

.hp_bgGray {
  background-color: #f5f5f5 !important;
}

.hp_bgRed {
  background-color: #d00010 !important;
  color: #fff !important;
}

.hp_borderTop {
  border-top: 1px solid #000 !important;
}

.hp_breakAll {
  word-break: break-all !important;
}

.hp_radiur_40 {
  border-radius: 40px !important;
}

.hp_display_block {
  display: block !important;
}

.hp_content_none::before,
.hp_content_none::after {
  content: none !important;
}

.lg_pd20 {
  padding: 20px !important;
}

.lg_ptpb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.lg_ptpb14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.lg_ptpb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.lg_prpl10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.lg_prpl20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.lg_prpl25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}


.lg_pt10 {
  padding-top: 30px !important;
}

.lg_pt30 {
  padding-top: 30px !important;
}

.lg_pt40 {
  padding-top: 40px !important;
}

.lg_pt70 {
  padding-top: 70px !important;
}

.lg_pb30 {
  padding-bottom: 30px !important;
}

.lg_pb45 {
  padding-bottom: 45px !important;
}

.lg_pb70 {
  padding-bottom: 70px !important;
}

.lg_pl5 {
  padding-left: 5px !important;
}

.lg_pl15 {
  padding-left: 15px !important;
}

.lg_pl20 {
  padding-left: 20px !important;
}

.lg_mt0 {
  margin-top: 0 !important;
}

.lg_mt5 {
  margin-top: 5px !important;
}

.lg_mt10 {
  margin-top: 10px !important;
}

.lg_mt12 {
  margin-top: 12px !important;
}

.lg_mt15 {
  margin-top: 15px !important;
}

.lg_mt20 {
  margin-top: 20px !important;
}

.lg_mt25 {
  margin-top: 25px !important;
}

.lg_mt28 {
  margin-top: 28px !important;
}

.lg_mt30 {
  margin-top: 30px !important;
}

.lg_mt35 {
  margin-top: 35px !important;
}

.lg_mt40 {
  margin-top: 40px !important;
}

.lg_mt50 {
  margin-top: 50px !important;
}

.lg_mt70 {
  margin-top: 70px !important;
}

.lg_mb8 {
  margin-bottom: 8px !important;
}

.lg_mb14 {
  margin-bottom: 14px !important;
}

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

.lg_mb17 {
  margin-bottom: 17px !important;
}

.lg_mb18 {
  margin-bottom: 18px !important;
}

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

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

.lg_mb35 {
  margin-bottom: 35px !important;
}

.lg_mb40 {
  margin-bottom: 40px !important;
}

.lg_mb45 {
  margin-bottom: 45px !important;
}

.lg_mb49 {
  margin-bottom: 49px !important;
}

.lg_mb52 {
  margin-bottom: 52px !important;
}

.lg_mb62 {
  margin-bottom: 62px !important;
}

.lg_mb82 {
  margin-bottom: 82px !important;
}

.lg_mrmlat {
  margin-right: auto !important;
  margin-left: auto !important;
}

.lg_w300 {
  width: 300px !important;
}

.lg_w66per {
  width: 66% !important;
}

.lg_w80per {
  width: 80% !important;
}

.lg_w89_3333per {
  width: 89.3333% !important;
}

.lg_w100per {
  width: 100% !important;
}

.lg_maxw300 {
  max-width: 300px !important;
}

.lg_minh100vh {
  min-height: 100vh;
}

.rule p {
  margin-bottom: 1rem;
}

.btn_choice.disabled {
  opacity: 0.5;
}

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

.el_radio {
  display: none;
}

.el_radio_label {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 14px;
  opacity: 1;
  line-height: 1.5;
}

.el_radio_label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid var(--btn-background-color);
  border-radius: 50%;
}

.el_radio:checked+.el_radio_label::before {
  border: 1px solid var(--btn-background-color);
  background-color: var(--btn-background-color);
}

.el_radio:checked+.el_radio_label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.el_radio[disabled] + .el_radio_label {
  opacity: 0.5;
}

.el_label {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 5px;
}

.el_label.el_label_red {
  background-color: #d50000;
  color: #fff;
  border-radius: 6px;
  word-break: keep-all;
}

.un_qs {
  padding-right: 20px;
  padding-left: 20px;
}
.un_qsUnit {
  list-style-type: none;
  background-color: white;
  border: var(--btn-background-color) solid 2px;
  border-radius: 20px;
}
.un_qsUnit li {
  padding: 20px 16px 30px;
  color: black;
}
.un_qsUnit li:not(:first-child) {
  border-top: var(--btn-background-color) dotted 2px;
}
.un_qsUnit li.disabled {
  opacity: .5;
}
.un_qsUnit li .el_input {
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding-right: 18px;
  padding-left: 18px;
  margin: 0;
  border: 1px solid var(--btn-background-color);;
  border-radius: 20px;
}
.un_qsUnit li .el_input::placeholder {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 15px;
  color: #999;
}

.un_qsUnit li .options {
  margin: 15px 10px 0;
}

.un_qsUnit select {
  width: 100%;
  background-color: white;
  border: thin solid var(--btn-background-color);
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
          linear-gradient(45deg, transparent 50%, var(--btn-background-color) 50%),
          linear-gradient(135deg, var(--btn-background-color) 50%, transparent 50%),
          linear-gradient(to right, var(--btn-background-color), var(--btn-background-color));
  background-position:
          calc(100% - 19px) 1em,
          calc(100% - 11px) 1em,
          calc(100% - 2.5em) 0.5em;
  background-size:
          8px 8px,
          8px 8px,
          1px 1.5em;
  background-repeat: no-repeat;
}

.un_qsUnit_ttl_container {
  display: flex;
  margin-top: 5px;
}
.un_qsUnit_ttl_circle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  transform: translateY(-5px);
}
.un_qsUnit_ttl_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 1.53px;
}
.un_qsUnit_ttl_required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding: 0 3px;
  background-color: pink;
  color: red;
  font-size: 13px;
  font-weight: 500;
}

.el_lv1Heading {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 19px;
}

.ec_el_btn {
  font-weight: normal;
  display: block;
  width: 73.3333%;
  font-size: 16px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  text-decoration: none;
}

.ec-information-text {
  padding-left: 50%;
  margin-top: 5px;
}

.fs-12 {
  font-size: 12px;
}

.fs-15 {
  font-size: 15px;
}

.open_text_area {
  letter-spacing: 2.2px;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  font-size: 12px;
}

.open_text_area_under {
  text-decoration: underline;
}

.image_block_none {
  display: none !important;
}

.error-container {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px;
  box-sizing: border-box;
}

.error-message {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.58;
  text-align: center;
  letter-spacing: 0.1em;
}

.error-description {
  font-size: 15px;
  line-height: 1.57;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width:350px) {
  .bl_collapse_title {
    font-size: 16px;
  }

  .bl_collapse_title::before,
  .bl_collapse_title::after {
    right: 30px;
  }

  .bl_steps li h2 > p {
    font-size: 14px;
  }

  .el_input {
    font-size: 18px;
  }

  .sm_fontSize_14 {
    font-size: 14px !important;
  }

  .un_purchase .list li .title {
    font-size: 15px;
  }

  .un_purchase .list li .unit {
    font-size: 15px;
  }

  .ec_el_btn {
    width: 83.3333%;
  }

  .purchase_select_list {
    font-size: 14px;
    letter-spacing: 1.36px;
  }

  .un_purchase.confirm .sealCount span {
    font-size: 16px;
  }

  .un_purchase.confirm .sealCount span:nth-of-type(2) {
    font-size: 14px;
  }

  .un_purchase.confirm .sealCount span:nth-of-type(3) {
    width: calc(83 / 335 * 100%);
    font-size: 17px;
  }

  .hp_font_14_sm {
    font-size: 14px !important;
  }
}

@media (orientation: landscape) {
  .un_modal_cont {
    max-height: 58vh;
  }
}

/*スクロールバー全体*/
#receipt_history_box::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
#receipt_history_box::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#receipt_history_box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*movie*/
.hp_bgBlack {
  background-color: #000;
}

.ly_cont_video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.ly_cont_video #volume {
  position: absolute;
  top: 12px;
  left: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
  opacity: .5;
}

.ly_cont_video #video {
  max-width: 100vw;
  max-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
