.u-hover-alpha {
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-alpha:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom .u-hover-zoom-item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.u-hover-zoom:hover .u-hover-zoom-item {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.u-hover-list-arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-list-arrow:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-alpha {
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-alpha:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom .u-hover-zoom-item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.u-hover-zoom:hover .u-hover-zoom-item {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.u-hover-list-arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-list-arrow:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body.is-modal-open {
  overflow: hidden;
}

.l-wrapper {
  background: url(../img/bg.jpg) top center repeat-y;
  font-family: "Noto Serif JP", serif;
}

.l-header__container {
  position: relative;
}

.l-header__container::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top_deco.png) top center repeat-x;
  background-size: contain;
  width: 100%;
  height: 40px;
  content: "";
}

.l-main {
  padding-top: 45px;
}

.l-in {
  margin: 0 auto 40px;
  padding-top: 32px;
}

.l-in__head {
  margin-bottom: 60px;
}

.l-in__ttl {
  margin: 0 auto 36px;
  width: 66%;
  max-width: 588px;
}

.l-in__lead {
  margin: 0 auto 73px;
  width: 90%;
  max-width: 900px;
  font-size: 23px;
  line-height: 1.7;
  text-align: center;
}

.l-in__main {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 900px;
}

.l-footer {
  position: relative;
  z-index: 1;
}

.l-footer::before {
  content: "";
  background: url(../img/bg_bottom.png);
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0;
  width: 92%;
}

.l-footer__banner {
  width: 26%;
  max-width: 400px;
}

.l-footer__banner a {
  display: block;
  z-index: 1;
  /*border-radius: 14px;*/
  overflow: hidden;
}

.l-footer__sns {
  margin-bottom: 30px;
}

.l-footer__link {
  margin-bottom: 11px;
}

.l-footer__legal {
  font-size: 11px;
  text-align: right;
}

.l-footer__legal-text {
  margin-bottom: 16px;
}

.l-footer_sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-footer_sns__list-item + .l-footer_sns__list-item {
  margin-left: 10px;
}

.l-footer_sns__link {
  display: block;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  width: 30px;
  height: 30px;
}

.l-footer_sns__link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.l-footer_link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-footer_link__list-item + .l-footer_link__list-item {
  border-left: 1px solid #000000;
}

.l-footer_link__text {
  display: block;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 0px 10px;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}

.l-footer_link__text:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.u-hover-alpha {
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-alpha:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom .u-hover-zoom-item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.u-hover-zoom:hover .u-hover-zoom-item {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.u-hover-list-arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-list-arrow:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.c-btn__link {
  display: block;
  -webkit-transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  border: 2px solid #5C382A;
  border-radius: 40px;
  background: #5C382A;
  padding: 26px 0;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
}

.c-btn__link:hover {
  background: #fdfae7;
  color: #5C382A;
}

.c-submit input[type="submit"] {
  display: block;
  -webkit-transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  margin: 0 auto;
  border: 2px solid #5C382A;
  border-radius: 40px;
  background: #5C382A;
  background: #5C382A;
  padding: 22px 0;
  width: calc(100% - 4px);
  color: #ffffff;
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-submit input[type="submit"]:hover {
  background: #fdfae7;
  color: #5C382A;
}

.p-kv {
  margin-bottom: 67px;
  padding-top: 30px;
}

.p-kv__container {
  margin: 0 auto;
  width: 80%;
  max-width: 750px;
}

.p-kv__ttl {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  margin-bottom: 50px;
}

.is-load .p-kv__ttl {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.p-kv__board {
  -webkit-transform-origin: center -20px 0;
  transform-origin: center -20px 0;
  margin: 0 auto;
  width: 53%;
  max-width: 392px;
}

.is-load .p-kv__board {
  -webkit-animation: move-board 3s linear;
  animation: move-board 3s linear;
}

.p-kv__menu {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 700px;
  margin: 80px auto 0;
}

.is-load .p-kv__menu {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

@-webkit-keyframes move-board {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  80% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes move-board {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  80% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.p-contents {
  position: relative;
  background: url(../img/bg_con.jpg) top center;
  padding: 90px 0;
}

.p-contents::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fda4a7;
  width: 100%;
  height: 20px;
  content: "";
}

.p-contents::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fda4a7;
  width: 100%;
  height: 20px;
  content: "";
}

.p-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto 80px;
  width: 78%;
  max-width: 1200px;
}

.p-contents__card {
  width: 48%;
  max-width: 590px;
  margin: 0 1%;
}

.p-contents__card-link {
  display: block;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-contents__card-link:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.p-contents__box {
  margin: 0 auto;
  width: 78%;
}

.p-contents__box + .p-contents__box {
  margin-top: 74px;
  border-top: 1px solid #5C382A;
  padding-top: 45px;
}

.p-contents__ttl {
  margin: 0 auto 34px;
  width: 80%;
  max-width: 670px;
}

.p-timeline {
  margin: 0 auto;
  border-radius: 12px;
  background: #ffffff;
  width: 90%;
  max-width: 530px;
}

.p-timeline__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 30px 6px;
}

.p-timeline__title {
  font-size: 19px;
}

.p-timeline__btn {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  width: 130px;
}

.p-timeline__btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.p-timeline__frame {
  padding: 12px;
}

.p-stamp__btn {
  margin: 0 auto;
  width: 300px;
}

.p-stamp__btn.-mb {
  margin-bottom: 59px;
}

.p-stamp__box {
  position: relative;
  margin-bottom: 60px;
  border-radius: 14px;
  background: #5C382A;
  padding: 47px 20px 53px;
}

.p-stamp__box::before {
  position: absolute;
  top: -2px;
  left: -3px;
  border-radius: 14px;
  background: #fdfae7;
  width: 100%;
  height: 100%;
  content: "";
}

.p-stamp__box-inner {
  position: relative;
}

.p-stamp__box-inner .p-in-ttl {
  margin-top: 13px;
  margin-bottom: 4px;
  font-size: 20px;
  text-align: center;
}

.p-stamp__box-inner .p-in-logo {
  margin: 0 auto 38px;
  width: 80%;
  max-width: 540px;
}

.p-stamp__box-inner .p-in-logo img {
  margin: 0 auto;
}

.p-stamp__box-inner .p-in-text {
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
}

.p-stamp__gift {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 700px;
}

.p-stamp__point {
  margin: 0 auto;
  width: 93%;
}

.p-stamp__tweet {
  margin: 0 auto;
  width: 80%;
}

.p-stamp__tweet-btn {
  -webkit-transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  border-radius: 14px;
  background: #BD4546;
  padding: 19px 10px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.p-stamp__tweet-btn + .p-stamp__tweet-btn {
  margin-top: 10px;
}

.p-stamp__tweet-btn.-disabled {
  background-color: #BBBBBB;
  pointer-events: none;
}

.p-stamp__tweet-btn:hover {
  opacity: 0.8;
}

.p-stamp__input {
  margin: 0 auto;
  width: 80%;
}

.p-stamp__input input,
.p-stamp__input button,
.p-stamp__input textarea,
.p-stamp__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}

.p-stamp__input-text input {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #5C382A;
  border-radius: 14px;
  background: #ffffff;
  padding: 10px 10px;
  width: calc(100% - 22px);
  height: 40px;
  font-size: 20px;
  text-align: center;
}

.p-stamp__input-btn {
  margin: 0 auto;
  width: 265px;
}

.p-stamp__get {
  margin: 0 auto;
  width: 94%;
}

.p-stamp_gift {
  margin-bottom: 50px;
  border-radius: 14px;
  background: #5C382A;
  padding: 43px 30px;
  color: #ffffff;
}

.p-stamp_gift__ttl {
  margin: 0 auto 27px;
  width: 21%;
  max-width: 131px;
}

.p-stamp_gift__table {
  margin: 0 auto;
  border: 1px solid #ffffff;
  width: 94%;
}

.p-stamp_gift__table tr {
  border: 1px solid #ffffff;
}

.p-stamp_gift__table th {
  padding: 15px;
  width: 33%;
  font-weight: 400;
  font-size: 18px;
}

.p-stamp_gift__table td {
  border-left: 1px solid #ffffff;
  padding: 15px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.3;
}

.p-stamp_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-stamp_point__item {
  position: relative;
  padding-top: 10%;
  width: 10%;
}

.p-stamp_point__item-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

.p-stamp_point__item-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/stamp_base.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.p-stamp_point__item-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-10deg) translate(-5px, -5px);
  transform: rotate(-10deg) translate(-5px, -5px);
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  background: url(../img/stamp.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.p-stamp_point.is-active .p-stamp_point__item.-get .p-stamp_point__item-inner::after {
  -webkit-transform: rotate(0) translate(0px, 0px);
  transform: rotate(0) translate(0px, 0px);
  opacity: 1;
}

.p-stamp_point__item.-get:nth-child(1) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-stamp_point__item.-get:nth-child(2) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}

.p-stamp_point__item.-get:nth-child(3) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.p-stamp_point__item.-get:nth-child(4) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.p-stamp_point__item.-get:nth-child(5) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.p-stamp_point__item.-get:nth-child(6) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-stamp_point__item.-get:nth-child(7) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.p-stamp_point__item.-get:nth-child(8) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.p-stamp_point__item.-get:nth-child(9) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.p-stamp_point__item.-get:nth-child(10) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.p-stamp_point__item.-get:nth-child(11) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-stamp_point__item.-get:nth-child(12) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
}

.p-stamp_point__item.-get:nth-child(13) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.p-stamp_point__item.-get:nth-child(14) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}

.p-stamp_point__item.-get:nth-child(15) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.p-stamp_point__item.-get:nth-child(16) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.p-stamp_point__item.-get:nth-child(17) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.p-stamp_point__item.-get:nth-child(18) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.p-stamp_point__item.-get:nth-child(19) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.p-stamp_point__item.-get:nth-child(20) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.38s;
  transition-delay: 0.38s;
}

.p-stamp_point__item.-get:nth-child(21) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.p-stamp_point__item.-get:nth-child(22) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.p-stamp_point__item.-get:nth-child(23) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}

.p-stamp_point__item.-get:nth-child(24) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}

