@charset "UTF-8";
/***************************

_mixin.scss

***************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_common.scss

***************************/
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  line-height: 2;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #333;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

@-webkit-keyframes hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
a:hover {
  opacity: 0.6;
  -webkit-animation: hover 1s forwards;
          animation: hover 1s forwards;
}

img {
  max-width: 100%;
  height: auto;
}

.subTitle {
  padding-top: 70px;
  text-align: center;
  background: url(../img/title-deco.png) no-repeat center top;
}

.subfont {
  font-family: "Noto Serif JP", serif;
}

.subFont-en {
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1100px) {
  .pcImg {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .n-midImg {
    display: none;
  }
}

.spImg {
  display: none;
}
@media screen and (max-width: 1100px) {
  .spImg {
    display: block;
  }
}

@media screen and (max-width: 1350px) {
  .pcBig-txt {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .pc-txt {
    display: none;
  }
}

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

@media screen and (max-width: 600px) {
  .n-mid-txt {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .n-sp-txt {
    display: none;
  }
}

.wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media screen and (max-width: 450px) {
  .wrapper {
    padding: 0 10px;
  }
}

.wrapperBig {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .wrapperBig {
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .media-padding {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}
@media screen and (max-width: 600px) {
  .media-padding {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
}

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

.mid-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .mid-br {
    display: block;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp-br {
    display: block;
  }
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_header.scss

***************************/
.onlineShop {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 100;
  height: auto;
  max-width: 150px;
}
.onlineShop__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .onlineShop__img {
    display: none;
  }
}

.header-menu__list {
  padding-right: 150px;
}
.header-menu__item a {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.header-menu__item a span {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #ccc;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

#headerSec {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 50;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.97);
  opacity: 0;
}

#headerSec.show {
  opacity: 1;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }
}
.header__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  padding-top: 15px;
  padding-left: 30px;
}
.header__link {
  display: inline-block;
}
.header__logo__sp {
  padding: 20px;
  display: none;
}
@media screen and (max-width: 1100px) {
  .header__logo__sp {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .header__logo__sp {
    padding: 20px 5px;
  }
  .header__logo__sp img {
    width: 50%;
  }
}

.side-menu {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 100px 35px 0;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .side-menu {
    position: fixed;
    left: unset;
    right: 0;
    overflow-y: scroll;
  }
}
.side-menu__copy {
  margin: 20px auto 50px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .side-menu__copy {
    display: none;
  }
}
.side-menu__copy__sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .side-menu__copy__sp {
    display: block;
    font-size: 18px;
    margin-top: 0;
    font-weight: normal;
  }
}
.side-menu__list {
  margin-bottom: 55px;
}
.side-menu__item {
  margin-bottom: 30px;
}
.side-menu__item a {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.side-menu__item a span {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #ccc;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.side-menu__linkBox {
  text-align: center;
}
.side-menu__linkBox__p {
  font-size: 11px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.side-menu__linkBox__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.side-menu__linkBox__item__a {
  font-size: 20px;
  padding: 20px 15px 0;
}

@media screen and (max-width: 1100px) {
  #gnavi {
    display: none;
  }
}

#gnavi.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  font-size: 27px;
  font-weight: bold;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media screen and (max-width: 450px) {
  #gnavi.open {
    font-size: 20px;
  }
}

#gnavi a:hover {
  opacity: 0.5;
}

.gnavi__item {
  margin-bottom: 14px;
  color: #333;
  border-bottom: 2px dotted #333;
}
.gnavi__item a {
  color: #333;
}

.sp-onlineBtn {
  display: none;
}
@media screen and (max-width: 1100px) {
  .sp-onlineBtn {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 80px;
    background: url(../img/sp-online.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    position: fixed;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 25;
    text-align: center;
  }
  .sp-onlineBtn a {
    display: block;
  }
  .sp-onlineBtn a img {
    width: 30px;
    height: auto;
    padding-top: 25px;
  }
}

#menu-btn {
  display: none;
}
@media screen and (max-width: 1100px) {
  #menu-btn {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 0;
    background: #fff;
    width: 80px;
    height: 80px;
    position: fixed;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 25;
  }
}

@media screen and (max-width: 1100px) {
  #menu-btn span {
    display: block;
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  #menu-btn span:nth-child(1) {
    top: 25px;
    right: 17px;
  }

  #menu-btn span:nth-child(2) {
    top: 40px;
    right: 17px;
  }

  #menu-btn span:nth-child(3) {
    top: 55px;
    right: 17px;
  }

  #menu-btn.open span {
    background-color: #333;
  }

  #menu-btn.open span:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
            transform: translateY(14px) rotate(-45deg);
  }

  #menu-btn.open span:nth-child(2) {
    display: none;
  }

  #menu-btn.open span:nth-child(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
            transform: translateY(-16px) rotate(45deg);
  }

  #mask {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  #mask.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    cursor: pointer;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -46px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  content: url(../img/slide-dot.png);
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_lp.scss

