@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/*=======================================================================

贈るをたのしもっ！デジタルメッセージステッカー
digital-message-stickers

========================================================================*/
.page-stickers .scroll_01,
.page-stickers .scroll_02 {
  width: 300px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
}
.page-stickers .scroll_01 {
  margin-left: -640px;
}
.page-stickers .scroll_02 {
  margin-left: 640px;
}

#floatingPreviewCanvas {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 120px;
  height: auto;
  max-height: 180px;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  background: white;
  pointer-events: none; /* マウスイベントを無効化（クリックなどを透過） */
}

.stickers-about {
  padding-top: 140px;
  padding-top: 20vw;
  padding-bottom: 100px;
  padding-bottom: 14.2857142857vw;
}
@media screen and (min-width: 768px) {
  .stickers-about {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.stickers-about .about__img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .stickers-about .about__img {
    width: 850px;
  }
}

.stickers-step .c-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .stickers-step .c-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .stickers-step .c-wrap:before, .stickers-step .c-wrap:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: -260px;
    width: 352px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  .stickers-step .c-wrap:before {
    left: -320px;
    background-image: url(../../images/digital-message-stickers/bg-left.jpg);
  }
  .stickers-step .c-wrap:after {
    right: -320px;
    background-image: url(../../images/digital-message-stickers/bg-right.jpg);
  }
}
.stickers-step .step {
  margin-inline: auto;
  margin-bottom: 160px;
  margin-bottom: 22.8571428571vw;
}
@media screen and (min-width: 768px) {
  .stickers-step .step {
    width: 940px;
    margin-bottom: 160px;
  }
}
.stickers-step .step .step-head {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 4.2857142857vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stickers-step .step .step-head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .stickers-step .step .step-head .step-head__img {
    width: 275px;
    width: 27.5vw;
    margin-inline: auto;
  }
  .stickers-step .step .step-head .step-head__img:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18%;
    margin: auto;
    width: 90%;
    height: 1px;
    background-color: #1e2e87;
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .stickers-step .step .step-head .step-head__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 209px;
  }
}
.stickers-step .step .step-head .step-head__title {
  color: #1e2e87;
  font-size: 26px;
  font-size: 6.9333333333vw;
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  -webkit-font-smoothing: auto;
  line-height: 1.4;
  padding-top: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .stickers-step .step .step-head .step-head__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .stickers-step .step .step-head .step-head__title {
    font-size: 40px;
    padding-left: 1.5em;
    padding-top: 3px;
    padding-bottom: 10px;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
  }
}
.stickers-step .step .step-head .step-head__title small {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .stickers-step .step .step-head .step-head__title small {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .stickers-step .step .step-head .step-head__title small {
    font-size: 20px;
    margin-top: 0.3em;
  }
}
.stickers-step .step .qa-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .stickers-step .step .select-list .select-list__item {
    padding-left: 22vw;
    padding-right: 22vw;
  }
}
@media screen and (min-width: 768px) {
  .stickers-step .step .select-list .select-list__item {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.stickers-step .step .select-list .select-list__item img {
  width: 100%;
}
.stickers-step .step .step__input {
  width: min(800px, 75%);
  margin-inline: auto;
}
.stickers-step .step .step__input input {
  color: #333;
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 4.8vw;
  margin-inline: auto;
  width: 100%;
  padding: 0.5em 1em;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  outline-color: #1e2e87;
  outline-style: solid;
  outline-width: 2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stickers-step .step .step__input input {
    width: 100%;
    font-size: 32px;
    padding: 20px 30px;
  }
}
.stickers-step .step .step__input input:focus {
  background-color: #edf7fc;
}
.stickers-step .step .step__input input::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 600;
}
.stickers-step .step .step__input input::-moz-placeholder {
  color: #bbb;
  font-weight: 600;
}
.stickers-step .step .step__input input:-ms-input-placeholder {
  color: #bbb;
  font-weight: 600;
}
.stickers-step .step .step__input input::-ms-input-placeholder {
  color: #bbb;
  font-weight: 600;
}
.stickers-step .step .step__input input::placeholder {
  color: #bbb;
  font-weight: 600;
}
.stickers-step .step-arrow {
  width: 30px;
  margin-inline: auto;
  margin-top: 75px;
  margin-top: 10.7142857143vw;
  margin-bottom: 100px;
  margin-bottom: 14.2857142857vw;
}
@media screen and (min-width: 768px) {
  .stickers-step .step-arrow {
    width: 48px;
    margin-top: 90px;
    margin-bottom: 100px;
  }
}

.js-scroll.--arrow {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}
.js-scroll.--arrow.is-active {
  -webkit-animation: moveArrow 1.5s infinite, fadeArrowLoop 1.5s infinite;
          animation: moveArrow 1.5s infinite, fadeArrowLoop 1.5s infinite;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes fadeArrowLoop {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeArrowLoop {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.select-list-wrapper {
  position: relative;
}

.custom-arrow {
  caret-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media (any-hover: hover) {
  .custom-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .custom-arrow:hover {
    opacity: 0.4;
  }
}

.slick-prev {
  left: 9%;
  background-image: url(../../images/digital-message-stickers/slick-prev.png);
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: -6%;
  }
}

.slick-next {
  right: 9%;
  background-image: url(../../images/digital-message-stickers/slick-next.png);
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: -6%;
  }
}

.dots-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .dots-wrap {
    bottom: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.dots-wrap li {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .dots-wrap li {
    width: 10px;
    height: 10px;
  }
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #008dda;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*=======================================================================

 デジタルメッセージステッカー
 プログラム部分

========================================================================*/
.thumbnail {
  pointer-events: all !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  display: block;
  border: 5px solid #fff;
  background-color: #fff;
}
.thumbnail:hover, .thumbnail.active {
  border-color: #62dc00;
}

.preview-wrapper {
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

#previewCanvas {
  display: block;
  width: 80%;
  height: auto;
}

.preview-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .preview-section .preview-wrapper {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .preview-section .preview-wrapper {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .preview-section .preview-download {
    width: 85%;
    margin-inline: auto;
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .preview-section .preview-download {
    width: 520px;
  }
}
.preview-section .sticker-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  color: #1e2e87;
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  -webkit-font-smoothing: auto;
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1.3125;
  border: 4px solid #1e2e87;
  text-align: center;
  padding: 10px 0px;
  border-radius: 100px;
  caret-color: transparent;
}
@media screen and (min-width: 768px) {
  .preview-section .sticker-btn {
    font-size: 32px;
    padding: 15px 0px;
    border: 5px solid #1e2e87;
  }
}
@media screen and (min-width: 1001px) {
  .preview-section .sticker-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .preview-section .sticker-btn:hover {
    color: #fff;
    background-color: #1e2e87;
  }
}
.preview-section .downloadTxt {
  color: #1e2e87;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}/*# sourceMappingURL=page-stickers.css.map */