.p-stamp_point__item.-get:nth-child(25) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.p-stamp_point__item.-get:nth-child(26) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.p-stamp_point__item.-get:nth-child(27) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}

.p-stamp_point__item.-get:nth-child(28) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}

.p-stamp_point__item.-get:nth-child(29) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}

.p-stamp_point__item.-get:nth-child(30) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}

.p-stamp_point__item.-get:nth-child(31) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.p-stamp_point__item.-get:nth-child(32) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}

.p-stamp_point__item.-get:nth-child(33) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}

.p-stamp_point__item.-get:nth-child(34) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}

.p-stamp_point__item.-get:nth-child(35) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}

.p-stamp_point__item.-get:nth-child(36) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.p-stamp_point__item.-get:nth-child(37) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}

.p-stamp_point__item.-get:nth-child(38) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s;
}

.p-stamp_point__item.-get:nth-child(39) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.p-stamp_point__item.-get:nth-child(40) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.78s;
  transition-delay: 0.78s;
}

.p-stamp_point__item.-get:nth-child(41) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.p-stamp_point__item.-get:nth-child(42) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.82s;
  transition-delay: 0.82s;
}

.p-stamp_point__item.-get:nth-child(43) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}

.p-stamp_point__item.-get:nth-child(44) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.86s;
  transition-delay: 0.86s;
}

