#present-6-page {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
#present-6-page * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  line-height: 1.15;
  letter-spacing: 0;
}
#present-6-page img {
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: block;
}
#present-6-page a {
  display: -webkit-box;
  display: -moz-box;
  display: block;
  text-decoration: none;
}
#present-6-page .txt-red {
  color: #e23b3b;
}
#present-6-page .sp-none {
  display: -moz-box;
  display: -webkit-box;
  display: block;
}
@media (max-width: 770px) {
  #present-6-page .sp-none {
    -moz-display: none;
    -webkit-display: none;
    display: none;
  }
}
#present-6-page .sp-none-inline {
  -moz-display: inline-block;
  -webkit-display: inline-block;
  display: inline-block;
}
@media (max-width: 770px) {
  #present-6-page .sp-none-inline {
    -moz-display: none;
    -webkit-display: none;
    display: none;
  }
}
#present-6-page .pc-none {
  -moz-display: none;
  -webkit-display: none;
  display: none;
}
@media (max-width: 770px) {
  #present-6-page .pc-none {
    display: -moz-box;
    display: -webkit-box;
    display: block;
  }
}
#present-6-page .pc-none-inline {
  -moz-display: none;
  -webkit-display: none;
  display: none;
}
@media (max-width: 770px) {
  #present-6-page .pc-none-inline {
    -moz-display: inline-block;
    -webkit-display: inline-block;
    display: inline-block;
  }
}
@keyframes slideTextX100 {
  from {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
#present-6-page .present-6-page__main {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
  background: url(../images/present-6/main-bg-01_pc.jpg) top center / cover;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__main {
    padding-bottom: 3%;
  }
}
#present-6-page .present-6-page__main__head {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: block;
}
#present-6-page .present-6-page__main__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 3.5s infinite;
  z-index: 10;
}
@keyframes shine {
  0% {
    left: -300%;
  }
  100% {
    left: 600%;
  }
}
#present-6-page .present-6-page__main__ttl {
  width: 100%;
  max-width: 770px;
  margin: 60px auto 10px;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__main__ttl {
    margin: 8% auto 2%;
  }
}
#present-6-page .present-6-page__main__img {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 30px;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__main__img {
    margin: 0 auto 5%;
  }
}
#present-6-page .present-6-page__main__img.top {
  margin: 0 auto 20px;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__main__img.top {
    margin: 0 auto 3%;
  }
}
#present-6-page .present-6-page__main__img.no {
  margin: 0 auto;
}
#present-6-page .present-6-page__main__contact {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
#present-6-page .present-6-page__contact {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  background: #ffdc36;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact {
    padding-bottom: 8%;
  }
}
#present-6-page .present-6-page__contact__ttl {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 30px;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__ttl {
    margin: 0 auto 5%;
  }
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__flex {
    padding: 0 6%;
  }
}
#present-6-page .present-6-page__contact__tel {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  border: 5px solid #ff6216;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel {
    border-radius: 10px;
    border: 3px solid #ff6216;
  }
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-ttl {
    height: 14vw;
  }
}
#present-6-page .present-6-page__contact__tel-ttl-txt {
  margin: 20px 0 20px 95px;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-ttl-txt {
    margin: 4% 0 4% 12%;
  }
}
#present-6-page .present-6-page__contact__tel-ttl-txt p {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #000;
  position: relative;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-ttl-txt p {
    font-size: 3.5vw;
    line-height: 5vw;
    letter-spacing: 0;
  }
}
#present-6-page .present-6-page__contact__tel-ttl-img {
  position: absolute;
  top: -40px;
  right: 45px;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-ttl-img {
    max-width: 22vw;
    top: -6vw;
    right: 4vw;
  }
}
#present-6-page .present-6-page__contact__tel-top {
  padding-left: 30px;
  margin-bottom: 5px;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-top {
    padding-left: 5%;
  }
}
#present-6-page .present-6-page__contact__tel-top__txt {
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
}
#present-6-page .present-6-page__contact__tel-top__txt p {
  font-weight: 900;
  font-size: 64px;
  letter-spacing: 1px;
  color: #222;
  position: relative;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-top__txt p {
    font-size: 9vw;
    letter-spacing: 0;
  }
}
#present-6-page .present-6-page__contact__tel-top__txt p:before {
  width: 92px;
  height: 60px;
  margin-right: 20px;
  content: "";
  display: inline-block;
  background: url(../images/present-6/contact-img-02_pc.png) top center / cover;
}
@media screen and (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-top__txt p:before {
    width: 11vw;
    height: 7vw;
    margin-right: 5px;
  }
}
#present-6-page .present-6-page__contact__tel-top::after {
  position: absolute;
  content: "\f138";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ff6216;
  position: absolute;
  right: 15px;
  top: 57%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-top::after {
    right: 1vw;
    top: 57%;
    font-size: 5vw;
  }
}
#present-6-page .present-6-page__contact__tel-txt {
  padding-left: 16px;
  padding-bottom: 20px;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-txt {
    padding-left: 0;
    padding-bottom: 4%;
    display: flex;
    justify-content: center;
  }
}
#present-6-page .present-6-page__contact__tel-txt p {
  font-weight: 900;
  font-size: 21.6px;
  color: #222;
}
@media (max-width: 770px) {
  #present-6-page .present-6-page__contact__tel-txt p {
    text-align: center;
    font-size: 3vw;
    line-height: 3.2vw;
    letter-spacing: 0.1vw;
  }
}
#present-6-page .present-6-page__contact__text {
  text-align: center;
  padding: 0px 6%;
  line-height: 1.6em;
}
@media (max-width: 480px) {
  #present-6-page .present-6-page__contact__text {
    padding: 3%;
    line-height: 1.6em;
    border: solid 2px #fb5c1f;
    width: 88%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .74);
  }
}
#present-6-page .nbp2-yokkaichi-page__from-method {
  width: 88%;
  max-width: 670px;
  margin: 30px auto;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 480px) {
  #present-6-page .nbp2-yokkaichi-page__from-method {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#present-6-page .nbp2-yokkaichi-page__from-method-item {
  width: 100%;
  max-width: 450px;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#present-6-page .nbp2-yokkaichi-page__from-method-item .nbp2-yokkaichi-page__from-button {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  padding: 0;
}
#present-6-page .nbp2-yokkaichi-page__from-method-item .nbp2-yokkaichi-page__from-link {
  width: 100%;
  height: 80px;
  cursor: pointer;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .2));
  margin: 0 auto;
}
#present-6-page .nbp2-yokkaichi-page__from-method-item .nbp2-yokkaichi-page__from-link span {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
}
#present-6-page .nbp2-yokkaichi-page__from-method-item .nbp2-yokkaichi-page__from-link::after {
  position: absolute;
  content: '\f138';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  color: #fff;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#present-6-page .nbp2-yokkaichi-page__from-method-item:nth-of-type(1) .nbp2-yokkaichi-page__from-link {
  background: linear-gradient(90deg, #ff0101, #de0101, #b20000);
}
#present-6-page .nbp2-yokkaichi-page__from-method-item:nth-of-type(2) .nbp2-yokkaichi-page__from-link {
  background: linear-gradient(90deg, #01b901, #01a501, #008300);
}
