@charset "UTF-8";
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1160px) {
  html {
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 400;
  color: #2E1E43;
  display: flex;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    display: block;
    overscroll-behavior: none;
  }
}

body.drawer-open {
  /* position: fixed; */
  /* width: 100%; */
  /* height: 100%; */
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
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 {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about {
  padding-top: 7.1875rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .l-about {
    margin-top: 4.0625rem;
    padding-top: 0;
  }
}

.l-commitment {
  margin-top: -5.625rem;
  padding-top: 10.8125rem;
  padding-bottom: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .l-commitment {
    margin-top: 4.4375rem;
    padding-top: 3.8125rem;
    padding-bottom: 5.0625rem;
  }
}

.l-contact {
  padding-top: 6.5625rem;
  padding-bottom: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}

.l-eat {
  margin-top: 7.3125rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-eat {
    margin-top: 4.125rem;
    margin-bottom: 5rem;
  }
}

.l-enjoy {
  padding-top: 6.8125rem;
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 767px) {
  .l-enjoy {
    padding-top: 5.0625rem;
    padding-bottom: 5.5rem;
  }
}

.l-inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 16px;
    max-width: 600px;
  }
}

.l-inner.l-inner--lineup {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--lineup {
    margin-inline: auto;
  }
}

.l-material {
  margin-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .l-material {
    overflow-x: hidden;
    margin-top: 5.0625rem;
  }
}

.l-mix {
  padding-top: 7.25rem;
  padding-bottom: 9.75rem;
}
@media screen and (max-width: 767px) {
  .l-mix {
    padding-top: 5.0625rem;
    padding-bottom: 13.375rem;
  }
}

.l-section {
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 2.5rem 0 3.125rem;
  }
}

.l-taste {
  margin-top: 7.125rem;
  padding-bottom: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .l-taste {
    margin-top: 5rem;
    padding-bottom: 3.9375rem;
  }
}

.l-top-about {
  margin-top: 12.7vw;
  padding-top: 7.375rem;
  padding-bottom: 8.625rem;
}
@media screen and (max-width: 767px) {
  .l-top-about {
    margin-top: 0;
    padding-top: 3.0625rem;
    padding-bottom: 5rem;
  }
}

.l-top-concept {
  margin-top: 7.125rem;
}
@media screen and (max-width: 767px) {
  .l-top-concept {
    margin-top: 3.375rem;
  }
}

.l-top-lineup {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-top-lineup {
    padding-top: 3.0625rem;
  }
}

.c-btn {
  display: inline-block;
  padding: 0.625rem 0.5625rem 0.625rem 3.5625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
}

