.page-contents h2 {
  font-size: 22px;
  letter-spacing: 0.04em;
  padding: 84px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .page-contents h2 {
    font-size: 20px;
    padding: 60px 0 0;
  }
}

#mv {
  width: 100%;
  height: 440px;
  position: relative;
}

#mv .mv-background {
  /* 用 left/right 拉满，避免 width:100%/100vw 盖住滚动条槽（视觉上叠在原生滚动条上） */
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 440px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  z-index: -10;
  /* 避免 fixed 背景拦截滚轮：不穿透时 window 不滚动，$(window).scroll 不触发 */
  pointer-events: none;
  -webkit-transition: all 0s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-repeat: no-repeat;
}

#mv img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #mv {
    width: 100%;
    height: inherit;
    position: relative;
    padding-top: 100%;
  }
  #mv .mv-background {
    left: 0;
    right: 0;
    width: auto;
    height: inherit;
    top: 0;
    padding-top: 100%;
    box-sizing: border-box;
  }
}

#message {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

#message .inner {
  padding: 83px 50px 0;
  max-width: 780px;
  margin: 0 auto;
}

#message .inner h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #111111;
  font-weight: normal;
  font-style: normal;
}

#message .inner .text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.78;
  margin: 63px 0px 0;
  color: #111111;
}

#message .inner .text p + p {
  margin-top: 30px;
}

#message .inner .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 79px;
}

#message .inner .profile .pic {
  width: 180px;
}

#message .inner .profile .pic img {
  width: 100%;
}

#message .inner .profile .inner {
  width: 76.924%;
  max-width: inherit;
  padding: 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 31px;
}

#message .inner .profile .sign {
  width: 232px;
}

#message .inner .profile .sign img {
  width: 100%;
}

#message .inner .profile .name {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.714;
  margin: 0 0 0 -3px;
  color: #111111;
}

@media only screen and (max-width: 768px) {
  #message {
    border-bottom: 1px solid #E9E9E9;
  }
  #message .inner {
    margin: 0 auto;
    width: 93.333%;
    padding: 56px 0 0;
  }
  #message .inner .text {
    font-size: 13px;
    line-height: 1.692;
    margin: 39px 0px 0;
  }
  #message .inner .text p + p {
    margin-top: 23px;
  }
  #message .inner .profile {
    margin-top: 44px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: none;
    padding-bottom: 56px;
  }
  #message .inner .profile .pic {
    width: 51.428%;
  }
  #message .inner .profile .pic img {
    width: 100%;
  }
  #message .inner .profile .inner {
    margin-left: 4.571%;
    width: 44.001%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #message .inner .profile .sign {
    margin-top: 0;
    margin-bottom: 0;
  }
  #message .inner .profile .sign img {
    width: 100%;
  }
  #message .inner .profile .name {
    font-size: 13px;
    margin: 0 0 0 -3px;
  }
}

#company-profile {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

#company-profile .inner {
  padding: 83px 50px 0;
  max-width: 780px;
  margin: 0 auto;
}

#company-profile .inner h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.18;
  text-align: center;
  color: #111111;
  font-weight: normal;
  font-style: normal;
}

#company-profile .inner .profile-table {
  display: table;
  width: 100%;
  padding-top: 83px;
  color: #111111;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 55px;
}

#company-profile .inner .profile-table .profile-table-row {
  display: table-row;
}

#company-profile .inner .profile-table .profile-table-row div {
  display: table-cell;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2.2142;
  padding-bottom: 35px;
  padding-right: 26px;
}

#company-profile .inner .profile-table .profile-table-row div + div {
  font-size: 14px;
  line-height: 1.78;
}

#company-profile .inner .profile-table .profile-table-row div + div a {
  color: #111111;
  text-decoration: none;
  position: relative;
}

#company-profile .inner .profile-table .profile-table-row div + div a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  border-bottom: 1px solid #707070;
  padding: 3px 0;
}

