@charset "UTF-8";
a {
  text-decoration: none;
}

h2 {
  margin: 0;
}

.none {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
}

.fz-s {
  font-size: 20px;
  font-weight: 500;
}

.fz-m {
  font-size: 28px;
  font-weight: bold;
}

.fz-l {
  font-size: 32px;
  font-weight: bold;
}

.fz-xl {
  font-size: 36px;
  font-weight: bold;
}

.mb-s {
  margin-bottom: 10px;
}

body {
  width: 100%;
  letter-spacing: 0;
  font-family: Noto Sans JP, Original Yu Gothic, Yu Gothic, YuGothic, Hiragino Sans, sans-serif;
  font-weight: 400;
}

main {
  color: #411f1f;
}

.btn-square {
  width: 90%;
  max-width: 580px;
  height: 65px;
  margin: 0 auto;
  text-align: center;
}
.btn-square a {
  width: 100%;
  max-width: 580px;
  height: 65px;
  background-color: #000;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  line-height: 65px;
  text-align: center;
}
.btn-square i {
  padding-right: 10px;
}

.btn-small {
  width: 280px;
  margin: 0 auto;
}
.btn-small a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  background: #411f1f;
  border: 1px solid #411f1f;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  transition-duration: 0.3s;
}
.btn-small a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.btn-small a:hover {
  background: #fff;
  color: #411f1f;
}
.btn-small a:hover:before {
  border-top: 2px solid #411f1f;
  border-right: 2px solid #411f1f;
}

.btn-shop {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  background-color: #d60000;
  border-radius: 5px;
  border: 3px solid #990101;
}
.btn-shop a {
  display: inline-block;
  width: 100%;
  height: 65px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 65px;
}
.btn-shop a i {
  margin-right: 20px;
}

.btn-shop:hover {
  opacity: 0.7;
}

.cv {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.cv-title {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background-color: #411f1f;
}
.cv-wrap {
  justify-content: space-around;
  width: 100%;
  padding: 10px;
}
.cv-tel {
  width: 70%;
}
.cv-tel .tel-number {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}
.cv-tel .our {
  line-height: 1.2;
  font-weight: 600;
}
.cv-tel .our span {
  font-size: 0.8em;
}
.cv-mail:hover {
  opacity: 0.7;
}

/* 動き */
.inview.fadeup {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateY(50px);
}

.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}

.inview.fadeleft {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(-50px);
}

.inview.fadeleft {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(-50px);
}

.inview.fadeleft.active {
  opacity: 1;
  transform: translateX(0px);
}

.inview.faderight {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(10px);
}

.inview.faderight.active {
  opacity: 1;
  transform: translateX(0px);
}

.delay01 {
  transition-delay: 0.3s;
}

