@charset "UTF-8";
/*変数設定用*/
#wp-admin-bar-new-post {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  font-size: 1.6rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: 1080px;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.footer {
  padding: 20px 0;
  font-size: 10px;
  background-color: black;
  text-align: center;
  color: white;
}
.footer p {
  margin-top: 15px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.home {
  font-family: "Noto Serif JP", serif;
}
.home .wrapper {
  overflow-x: hidden;
}
.home .mv {
  background: url(../img/top/mv-right.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 580px;
  position: relative;
}
.home .prevell-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 19px;
}
.home .prevell-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 133px;
}
.home .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.home .anchor-link-left {
  background: #291600;
  width: 50%;
  padding: 15px;
  color: white;
}
.home .anchor-link-right {
  background: #AD9962;
  width: 50%;
  padding: 15px;
  color: white;
}
.home .concept {
  padding: 60px 0 0;
}
.home .concept h5 {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
}
.home .concept p {
  font-size: 12px;
  line-height: 2;
}
.home .bg-cream {
  background-color: #FAF9F5;
  padding-bottom: 6rem;
}
.home .slide-loop {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 937%;
}
.home .slide-loop .slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-animation: moveLeft 50s infinite linear;
          animation: moveLeft 50s infinite linear;
  margin-right: 10px;
}
@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.home .product-ttl {
  font-size: 24px;
  text-align: center;
  position: relative;
}
.home .product-ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #281600;
}
.home .product-basic {
  position: relative;
}
.home .product-basic p {
  font-size: 20px;
  background: #FAF9F5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.home .product-basic::after, .home .product-basic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  background: #999;
}
.home .product-basic:after {
  top: 54%;
}
.home .product-basic::before {
  top: 65%;
}
.home .product-tag {
  color: white;
  background-color: #AD9962;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 3px;
  display: inline-block;
}
.home .product-name {
  font-size: 16px;
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
.home .img-box {
  margin: 15px 0;
}
.home .img-box .main-img {
  width: 100%;
}
.home .img-box .main-img img {
  width: 100%;
}
.home .img-box .img-small {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.home .product-desc {
  font-size: 12px;
  line-height: 2;
  border-bottom: 1px solid #999;
  padding: 15px 0;
}
.home .product-type {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #999;
}
.home .product-type-list {
  font-size: 14px;
}
.home .product-type02 {
  padding: 15px 0;
}
.home .product-type02 p {
  font-size: 14px;
}
.home .product-type02 p .mat {
  border: 1px solid black;
  font-size: 10px;
}
.home .product-type02 p .number {
  font-size: 16px;
}
.home .product-type02-note {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.home .product-tag2 span {
  width: 154px;
  height: 25px;
  display: grid;
  place-items: center;
  font-size: 10px;
  background: #F4F0E4;
  margin-top: 15px;
  margin-right: 5px;
}
.home .product-logo {
  margin-top: 15px;
}
.home .icon-note-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  position: relative;
}
.home .icon-note-ttl::before, .home .icon-note-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #999;
}
.home .icon-note-ttl::after {
  top: 100%;
}
.home .icon-note-ttl::before {
  top: 92%;
}
.home .icon-note-ttl-left {
  font-size: 20px;
}
.home .icon-note-ttl-right {
  font-size: 12px;
}
.home .icon-note-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  grid-template-rows: auto;
}
.home .icon-note-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
.home .icon-note-list li img {
  width: 35.36px;
  height: 44px;
  display: block;
}
.home .icon-note-list li p {
  font-size: 12px;
}
.home .icon-note-list li p span {
  font-size: 10px;
}
.home .now {
  padding: 6rem 0;
}
.home .now .now-box {
  margin-top: 4rem;
}
.home .now .now-box > * + * {
  margin-top: 20px;
}
.home .now-link {
  display: block;
}
.home .now-link img {
  width: 100%;
}
.home .product-not {
  border: 1px solid #C10100;
  font-size: 14px;
  color: #C10100;
  padding: 20px 0;
  text-align: center;
}
.home .footer {
  padding: 30px 0;
}
.home .main-swiper .swiper-slide img {
  width: 100%;
}
.home .sub-swiper .swiper-slide {
  width: auto !important;
  height: auto;
  margin-right: 10px;
  margin-top: 10px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 768px) {
  .main {
    display: block;
  }
}
.main .wrapper {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .main .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main .left-mv {
    display: none;
  }
}
.main .left-mv .mv-box {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  height: 100vh;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
.main .left-mv .mv-box.active {
  opacity: 1;
}
.main .left-mv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single input,
.single textarea {
  font-size: medium;
}
.single-header {
  text-align: center;
  padding: 40px 0 20px;
}
.single-mv img {
  width: 100%;
}
.single-info {
  background: #281600;
  padding: 4rem 0;
}
.single-info-name {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  overflow-wrap: break-word;
  color: white;
}
.single-info-web {
  background-color: white;
  border-radius: 6px;
  padding: 3px;
  margin: 2rem 0;
}
.single-info-web p {
  color: #281600;
  border: 2px solid #281600;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
.single-info-times {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.single .table-area {
  margin: 4rem 0;
}
.single .table-box dl:first-child {
  border-top: 2px solid #281600;
}
.single .table-box dl:last-child {
  border-bottom: 2px solid #281600;
}
.single .table-box dl:not(:first-child) {
  border-top: 1px dotted #281600;
}
.single-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.single-table dt {
  text-align: center;
  width: 58px;
  background: #F4F0E4;
  padding: 15px 8px;
}
.single-table dd {
  padding: 15px 10px;
  width: calc(100% - 58px);
}
.single .card-area {
  background-color: #F4F0E4;
  padding: 38px 0 40px;
}
.single .card-area .single-card {
  padding: 40px 20px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.single .card-area .single-card::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  background: url(../img/single/icon-left.png) no-repeat center center;
  background-size: 100%;
  width: 81px;
  height: 82px;
}
.single .card-area .single-card::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  background: url(../img/single/icon-right.png) no-repeat center center;
  background-size: 100%;
  width: 81px;
  height: 82px;
}
.single .card-area .single-card-content h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.single .card-area .single-card-content p {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.single .card-area .single-card-content a {
  width: 275px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  gap: 14px;
  background-color: #AD9962;
  border-radius: 30px;
  margin: 0 auto;
}
.single .card-area .single-card-content a img {
  width: 19.23px;
  height: 13.89px;
}
.single .common-title {
  background: #281600;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 19px;
  position: relative;
}
.single .common-title::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #281600;
  width: 34px;
  height: 15px;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single .shop-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.single .shop-img img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.single .shop-table dt {
  font-size: 14px;
  background: #F4F0E4;
  padding: 10px 20px;
  border-radius: 6px;
}
.single .shop-table dd {
  font-size: 12px;
  padding: 20px;
  line-height: 2;
}
.single .shop-table dd a {
  position: relative;
}
.single .shop-table dd a::after {
  content: "";
  position: absolute;
  top: 52%;
  right: -15px;
  background: url(../img/single/icon-link.png) no-repeat center center;
  background-size: 100%;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single .bonus-area {
  text-align: center;
}
.single .bonus-area .common-title {
  margin-bottom: 40px;
}
.single .bonus-area .bonus-img {
  margin-bottom: 20px;
}
.single .bonus-area .bonus-content {
  border: 4px solid #C10000;
  padding: 30px 19px;
  margin-bottom: 20px;
}
.single .bonus-area .bonus-content h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  color: #C10000;
  margin-bottom: 10px;
}
.single .bonus-area .bonus-content p {
  font-size: 12px;
  line-height: 1.666;
}
.single .product-area {
  margin: 40px 0;
}
.single .product-corner {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.single .product-corner::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/single/icon-line.png) no-repeat center center;
  background-size: 100%;
}
.single .product-corner::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 6px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/single/icon-line.png) no-repeat center center;
  background-size: 100%;
}
.single .product-corner span {
  display: block;
  max-width: 210px;
  margin: auto;
}
.single .product-list {
  padding: 20px;
  background: #FAF9F5;
  margin-top: 30px;
}
.single .product-list-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.555;
  padding-left: 15px;
  border-left: 4px solid #AD9962;
  margin-bottom: 10px;
}
.single .product-list-box {
  position: relative;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .single .product-list-box {
    width: 275px;
    height: 275px;
  }
}
.single .product-list-box img {
  width: 100%;
}
.single .product-list-left {
  position: absolute;
  top: 25px;
  left: 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  height: 45px;
  border: 1px solid #DC000B;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.single .product-list-left .span-01 {
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 16px;
}
.single .product-list-left .span-02 {
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  top: 2px;
  right: 2px;
}
.single .product-list-left i {
  font-weight: 300;
  font-size: 40px;
  position: absolute;
  top: -4px;
  left: 12px;
}
.single .product-list-left .span-03 {
  font-size: 40px;
  display: inline-block;
  line-height: 0.7;
  padding: 1px 35px 1px 25px;
}
.single .product-list-left .span-04 {
  position: absolute;
  font-size: 14px;
  right: 2px;
  top: 20px;
}
.single .product-list-left.clr-black {
  background: white;
  border: 3px solid black;
}
.single .product-list-left.clr-black .span-01 {
  font-size: 16px;
}
.single .product-list-left.clr-black .span-02 {
  background: black;
  color: white;
}
.single .product-list-left.clr-black .span-03 {
  color: black;
}
.single .product-list-left.clr-blue {
  background: white;
  border: 3px solid #08046F;
}
.single .product-list-left.clr-blue .span-01 {
  font-size: 16px;
}
.single .product-list-left.clr-blue .span-02 {
  background: #08046F;
  color: white;
}
.single .product-list-left.clr-blue .span-03 {
  color: #08046F;
}
.single .product-list-left.clr-red {
  background: white;
  border: 3px solid #DC000B;
}
.single .product-list-left.clr-red .span-01 {
  font-size: 16px;
}
.single .product-list-left.clr-red .span-02 {
  background: #DC000B;
  color: white;
}
.single .product-list-left.clr-red .span-03 {
  color: #DC000B;
}
.single .product-list-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  position: absolute;
  top: 25px;
  right: 5px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.single .product-list-right-name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: white;
  font-size: 14px;
}
.single .product-list-right .dynamic-content-01 {
  font-size: 10px;
  color: white;
}
.single .product-list-right.clr-blue {
  background: #08046F;
  border: 3px solid white;
}
.single .product-list-right.clr-blue .dynamic-content-02 {
  color: #FFFF02;
  font-size: 14px;
}
.single .product-list-right02 {
  display: grid;
  place-items: center;
  position: absolute;
  top: 25px;
  right: 5px;
  font-weight: bold;
  padding: 5px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background: #08046F;
  border: 3px solid white;
  width: 82px;
  height: 82px;
  text-align: center;
}
.single .product-list-right02 p {
  color: #FFFF02;
  font-size: 26px;
  line-height: 1.2;
}
.single .product-detail {
  margin-top: 30px;
}
.single .product-size,
.single .product-material {
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px dotted black;
  padding: 10px 0;
}
.single .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dotted black;
}
.single .product-price-01 {
  font-size: 12px;
  background-color: #F4F0E4;
  padding: 10px;
}
.single .product-price-02 {
  font-size: 20px;
  font-weight: bold;
}
.single .product-price-02 span {
  font-size: 12px;
}
.single .product-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.single .product-sale-01 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #DC000B;
  color: #FFFF02;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  padding-top: 12px;
}
.single .product-sale-01 span {
  font-size: 26px;
}
.single .product-sale-02 {
  font-size: 32px;
  font-weight: bold;
  color: #DC000B;
}
.single .product-sale-02 .icon-en {
  font-size: 20px;
}
.single .product-sale-02 span {
  font-size: 12px;
}
.single .product-banner {
  margin: 30px 0;
  text-align: center;
}
.single .contact {
  background: #FAF9F5;
  padding-bottom: 4rem;
}
.single .contact.contact-thanks {
  padding-bottom: 0;
}
.single .contact .common-title {
  margin-bottom: 40px;
}
.single .contact .form-box {
  margin-bottom: 10px;
}
.single .contact .form-box .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  background: #F4F0E4;
  border-radius: 6px;
  margin-bottom: 10px;
}
.single .contact .form-box .label .form-ttl {
  font-size: 14px;
}
.single .contact .form-box .label .form-note {
  padding: 2px 10px;
  background: #DE4B4B;
  border-radius: 4px;
  display: inline-block;
  color: white;
  font-size: 10px;
}
.single .contact .form-box input,
.single .contact .form-box textarea {
  background: white;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #EEEEEE;
}
.single .contact .form-box textarea {
  min-height: 200px;
}
.single .contact .form-privacy {
  height: 250px;
  overflow-y: scroll;
  background-color: white;
  border-radius: 6px;
  padding: 10px;
  line-height: 1.667;
}
.single .contact .form-privacy h6 {
  font-size: 14px;
  font-weight: bold;
}
.single .contact .form-privacy p {
  font-size: 12px;
  margin-bottom: 20px;
}
.single .contact .checkbox {
  margin-top: 20px;
  text-align: center;
}
.single .contact .checkbox-note {
  font-size: 12px;
  color: #DE4B4B;
}
.single .contact .checkbox-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .contact .checkbox-box input {
  width: 24px;
  height: 24px;
}
.single .contact .checkbox-box p {
  font-size: 14px;
}
.single .btn-box {
  text-align: center;
  margin: 20px auto 30px;
}
.single .btn {
  width: 275px;
  height: 60px;
  border-radius: 30px;
  background: #AD9962;
  color: white;
  font-weight: bold;
  border: 1px solid #eee;
  position: relative;
}
.single .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.single .btn.back {
  background: #999999;
  margin-top: 10px;
}
.single .btn.disabled {
  pointer-events: none;
  background: #999999;
}
.single .confirm-text {
  font-size: 14px;
  padding: 10px 20px;
}
.single .error {
  font-size: 12px;
  color: #DC000B;
  margin-top: 5px;
  padding-left: 10px;
}
.single .thanks-box h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid dotted;
}
.single .thanks-box p {
  font-size: 14px;
  line-height: 1.7;
}
.single .thanks-box p strong {
  font-weight: bold;
}
.single .thanks-box .home-back {
  width: 275px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  gap: 14px;
  background-color: #AD9962;
  border-radius: 30px;
  margin: 30px auto 30px;
  position: relative;
  text-align: center;
}
.single .thanks-box .home-back::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.single .back-homepage {
  text-align: center;
  padding: 40px 0;
}
.single .back-homepage p {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 20px;
}
.single .back-homepage a {
  width: 275px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  gap: 14px;
  background-color: #291600;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
.single .back-homepage a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.thanksPage .wrapper {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.thanksPage .wrapper .back-homepage {
  padding-bottom: 80px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .thanksPage .wrapper .back-homepage {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.flyer-text {
  margin-top: 15px;
  text-align: center;
}

.modaal-container {
  max-width: 800px !important;
}
.modaal-container .modal-box > * + * {
  margin-top: 50px;
}
.modaal-container .modal-img {
  display: block;
  width: 100%;
}