li {
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
/* p-fixed_btn
---------------------------*/
.page .p-fixed_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9997;
}
@media screen and (min-width: 769px) {
  .page .p-fixed_btn {
    height: 100%;
    right: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.page .p-fixed_btn__item {
  position: relative;
  width: 48px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-fixed_btn__item {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn__item {
    width: 50%;
    margin: 0;
  }
}
.page .p-fixed_btn__item:first-child .p-fixed_btn__btn {
  background-color: #7E9B90;
}
.page .p-fixed_btn__item:last-child {
  margin-bottom: 0;
}
.page .p-fixed_btn__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 190px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin: 0;
  background-image: none;
  background: #381810;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .page .p-fixed_btn__btn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-fixed_btn__btn {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn__btn {
    height: 12.9vw;
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.page .p-fixed_btn__text {
  position: absolute;
  right: calc(100% + 21px);
  background: #DA6914;
  color: #fff;
  -webkit-animation: yureru-s 2s infinite;
          animation: yureru-s 2s infinite;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-fixed_btn__text {
    right: calc(100% + 12px);
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn__text {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.3vw 1.6vw;
    font-size: 2.6vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    left: 0;
    right: auto;
    bottom: calc(100% + 3vw);
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
}
@-webkit-keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.page .p-fixed_btn__text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #DA6914;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-fixed_btn__text:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #DA6914;
    right: -9px;
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn__text:before {
    border-top: 2.6vw solid transparent;
    border-bottom: 2.6vw solid transparent;
    border-left: 2.6vw solid #DA6914;
    bottom: -3vw;
    right: 0;
    left: 0;
    top: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.page .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}
.page .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.page .modal.active {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .modal__body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .page .modal__body {
    padding: 7.8vw;
  }
}
.page .modal__title {
  font-size: 38px;
  font-weight: bold;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .modal__title {
    font-size: 32px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .page .modal__title {
    font-size: 5.2vw;
    margin: 0 auto 10.4vw;
  }
}
.page .modal__text {
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .modal__text {
    font-size: 3.9vw;
    margin: 0 auto 5.2vw;
  }
}
.page .modal__list {
  width: 362px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .modal__list {
    width: 100%;
  }
}
.page .modal__item {
  width: 44.5%;
}
@media screen and (max-width: 768px) {
  .page .modal__item {
    width: 46.9%;
  }
}
.page .modal__item:nth-child(2) {
  border: 1px solid #707070;
}
.page .modal__btn {
  display: block;
  width: 80%;
  margin: auto;
  padding: 16px;
  border: 1px solid #222222;
  text-align: center;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page .modal__btn {
    width: 100%;
    padding: 4.2vw;
    font-size: 2.6vw;
    margin: 7.8vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .m-pagetop {
    bottom: 15.6vw;
  }
}