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

- Base

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

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

/*--- media screen ---*/
:root {
  --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 {
  min-height: 701px;
  background-image: url(../images/mv_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

.p-mv__emblem {
  position: absolute;
  top: 33px;
  left: 45px;
  width: 96px;
}
.p-mv__emblem a {
  display: block;
}
.p-mv__emblem a img {
  width: 100%;
  height: auto;
}

.p-mv__message {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  margin: auto;
  font-size: 2.625rem;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
}
.p-mv__message strong {
  display: inline-block;
  margin-top: 20px;
  font-size: 4.3125rem;
  color: #ffe100;
}
.p-mv__message small {
  display: inline-block;
  margin-top: 20px;
  font-size: 2.875rem;
}
.p-mv__message span {
  display: block;
  margin-top: 16px;
  font-size: 2.0625rem;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-mv {
    min-height: 161.333vw;
    background-image: url(../images/mv_bg_sp.jpg);
  }
  .p-mv__emblem {
    top: 5.333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 17.333vw;
  }
  .p-mv__message {
    font-size: 6.5333333333vw;
    line-height: 1.27;
  }
  .p-mv__message strong {
    margin-top: 4vw;
    font-size: 10.2666666667vw;
    line-height: 1.425;
  }
  .p-mv__message small {
    margin-top: 4vw;
    font-size: 6.6666666667vw;
  }
  .p-mv__message span {
    margin-top: 5.333vw;
    font-size: 4.8vw;
  }
}
/* ================================================

- メッセージ

================================================ */
.p-body {
  background-color: #ffe100;
  background-image: url(../images/body_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.p-content {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 52px 0 102px;
}

.p-content__ttl {
  font-size: 2.5rem;
  line-height: 1.225;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #00794f;
  text-align: center;
}

.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: 890px;
  width: 100%;
  gap: 60px;
  margin: 57px auto 0;
}

.p-message__target {
  width: 416px;
  position: relative;
}

.p-preview_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 416px;
  height: 416px;
}

.p-preview_ttl {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 270px;
  z-index: 2;
}

.p-message__preview {
  position: relative;
  width: 416px;
  height: 416px;
  overflow: hidden;
}

.p-preview__avatar {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 24px;
  right: 35px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 1;
}
.p-preview__avatar img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.p-preview__avatar {
  opacity: 0;
}

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

.p-message__textArea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -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;
  position: absolute;
  top: 85px;
  left: 20px;
  right: 20px;
  height: 260px;
  width: calc(100% - 40px);
}

.p-message__txt {
  font-size: 1.1875rem;
  line-height: 1.622;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  word-break: break-all;
}

.p-message__name {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.525;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  word-break: break-all;
  text-align: right;
}

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

.p-input__item dt {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  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-weight: 400;
}
.p-input__item dd {
  margin-top: 6px;
}
.p-input__item dd.p-input__item__note {
  margin-top: 3px;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

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

.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 18px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #FFFFFF;
  border: solid 3px #000000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-input__item textarea {
  height: auto;
  min-height: 170px;
  padding: 14px 18px;
  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: 325px;
  position: relative;
  margin-top: 8px;
  z-index: 1;
}
dd.p-upLoad::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #CD062E;
  z-index: -1;
}
dd.p-upLoad .p-upLoad__btn {
  padding: 19px 0;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #d7083b;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
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::before {
  background-color: #BBBBBB;
}
dd.p-upLoad.-disabled .p-upLoad__btn {
  background-color: #BBBBBB;
  cursor: default;
}
dd.p-upLoad.-disabled .p-upLoad__btn input[type=file] {
  cursor: default;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-body {
    background-image: url(../images/body_bg_sp.jpg);
  }
  .p-content {
    padding: 28px 0 21.067vw;
  }
  .p-content__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .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: 7.467vw;
    margin-top: 5.867vw;
  }
  .p-message__target {
    width: 100%;
  }
  .p-preview_bg {
    width: 100vw;
    height: 100vw;
  }
  .p-preview_ttl {
    top: 4.327vw;
    width: 64.904vw;
  }
  .p-message__preview {
    width: 100vw;
    height: 100vw;
  }
  .p-preview__avatar {
    width: 24vw;
    height: 24vw;
    bottom: 5.4vw;
    right: 8.333vw;
  }
  .p-preview__avatar img {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .p-message__textArea {
    top: 22.667vw;
    left: 4.333vw;
    right: 4.333vw;
    height: 62.5vw;
    width: calc(100% - 8.667vw);
  }
  .p-message__txt {
    font-size: 4.6666666667vw;
  }
  .p-message__name {
    bottom: -8.667vw;
    font-size: 3.4666666667vw;
  }
  .p-input {
    width: 100%;
    margin-top: 0;
    padding: 0 5.333vw;
  }
  .p-input__item dt {
    font-size: 3.4666666667vw;
  }
  .p-input__item dt span {
    font-size: 3.2vw;
  }
  .p-input__item dd {
    margin-top: 1.6vw;
  }
  .p-input__item dd.p-input__item__note {
    margin-top: 5px;
    padding-left: 6.933vw;
    font-size: 3.2vw;
  }
  .p-input__item:not(:first-of-type) {
    margin-top: 5.067vw;
  }
  .p-input__item:last-of-type {
    margin-top: 4.267vw;
  }
  .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: 10.667vw;
    padding: 0 2.667vw;
    font-size: 3.4666666667vw;
  }
  .p-input__item textarea {
    min-height: 32.067vw;
    padding: 3.2vw 2.667vw;
  }
  .p-input__item select {
    min-height: 10.667vw;
  }
  .p-input__select {
    width: 44.8vw;
  }
  .p-input__select::before {
    width: 6.4vw;
    height: 10.667vw;
  }
  .p-input__select::after {
    right: 2.133vw;
    border-width: 2.133vw 1.2vw 0 1.2vw;
  }
  @-moz-document url-prefix() {
    .p-input__select select {
      padding-top: 2.667vw;
    }
  }
  dd.p-upLoad {
    width: 58.667vw;
    margin: 3.2vw auto 0;
  }
  dd.p-upLoad .p-upLoad__btn {
    padding: 5.067vw 0;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- ボタン

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

.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: 350px;
  min-height: 100px;
  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;
}
.p-btn span {
  font-size: 1.625rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}

.p-btn__send {
  background-color: #00794f;
  -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
}
.p-btn__send::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #FFFFFF;
}

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

.p-btn__download {
  display: none;
  background-color: #00794f;
  -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
}
.p-btn__download span {
  padding-left: 40px;
  color: #FFFFFF;
}
.p-btn__download span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon_download_w.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.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-btn__download.-completion span::before {
  background-image: url(../images/icon_download_2.png);
}

.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-weight: 700;
  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: 60px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #df012a;
  text-align: center;
}