.p-stamp_point__item.-get:nth-child(45) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}

.p-stamp_point__item.-get:nth-child(46) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.p-stamp_point__item.-get:nth-child(47) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}

.p-stamp_point__item.-get:nth-child(48) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.94s;
  transition-delay: 0.94s;
}

.p-stamp_point__item.-get:nth-child(49) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}

.p-stamp_point__item.-get:nth-child(50) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}

.p-stamp_point__item.-get:nth-child(51) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.p-stamp_point__item.-get:nth-child(52) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.02s;
  transition-delay: 1.02s;
}

.p-stamp_point__item.-get:nth-child(53) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}

.p-stamp_point__item.-get:nth-child(54) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}

.p-stamp_point__item.-get:nth-child(55) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}

.p-stamp_point__item.-get:nth-child(56) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.p-stamp_point__item.-get:nth-child(57) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}

.p-stamp_point__item.-get:nth-child(58) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}

.p-stamp_point__item.-get:nth-child(59) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}

.p-stamp_point__item.-get:nth-child(60) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.18s;
  transition-delay: 1.18s;
}

.p-stamp_point__item.-get:nth-child(61) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.p-stamp_point__item.-get:nth-child(62) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.22s;
  transition-delay: 1.22s;
}

.p-stamp_point__item.-get:nth-child(63) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.24s;
  transition-delay: 1.24s;
}

.p-stamp_point__item.-get:nth-child(64) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.26s;
  transition-delay: 1.26s;
}

.p-stamp_point__item.-get:nth-child(65) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}

.p-stamp_point__item.-get:nth-child(66) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.p-stamp_point__item.-get:nth-child(67) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s;
}

.p-stamp_point__item.-get:nth-child(68) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.34s;
  transition-delay: 1.34s;
}

.p-stamp_point__item.-get:nth-child(69) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}

.p-stamp_point__item.-get:nth-child(70) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.38s;
  transition-delay: 1.38s;
}

.p-stamp_point__item.-get:nth-child(71) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.p-stamp_point__item.-get:nth-child(72) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.42s;
  transition-delay: 1.42s;
}

.p-stamp_point__item.-get:nth-child(73) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}

.p-stamp_point__item.-get:nth-child(74) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.46s;
  transition-delay: 1.46s;
}

.p-stamp_point__item.-get:nth-child(75) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.48s;
  transition-delay: 1.48s;
}

.p-stamp_point__item.-get:nth-child(76) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.p-stamp_point__item.-get:nth-child(77) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}

.p-stamp_point__item.-get:nth-child(78) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.54s;
  transition-delay: 1.54s;
}

.p-stamp_point__item.-get:nth-child(79) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
}

.p-stamp_point__item.-get:nth-child(80) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.58s;
  transition-delay: 1.58s;
}

.p-stamp_point__item.-get:nth-child(81) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.p-stamp_point__item.-get:nth-child(82) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.62s;
  transition-delay: 1.62s;
}

.p-stamp_point__item.-get:nth-child(83) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.64s;
  transition-delay: 1.64s;
}

