@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: clip;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-green: #007f53;
  --cc-red: #d7093b;
  --cc-yellow: #ffdd00;
  --w1280: 1280px;
  --space: 30px;
}

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

- フォント

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

- フォントサイズ

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

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

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

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

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

- z-index

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

- イージング

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

- MV

================================================ */
.p-mv {
  position: relative;
}

.p-mv__main img {
  height: auto;
}

.p-mv__emblem {
  position: absolute;
  top: 1.875vw;
  left: 1.406vw;
  width: 7.656vw;
}
.p-mv__emblem a {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-mv__emblem img {
  height: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-mv__emblem {
    top: 3.59vw;
    left: 2.821vw;
    width: 16.41vw;
  }
}
/* ================================================

- メッセージ

================================================ */
.p-body {
  padding: 100px 0 120px;
  background-color: var(--cc-yellow);
  position: relative;
}
.p-body::before {
  content: "";
  position: absolute;
  top: -0.078vw;
  left: 0;
  background-image: url("../images/deco_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: 40.625vw;
}
.p-body::after {
  content: "";
  position: absolute;
  bottom: -0.078vw;
  right: 0;
  background-image: url("../images/deco_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: 40.625vw;
}

.p-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0;
  border: solid 4px #FFFFFF;
  background-color: var(--cc-yellow);
  position: relative;
  z-index: 1;
}

.p-content__ttl {
  width: 808px;
  margin: 0 auto;
}
.p-content__ttl img {
  height: auto;
}

.p-content__share {
  margin-top: 29px;
  text-align: center;
}
.p-content__share p {
  font-size: 1.5rem;
  line-height: 1.542;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-green);
}

.p-message {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 920px;
  width: 100%;
  gap: 80px;
  margin: 60px auto 0;
}

.p-message__target {
  width: 420px;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}

.p-visal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
}

.p-visal_emblem {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 66px;
  height: auto;
  z-index: 2;
}

.p-visal_logo {
  position: absolute;
  top: 14px;
  right: 9px;
  width: 122px;
  height: auto;
  z-index: 2;
}

.p-message__preview {
  position: relative;
  width: 420px;
  height: 420px;
  overflow: hidden;
}
.p-message__preview img {
  width: 326px;
  height: auto;
  position: absolute;
  top: 61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-preview {
  opacity: 0;
}

.p-preview.-active {
  opacity: 1;
}

.p-message__textArea {
  position: absolute;
  bottom: 18px;
  left: 14px;
  right: 14px;
  width: calc(100% - 28px);
}

.p-message__name {
  font-size: 1.5625rem;
  line-height: 1.212;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  word-break: break-all;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.7);
}

.p-message__txt {
  margin-top: 9px;
  font-size: 1rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  word-break: break-all;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.7);
}

.p-input {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 3px;
}