@media (hover: hover) {
  button.p-btn:enabled:hover {
    opacity: 0.8;
  }
}
@media (hover: hover) {
  .p-sns__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-sns__item a:any-link:hover {
    opacity: 0.7;
  }
}
.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  margin-top: 43px;
}

.p-sns__hashtag {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #00794f;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-btnArea {
    margin-top: 20.867vw;
  }
  .p-btn {
    width: 58.667vw;
    min-height: 16vw;
  }
  .p-btn span {
    font-size: 4.2666666667vw;
  }
  .p-btn__send::after {
    right: 2.4vw;
    border-width: 1.733vw 0 1.733vw 2.933vw;
  }
  .p-btn__download span {
    padding-left: 9.6vw;
  }
  .p-btn__download span::before {
    width: 6.133vw;
    height: 6.133vw;
  }
  .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: 16.5vw;
    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-download {
  max-width: 744px;
  width: 100%;
  margin: 82px auto 0;
  padding: 28px 48px 27px;
  text-align: center;
  background-color: #ffe100;
}

.p-download__inner {
  display: inline-block;
}
.p-download__inner p {
  font-size: 1.125rem;
  line-height: 1.665;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  text-align: left;
}
.p-download__inner p a {
  color: #009261;
}
.p-download__inner p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.p-download__note {
  margin-top: 23px;
}

.p-download__note2 {
  margin-top: 36px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-download {
    margin-top: 14.133vw;
    padding: 6.667vw 5.333vw 4.8vw;
  }
  .p-download__inner p {
    font-size: 3.4666666667vw;
  }
  .p-download__note {
    margin-top: 2.667vw;
  }
  .p-download__note p {
    line-height: 1.231;
  }
  .p-download__note p:not(:first-of-type) {
    margin-top: 1.333vw;
  }
  .p-download__note2 {
    margin-top: 4.267vw;
  }
}
/* ================================================

- バナー

================================================ */
.p-banner {
  max-width: 885px;
  width: 100%;
  margin: 100px auto 0;
}
.p-banner a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-banner a img {
  height: auto;
}

@media (hover: hover) {
  .p-banner a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-banner a:any-link:hover {
    opacity: 0.7;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-banner {
    width: 89.067vw;
    margin: 20.8vw auto 0;
  }
}