@charset "utf-8";

/******
フォント

◾ しっぽり明長　<Regular>
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;

<Midium>
font-weight: 500;


◾ Instrument Serif <Regular>
font-family: instrument-serif, sans-serif;
font-weight: 400;
font-style: normal;






*******/
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c2e22;
}

/* body.fixed{
  overflow: hidden;
} */

.img {
  width: 100%;
  height: auto;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.inner-1260 {
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
}

.inner-1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.inner-1075 {
  width: calc(100% - 44px);
  /* width: 88%; */
  max-width: 1075px;
  margin: 0 auto;
}

.inner-960 {
  /* width: 92%; */
  width: calc(100% - 44px);
  max-width: 960px;
  margin: 0 auto;
}
.inner-900 {
  /* width: 92%; */
  width: calc(100% - 44px);
  max-width: 900px;
  margin: 0 auto;
}
.inner-700 {
  /* width: 92%; */
  width: calc(100% - 44px);
  max-width: 700px;
  margin: 0 auto;
}

.sp {
  display: none !important;
}
.pc {
  display: block;
}
.inlbk {
  display: inline-block;
}

/* 共通パーツ */
.section__ttl {
  font-family: instrument-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}
.low-fv {
  padding-top: clamp(135px, 36vw, 255px);
  padding-bottom: 25px;
  background-color: #ca5e46;
}
.low-fv__wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.low-fv__ttl {
  font-size: 50px;
  font-family: instrument-serif, sans-serif;
  color: #3c2e22;
}
.low-fv__pankuzu {
  padding-bottom: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 11;
}
body.fixed .low-fv__pankuzu {
  z-index: 9;
}
.low-fv__pankuzu li {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.low-fv__pankuzu li:not(:last-child) {
  /* margin-right: 8px;
  padding-right: 8px; */
}
.low-fv__pankuzu li:not(:last-child)::after {
  content: "〉";
  margin-left: 8px;
}

.back-btnLink {
  margin: 0 auto;
  width: 155px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding-left: 10px;
  position: relative;
  text-align: center;
  z-index: 10;
}

.back-btnLink::before {
  content: url(../imgs/common/shop_arrow-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* 404ページ↓ */
.not-found div {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0;
  min-height: 60vh;
}
.not-foun__en {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: instrument-serif, sans-serif;
}
.not-foun__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-foun__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
/* 404ページ↑ */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }

  /* 共通パーツ */
  .section__ttl {
    font-size: 49px;
  }
  .section__ttl--small {
    font-size: 23px;
    padding-bottom: 2px;
  }

  .low-fv__wrap {
    display: block;
  }
  .low-fv__pankuzu {
    padding-bottom: 0;
    justify-content: start;
  }
  .low-fv__pankuzu li {
    font-size: 13px;
  }

  .low-fv__ttl {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .back-btnLink {
    margin: 0 auto 0 0;
    width: 110px;
    font-size: 13px;
  }
  body.fixed .back-btnLink{
  z-index: 0;
}
 /* 404ページ↓ */
  .not-found div {
    padding: 120px 0 70px;
  }
  .not-foun__en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .not-foun__ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-foun__ja strong {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .not-found a {
    font-size: 14px;
  }
  /* 404ページ↑ */
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
