@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Zen Kaku Gothic Antique", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, 0, 0);
  background: url(../img/bg.png) left top repeat;
  background-size: 1104px auto;
  pointer-events: none;
  animation: bg_loop 25s linear infinite;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-bg {
    background-size: 552px auto;
    animation-duration: 50s;
  }
}

@keyframes bg_loop {
  0% {
    background-position: 1104px 1000px;
  }
  100% {
    background-position: 0 0;
  }
}
.l-wrapper {
  position: relative;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-footer {
  position: relative;
  padding-top: 136px;
  padding-bottom: 97px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding-top: 68px;
    padding-bottom: 47px;
  }
}
.l-footer__back {
  position: relative;
  max-width: 360px;
  width: 53%;
  margin: 0 auto;
}
.l-footer__logo {
  position: relative;
  width: 314px;
  margin: 0 auto;
  margin-top: 97px;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 165px;
    margin-top: 47px;
  }
}
.l-footer__logo-inner {
  display: block;
}
@media (hover: hover) {
  .l-footer__logo-inner {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__logo-inner:hover {
    transform: scale(1.05);
  }
}
.l-footer__links {
  position: relative;
  margin-top: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-footer__links {
    margin-top: 22px;
  }
}
.l-footer__links-txt {
  display: block;
  padding: 4px 12px;
  font-family: "Arvo", "Zen Kaku Gothic Antique", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 900px) {
  .l-footer__links-txt {
    padding: 4px 7px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .l-footer__links-txt {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__links-txt:hover {
    color: #ff8a00;
  }
}
.l-footer__note {
  position: relative;
  margin-top: 34px;
  font-size: 12px;
  color: #7c7c74;
}
@media screen and (max-width: 900px) {
  .l-footer__note {
    margin-top: 14px;
    font-size: 10px;
  }
}
.l-footer__copy {
  position: relative;
  margin-top: 12px;
  font-size: 12px;
  color: #7c7c74;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    margin-top: 6px;
    font-size: 10px;
  }
}

.p-hero {
  position: relative;
  padding: 58px 0 102px;
}
@media screen and (max-width: 900px) {
  .p-hero {
    padding: 29px 0 51px;
  }
}
.p-hero__logo {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  transform: scale(0.4);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.67, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__logo {
  transform: scale(1);
  opacity: 1;
}

.p-contents {
  position: relative;
}
.p-contents__container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media screen and (max-width: 900px) {
  .p-contents__container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.is-load .p-contents__container {
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-contents__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #acf2ff;
}
.p-contents__line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200%;
  height: 78px;
  background: url(../img/deco_text.png) left center repeat-x;
  background-size: auto 100%;
  transform: translateY(-46%);
  animation: loop_deco 20s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-contents__line {
    height: 39px;
    animation-duration: 30s;
  }
}
.p-contents__line.--btm {
  top: auto;
  bottom: 0;
  transform: translateY(46%);
  animation-direction: reverse;
}
@keyframes loop_deco {
  0% {
    background-position: 1020px 50%;
  }
  100% {
    background-position: 0px 0;
  }
}

.p-select {
  position: relative;
  z-index: 1;
  max-width: 980px;
  width: 89.3333333333%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 900px) {
  .p-select {
    margin-bottom: 30px;
  }
}
.p-select__container {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-select__container {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-select__box {
  position: relative;
  padding: 36px 0 35px;
  background: #fffb8c;
  border-radius: 25px;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.67, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-select__box {
    padding: 20px 0 16px;
    border-radius: 12px;
  }
}
@media not all and (max-width: 900px) {
  .p-select__box {
    width: calc((100% - 20px) / 2);
  }
}
@media not all and (max-width: 900px) {
  .p-select__box + .p-select__box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-select__box + .p-select__box {
    margin-top: 24px;
  }
}
@media not all and (max-width: 900px) {
  .p-select__box.--wide {
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
}
.p-select__box:nth-child(1) {
  transition-delay: 0.4s;
}
.p-select__box:nth-child(2) {
  transition-delay: 0.5s;
}
.p-select__box:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .p-select__box {
  transform: translateY(0);
  opacity: 1;
}
.p-select__box-inner {
  position: relative;
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-select__box-inner {
    width: 85%;
  }
}
.p-select__num {
  position: absolute;
  top: -29px;
  left: -20px;
  width: 94px;
}
@media screen and (max-width: 900px) {
  .p-select__num {
    top: -15px;
    left: -5px;
    width: 59px;
  }
}
.p-select__lead {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .p-select__lead {
    font-size: 18px;
  }
}
.p-select__lead .is-pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .p-select__lead .is-pc {
    display: inline-block;
  }
}
.p-select__lead span {
  vertical-align: baseline;
}
.p-select__type {
  display: flex;
  position: relative;
  width: 96.5%;
  margin: 0 auto;
  margin-top: 21px;
}
@media screen and (max-width: 900px) {
  .p-select__type {
    width: 100%;
    margin-top: 19px;
  }
}
.p-select__type-item {
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-select__type-item + .p-select__type-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-select__type-item + .p-select__type-item {
    margin-left: 15px;
  }
}
.p-select__type-label {
  position: relative;
  display: block;
}
.p-select__type-label input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.p-select__type-img {
  display: block;
  position: relative;
  background: #acf2ff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
input:checked + .p-select__type-img::after {
  opacity: 1;
}
.p-select__type-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #ff8a00;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-select__type-img::after {
    border-width: 4px;
  }
}
@media (hover: hover) {
  .p-select__type-label:hover .p-select__type-img img {
    transform: scale(1.1);
  }
  .p-select__type-img img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.p-select__type-txt {
  display: block;
  position: relative;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-select__type-txt {
    margin-top: 9px;
    font-size: 13px;
  }
}
.p-select__color {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
  padding-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .p-select__color {
    gap: 4px;
    margin-top: 16px;
  }
}
.p-select__color-item {
  position: relative;
  --color-selected: #000;
}
.p-select__color-item[data-color="1"] {
  --color-selected: #000;
}
.p-select__color-item[data-color="2"] {
  --color-selected: #8F70AE;
}
.p-select__color-item[data-color="3"] {
  --color-selected: #E74473;
}
.p-select__color-txt {
  position: relative;
  display: block;
  width: 94px;
  height: 94px;
  padding: 0;
  font-family: "vdl-linegr", "Arvo", "Zen Kaku Gothic Antique", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 35px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-select__color-txt {
    width: 53px;
    height: 53px;
    font-size: 20px;
  }
}
.p-select__color-txt .p-in-txt {
  display: block;
  color: var(--color-selected);
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-select__color-txt .p-in-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 27px;
  background: var(--color-selected);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-select__color-txt .p-in-corner {
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) {
  .p-select__color-txt:hover .p-in-txt {
    transform: scale(1.1);
  }
}
.p-select__txt {
  position: relative;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-select__txt {
    margin-top: 3px;
    font-size: 12px;
  }
}
.p-select__input {
  position: relative;
  margin-top: 36px;
}
@media screen and (max-width: 900px) {
  .p-select__input {
    margin-top: 18px;
    padding-bottom: 4px;
  }
}
.p-select__input input {
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-select__input input {
    padding: 7px;
    font-size: 16px;
  }
}

.p-color {
  position: absolute;
  bottom: -10px;
  left: 50%;
  padding: 20px 30px;
  z-index: 1;
  background: #fff;
  transform: translate(-50%, 100%);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-select__color-item.is-show .p-color {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .p-color {
    bottom: -12px;
    padding: 14px 20px;
  }
}
.p-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 10px;
  background: #fff;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  transform: translate(-50%, -90%);
}
@media screen and (max-width: 900px) {
  .p-color::before {
    width: 15px;
    height: 8px;
  }
}
.p-color__option {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 19px;
}
@media screen and (max-width: 900px) {
  .p-color__option {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.p-color__option-item {
  position: relative;
}
@media (hover: hover) {
  .p-color__option-item {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-color__option-item:hover {
    transform: scale(1.05);
  }
}
.p-color__option-label input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.p-color__option-circle {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .p-color__option-circle {
    width: 36px;
    height: 36px;
  }
}
.p-color__option-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_check.svg) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
input:checked + .p-color__option-circle::after {
  opacity: 1;
}
.p-color__option-item:nth-child(1) .p-color__option-circle {
  background-color: #000;
}
.p-color__option-item:nth-child(2) .p-color__option-circle {
  background-color: #8F70AE;
}
.p-color__option-item:nth-child(3) .p-color__option-circle {
  background-color: #E74473;
}
.p-color__close {
  position: relative;
}
.p-color__close button {
  display: block;
  width: 100%;
  padding: 12px 0;
  border: 2px solid #000;
  text-align: center;
  border-radius: 99px;
  cursor: pointer;
  color: #000;
}
@media screen and (max-width: 900px) {
  .p-color__close button {
    padding: 9px 0;
    border-width: 1px;
  }
}
@media (hover: hover) {
  .p-color__close button {
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-color__close button:hover {
    background-color: #000;
    color: #fff;
  }
}

.p-field {
  position: relative;
  min-height: 510px;
  padding: 102px 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 900px) {
  .p-field {
    min-height: 328px;
    border-width: 2.5px;
  }
}
.p-field::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_preview.png) top left repeat;
  background-size: 40px auto;
}
@media screen and (max-width: 900px) {
  .p-field::before {
    background-size: 20px auto;
  }
}
.p-field__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-width: 5px;
  border-style: solid;
  border-color: #ff8a00 #ff8a00 #ff8a00 transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: circle_rotate 1s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-field__loading {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
}
@keyframes circle_rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.p-field__inner {
  position: relative;
  max-width: 720px;
  width: 76%;
  margin: 0 auto;
}

.p-caution {
  position: relative;
  margin-top: 37px;
}
@media screen and (max-width: 900px) {
  .p-caution {
    position: relative;
    width: 78%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.p-caution__item {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-caution__item {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
    line-height: 1.7;
  }
}
.p-caution__item + .p-caution__item {
  margin-top: 6px;
}

.p-dl {
  position: relative;
  max-width: 480px;
  width: 64%;
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  .p-dl {
    margin-top: 27px;
  }
}

.p-btn {
  position: relative;
}
.p-btn__inner {
  display: block;
  padding: 27px 0;
  background: #000;
  font-family: "Arvo", "Zen Kaku Gothic Antique", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  font-size: 17px;
  letter-spacing: 0.08rem;
  border: 2px solid #000;
  transition: border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), color 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-btn__inner {
    padding: 20.5px 0;
    font-size: 13px;
    border-width: 1px;
  }
}
@media (hover: hover) {
  .p-btn__inner:hover {
    border-color: #ff8a00;
    background-color: #ff8a00;
  }
}
.--disable .p-btn__inner {
  opacity: 0.5;
  pointer-events: none;
}
.--secondary .p-btn__inner {
  padding: 18px 0 17px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  letter-spacing: 0rem;
}
@media screen and (max-width: 900px) {
  .--secondary .p-btn__inner {
    font-size: 10px;
  }
}
@media (hover: hover) {
  .--secondary .p-btn__inner:hover {
    color: #ff8a00;
  }
}