.p-input__item dt {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
.p-input__item dt span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-input__item dd {
  margin-top: 12px;
}
.p-input__item dd.p-input__item__note {
  margin-top: 7px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-input__item:not(:first-of-type) {
  margin-top: 26px;
}

.p-input__item:last-of-type {
  margin-top: 30px;
}

.p-input__item select,
.p-input__item textarea,
.p-input__item input[type=number],
.p-input__item input[type=email],
.p-input__item input[type=tel],
.p-input__item input[type=text] {
  width: 100%;
  min-height: 62px;
  padding: 0 14px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-input__item textarea {
  height: auto;
  min-height: 112px;
  padding: 14px 14px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-input__item select {
  min-height: 60px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-input__item textarea:hover,
.p-input__item input:hover,
.p-input__item select:hover {
  background-color: #F0F0F0;
}
.p-input__item select:disabled,
.p-input__item input:disabled,
.p-input__item textarea:disabled {
  opacity: 1;
  background-color: #BBBBBB;
}

.p-input__select {
  display: inline-block;
  width: 239px;
  position: relative;
}
.p-input__select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 60px;
  background: #ffe100;
  pointer-events: none;
}
.p-input__select::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
}

@-moz-document url-prefix() {
  .p-input__select select {
    padding-top: 17px;
  }
}
dd.p-upLoad {
  width: 380px;
  position: relative;
  margin-top: 15px;
  z-index: 1;
}
dd.p-upLoad .p-upLoad__btn {
  padding: 21px 0;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  background-color: var(--cc-red);
  border-radius: 6px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
dd.p-upLoad .p-upLoad__btn span.-upload {
  padding-left: 31px;
  position: relative;
}
dd.p-upLoad .p-upLoad__btn span.-upload::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../images/common/icon_upload_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
}
dd.p-upLoad .p-upLoad__btn input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
dd.p-upLoad .p-upLoad__value input[type=text] {
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
}

dd.p-upLoad.-disabled .p-upLoad__btn {
  color: #000000;
  background-color: #BBBBBB;
  cursor: default;
}
dd.p-upLoad.-disabled .p-upLoad__btn span.-upload::before {
  background-image: url("../images/common/icon_upload_b.png");
}
dd.p-upLoad.-disabled .p-upLoad__btn input[type=file] {
  cursor: default;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-body {
    padding: 18.974vw 0 22.051vw;
  }
  .p-body::before {
    top: -0.513vw;
    left: -0.256vw;
    background-image: url("../images/deco_1_sp.png");
    width: 100vw;
    height: 61.795vw;
  }
  .p-body::after {
    bottom: -0.256vw;
    right: -0.256vw;
    background-image: url("../images/deco_2_sp.png");
    width: 100vw;
    height: 61.795vw;
  }
  .p-content {
    padding: 11.538vw 0;
    border-top: solid 3px #FFFFFF;
    border-bottom: solid 3px #FFFFFF;
    border-left: none;
    border-right: none;
  }
  .p-content__inner {
    padding: 0 4.359vw;
  }
  .p-content__ttl {
    width: 82.051vw;
  }
  .p-content__share {
    margin-top: 5.641vw;
  }
  .p-content__share p {
    font-size: 5.0666666667vw;
    line-height: 1.579;
  }
  .p-message {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11.538vw;
    margin: 11.538vw auto 0;
  }
  .p-message__target {
    width: 91.282vw;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.35);
  }
  .p-visal_bg {
    width: 91.282vw;
    height: 91.282vw;
  }
  .p-visal_emblem {
    top: 2.564vw;
    left: 2.051vw;
    width: 14.103vw;
  }
  .p-visal_logo {
    top: 2.564vw;
    right: 1.538vw;
    width: 26.667vw;
  }
  .p-message__preview {
    width: 91.282vw;
    height: 91.282vw;
  }
  .p-message__preview img {
    width: 70.769vw;
    top: 12.564vw;
  }
  .p-message__textArea {
    bottom: 4.615vw;
    left: 3.077vw;
    right: 3.077vw;
    width: calc(100% - 6.154vw);
  }
  .p-message__name {
    font-size: 5.8666666667vw;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.7);
  }
  .p-message__txt {
    margin-top: 2.308vw;
    font-size: 3.7333333333vw;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.7);
  }
  .p-input {
    padding-top: 0;
  }
  .p-input__item dt {
    font-size: 4.8vw;
  }
  .p-input__item dt span {
    margin-left: 0.5em;
    font-size: 4vw;
  }
  .p-input__item dd {
    margin-top: 3.333vw;
  }
  .p-input__item dd.p-input__item__note {
    margin-top: 2.051vw;
    font-size: 3.8666666667vw;
  }
  .p-input__item:not(:first-of-type) {
    margin-top: 7.179vw;
  }
  .p-input__item:last-of-type {
    margin-top: 8.462vw;
  }
  .p-input__item select,
  .p-input__item textarea,
  .p-input__item input[type=number],
  .p-input__item input[type=email],
  .p-input__item input[type=tel],
  .p-input__item input[type=text] {
    min-height: 15.385vw;
    padding: 0 3.59vw;
    font-size: 4.2666666667vw;
  }
  .p-input__item textarea {
    min-height: 33.333vw;
    padding: 3.59vw 3.59vw;
  }
  dd.p-upLoad {
    width: 91.282vw;
    margin-top: 3.077vw;
  }
  dd.p-upLoad .p-upLoad__btn {
    padding: 5.385vw 0;
    font-size: 4.2666666667vw;
  }
  dd.p-upLoad .p-upLoad__btn span.-upload {
    padding-left: 7.949vw;
  }
  dd.p-upLoad .p-upLoad__btn span.-upload::before {
    width: 4.615vw;
    height: 4.615vw;
  }
}
/* ================================================

- ボタン

================================================ */
.p-btnArea {
  margin-top: 70px;
}