.p-stamp_point__item.-get:nth-child(84) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.66s;
  transition-delay: 1.66s;
}

.p-stamp_point__item.-get:nth-child(85) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s;
}

.p-stamp_point__item.-get:nth-child(86) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.p-stamp_point__item.-get:nth-child(87) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.72s;
  transition-delay: 1.72s;
}

.p-stamp_point__item.-get:nth-child(88) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.74s;
  transition-delay: 1.74s;
}

.p-stamp_point__item.-get:nth-child(89) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.76s;
  transition-delay: 1.76s;
}

.p-stamp_point__item.-get:nth-child(90) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.78s;
  transition-delay: 1.78s;
}

.p-stamp_point__item.-get:nth-child(91) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.p-stamp_point__item.-get:nth-child(92) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.82s;
  transition-delay: 1.82s;
}

.p-stamp_point__item.-get:nth-child(93) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.84s;
  transition-delay: 1.84s;
}

.p-stamp_point__item.-get:nth-child(94) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.86s;
  transition-delay: 1.86s;
}

.p-stamp_point__item.-get:nth-child(95) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.88s;
  transition-delay: 1.88s;
}

.p-stamp_point__item.-get:nth-child(96) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.p-stamp_point__item.-get:nth-child(97) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.92s;
  transition-delay: 1.92s;
}

.p-stamp_point__item.-get:nth-child(98) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.94s;
  transition-delay: 1.94s;
}

.p-stamp_point__item.-get:nth-child(99) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.96s;
  transition-delay: 1.96s;
}

.p-stamp_point__item.-get:nth-child(100) .p-stamp_point__item-inner::after {
  -webkit-transition-delay: 1.98s;
  transition-delay: 1.98s;
}

.p-stamp_point__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  margin-right: 12px;
}

.p-stamp_point__total-ttl {
  margin-right: 16px;
}

.p-stamp_point__total-text {
  border-radius: 14px;
  background: #5C382A;
  padding: 10px 52px;
  color: #ffffff;
  font-size: 40px;
}

.p-stamp_point__total-num {
  vertical-align: baseline;
}

.p-stamp_get__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #5C382A;
  border-radius: 14px;
  overflow: hidden;
}

.p-stamp_get__list-item + .p-stamp_get__list-item {
  margin-top: 10px;
}

.p-stamp_get__point {
  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;
  background: #5C382A;
  width: 18%;
  color: #ffffff;
}

.p-stamp_get__point span {
  font-size: 40px;
}

.p-stamp_get__box {
  padding: 24px 28px 28px;
  width: 82%;
}

.p-stamp_get__text {
  margin-bottom: 25px;
  color: #5C382A;
  font-size: 18px;
  line-height: 1.2;
}

.p-stamp_get__btn {
  margin: 0 auto;
  width: 200px;
}

.p-stamp_get__btn.-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.p-stamp_get__btn .c-btn__link {
  padding: 12px 0;
  font-size: 24px;
}

.p-form {
  margin: 0 auto;
  padding: 29px 0;
  width: 78%;
}

.p-form input,
.p-form button,
.p-form textarea,
.p-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}

.p-form__inner + .p-form__inner {
  margin-top: 20px;
}

.p-form input[type="text"] {
  display: block;
  border: 1px solid #5C382A;
  border-radius: 14px;
  background: #ffffff;
  padding: 10px 10px;
  width: 100%;
  height: 40px;
  font-size: 20px;
}

.p-form textarea {
  display: block;
  border: 1px solid #5C382A;
  border-radius: 14px;
  background: #ffffff;
  padding: 10px 10px;
  width: 100%;
  height: 40px;
  font-size: 20px;
  height: 146px;
  resize: none;
}

.p-form__btn {
  margin: 60px auto 0;
  width: 260px;
}

.p-answer {
  margin-top: 100px;
}

.p-answer__board {
  margin: 0 auto 47px;
  width: 52%;
  max-width: 392px;
}

.p-answer__list {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}

@media screen and (min-width: 768px) {
  .p-answer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-answer__list .p-answer__list-item {
    width: 32.5%;
    margin-left: 1%;
    margin-top: 1%;
  }
  .p-answer__list .p-answer__list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-answer__list .p-answer__list-item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-answer__list {
    margin-bottom: 40px;
  }
}

.p-answer__list-item {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  border-radius: 14px;
  background: #fdfae7;
  padding: 20px 30px 26px;
  font-size: 14px;
}

.p-answer__list-item::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #9aba44;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .p-answer__list-item {
    margin-top: 10px;
  }
  .p-answer__list-item:first-child {
    margin-top: 0;
  }
  .p-answer__list-item::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 13px;
  }
}

.p-answer__list-item.is-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.p-answer__name {
  position: relative;
  margin-bottom: 8px;
  padding-left: 40px;
  color: #9aba44;
  font-size: 18px;
  line-height: 1.5em;
}

