.lithosphere {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lithosphere {
    font-size: 12px;
    background-color: #ffffff;
  }
}

.asthenosphere h2 {
  text-align: center;
  font-size: 56px;
  margin-bottom: min(4.6875vw, 60px);
}
@media (max-width: 767px) {
  .asthenosphere h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .preamble {
  margin-bottom: 102px;
}
@media (max-width: 767px) {
  .asthenosphere .preamble {
    background-position: left center;
    margin-bottom: 70px;
  }
}
.asthenosphere .preamble::before {
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .asthenosphere .preamble::before {
  }
}
.asthenosphere .section-news {
  max-width: 1280px;
  margin: 0 auto min(14.609375vw, 187px);
}
.asthenosphere .section-news h2 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: min(6.40625vw, 82px);
}
@media (max-width: 767px) {
  .asthenosphere .section-news h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .section-news .news {
  display: flex;
  flex-wrap: wrap;
  width: 91.40625%;
  margin: 0 auto 74px;
}
.asthenosphere .section-news .news .article {
  display: block;
  width: 23.9316%;
  color: inherit;
  text-decoration: none;
  padding: 10px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .asthenosphere .section-news .news .article {
    display: block;
    width: 23.9316%;
    color: inherit;
    text-decoration: none;
    padding: 0px;
    margin: 0 1.4245333% 0px 0;
    padding-bottom: 0;
  }

  .asthenosphere .section-news .news .article:nth-of-type(4n) {
    margin-right: 0;
  }
}
.asthenosphere .section-news .news .article__image {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.asthenosphere .section-news .news .article__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asthenosphere .section-news .news .article__image::before {
  display: block;
  content: "";
  padding-top: 80%;
}
.asthenosphere .section-news .news .article__date {
  font-size: 16px;
  margin-bottom: 6px;
}
.asthenosphere .section-news .news .article__h3 {
  line-height: 1.3;
  font-size: 20px;
}
.asthenosphere .section-news .section-news__more {
  text-align: center;
}
.asthenosphere .section-news .section-news__more .section-news__more__anchor {
  display: inline-flex;
  width: 330px;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #3B4043;
  transition: background-color 0.5s, color 0.5s;
}
.asthenosphere .section-news .section-news__more .section-news__more__anchor:hover {
  background-color: #3B4043;
  color: #ffffff;
}
@media (max-width: 767px) {
  .asthenosphere .section-news {
    margin-bottom: 90px;
  }
  .asthenosphere .section-news .news {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
    margin: 0 auto 32px;
  }
  .asthenosphere .section-news .news .article {
    display: flex;
    width: 100%;
    margin-bottom: 7%;
  }
  .asthenosphere .section-news .news .article__image {
    width: 36%;
    margin: 0 16px 0 0;
  }
  .asthenosphere .section-news .news .article__exterior {
    flex: 1;
  }
  .asthenosphere .section-news .news .article__date {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .asthenosphere .section-news .news .article__h3 {
    line-height: 1.2;
    font-size: 15px;
  }
  .asthenosphere .section-news .section-news__more .section-news__more__anchor {
    width: 48vw;
    height: 47px;
    font-size: 15px;
  }
}
.asthenosphere .section-store {
  padding: 110px 0 145px;
  background-color: #F4F4F4;
  margin: 0 auto min(10.3125vw, 132px);
}
@media (max-width: 767px) {
  .asthenosphere .section-store {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.asthenosphere .section-store__exterior {
  max-width: 1280px;
  margin: 0 auto;
}
.asthenosphere .section-store__exterior h2 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: min(6.40625vw, 82px);
}
@media (max-width: 767px) {
  .asthenosphere .section-store__exterior h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .asthenosphere .section-news .section-news__more {
    margin-top: 60px;
  }
}
.asthenosphere .section-store__exterior .section-store__iamge {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 18px;
}
@media (max-width: 767px) {
  .asthenosphere .section-store__exterior .section-store__iamge {
    max-width: unset;
    width: 80%;
    margin: 0 auto 18px;
  }
}
.asthenosphere .section-store__exterior .section-store__note {
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .asthenosphere .section-store__exterior .section-store__note {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.asthenosphere .section-store__exterior .items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 91.40625%;
  margin: 0 auto 51px;
}
.asthenosphere .section-store__exterior .items .item {
  display: block;
  flex: 0 0 19%;
  width: 19%;
  color: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
}
.asthenosphere .section-store__exterior .items .item__image {
  position: relative;
  width: 100%;
  background-color: #eeeeee;
  border: 1px solid #e8e8e8;
  margin-bottom: 17px;
}
.asthenosphere .section-store__exterior .items .item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.asthenosphere .section-store__exterior .items .item__image::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.asthenosphere .section-store__exterior .items .item__name {
  margin-bottom: 11px;
}
.asthenosphere .section-store__exterior .items .item__price {
  text-align: center;
}
.asthenosphere .section-store__exterior .section-store__more {
  text-align: center;
}
.asthenosphere .section-store__exterior .section-store__more .section-store__more__anchor {
  display: inline-flex;
  width: 330px;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #4C5255;
  transition: background-color 0.5s, color 0.5s;
}
.asthenosphere .section-store__exterior .section-store__more .section-store__more__anchor:hover {
  background-color: #cccccc;
  color: #46433D;
}
@media (max-width: 767px) {
  .asthenosphere .section-store__exterior .items {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .asthenosphere .section-store__exterior .items .item {
    display: block;
    flex: 0 0 40%;
    width: 40%;
    font-size: 15px;
    margin: 0 1% 20px 0;
  }
  .asthenosphere .section-store__exterior .items .item__image {
    margin-bottom: 8px;
  }
  .asthenosphere .section-store__exterior .items .item__name {
    margin-bottom: 4px;
  }
  .asthenosphere .section-store__exterior .section-store__more .section-store__more__anchor {
    width: 48vw;
    height: 47px;
    font-size: 15px;
  }
}
.asthenosphere .section-salon {
  max-width: 1280px;
  margin: 0 auto min(16.484375vw, 211px);
}
.asthenosphere .section-salon h2 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: min(6.25vw, 80px);
}
@media (max-width: 767px) {
  .asthenosphere .section-salon h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .section-salon .salon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 78.4375%;
  margin: 0 auto;
}
.asthenosphere .section-salon .salon__image {
  width: 49.8008%;
}
.asthenosphere .section-salon .salon__exterior {
  width: 40%;
  padding-top: 19px;
}
.asthenosphere .section-salon .salon__h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 25px;
}
.asthenosphere .section-salon .salon__address {
  line-height: 1.5;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 30px;
}
.asthenosphere .section-salon .salon__info {
  display: flex;
  width: 330px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  border: 2px solid #3B4043;
}
.asthenosphere .section-salon .salon__info:hover {
  background-color: #3B4043;
  color: #ffffff;
}
@media (max-width: 767px) {
  .asthenosphere .section-salon {
    margin-bottom: 90px;
  }
  .asthenosphere .section-salon .salon {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
    width: 91.40625%;
  }
  .asthenosphere .section-salon .salon__image {
    width: 100%;
  }
  .asthenosphere .section-salon .salon__image img {
    width: 100%;
  }
  .asthenosphere .section-salon .salon__exterior {
    width: 100%;
    text-align: center;
    padding-top: 32px;
  }
  .asthenosphere .section-salon .salon__h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .asthenosphere .section-salon .salon__address {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .asthenosphere .section-salon .salon__address a {
    color: inherit;
    text-decoration: none;
  }
  .asthenosphere .section-salon .salon__info {
    display: inline-flex;
    width: 48vw;
    height: 47px;
    font-size: 15px;
  }
}
.asthenosphere .section-style {
  max-width: 1280px;
  margin: 0 auto min(14.609375vw, 187px);
}
.asthenosphere .section-style h2 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: min(6.875vw, 88px);
}
@media (max-width: 767px) {
  .asthenosphere .section-style h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .section-style .styles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 89.375%;
  margin: 0 auto 32px;
  align-items:stretch;
}
.asthenosphere .section-style .style {
  display: flex;
  flex-direction: column;
  width: 23.50427%;
  margin: 0 1.9943066% 60px 0;
}
.styles img {
  /* height: 100%; */
  flex-grow: 1;
}
.asthenosphere .section-style .style:nth-of-type(4n) {
  margin-right: 0;
}
.asthenosphere .section-style .section-style__more {
  text-align: center;
}
.asthenosphere .section-style .section-style__more .section-style__more__anchor {
  display: inline-flex;
  width: 330px;
  height: 60px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  border: 2px solid #3B4043;
  transition: background-color 0.5s, color 0.5s;
}
.asthenosphere .section-style .section-style__more .section-style__more__anchor:hover {
  background-color: #3B4043;
  color: #ffffff;
}
@media (max-width: 767px) {
  .asthenosphere .section-style {
    margin-bottom: 90px;
  }
  .asthenosphere .section-style .styles {
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .asthenosphere .section-style .style {
    width: 33.333333%;
    margin: 0;
  }
  .asthenosphere .section-style .style img {
    display: block;
    height: auto;
    object-fit: cover;
  }
  .asthenosphere .section-style .section-style__more .section-style__more__anchor {
    width: 48vw;
    height: 47px;
    font-size: 15px;
  }
}
.asthenosphere .section-recruit2 {
  max-width: 1280px;
  margin: 0 auto min(17.109375vw, 219px);
}
.asthenosphere .section-recruit2 h2 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: min(6.5625vw, 84px);
}
@media (max-width: 767px) {
  .asthenosphere .section-recruit2 h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .section-recruit2 .recruit {
  position: relative;
  width: min(78.4375vw, 994px);
  max-width: 100%;
  margin: 0 auto;
}
.asthenosphere .section-recruit2 .recruit img {
  width: 100%;
}
.asthenosphere .section-recruit2 .recruit__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: min(33.19919%, 330px);
  height: min(15.7895%, 60px);
  bottom: 15.26315%;
  left: 0;
  right: 0;
  text-decoration: none;
  font-size: min(1.40625vw, 18px);
  color: #ffffff;
  background-color: #4C5255;
  border: 1px solid #4C5255;
  margin: 0 auto;
  box-sizing: border-box;
}
.asthenosphere .section-recruit2 .recruit__anchor:hover {
  background-color: transparent;
  text-shadow: 0 0 8px black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .asthenosphere .section-recruit2 {
    max-width: unset;
    margin-bottom: 90px;
  }
  .asthenosphere .section-recruit2 .recruit {
    position: relative;
    width: 80%;
    max-width: unset;
    padding: unset;
  }
  .asthenosphere .section-recruit2 .recruit__image {
    margin-bottom: 16px;
  }
  .asthenosphere .section-recruit2 .recruit__anchor {
    position: unset;
    width: 48vw;
    height: 47px;
    bottom: unset;
    left: unset;
    right: unset;
    font-size: 15px;
    padding: 16px 0;
    border: unset;
    margin: 0 auto;
  }
  .asthenosphere .section-recruit2 .recruit__anchor:hover {
    background-color: #4C5255;
    text-shadow: unset;
    box-shadow: unset;
    border-color: unset;
    letter-spacing: unset;
  }
}

.atmosphere {
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.atmosphere img {
  max-width: 80%;
  max-height: 80%;
}
.atmosphere .troposphere {
  max-width: 90%;
  max-height: 90%;
}


.shop-area {
  width: 91.40625%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
}

.shop-area .price {
  color: #3B4043!important;
  font-size: 18px!important;
}

.shop-area a.button {
  display: none;
}

.shop-area h2.woocommerce-loop-product__title {
  color: #3B4043!important;
  padding-bottom: 0px!important;
  text-align: left!important;
  line-height: 1.5!important;
  padding-bottom: 10px!important;
}

.woocommerce ul.products li.product a img {
  margin: 0 0 5px!important;
}

.shop-area2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 91.40625%;
    margin: 0 auto 51px;
}

@media (min-width: 768px){
  .pc_none {
    display: none;
  }
}

@media (max-width: 767px){
  .shop-area2 {
      justify-content: flex-start;
      flex-wrap: nowrap;
      margin-bottom: 32px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
  }

  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 576px){
.products-contents {
    background: #f7f7f7;
    padding: 10% 4% 0 4%;
    margin-top: 5%;
}
}

ul.horizontal-list.element.js-animation.is-show {
    margin-bottom: 3%;
}

.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.item {
    width: 25%;
    height: auto;
    margin-right: 2%;
    display: inline-block;
    white-space: normal;
}

@media screen and (max-width: 576px){
.item {
    width: 40%;
    height: auto;
    margin-right: 2%;
    vertical-align: top;
}
}

img.wp-post-image {
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
    height: auto;
}

@media screen and (max-width: 767px){
img.wp-post-image {
    max-width: 100%;
    height: auto;
    width: 100%;
}
}

@media screen and (max-width: 767px){
img.wp-post-image {
    height: 150px!important;
}

@media screen and (max-width: 565px){
img.wp-post-image {
    height: 120px!important;
}

}

@media (max-width: 767px) {

  .product-menu {
    color: #3B4043!important;
    font-size: 15px!important;
    text-decoration: none;
  }

  span.woocommerce-Price-amount {
    color: #3B4043!important;
    font-size: 15px!important;
      text-decoration: none;
  }
}

.item a {
    display: block;
}

a {
    text-decoration: none;
    color: #4b4b4b;
}


.article__date {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.article__date span {
  color: #fff;
  background: #3B4043;
  margin-left: auto;
  padding: 5px 5px 3px 5px;
  font-size: 12px;
  margin-bottom: 3px;
}

.section-feature {
  max-width: 1280px;
  margin: 0 auto min(13.90625vw, 178px);
}
.section-feature h2 {
  margin-bottom: min(6.796875vw, 87px);
}
.section-feature .features {
  width: 77.10937%;
  margin: 0 auto;
}
.section-feature .feature {
  display: flex;
  justify-content: space-between;
}
.section-feature .feature:nth-child(even) {
  flex-direction: row-reverse;
}
.section-feature .feature:not(:last-child) {
  margin-bottom: min(8.984375vw, 115px);
}
.section-feature .feature__image {
  width: 44.57953%;
}
.section-feature .feature__image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.section-feature .feature__interior {
  width: 42.55319%;
}
.section-feature .feature__h3 {
  font-size: 20px;
  color: #414850;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}
.section-feature .feature__text {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 24px;
}
.section-feature .feature__more {
  text-align: center;
}
.section-feature .feature__more .feature__more__anchor {
  display: inline-flex;
  width: 330px;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #3B4043;
  transition: background-color 0.5s, color 0.5s;
}
.section-feature .feature__more .feature__more__anchor:hover {
  background-color: #3B4043;
  color: #ffffff;
}


@media (max-width: 767px) {
  .section-feature {
    max-width: unset;
    width: 90%;
    margin: 0 auto 90px;
  }
  .section-feature .features {
    width: 100%;
    margin: unset;
  }
  .section-feature .feature {
    display: block;
    justify-content: unset;
  }
  .section-feature .feature:nth-child(even) {
    flex-direction: unset;
  }
  .section-feature .feature:not(:last-child) {
    margin-bottom: 64px;
  }
  .section-feature .feature__image {
    width: 100%;
    margin-bottom: 25px;
  }
  .section-feature .feature__image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .section-feature .feature__interior {
    width: 100%;
  }
  .section-feature .feature__h3 {
    font-size: 16px;
    font-weight: 700;
  }
  .section-feature .feature__text {
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .section-feature .feature__more .feature__more__anchor {
    width: 48vw;
    height: 47px;
  }
  .section-feature .feature__more .feature__more__anchor:hover {
    background-color: #3B4043;
    color: #ffffff;
  }

  .slick-slide img {
    display: block;
    object-fit: cover;
    height: 235px;
    width: 100%;
  }
}
