@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

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

body {
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body *:not(table), body *:not(table)::before, body *:not(table)::after, body *:not(tbody), body *:not(tbody)::before, body *:not(tbody)::after, body *:not(thead), body *:not(thead)::before, body *:not(thead)::after, body *:not(tfoot), body *:not(tfoot)::before, body *:not(tfoot)::after, body *:not(tr), body *:not(tr)::before, body *:not(tr)::after, body *:not(th), body *:not(th)::before, body *:not(th)::after, body *:not(td), body *:not(td)::before, body *:not(td)::after {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* setting/_base.scss
-------------------------------------------------- */
/* setting/_extend.scss
-------------------------------------------------- */
html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body * {
  letter-spacing: inherit;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

main dd,
main dt {
  margin: 0;
}

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

img,
svg {
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: auto;
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=reset],
textarea {
  color: inherit;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  padding: 0;
}

input[type=submit],
input[type=reset],
a,
button {
  text-decoration: none;
  cursor: pointer;
}

[data-hidden] {
  position: absolute;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}

[data-header] {
  z-index: 99;
}

@media screen and (min-width: 1025px) {
  html {
    scroll-padding-top: min(100px, 7.6923076923vw);
  }
  a[href^=tel] {
    pointer-events: none;
  }
  [data-device=sp] {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  [data-device=pc] {
    display: none !important;
  }
}
/* modules/_tenpo-modal.scss
-------------------------------------------------- */
.tenpo-modal {
  display: none;
  font-size: 14px;
  z-index: 9999;
}
.tenpo-modal .work__box {
  width: 500px;
  margin: 0 auto;
}

.tenpo-modal, .tenpo-modal_overlay, .tenpo-modal_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tenpo-modal_overlay {
  color: transparent;
  background: rgba(0, 0, 0, 0.6);
}

.tenpo-modal_box {
  padding: 5% 3.2em;
  overflow-y: scroll;
}

.tenpo-modal_box_inner {
  margin: auto;
  padding: 73px 5% 110px;
  width: 100%;
  max-width: 900px;
  background: white;
  border-radius: 20px;
  position: relative;
}

.tenpo-modal_box_button {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 30px;
  height: 30px;
  color: transparent;
  background: transparent;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

.tenpo-modal_box_button::before, .tenpo-modal_box_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 3px;
  background: #b3b3b3;
  border-radius: 1px;
}

.tenpo-modal_box_button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.tenpo-modal_box_button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .tenpo-modal .work__box {
    width: 100%;
  }
  .tenpo-modal_box {
    padding: 25% 1.5em;
  }
  .tenpo-modal_box_inner {
    width: 95%;
    padding: 73px 5% 60px;
  }
}
/* patches/_shoplist.scss
-------------------------------------------------- */
.p-shoplist {
  line-height: normal;
  min-width: 1300px;
}
.p-shoplist .mv {
  background-image: none;
  margin-top: inherit;
  padding-top: inherit;
}
.p-shoplist .mv__top {
  max-height: 92px;
  padding: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-shoplist .mv__top img {
  display: block;
  max-width: 1300px;
}
.p-shoplist .mv__top img.sp {
  display: none;
}
.p-shoplist .mv__inner {
  background: url(../img/shoplist/mv_bg.png) no-repeat top center/cover;
  padding: 55px 0 40px;
}
.p-shoplist .mv__inner--copy {
  position: relative;
  width: 773px;
  margin: 0 auto;
}
.p-shoplist .mv__inner--copy-sp {
  display: none;
}
.p-shoplist .mv__inner--logo {
  position: absolute;
  top: 20px;
  left: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-shoplist .mv__inner--logo img {
  width: 180px;
  margin-right: 20px;
}
.p-shoplist .mv__inner--logo img:nth-child(2) {
  width: 214px;
}
.p-shoplist .mv__inner--note {
  position: relative;
  width: 625px;
  margin: 16px auto 0;
}
.p-shoplist .nav {
  padding-top: 74px;
  display: block;
  position: relative;
}
.p-shoplist .nav__ttl {
  width: 796px;
  margin: 0 auto 36px;
}
.p-shoplist .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
  padding: 0;
}
.p-shoplist .nav__list li {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 286px;
  margin-right: 21px;
  margin-bottom: 21px;
  line-height: normal;
}
.p-shoplist .nav__list li:nth-child(3n) {
  margin-right: 0;
}
.p-shoplist .nav__list a {
  border: solid 1px #808080;
  border-radius: 10px;
  display: block;
  color: #784a2f;
  padding: 18px 20px 17px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-shoplist .nav__list a[href="#hokaido"] {
  background-color: #eebfc8;
}
.p-shoplist .nav__list a[href="#tohoku"] {
  background-color: #f2cddc;
}
.p-shoplist .nav__list a[href="#hokuriku"] {
  background-color: #f8dfc0;
}
.p-shoplist .nav__list a[href="#kanto"] {
  background-color: #e2f0cd;
}
.p-shoplist .nav__list a[href="#tokai"] {
  background-color: #b2dace;
}
.p-shoplist .nav__list a[href="#kinki"] {
  background-color: #cbeaf9;
}
.p-shoplist .nav__list a[href="#tyugoku"] {
  background-color: #bed9ef;
}
.p-shoplist .nav__list a[href="#kyusyu"] {
  background-color: #d0c8df;
}
.p-shoplist .nav__list a:hover {
  opacity: 0.7;
}
.p-shoplist .area {
  padding: 6px 0 74px;
}
.p-shoplist .area__bloc {
  width: 900px;
  margin: 0 auto;
}
.p-shoplist .area__bloc + .area__bloc {
  margin-top: 50px;
}
.p-shoplist .area__bloc--ttl {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding: 21px 0;
  margin-bottom: 22px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-shoplist .area__bloc--ttl:hover {
  opacity: 0.75;
}
.p-shoplist .area__bloc--ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% + 1px);
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.p-shoplist .area__bloc--ttl.is-current:after {
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-shoplist .area__bloc .shoplistContent {
  display: none;
}
.p-shoplist .area__bloc .shoplistList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  gap: 16px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-shoplist .area__bloc .shoplistList li {
  width: 430px;
}
.p-shoplist .area__bloc .shoplistList li .txtClm {
  font-size: 20px;
}
.p-shoplist .area__bloc .shoplistList li .txtClm .name {
  font-weight: 700;
}
.p-shoplist .area__bloc .shoplistList li .txtClm .address span {
  display: block;
}
.p-shoplist .area__bloc .shoplistList li .btnClm {
  width: 130px;
}
.p-shoplist .area__bloc .shoplistList li .btnClm a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-shoplist .area__bloc .shoplistList li .btnClm a:hover {
  opacity: 0.7;
}
.p-shoplist .area__bloc .shoplistlink {
  display: block;
  color: #31c6a7;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0;
  border-radius: 999px;
  text-align: center;
  border: 1px solid #31c6a7;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-shoplist .area__bloc .shoplistlink:hover {
  opacity: 0.7;
}
.p-shoplist .area__bloc .shoplistlink::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 15px;
  background: url(../img/shoplist/top/icon_more.svg) no-repeat center center/contain;
}
@media all and (-ms-high-contrast: none) {
  .p-shoplist .area__bloc .shoplistList li {
    -webkit-transform: none;
            transform: none;
  }
  .p-shoplist .area__bloc .shoplistList li .txtClm {
    width: 100%;
  }
}
.p-shoplist #hokaido .area__bloc--ttl {
  background-color: #c62a47;
}
.p-shoplist #hokaido .shoplistList li + li:before {
  border-color: #c62a47;
}
.p-shoplist #tohoku .area__bloc--ttl {
  background-color: #d5578b;
}
.p-shoplist #tohoku .shoplistList li + li:before {
  border-color: #d54f97;
}
.p-shoplist #hokuriku .area__bloc--ttl {
  background-color: #e9942e;
}
.p-shoplist #hokuriku .shoplistList li + li:before {
  border-color: #e9942e;
}
.p-shoplist #kanto .area__bloc--ttl {
  background-color: #a0cc5a;
}
.p-shoplist #kanto .shoplistList li + li:before {
  border-color: #a0cc5a;
}
.p-shoplist #tokai .area__bloc--ttl {
  background-color: #00835d;
}
.p-shoplist #tokai .shoplistList li + li:before {
  border-color: #00835d;
}
.p-shoplist #kinki .area__bloc--ttl {
  background-color: #52b9ea;
}
.p-shoplist #kinki .shoplistList li + li:before {
  border-color: #52b9ea;
}
.p-shoplist #tyugoku .area__bloc--ttl {
  background-color: #2882cb;
}
.p-shoplist #tyugoku .shoplistList li + li:before {
  border-color: #2882cb;
}
.p-shoplist #kyusyu .area__bloc--ttl {
  background-color: #644995;
}
.p-shoplist #kyusyu .shoplistList li + li:before {
  border-color: #644995;
}
@media screen and (max-width: 1024px) {
  .p-shoplist {
    min-width: auto;
  }
  .p-shoplist .mv__top {
    max-height: 92px;
    padding: 5px 0;
  }
  .p-shoplist .mv__top img {
    max-width: 460px;
    width: 100%;
  }
  .p-shoplist .mv__inner {
    padding-top: 19px;
    padding-bottom: 25px;
    margin-top: 0;
  }
  .p-shoplist .mv__inner--copy {
    width: auto;
    max-width: 432px;
    -webkit-transform: none;
            transform: none;
    padding: 0 1px;
  }
  .p-shoplist .mv__inner--logo {
    display: none;
  }
  .p-shoplist .mv__inner--note {
    width: 71.5%;
    max-width: 286px;
    margin: 12px auto 0;
  }
  .p-shoplist .nav {
    padding: 30px 20px 0;
    height: auto;
  }
  .p-shoplist .nav__ttl {
    max-width: 430px;
    width: 100%;
    margin: 0 auto 18px;
  }
  .p-shoplist .nav__ttl img {
    width: 100%;
  }
  .p-shoplist .nav__list {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    top: inherit;
    left: inherit;
    background-color: inherit;
  }
  .p-shoplist .nav__list li {
    font-size: 18px;
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-shoplist .nav__list a {
    padding: 11px 10px;
  }
  .p-shoplist .area {
    padding: 0 20px 40px;
  }
  .p-shoplist .area__bloc {
    width: auto;
  }
  .p-shoplist .area__bloc + .area__bloc {
    margin-top: 23px;
  }
  .p-shoplist .area__bloc--ttl {
    font-size: 18px;
    padding: 18px 0;
    margin-bottom: 17px;
  }
  .p-shoplist .area__bloc--ttl:hover {
    opacity: 1;
  }
  .p-shoplist .area__bloc--ttl:after {
    right: 12px;
    width: 8px;
    height: 8px;
  }
  .p-shoplist .area__bloc .shoplistList {
    display: block;
    padding: 0;
  }
  .p-shoplist .area__bloc .shoplistList li {
    width: 100%;
  }
  .p-shoplist .area__bloc .shoplistList li + li {
    margin-top: 11px;
  }
  .p-shoplist .area__bloc .shoplistList li .txtClm {
    font-size: 11px;
  }
  .p-shoplist .area__bloc .shoplistList li .txtClm .name {
    font-size: 13px;
  }
  .p-shoplist .area__bloc .shoplistList li .btnClm {
    width: 52px;
    margin-top: 9px;
  }
  .p-shoplist .area__bloc .shoplistlink {
    font-size: 14px;
    padding: 14px 0;
  }
  .p-shoplist .area__bloc .shoplistlink::after {
    width: 6px;
    height: 13px;
  }
}
@media screen and (max-width: 499px) {
  .p-shoplist .area__bloc .shoplistList li + li::before {
    width: 96.5%;
    height: 2%;
  }
}

/* patches/_tenpo.scss
-------------------------------------------------- */
.tenpo {
  background-color: #fffae6;
}

.p-tenpo {
  min-width: 1300px;
  line-height: normal;
}
.p-tenpo .mv {
  background-image: none;
  margin-top: inherit;
  padding-top: inherit;
}
.p-tenpo .mv__top {
  max-height: 92px;
  padding: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
.p-tenpo .mv__top img {
  display: block;
  max-width: 1300px;
}
.p-tenpo .mv__ttl {
  width: 260px;
  margin: 52px auto 19px;
}
.p-tenpo .mv__inner {
  padding: 210px 0;
  background: url(../img/shoplist/mv_bg.png) no-repeat top center/cover;
}
.p-tenpo .mv__inner--copy {
  position: absolute;
  width: 1205px;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-tenpo .mv__inner:after {
  display: block;
  content: "";
  background: url(../img/shoplist/tenpo/mv_ttl.png) no-repeat center/contain;
  position: absolute;
  height: 188px;
  width: 782px;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-tenpo .nav {
  position: relative;
  display: block;
  text-align: center;
  font-size: 22px;
  padding-top: 51px;
}
.p-tenpo .nav__ttl {
  color: #784a2f;
  width: 900px;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 4px;
  margin: 0 auto 61px;
  border-bottom: 4px dotted #784a2f;
}
.p-tenpo .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 57px;
}
.p-tenpo .nav__list li {
  font-size: 24px;
  font-weight: 700;
  width: 286px;
}
.p-tenpo .nav__list li:nth-child(1) a {
  background-color: #02b64f;
}
.p-tenpo .nav__list li:nth-child(2) a {
  background-color: #0063c7;
}
.p-tenpo .nav__list li + li {
  margin-left: 21px;
}
.p-tenpo .nav__list li a {
  display: block;
  height: 100%;
  padding: 23px 20px 22px;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-tenpo .nav__list li a:hover {
  opacity: 0.75;
}
.p-tenpo .nav__list li a img {
  display: block;
  margin: auto;
  height: 23px;
  width: auto;
}
.p-tenpo .nav__txt {
  color: #784a2f;
  font-weight: 500;
}
.p-tenpo .work {
  margin-top: 63px;
}
.p-tenpo .work__bloc {
  width: 900px;
  margin: 0 auto;
}
.p-tenpo .work__bloc-null {
  width: 900px;
  margin: 0 auto;
}
.p-tenpo .work__bloc-null + .work__bloc-null {
  margin: 285px auto;
}
.p-tenpo .work__bloc-null:has(+ .work__btn) {
  margin-bottom: 140px;
}
.p-tenpo .work__ttl {
  width: 283px;
  margin: 0 auto;
}
.p-tenpo .work__list {
  margin-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-tenpo .work__item {
  width: 280px;
  margin-right: 30px;
  margin-bottom: 63px;
}
.p-tenpo .work__item:nth-child(3n) {
  margin-right: 0;
}
.p-tenpo .work__item .work__img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-tenpo .work__item .work__img:hover {
  opacity: 0.7;
}
.p-tenpo .work__img {
  display: block;
  border: 5px solid #b4b4b4;
  margin-bottom: 12px;
}
.p-tenpo .work__name {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #784a2f;
}
.p-tenpo .work__caption {
  width: 607px;
  margin: 50px auto 46px;
}
.p-tenpo .work__txt {
  width: 641px;
  margin: 70px auto 0;
}
.p-tenpo .work__bloc + .work__bloc {
  margin-top: 70px;
}
.p-tenpo .work__btn {
  display: block;
  width: 300px;
  padding: 12px 0 14px;
  margin: 46px auto 98px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  background-color: #f56c50;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.p-tenpo .work__btn::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 14px;
  background: url(../img/shoplist/tenpo/icon_arw.svg) center center no-repeat;
  background-size: contain;
}
.p-tenpo .work__btn:hover {
  opacity: 0.75;
}
.p-tenpo .modal .work__name {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-tenpo {
    min-width: auto;
  }
  .p-tenpo .mv__top {
    max-height: 92px;
    padding: 5px 0;
  }
  .p-tenpo .mv__top img {
    max-width: 460px;
    width: 100%;
  }
  .p-tenpo .mv__ttl {
    width: auto;
    max-width: 200px;
    margin: 20px auto 12px;
    padding: 0 20px;
  }
  .p-tenpo .mv__inner {
    padding: 0 0 min(83px, 15.8vw);
  }
  .p-tenpo .mv__inner--copy {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 90.55%;
    max-width: 432px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .p-tenpo .mv__inner:after {
    background: url(../img/shoplist/tenpo/sp/mv_ttl.png) no-repeat center/contain;
    bottom: 24px;
    width: 100%;
    max-width: 492px;
    padding: 0 15px;
    aspect-ratio: 800/268;
    height: auto;
  }
  .p-tenpo .nav {
    height: inherit;
    font-size: 1.4rem;
    padding: 4px 20px 0;
  }
  .p-tenpo .nav__ttl {
    width: 100%;
    font-size: 20px;
    margin-bottom: 26px;
    border-bottom-width: 3px;
  }
  .p-tenpo .nav__list {
    padding-top: 0;
    margin-bottom: 18px;
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    background-color: inherit;
  }
  .p-tenpo .nav__list li {
    font-size: 15px;
    width: 48%;
    max-width: 175px;
  }
  .p-tenpo .nav__list li + li {
    margin-left: 10px;
  }
  .p-tenpo .nav__list li a {
    padding: 13px 20px;
  }
  .p-tenpo .nav__list li a img {
    height: 16px;
  }
  .p-tenpo .nav__txt {
    height: auto;
    font-size: 14px;
  }
  .p-tenpo .work {
    margin-top: 23px;
    padding: 0 20px;
  }
  .p-tenpo .work__bloc {
    width: auto;
  }
  .p-tenpo .work__bloc-null {
    width: auto;
  }
  .p-tenpo .work__bloc-null + .work__bloc-null {
    margin: 120px auto 195px;
  }
  .p-tenpo .work__bloc-null:has(+ .work__btn) {
    margin-bottom: 100px;
  }
  .p-tenpo .work__bloc + .work__bloc {
    margin-top: 90px;
  }
  .p-tenpo .work__ttl {
    width: auto;
    max-width: 460px;
    margin: 0 auto 11px;
  }
  .p-tenpo .work__list {
    margin-top: 11px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
  .p-tenpo .work__item {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .p-tenpo .work__name {
    font-size: 16px;
    color: #000;
  }
  .p-tenpo .work__caption {
    width: 79.17%;
  }
  .p-tenpo .work__txt {
    width: 79.22%;
    margin-top: 35px;
  }
  .p-tenpo .work__btn {
    width: 55%;
    padding: 7px 0 9px;
    margin: 36px auto 66px;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 700;
  }
  .p-tenpo .work__btn::before {
    margin-right: 7px;
    width: 8px;
    height: 14px;
  }
}

/* patches/_tenji.scss
-------------------------------------------------- */
body {
  min-width: auto;
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
/* _Tenji
-------------------------------------------------------------- */
.p-tenji {
  overflow-x: hidden;
}

.tenji {
  background: url(../img/tenji/bg.png) no-repeat center/cover;
  width: 100vw;
  height: 100vh;
}
.tenji__video {
  width: 100vw;
  height: 100vh;
}
.tenji__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tenji__inner {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 45%;
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.tenji__ttl {
  max-width: 613px;
  margin: 0 auto 23px;
}
.tenji__btn {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.tenji__btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .tenji {
    background: url(../img/tenji/sp/bg.png) no-repeat center/cover;
  }
  .tenji__video {
    width: 100%;
    height: 0;
    padding-bottom: 100vh;
    overflow: hidden;
  }
  .tenji__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    width: 100vh;
    height: 100vw;
  }
  .tenji__inner {
    width: 100%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .tenji__ttl {
    width: 100%;
    min-width: auto;
    max-width: 480px;
    margin: 0 auto 20px;
  }
  .tenji__btn {
    width: 62.5%;
    max-width: 300px;
    margin: 20px auto 0;
  }
}

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* patches/_shoplist-footer.scss
-------------------------------------------------- */
.p-shoplist-footer {
  background: #e6e6e6;
  padding: 31px;
  min-width: 1300px;
}
.p-shoplist-footer p {
  text-align: center;
  font-family: "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .p-shoplist-footer {
    min-width: auto;
    padding: 22px 10px;
  }
  .p-shoplist-footer p {
    font-size: 10px;
  }
}