.c-btn::before {
  content: "";
  width: 2.1875rem;
  height: 2.1875rem;
  margin-left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
  background-image: url(../images/mikoto-bread/arrow_to-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
  position: absolute;
}

.c-btn::after {
  content: "";
  position: absolute;
  width: 74%;
  height: 0.0375rem;
  bottom: 0;
  right: 0;
  background-color: #A00000;
  transition: 0.3s;
}
.c-btn:hover::before {
  left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-btn:hover::before {
    left: 0;
  }
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.c-column2--gap60 {
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
}

.c-column3 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column4 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-hoverRun {
  text-decoration: none;
  background-image: linear-gradient(90deg, #2E1E43, #2E1E43);
  background-repeat: no-repeat;
  display: inline;
  background-position: left 40% bottom 0;
  background-size: 0 0.03125rem;
  transition: background-size 0.5s;
  padding: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .top-lineup__card:hover .top-lineup__btn-text {
    background-size: 90% 0.03125rem;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 10%;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s opacity;
}

@media screen and (min-width: 768px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}
.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1em;
  top: 0.3em;
  background: url(../images/common/dummy.jpg) center center/contain no-repeat;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: #fff;
}

/* スクロールダウン表示
---------------------------------------------------- */
.scrolldown2 {
  position: absolute;
  bottom: 0;
  right: 4.5625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scrolldown2 {
    right: 1.5625rem;
  }
}

.scrolldown2 span {
  position: absolute;
  left: -0.625rem;
  bottom: 8.125rem;
  color: #2E1E43;
  font-size: 1rem;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .scrolldown2 span {
    left: -0.625rem;
    bottom: 3.125rem;
  }
}

.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #2E1E43;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 6.25rem;
  }
  100% {
    bottom: -0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  @keyframes circlemove {
    0% {
      bottom: 2.5rem;
    }
    100% {
      bottom: -0.3125rem;
    }
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.125rem;
  height: 6.875rem;
  background: #2E1E43;
}
@media screen and (max-width: 767px) {
  .scrolldown2:after {
    width: 0.0625rem;
    height: 2.5rem;
  }
}

.sub-title-ja {
  margin-top: 2.25rem;
  display: block;
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.8333333333;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .sub-title-ja {
    margin-top: 2.0625rem;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.04em;
  }
}

/* swiper
---------------------------------------------------- */
.title {
  text-align: center;
}

.title--mix {
  -moz-text-align-last: left;
       text-align-last: left;
}

.title-en {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-en {
    font-size: 0.875rem;
    line-height: 0.8235294118;
  }
}

.title-en--mix {
  padding-left: 4.875rem;
}
@media screen and (max-width: 767px) {
  .title-en--mix {
    padding-left: 3.4375rem;
  }
}

.title-en--about span {
  text-transform: uppercase;
}

.title-en::before {
  content: "";
  width: 3.8125rem;
  height: 0.0625rem;
  background-color: #A00000;
  bottom: -1.1875rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .title-en::before {
    width: 2.375rem;
  }
}

.title-en--mix::before {
  top: 50%;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
}

.title-ja {
  margin-top: 2.25rem;
  display: block;
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.8333333333;
}
@media screen and (max-width: 767px) {
  .title-ja {
    margin-top: 2.0625rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.title-ja--about {
  margin-top: 1.125rem;
}

.title-ja--mix {
  margin-top: 1.25rem;
}

.title-ja--material {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .title-ja--material {
    margin-top: 0.375rem;
  }
}

.color-red {
  color: #A00000;
}

.uppercase {
  text-transform: uppercase;
}

.about {
  overflow-y: hidden;
}

.about__content {
  text-align: center;
}

.about__text {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  background: url(../images/mikoto-bread/about_bg-logo.png) no-repeat center center/13.8125rem 13.3125rem;
}
@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 1.125rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2;
  }
}
.about__text span + span {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .about__text span + span {
    margin-top: 2rem;
  }
}

.about__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about__text span {
    letter-spacing: -0.03em;
  }
}

.about__wrapper {
  margin-top: 7.1875rem;
  display: flex;
  -moz-column-gap: 7.7%;
       column-gap: 7.7%;
}
@media screen and (max-width: 767px) {
  .about__wrapper {
    margin-top: 4.5rem;
    display: block;
    -moz-column-gap: initial;
         column-gap: initial;
  }
}

.about__img {
  margin-left: calc(50% - 50vw + 3.5rem);
  width: 41.302vw;
}
@media screen and (max-width: 767px) {
  .about__img {
    margin-left: calc(50% - 50vw);
    width: 78vw;
  }
}

.about__img img {
  width: 100%;
}

.about__concept-wrap {
  width: 55.988%;
  display: flex;
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .about__concept-wrap {
    margin-top: 2.5625rem;
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.about__concept {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.about__concept-img {
  width: 4.5rem;
  height: 1.875rem;
}

.about__concept-img img {
  display: inline-block;
  max-width: 4.5rem;
}

.about__concept-title {
  margin-top: 0.75rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0.3em;
  line-height: 1;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}

.about__concept-title span {
  margin-top: 0.8125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  text-transform: capitalize;
}

.about__description {
  margin-top: 2.1875rem;
  padding-bottom: 10.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1.7;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .about__description {
    margin-top: 2.375rem;
    line-height: 1.97;
    padding-bottom: 0;
  }
}

.commitment {
  background: url(../images/mikoto-bread/commitment_bg_pc.jpg) no-repeat center center/cover;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .commitment {
    background: url(../images/mikoto-bread/commitment_bg_pc.jpg) no-repeat center center/cover;
  }
}

.commitment__items {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .commitment__items {
    margin-top: 1.5rem;
  }
}

.commitment__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .commitment__item {
    display: block;
  }
}
.commitment__item + .commitment__item {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .commitment__item + .commitment__item {
    margin-top: 3.375rem;
  }
}

.reverse {
  flex-direction: row-reverse;
}

.commitment__img {
  width: 48.45%;
}
@media screen and (max-width: 767px) {
  .commitment__img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .right-space {
    margin-left: calc(50% - 50vw);
    width: 89.745vw;
  }
}

@media screen and (max-width: 767px) {
  .left-space {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    width: 89.745vw;
  }
}

.commitment__img img {
  aspect-ratio: 533/309;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.commitment__content {
  width: 48.72%;
}
@media screen and (max-width: 767px) {
  .commitment__content {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.commitment__card-number {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0;
  line-height: 1;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  text-transform: capitalize;
}

.commitment__card-number span {
  margin-left: 0.625rem;
  display: inline-block;
  font-size: 1rem;
}

.commitment__card-title {
  margin-top: 1.0625rem;
  font-size: 2rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .commitment__card-title {
    margin-top: 0.9375rem;
    font-size: 1.5rem;
  }
}

.commitment__card-text {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 2;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .commitment__card-text {
    margin-top: 0.1875rem;
  }
}

.contact {
  background: url(../images/mikoto-bread/contact_bg_pc.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact {
    background: url(../images/mikoto-bread/contact_bg_sp.jpg) no-repeat center center/cover;
  }
}

.contact__message {
  padding-left: 3.3125rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact__message {
    width: 100%;
    padding-left: initial;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -0.1em;
  }
}

.contact__btn-wrapper {
  margin-top: 3.375rem;
  position: relative;
  width: 100%;
  padding: 0.4375rem 0.5rem 0.4375rem;
}

.contact__btn-background {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  pointer-events: none;
}

.contact__btn {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 0.0625rem 0;
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.contact__btn-inner {
  display: block;
  margin: 0.1875rem 0.1875rem;
  padding: 2.5rem;
  border: 1px solid #A00000;
}
@media screen and (max-width: 767px) {
  .contact__btn-inner {
    text-align: left;
    padding: 0.75rem 2.375rem 0.75rem 0.5rem;
  }
}

.contact__btn:hover {
  transform: translate(0.5rem, 0.4375rem);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .contact__btn:hover {
    transform: initial;
  }
}

.contact__btn::after {
  content: "";
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4375rem;
  height: 3.4375rem;
  background: url(../images/mikoto-bread/arrow_to-right.png) no-repeat center center/cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact__btn::after {
    width: 2.375rem;
    height: 2.375rem;
    right: 0.625rem;
  }
}

.contact__border {
  margin: 0.1875rem;
  padding: 2.5rem;
  border: 1px solid #A00000;
}
@media screen and (max-width: 767px) {
  .contact__border {
    text-align: left;
    padding: 0.75rem 0.75rem;
  }
}

.contact__order {
  font-size: 1.5rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact__order {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.contact__memo {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1.8;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .contact__memo {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: -1.2px;
  }
}

.eat__items {
  margin-top: 3.375rem;
  width: 94%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .eat__items {
    margin-top: 1.5rem;
    width: 100%;
    max-width: 28.125rem;
  }
}

.eat__item {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  background-color: #F7F8F5;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eat__item {
    padding: 1.5rem 0.25rem 1.5rem 0.4375rem;
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }
}
.eat__item + .eat__item {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .eat__item + .eat__item {
    margin-top: 0.9375rem;
  }
}

.eat__item:nth-of-type(2)::before,
.eat__item:nth-of-type(3)::before,
.eat__item:nth-of-type(4)::before {
  content: "";
  width: 7.8125rem;
  height: 1.75rem;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/mikoto-bread/arrow-down_pc.png) no-repeat center center/contain;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .eat__item:nth-of-type(2)::before,
  .eat__item:nth-of-type(3)::before,
  .eat__item:nth-of-type(4)::before {
    background: url(../images/mikoto-bread/arrow-down_sp.png) no-repeat center center/contain;
    width: 5.9375rem;
  }
}

.eat__item::after {
  width: 10.75rem;
  height: 9.6875rem;
  font-size: 8.5rem;
  bottom: 0;
  right: -2.6875rem;
  color: #E9EDE2;
  position: absolute;
  opacity: 0.66;
}
@media screen and (max-width: 767px) {
  .eat__item::after {
    width: 6.375rem;
    height: 5.75rem;
    font-size: 5rem;
    right: -1rem;
  }
}

.eat__item:nth-of-type(1):after {
  content: "01";
}

.eat__item:nth-of-type(2):after {
  content: "02";
}

.eat__item:nth-of-type(3):after {
  content: "03";
}

.eat__item:nth-of-type(4):after {
  content: "04";
}

.eat__img {
  width: 100%;
  max-width: 9.8125rem;
  height: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .eat__img {
    max-width: 5rem;
    height: 5rem;
  }
}

.eat__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.eat__description {
  font-size: 1.25rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1.7;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .eat__description {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.eat__delivery {
  text-align: center;
}

.eat__delivery-body {
  margin-top: -1.0625rem;
  padding: 1.5625rem 1.4375rem;
  border: 1px solid #D9D2BE;
  z-index: 9;
}

.eat__heading {
  margin-top: 3.375rem;
  padding: 0.3125rem 1.5625rem;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2E1E43;
  line-height: 1;
  background-color: #fff;
}

.eat__delivery-description {
  font-size: 1rem;
  font-weight: 400;
  color: #2E1E43;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .eat__delivery-description {
    letter-spacing: 0;
  }
}

.enjoy {
  background: url(../images/mikoto-bread/enjoy_bg_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .enjoy {
    background: url(../images/mikoto-bread/enjoy_bg_sp.jpg) no-repeat center center/cover;
  }
}

.enjoy__items {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .enjoy__items {
    margin-top: 1.5rem;
  }
}

.enjoy__item {
  display: flex;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .enjoy__item {
    padding-bottom: 2.5rem;
    display: block;
    background-color: #fff;
  }
}
.enjoy__item + .enjoy__item {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .enjoy__item + .enjoy__item {
    margin-top: 2rem;
  }
}

.enjoy__img {
  width: 100%;
  max-width: 32.5rem;
}

.enjoy__img img {
  aspect-ratio: 520/339;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.enjoy__content {
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .enjoy__content {
    margin-top: 1.125rem;
    padding-inline: 0.75rem;
    letter-spacing: -0.05em;
  }
}

.enjoy__card-title {
  font-size: 2rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .enjoy__card-title {
    font-size: 1.5rem;
  }
}

.enjoy__card-text {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .enjoy__card-text {
    margin-top: 0.3125rem;
    letter-spacing: -0.05em;
  }
}

.top-header {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 9.2rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2.5625rem;
  border-right: 0.5px solid rgba(52, 12, 11, 0.15);
}
@media screen and (max-width: 1450px) {
  .top-header {
    max-width: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top-header {
    padding: initial;
    position: fixed;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    height: 4rem;
    background-color: #fff;
    z-index: 1002;
  }
}

.top-header__logo-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-header__logo-wrapper {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .top-header__logo {
    width: 3.375rem;
    height: 3.375rem;
    margin-left: 1rem;
  }
}

.top-header__logo img {
  width: 5rem;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-header__logo img {
    width: 100%;
    height: auto;
  }
}

.top-header__name-body {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top-header__name-body {
    margin-top: 0;
    margin-left: 0.5rem;
    align-items: start;
  }
}

.top-header__shop-name {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2083333333;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .top-header__shop-name {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

.top-header__name-body h1 {
  padding-top: 0.75rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-header__name-body h1 {
    padding-top: 0.125rem;
    writing-mode: horizontal-tb;
    font-size: 1rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .top-header__btn-wrapper {
    height: inherit;
  }
}

/* Hinoichiボタン
---------------------------------------------------- */
.top-header__shop-logo {
  aspect-ratio: 85/85;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  height: inherit;
}

.top-header__shop-logo img {
  display: inline-block;
  width: 60%;
  height: auto;
  object-fit: contain;
}

/* topへ戻るボタン
---------------------------------------------------- */
.top-header__pagetop {
  display: block;
  color: #2E1E43;
  aspect-ratio: 238/100;
  width: 100%;
  height: auto;
  text-align: center;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-header__pagetop {
    display: none;
  }
}

.top-header__pagetop img {
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1/1;
  top: 0;
  transition: 0.3s;
}

.top-header__pagetop:hover img {
  position: relative;
  top: -5px;
}

.top-heder__pagetop-text {
  font-size: 1rem;
  line-height: 1;
  text-transform: capitalize;
}

/* ハンバーガーボタン
---------------------------------------------------- */
.top-header__hamburger-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-header__hamburger-container {
    flex-direction: row-reverse;
    height: inherit;
  }
}

.top-header__hamburger-btn {
  position: relative;
  background: #A00000;
  cursor: pointer;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-header__hamburger-btn {
    height: inherit;
  }
}

@media screen and (max-width: 767px) {
  .top-header__hamburger-text {
    font-size: 0.875rem;
  }
}

.top-header__hamburger-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
}

.top-header__hamburger-btn span:nth-of-type(1),
.top-header__hamburger-btn span:nth-of-type(2) {
  height: 0.125rem;
  background: #fff;
  left: 25.64%;
}

.top-header__hamburger-btn span:nth-of-type(1) {
  width: 51.4%;
  top: 31.41%;
}
.top-header__hamburger-btn span:nth-of-type(2) {
  width: 31.47%;
  top: 43.76%;
}

.top-header__hamburger-btn span:nth-of-type(3) {
  top: 47%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.0625rem;
  text-transform: capitalize;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-header__hamburger-btn span:nth-of-type(3) {
    font-size: 0.875rem;
  }
}

.top-header__hamburger-btn.active span:nth-of-type(1) {
  top: 40%;
  left: 26%;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.top-header__hamburger-btn.active span:nth-of-type(3) {
  opacity: 0;
}

.top-header__hamburger-btn.active span:nth-of-type(2) {
  /* top: 60%; */
  top: 58%;
  left: 27%;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
@media screen and (max-width: 1450px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 61%;
  }
}
@media screen and (max-width: 1100px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 63%;
  }
}
@media screen and (max-width: 1000px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 66%;
  }
}
@media screen and (max-width: 900px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 68%;
  }
}
@media screen and (max-width: 800px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 71%;
  }
}
@media screen and (max-width: 767px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 50%;
  }
}
@media screen and (max-width: 675px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 52%;
  }
}
@media screen and (max-width: 600px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 53%;
  }
}
@media screen and (max-width: 500px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 56%;
  }
}
@media screen and (max-width: 450px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 58%;
  }
}
@media screen and (max-width: 400px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 60%;
  }
}
@media screen and (max-width: 350px) {
  .top-header__hamburger-btn.active span:nth-of-type(2) {
    top: 62%;
  }
}

/* ドロワーメニュー
---------------------------------------------------- */
.top-header__content {
  padding-top: 3.125rem;
  padding-bottom: 1.0625rem;
  text-align: left;
  position: fixed;
  top: 0;
  left: 9.2rem;
  width: 20.625rem;
  height: 100vh;
  background: #fff;
  overflow: scroll;
  scrollbar-width: none;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  border-left: 0.5px solid rgba(52, 12, 11, 0.15);
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
@media screen and (max-width: 1450px) {
  .top-header__content {
    left: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top-header__content {
    padding-top: 6.4375rem;
    width: 100%;
    left: 0;
  }
}

.top-header__content.active {
  opacity: 1;
  z-index: 1001;
}

.top-header__drawer-nav {
  flex: 1;
}

.top-header__mask {
  position: fixed;
  top: 0;
  left: 27.625rem;
  width: 100%;
  height: 100%;
  background: #484848;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-header__mask {
    height: 100vh;
  }
}

.top-header__mask.active {
  opacity: 0.75;
  z-index: 999;
}

.top-header__drawer-items {
  max-width: 37.5rem;
  width: 100%;
  min-height: inherit;
}

.top-header__drawer-item {
  font-size: 1rem;
  color: #2E1E43;
  line-height: 1;
  cursor: pointer;
}

.top-header__drawer-item a {
  display: block;
  font-size: 1.25rem;
  color: #2E1E43;
  line-height: 1;
  padding: 0.625rem 0 1.25rem 2.125rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top-header__drawer-item a {
    padding: 0.625rem 0 0.5rem 1.8125rem;
    font-size: 1.125rem;
  }
}

.top-header__drawer-item a:hover {
  color: #A00000;
}

.top-header__drawer-item a span {
  margin-bottom: 0.625rem;
  display: block;
  color: #A00000;
  font-size: 0.75rem;
  color: #A00000;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-header__drawer-item a span {
    font-size: 0.5rem;
    color: #A00000;
    opacity: 0.31;
  }
}

.top-header__drawer-nav {
  text-align: left;
}

.top-header__items {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.top-header__icon a img {
  height: 1.5rem;
  width: auto;
}

.top-header__icon + .top-header__icon {
  margin-left: 1rem;
}

.top-header__copyright {
  margin-top: 2.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-header__copyright {
    margin-top: 1.5625rem;
    margin-bottom: 6.25rem;
  }
}

.swiper-container {
  position: relative;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
}

.card-swiper {
  width: 100%;
  height: auto;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .card-swiper {
    margin-left: 0rem;
    margin-left: 10.258%;
    max-width: 37.5rem;
  }
}

.card-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.card-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 80%;
  width: 0.03125rem;
  background-color: #D9D2BE;
}
@media screen and (max-width: 767px) {
  .card-swiper .swiper-slide::before {
    background-color: initial;
  }
}

.card-swiper .card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card-swiper .card-image {
  width: 100%;
  height: 0;
  padding-bottom: 73.87096%;
  /* 365/438 * 100 */
  position: relative;
  overflow: hidden;
}

.card-swiper .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 438/365;
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-swiper .card-image img {
    aspect-ratio: 310/229;
  }
}

.card-swiper .card-overlay-text {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0.3125rem;
  color: #fff;
  max-height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .card-swiper .card-overlay-text {
    font-size: 1rem;
  }
}

.card-swiper .card-en-item {
  font-size: 1rem;
  text-orientation: sideways;
  opacity: 0.58;
}
@media screen and (max-width: 1450px) {
  .card-swiper .card-en-item {
    font-size: 0.875rem;
  }
}

.card-swiper .card-ja-item {
  margin-right: 0.625rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 1450px) {
  .card-swiper .card-ja-item {
    font-size: 1rem;
  }
}

.card-swiper .card-text {
  padding: 1.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 7.5rem;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .card-swiper .card-text {
    margin-bottom: 5.9375rem;
    padding: 1.0625rem 0.875rem 2rem;
    font-size: 1rem;
    background-color: #F9FAF8;
  }
}

.card-swiper .swiper-pagination {
  bottom: 2.625rem;
  right: 7.25rem;
  left: auto;
  z-index: 10;
}

.card-swiper .swiper-pagination-bullet {
  width: 2rem;
  height: 0.0625rem;
  border-radius: 0;
  background-color: #E0DADA;
  opacity: 1;
}
.card-swiper .swiper-pagination-bullet-active {
  height: 0.125rem;
  background-color: #A00000;
}

.card-swiper .swiper-button-prev,
.card-swiper .swiper-button-next {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}

.card-swiper .swiper-button-prev {
  top: auto;
  left: auto;
  bottom: 1.4375rem;
  right: 9.1875rem;
}

.card-swiper .swiper-button-next {
  top: auto;
  left: auto;
  bottom: 1.4375rem;
  right: 5.1875rem;
}

.card-swiper .swiper-button-prev:after,
.card-swiper .swiper-button-next:after {
  font-size: 14px;
  color: black;
}

@media (min-width: 768px) {
  .card-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .card-swiper .swiper-slide {
    width: 25% !important;
    flex-shrink: 0;
  }
  .card-swiper .swiper-pagination,
  .card-swiper .swiper-button-prev,
  .card-swiper .swiper-button-next {
    display: none;
  }
}
.material {
  overflow-y: hidden;
}

.material__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .material__text {
    letter-spacing: -0.07em;
  }
}

.mix {
  background: url(../images/mikoto-bread/mix_bg_pc.webp) no-repeat 60% center/cover;
}
@media screen and (max-width: 767px) {
  .mix {
    background: url(../images/mikoto-bread/mix_bg_sp.webp) no-repeat center bottom/cover;
  }
}

.mix__content {
  width: 100%;
  max-width: 30.125rem;
}
@media screen and (max-width: 767px) {
  .mix__content {
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .mix__section-title-en {
    margin-top: 0.4375rem;
  }
}

.mix__text {
  margin-top: 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .mix__text {
    margin-top: 1.1875rem;
    line-height: 1.98;
    letter-spacing: -0.04em;
  }
}

.p-wrap {
  width: calc(100% - 10.625rem);
  flex: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-wrap {
    width: 100%;
    min-height: calc(100vh - 3.125rem);
  }
}

main {
  flex: 1;
}

.price {
  padding-top: 7.3125rem;
  padding-bottom: 11.75rem;
  background-color: #F9FAF8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .price {
    padding-top: 4rem;
  }
}

.price__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .price__inner {
    display: flex;
    justify-content: center;
    width: 116%;
  }
}

.price__text-container {
  padding: 10.3125rem 5rem;
  width: 100%;
  max-width: 38.6875rem;
  border-radius: 62.4375rem;
  background: #fff;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 767px) {
  .price__text-container {
    padding-top: 3.75rem;
    padding-right: 0;
    padding-bottom: 6rem;
    padding-left: 7.4375rem;
    width: 25.6875rem;
    height: 25.6875rem;
    transform: translateX(-6.625rem);
  }
}

.price__section-title {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .price__section-title {
    display: block;
    text-align: left;
  }
}

.price__section-title-ja {
  margin-top: 0;
  display: block;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 0.8333333333;
}
@media screen and (max-width: 767px) {
  .price__section-title-ja {
    margin-top: 2.0625rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.price__section-title-en {
  margin-left: 0.9375rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price__section-title-en {
    margin-top: 0.8125rem;
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 1;
  }
}

.price__description {
  margin-top: 2.3125rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__description {
    margin-top: 1.5625rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.price__name {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__name {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}

.price__display {
  margin-top: 1rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__display {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

.price__btn {
  margin-top: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .price__btn {
    margin-top: 2.125rem;
  }
}

.price__img {
  position: absolute;
  max-width: 43.125rem;
  right: 1.875rem;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .price__img {
    max-width: 37.5rem;
    right: 4.5rem;
    bottom: -7.875rem;
  }
}
@media screen and (max-width: 767px) {
  .price__img {
    max-width: 37.5rem;
    right: 4.5rem;
    bottom: -7.875rem;
  }
}

.price__img img {
  aspect-ratio: 690/342;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price__img img {
    width: 20.1875rem;
  }
}

.sub-mv {
  background: url(../images/mikoto-bread/sub-mv-bg_pc.webp) no-repeat center center/cover;
  position: relative;
  height: 100vh;
  min-height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    background: url(../images/mikoto-bread/sub-mv-bg_sp.webp) no-repeat center center/cover;
  }
}

.sub-mv__content {
  position: absolute;
  bottom: 2rem;
  left: 5rem;
}
@media screen and (max-width: 767px) {
  .sub-mv__content {
    bottom: 1.875rem;
    left: 1.6875rem;
  }
}

.sub-mv__heading {
  font-size: 2rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .sub-mv__heading {
    font-size: 1.5rem;
  }
}

.sub-mv__main-copy {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .sub-mv__main-copy {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.sub-mv__description {
  content: "";
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0.1em;
  line-height: 2.8;
}
@media screen and (max-width: 1450px) {
  .sub-mv__description {
    top: 3.5%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv__description {
    top: 14.4%;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
  }
}

.taste {
  overflow-x: hidden;
}

.taste__wrapper {
  display: flex;
  -moz-column-gap: 5.4375rem;
       column-gap: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .taste__wrapper {
    flex-direction: column-reverse;
    row-gap: 2.4375rem;
  }
}

.taste__img {
  margin-left: calc(50% - 40vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .taste__img {
    width: 100%;
    margin-left: auto;
  }
}

.taste__img img {
  aspect-ratio: 748/770;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.taste__content {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0.4em;
  line-height: 1;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .taste__content {
    margin-right: 0.625rem;
  }
}

.taste__section-title {
  line-height: 1.5;
  font-weight: 400;
}
.taste__section-title-ja {
  font-size: 3.125rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .taste__section-title-ja {
    margin-right: 0.5rem;
    font-size: 2rem;
    letter-spacing: 0.22em;
  }
}

.taste__section-title-en {
  font-size: 1.5rem;
  text-orientation: mixed;
  text-transform: capitalize;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .taste__section-title-en {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
  }
}

.taste__description {
  margin-top: 2.3125rem;
  margin-right: 5.8125rem;
  font-size: 2rem;
  letter-spacing: 0.26em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .taste__description {
    margin-right: 1.5625rem;
    font-size: 1.5rem;
    letter-spacing: 0.33em;
  }
}

.taste__description span {
  margin-top: 8.125rem;
  margin-right: 1.6875rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .taste__description span {
    margin-top: 4rem;
    margin-right: 0.75rem;
  }
}

.taste__description::after {
  content: "";
  width: 5.8125rem;
  height: 6.3125rem;
  position: absolute;
  top: 33.75rem;
  left: 0.4375rem;
  background: url(../images/mikoto-bread/taste_balloon.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .taste__description::after {
    width: 3.75rem;
    height: 4.125rem;
    top: 22.75rem;
    left: 0.9375rem;
  }
}

.taste__text {
  margin-top: 2.3125rem;
  margin-right: 2.75rem;
  font-size: 1rem;
  letter-spacing: 0.56em;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .taste__text {
    margin-right: 1rem;
    line-height: 2;
  }
}

.top-about {
  background: url(../images/top/top-about-bg_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top-about {
    background: url(../images/top/top-about-bg_sp.jpg) no-repeat center center/cover;
  }
}

.top-about__title-body {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-about__title-body {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.top-about__logo {
  display: inline-block;
  width: 5.3125rem;
  height: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .top-about__logo {
    width: 3.75rem;
    height: 3.875rem;
  }
}

.top-about__section-title {
  display: inline-block;
}

.top-about__section-title-en {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .top-about__section-title-en {
    margin-left: 0.3125rem;
    font-size: 0.875rem;
    line-height: 0.8235294118;
  }
}
.top-about__section-title-en span {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .top-about__section-title-ja.title-ja {
    margin-top: 0.75rem;
  }
}

.top-about__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .top-about__text {
    line-height: 2;
    margin-top: 0.875rem;
    letter-spacing: -0.05em;
  }
}

/* 「conceptは献上品です」部分のスタイル
---------------------------------------------------- */
.top-about__border {
  margin-top: 5.1875rem;
  margin-inline: auto;
  padding: 0.5rem;
  width: 100%;
  max-width: 57.75rem;
  border: 1px solid #D9D2BE;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-about__border {
    margin-top: 2.375rem;
  }
}

.top-about__container {
  width: 100%;
  background-color: #fff;
  padding: 3.125rem 1.25rem 4.75rem;
}
@media screen and (max-width: 767px) {
  .top-about__container {
    padding: 1.5625rem 1rem 4.125rem;
  }
}

.top-about__img img {
  width: 100%;
  max-width: 4.5rem;
  margin-inline: auto;
}

.top-about__concept {
  margin-top: 0.125rem;
  font-size: 2rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top-about__concept {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}
.top-about__concept span:nth-of-type(2) {
  color: #A00000;
}

.top-about__concept-description {
  margin-top: 1.3125rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top-about__concept-description {
    margin-top: 1.3125rem;
    line-height: 1.7;
  }
}

.top-concept {
  position: relative;
}

.top-concept__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-concept__content {
    position: initial;
  }
}

.top-concept__inner {
  overflow: hidden;
}

.top-concept__section-title {
  text-align: left;
}

.top-concept__section-title::before {
  content: "";
  width: 3.8125rem;
  height: 0.0625rem;
  background-color: #A00000;
  top: -0.1875rem;
  left: 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-concept__section-title::before {
    width: 2.375rem;
  }
}

.top-concept__section-title-en {
  font-size: 1rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Josefin Sans", serif;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  padding-left: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .top-concept__section-title-en {
    font-size: 0.875rem;
    padding-left: 0.9375rem;
    line-height: 1.2142857143;
  }
}

.top-concept__section-title-ja {
  display: block;
  margin-top: 1rem;
  margin-left: 0.6875rem;
  width: 100%;
  max-width: 26.9375rem;
}
@media screen and (max-width: 767px) {
  .top-concept__section-title-ja {
    margin-top: 0.875rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-concept__section-title-ja {
    width: 84%;
  }
}

.top-concept__text {
  margin-top: 2.3125rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2E1E43;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top-concept__text {
    margin-top: 1.4375rem;
    line-height: 1.9;
  }
}

.top-concept__text span {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-concept__text span {
    letter-spacing: -0.05em;
  }
}

.top-concept__text span:nth-child(n+2) {
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .top-concept__text span:nth-child(n+2) {
    margin-top: 2.1875rem;
    letter-spacing: -0.05em;
  }
}

.top-concept__img {
  position: absolute;
  top: 4.375rem;
  right: 0;
  left: 25.2%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-concept__img {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    top: 0rem;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-concept__img img {
    max-width: none;
    width: 100vw;
    margin-top: -10.3125rem;
  }
}

.top-footer {
  background-color: #6F6F7C;
}

.top-footer__wrapper {
  padding-top: 6.0625rem;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 7.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-footer__wrapper {
    padding-top: 2.0625rem;
    display: block;
    text-align: center;
  }
}

.top-footer__logo {
  display: inline-block;
  width: 11.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-footer__logo {
    width: 8.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .top-footer__nav {
    margin-top: 1.6875rem;
  }
}

.top-footer__items {
  display: flex;
  justify-content: start;
}

.top-footer__items.top-footer__items--mikoto {
  -moz-column-gap: 2.8125rem;
       column-gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .top-footer__items.top-footer__items--mikoto {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    font-size: 1rem;
  }
}

.top-footer__items.top-footer__items--site {
  margin-top: 2.125rem;
  -moz-column-gap: 2.0625rem;
       column-gap: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .top-footer__items.top-footer__items--site {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    font-size: 1rem;
  }
}

.top-footer__items.top-footer__items--sns {
  margin-top: 2.125rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .top-footer__items.top-footer__items--sns {
    margin-top: 6.0625rem;
    justify-content: center;
  }
}

.top-footer__nav-item {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .top-footer__nav-item {
    display: block;
  }
}

.top-footer__nav-item span {
  text-transform: uppercase;
}

.top-footer__icon img {
  height: 1.5625rem;
  width: auto;
}

.top-footer__copyright {
  display: block;
  margin-top: 4.1875rem;
  padding-right: 0.5625rem;
  text-align: right;
  padding-bottom: 1.1875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-footer__copyright {
    margin-top: 1.375rem;
    text-align: center;
    font-size: 0.75rem;
  }
}

.top-lineup__section-title {
  text-align: center;
}

.top-lineup__section-title-en {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #A00000;
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-lineup__section-title-en {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.top-lineup__section-title-en::before {
  content: "";
  width: 3.8125rem;
  height: 0.0625rem;
  background-color: #A00000;
  bottom: -1.1875rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.top-lineup__section-title-ja {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-lineup__section-title-ja {
    margin-top: 2.0625rem;
    font-size: 2rem;
  }
}

.top-lineup__items {
  margin-top: 4.75rem;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .top-lineup__items {
    margin-top: 1.5rem;
    display: block;
    flex-direction: row;
  }
}

.top-lineup__items {
  margin-top: 4.75rem;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .top-lineup__items {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
  }
  .top-lineup__items > .top-lineup__card:nth-child(1) {
    order: 2;
  }
  .top-lineup__items > .top-lineup__card:nth-child(2) {
    order: 1;
  }
  .top-lineup__items > .top-lineup__card:nth-child(3) {
    order: 3;
  }
}

.top-lineup__card {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.top-lineup__card--none {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.top-lineup__card::before {
  content: "";
  display: block;
  padding-top: 83.7328767123%;
}

.top-lineup__img {
  background-image: url(../images/top/top-lineup_bread.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.top-lineup__img.top-lineup__img--cheesecake {
  background-image: url(../images/top/top-lineup_cheesecake.webp);
}

.top-lineup__img.top-lineup__img--bread {
  background-image: url(../images/top/top-lineup_bread.webp);
}

.top-lineup__img.top-lineup__img--heart {
  background-image: url(../images/top/top-lineup_kokoro.webp);
}

.top-lineup__body {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding-inline: 4%;
  margin-inline: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media screen and (max-width: 767px) {
  .top-lineup__body {
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.top-lineup__title {
  font-size: 2rem;
  font-weight: 400;
  color: #2E1E43;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-lineup__title {
    font-size: 1.5rem;
  }
}

.top-lineup__text {
  margin-top: 0.5625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2E1E43;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .top-lineup__text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
  .top-lineup__text br.sp-none{
    display: none;
  }
}

.top-lineup__btn {
  display: flex;
  align-items: center;
  margin-top: 1.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-lineup__btn {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.top-lineup__btn img {
  width: 100%;
  max-width: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .top-lineup__btn img {
    max-width: 1.5rem;
  }
}

.top-lineup__btn-text {
  margin-left: 0.8125rem;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-lineup__btn-text {
    margin-left: 0.625rem;
    font-size: 0.9375rem;
  }
}

.top-lineup__dummy-space {
  padding-top: 1.9375rem;
}

.swiper1 {
  width: 100%;
  height: inherit;
}

.swiper1 .swiper-wrapper {
  width: 100%;
  height: inherit;
}

.swiper1 .swiper-slide {
  width: 100%;
  height: inherit;
}

.swiper1 .slide-img {
  width: 100%;
  height: inherit;
}

.swiper1 .slide-img picture {
  width: 100%;
  height: inherit;
  display: block;
}

.swiper1 .slide-img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .swiper1 .slide-img img .swiper1 .slide-img img {
    -o-object-position: center top;
       object-position: center top;
  }
}

.top-mv {
  position: relative;
  z-index: 1;
}

.top-mv__slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv__slide {
    min-height: 37.5rem;
  }
}

/* メインコピー
---------------------------------------------------- */
.top-mv__content {
  position: absolute;
  top: 17.345%;
  left: 6.804%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .top-mv__content {
    top: 26.5%;
    left: 4.102564%;
  }
}

.top-mv__main-copy {
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-mv__main-copy {
    line-height: 1.618;
  }
}

.top-mv__bigger-text {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .top-mv__bigger-text {
    font-size: 2rem;
  }
}

.top-mv__smaller-text {
  font-size: 3.375rem;
}
@media screen and (max-width: 767px) {
  .top-mv__smaller-text {
    font-size: 1.5rem;
  }
}

.top-mv__brand {
  font-size: 1.3125rem;
  font-weight: 400;
  color: #2E1E43;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-mv__brand {
    margin-top: 0.8125rem;
  }
}

.top-mv__brand-en {
  font-size: 1.3125rem;
  line-height: 0.84;
}
@media screen and (max-width: 767px) {
  .top-mv__brand-en {
    font-size: 0.75rem;
  }
}

.top-mv__brand-en--uppercase {
  display: inline-block;
  margin-top: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-mv__brand-en--uppercase {
    margin-top: 0.5rem;
  }
}

.top-mv__brand-ja {
  font-size: 2.875rem;
  padding-left: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .top-mv__brand-ja {
    font-size: 1.25rem;
    padding-left: 0.3125rem;
  }
}

.u-color-red {
  color: #A00000;
}

.u-font14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .u-font14 {
    font-size: 0.625rem;
  }
}

.u-font16 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .u-font16 {
    font-size: 0.75rem;
  }
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.625rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

/* ローディング画面背景 */
.u-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #2E1E43;
  display: flex;
  justify-content: center;
  align-items: center;
}

.atom-spinner,
.atom-spinner * {
  box-sizing: border-box;
}

.atom-spinner {
  height: 60px;
  width: 60px;
  overflow: hidden;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.atom-spinner .spinner-circle {
  display: block;
  position: absolute;
  color: #2E1E43;
  font-size: 14.4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 1s;
  border-left-width: 2.4px;
  border-top-width: 2.4px;
  border-left-color: #2E1E43;
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  animation: atom-spinner-animation-1 1s linear infinite;
  transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  animation: atom-spinner-animation-2 1s linear infinite;
  transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  animation: atom-spinner-animation-3 1s linear infinite;
  transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@keyframes atom-spinner-animation-1 {
  100% {
    transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}
@keyframes atom-spinner-animation-2 {
  100% {
    transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}
@keyframes atom-spinner-animation-3 {
  100% {
    transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}
.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-shadow {
  box-shadow: 0 0 13px rgba(255, 0, 0, 0.5);
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-capitalize {
  text-transform: capitalize;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
/* ご注文ボタン */
.btn-to-order {
  position: fixed;
  bottom: 2.8125rem;
  right: 2.8125rem;
  width: 7.9375rem;
  height: auto;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .btn-to-order {
    right: 0.625rem;
    bottom: 0.625rem;
    width: 5.4375rem;
  }
}
.btn-to-order a {
  display: block;
  width: 150px;
  height: auto;
  transition: opacity 1s;
}
.btn-to-order a:hover {
  opacity: 0.8;
}
.btn-to-order a img {
  width: 100%;
  height: auto;
}

.btn-to-order::before {
  content: "ご注文は\aこちら";
  white-space: pre;
  position: absolute;
  top: 46%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .btn-to-order::before {
    font-size: 0.8125rem;
  }
}

.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .top-header__name-wrap {
    align-items: center;
    display: flex;
    gap: 5px;
    gap: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .top-header__shop-name {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-header__shop-name + .top-header__shop-name {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-header__name-body h1 {
    line-height: 1;
  }
}

.top-header__name-head {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-header__name-head {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

.top-header__name-between {
  display: inline-block;
  transform: rotate(90deg) translateY(-2px);
}
@media screen and (max-width: 767px) {
  .top-header__name-between {
    transform: none;
    transform: initial;
  }
}

@media screen and (max-width: 767px) {
  .top-header__shop-logo {
    align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */
