@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media (min-width: 1281px) {
  .pcOnly {
    display: block;
  }
  .notPc {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .pcOnly {
    display: none !important;
  }
  .notPc {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
.ipad {
  display: none;
}

@media (min-width: 750px) and (max-width: 1080px) {
  .ipad {
    display: block !important;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

  サイト全体 基本のcss

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

a {
  color: #988339;
}
a:hover {
  color: #d5bfa5;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

  モジュールのcss

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.header-btn-hamburger {
  display: none;
}
@media (max-width: 750px) {
  .header-btn-hamburger {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 30px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 20;
    text-align: center;
    transition: all 0.3s ease;
  }
}

.panel-btn {
  position: fixed;
  width: 45px;
  height: 45px;
}

.hamburger-bar {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #988339;
  width: 45px;
  right: 5px;
}

.hamburger-bar:last-child {
  top: 11px;
  right: 0;
  width: 32px;
  position: absolute;
}

.nav-open__item {
  display: none;
}
.nav-open__item a {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s ease;
  padding: 0 40px;
}
@media (max-width: 750px) {
  .nav-open__item a {
    padding: 0;
    line-height: 4;
  }
}

.is-anime {
  display: block;
}

.nav_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.header-nav-hide {
  transition: opacity 0.3s, visibility 0s ease 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000000;
  background-size: cover;
  text-align: center;
  width: 100vw;
  height: 100vh;
}

@media (max-width: 750px) {
  .is-nav-active {
    width: 100vw;
    height: 100vh;
    transition-delay: 0s;
    opacity: 0.9;
    visibility: visible;
  }
}

.is-btn-active > a .hamburger-bar {
  transform: translateY(10.5px) rotate(45deg);
  width: 38px;
}
.is-btn-active > a .hamburger-bar:last-child {
  transform: translateX(-5px) rotate(-45deg);
  width: 38px;
}

.scroll {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .scroll {
    margin-bottom: 60px;
  }
}

.scroll__arrow {
  margin: 10px auto 0;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}

.scroll__text {
  text-align: center;
  line-height: 0;
  font-size: 12px;
  margin-top: -5px;
}

.top-title {
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 428%;
  margin: 0 auto 40px;
  display: block;
  color: #988339;
  width: 320px;
  line-height: 1.05;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .top-title {
    margin-bottom: 20px;
    font-size: 350%;
  }
}

.h2sub {
  font-size: 13px;
  display: block;
  letter-spacing: 0.2em;
  border-top: 1px dotted #988339;
  padding: 8px 0 0 0;
  color: #444444;
  font-weight: 500;
}
@media (max-width: 750px) {
  .h2sub {
    font-size: 12px;
  }
}

.h3_title {
  font-size: 36px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .h3_title {
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

.h4_title {
  font-size: 18px;
  color: #988339;
  text-align: center;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.08em;
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  .h4_title {
    margin-bottom: 50px;
    font-size: 16px;
  }
}

.h4_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  margin: 0 auto;
  background: #988339;
}
@media (max-width: 750px) {
  .h4_title::after {
    height: 40px;
  }
}

.ink-t-a {
  position: relative;
  top: -80px; /*左の数値を変えると、上下に調整します*/
  display: block;
}
@media (max-width: 750px) {
  .ink-t-a {
    top: -80px;
  }
}

.about-wrap {
  position: relative;
  margin: 60px calc(50% - 50vw) 0;
  margin-left: 7%;
  z-index: 1;
}
@media (max-width: 750px) {
  .about-wrap {
    height: auto;
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
  }
}

.story-wrap-inner {
  background-image: url(../../images/pat.gif);
  background-repeat: repeat-x;
  background-position: 0 50px;
  z-index: 2;
  display: flex;
}
@media (max-width: 750px) {
  .story-wrap-inner {
    display: block;
  }
}

.story-img {
  margin-left: 70px;
}
@media (max-width: 750px) {
  .story-img {
    margin-left: 0;
  }
}

.story-contents {
  position: relative;
  padding: 60px 50px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
  margin-top: 100px;
  margin-left: -50px;
  width: 33em;
}
@media (max-width: 750px) {
  .story-contents {
    margin: -70px 0 0 12%;
    width: 88%;
    padding: 50px 30px;
  }
}

.story-title {
  font-size: 170%;
  color: #988339;
  letter-spacing: 0.25em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-bottom: 20px;
}

.story-text {
  line-height: 2.2;
}

.prof-wrap {
  position: relative;
  margin: 0 calc(50% - 50vw) 0;
  margin-right: 7%;
  z-index: 1;
}
@media (max-width: 750px) {
  .prof-wrap {
    height: auto;
    margin-right: 0;
    padding-right: 0;
  }
}

.prof-wrap-inner {
  background-image: url(../../images/pat.gif);
  background-repeat: repeat-x;
  background-position: 0 50px;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .prof-wrap-inner {
    display: block;
    margin-bottom: 40px;
  }
}

.prof-img {
  margin-right: 70px;
}
@media (max-width: 750px) {
  .prof-img {
    margin-right: 0;
  }
}

.prof-contents {
  position: relative;
  padding: 60px 50px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
  margin-top: 50px;
  margin-right: -50px;
  max-width: 36em;
  height: 100%;
}
@media (max-width: 750px) {
  .prof-contents {
    margin: -70px 0 0 12%;
    width: 88%;
    max-width: 100%;
    padding: 50px 30px;
  }
}

.prof-title {
  font-size: 170%;
  color: #988339;
  letter-spacing: 0.25em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.prof-name {
  display: block;
  font-size: 18px;
  padding: 20px 0 0 0;
  border-bottom: 1px dotted #988339;
  margin-bottom: 20px;
  letter-spacing: 0.3em;
}

.prof-text {
  line-height: 2.2;
}

.prof-en {
  padding-top: 30px;
}

.gallery-wrap {
  max-width: 944px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .gallery-wrap {
    margin: 0 3%;
  }
}

.gallery-wrap a {
  margin: 2.5%;
  width: 20%;
  display: inline-block;
}
@media (max-width: 750px) {
  .gallery-wrap a {
    width: 45%;
  }
}

.concept-wrap {
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 750px) {
  .concept-wrap {
    height: auto;
    margin-right: 0;
    margin-top: 30px;
    padding-right: 0;
  }
}

.concept-wrap-inner {
  z-index: 2;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .concept-wrap-inner {
    display: block;
    margin-bottom: 0;
  }
}

.concept-img {
  position: relative;
  max-width: 305px;
  margin-left: 70px;
  margin-right: 70px;
}
@media (max-width: 750px) {
  .concept-img {
    margin: 0 auto 50px;
    max-width: 80vw;
  }
}

.concept-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: linear-gradient(-90deg, #f3f3ef, #ffffff);
  height: 28vw;
  width: 100vw;
  right: -70px;
  top: -50px;
  max-height: 305px;
}
@media (max-width: 750px) {
  .concept-img::after {
    top: 50px;
    bottom: -50px;
    height: 100%;
    right: -10vw;
  }
}

.imgRight {
  order: 1;
}

.concept-imgRight {
  position: relative;
  max-width: 305px;
  margin-left: 70px;
  margin-right: 70px;
}
@media (min-width: 750px) and (max-width: 1080px) {
  .concept-imgRight {
    margin-left: 8vw;
    margin-right: 8vw;
  }
}
@media (max-width: 750px) {
  .concept-imgRight {
    margin: 0 auto 50px;
    max-width: 80vw;
  }
}

.concept-imgRight::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: linear-gradient(90deg, #f3f3ef, #ffffff);
  height: 28vw;
  width: 100vw;
  left: -70px;
  top: -50px;
  max-height: 305px;
}
@media (min-width: 750px) and (max-width: 1080px) {
  .concept-imgRight::after {
    width: 50vw;
  }
}
@media (max-width: 750px) {
  .concept-imgRight::after {
    top: 50px;
    bottom: -50px;
    height: 100%;
    left: -10vw;
  }
}

.concept-contents {
  position: relative;
  text-align: justify;
  padding: 0;
  z-index: 3;
  margin-left: -30px;
  max-width: 30em;
  height: 100%;
}
@media (min-width: 750px) and (max-width: 1080px) {
  .concept-contents {
    margin-right: 20px;
  }
}
@media (max-width: 750px) {
  .concept-contents {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 40px 20px;
  }
}

.concept-contentsLeft {
  position: relative;
  text-align: justify;
  padding: 0;
  z-index: 3;
  margin-right: -30px;
  margin-left: 200px;
  max-width: 30em;
  height: 100%;
}
@media (min-width: 750px) and (max-width: 1080px) {
  .concept-contentsLeft {
    margin-left: 10vw;
    width: 52vw;
  }
}
@media (max-width: 750px) {
  .concept-contentsLeft {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 40px 20px;
  }
}

.concept-title {
  font-size: 170%;
  color: #988339;
  letter-spacing: 0.25em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.concept-name {
  display: block;
  font-size: 28px;
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .concept-name {
    margin-bottom: 10px;
  }
}

.concept-name_sub {
  font-size: 14px;
  color: #988339;
  padding-left: 20px;
  letter-spacing: 0.05em;
}

.concept-text {
  line-height: 2.2;
}

.concept-read {
  width: 55%;
  margin: 0 auto 80px;
  line-height: 2;
  font-size: 15px;
  text-align: justify;
}
@media (max-width: 750px) {
  .concept-read {
    width: 80%;
    margin-top: 20px;
  }
}

.bland-wrap {
  max-width: 1040px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 750px) {
  .bland-wrap {
    height: auto;
    margin-right: 0;
    margin-top: 30px;
    padding-right: 0;
  }
}

.bland-wrap-inner {
  z-index: 2;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .bland-wrap-inner {
    display: block;
    margin-bottom: 0;
  }
}

.bland-title {
  margin-bottom: 80px;
  width: 30em;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .bland-title {
    width: 90%;
    font-size: 16px;
  }
}

.bland-sub {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.bland-read {
  width: 30em;
  margin: 80px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .bland-read {
    width: 80%;
    margin-top: 50px;
    text-align: left;
  }
}

.bland-read__en {
  display: block;
  padding-top: 20px;
  line-height: 1.5;
}

.bland-mind {
  padding: 50px;
}
@media (min-width: 750px) and (max-width: 1080px) {
  .bland-mind {
    padding: 50px;
  }
}
@media (max-width: 750px) {
  .bland-mind {
    padding: 30px;
    margin-bottom: 30px;
  }
}

.bland-mind__list {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 4.7% 8% 5%;
}
@media (max-width: 750px) {
  .bland-mind__list {
    padding: 10% 8%;
  }
}

.bland-mind__item {
  border-bottom: 1px dotted #988339;
  font-size: 15px;
  line-height: 2;
  padding: 2.1% 1% 1.8%;
}
@media (max-width: 750px) {
  .bland-mind__item {
    padding: 5% 3% 4%;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.bland-contents {
  max-width: 880px;
  margin: 0 auto;
  clear: both;
}
@media (min-width: 750px) and (max-width: 1080px) {
  .bland-contents {
    padding: 0 50px 50px;
  }
}
@media (max-width: 750px) {
  .bland-contents {
    text-align: center;
    padding: 0;
  }
}

.bland-contents__img {
  max-width: 300px;
  float: right;
  margin-left: 30px;
}
@media (max-width: 750px) {
  .bland-contents__img {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
}

.bland-contents__text {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .bland-contents__text {
    clear: both;
    padding: 30px 30px 0;
  }
}

.bland__name01 {
  font-weight: bold;
  color: #db0101;
}

.bland__name02 {
  font-weight: bold;
  color: #0702c9;
}

.imgLeft {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 750px) {
  .imgLeft {
    width: 80%;
    float: none;
    margin: 30px auto 0;
  }
}

.bland-text__sign {
  text-align: right;
  display: block;
}
@media (max-width: 750px) {
  .bland-text__sign {
    padding: 30px;
  }
}

.bland-text__signItaric {
  font-style: italic;
}

.shop-read {
  width: 30em;
  margin: 50px auto 30px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .shop-read {
    width: 80%;
    margin: 30px auto 20px;
    text-align: left;
  }
}

.shop-ichii {
  text-align: center;
}
@media (max-width: 750px) {
  .shop-ichii {
    width: 80%;
    margin: 0 auto;
  }
}

.shop-ichii p {
  margin-top: 20px;
}

.shop-ichii a {
  font-weight: bold;
}

.shop-ichii a:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in;
}

.link-sns {
  display: flex;
  justify-content: space-between;
  width: 15%;
  margin: 30px auto 20px;
}
@media (min-width: 750px) and (max-width: 1080px) {
  .link-sns {
    width: 22%;
  }
}
@media (max-width: 750px) {
  .link-sns {
    width: 35%;
  }
}

.link-read {
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .link-read {
    width: 90%;
    margin: 30px auto 20px;
  }
}

.link-read p {
  width: 40em;
  margin: 50px auto 20px;
}
@media (max-width: 750px) {
  .link-read p {
    width: 90%;
    margin: 0 auto 20px;
    text-align: justify;
  }
}

.link-read .fresco {
  width: 640px;
}
@media (max-width: 750px) {
  .link-read .fresco {
    width: 90%;
  }
}

.contact-read {
  width: 30em;
  margin: 30px auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .contact-read {
    width: 80%;
    margin: 30px auto 20px;
    text-align: left;
  }
}

.contact-mail {
  width: 310px;
  padding: 19px 30px 18px;
  border: 1px solid #ccc;
  margin: 30px auto 0;
  font-size: 20px;
  text-align: center;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

  レイアウトのcss

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.body-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.header {
  position: fixed;
  height: 80px;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 750px) {
  .header {
    height: 65px;
  }
}

.header-inner {
  max-width: 1040px;
  height: 80px;
  margin: 0 auto;
  padding: 10px 10px 0 20px;
  position: relative;
}
@media (max-width: 750px) {
  .header-inner {
    height: 65px;
  }
}

.header-logo {
  display: inline-block;
  width: 25%;
  padding-top: 3px;
}
@media (min-width: 750px) and (max-width: 1080px) {
  .header-logo {
    padding-top: 8px;
  }
}
@media (max-width: 750px) {
  .header-logo {
    width: 50%;
  }
}

.header-nav {
  width: 74%;
  display: inline-block;
  padding: 22px 0 0 0;
  vertical-align: top;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .header-nav {
    display: none;
  }
}

.header-nav__item {
  display: inline-block;
  height: 30px;
  font-size: 92.8%;
  text-align: center;
  padding: 0 1.2em;
  font-weight: 300;
  font-style: normal;
}
.header-nav__item a {
  color: #988339;
  transition: all 0.3s ease;
}
.header-nav__item a:hover {
  color: #d5bfa5;
}

.main {
  line-height: 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 80px;
}
@media (max-width: 750px) {
  .main {
    margin-top: 65px;
  }
}

.main-img {
  position: relative;
}

.main-contents {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 200px;
  height: 200px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  line-height: 200px;
}

.top-section-about {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .top-section-about {
    margin-bottom: 0;
  }
}

.news-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .news-wrap {
    display: block;
    margin: 0;
  }
}

.news__item {
  padding: 15px;
}
@media (max-width: 750px) {
  .news__item {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.top-section-gallery {
  margin-bottom: 80px;
  max-width: 1040px;
}

.top-section-concept {
  margin-bottom: 80px;
}

.bland-back {
  background: url(../../images/consept_back.jpg);
  padding: 100px 0 5px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  margin: 0 calc(50% - 50vw) 0;
}
@media (max-width: 750px) {
  .bland-back {
    padding: 80px 0 50px;
    background-attachment: scroll;
  }
}

.top-section-shop {
  margin: 0 auto;
}

.shop-back {
  background: #f3f3ef;
  padding: 80px 0 70px;
  position: relative;
  margin: 0 calc(50% - 50vw) 0;
}

.top-section-link {
  margin: 80px auto;
}

.top-section-contact {
  margin: 0 auto;
}

.contact-back {
  background: #f3f3ef;
  padding: 80px 0 70px;
  position: relative;
  margin: 0 calc(50% - 50vw) 0;
}

.footer {
  background: #222;
  background-size: cover;
  color: #999;
  margin: 0 calc(50% - 50vw);
  padding: 10px calc(50vw - 50%);
  min-height: 60px;
  position: relative;
}

.footer-inner {
  max-width: 1400px;
  text-align: center;
  padding: 14px 0;
}/*# sourceMappingURL=style.css.map */