***************************/
.fab {
  font-size: 27px;
}

.mv {
  background: url(../img/hero.jpg) no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.mv__copy {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 2px;
}
.mv__wrap {
  padding: 100px 0 150px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .mv__wrap {
    padding: 60px 0 150px;
  }
}
@media screen and (max-width: 600px) {
  .mv__wrap {
    padding-top: 40px;
  }
}
.mv__wrap__slide-box {
  width: 600px;
  text-align: center;
  margin-right: 10vw;
  margin-left: auto;
}
.mv__list {
  width: 600px;
}
.mv__item {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .mv__wrap__slide-box {
    margin-right: 19vw;
    width: 45%;
  }

  .mv__list {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .mv__wrap__slide-box {
    margin-right: auto;
    width: 500px;
    text-align: center;
  }

  .mv__list {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mv__wrap__slide-box {
    width: 90%;
  }
}
.topMsg {
  background: url(../img/greeting-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin: 150px auto 108px;
  padding: 110px 100px 300px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .topMsg {
    padding: 260px 10px 300px;
  }
}
@media screen and (max-width: 600px) {
  .topMsg {
    padding: 320px 10px 115px;
  }
}
.topMsg__copy {
  position: absolute;
  right: 200px;
  top: -40px;
}
@media screen and (max-width: 1100px) {
  .topMsg__copy {
    right: 50px;
    width: 25vw;
  }
}
@media screen and (max-width: 600px) {
  .topMsg__copy {
    width: 40%;
  }
}
.topMsg__subCopy {
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.topMsg__txt + p {
  margin-top: 1em;
}
.topMsg__greeteingBox {
  width: 500px;
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .topMsg__greeteingBox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.topMsg__greeteingBox__a {
  display: block;
  font-weight: bold;
  padding: 10px;
  width: 240px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .topMsg__greeteingBox__a {
    margin-top: 30px;
    width: 100%;
  }
}

.fa-arrow-down {
  padding-left: 40px;
  font-size: 13px;
}

.products {
  padding-top: 108px;
}
@media screen and (max-width: 600px) {
  .products {
    padding: 0 10px;
  }
}
.products__copy {
  font-size: 18px;
  font-weight: bold;
  margin: 50px auto 60px;
  text-align: center;
}
@media screen and (max-width: 1510px) {
  .products__list {
    width: 730px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .products__list {
    max-width: 360px;
  }
}
@media screen and (max-width: 450px) {
  .products__list {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.products__item {
  width: calc((100% - 200px) / 3);
  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;
  text-align: center;
}
.products__item:first-of-type {
  margin-top: 0;
}
.products__item__p {
  text-align: left;
}
@media screen and (max-width: 1510px) {
  .products__item {
    width: 360px;
  }
  .products__item:last-of-type {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .products__item {
    width: 100%;
    margin-top: 100px;
    margin-top: 70px;
  }
  .products__item:first-of-type {
    margin-top: 40px;
  }
}
.products__item__img {
  padding-bottom: 30px;
}
.products__item__a {
  display: block;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-top: 34px;
  border: 1px solid #D8D8D8;
}
.products__item__a__img {
  position: absolute;
  left: 30px;
  top: 33px;
}
.products__item__a .fa-arrow-right {
  position: absolute;
  right: 30px;
  top: 33px;
  font-size: 15px;
}
.products__otherLink {
  display: block;
  width: 100%;
  padding: 32px 20px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  background-image: url(../img/cart.png), url(../img/btn-logo.png);
  background-position: 32px center, center center;
  background-size: auto, auto 100%;
  background-repeat: no-repeat;
  margin-top: 90px;
  position: relative;
  background-color: #1c1c26;
}
@media screen and (max-width: 1100px) {
  .products__otherLink {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .products__otherLink {
    background-image: url(../img/btn-logo.png);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-size: 18px;
    padding: 32px 5px;
  }
}
.products__otherLink img {
  width: 66px;
}
.products__otherLink p {
  width: calc(100% - 100px);
}

.fa-arrow-right_other {
  font-size: 20px;
  position: absolute;
  top: 50px;
  right: 40px;
}
@media screen and (max-width: 1100px) {
  .fa-arrow-right_other {
    top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .fa-arrow-right_other {
    top: 61px;
  }
}

.about {
  background: url(../img/about-bg.jpg) no-repeat center bottom;
  background-size: cover;
  margin: 174px auto 100px;
  position: relative;
  padding: 160px 0 184px 0;
}
@media screen and (max-width: 600px) {
  .about {
    margin-top: 100px;
    padding-top: 80px;
  }
}
.about__sec {
  margin-bottom: 108px;
}
.about__content {
  margin: 80px auto 0;
}
@media screen and (max-width: 1510px) {
  .about__content {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1350px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about__content {
    padding: 0;
  }
}
.about__imgBox {
  max-width: 480px;
}
@media screen and (max-width: 1510px) {
  .about__imgBox {
    max-width: 45%;
  }
}
@media screen and (max-width: 1350px) {
  .about__imgBox {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about__txtBox {
  max-width: 592px;
}
@media screen and (max-width: 1510px) {
  .about__txtBox {
    max-width: 50%;
  }
}
@media screen and (max-width: 1350px) {
  .about__txtBox {
    max-width: 592px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    text-align: center;
  }
}
.about__txtBox__title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.about__txtBox__p + p {
  margin-top: 1em;
}
.about__txtBox__greeting {
  color: #212121;
  font-size: 16px;
  padding: 30px 5px;
  position: absolute;
  right: 50px;
  top: 350px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .about__txtBox__greeting {
    top: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .about__txtBox__greeting {
    display: none;
  }
}
.about__txtBox__greeting::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 56px;
  background-color: #AAA;
  letter-spacing: 3px;
}
.about__list {
  width: 90%;
}
@media screen and (max-width: 1510px) {
  .about__list {
    width: 80%;
  }
}
@media screen and (max-width: 1350px) {
  .about__list {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .about__list {
    width: 90%;
  }
}
.about__item {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0;
  background-color: #fff;
}
@media screen and (max-width: 1350px) {
  .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__item__deco {
  width: 15%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 1350px) {
  .about__item__deco {
    width: auto;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about__item__deco img {
  width: 100%;
  height: auto;
}
.about__item__title {
  color: #212121;
  font-size: 22px;
  margin-right: 3%;
  width: 20%;
  line-height: 1.5;
  padding-bottom: 30px;
}
@media screen and (max-width: 1350px) {
  .about__item__title {
    width: 100%;
  }
}
.about__item__p {
  width: 60%;
  margin-right: 3%;
}
@media screen and (max-width: 1350px) {
  .about__item__p {
    width: 100%;
  }
}
.about__item:nth-of-type(1) {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.about__item:nth-of-type(2) {
  border-bottom: 1px solid #DDDDDD;
}

.fb-box {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 340px;
  padding-top: 300px;
  margin-right: auto;
  margin-left: auto;
}

.fb-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.info {
  padding-top: 108px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 600px) {
  .info {
    padding-top: 0;
  }
}

.footer__inner {
  background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
  padding: 147px 30px 20px;
}
@media screen and (max-width: 1100px) {
  .footer__inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 450px) {
  .footer__inner {
    padding: 147px 5px 20px;
  }
}
.footer__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__content__wrapper {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .footer__content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__content__img {
  padding-right: 60px;
}
@media screen and (max-width: 1100px) {
  .footer__content__img {
    padding-top: 50px;
    padding-right: 0;
  }
}
.footer__content__title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer__copy {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #777777;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .footer__copy {
    text-align: center;
    margin-top: 50px;
  }
}
.footer__copy small {
  font-size: 100%;
}
.footer__linkBox {
  margin-right: 100px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .footer__linkBox {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .footer__linkBox {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer__linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__sidebox {
  margin-bottom: 30px;
}
.footer__side {
  max-width: 73px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=style.css.map */