@charset "UTF-8";
/**
 * #common
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@200;400;500;600;700&family=Noto+Serif+JP:wght@200..900&display=swap");
.st-backToTopFixed {
  z-index: 2;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

#labelprinter div, #labelprinter dl, #labelprinter dt, #labelprinter dd, #labelprinter ul, #labelprinter ol, #labelprinter li, #labelprinter h1, #labelprinter h2, #labelprinter h3, #labelprinter h4, #labelprinter h5, #labelprinter h6, #labelprinter pre, #labelprinter form, #labelprinter fieldset, #labelprinter input, #labelprinter textarea, #labelprinter p, #labelprinter blockquote, #labelprinter th, #labelprinter td {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
#labelprinter dl, #labelprinter dd, #labelprinter dt, #labelprinter ul, #labelprinter li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#labelprinter .only_sp {
  display: none;
}
#labelprinter .only_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #labelprinter .only_sp {
    display: block;
  }
  #labelprinter .only_pc {
    display: none;
  }
}
#labelprinter .st-backToTopFixed {
  z-index: 999;
}
#labelprinter * {
  box-sizing: border-box;
}
#labelprinter img {
  max-width: 100%;
}
#labelprinter .fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.8s;
}
#labelprinter .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.8s;
}
#labelprinter.wrapper {
  line-height: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #0d2ea0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
#labelprinter .ly_inner {
  position: relative;
  z-index: 2;
  max-width: 84%;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #labelprinter .ly_inner {
    max-width: 90%;
  }
}
#labelprinter .bl_crossBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  text-align: center;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#labelprinter .bl_crossBg img {
  width: 100%;
  height: auto;
}
#labelprinter .bl_pointTitle {
  margin: 0 auto;
  -webkit-clip-path: polygon(100% 0, 100% 10%, 40% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 10%, 40% 100%, 0 100%, 0 0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translate(-5px, -5px);
  width: 19rem;
}
@media (max-width: 768px) {
  #labelprinter .bl_pointTitle {
    width: 9rem;
  }
}
#labelprinter .bl_pointTitle:after {
  position: absolute;
  content: "";
  bottom: -0.08vw;
  right: -0.08vw;
  width: 6vw;
  height: 6vw;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  border: 0px solid #fff;
  border-top-left-radius: 6px;
  overflow: hidden;
  transition: width 1s ease, height 1s ease;
}
@media (min-width: 1320px) {
  #labelprinter .bl_pointTitle:after {
    bottom: -0.1vw;
    right: -0.2vw;
  }
}
@media (max-width: 768px) {
  #labelprinter .bl_pointTitle:after {
    bottom: -0.08vw;
    right: -0.08vw;
    width: 10vw;
    height: 10vw;
  }
}
#labelprinter .bl_pointTitle.animate {
  opacity: 1;
  transform: translate(0, 0);
}
#labelprinter .bl_pointTitle.animate::after {
  width: 2.4vw;
  height: 2vw;
}
@media (min-width: 1320px) {
  #labelprinter .bl_pointTitle.animate::after {
    width: 2vw;
    height: 1.8vw;
  }
}
@media (max-width: 768px) {
  #labelprinter .bl_pointTitle.animate::after {
    width: 4vw;
    height: 3vw;
  }
}
#labelprinter .bl_BtnArea {
  margin: 4rem 0 0 0;
}
@media (max-width: 768px) {
  #labelprinter .bl_BtnArea {
    margin: 2rem 0 0 0;
  }
}
#labelprinter .bl_BtnArea .el_btn_blue {
  background: #0d2eba;
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem 4rem;
  display: inline-block;
  font-weight: 400;
}
#labelprinter .ly_mvArea {
  background: linear-gradient(0deg, rgb(0, 6, 61) 0%, rgb(0, 7, 56) 20%, rgb(8, 41, 142) 80%, rgb(9, 45, 153) 100%);
  position: relative;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea {
    background: linear-gradient(0deg, rgb(0, 6, 61) 0%, rgb(0, 7, 56) 40%, rgb(8, 41, 142) 70%, rgb(9, 45, 153) 100%);
  }
}
#labelprinter .ly_mvArea:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 44rem;
  background: linear-gradient(0deg, rgb(43, 77, 122) 0%, rgb(20, 35, 63) 10%, rgb(9, 14, 34) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea:before {
    height: 18rem;
  }
}
#labelprinter .ly_mvArea:after {
  content: "";
  position: absolute;
  top: 50rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/mv_bk.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea:after {
    top: 28rem;
  }
}
#labelprinter .ly_mvArea .ly_inner {
  position: relative;
  z-index: 2;
  padding: 0 0 20rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .ly_inner {
    padding: 0 0 8rem 0;
  }
}
#labelprinter .ly_mvArea .bl_mvTitle {
  padding: 4rem 0 0 0;
  opacity: 0;
  transition: opacity 1s ease;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_mvTitle {
    padding: 2rem 0 0 0;
  }
}
#labelprinter .ly_mvArea .bl_mvTitle.animate {
  opacity: 1;
}
#labelprinter .ly_mvArea .bl_item {
  position: relative;
}
#labelprinter .ly_mvArea .bl_item .bl_itemImage {
  padding: 0 10rem;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_itemImage {
    padding: 0;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_itemImage.animate {
  opacity: 1;
  transform: translateY(0);
}
#labelprinter .ly_mvArea .bl_item .bl_itemName {
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  bottom: 27%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_itemName {
    font-size: 0.9rem;
    bottom: 20%;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_itemName.animate {
  opacity: 1;
  transform: translateY(0);
}
#labelprinter .ly_mvArea .bl_item .bl_itemName.bl_itemName01 {
  left: 19.7%;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_itemName.bl_itemName01 {
    left: 9%;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_itemName.bl_itemName02 {
  left: 47.7%;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_itemName.bl_itemName02 {
    left: 44%;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_itemName.bl_itemName03 {
  left: 70%;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_itemName.bl_itemName03 {
    left: 70.5%;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_label {
  position: absolute;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translate(-5px, -5px);
  width: 16rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_label {
    width: 10rem;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_label.bl_label01 {
  top: 22rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_label.bl_label01 {
    top: 18rem;
    left: 1.5rem;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_label.bl_label02 {
  left: 36rem;
  top: 5rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_label.bl_label02 {
    top: 18rem;
    left: 10rem;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_label.bl_label03 {
  right: 4.5rem;
  top: 28rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_label.bl_label03 {
    top: 18rem;
    left: 21rem;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_label:after {
  position: absolute;
  content: "";
  bottom: -0.08vw;
  right: -0.08vw;
  width: 3vw;
  height: 3vw;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  border: 0px solid #fff;
  border-top-left-radius: 6px;
  overflow: hidden;
  transition: width 1s ease, height 1s ease;
}
@media (min-width: 1320px) {
  #labelprinter .ly_mvArea .bl_item .bl_label:after {
    bottom: -0.2vw;
    right: -0.3vw;
  }
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_label:after {
    width: 10vw;
    height: 10vw;
    bottom: -0.08vw;
    right: -0.08vw;
  }
}
#labelprinter .ly_mvArea .bl_item .bl_label.animate {
  opacity: 1;
  transform: translate(0, 0);
}
#labelprinter .ly_mvArea .bl_item .bl_label.animate::after {
  width: 1.3vw;
  height: 1vw;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_item .bl_label.animate::after {
    width: 3vw;
    height: 2.5vw;
  }
}
#labelprinter .ly_mvArea .bl_copy {
  text-align: center;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy {
    margin: 0 0 0 0;
  }
}
#labelprinter .ly_mvArea .bl_copy p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  display: inline-block;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#labelprinter .ly_mvArea .bl_copy p .el_fs_L {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy p .el_fs_L {
    font-size: 1.8rem;
  }
}
#labelprinter .ly_mvArea .bl_copy p:nth-of-type(3) {
  margin: 2rem 14rem 0 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy p:nth-of-type(3) {
    margin: 1rem 7rem 0 0;
  }
}
#labelprinter .ly_mvArea .bl_copy p:nth-of-type(4) {
  margin: 0 0 2rem 10rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy p:nth-of-type(4) {
    margin: 0 0 1rem 5rem;
  }
}
#labelprinter .ly_mvArea .bl_copy p:nth-of-type(5) {
  margin: 0 14rem 0 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy p:nth-of-type(5) {
    margin: 0 7rem 0 0;
  }
}
#labelprinter .ly_mvArea .bl_copy p:nth-of-type(6) {
  margin: 0 0 2rem 8rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy p:nth-of-type(6) {
    margin: 0 0 1rem 4rem;
  }
}
#labelprinter .ly_mvArea .bl_copy p:nth-of-type(7) {
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy p:nth-of-type(7) {
    margin: 0 0 2rem 0;
  }
}
#labelprinter .ly_mvArea .bl_copy p:nth-of-type(8) {
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_copy p:nth-of-type(8) {
    margin: 0 0 1rem 0;
  }
}
#labelprinter .ly_mvArea .bl_arrow {
  width: 0.2rem;
  height: 10rem;
  background-color: white;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_arrow {
    height: 4rem;
  }
}
#labelprinter .ly_mvArea .bl_arrow::before, #labelprinter .ly_mvArea .bl_arrow::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 3.5rem;
  background-color: white;
  top: 7rem;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_arrow::before, #labelprinter .ly_mvArea .bl_arrow::after {
    height: 1rem;
    top: 3.4rem;
  }
}
#labelprinter .ly_mvArea .bl_arrow::before {
  left: -1.25rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_arrow::before {
    left: -0.3rem;
  }
}
#labelprinter .ly_mvArea .bl_arrow::after {
  right: -1.25rem;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_arrow::after {
    right: -0.3rem;
  }
}
#labelprinter .ly_mvArea .bl_movie {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  padding-top: 56.5rem;
  margin: 7rem 0 18rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_movie {
    aspect-ratio: 16/10;
    padding-top: 62.5%;
    margin: 0;
  }
}
#labelprinter .ly_mvArea .bl_movie .youtube {
  width: 100rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_movie .youtube {
    width: 96%;
  }
}
#labelprinter .ly_mvArea .bl_movie .youtube a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#labelprinter .ly_mvArea .bl_movie .youtube a::before {
  content: "";
  background: url(../img/movie_icon.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  #labelprinter .ly_mvArea .bl_movie .youtube a::before {
    width: 3rem;
    height: 3rem;
  }
}
#labelprinter .ly_mvArea .bl_bk {
  position: relative;
  z-index: 1;
}
#labelprinter .ly_point01Area {
  text-align: center;
  position: relative;
}
#labelprinter .ly_point01Area .ly_inner {
  padding: 15rem 0 30rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point01Area .ly_inner {
    padding: 6rem 0 10rem 0;
  }
}
#labelprinter .ly_point01Area h2 {
  font-size: 4.9rem;
  font-family: "Noto Serif JP", serif;
  margin: 2rem 0 1rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point01Area h2 {
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    margin: 2rem 0 1.5rem 0;
  }
}
#labelprinter .ly_point01Area .bl_pointCopy {
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point01Area .bl_pointCopy {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
  }
}
#labelprinter .ly_point01Area .bl_pointBlock {
  margin: 1rem 0 0 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 5rem 10rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point01Area .bl_pointBlock {
    margin: 2rem 0 0 0;
    padding: 3rem 4rem;
  }
}
#labelprinter .ly_point01Area .bl_pointBlock ul li {
  display: flex;
  margin: 0 0 4rem 0;
}
#labelprinter .ly_point01Area .bl_pointBlock ul li:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point01Area .bl_pointBlock ul li {
    display: block;
    margin: 0 0 3rem 0;
  }
  #labelprinter .ly_point01Area .bl_pointBlock ul li:last-child {
    margin: 0;
  }
}
#labelprinter .ly_point01Area .bl_pointBlock ul li .bl_image {
  min-width: 30rem;
  max-width: 30rem;
  margin: 0 4rem 0 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point01Area .bl_pointBlock ul li .bl_image {
    min-width: initial;
    max-width: initial;
    margin: 0 0 0 0;
  }
}
#labelprinter .ly_point01Area .bl_pointBlock ul li .bl_text {
  text-align: left;
}
#labelprinter .ly_point01Area .bl_pointBlock ul li .bl_text h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point01Area .bl_pointBlock ul li .bl_text h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1.2rem 0;
  }
}
@media (max-width: 768px) {
  #labelprinter .ly_point01Area .bl_pointBlock ul li .bl_text p {
    font-size: 1.2rem;
    text-align: justify;
    letter-spacing: 0.08em;
  }
}
#labelprinter .ly_point01Area .ly_bgColor {
  background: linear-gradient(0deg, rgb(184, 229, 238) 0%, rgb(0, 203, 214) 100%);
}
#labelprinter .ly_point02Area {
  text-align: center;
  position: relative;
}
#labelprinter .ly_point02Area .ly_inner {
  padding: 15rem 0 20rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .ly_inner {
    padding: 6rem 0 10rem 0;
  }
}
#labelprinter .ly_point02Area h2 {
  font-size: 4.9rem;
  font-family: "Noto Serif JP", serif;
  margin: 2rem 0 1rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area h2 {
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    margin: 2rem 0 1.5rem 0;
  }
}
#labelprinter .ly_point02Area .bl_pointCopy {
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointCopy {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock {
  margin: 1rem 0 0 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 5rem 10rem 3rem 10rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock {
    padding: 3rem 3.5rem;
    margin: 2rem 0 0 0;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul {
    display: block;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li {
    padding: 0;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointHead {
  position: relative;
  min-width: 23rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointHead {
    min-width: initial;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointHead .el_shadow {
  position: absolute;
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointHead .el_shadow {
    font-size: 3.7rem;
    letter-spacing: 1rem;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointText {
  text-align: left;
  color: #000;
  margin: 2rem 0 4rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointText {
    margin: 2rem 0 2rem 0;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointText p {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 2rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointText p {
    font-size: 1.6rem;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointText p:before {
  content: "・";
  position: absolute;
  left: 0;
}
#labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointText p span {
  font-size: 0.9rem;
  margin: 0 0 0 1rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointText p span {
    font-size: 1.2rem;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointLabel {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li .bl_pointLabel {
    margin: 0 0 6rem 0;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li:nth-child(1) .bl_pointLabel {
  width: 19rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li:nth-child(1) .bl_pointLabel {
    width: initial;
    margin: 0 0 6rem 0;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock ul li:nth-child(4) .bl_pointLabel {
  width: 19.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock ul li:nth-child(4) .bl_pointLabel {
    width: initial;
    margin: 0 0 3rem 0;
  }
}
#labelprinter .ly_point02Area .bl_pointBlock .el_note {
  font-size: 0.9rem;
  text-align: right;
  color: #000;
  margin: 2rem 0 0 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point02Area .bl_pointBlock .el_note {
    text-align: center;
    font-size: 1.2rem;
    margin: 0;
  }
}
#labelprinter .ly_point02Area .ly_bgColor {
  background: linear-gradient(0deg, rgb(228, 232, 234) 0%, rgb(194, 207, 213) 100%);
}
#labelprinter .ly_point03Area {
  text-align: center;
  position: relative;
}
#labelprinter .ly_point03Area .ly_inner {
  padding: 15rem 0 0rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .ly_inner {
    padding: 6rem 0 0 0;
  }
}
#labelprinter .ly_point03Area h2 {
  font-size: 4.9rem;
  font-family: "Noto Serif JP", serif;
  margin: 2rem 0 1rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area h2 {
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    margin: 2rem 0 1.5rem 0;
  }
}
#labelprinter .ly_point03Area .bl_pointCopy {
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointCopy {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock {
  margin: 1rem 0 0 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 5rem 10rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock {
    padding: 3rem 4rem;
    margin: 2rem 0 0 0;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li {
  margin: 0 0 4rem 0;
}
#labelprinter .ly_point03Area .bl_pointBlock ul li:last-child {
  margin: 0;
}
#labelprinter .ly_point03Area .bl_pointBlock ul li.bl_pointFlex {
  display: flex;
  justify-content: left;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li.bl_pointFlex {
    display: block;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointImage {
  min-width: 45rem;
  max-width: 45rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointImage {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText {
  padding: 0 0 0 8rem;
  text-align: left;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText {
    padding: 0;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText h3 {
  font-size: 2.6rem;
  position: relative;
  margin: 1.2rem 0 3rem 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText h3 {
    margin: 3rem 0 2rem 0;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText h3 span {
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-54%);
  z-index: -1;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText h3 span {
    left: 0rem;
  }
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText p {
    font-size: 1.2rem;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText .bl_note {
  font-size: 1rem;
  margin: 1rem 0 0 0;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li .bl_pointText .bl_note p {
    font-size: 1rem;
    font-weight: 400;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li:nth-of-type(1) .bl_pointText h3 span {
  width: 26.6rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li:nth-of-type(1) .bl_pointText h3 span {
    width: 21.8rem;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li:nth-of-type(2) .bl_pointText h3 span {
  width: 18.2rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li:nth-of-type(2) .bl_pointText h3 span {
    width: 15.1rem;
  }
}
#labelprinter .ly_point03Area .bl_pointBlock ul li:nth-of-type(3) .bl_pointText h3 span {
  width: 14.1rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_point03Area .bl_pointBlock ul li:nth-of-type(3) .bl_pointText h3 span {
    width: 11.8rem;
  }
}
#labelprinter .ly_point03Area .ly_bgColor {
  background: linear-gradient(0deg, rgb(220, 238, 242) 0%, rgb(181, 220, 228) 100%);
}
#labelprinter .ly_cvArea {
  padding: 20rem 0 0 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 247, 248) 100%);
}
@media (max-width: 768px) {
  #labelprinter .ly_cvArea {
    padding: 12rem 0 2rem 0;
  }
}
#labelprinter .ly_cvArea .bl_downloadBtn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #labelprinter .ly_cvArea .bl_downloadBtn {
    display: block;
  }
}
#labelprinter .ly_cvArea .bl_downloadBtn li {
  background: linear-gradient(20deg, rgb(75, 199, 219) 0%, rgb(4, 175, 203) 100%);
  min-width: 35rem;
  margin: 0 1.5%;
}
@media (max-width: 768px) {
  #labelprinter .ly_cvArea .bl_downloadBtn li {
    min-width: initial;
    margin: 0;
  }
}
#labelprinter .ly_cvArea .bl_downloadBtn li a {
  color: #fff;
  display: block;
  font-size: 2.3rem;
  text-align: center;
  position: relative;
  padding: 1.4rem 2rem 1.4rem 6rem;
  top: 0.3rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_cvArea .bl_downloadBtn li a {
    font-size: 1.9rem;
  }
}
#labelprinter .ly_cvArea .bl_downloadBtn li a::before {
  content: "";
  position: absolute;
  width: 4.3rem;
  height: 3.5rem;
  top: 50%;
  transform: translateY(-52%);
}
#labelprinter .ly_cvArea .bl_downloadBtn li.demo a::before {
  background: url(../img/cv_icon_demo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  left: 4rem;
}
@media (max-width: 768px) {
  #labelprinter .ly_cvArea .bl_downloadBtn li.demo a::before {
    left: 5rem;
  }
}
#labelprinter .ly_cvArea .el_contact {
  margin: 2rem 0;
  text-align: center;
}
#labelprinter .ly_cvArea .el_contact a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #labelprinter .ly_cvArea .el_contact a {
    font-size: 1.8rem;
  }
}
#labelprinter .footer_bn {
  margin: 6% 0;
}
#labelprinter .footer_bn ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #labelprinter .footer_bn ul {
    display: block;
  }
}
#labelprinter .footer_bn li {
  padding: 0 1%;
  max-width: 37.6rem;
}
@media (max-width: 768px) {
  #labelprinter .footer_bn li {
    max-width: initial;
    width: 100%;
    margin: 0 0 2rem 0;
    text-align: center;
  }
}