.p-answer__name::before {
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/icon_onayami.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-answer__name::before {
    top: 2px;
  }
}

.p-answer__q {
  margin-bottom: 20px;
  line-height: 1.6;
}

.p-answer__a {
  line-height: 1.6;
  border-top: #9aba44 solid 1px;
  padding-top: 15px;
}

.p-answer__a .p-in-ttl {
  margin-bottom: 8px;
  color: #9aba44;
  font-size: 18px;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
}

body.is-modal-open .m-modal {
  opacity: 1;
}

.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.m-modal__inner {
  position: relative;
  margin: 100px auto 0;
  width: 70%;
  max-width: 640px;
}

.m-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 50%;
  background: #ffffff;
  width: 60px;
  height: 60px;
}

.m-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #5C382A;
  width: 35px;
  height: 2px;
  content: "";
}

.m-modal__close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #5C382A;
  width: 35px;
  height: 2px;
  content: "";
}

.p-modal_tweet {
  border-radius: 14px;
  background: #fdfae7;
  padding: 50px 34px;
  font-family: "Noto Serif JP", serif;
}

.p-modal_tweet input,
.p-modal_tweet button,
.p-modal_tweet textarea,
.p-modal_tweet select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}

.p-modal_tweet__container {
  margin: 0 auto;
  width: 95%;
}

.p-modal_tweet__text textarea {
  margin: 0 auto 10px;
  background: #ffffff;
  padding: 11px 20px;
  width: calc(100% - 40px);
  height: 200px;
  resize: none;
  color: #5C382A;
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  text-align-last: left;
}

.p-modal_tweet__addImage {
  background: #C5937C;
}

.p-modal_tweet__addImage .filelabel {
  display: block;
  -webkit-transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  padding: 15px 0;
  color: #5C382A;
  font-size: 20px;
  text-align: center;
}

.p-modal_tweet__addImage .filelabel:hover {
  opacity: 0.8;
}

.p-modal_tweet__addImage .fileinput {
  display: none;
}

.p-modal_tweet__btn {
  margin: 40px auto 0;
  width: 260px;
}