.delay02 {
  transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .fz-s {
    font-size: 16px;
    font-weight: 500;
  }
  .fz-m {
    font-size: 20px;
    font-weight: bold;
  }
  .fz-l {
    font-size: 24px;
    font-weight: bold;
  }
  .fz-xl {
    font-size: 28px;
    font-weight: bold;
  }
  .mb-s {
    margin-bottom: 5px;
  }
  .cv {
    width: 90%;
  }
  .cv .title {
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background-color: #411f1f;
  }
  .cv .wrap {
    justify-content: space-around;
    width: 100%;
    padding: 10px 5px 0;
  }
  .cv-tel {
    width: 80%;
  }
  .cv-tel .tel-number {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .cv-tel .our {
    font-size: 15px;
    font-weight: 500;
  }
}
.hero {
  position: relative;
}
.hero img {
  width: 100%;
}
.hero .fv-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.about {
  width: 100%;
  padding: 80px 0;
  margin-top: -5px;
  background: url(../img/about-bg.jpg) no-repeat center/cover;
}
.about .wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
}
.about .wrap img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .about {
    padding: 60px 0 50px;
  }
  .about .wrap {
    margin: 0 auto 10px;
  }
  .about .wrap img {
    padding-bottom: 40px;
  }
}
.point {
  width: 100%;
}
.point .number {
  width: 15%;
  color: #5f1800;
  font-size: 120px;
  font-weight: 900;
  z-index: 10;
}
.point .number p {
  line-height: 0.8;
}
.point .text {
  position: absolute;
  white-space: nowrap;
}
.point .text span {
  font-size: 1.1em;
  color: palevioletred;
}
.point .wrap {
  width: 95%;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 100px;
}
.point .blk-r {
  position: relative;
  width: 100%;
  height: 230px;
  background: url(../img/paper-dark.jpg) no-repeat top/cover;
  z-index: 1;
}
.point .blk-r:before {
  content: "";
  position: absolute;
  background: url(../img/paper-dark.jpg) no-repeat center/cover;
  top: 130px;
  left: 0;
  right: 0;
  height: 230px;
  transform: skewY(4deg);
  z-index: -2;
}
.point .blk-r .text-area {
  position: relative;
  width: 100%;
  color: #fff;
}
.point .blk-r .text-area .text {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
  z-index: 2;
}
.point .blk-r .text-area img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 70%;
}
.point .blk-l {
  position: relative;
  width: 100%;
  height: 230px;
  background: url(../img/paper-dark.jpg) no-repeat top/cover;
  z-index: 1;
}
.point .blk-l:before {
  content: "";
  position: absolute;
  background: url(../img/paper-dark.jpg) no-repeat center/cover;
  top: 130px;
  left: 0;
  right: 0;
  height: 230px;
  transform: skewY(-5deg);
  z-index: -2;
}
.point .blk-l .text-area {
  position: relative;
  width: 100%;
  color: #fff;
}
.point .blk-l .text-area .text {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
  z-index: 2;
}
.point .blk-l .text-area img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 70%;
}
.point .img-prallax {
  width: 100%;
  height: 460px;
}
.point-01 {
  width: 100%;
}
.point-01 .deco01 {
  position: absolute;
  top: 70px;
  right: 0px;
  width: 300px;
  z-index: 8;
  opacity: 0.1;
}
.point-01 .img-prallax {
  background: url(../img/point01.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.point-02 {
  width: 100%;
}
.point-02 .deco01 {
  position: absolute;
  top: 120px;
  right: 200px;
  width: 240px;
  z-index: 8;
  opacity: 0.1;
}
.point-02 .deco02 {
  position: absolute;
  top: 180px;
  right: 200px;
  width: 500px;
  z-index: 8;
  opacity: 0.1;
}
.point-02 .img-prallax {
  background: url(../img/point02.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.point-03 {
  width: 100%;
}
.point-03 .deco02 {
  position: absolute;
  top: 190px;
  right: 80px;
  width: 500px;
  z-index: 8;
  opacity: 0.05;
}
.point-03 .img-prallax {
  background: url(../img/point03.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.point-04 {
  width: 100%;
}
.point-04 .deco01 {
  position: absolute;
  top: 170px;
  right: 20px;
  width: 380px;
  z-index: 8;
  opacity: 0.03;
}
.point-04 .deco02 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 380px;
  z-index: 8;
  opacity: 0.04;
}
.point-04 .img-prallax {
  background: url(../img/point04.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 769px) {
  .point .number {
    width: 15%;
    margin: 0 auto 15px;
    font-size: 48px;
    color: #fff;
  }
  .point .text {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    white-space: normal;
    font-weight: 400;
  }
  .point .text .fz-l {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: 500;
  }
  .point .text .fz-m {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
  }
  .point .wrap {
    padding-top: 20px;
  }
  .point .blk-r {
    height: 200px;
  }
  .point .blk-r:before {
    display: none;
  }
  .point .blk-r .wrap {
    flex-direction: column;
  }
  .point .blk-r .text-area img {
    display: none;
  }
  .point .blk-l {
    height: 200px;
  }
  .point .blk-l:before {
    display: none;
  }
  .point .blk-l .wrap {
    flex-direction: column-reverse;
  }
  .point .blk-l .text-area img {
    display: none;
  }
  .point .img-prallax {
    width: 100%;
    height: 250px;
  }
  .point-01 .deco01 {
    top: 0;
    right: 0px;
    left: 0;
    margin: 0 auto;
    width: 40%;
    opacity: 0.05;
  }
  .point-01 .img-prallax {
    background-attachment: scroll;
  }
  .point .point-02 .deco01 {
    top: 20px;
    right: 0px;
    width: 50%;
    opacity: 0.05;
  }
  .point .point-02 .deco02 {
    display: none;
  }
  .point .point-02 .img-prallax {
    background-attachment: scroll;
  }
  .point .point-03 .deco01 {
    top: 0px;
    right: 0px;
    width: 20%;
    opacity: 0.5;
  }
  .point .point-03 .deco02 {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 300px;
    z-index: 8;
    opacity: 0.1;
  }
  .point .point-03 .img-prallax {
    background-attachment: scroll;
  }
  .point .point-04 .deco01 {
    display: none;
  }
  .point .point-04 .deco02 {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
  }
  .point .point-04 .img-prallax {
    background-attachment: scroll;
  }
}
.origin {
  width: 100%;
}
.origin-top {
  height: 100px;
  background: url(../img/paper-dark.jpg);
}
.origin .wrap {
  width: 100%;
  padding-top: 50px;
  color: #fff;
  background: url(../img/katuura.jpg) no-repeat center/cover;
}
.origin-title {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}
.origin-title img {
  width: 100%;
}
.origin h2 {
  text-align: center;
}
.origin-conte {
  width: 95%;
  max-width: 1200px;
  margin: 30px auto 0;
}
.origin-conte-l {
  width: 50%;
  line-height: 2.2;
}

@media screen and (max-width: 769px) {
  .origin-top {
    height: 50px;
  }
  .origin .wrap {
    padding-top: 50px;
  }
  .origin-title {
    width: 95%;
  }
  .origin-conte {
    flex-direction: column;
    align-items: center;
    margin: 40px auto 0;
  }
  .origin-conte-l {
    width: 85%;
    line-height: 2.2;
    font-size: 15px;
  }
  .origin-conte-r {
    background-color: red;
  }
  .orgin-conte-r {
    text-align: center;
  }
  .orgin-conte-r img {
    width: 70%;
  }
}
.taste {
  position: relative;
  background-color: #141312;
  color: #fff;
}
.taste-deco01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  z-index: 0;
  opacity: 0.5;
}
.taste-deco02 {
  position: absolute;
  top: 400px;
  right: 0;
  width: 600px;
  z-index: 0;
  opacity: 0.1;
}
.taste .wrap {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.taste-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.taste-img02 {
  width: 100%;
  text-align: center;
}
.taste-img02 img {
  max-width: 100%;
}
.taste-text {
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 769px) {
  .taste {
    padding-top: 30px;
  }
  .taste-deco01 {
    width: 100%;
  }
  .taste .wrap {
    width: 100%;
  }
  .taste-img01 {
    top: -30px;
    width: 125px;
  }
  .taste-img02 {
    width: 100%;
  }
  .taste-text {
    width: 90%;
    margin-top: 40px;
    font-size: 15px;
    padding: 0 10px;
  }
}
.quality {
  padding: 80px 0 100px;
  background-color: #141312;
  z-index: 10;
}
.quality-title {
  padding-top: 80px;
}
.quality-title .title {
  position: relative;
  color: #fff;
  font-size: 32px;
  margin-bottom: 80px;
  z-index: 2;
}
.quality-title .title img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80%;
  max-width: 700px;
  opacity: 0.5;
  z-index: -1;
}
.quality .wrap {
  width: 90%;
  max-width: 1200px;
  height: 800px;
  margin: 0 auto 50px;
  text-align: center;
  background: url(../img/quality-bg.png) no-repeat center/cover;
  border: 1px solid #6f683e;
  border-radius: 15px;
}
.quality .wrap .text {
  width: 85%;
  max-width: 1000px;
  margin: 20px auto 0;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  -moz-text-align-last: left;
       text-align-last: left;
  text-shadow: 1px 1px 10px #000;
}
.quality .cv {
  margin-top: 100px;
  margin-bottom: 90px;
}

@media screen and (max-width: 769px) {
  .quality {
    padding: 50px 0;
    margin-top: -5px;
  }
  .quality-title {
    padding-top: 40px;
  }
  .quality-title .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .quality-title .title img {
    left: 0;
    width: 90%;
  }
  .quality .wrap {
    width: 95%;
    text-align: center;
  }
  .quality .wrap .text {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto 0;
    font-size: 15px;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.05em;
    -moz-text-align-last: left;
         text-align-last: left;
    text-shadow: 1px 1px 10px #000;
  }
  .quality .cv {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
.shop {
  padding: 80px 0;
  text-align: center;
  background: url(../img/paper-dark-shop.jpg) no-repeat;
  background-size: cover;
}
.shop-contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.shop-contents .title {
  padding: 20px 0;
  background-color: #141312;
  border-top: 3px solid #ca973b;
  border-bottom: 3px solid #ca973b;
}
.shop-contents .title img {
  max-width: 80%;
}
.shop-images {
  width: 100%;
  padding: 80px 30px;
  background-color: #141312;
}
.shop-images img {
  max-width: 90%;
  margin-bottom: 50px;
}
.shop .price {
  color: #fff;
  font-size: 28px;
}
.shop .price p {
  margin-bottom: 15px;
}
.shop .price .c-red {
  color: #e70b0b;
  font-weight: 600;
}
.shop .price .c-red span {
  color: #fff;
  font-weight: 300;
}
.shop .btn-shop {
  margin-top: 70px;
  margin-bottom: 30px;
}
.shop .wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 50px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
}
.shop .wrap .fz-m {
  margin-bottom: 30px;
}
.shop .fz-s {
  margin-bottom: 30px;
}
.shop .postage {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 50px 20px;
  background-color: #fff;
  border: 1px solid #411f1f;
  border-radius: 25px;
}
.shop .postage h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.shop .postage .fz-s {
  max-width: 600px;
  margin: 20px auto 30px;
}
.shop .postage-img {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  max-width: 500px;
}
.shop .postage-img img {
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .shop {
    padding: 0;
  }
  .shop-contents {
    width: 100%;
  }
  .shop-contents .title {
    padding: 10px 0;
  }
  .shop-contents .title img {
    max-width: 95%;
  }
  .shop-images {
    padding: 30px 0;
  }
  .shop-images img {
    max-width: 95%;
    margin-bottom: 30px;
  }
  .shop .price {
    font-size: 20px;
  }
  .shop .price p {
    margin-bottom: 8px;
  }
  .shop .price .c-red {
    font-size: 18px;
  }
  .shop .price .c-red span {
    font-size: 14px;
  }
  .shop .wrap {
    width: 100%;
    margin-top: 0;
    padding: 40px 10px;
    border-radius: 0;
  }
  .shop .ps {
    font-size: 14px;
  }
  .shop .postage {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0;
    padding: 40px 10px;
    background-color: #fff;
  }
  .shop .postage h3 {
    font-size: 20px;
  }
  .shop .postage-img {
    top: -40px;
  }
}
.contact {
  padding: 80px 0;
  color: #fff;
  background-color: #db5439;
}
.contact-top {
  width: 100%;
  height: 60px;
  margin-bottom: 80px;
  background: url(../img/wasi-yellow.jpg) no-repeat;
  background-size: cover;
}
.contact-text {
  text-align: center;
}
.contact-text h2 {
  margin-bottom: 30px;
}
.contact-text p {
  margin-bottom: 10px;
}
.contact-tel {
  width: 90%;
  max-width: 500px;
  padding: 40px 0 30px;
  margin: 50px auto 60px;
  border-radius: 15px;
  color: #411f1f;
  background-color: #fff;
}
.contact-tel h3 {
  margin-bottom: 15px;
}
.contact-tel .tel {
  padding: 3px 20px 5px;
  margin-top: 10px;
  color: #fff;
  display: inline-block;
  background-color: #6f5f3e;
  border-radius: 25px;
}
.contact-form {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  background-color: #fff;
  border-radius: 15px;
}
.contact i {
  margin-right: 10px;
}

#formWrap {
  width: 600px;
  margin: 0 auto;
  color: #411f1f;
  line-height: 120%;
  font-size: 90%;
}
#formWrap h3 {
  text-align: center;
}

.formTable {
  width: 100%;
  margin: 40px auto 30px;
}
.formTable td,
.formTable th {
  padding: 10px 0;
}
.formTable th {
  width: 30%;
  font-weight: normal;
  background: #fff;
  text-align: left;
}
.formTable input[type=text],
.formTable textarea {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #f9f0ee;
}
.formTable textarea {
  height: 100px;
}

input[type=radio] {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-right: 6px;
  transform: scale(1.3);
}

textarea {
  resize: none;
}

.contact-btn {
  text-align: center;
}
.contact-btn .btn-submit {
  padding: 8px 30px;
  margin-right: 10px;
  color: #fff;
  background-color: #db5439;
  border-radius: 8px;
}
.contact-btn .btn-reset {
  padding: 8px 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
.contact-btn .btn-submit:hover {
  opacity: 0.8;
}
.contact-btn .btn-reset:hover {
  opacity: 0.5;
}

@media screen and (max-width: 780px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .contact-top {
    height: 20px;
  }
  .contact-text h2 {
    margin-bottom: 20px;
  }
  .contact-text p {
    margin-bottom: 10px;
  }
  .contact-tel {
    padding: 30px 0 20px;
    margin: 30px auto 40px;
  }
  .contact-tel h3 {
    margin-bottom: 10px;
  }
  .contact-form {
    width: 100%;
    padding: 50px 0;
    border-radius: 0;
  }
  .contact i {
    margin-right: 10px;
  }
  #formWrap {
    width: 90%;
    margin: 0 auto;
  }
  table.formTable {
    margin: 0px auto 30px;
    border-spacing: 10px;
  }
  table.formTable th,
table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text],
form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit],
form input[type=reset],
form input[type=button] {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  .contact-btn {
    width: 95%;
    margin: 0 auto;
  }
}
.result {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/about-bg.jpg) no-repeat center/cover;
}
.result .postage {
  background-color: #fff;
  width: 680px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #411f1f;
}
.result .postage h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.result .postage .fz-s {
  margin-bottom: 20px;
  font-weight: 500;
}
.result-text {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 40px;
  border-radius: 10px;
  background-color: #fff;
  border: 15px solid #411f1f;
}
.result-text h2 {
  text-align: center;
  margin-bottom: 40px;
}
.result-text p {
  line-height: 2;
}

.cta {
  position: relative;
  background: url(../img/cta-img.jpg);
  width: 100%;
  height: 760px;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-img {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  opacity: 0.9;
}
.cta-info {
  position: absolute;
  top: 250px;
  right: 0;
  left: 0;
  width: 720px;
  margin: auto;
  text-align: center;
}
.cta-info h2 {
  padding-bottom: 50px;
  line-height: 1.2;
}
.cta-info h2 span {
  font-size: 18px;
}
.cta-info-l .fz-xl {
  margin: 9px 0;
}
.cta-info-r .fz-s {
  margin-bottom: 15px;
}
.cta-info-r .btn-small {
  margin-bottom: 15px;
}

.box-wrap {
  display: flex;
  justify-content: space-between;
}
.box-wrap .box {
  width: 350px;
  height: 200px;
  padding: 30px 10px;
  background-color: #fff;
  border: 1px solid #411f1f;
  border-radius: 5px;
}

@media screen and (max-width: 769px) {
  .cta {
    height: 650px;
  }
  .cta-info {
    top: 50px;
    right: 0;
    left: 0;
    width: 90%;
  }
  .cta-info h2 {
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 30px;
    color: #fff;
  }
  .cta-info-l .fz-xl {
    margin: 9px 0;
  }
  .cta-info-r .fz-s {
    margin-bottom: 15px;
  }
  .cta-info-r .btn-round {
    margin-bottom: 15px;
  }
  .box-wrap {
    flex-direction: column;
    align-items: center;
  }
  .box-wrap .box {
    width: 100%;
    height: 200px;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #411f1f;
    border-radius: 15px;
  }
}
footer {
  color: #fff;
  text-align: center;
}
footer .footer {
  padding: 50px 0 30px;
  background: url(../img/footer-bg.jpg);
  background-position: center;
  background-size: cover;
}
footer .footer .fz-s {
  margin: 20px 0;
}
footer .copy-right {
  width: 100%;
  height: 60px;
  background-color: #000;
}
footer .copy-right p {
  font-size: 12px;
  line-height: 60px;
}
/*# sourceMappingURL=style.css.map */