@media only screen and (max-width: 768px) {
  #company-profile {
    border-bottom: 1px solid #E9E9E9;
  }
  #company-profile .inner {
    padding: 56px 0 23px;
    margin: 0 auto;
    width: 93.333%;
  }
  #company-profile .inner .profile-table {
    padding-top: 35px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #company-profile .inner .profile-table .profile-table-row div {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.846;
    padding-right: 0;
    width: 22%;
    padding-bottom: 12px;
  }
  #company-profile .inner .profile-table .profile-table-row div + div {
    font-size: 13px;
    letter-spacing: 0.03em;
    /*line-height: 1.846;*/
    line-height: 1.646;
    padding-right: 0;
    width: 78%;
  }
  #company-profile .inner .profile-table .profile-table-row div + div span.sp-show {
    display: inline;
  }
}

#map {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 64px;
}

#map .inner {
  padding: 73px 50px 0;
  max-width: 780px;
  margin: 0 auto;
}

#map .inner h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.18;
  text-align: center;
  color: #111111;
  margin-bottom: 65px;
  font-weight: normal;
  font-style: normal;
}

#map .inner .map {
  padding-bottom: 0%;
}

#map .inner .map img {
  width: 100%;
}

#map .inner .detail {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.78;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 22px;
}

#map .inner .detail .shopname {
  width: 100%;
  margin-bottom: 27px;
}

#map .inner .detail .address {
  width: 38%;
}

#map .inner .detail .access {
  width: 62%;
}

@media only screen and (max-width: 768px) {
  #map {
    padding-bottom: 47px;
  }
  #map .inner {
    padding: 53px 0 0;
    margin: 0 auto;
    width: 93.333%;
  }
  #map .inner h3 {
    margin-bottom: 26px;
  }
  #map .inner .map {
    padding-bottom: 68.18%;
  }
  #map .inner .detail {
    font-size: 13px;
  }
  #map .inner .detail .shopname {
    margin-bottom: 12px;
  }
  #map .inner .detail .address {
    width: 100%;
    margin-bottom: 10px;
  }
  #map .inner .detail .access {
    width: 100%;
  }
}

#about-link {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

#about-link .inner {
  padding: 71px 50px 0;
}

#about-link .inner h2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #111111;
  margin-bottom: 65px;
  padding: 0;
}

#about-link .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#about-link .inner ul li {
  width: 32.203%;
  position: relative;
}

#about-link .inner ul li a .text {
  position: absolute;
  bottom: 17px;
  left: 28px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

#about-link .inner ul li a img {
  width: 100%;
}

#about-link .inner ul li + li {
  margin-left: 1.6101%;
}

@media only screen and (max-width: 768px) {
  #about-link .inner {
    padding: 49px 0 71px;
    width: 93.333%;
    margin: 0 auto;
  }
  #about-link .inner h2 {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 43px;
  }
  #about-link .inner ul li {
    width: 100%;
  }
  #about-link .inner ul li a .text {
    font-size: 17px;
    bottom: 20px;
    left: 20px;
  }
  #about-link .inner ul li a img {
    width: 100%;
  }
  #about-link .inner ul li + li {
    margin-left: 0;
    margin-top: 14px;
  }
}

body.en #message .inner .text {
  letter-spacing: 0;
}

body.en #message .inner .profile .name {
  letter-spacing: 0;
}

body.en #company-profile .inner .profile-table .profile-table-row div {
  letter-spacing: 0;
}

body.en #company-profile .inner .profile-table .profile-table-row div + div {
  letter-spacing: 0;
}

body.en #map .inner .detail .shopname {
  letter-spacing: 0;
}

body.en #map .inner .detail .address {
  letter-spacing: 0;
}

body.en #map .inner .detail .access {
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  body.en #message .inner .text {
    word-break: break-all;
  }
  body.en #company-profile .inner .profile-table .profile-table-row div + div {
    line-height: 22px;
  }
  body.en #map .inner .detail .address {
    line-height: 22px;
  }
  body.en #map .inner .detail .access {
    line-height: 22px;
  }
}

/*# sourceMappingURL=company.css.map */