.p-modal_tweet__btn .c-btn__link {
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    background-size: 120%;
  }
  .l-header__container::before {
    width: 100%;
    height: 20px;
  }
  .l-main {
    padding-top: 64px;
  }
  .l-in__head {
    margin-bottom: 35px;
  }
  .l-in__ttl {
    margin-bottom: 19px;
    width: 78%;
  }
  .l-in__lead {
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 1.6;
  }
  .l-in__main {
    margin-bottom: 70px;
    margin-bottom: 0px;
    width: 100%;
  }
  .l-footer__container {
    display: block;
    padding: 60px 0 50px;
  }
  .l-footer__banner {
    margin: 0 auto 39px;
    width: 58%;
  }
  .l-footer__banner a {
    /*border-radius: 8px;*/
  }
  .l-footer__sns {
    margin-bottom: 17px;
  }
  .l-footer__legal {
    font-size: 10px;
    text-align: center;
  }
  .l-footer__legal-text {
    line-height: 1.3;
  }
  .l-footer_sns__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer_sns__link {
    width: 25px;
    height: 25px;
  }
  .l-footer_link__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer_link__text {
    font-size: 10px;
  }
  .c-btn__link {
    padding: 12px 0;
    font-size: 13px;
  }
  .c-submit input[type="submit"] {
    margin-top: 22px;
    padding: 10px 0;
    font-size: 13px;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .p-kv {
    margin-bottom: 37px;
    padding-top: 0px;
  }
  .p-kv__container {
    width: 87%;
  }
  .p-kv__ttl {
    margin-bottom: 23px;
  }
  .p-kv__board {
    width: 61%;
  }
  .p-kv__menu {
    width: 100%;
    margin: 40px auto 0;
  }
  .p-contents {
    padding: 50px 0;
    background-size: 30px;
  }
  .p-contents::before {
    top: 0;
    height: 10px;
  }
  .p-contents::after {
    bottom: 0;
    height: 10px;
  }
  .p-contents__inner {
    display: block;
    margin-bottom: 36px;
  }
  .p-contents__card {
    width: 100%;
  }
  .p-contents__card + .p-contents__card {
    margin-top: 10px;
  }
  .p-contents__box {
    width: 90%;
  }
  .p-contents__box + .p-contents__box {
    margin-top: 25px;
    padding-top: 21px;
  }
  .p-contents__ttl {
    margin-bottom: 16px;
    width: 100%;
  }
  .p-timeline__header {
    padding: 16px 17px 17px;
  }
  .p-timeline__btn {
    width: 86px;
  }
  .p-timeline__frame {
    padding: 5px 15px;
  }
  .p-stamp__btn {
    width: 150px;
  }
  .p-stamp__box {
    margin: 0 auto 28px;
    border-radius: 8px;
    padding: 22px 8px 21px;
    width: 90%;
  }
  .p-stamp__box::before {
    top: -1px;
    left: -1.5px;
    border-radius: 8px;
  }
  .p-stamp__box-inner .p-in-ttl {
    margin-top: 0;
    font-size: 13px;
  }
  .p-stamp__box-inner .p-in-logo {
    margin-bottom: 16px;
    width: 90%;
  }
  .p-stamp__box-inner .p-in-logo.-keihin {
    width: 35px;
  }
  .p-stamp__box-inner .p-in-text {
    font-size: 13px;
  }
  .p-stamp__point {
    width: 96%;
  }
  .p-stamp__tweet {
    width: 100%;
  }
  .p-stamp__tweet-btn {
    border-radius: 8px;
    padding: 11px 6px;
    font-size: 13px;
  }
  .p-stamp__tweet-btn + .p-stamp__tweet-btn {
    margin-top: 5px;
  }
  .p-stamp__input {
    width: 100%;
  }
  .p-stamp__input-text input {
    margin-bottom: 8px;
    border-radius: 8px;
    padding: 3px 6px;
    width: calc(100% - 14px);
    height: 20px;
    font-size: 16px;
  }
  .p-stamp__input-btn {
    width: 130px;
  }
  .p-stamp__get {
    width: 98%;
  }
  .p-stamp_gift {
    margin-bottom: 25px;
    margin-bottom: 0;
    border-radius: 8px;
    padding: 25px 20px;
  }
  .p-stamp_gift__ttl {
    margin-bottom: 14px;
  }
  .p-stamp_gift__table {
    width: 100%;
  }
  .p-stamp_gift__table th {
    padding: 8px;
    font-size: 12px;
  }
  .p-stamp_gift__table td {
    padding: 8px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .p-stamp_point__item {
    padding-top: 20%;
    width: 20%;
  }
  .p-stamp_point__total {
    margin-right: 0;
  }
  .p-stamp_point__total-ttl {
    margin-right: 6px;
    width: 40px;
  }
  .p-stamp_point__total-text {
    border-radius: 9px;
    padding: 5px 26px;
    font-size: 21px;
  }
  .p-stamp_get__list-item {
    border: 1px solid #5C382A;
    border-radius: 8px;
  }
  .p-stamp_get__list-item + .p-stamp_get__list-item {
    margin-top: 5px;
  }
  .p-stamp_get__point {
    width: 24%;
  }
  .p-stamp_get__point span {
    font-size: 20px;
  }
  .p-stamp_get__box {
    padding: 13px 14px 13px;
    width: 76%;
  }
  .p-stamp_get__text {
    margin-bottom: 13px;
    font-size: 12px;
  }
  .p-stamp_get__btn {
    width: 98px;
  }
  .p-stamp_get__btn .c-btn__link {
    padding: 5px 0;
    font-size: 12px;
  }
  .p-form {
    padding: 0;
    width: 90%;
  }
  .p-form__inner + .p-form__inner {
    margin-top: 18px;
  }
  .p-form__text {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .p-form input[type="text"] {
    margin-bottom: 8px;
    border-radius: 8px;
    padding: 3px 6px;
    width: calc(100% - 14px);
    height: 20px;
    font-size: 16px;
  }
  .p-form textarea {
    margin-bottom: 8px;
    border-radius: 8px;
    padding: 3px 6px;
    width: calc(100% - 14px);
    height: 20px;
    font-size: 16px;
    height: 80px;
  }
  .p-form__btn {
    margin-top: 24px;
    width: 130px;
  }
  .p-answer {
    margin-top: 42px;
  }
  .p-answer__board {
    margin-bottom: 23px;
  }
  .p-answer__list-item {
    padding: 22px 15px 24px;
  }
  .p-answer__name {
    margin-bottom: 5px;
    padding-left: 26px;
    font-size: 14px;
    line-height: 22px;
  }
  .p-answer__name::before {
    width: 22px;
    height: 20px;
  }
  .p-answer__q {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.5;
  }
  .p-answer__a {
    line-height: 1.5;
  }
  .p-answer__a .p-in-ttl {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .p-answer__a .p-in-answer {
    font-size: 12px;
  }
  .m-modal__inner {
    width: 90%;
  }
  .m-modal__close {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
  }
  .m-modal__close::after, .m-modal__close::before {
    width: 17px;
    height: 1px;
  }
  .p-modal_tweet {
    border-radius: 8px;
    padding: 18px 8px;
  }
  .p-modal_tweet__text textarea {
    padding: 6px 10px;
    width: calc(100% - 20px);
    height: 160px;
    font-size: 16px;
  }
  .p-modal_tweet__addImage .filelabel {
    padding: 6px;
    font-size: 14px;
  }
  .p-modal_tweet__btn {
    margin-top: 14px;
    width: 130px;
  }
  .p-modal_tweet__btn .c-btn__link {
    padding: 7px;
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  .p-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-form__text {
    padding-top: 17px;
    width: 254px;
    font-size: 24px;
  }
  .p-answer {
    margin-bottom: 92px;
  }
}

.p-contents__cap {
  width: 350px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .p-contents__cap {
    width: 55%;
    margin: 0 auto 15px;
  }
}

.p-archive_btn {
  background: #5C382A;
  color: #fff;
  position: relative;
  text-align: center;
  width: 320px;
  margin: 30px auto 0;
  font-size: 25px;
  border-radius: 50px;
  padding: 22px 0;
  border: 2px solid #5C382A;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-archive_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-archive_btn:hover {
  background: #fff;
  color: #5C382A;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.voice {
  width: 80%;
  margin: 0 auto;
}

.voice .brightcove {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.voice .brightcove iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .voice {
    width: 100%;
  }
}

.img_dl {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .img_dl {
    width: 100%;
  }
}

.img_dl_item {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .img_dl_item img {
    -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .img_dl_item img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.img_dl .dl_btn {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  background: #5C382A;
  color: #fff;
  border-radius: 10px;
  padding: 18px 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  border: #5C382A 2px solid;
}

.img_dl .dl_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .img_dl .dl_btn:hover {
    background: #fff;
    color: #5C382A;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

@media screen and (max-width: 767px) {
  .img_dl .dl_btn {
    padding: 15px 0;
    font-size: 13px;
    margin-top: 5px;
  }
}

.point_txt {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .point_txt {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.more {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .more {
    margin-top: 15px;
    font-size: 13px;
    line-height: 0.8em;
  }
}

.btn_sodan,
.btn_back {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  background: #5C382A;
  color: #fff;
  border-radius: 10px;
  padding: 25px 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  border: #5C382A 2px solid;
  width: 320px;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 100px;
}

.btn_sodan a,
.btn_back a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .btn_sodan:hover,
  .btn_back:hover {
    background: #fff;
    color: #5C382A;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

@media screen and (max-width: 767px) {
  .btn_sodan,
  .btn_back {
    font-size: 15px;
    width: 220px;
    padding: 20px 0;
  }
}

.btn_back {
  margin-top: 50px;
}


/******************************************************************************/
.complete h3 {
  text-align: center;
}

.complete h3 .ttl {
  font-size: 34px;
  line-height: 1em;
  margin-top: 50px;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #5C382A;
  color: #fff;
  display: inline-block;
  padding: 10px 24px 13px;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .complete h3 .ttl {
    font-size: 24px;
    margin-top: 0px;
    line-height: 1.2em;
    padding: 10px 35px 13px;
  }
}

.complete .voice {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .complete .voice {
    margin: 40px auto 0;
  }
}

.complete .lead {
  position: relative;
  border-radius: 14px;
  background: #5C382A;
  padding: 47px 20px 53px;
  text-align: center;
  margin-top: 60px;
  line-height: 1.6em;
}

.complete .lead::before {
  position: absolute;
  top: -2px;
  left: -3px;
  border-radius: 14px;
  background: #fdfae7;
  width: 100%;
  height: 100%;
  content: "";
}

.complete .lead .catch {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.complete .lead .txt {
  position: relative;
}

.complete .lead .txt p {
  margin-top: 10px;
}

.complete .lead .txt p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .complete .lead {
    width: 92%;
    margin: 50px auto 0;
    font-size: 13px;
    padding: 6% 5%;
  }
  .complete .lead .catch {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .complete .lead .txt {
    text-align: left;
  }
  .complete .lead .txt p {
    margin-top: 8px;
  }
}

.complete .form {
  background: #5C382A;
  border-radius: 14px;
  padding: 47px 50px 53px;
  color: #fff;
  margin-top: 60px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .complete .form {
    width: 92%;
    margin: 50px auto 0;
    font-size: 13px;
    padding: 7% 5%;
  }
}

.complete .form .att {
  font-size: 12px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: #966d5e solid 1px;
}

@media screen and (max-width: 767px) {
  .complete .form .att {
    font-size: 10px;
  }
}

.complete .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #966d5e solid 1px;
}

.complete .form_item dt {
  width: 20%;
  padding: 10px 0;
}

.complete .form_item dd {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .complete .form_item {
    display: block;
  }
  .complete .form_item dt {
    width: 100%;
    padding: 0 0 15px;
  }
  .complete .form_item dd {
    width: 100%;
  }
}

.complete .form input,
.complete .form select {
  background: #fff;
  border: transparent;
  padding: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .complete .form input,
  .complete .form select {
    font-size: 13px;
  }
}

.complete .form .c-formInputNameContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .complete .form .c-formInputNameContainer {
    display: block;
  }
}

.complete .form .c-formInputName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .complete .form .c-formInputName {
    margin-left: 20px;
  }
  .complete .form .c-formInputName:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .complete .form .c-formInputName {
    margin-top: 10px;
  }
  .complete .form .c-formInputName:first-child {
    margin-top: 0;
  }
}

.complete .form .c-formInputName__label {
  padding: 10px 10px 10px 0;
}

.complete .form .elem_address,
.complete .form .elem_email {
  width: calc(100% - 20px);
}

.complete .form .elem_text{
  width: calc(50% - 20px);
}


@media screen and (max-width: 767px) {
  .complete .form .elem_zipcode_1 {
    width: 28%;
  }
  .complete .form .elem_zipcode_2 {
    width: 42%;
  }
  .complete .form .elem_text{
    width: calc(100% - 20px);
  }
}

.complete .form .btn_submit {
  width: 200px;
  margin: 0 auto;
}

.complete .form .btn_submit input {
  padding: 12px 0;
  width: 100%;
  border-radius: 100px;
  font-size: 18px;
  border: #fff solid 1px;
  color: #5C382A;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.complete .form .btn_submit input:hover {
  background: #966d5e;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@media screen and (max-width: 767px) {
  .complete .form .btn_submit {
    width: 60%;
  }
  .complete .form .btn_submit input {
    font-size: 13px;
  }
}


@media screen and (min-width: 768px) {
  .l-wrapper.thanks {
    background-size: cover;
    min-height: 90vh;
  }
}

.thanks {
  text-align: center;
}

.thanks > p {
  margin-top: 18vh;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .thanks > p {
    font-size: 20px;
    margin-top: 15vh;
  }
}

.thanks .btn_back {
  margin: 100px auto 24vh;
  width: 200px;
  position: relative;
  color: #fdfae7;
  padding: 15px 0;
  background: #5C382A;
  border: #5C382A solid 1px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@media screen and (max-width: 767px) {
  .thanks .btn_back {
    margin: 50px auto 12vh;
  }
}

.thanks .btn_back a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thanks .btn_back:hover {
  color: #5C382A;
  background: #fdfae7;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*******************************************************/
.complete_info {
  position: relative;
  border-radius: 14px;
  background: #5C382A;
  padding: 47px 50px 53px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
  line-height: 1.6em;
}

.complete_info::before {
  position: absolute;
  top: -2px;
  left: -3px;
  border-radius: 14px;
  background: #fdfae7;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  .complete_info {
    width: 92%;
    margin: 50px auto 30px;
    font-size: 13px;
    padding: 6.6% 5%;
  }
}

.complete_info-in {
  position: relative;
}

.complete_info .ttl {
  font-size: 25px;
  font-weight: 600;
  color: #f0555a;
}

@media screen and (max-width: 767px) {
  .complete_info .ttl {
    font-size: 18px;
  }
}

.complete_info .lead {
  line-height: 1.5em;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .complete_info .lead {
    margin-top: 5%;
    text-align: left;
  }
}

.complete_info .period {
  background: #5C382A;
  color: #fff;
  width: 400px;
  margin: 30px auto 0;
  border-radius: 15px;
  padding: 20px 0;
  line-height: 1em;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .complete_info .period {
    width: 100%;
    font-size: 15px;
    border-radius: 10px;
    margin: 5.5% auto 0;
  }
}

.complete_info .info {
  padding: 25px 25px 27px;
  border-radius: 15px;
  margin-top: 30px;
  background: #fff;
}

.complete_info .info dt {
  color: #f0555a;
  font-size: 20px;
}

.complete_info .info dd {
  text-align: left;
  margin-top: 15px;
}

.complete_info .info dd li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .complete_info .info {
    border-radius: 10px;
    margin-top: 5.5%;
    padding: 5% 4%;
  }
  .complete_info .info dt {
    font-size: 16px;
  }
  .complete_info .info dd {
    margin-top: 3%;
  }
}

.complete_info .note {
  text-align: left;
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 20px;
}

.complete_info .note li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .complete_info .note {
    font-size: 11px;
    margin-top: 5%;
  }
}

.complete_info .att {
  font-size: 13px;
  margin-top: 20px;
}

.complete_info .att a {
  color: #f0555a;
}

@media screen and (max-width: 767px) {
  .complete_info .att {
    font-size: 11px;
    margin-top: 4%;
  }
}


.p-in-text.mainte p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #f0555a;
}

@media screen and (max-width: 767px) {
  .p-in-text.mainte p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.complete_info-in2 {
  position: relative;
  font-size: 24px;
  padding: 20px 0 ;
}
@media screen and (max-width: 767px) {
  .complete_info-in2 {
    font-size: 16px;
  }
}

.txt_end{
    text-align: center;
    font-size: 22px;
    margin-top: 19vh;
    margin-bottom: 28vh;
}
@media screen and (max-width: 767px) {
  .txt_end{
    font-size: 16px;
    margin-top: 14vh;
    margin-bottom: 10vh;
  }
}