@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@-webkit-keyframes hover {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hover {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.u-accent {
  color: #005bac !important;
  font-weight: 700 !important;
}

.u-albert {
  font-family: "Albert Sans",sans-serif;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: rgba(0,0,0,0);
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .3s;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .8;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

ol.list-num {
  padding-left: 1.2em;
}

ol.list-num>li {
  margin-bottom: 10px;
  counter-increment: number;
  position: relative;
}

ol.list-num>li::before {
  content: counter(number) ".";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Noto Sans JP","Albert Sans","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.c-btn {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background-color: #397191;
  padding: 13px 0 16px;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: .3s;
}

.c-btn:after {
  content: "";
  background-image: url(../images/common/ic_arrow_forward.svg);
  width: 16px;
  height: 16px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn:hover {
  opacity: .7;
}

.c-btn--16 {
  font-size: 16px;
  letter-spacing: -0.1em;
}

.c-iframe {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.c-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #971228;
  transition: .3s all;
  padding: 17px 0 0;
}

.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.c-modal__inner {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #fff;
}

.c-modal__logo {
  width: 29.4%;
}

.c-modal__nav {
  position: absolute;
  top: 50%;
  left: 15.3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}

.c-modal__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-modal__item--small .c-modal__link {
  font-size: 16px;
}

.c-modal__item--shoplist {
  margin-bottom: 25px;
}

.c-modal__link {
  font-family: "Albert Sans",sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 2;
}

.c-nav-btn {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0);
  border: none;
  padding: 0;
  transition: .3s;
  z-index: 999;
  margin: 12px 0 30px;
}

.c-nav-btn:hover {
  opacity: 1;
}

.c-nav-btn__wrap {
  width: 35px;
  height: 20px;
  margin: 0 auto;
}

.c-nav-btn__wrap__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.c-nav-btn__line {
  position: absolute;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(0,0,0,.75);
  transition: all .3s;
}

.c-nav-btn__line:nth-of-type(1) {
  top: 0px;
}

.c-nav-btn__line:nth-of-type(2) {
  width: 100%;
  top: 9px;
}

.c-nav-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 0;
}

.c-nav-btn.is-open .c-nav-btn__line {
  height: 3px;
  background-color: #fff;
  width: 120%;
}

.c-nav-btn.is-open .c-nav-btn__line:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.c-nav-btn.is-open .c-nav-btn__line:nth-of-type(2) {
  opacity: 0;
}

.c-nav-btn.is-open .c-nav-btn__line:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

.c-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s;
}

.c-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  padding: 110px 25px 40px;
}

.c-nav__item {
  position: relative;
  cursor: pointer;
}

.c-nav__item--home {
  display: none;
}

.c-nav__link {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  display: block;
  transition: .1s !important;
}

.c-nav__sublist {
  gap: 10px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 10px 20px;
}

.c-nav__sublist--center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-nav__sublist--recruitment {
  right: 0;
}

.c-nav__sublist--recruitment:before {
  right: 20px;
}

.c-nav__subitem {
  font-size: 14px;
  border-bottom: 1px dashed hsla(0,0%,100%,.3);
}

.c-nav__subitem__link {
  display: block;
  padding: 20px 0;
  color: #fff;
  position: relative;
}

.c-nav__subitem__link:after {
  content: "";
  background-image: url(../images/common/ic_arrow_forward.svg);
  width: 12px;
  height: 12px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-scroll-down {
  width: 2px;
  height: 40px;
  background: #000;
  -webkit-animation: scrollDown4 2s ease infinite;
  animation: scrollDown4 2s ease infinite;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@-webkit-keyframes scrollDown4 {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  45% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  55% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes scrollDown4 {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  45% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  55% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.c-title {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.c-title--en {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: #397191;
  display: block;
}

.c-title--ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding-top: 22px;
  position: relative;
}

.c-title--ja span {
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
}

.l-footer {
  background-color: #971228;
  color: #fff;
  padding: 24px 4.6% 14px;
}

.l-footer__inner {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__nav {
  margin-bottom: 33px;
}

.l-footer__nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 34px;
}

.l-footer__nav__item:first-of-type {
  margin-right: 100px;
}

.l-footer__nav__link {
  font-size: 12px;
  letter-spacing: .05em;
  padding-right: 20px;
  position: relative;
}

.l-footer__nav__link:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/ic_blank.svg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__logo-copyright {
  text-align: center;
}

.l-footer__logo-copyright__text {
  font-family: "Albert Sans",sans-serif;
  font-size: 10px;
  font-weight: 500;
  margin-top: 14px;
}

.l-header {
  background-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 175px;
  position: fixed;
  transition: .5s;
}

.l-header__inner {
  width: 100%;
  padding: 0 0 0 4.6%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header__logo--off {
  width: 145px;
  transition: .5s;
  margin-top: 26px;
  opacity: 1;
}

.l-header__logo__img--red {
  transition: .5s;
}

.l-header__logo__img--white {
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}

.l-header__btn {
  width: 93px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__btn__shop {
  transition: .5s;
  opacity: 1;
}

.l-header__btn__shop__link {
  font-family: "Albert Sans",sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #971228;
  background-color: #fff;
  border: 2px solid #971228;
  width: 80px;
  height: 55px;
  padding: 5px 0;
  text-align: center;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__btn__shop__open {
  font-family: "Albert Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
  color: #971228;
  text-align: center;
  margin-top: 5px;
}

.l-header__shop {
  width: 78px;
  padding: 0 12px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  bottom: 20px;
  transition: .5s;
}

.l-header__shop.is-bottom {
  bottom: 260px;
}

.l-header.is-scrolled .l-header__logo--off {
  opacity: 0;
  visibility: hidden;
}

.l-header.is-scrolled .l-header__logo--scroll {
  opacity: 1;
  visibility: visible;
}

.l-header.is-scrolled .l-header__btn__shop {
  opacity: 0;
  visibility: hidden;
}

.l-header.is-scrolled .l-header__shop {
  opacity: 1;
  visibility: visible;
}

.is-menu-open {
  background-color: #971228 !important;
}

.is-menu-open .l-header__logo__img--red {
  opacity: 0;
  visibility: hidden;
}

.is-menu-open .l-header__logo__img--white {
  opacity: 1;
  visibility: visible;
}

.l-wrapper {
  margin: 0 auto;
}

.l-container {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.l-main {
  position: relative;
}

.top {
  background-color: #e6e5e3;
}

.top-sec {
  background-color: #fff;
}

.top-sec__beige {
  background-color: rgba(255,247,225,.5);
}

.top-sec__beige .top-sec__heading {
  top: -21px;
  position: relative;
  margin-bottom: 6px;
}

.top-sec__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top-sec__heading {
  font-family: "Albert Sans",sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.2;
  color: #971228;
  text-align: center;
}

.top-sec__heading--ja {
  font-family: "Noto Sans JP","Albert Sans","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #971228;
  display: block;
  padding-top: 8px;
}

.top-sec__mv {
  background-color: #e6e5e3;
  height: 100svh;
  position: relative;
  background-image: url(/images/img_mv_sp.png);
  background-size: cover;
  background-position: bottom;
}

.top-sec__story {
  padding: 0;
  position: relative;
}

.top-sec__story:before {
  content: "";
  width: 100%;
  height: 280px;
  background-image: url(/images/img_story_sp.jpg);
  background-size: cover;
  background-position: center;
  display: block;
}

.top-sec__story .top-sec__inner {
  background-color: #f5f2ec;
  color: #971228;
  margin: -40px 0 -37px 30px;
  padding: 37px 0 37px 30px;
}

.top-sec__story__title {
  margin-bottom: 30px;
}

.top-sec__story__heading {
  font-family: "Albert Sans",sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.top-sec__story__lead {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .025em;
}

.top-sec__story__desc {
  margin-bottom: 1.7em;
}

.top-sec__story__desc:last-of-type {
  margin-bottom: 0;
}

.top-sec__menu {
  padding-bottom: 50px;
}

.top-sec__menu__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 4.6%;
  gap: 35px 0;
}

.top-sec__menu__col:after {
  content: "";
  width: 48.02%;
  height: 1px;
}

.top-sec__menu__box {
  width: 48.02%;
}

.top-sec__menu__img {
  border-radius: 6px;
}

.top-sec__menu__name {
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  margin: 18px 0 10px;
}

.top-sec__menu__caption {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0;
}

.top-sec__menu__price {
  font-family: "Albert Sans",sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .025em;
  margin-top: 9px;
}

.top-sec__menu__note {
  font-size: 12px;
  margin: 30px 0 0 4.6%;
}

.top-sec__craftmanship {
  padding: 70px 0 84px;
}

.top-sec__craftmanship__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 42px 0;
  margin-top: 32px;
}

.top-sec__craftmanship__box {
  width: 100%;
}

.top-sec__craftmanship__heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .15em;
  color: #971228;
  padding-left: 47px;
  margin-bottom: 20px;
  position: relative;
}

.top-sec__craftmanship__heading:before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #971228;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-sec__craftmanship__photo {
  position: relative;
  padding-left: 47px;
}

.top-sec__craftmanship__photo__en {
  height: 100%;
  font-family: "Albert Sans",sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #666;
}

.top-sec__craftmanship__title {
  font-size: 16px;
  font-weight: 700;
  color: #971228;
  line-height: 1.6;
  padding-left: 47px;
  margin: 20px 0 15px;
}

.top-sec__craftmanship__desc {
  padding: 0 20px 0 47px;
}

.top-sec__rebake {
  text-align: center;
  padding: 60px 0 82px;
}

.top-sec__rebake__desc {
  font-size: 14px;
  text-align: left;
  letter-spacing: .01em;
  margin-top: 40px;
}

.top-sec__rebake__heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .015em;
  color: #971228;
  position: relative;
  margin-top: 40px;
}

.top-sec__rebake__heading:before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #971228;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-sec__rebake__heading:after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #971228;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-sec__rebake__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 0 30px;
  gap: 18px;
}

.top-sec__rebake__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-sec__rebake__arrow {
  position: relative;
}

.top-sec__rebake__step {
  font-family: "Albert Sans",sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .075em;
}

.top-sec__rebake__step--en {
  font-size: 14px;
  display: block;
  line-height: 1;
}

.top-sec__rebake__pict {
  width: 82px;
  margin: 0 20px 0 25px;
}

.top-sec__rebake__time {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #971228;
}

.top-sec__rebake__time--small {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 8px;
  color: #000;
  display: block;
}

.top-sec__rebake__detail {
  font-size: 14px;
  letter-spacing: .01em;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #971228;
}

.top-sec__rebake__note {
  font-size: 11px;
  letter-spacing: .01em;
  text-align: left;
  margin-top: 14px;
}

.top-sec__shoplist {
  padding: 0 0 73px;
}

.top-sec__shoplist__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 37px;
  padding-top: 26px;
}

.top-sec__shoplist__col+.top-sec__shoplist__col {
  border-top: 1px dashed #333;
  margin-top: 59px;
  padding-top: 59px;
}

.top-sec__shoplist__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.top-sec__shoplist__info {
  padding: 15px 0 15px;
  border-bottom: 1px solid #333;
}

.top-sec__shoplist__info__heading {
  font-size: 13px;
  font-weight: 700;
}

.top-sec__shoplist__info__detail {
  font-size: 14px;
  letter-spacing: .05em;
  margin-top: 7px;
}

.top-sec__shoplist__info__detail--en {
  font-family: "Albert Sans",sans-serif;
}

.top-sec__shoplist__link {
  padding-top: 17px;
}

.top-sec__shoplist__link__item {
  font-family: "Albert Sans",sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 7px;
}

.top-sec__shoplist__map .c-iframe {
  padding-top: 58.81%;
}

.top-sec__shoplist__map__img {
  margin-top: 20px;
}

.top-sec__faq-contact {
  padding: 34px 0 59px;
}

.top-sec__faq-contact .top-sec__inner {
  width: 79.4%;
}

.top-sec__faq-contact__box {
  position: relative;
  text-align: center;
}

.top-sec__faq-contact__box .top-sec__heading {
  top: 0 !important;
  margin-bottom: 25px;
}

.top-sec__faq-contact__box--faq {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.top-sec__faq-contact__link {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #971228;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #971228;
  padding-bottom: 6px;
}

.top-sec__faq-contact__link--pdf {
  font-family: "Albert Sans",sans-serif;
  font-size: 9px;
  font-weight: 800;
  border: 1px solid #971228;
  border-radius: 2px;
  padding: 1px 6px;
  display: inline-block;
  margin: 3px 0 0px 5px;
}

.top-sec__faq-contact__link--large {
  font-size: 16px;
  font-weight: 700;
  padding-left: 5px;
}

.top-sec__faq-contact__desc {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0;
  color: rgba(0,0,0,.8);
  margin-top: 30px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #fff;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-none {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 767px) {
  .top-sec__mv {
    background-image: url(/images/img_mv_tb.png);
  }

  .top-sec__story .top-sec__inner {
    padding-left: calc(50% - 150px);
  }

  .top-sec__rebake__heading:before {
    width: calc(50% - 150px);
  }

  .top-sec__rebake__heading:after {
    width: calc(50% - 200px);
  }
}

@media screen and (min-width: 1000px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
    line-height: 1.7;
  }

  .c-btn {
    width: 400px;
    padding: 16px 0 18px;
  }

  .c-btn:after {
    right: 29px;
  }

  .c-btn--16 {
    font-size: 18px;
  }

  .c-modal {
    padding: 25px 0 0;
  }

  .c-modal__inner {
    width: 942px;
  }

  .c-modal__logo {
    width: 193px;
  }

  .c-modal__nav {
    left: 217px;
  }

  .c-modal__item--small .c-modal__link {
    font-size: 18px;
  }

  .c-modal__item--shoplist {
    margin-bottom: 40px;
  }

  .c-modal__item--faq {
    margin: 0 0 5px;
  }

  .c-modal__link {
    font-size: 40px;
    line-height: 1.5;
  }

  .c-nav-btn {
    width: 35px;
    height: 20px;
    margin: 13px 0 38px;
  }

  .c-nav-btn__wrap {
    width: 35px;
    height: 20px;
  }

  .c-nav-btn__line:nth-of-type(2) {
    top: 9px;
  }

  .c-nav__list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }

  .c-nav__item {
    padding: 20px 0;
  }

  .c-nav__item:hover {
    padding: 20px 0 18px;
  }

  .c-nav__item:hover .c-nav__link {
    opacity: 1;
    color: #fff;
    border-bottom: 2px solid #efff3b;
  }

  .c-nav__item:hover .c-nav__sublist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
  }

  .c-nav__item--home {
    display: block;
  }

  .c-nav__link {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 12px;
    border: none;
  }

  .c-nav__sublist {
    display: none;
    position: absolute;
    top: 77px;
    width: 200px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #397191;
    padding: 20px;
  }

  .c-nav__sublist:before {
    content: "";
    width: 18px;
    height: 8px;
    background-image: url(../images/common/img_tri.svg);
    background-size: cover;
    display: block;
    position: absolute;
    top: -8px;
  }

  .c-nav__sublist--center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-nav__sublist--employee {
    width: 280px;
  }

  .c-nav__sublist--recruitment {
    width: 215px;
  }

  .c-nav__subitem {
    border-bottom: none;
  }

  .c-nav__subitem__link:after {
    display: none;
  }

  .c-nav__subitem__link {
    padding: 0;
    color: #397191;
  }

  .c-nav__subitem__link:hover {
    color: #397191;
  }

  .c-scroll-down {
    height: 60px;
    bottom: -20px;
  }

  .c-title {
    margin-bottom: 65px;
  }

  .c-title--en {
    font-size: 48px;
  }

  .c-title--ja {
    font-size: 18px;
    margin-top: 10px;
  }

  .l-footer {
    padding: 40px 0 35px;
  }

  .l-footer__inner {
    width: 942px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-footer__nav {
    width: 370px;
    margin-bottom: 0;
  }

  .l-footer__logo-copyright {
    width: 320px;
    text-align: right;
  }

  .l-header {
    height: 175px;
  }

  .l-header__inner {
    width: 942px;
    margin: 0 auto;
    padding: 15px 0 0;
  }

  .l-header__logo--off {
    margin-top: 15px;
  }

  .l-header__btn {
    width: 87px;
    margin: 0;
  }

  .l-header__btn__shop__open {
    margin-top: 10px;
  }

  .l-header__shop {
    right: calc(50% - 471px);
    bottom: 150px;
  }

  .l-header__shop.is-bottom {
    bottom: 150px;
  }

  .l-header.is-scrolled {
    height: 96px;
  }

  .l-container {
    padding: 0;
  }

  .top-sec__beige .top-sec__heading {
    top: -28px;
    margin-bottom: 32px;
  }

  .top-sec__inner {
    width: 768px;
    padding: 0;
  }

  .top-sec__heading {
    font-size: 46px;
  }

  .top-sec__heading--ja {
    font-size: 16px;
    padding-top: 15px;
  }

  .top-sec__mv {
    background-image: url(/images/img_mv.png);
    background-position: bottom;
  }

  .top-sec__story {
    padding: 0 0 220px;
  }

  .top-sec__story:before {
    background-image: url(/images/img_story.jpg);
    height: 550px;
    margin-bottom: 140px;
  }

  .top-sec__story .top-sec__inner {
    position: absolute;
    top: 114px;
    right: calc(50% - 471px);
    width: 460px;
    padding: 47px 130px 47px 70px;
    margin: 0;
  }

  .top-sec__story__heading {
    margin-bottom: 13px;
  }

  .top-sec__story__lead {
    font-size: 28px;
  }

  .top-sec__story__text {
    width: 340px;
  }

  .top-sec__story__img {
    width: 450px;
    margin-left: calc(50% - 516px);
  }

  .top-sec__menu {
    padding-bottom: 100px;
  }

  .top-sec__menu__col {
    padding: 0;
  }

  .top-sec__menu__col:after {
    width: 232px;
  }

  .top-sec__menu__box {
    width: 232px;
  }

  .top-sec__menu__note {
    margin: 30px 0 0;
  }

  .top-sec__craftmanship {
    padding: 100px 0 148px;
  }

  .top-sec__craftmanship__col {
    margin-top: 66px;
    gap: 52px 0;
  }

  .top-sec__craftmanship__box {
    width: 358px;
  }

  .top-sec__craftmanship__heading {
    padding-left: 60px;
    margin-bottom: 15px;
  }

  .top-sec__craftmanship__heading:before {
    left: 7px;
  }

  .top-sec__craftmanship__photo {
    padding-left: 60px;
  }

  .top-sec__craftmanship__photo__en {
    left: 25px;
  }

  .top-sec__craftmanship__title {
    padding-left: 60px;
  }

  .top-sec__craftmanship__desc {
    padding: 0 0 0 60px;
  }

  .top-sec__rebake {
    padding: 100px 0 128px;
  }

  .top-sec__rebake__desc {
    font-size: 15px;
    text-align: center;
  }

  .top-sec__rebake__heading {
    font-size: 18px;
  }

  .top-sec__rebake__heading:before {
    width: 165px;
  }

  .top-sec__rebake__heading:after {
    width: 165px;
  }

  .top-sec__rebake__col {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 28px;
  }

  .top-sec__rebake__detail {
    text-align: center;
    padding-bottom: 30px;
  }

  .top-sec__rebake__note {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
  }

  .top-sec__shoplist {
    padding: 0 0 100px;
  }

  .top-sec__shoplist__col {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
  }

  .top-sec__shoplist__col+.top-sec__shoplist__col {
    padding-top: 59px;
  }

  .top-sec__shoplist__box {
    width: 352px;
  }

  .top-sec__shoplist__name {
    font-size: 24px;
    padding-bottom: 27px;
  }

  .top-sec__shoplist__info {
    padding: 15px 0 18px;
  }

  .top-sec__shoplist__info__detail {
    font-size: 15px;
  }

  .top-sec__faq-contact {
    padding: 100px 0;
  }

  .top-sec__faq-contact .top-sec__inner {
    width: 940px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-sec__faq-contact__box {
    width: 420px;
  }

  .top-sec__faq-contact__box .top-sec__heading {
    margin-bottom: 32px;
  }

  .top-sec__faq-contact__box--faq {
    padding: 0;
    margin: 0;
  }

  .top-sec__faq-contact__link {
    font-size: 21px;
    padding-bottom: 11px;
  }

  .top-sec__faq-contact__link--pdf {
    font-size: 13px;
    padding: 1px 6px;
    margin: 5px 0 0px 5px;
  }

  .top-sec__faq-contact__link--large {
    font-size: 23px;
  }

  .top-sec__faq-contact__desc {
    text-align: center;
  }

  .u-sp-hide {
    display: block !important;
  }

  .u-pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .c-nav.is-open {
    height: 100%;
    overflow: auto;
    opacity: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #397191;
  }

  .top-sec__inner--sp {
    width: 90.76%;
  }

  .top-sec__rebake .top-sec__heading {
    top: 0;
    margin-bottom: 20px;
  }

  .top-sec__rebake__arrow {
    width: 100%;
    text-align: center;
  }

  .top-sec__rebake__arrow__img {
    width: 13px;
    height: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .top-sec__rebake__arrow:before {
    content: "";
    width: calc(50% - 25px);
    height: 1px;
    border-bottom: 1px dashed #000;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .top-sec__rebake__arrow:after {
    content: "";
    width: calc(50% - 25px);
    height: 1px;
    border-bottom: 1px dashed #000;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .top-sec__faq-contact__box--contact .top-sec__faq-contact__link {
    display: inline-block;
  }
}

@media screen and (max-width: 389px) {
  .l-header__logo--off {
    width: 100px;
  }

  .top-sec__faq-contact__link {
    font-size: 14px;
  }
}