.p-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 500px;
  min-height: 80px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 6px;
}
.p-btn span {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.p-btn span.-create {
  padding-left: 40px;
  position: relative;
}
.p-btn span.-create::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../images/common/icon_create.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.p-btn__send {
  background-color: var(--cc-red);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-btn__send.-hidden {
  display: none;
}

.p-btn__download {
  display: none;
  background-color: var(--cc-green);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-btn__download.-visible {
  display: block;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-btn__download.-completion {
  background-color: #bfbfbf;
  cursor: default;
}
.p-btn__download.-completion span {
  color: #000000;
}

.p-sns {
  display: none;
  margin-top: 62px;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
}

.p-sns.-visible {
  display: block;
}

.p-sns__txt {
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #00794f;
  text-align: center;
}

.p-sns__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 22px;
  margin-top: 40px;
}

.p-sns__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 80px;
  min-height: 80px;
  background-color: #000000;
  border-radius: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-sns__item a.-twitter svg {
  width: 37px;
  height: 39px;
}
.p-sns__item a.-instagram svg {
  width: 43px;
  height: 43px;
}

.p-btnArea__error {
  margin-bottom: 70px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-red);
  text-align: center;
}

.p-count__txt {
  display: none;
}

.p-sns__hashtags {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.5em;
  margin-top: 43px;
}

.p-sns__hashtag {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #00794f;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-btnArea {
    margin-top: 10.769vw;
  }
  .p-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 91.282vw;
    min-height: 17.949vw;
  }
  .p-btn span {
    font-size: 4.8vw;
  }
  .p-btn span.-create {
    padding-left: 10.256vw;
  }
  .p-btn span.-create::before {
    width: 6.154vw;
    height: 6.154vw;
  }
  .p-btn__download {
    display: none;
  }
  .p-sns {
    margin-top: 6.4vw;
  }
  .p-sns__txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-sns__list {
    gap: 5.6vw;
    margin-top: 7.2vw;
  }
  .p-sns__item a {
    width: 16vw;
    min-height: 16vw;
  }
  .p-sns__item a.-twitter svg {
    width: 8vw;
    height: 8.8vw;
  }
  .p-sns__item a.-instagram svg {
    width: 9.6vw;
    height: 9.6vw;
  }
  .p-btnArea__error {
    margin-bottom: 10.769vw;
    font-size: 4.2666666667vw;
    line-height: 1.2;
  }
  .p-sns__hashtags {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25em;
    margin-top: 8vw;
  }
  .p-sns__hashtag {
    font-size: 4.2666666667vw;
  }
  .p-sns__hashtag:last-child {
    width: 100%;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
/* ================================================

-

================================================ */
.p-operating {
  margin-top: 70px;
}

.p-operating__inner {
  padding: 0 90px;
}

.p-operating__block {
  padding: 40px 16px 0 16px;
  border-top: solid 1px #FFFFFF;
}

.p-operating__block:not(:first-of-type) {
  margin-top: 28px;
}

.p-operating__ttl {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.p-operating__ttl span {
  padding-left: 21px;
  position: relative;
}
.p-operating__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../images/common/icon_note.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
}

.p-operating__summary {
  margin-top: 15px;
}
.p-operating__summary p {
  font-size: 1.0625rem;
  line-height: 1.529;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-operating__summary p a {
  color: var(--cc-red);
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-operating__note {
  margin-top: 9px;
}
.p-operating__note p {
  font-size: 1.0625rem;
  line-height: 1.529;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-operating__note p:not(:first-of-type) {
  margin-top: 6px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-operating {
    margin-top: 13.59vw;
  }
  .p-operating__inner {
    padding: 0;
  }
  .p-operating__block {
    padding: 7.949vw 0 0 0;
  }
  .p-operating__block:not(:first-of-type) {
    margin-top: 5.897vw;
  }
  .p-operating__ttl {
    font-size: 4.8vw;
  }
  .p-operating__ttl span {
    padding-left: 5.385vw;
  }
  .p-operating__ttl span::before {
    width: 4.615vw;
    height: 4.615vw;
  }
  .p-operating__summary {
    margin-top: 3.59vw;
  }
  .p-operating__summary p {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
  .p-operating__note {
    margin-top: 1.282vw;
  }
  .p-operating__note p {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
  .p-operating__note p:not(:first-of-type) {
    margin-top: 1.538vw;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .p-operating__summary a:-moz-any-link:hover, .p-mv__emblem a:-moz-any-link:hover, .p-sns__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-operating__summary a:any-link:hover,
  .p-mv__emblem a:any-link:hover,
  .p-sns__item a:any-link:hover {
    opacity: 0.7;
  }
  button.p-btn:enabled:hover {
    opacity: 0.7;
  }
  :where(.p-upLoad__btn):hover {
    opacity: 0.7;
  }
}