@charset "UTF-8";
/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  line-height: 1.15; /* Correct the line height */
  -webkit-text-size-adjust: 100%; /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent; /* Remove gray overlay on links */
}

/* Sections */
body {
  margin: 0; /* Remove margin */
}

main {
  display: block; /* Render `main` consistently */
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/********** base **********/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #401A04;
  font-weight: 500;
  line-height: 1.75;
  font-size: 15px;
}

.section-ttl {
  font-size: 46px;
  color: #401A04;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-ttl {
    font-size: 30px;
  }
}
.section-ttl::before {
  margin-bottom: 8px;
  content: "";
  width: fit-content;
  display: inline-block;
  flex-shrink: 0;
  font-size: 20px;
  color: #DC4F09;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  border-bottom: 7px solid #DC4F09;
}
.section-ttl--about::before {
  content: "about";
}
.section-ttl--pick-up::before {
  content: "pick up";
}
.section-ttl--news::before {
  content: "news";
}
.section-ttl--info::before {
  content: "information";
}
.section-ttl--point::before {
  content: "agora point";
  border-bottom: none;
  margin-bottom: 0;
}
.section-ttl--contact {
  color: #fff;
}
.section-ttl--contact::before {
  content: "contact";
  color: #fff;
  border-color: #fff;
}
.section-ttl--center {
  text-align: center;
}
.section-ttl--center::before {
  margin: 0 auto;
}

/********** variable **********/
/********** mixin **********/
/********** module **********/
.footer {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 96px;
  }
}
.footer__accent-position {
  position: relative;
}
.footer__accent-position--top::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  transform: translate(-25%, -50%);
  width: 238px;
  height: 209px;
  background: url("../img/human-accent06.webp") center center/contain no-repeat;
}
@media (max-width: 768px) {
  .footer__accent-position--top::before {
    width: 172px;
    height: 151px;
  }
}
.footer__accent-position--bottom::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 5vw;
  transform: translate(0%, -90%);
  width: 238px;
  height: 244px;
  background: url("../img/human-accent07.webp") center center/contain no-repeat;
}
@media (max-width: 768px) {
  .footer__accent-position--bottom::before {
    width: 155px;
    height: 158px;
  }
}
.footer__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .footer__container {
    width: 90% !important;
  }
}
@media (max-width: 576px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  width: 69px;
  height: 82px;
}
@media (max-width: 576px) {
  .footer__logo {
    margin: 0 auto;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__address-wrap {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .footer__address-wrap--pc {
    display: none;
  }
}
.footer__address-wrap--sp {
  display: none;
}
@media (max-width: 576px) {
  .footer__address-wrap--sp {
    display: block;
    text-align: center;
    margin-top: 64px;
  }
}
.footer__phone-num {
  margin-top: 16px;
}
.footer__nav {
  display: flex;
  gap: 160px;
}
@media (max-width: 768px) {
  .footer__nav {
    gap: 35px;
  }
}
@media (max-width: 576px) {
  .footer__nav {
    margin-top: 64px;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer__nav-link {
  display: inline-block;
  font-weight: 700;
}
.footer__nav-link::before {
  content: "";
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.footer__nav-link--about::before {
  content: "about";
}
.footer__nav-link--bread-list::before {
  content: "bread-list";
}
.footer__nav-link--news::before {
  content: "news";
}
.footer__nav-link--information::before {
  content: "information";
}
.footer__nav-link--contact::before {
  content: "contact";
}
.footer__nav-link--instagram {
  width: 20px;
  height: 20px;
  margin-top: 12px;
}
.footer__nav-link--instagram img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__copy-right {
  display: block;
  text-align: center;
  font-size: 13px;
  width: 100%;
  line-height: 38px;
  height: 38px;
  background: url("../img/copy-right-bg.webp") center center/cover no-repeat;
  margin-top: 210px;
}
@media (max-width: 768px) {
  .footer__copy-right {
    margin-top: 140px;
  }
}

.top .footer::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: url("../img/footer-wavy.webp") center center/cover no-repeat;
}

.about .footer::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: url("../img/footer-wavy.webp") center center/cover no-repeat;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 450;
  height: 82px;
  margin-top: 24px;
}
.header__logo {
  width: 69px;
  height: auto;
  line-height: 82px;
  margin-left: 24px;
}
@media (max-width: 768px) {
  .header__logo {
    margin-left: 14px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-page .header__logo {
  display: none;
}
.m-page .header__logo-change {
  display: block;
}

.mainV {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mainV__logo {
  display: none;
  position: fixed;
  width: 69px;
  height: auto;
  margin: 24px;
  z-index: 300;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mainV__logo {
    margin-left: 14px;
  }
}
.mainV__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainV__logo.visible {
  display: block;
}
.mainV__bread {
  z-index: 200;
  position: absolute;
  cursor: pointer;
}
.mainV__bread img {
  display: block;
  width: 100%;
  height: auto;
}
.mainV__bread--overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 28px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}
@media (max-width: 1080px) {
  .mainV__bread--overlay-text {
    display: none;
  }
}
.mainV__bread:hover .mainV__bread--overlay-text {
  opacity: 1;
}
.mainV__bread--overlay-text-en {
  display: block;
  font-size: 14px;
}
@media (max-width: 1080px) {
  .mainV__bread--overlay-text-en {
    display: none;
  }
}
.mainV__bread--01 {
  max-width: 214px;
  top: 0;
  left: 22%;
}
@media (max-width: 1080px) {
  .mainV__bread--01 {
    top: 10%;
    left: inherit;
    right: 10%;
  }
}
@media (max-width: 768px) {
  .mainV__bread--01 {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--01 {
    max-width: 106px;
    top: 15%;
  }
}
.mainV__bread--02 {
  max-width: 216px;
  top: 15%;
  left: 5%;
}
@media (max-width: 1080px) {
  .mainV__bread--02 {
    top: 20%;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .mainV__bread--02 {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--02 {
    max-width: 96px;
  }
}
.mainV__bread--03 {
  max-width: 380px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (max-width: 1080px) {
  .mainV__bread--03 {
    top: 80%;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .mainV__bread--03 {
    max-width: 240px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--03 {
    max-width: 160px;
    top: 70%;
    left: 2%;
  }
}
.mainV__bread--04 {
  max-width: 216px;
  top: 60%;
  left: 18%;
}
@media (max-width: 1080px) {
  .mainV__bread--04 {
    top: 5%;
    left: 22%;
  }
}
@media (max-width: 768px) {
  .mainV__bread--04 {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--04 {
    max-width: 96px;
    left: 28%;
    top: 10%;
  }
}
.mainV__bread--05 {
  max-width: 240px;
  bottom: 0%;
  left: 0%;
  transform: translateY(50%);
}
@media (max-width: 1080px) {
  .mainV__bread--05 {
    bottom: 0%;
    left: 0%;
  }
}
@media (max-width: 768px) {
  .mainV__bread--05 {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--05 {
    max-width: 96px;
    bottom: 15%;
  }
}
.mainV__bread--06 {
  max-width: 162px;
  top: 5%;
  right: 10%;
}
@media (max-width: 1080px) {
  .mainV__bread--06 {
    top: inherit;
    bottom: 5%;
    left: 45%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .mainV__bread--06 {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--06 {
    max-width: 76px;
    bottom: 10%;
  }
}
.mainV__bread--07 {
  max-width: 180px;
  top: 12%;
  right: 22%;
}
@media (max-width: 1080px) {
  .mainV__bread--07 {
    top: inherit;
    bottom: 15%;
    right: 5%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .mainV__bread--07 {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--07 {
    max-width: 76px;
    right: 10%;
    bottom: 25%;
    transform: translateX(0%);
  }
}
.mainV__bread--08 {
  max-width: 213px;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
@media (max-width: 1080px) {
  .mainV__bread--08 {
    right: 0%;
    transform: inherit;
  }
}
@media (max-width: 768px) {
  .mainV__bread--08 {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--08 {
    max-width: 106px;
    top: 45%;
  }
}
.mainV__bread--09 {
  max-width: 160px;
  top: 65%;
  right: 20%;
}
@media (max-width: 1080px) {
  .mainV__bread--09 {
    display: none;
  }
}
@media (max-width: 768px) {
  .mainV__bread--09 {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--09 {
    max-width: 96px;
  }
}
.mainV__bread--10 {
  max-width: 420px;
  bottom: 0%;
  right: 3%;
  transform: translateY(50%);
}
@media (max-width: 1080px) {
  .mainV__bread--10 {
    bottom: 0%;
    right: 0%;
  }
}
@media (max-width: 768px) {
  .mainV__bread--10 {
    max-width: 260px;
  }
}
@media (max-width: 576px) {
  .mainV__bread--10 {
    max-width: 158px;
    bottom: 20%;
  }
}
.mainV__center-logo {
  position: relative;
  width: 50vw;
  z-index: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1080px) {
  .mainV__center-logo {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .mainV__center-logo {
    width: 80vw;
    top: 45%;
    z-index: 200;
  }
}
@media screen and (max-height: 460px) {
  .mainV__center-logo {
    width: 30vw;
  }
}
.mainV__center-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainV__menu {
  width: 10vw;
  text-align: center;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 300;
}
@media (max-width: 1080px) {
  .mainV__menu {
    width: 15vw;
  }
}
@media (max-width: 768px) {
  .mainV__menu {
    display: none;
  }
}
@media screen and (max-height: 460px) {
  .mainV__menu {
    display: none;
  }
}
.mainV__menu-logo {
  width: 50%;
  margin: 0 auto;
  height: auto;
}
.mainV__menu-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainV__menu-list {
  background: #FFFBF0;
  margin-top: 14px;
  padding: 18px 0 42px 0;
  border-radius: 10px 0 0 10px;
}
.mainV__menu-item .mainV__menu-link::before {
  content: "";
  font-size: 12px;
  display: block;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}
.mainV__menu-item:nth-child(1) .mainV__menu-link::before {
  content: "about";
}
.mainV__menu-item:nth-child(2) .mainV__menu-link::before {
  content: "bread list";
}
.mainV__menu-item:nth-child(3) .mainV__menu-link::before {
  content: "news";
}
.mainV__menu-item:nth-child(4) .mainV__menu-link::before {
  content: "information";
}
.mainV__menu-link {
  display: block;
  margin-top: 24px;
  padding-top: 5px;
  font-weight: 700;
  transition: 0.4s;
}
@media (max-width: 1080px) {
  .mainV__menu-link {
    padding: 5px 1em;
  }
}
.mainV__menu-link:hover {
  color: #DC4F09;
}
.mainV__menu-cta {
  border-radius: 10px 0 0 10px;
  background: #F5AAC5;
  margin-top: 14px;
}
.mainV__menu-cta--item {
  padding: 24px 0;
  margin: 0;
  color: #fff;
}
.mainV__menu-cta--item::before {
  content: "contact";
  font-size: 12px;
  display: block;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}
.mainV__instagram-banner {
  position: absolute;
  left: 2vw;
  bottom: 0vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 205px;
  height: 205px;
  z-index: 300;
  background: url("../img/mainV-instagram-btn.webp") center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .mainV__instagram-banner {
    display: none;
  }
}
.mainV__instagram-icon {
  width: 16px;
  height: auto;
  margin: 0 auto;
}
.mainV__instagram-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainV__instagram-ttl {
  color: #fff;
  font-weight: 700;
  padding: 6px 0;
}
.mainV__instagram-post-wrap {
  width: 78px;
  height: 78px;
  margin: 0 auto;
}
.mainV__instagram-post-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainV__accent-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainV__accent-grain {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
}
.mainV__accent-grain--01 {
  top: 10%;
  left: 15%;
  width: 28px;
  height: 28px;
  background: url("../img/accent-grain-yellow.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--01 {
    top: 20%;
    left: 50%;
  }
}
.mainV__accent-grain--02 {
  top: 11%;
  left: 16%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-red.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--02 {
    top: 21%;
    left: 54%;
  }
}
.mainV__accent-grain--03 {
  top: 25%;
  left: 23%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-blue.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--03 {
    top: 3%;
    left: 70%;
  }
}
.mainV__accent-grain--04 {
  top: 10%;
  left: 45%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-green.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--04 {
    top: 15%;
    left: 8%;
  }
}
.mainV__accent-grain--05 {
  top: 20%;
  right: 20%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-blue.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 768px) {
  .mainV__accent-grain--05 {
    top: 110%;
    left: 70%;
  }
}
.mainV__accent-grain--06 {
  top: 60%;
  right: 10%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-red.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--06 {
    top: 73%;
    right: 50%;
  }
}
.mainV__accent-grain--07 {
  top: 70%;
  right: 5%;
  width: 28px;
  height: 28px;
  background: url("../img/accent-grain-pink.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--07 {
    top: 35%;
    right: 10%;
  }
}
.mainV__accent-grain--08 {
  top: 69%;
  right: 4%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-yellow.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--08 {
    top: 34%;
    right: 9%;
  }
}
.mainV__accent-grain--09 {
  top: 90%;
  left: 55%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-pink.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--09 {
    top: 70%;
    left: 50%;
    width: 28px;
    height: 28px;
  }
}
.mainV__accent-grain--10 {
  top: 80%;
  left: 35%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-yellow.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--10 {
    top: 80%;
    left: 30%;
  }
}
.mainV__accent-grain--11 {
  top: 90%;
  left: 25%;
  width: 20px;
  height: 20px;
  background: url("../img/accent-grain-blue.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--11 {
    top: 80%;
    left: 90%;
  }
}
.mainV__accent-grain--12 {
  top: 120%;
  left: 35%;
  width: 40px;
  height: 40px;
  background: url("../img/accent-grain-red.webp") center center/cover no-repeat;
  z-index: -50;
}
@media (max-width: 576px) {
  .mainV__accent-grain--12 {
    top: 105%;
    left: 15%;
  }
}
.mainV__info-content {
  min-width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-25%);
  max-width: 456px;
  z-index: 300;
}
@media (max-width: 1080px) {
  .mainV__info-content {
    bottom: 0px;
    max-width: 356px;
  }
}
.mainV__info-link {
  display: block;
  background: #fff;
  padding: 16px 32px;
  border: 3px solid #DC4F09;
  border-radius: 50px 0 0 50px;
  position: relative;
}
@media (max-width: 768px) {
  .mainV__info-link {
    padding: 12px 10px 12px 32px;
  }
}
.mainV__info-link::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  width: 3px;
  background: #fff;
}
.mainV__info-date {
  display: flex;
  align-items: center;
}
.mainV__info-time {
  font-size: 13px;
  margin-top: 4px;
  font-family: "Cabin", sans-serif;
}
.mainV__info-cat {
  margin-left: 12px;
  font-size: 12px;
  border-radius: 50px;
  padding: 2px 13px;
  border: 1px solid #DC4F09;
  color: #DC4F09;
}
.mainV__info-ttl {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1; /* 行数を指定 */
}

/* ナビをデフォルトで非表示 */
.header__nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  opacity: 0;
  z-index: 500;
}
@media (max-width: 576px) {
  .header__nav {
    display: block;
  }
}
@media (max-width: 576px) {
  .header__nav {
    width: 70%;
    margin: 0 0 0 auto;
    border-radius: 20px 0 0 20px;
    transform: translateX(100%);
  }
}
.header__nav__sns-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.header__nav__sns-icon {
  width: 40px;
  height: 40px;
}
.header__nav__sns-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ナビボタンを押すとspナビを表示 */
.header__nav.active {
  transition: ease 0.3s;
  display: flex;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(0%);
  background-color: #fff; /*spナビの背景色*/
  visibility: visible;
  opacity: 1;
  z-index: 500;
}
@media (max-width: 576px) {
  .header__nav.active {
    width: 70%;
  }
}

.header__nav-instagram-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 576px) {
  .header__nav-instagram-wrap {
    position: inherit;
    bottom: inherit;
    left: inherit;
    transform: inherit;
  }
}

.header__nav-instagram-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.header__nav-instagram-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__nav-instagram-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.header__nav-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .header__nav-wrap {
    justify-content: space-around;
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media screen and (max-height: 460px) {
  .header__nav-wrap {
    justify-content: end;
  }
}

/* spナビリストを上下中央寄せ */
.header__nav-list {
  display: flex;
  gap: 70px;
}
@media (max-width: 1080px) {
  .header__nav-list {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .header__nav-list {
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .header__nav-list {
    gap: 0;
  }
}
@media screen and (max-height: 460px) {
  .header__nav-list {
    flex-direction: row;
  }
}

.header__nav--accent01 {
  position: relative;
}
.header__nav--accent01::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 109px;
  height: 138px;
  background: url("../img/human-accent02.webp") center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .header__nav--accent01::before {
    width: 80px;
    transform: translateX(150%);
    top: -150%;
  }
}
@media (max-width: 768px) {
  .header__nav--accent01::before {
    width: 60px;
    transform: translateX(0%);
    top: -100%;
  }
}
@media (max-width: 576px) {
  .header__nav--accent01::before {
    display: none;
  }
}
@media screen and (max-height: 460px) {
  .header__nav--accent01::before {
    display: none;
  }
}

.header__nav--accent02 {
  position: relative;
}
.header__nav--accent02::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 109px;
  height: 138px;
  background: url("../img/human-accent03.webp") center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .header__nav--accent02::before {
    width: 80px;
    top: 150%;
    transform: translateX(-100%);
  }
}
@media (max-width: 1080px) {
  .header__nav--accent02::before {
    top: 100%;
  }
}
@media (max-width: 768px) {
  .header__nav--accent02::before {
    width: 60px;
    top: -50%;
    transform: translateX(50%);
  }
}
@media (max-width: 576px) {
  .header__nav--accent02::before {
    display: none;
  }
}
@media screen and (max-height: 460px) {
  .header__nav--accent02::before {
    display: none;
  }
}

/* ナビのリンク */
.header__nav-item a {
  transition: 0.3s ease;
  color: #401A04; /*リンクの文字色*/
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0px;
}
@media (max-width: 1080px) {
  .header__nav-item a {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .header__nav-item a {
    font-size: 20px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .header__nav-item a {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 460px) {
  .header__nav-item a {
    font-size: 16px;
  }
}
.header__nav-item a:hover {
  color: #DC4F09;
}

.header__nav-item a::before {
  content: "";
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  display: block;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .header__nav-item a::before {
    font-size: 16px;
  }
}
.header__nav-item:nth-child(1) a::before {
  content: "about";
}
.header__nav-item:nth-child(2) a::before {
  content: "bread list";
}
.header__nav-item:nth-child(3) a::before {
  content: "news";
}
.header__nav-item:nth-child(4) a::before {
  content: "information";
}

.header__nav-left-container {
  position: relative;
  width: 35%;
  height: 100%;
  background: url("../img/orange-bg.webp") center center/cover no-repeat;
}
@media (max-width: 576px) {
  .header__nav-left-container {
    display: none;
  }
}

.header__nav-left-logo {
  width: 192px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1080px) {
  .header__nav-left-logo {
    width: 120px;
  }
}
.header__nav-left-logo img {
  width: 100%;
  height: 100%;
}

.header__nav-contact-wrap {
  width: 65%;
  margin-top: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  gap: 100px;
}
@media (max-width: 1080px) {
  .header__nav-contact-wrap {
    margin-top: 140px;
  }
}
@media (max-width: 768px) {
  .header__nav-contact-wrap {
    gap: 20px;
    margin-top: 80px;
    width: auto;
  }
}
@media (max-width: 576px) {
  .header__nav-contact-wrap {
    display: none;
  }
}
@media screen and (max-height: 460px) {
  .header__nav-contact-wrap {
    margin-top: 0;
  }
}

.header__nav-contact-wrap .header__nav-contact {
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
}

.header__nav-contact-wrap .top-contact__content-phone-num {
  font-size: 32px;
}
@media screen and (max-height: 460px) {
  .header__nav-contact-wrap .top-contact__content-phone-num {
    font-size: 20px;
  }
}

@media screen and (max-height: 460px) {
  .header__nav-contact-wrap .top-contact__content-ttl {
    font-size: 15px;
  }
}

.header__nav-contact a {
  min-width: inherit;
  padding: 13px 16px;
}

.header__nav-instagram-wrap--sp {
  display: none;
}
@media (max-width: 576px) {
  .header__nav-instagram-wrap--sp {
    display: flex;
    margin-top: 15px;
  }
}

.header__nav-contact-sp {
  display: none;
}
@media (max-width: 576px) {
  .header__nav-contact-sp {
    display: block;
    text-align: center;
  }
}

.header__nav-contact-sp--num {
  color: #DC4F09;
  font-family: "Cabin", sans-serif;
  font-size: 26px;
  margin-bottom: 16px;
}

.contents {
  padding: 120px 0 0 0;
}
@media (max-width: 576px) {
  .contents {
    padding: 80px 0 0 0;
  }
}

.container-sm {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(767px + 32px);
}
@media (max-width: 1080px) {
  .container-sm {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container-sm {
    padding: 0px;
  }
}

.container-md {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(960px + 32px);
}
@media (max-width: 1080px) {
  .container-md {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container-md {
    padding: 0 16px;
  }
}

.container-lg {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1080px + 32px);
}
@media (max-width: 1080px) {
  .container-lg {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container-lg {
    padding: 0 16px;
  }
}

.container-xl {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1200px + 32px);
}
@media (max-width: 1080px) {
  .container-xl {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container-xl {
    padding: 0 16px;
  }
}

.container-form {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(818px + 32px);
}

.m-background-wavy {
  width: 100%;
  height: auto;
}
.m-background-wavy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-bg {
  width: 100%;
  background: url("../img/main-bg.webp") center top/cover repeat;
}
@media (max-width: 1080px) {
  .page-bg {
    background: url("../img/main-bg-sp.webp") center top/cover repeat;
  }
}
.page-bg--sm {
  background: url("../img/main-bg-sm.webp") center top/cover repeat;
}
@media (max-width: 768px) {
  .page-bg--sm {
    background: url("../img/main-bg-sp-sm.webp") center top/cover repeat;
  }
}

@media (max-width: 1080px) {
  .single-bg {
    background: none;
  }
}

/* ハンバーガーメニューのボタン位置 */
.hamburger-menu {
  width: 68px; /*ハンバーガーメニューの線の幅*/
  height: 68px;
  text-align: center;
  top: 5px; /*(ヘッダーの高さ)ー(メニューボタンの高さ)/2*/
  right: 20px;
  background: #DC4F09;
  color: #fff;
  z-index: 999;
  border-radius: 50px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .hamburger-menu {
    margin-right: 14px;
  }
}
.hamburger-menu__icon {
  position: relative;
  margin: 0 auto;
  width: 30px;
  height: 20px;
}
.hamburger-menu__icon span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: #fff; /*メニューバーの色*/
  transition: ease 0.2s;
}
.hamburger-menu__ttl {
  font-family: "Cabin", sans-serif;
}

.hamburger-menu span:nth-child(1) {
  top: 10px;
}
.hamburger-menu span:nth-child(2) {
  top: 20px;
}
.hamburger-menu.active span:nth-child(1) {
  top: 15px;
  transform: rotate(20deg);
}
.hamburger-menu.active span:nth-child(2) {
  top: 15px;
  transform: rotate(-20deg);
}

.opening {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 600;
}

.opening__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.opening__img {
  width: 240px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .opening__img {
    width: 140px;
  }
}
@media (max-width: 576px) {
  .opening__img {
    width: 90px;
  }
}
@media screen and (max-height: 460px) {
  .opening__img {
    width: 90px;
  }
}
.opening__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.opening__desc {
  text-align: center;
  margin-left: 0.5em;
  font-size: 46px;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  color: #9B672D;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .opening__desc {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .opening__desc {
    font-size: 28px;
  }
}
@media screen and (max-height: 460px) {
  .opening__desc {
    font-size: 20px;
  }
}

.opening__desc span {
  animation-name: bounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.opening__desc span:nth-child(2) {
  animation-delay: 0.1s;
}

.opening__desc span:nth-child(3) {
  animation-delay: 0.2s;
}

.opening__desc span:nth-child(4) {
  animation-delay: 0.3s;
}

.opening__desc span:nth-child(5) {
  animation-delay: 0.4s;
}

.opening__desc span:nth-child(6) {
  animation-delay: 0.5s;
}

.opening__desc span:nth-child(7) {
  animation-delay: 0.6s;
}

.opening__desc span:nth-child(8) {
  animation-delay: 0.7s;
}

.opening__desc span:nth-child(9) {
  animation-delay: 0.8s;
}

.opening__desc span:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  80%, 100% {
    transform: translateY(0px);
  }
}
.m-cta-btn {
  display: flex;
  max-width: 288px;
  padding: 19px 16px;
  border-radius: 50px;
  font-weight: bold;
  background: #dc4f09;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .m-cta-btn {
    padding: 13px 16px;
  }
}
.m-cta-btn .m-btn__white {
  border-color: transparent;
}

.m-more-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.m-btn {
  transition: 0.5s;
  margin-left: 26px;
}
.m-btn__red {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  border: 4px solid #DC4F09;
  background-color: #fff;
}
.m-btn__red::before {
  content: "";
  display: block;
  top: 50%;
  left: calc(50% - 10px);
  position: absolute;
  width: 18px;
  height: 2px;
  background: #401A04;
  transform: translateY(-50%);
}
.m-btn__red::after {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 20px;
  box-sizing: border-box;
  border: 2px solid #401A04;
  border-left: 0;
  border-bottom: 0;
}
.m-btn__red--reverse::before {
  content: "";
  display: block;
  top: 50%;
  right: calc(50% - 10px);
  position: absolute;
  width: 18px;
  height: 2px;
  background: #401A04;
  transform: translateY(-50%);
}
.m-btn__red--reverse::after {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  left: 10px;
  box-sizing: border-box;
  border: 2px solid #401A04;
  border-left: 0;
  border-bottom: 0;
}
.m-btn__white {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  border: 4px solid #DC4F09;
  background-color: #fff;
  margin-left: 0;
}
.m-btn__white::before {
  content: "";
  display: block;
  top: 50%;
  left: calc(50% - 10px);
  position: absolute;
  width: 18px;
  height: 2px;
  background: #DC4F09;
  transform: translateY(-50%);
}
.m-btn__white::after {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 20px;
  box-sizing: border-box;
  border: 2px solid #DC4F09;
  border-left: 0;
  border-bottom: 0;
}
.m-btn__diagonal {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  border: 4px solid transparent;
  background-color: #fff;
  margin-left: 33px;
}
.m-btn__diagonal::before {
  content: "";
  display: block;
  top: 50%;
  left: calc(50% - 10px);
  position: absolute;
  width: 18px;
  height: 2px;
  background: #DC4F09;
  transform: translateY(-50%);
  transform: rotate(-45deg);
}
.m-btn__diagonal::after {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(0deg);
  transform-origin: top right;
  position: absolute;
  top: 39%;
  right: 24px;
  box-sizing: border-box;
  border: 2px solid #DC4F09;
  border-left: 0;
  border-bottom: 0;
}

.top-news__article-sub-btn {
  width: 40px;
  height: 40px;
}
.top-news__article-sub-btn::before {
  left: calc(50% - 7px);
  width: 12px;
}
.top-news__article-sub-btn::after {
  right: 10px;
}

.top-instagram__more-btn {
  margin: 0 0 0 auto;
}

@media (max-width: 1080px) {
  .m-more-btn--pc {
    display: none;
  }
}

.m-more-btn--sp {
  display: none;
}
@media (max-width: 1080px) {
  .m-more-btn--sp {
    display: flex;
  }
}

.m-btn__small {
  width: 40px;
  height: 40px;
}
.m-btn__small::before {
  left: calc(50% - 7px);
  width: 12px;
}
.m-btn__small::after {
  right: 10px;
}

.m-category {
  padding: 2px 14px;
  border-radius: 50px;
  font-size: 18px;
  transition: 0.3s;
}
@media (max-width: 1080px) {
  .m-category {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .m-category {
    padding: 2px 10px;
  }
}
.m-category--all {
  border: 2px solid #401A04;
  color: #401A04;
}

.single-post .m-category {
  font-size: 13px;
}

.brand-new-bread {
  border: 2px solid #DC4F09;
  color: #DC4F09;
}

.event-information {
  border: 2px solid #5299A8;
  color: #5299A8;
}

.closed-day {
  border: 2px solid #FFC43E;
  color: #FFC43E;
}

.media-information {
  border: 2px solid #9B672D;
  color: #9B672D;
}

.price-revision {
  border: 2px solid #401A04;
  color: #401A04;
}

.m-page-mv {
  width: 100%;
  height: 340px;
  position: relative;
}
@media (max-width: 768px) {
  .m-page-mv {
    height: 240px;
  }
}

.m-page-ttl {
  font-size: 46px;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -75%);
}
@media (max-width: 768px) {
  .m-page-ttl {
    transform: translate(-50%, -50%);
    font-size: 30px;
  }
}
.m-page-ttl::before {
  content: "";
  display: block;
  font-size: 20px;
  font-family: "Cabin", sans-serif;
  border-bottom: 7px solid #fff;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-page-ttl::before {
    font-size: 16px;
  }
}
.m-page-ttl--about::before {
  content: "about";
}
.m-page-ttl--bread-list::before {
  content: "bread-list";
}
.m-page-ttl--information::before {
  content: "information";
}
.m-page-ttl--news::before {
  content: "news";
}
.m-page-ttl--contact::before {
  content: "contact";
}

.top-news__cat-list .brand-new-bread:hover {
  background: #DC4F09;
  color: #fff;
}
.top-news__cat-list .event-information:hover {
  background: #5299A8;
  color: #fff;
}
.top-news__cat-list .closed-day:hover {
  background: #FFC43E;
  color: #fff;
}
.top-news__cat-list .media-information:hover {
  background: #9B672D;
  color: #fff;
}
.top-news__cat-list .price-revision:hover {
  background: #401A04;
  color: #fff;
}

.top-news__article-latest:hover .m-btn {
  transform: translateX(12px);
}
.top-news__article-latest:hover img {
  transform: scale(1.05);
}

.news-list__cat-wrap .m-category--all:hover {
  background: #401A04;
  color: #fff;
}
.news-list__cat-wrap .brand-new-bread:hover {
  background: #DC4F09;
  color: #fff;
}
.news-list__cat-wrap .event-information:hover {
  background: #5299A8;
  color: #fff;
}
.news-list__cat-wrap .closed-day:hover {
  background: #FFC43E;
  color: #fff;
}
.news-list__cat-wrap .media-information:hover {
  background: #9B672D;
  color: #fff;
}
.news-list__cat-wrap .price-revision:hover {
  background: #401A04;
  color: #fff;
}

.m-more-btn:hover .m-btn {
  transform: translateX(12px);
}

.top-news__article-sub:hover .m-btn {
  transform: translateX(8px); /* 右に移動 */
  transition: transform 0.5s ease; /* スムーズに移動 */
}

.m-cta-btn:hover .m-btn {
  transform: translateX(8px);
}

.pagenation-wrapper .m-btn__red {
  transition: transform 0.5s ease;
}
.pagenation-wrapper .next:hover .m-btn__red {
  transition: transform 0.5s ease;
  transform: translateX(10px);
}
.pagenation-wrapper .prev:hover .m-btn__red {
  transition: transform 0.5s ease;
  transform: translateX(-10px);
}

.news-list__article-link .news-list__article-thumb {
  overflow: hidden;
}
.news-list__article-link .news-list__article-thumb img {
  transition: 0.5s;
}
.news-list__article-link:hover img {
  transform: scale(1.05);
}

.contact-form__submit {
  border: 1px solid #DC4F09;
  transition: 0.2s;
}

.contact-form__submit:hover {
  background-color: #fff;
  color: #DC4F09;
}

.cta-previous {
  transition: 0.2s;
}

.cta-previous:hover {
  color: #DC4F09;
}

.footer__nav-link {
  transition: 0.3s;
}
.footer__nav-link img {
  transition: 0.3s;
}
.footer__nav-link:hover {
  color: #DC4F09;
}
.footer__nav-link:hover img {
  opacity: 0.5;
}

/********** utils **********/
.u-mt5 {
  margin-top: 5px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-sp-br {
  display: none;
}
@media (max-width: 1080px) {
  .u-sp-br {
    display: block;
  }
}

.u-sp-br-xsm {
  display: none;
}
@media (max-width: 420px) {
  .u-sp-br-xsm {
    display: block;
  }
}

@media (max-width: 420px) {
  .u-sp-br--xsm-none {
    display: none;
  }
}
.u-pc-br {
  display: block;
}
@media (max-width: 1080px) {
  .u-pc-br {
    display: none;
  }
}

.u-btn-center {
  justify-content: center;
  margin: 0 auto;
}

.u-btn-right-pc {
  justify-content: end;
  margin: 0 0 0 auto;
}
@media (max-width: 576px) {
  .u-btn-right-pc {
    justify-content: center;
    margin: 0 auto;
  }
}

/********** pages **********/
#top {
  overflow-x: hidden;
}

.top-about {
  margin-top: 240px;
}
@media (max-width: 768px) {
  .top-about {
    margin-top: 160px;
  }
}
@media (max-width: 576px) {
  .top-about {
    margin-top: 96px;
  }
}
.top-about__roof-img {
  width: 100%;
  height: auto;
}
.top-about__roof-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-about__container {
  border-width: 8px;
  border-top: 0px solid transparent;
  border-right: 8px solid #DC4F09;
  border-bottom: 8px solid #DC4F09;
  border-left: 8px solid #DC4F09;
}
@media (max-width: 576px) {
  .top-about__container {
    border-width: 0 2px 2px 2px;
  }
}
.top-about__product-wrap {
  width: 100%;
  height: auto;
  display: flex;
}
.top-about__product-img {
  width: 25%;
}
.top-about__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-about__contents {
  background: #FFFBF0;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .top-about__contents {
    padding: 24px 0;
  }
}
.top-about__content {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 576px) {
  .top-about__content {
    flex-direction: column;
  }
}
.top-about__ttl-wrap {
  width: 50%;
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 64px;
}
@media (max-width: 576px) {
  .top-about__ttl-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.top-about__ttl {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .top-about__ttl {
    margin-bottom: 15px;
  }
}
.top-about__ttl-info {
  display: inline-block;
  font-size: 24px;
  white-space: initial;
  font-weight: 700;
  border-bottom: 8px solid transparent; /* ボーダーの太さを設定 */
  border-image-source: url("../img/wavy-line.webp"); /* ボーダー画像を指定 */
  border-image-slice: 30; /* スライス位置を設定 */
  border-image-repeat: round; /* 繰り返し方法を設定 */
}
@media (max-width: 768px) {
  .top-about__ttl-info {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.top-about__wavy-line {
  width: 100%;
}
.top-about__wavy-line img {
  width: 100%;
}
.top-about__disc-wrap {
  width: 50%;
  padding-left: 64px;
}
@media (max-width: 1080px) {
  .top-about__disc-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.top-about__disc-text {
  font-size: 18px;
  margin-bottom: 40px;
  white-space: nowrap;
  line-height: 1.75;
}
@media (max-width: 1080px) {
  .top-about__disc-text {
    white-space: wrap;
  }
}
@media (max-width: 576px) {
  .top-about__disc-text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.top-about__more-btn {
  width: fit-content;
  margin: 0 0 0 auto;
}

.top-pick-up {
  padding-top: 200px;
  position: relative;
}
.top-pick-up__accent01 {
  content: "";
  position: absolute;
  width: 194px;
  height: 241px;
  top: 155px;
  left: 0;
  background: url("../img/human-accent01.webp") center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .top-pick-up__accent01 {
    width: 140px;
    height: 160px;
    left: 5%;
  }
}
@media (max-width: 576px) {
  .top-pick-up__accent01 {
    width: 80px;
    height: 100px;
    top: 56px;
    left: 0;
  }
}
.top-pick-up__accent02 {
  content: "";
  position: absolute;
  width: 194px;
  height: 241px;
  top: 180px;
  right: 0;
  background: url("../img/human-accent02.webp") center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .top-pick-up__accent02 {
    width: 140px;
    height: 160px;
    right: 5%;
  }
}
@media (max-width: 576px) {
  .top-pick-up__accent02 {
    width: 80px;
    height: 100px;
    top: 86px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .top-pick-up {
    padding-top: 106px;
  }
}
.top-pick-up__ttl {
  text-align: center;
}
.top-pick-up__ttl::before {
  margin: 0 auto;
  font-family: "Cabin", sans-serif;
}
.top-pick-up__disc {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .top-pick-up__disc {
    font-size: 16px;
  }
}
.top-pick-up__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 130px 0;
  margin-top: 86px;
  margin-bottom: 98px;
}
@media (max-width: 1080px) {
  .top-pick-up__contents {
    margin-top: 64px;
    margin-bottom: 64px;
    gap: 64px 0;
  }
}
.top-pick-up__contents .top-pick-up__content:nth-child(odd) {
  margin-top: 64px;
}
@media (max-width: 1080px) {
  .top-pick-up__contents .top-pick-up__content:nth-child(odd) {
    margin-top: 0;
  }
}
@media (max-width: 1080px) {
  .top-pick-up__contents {
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
  }
}
@media (max-width: 576px) {
  .top-pick-up__contents {
    flex-direction: column;
    width: 100%;
  }
}
.top-pick-up__content {
  width: calc(50% - 20px);
}
@media (max-width: 1080px) {
  .top-pick-up__content {
    width: 100%;
  }
}
.top-pick-up__content-ttl {
  position: relative;
  font-size: 30px;
  color: #DC4F09;
  font-weight: 700;
}
.top-pick-up__content-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  color: #DC4F09;
  opacity: 0.05;
  font-size: 66px;
  transform: translateY(-50%);
  white-space: wrap;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}
.top-pick-up__content-ttl::before {
  display: block;
  font-size: 20px;
}
.top-pick-up__content-ttl--tsubuan::before {
  content: "日本一";
}
.top-pick-up__content-ttl--tsubuan::after {
  content: "TSUBUAN";
}
.top-pick-up__content-ttl--cream::before {
  content: "日本一";
}
.top-pick-up__content-ttl--cream::after {
  content: "CREAM";
}
.top-pick-up__content-ttl--curry::after {
  content: "CURRY UDON";
}
.top-pick-up__content-ttl--white-bread::after {
  content: "PLANE BREAD";
}
.top-pick-up__content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  .top-pick-up__content-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .top-pick-up__content-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.top-pick-up__content-img {
  width: 45%;
  height: auto;
}
@media (max-width: 1080px) {
  .top-pick-up__content-img {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .top-pick-up__content-img {
    width: 50%;
    margin: 0 auto 0 0;
  }
}
.top-pick-up__content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-pick-up__content-disc {
  width: 50%;
}
@media (max-width: 1080px) {
  .top-pick-up__content-disc {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .top-pick-up__content-disc {
    width: 100%;
    margin-top: 35px;
  }
}
.top-pick-up__content-interior {
  position: relative;
  width: 80%;
  aspect-ratio: 16/9;
  height: auto;
}
@media (max-width: 1080px) {
  .top-pick-up__content-interior {
    margin: 0 10vw 0 auto;
    width: 80%;
  }
}
@media (max-width: 576px) {
  .top-pick-up__content-interior {
    margin: 0 5vw 0 auto;
    width: 50%;
    position: absolute;
    top: 40%;
    right: 0;
  }
}
@media (max-width: 576px) {
  .top-pick-up__content-interior--white {
    top: 30%;
  }
}
.top-pick-up__content-interior img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-pick-up__content-interior::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 153px;
  height: 124px;
  padding-left: 0.8em;
  padding-bottom: 0.5em;
  position: absolute;
  top: 0%;
  left: 65%;
  font-size: 17px;
  color: #DC4F09;
  font-weight: 700;
  transform: translate(0, -50%);
  background: url("../img/speech-bubble.webp") center center/contain no-repeat;
}
@media (max-width: 768px) {
  .top-pick-up__content-interior::after {
    width: 132px;
    height: 108px;
    left: 50%;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .top-pick-up__content-interior::after {
    top: -10%;
    left: 40%;
  }
}
.top-pick-up__content-interior--tsubu-an::after {
  content: "つぶあん";
}
.top-pick-up__content-interior--cream::after {
  content: "カスタード";
}
.top-pick-up__content-interior--curry::after {
  content: "カレーうどん";
}
.top-pick-up__content-interior--white::after {
  content: "プレーン";
}
.top-pick-up__content-head {
  font-size: 22px;
  margin: 22px 0;
}

.top-instagram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 114px;
  position: relative;
}
.top-instagram__bg {
  width: 100%;
  background: url("../img/instagram-bg.webp") center center/cover no-repeat;
}
.top-instagram__accent01 {
  content: "";
  position: absolute;
  width: 194px;
  height: 241px;
  top: 0px;
  left: 10vw;
  transform: translateY(-25%);
  background: url("../img/human-accent03.webp") center center/contain no-repeat;
}
@media (max-width: 768px) {
  .top-instagram__accent01 {
    width: 144px;
    height: 190px;
  }
}
@media (max-width: 576px) {
  .top-instagram__accent01 {
    width: 80px;
    height: 100px;
    transform: translateY(-60%);
    right: 10vw;
    left: initial;
  }
}
.top-instagram__accent02 {
  content: "";
  position: absolute;
  width: 194px;
  height: 241px;
  bottom: 0px;
  right: 10vw;
  transform: translateY(-25%);
  background: url("../img/human-accent04.webp") center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .top-instagram__accent02 {
    display: none;
  }
}
.top-instagram__head-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .top-instagram__head-wrap {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .top-instagram__head-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 42px;
  }
}
.top-instagram__icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.top-instagram__icon {
  width: 48px;
  height: 48px;
}
@media (max-width: 768px) {
  .top-instagram__icon {
    width: 40px;
    height: 40px;
  }
}
.top-instagram__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-instagram__name {
  font-size: 30px;
  margin-left: 6px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .top-instagram__name {
    font-size: 24px;
  }
}
.top-instagram__head-text {
  margin: 20px 0 10px 0;
}
.top-instagram__head-ttl {
  font-size: 30px;
}
.top-instagram__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .top-instagram__contents {
    margin-bottom: 36px;
    gap: 30px;
  }
}

.sbi_photo_wrap img {
  border-radius: 20px;
}

.top-news {
  margin-top: 96px;
}
.top-news__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .top-news__contents {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .top-news__contents {
    width: 100%;
  }
}
.top-news__ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-news__article-wrap {
  width: 804px;
}
@media (max-width: 1080px) {
  .top-news__article-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
.top-news__cat-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 22px;
}
@media (max-width: 1080px) {
  .top-news__cat-list {
    flex-direction: row;
    gap: 15px 8px;
    flex-wrap: wrap;
  }
}
.top-news__cat-item {
  flex-shrink: 0;
  font-size: 14px;
}
.top-news__more-btn {
  margin-top: 64px;
}
.top-news__more-btn--pc {
  display: flex;
}
@media (max-width: 1080px) {
  .top-news__more-btn--pc {
    display: none;
  }
}
.top-news__more-btn--sp {
  display: none;
}
@media (max-width: 1080px) {
  .top-news__more-btn--sp {
    display: flex;
    margin-top: 0;
  }
}
.top-news__article-latest {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .top-news__article-latest {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .top-news__article-latest {
    flex-direction: column;
    margin-top: 34px;
  }
}
.top-news__latest-link {
  margin-top: 48px;
}
@media (max-width: 576px) {
  .top-news__latest-link {
    margin-top: 34px;
  }
}
.top-news__article-thumb {
  width: 50%;
  height: 268px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-news__article-thumb {
    width: 50%;
    height: 235px;
  }
}
@media (max-width: 576px) {
  .top-news__article-thumb {
    width: 100%;
  }
}
.top-news__article-thumb img {
  transition: 0.6s;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-news__article-disc {
  width: 50%;
  padding-left: 64px;
}
@media (max-width: 576px) {
  .top-news__article-disc {
    width: 100%;
    padding-left: 0;
    margin-top: 22px;
  }
}
.top-news__article-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DC4F09;
  padding-bottom: 12px;
}
.top-news__article-time {
  color: #DC4F09;
  font-family: "Cabin", sans-serif;
}
.top-news__article-cat {
  font-size: 13px;
}
.top-news__article-sub-wrap {
  display: flex;
  margin-top: 32px;
  gap: 38px;
  align-items: end;
}
@media (max-width: 576px) {
  .top-news__article-sub-wrap {
    display: none;
  }
}
.top-news__article-sub-link {
  width: 50%;
}
.top-news__article-sub {
  transition: 0.5s;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-bottom: 1px solid #401A04;
}
.top-news__article-sub-date {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.top-news__article-ttl {
  margin-top: 22px;
}
.top-news__article-sub-btn {
  flex-shrink: 0;
}

.top-info {
  position: relative;
  margin-top: 180px;
}
@media (max-width: 576px) {
  .top-info {
    margin-top: 96px;
  }
}
.top-info__container {
  max-width: 804px;
  margin: 0 0 0 auto;
}
@media (max-width: 1080px) {
  .top-info__container {
    margin: 0 auto;
  }
}
.top-info__contents {
  width: 100%;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: end;
}
@media (max-width: 1080px) {
  .top-info__contents {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .top-info__contents {
    flex-direction: column;
  }
}
.top-info__ttl--sp {
  display: none;
}
@media (max-width: 576px) {
  .top-info__ttl--sp {
    display: flex;
    margin-bottom: 26px;
  }
}
.top-info__ttl--pc {
  display: flex;
}
@media (max-width: 576px) {
  .top-info__ttl--pc {
    display: none;
  }
}
.top-info__disc {
  width: 50%;
  padding-left: 10%;
}
@media (max-width: 1080px) {
  .top-info__disc {
    padding-left: 5%;
  }
}
@media (max-width: 576px) {
  .top-info__disc {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .top-info__text {
    text-align: center;
    margin-top: 28px;
  }
}

.swiper-container {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.swiper-container__accent01 {
  content: "";
  position: absolute;
  width: 194px;
  height: 241px;
  top: 40%;
  left: -50%;
  transform: translate(-50%, -60%);
  background: url(../img/human-accent05.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .swiper-container__accent01 {
    display: none;
  }
}
@media (max-width: 576px) {
  .swiper-container__accent01 {
    display: block;
    width: 96px;
    height: 114px;
    top: -25%;
    left: 0;
    transform: translate(0%, -25%);
  }
}
@media (max-width: 1080px) {
  .swiper-container {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .swiper-container {
    width: 100%;
  }
}

.swiper-slide {
  width: 100%;
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-container {
  position: relative;
}

.swiper-pagination {
  margin-top: 20px;
  position: static !important;
  display: block;
  width: 100%;
}

.swiper-pagination-bullet {
  background: #DC4F09 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.top-contact {
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
  background: url("../img/pink-bg.webp") center center/cover no-repeat;
}
@media (max-width: 576px) {
  .top-contact {
    padding-top: 98px;
    padding-bottom: 120px;
  }
}
.top-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateY(-100%);
  height: 400px;
  background: url("../img/pink-wavy-top.webp") center top/cover no-repeat;
  z-index: -50;
}
.top-contact__contents {
  margin-top: 50px;
  width: 100%;
  display: flex;
  gap: 40px;
}
@media (max-width: 576px) {
  .top-contact__contents {
    flex-direction: column;
  }
}
.top-contact__content {
  text-align: center;
  background: #fff;
  width: 50%;
  padding: 26px 0;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .top-contact__content {
    width: 100%;
  }
}
.top-contact__content-ttl {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-contact__content-ttl--phone::before {
  margin-bottom: 14px;
  content: "";
  display: block;
  width: 58px;
  height: 35px;
  background: url("../img/tel-icon.webp") center center/cover no-repeat;
}
.top-contact__content-ttl--phone::after {
  margin-bottom: 18px;
  content: "telphone";
  display: block;
  color: #DC4F09;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
}
.top-contact__content-ttl--form::before {
  margin-bottom: 14px;
  content: "";
  display: block;
  width: 37px;
  height: 25px;
  background: url("../img/mail-icon.webp") center center/cover no-repeat;
}
.top-contact__content-ttl--form::after {
  margin-bottom: 32px;
  content: "mail form";
  display: block;
  color: #DC4F09;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
}
.top-contact__content-phone-num {
  font-size: 46px;
  color: #DC4F09;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 1080px) {
  .top-contact__content-phone-num {
    font-size: 28px;
  }
}

.about-mv {
  background: url("../img/about-mv.webp") center bottom/cover no-repeat;
}

.about-info__disc-ttl {
  display: inline-block;
  font-size: 30px;
  white-space: initial;
  font-weight: 700;
  border-bottom: 8px solid transparent;
  border-image-source: url(../img/wavy-line.webp);
  border-image-slice: 30;
  border-image-repeat: round;
}
@media (max-width: 576px) {
  .about-info__disc-ttl {
    font-size: 20px;
  }
}
.about-info__container {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .about-info__container {
    flex-direction: column-reverse;
  }
}
.about-info__disc {
  width: 50%;
}
@media (max-width: 1080px) {
  .about-info__disc {
    width: 100%;
  }
}
.about-info__disc-text {
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 576px) {
  .about-info__disc-text {
    font-size: 15px;
    text-align: justify;
  }
}
.about-info__park-img {
  width: 50%;
  height: auto;
  position: relative;
}
@media (max-width: 1080px) {
  .about-info__park-img {
    margin: 0 0 0 auto;
    width: 40%;
  }
}
@media (max-width: 576px) {
  .about-info__park-img {
    width: 60%;
  }
}
.about-info__park-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-origin {
  margin-top: 64px;
}
.about-origin__roof-img {
  width: 100%;
  height: auto;
}
.about-origin__roof-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-origin__container {
  border-width: 8px;
  border-top: 0px solid transparent;
  border-right: 8px solid #DC4F09;
  border-bottom: 8px solid #DC4F09;
  border-left: 8px solid #DC4F09;
  padding: 72px 58px;
}
@media (max-width: 1080px) {
  .about-origin__container {
    padding: 30px;
    border-width: 2px;
  }
}
.about-origin__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .about-origin__content {
    flex-direction: column;
  }
}
.about-origin__ttl-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.about-origin__logo {
  width: 84px;
  height: auto;
}
@media (max-width: 768px) {
  .about-origin__logo {
    width: 64px;
  }
}
.about-origin__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-origin__ttl {
  font-weight: 500;
}
.about-origin__disc-wrap {
  padding-left: 52px;
}
@media (max-width: 1080px) {
  .about-origin__disc-wrap {
    padding-left: 0;
  }
}
.about-origin__disc-text {
  line-height: 1.75;
  font-size: 18px;
}
@media (max-width: 1080px) {
  .about-origin__disc-text {
    font-size: 15px;
    padding-top: 24px;
  }
}

.about-point {
  position: relative;
  margin-top: 176px;
  padding-top: 86px;
  padding-bottom: 86px;
  padding-right: 90px;
  padding-left: 90px;
  background: #FFFBF0;
}
@media (max-width: 1080px) {
  .about-point {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .about-point {
    margin-top: 96px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.about-point__accent01 {
  content: "";
  position: absolute;
  top: 0px;
  left: 10vw;
  transform: translate(0%, -40%);
  width: 198px;
  height: 250px;
  background: url(../img/human-accent05.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .about-point__accent01 {
    width: 150px;
  }
}
@media (max-width: 576px) {
  .about-point__accent01 {
    width: 120px;
    left: 5vw;
  }
}
.about-point__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .about-point__content {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .about-point__content {
    width: 100%;
    flex-direction: column;
  }
}
.about-point__content--reverse {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
@media (max-width: 576px) {
  .about-point__content--reverse {
    flex-direction: column;
  }
}
.about-point__content--reverse .about-point__content-disc {
  margin-left: 0;
  margin-right: 140px;
}
@media (max-width: 1080px) {
  .about-point__content--reverse .about-point__content-disc {
    margin-right: 90px;
  }
}
@media (max-width: 768px) {
  .about-point__content--reverse .about-point__content-disc {
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .about-point__content--reverse .about-point__content-disc {
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .about-point__content--reverse .about-point__content-img-wrap {
    margin: 0 0 0 auto;
  }
  .about-point__content--reverse .about-point__content-num, .about-point__content--reverse .about-point__content-ttl {
    text-align: justify;
  }
  .about-point__content--reverse .about-point__content-text {
    margin: 0 0 0 auto;
  }
}
.about-point__content-img-wrap {
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-point__content-img-wrap {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .about-point__content-img-wrap {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.about-point__content-img {
  max-width: 244px;
  height: auto;
  margin: 0 0 0 auto;
}
.about-point__content-img::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 153px;
  height: 124px;
  padding-right: 0.5em;
  padding-bottom: 1em;
  position: absolute;
  top: 0%;
  left: -50%;
  font-size: 15px;
  color: #DC4F09;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.25;
  background: url(../img/speech-bubble-reverse.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .about-point__content-img::after {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about-point__content-img::after {
    left: -40%;
    top: -25%;
  }
}
@media (max-width: 576px) {
  .about-point__content-img::after {
    left: -65%;
    font-size: 13px;
    top: 0%;
    letter-spacing: -0.5px;
    line-height: 1.25;
  }
}
.about-point__content-img--01::after {
  content: "幅広い\aお客さまに！";
  white-space: pre;
  text-align: center;
  letter-spacing: 0px;
}
.about-point__content-img--02::after {
  content: "どのパンも\aボリューミー！";
  white-space: pre;
  text-align: center;
}
.about-point__content-img--03::after {
  content: "次々と\aいろんなパンに\a出会える！";
  white-space: pre;
  text-align: center;
  padding-bottom: 1.35em;
}
.about-point__content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-point__content-disc {
  width: fit-content;
  max-width: 640px;
  margin-left: 40px;
}
@media (max-width: 1080px) {
  .about-point__content-disc {
    max-width: 480px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .about-point__content-disc {
    max-width: 400px;
    margin-left: 30px;
  }
}
@media (max-width: 576px) {
  .about-point__content-disc {
    width: 100%;
    margin-left: 0;
  }
}
.about-point__content-num {
  font-size: 24px;
}
@media (max-width: 768px) {
  .about-point__content-num {
    font-size: 20px;
  }
}
.about-point__content-num--large {
  font-size: 1.5em;
}
.about-point__content-ttl {
  font-size: 28px;
  color: #DC4F09;
  margin-top: 8px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .about-point__content-ttl {
    font-size: 24px;
    white-space: wrap;
  }
}
.about-point__content-text {
  line-height: 1.75;
}
@media (max-width: 768px) {
  .about-point__content-text {
    width: 95%;
  }
}
@media (max-width: 576px) {
  .about-point__content-text {
    width: 100%;
  }
}
.about-point__message {
  color: #DC4F09;
  font-size: 28px;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .about-point__message {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media (max-width: 420px) {
  .about-point__message {
    font-size: 16px;
  }
}

.about-introduction {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .about-introduction {
    margin-top: 96px;
  }
}
.about-introduction__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-introduction__ttl {
  font-size: 30px;
  font-weight: 700;
  white-space: initial;
  border-bottom: 8px solid transparent;
  border-image-source: url(../img/wavy-line.webp);
  border-image-slice: 30;
  border-image-repeat: round;
}
@media (max-width: 768px) {
  .about-introduction__ttl {
    font-size: 24px;
  }
}
.about-introduction__contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 96px;
  position: relative;
}
.about-introduction__contents--accent01 {
  content: "";
  position: absolute;
  top: 50%;
  left: -10vw;
  transform: translate(0%, -40%);
  width: 187px;
  height: 235px;
  transform: translateY(-50%);
  background: url(../img/human-accent01.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .about-introduction__contents--accent01 {
    display: none;
  }
}
.about-introduction__content {
  width: 50%;
}
.about-introduction__content:nth-child(odd) {
  margin-top: 96px;
}
.about-introduction__content-ttl {
  font-size: 30px;
  color: #DC4F09;
  position: relative;
  font-size: 24px;
}
.about-introduction__content-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  color: #DC4F09;
  opacity: 0.05;
  font-size: 66px;
  transform: translateY(-50%);
  white-space: nowrap;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .about-introduction__content-ttl::before {
    white-space: wrap;
    font-size: 30px;
  }
}
.about-introduction__content-ttl--mentakun::before {
  content: "MENTA-KUN";
}
.about-introduction__content-ttl--minikurotorio::before {
  content: "MINIKULO TRIO";
}
.about-introduction__content-ttl--agegoma::before {
  content: "AGE GOMA MOTCHI";
}
.about-introduction__content-ttl--beef::before {
  content: "BEEF KINGDOM";
}
.about-introduction__content-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 0 0 auto;
}
.about-introduction__content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-introduction__btn {
  margin-top: 40px;
}

.about-situation {
  margin-top: 120px;
  position: relative;
}
.about-situation__accent01 {
  content: "";
  position: absolute;
  top: 0;
  right: 10vw;
  transform: translate(0%, -40%);
  width: 142px;
  height: 179px;
  background: url(../img/human-accent02.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .about-situation__accent01 {
    width: 110px;
    right: 5vw;
    top: -10%;
  }
}
@media (max-width: 576px) {
  .about-situation__accent01 {
    width: 90px;
    top: 0%;
  }
}
.about-situation::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 5vw;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  z-index: 0;
  background: url(../img/accent-white.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .about-situation::after {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .about-situation::after {
    width: 90px;
  }
}
.about-situation__top-wavy {
  width: 100%;
  height: auto;
}
.about-situation__top-wavy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-situation__contents {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/pink-bg.webp") center center/cover no-repeat;
}
@media (max-width: 1080px) {
  .about-situation__contents {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10vh;
    height: 30vh;
  }
}
@media (max-width: 576px) {
  .about-situation__contents {
    height: 50vh;
  }
}
.about-situation__content-wrap {
  display: flex;
  justify-content: end;
}
.about-situation__content-img {
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 1;
}
.about-situation__content-img--01 {
  max-width: 306px;
  height: auto;
  top: -25%;
  left: 10%;
}
@media (max-width: 1080px) {
  .about-situation__content-img--01 {
    width: 20%;
  }
}
@media (max-width: 576px) {
  .about-situation__content-img--01 {
    width: 30%;
    top: -10%;
    left: 15%;
  }
}
.about-situation__content-img--02 {
  max-width: 230px;
  height: auto;
  top: 0;
  left: 35%;
}
@media (max-width: 1080px) {
  .about-situation__content-img--02 {
    width: 15%;
    left: 40%;
  }
}
@media (max-width: 576px) {
  .about-situation__content-img--02 {
    width: 25%;
    top: 15%;
    left: 65%;
  }
}
.about-situation__content-img--03 {
  max-width: 280px;
  height: auto;
  top: -50%;
  left: 60%;
}
@media (max-width: 1080px) {
  .about-situation__content-img--03 {
    width: 20%;
    left: 65%;
  }
}
@media (max-width: 576px) {
  .about-situation__content-img--03 {
    width: 25%;
    top: 40%;
    left: 10%;
  }
}
.about-situation__content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-situation__content-text {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  white-space: initial;
  border-bottom: 8px solid transparent;
  border-image-source: url(../img/wavy-line-white.webp);
  border-image-slice: 30;
  border-image-repeat: round;
}
@media (max-width: 768px) {
  .about-situation__content-text {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .about-situation__content-text {
    font-size: 20px;
  }
}

.bread-list-mv {
  background: url("../img/bread-list-mv.webp") center bottom/cover no-repeat;
  position: relative;
}
.bread-list-mv__accent01 {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 20vw;
  transform: translateY(-50%);
  width: 142px;
  height: 179px;
  background: url(../img/human-accent03.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .bread-list-mv__accent01 {
    width: 110px;
    right: 15vw;
    bottom: -60%;
  }
}
@media (max-width: 768px) {
  .bread-list-mv__accent01 {
    width: 100px;
    bottom: -90%;
    right: 10vw;
  }
}
@media (max-width: 576px) {
  .bread-list-mv__accent01 {
    width: 70px;
    bottom: -85%;
    right: 5vw;
  }
}
.bread-list-mv__accent02 {
  content: "";
  position: absolute;
  bottom: -60%;
  right: 30vw;
  transform: translateY(-50%);
  width: 142px;
  height: 179px;
  background: url(../img/human-accent01.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .bread-list-mv__accent02 {
    width: 110px;
    right: 30vw;
    bottom: -70%;
  }
}
@media (max-width: 768px) {
  .bread-list-mv__accent02 {
    width: 100px;
    bottom: -100%;
    right: 25vw;
  }
}
@media (max-width: 576px) {
  .bread-list-mv__accent02 {
    width: 70px;
    bottom: -90%;
    right: 20vw;
  }
}

.bread-list__container {
  margin-bottom: 200px;
}
@media (max-width: 576px) {
  .bread-list__container {
    margin-bottom: 140px;
  }
}

.bread-list {
  margin-top: 96px;
}
@media (max-width: 576px) {
  .bread-list {
    margin-top: 64px;
  }
}
.bread-list__ttl {
  font-size: 30px;
  text-align: center;
}
.bread-list__ttl br {
  display: none;
}
@media (max-width: 576px) {
  .bread-list__ttl {
    font-size: 24px;
  }
  .bread-list__ttl br {
    display: inline;
  }
}
.bread-list__ttl--en {
  display: block;
  font-size: 16px;
  color: #DC4F09;
}
@media (max-width: 576px) {
  .bread-list__ttl--en {
    font-size: 15px;
  }
}
.bread-list__list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.bread-list__item {
  width: calc(20% - 48px);
  border-radius: 10px;
  margin: 40px 24px;
}
@media (max-width: 1080px) {
  .bread-list__item {
    width: calc(25% - 30px);
    margin: 30px 15px;
  }
}
@media (max-width: 576px) {
  .bread-list__item {
    width: calc(50% - 14px);
    margin: 20px 7px;
  }
}
.bread-list__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.bread-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.bread-list__name {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .bread-list__name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .bread-list__name {
    font-size: 16px;
  }
}
.bread-list__disc {
  font-size: 14px;
  padding: 8px 10px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 768px) {
  .bread-list__disc {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .bread-list__disc {
    font-size: 12px;
  }
}

.information-mv {
  background: url("../img/information-mv.webp") center bottom/cover no-repeat;
  position: relative;
}
.information-mv__accent01 {
  content: "";
  position: absolute;
  bottom: -60%;
  right: 20vw;
  transform: translateY(-50%);
  width: 142px;
  height: 179px;
  background: url(../img/human-accent04.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .information-mv__accent01 {
    width: 110px;
    right: 10vw;
    bottom: -70%;
  }
}
@media (max-width: 768px) {
  .information-mv__accent01 {
    width: 80px;
    bottom: -90%;
    right: 10vw;
  }
}
@media (max-width: 576px) {
  .information-mv__accent01 {
    width: 60px;
    bottom: -80%;
    right: 5vw;
  }
}
.information-mv__accent02 {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 30vw;
  transform: translateY(-50%);
  width: 142px;
  height: 179px;
  background: url(../img/human-accent02.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .information-mv__accent02 {
    width: 110px;
    right: 20vw;
    bottom: -60%;
  }
}
@media (max-width: 768px) {
  .information-mv__accent02 {
    width: 80px;
    bottom: -75%;
    right: 20vw;
  }
}
@media (max-width: 576px) {
  .information-mv__accent02 {
    width: 60px;
    bottom: -75%;
    right: 25vw;
  }
}

.information__ttl {
  font-size: 46px;
  text-align: center;
}
.information__ttl::before {
  content: "手作りパンの店";
  display: block;
  text-align: center;
  color: #DC4F09;
  font-size: 22px;
  margin-top: 46px;
}
.information__agora-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 64px;
}
.information__agora-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.information__agora-contents {
  display: flex;
  margin-top: 48px;
  justify-content: space-between;
  align-items: end;
}
.information__agora-table {
  display: flex;
  width: 80%;
  gap: 75px;
}
@media (max-width: 1080px) {
  .information__agora-table {
    gap: 40px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .information__agora-table {
    gap: 40px;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .information__agora-table {
    flex-direction: column;
    gap: 0;
  }
}
.information__table-body {
  width: 50%;
}
@media (max-width: 576px) {
  .information__table-body {
    width: 100%;
  }
}
.information__table-tr {
  border-top: 3px dotted #FDEDEE;
  display: flex;
  align-items: center;
  padding: 13px 0;
}
.information__table-tr--end {
  border-bottom: 3px dotted #FDEDEE;
}
@media (max-width: 576px) {
  .information__table-tr--end {
    border-bottom: none;
  }
}
.information__table-tr--end-sp {
  border-bottom: 3px dotted #FDEDEE;
}
.information__table-head {
  color: #DC4F09;
  width: 4em;
  margin-right: 34px;
}
@media (max-width: 768px) {
  .information__table-head {
    margin-right: 20px;
  }
}
.information__map {
  width: 100%;
  height: auto;
  margin-top: 86px;
  position: relative;
}
.information__map iframe {
  width: 100%;
}
.information__map-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.information__map-btn--margin {
  margin-left: 5px;
}

.information-instagram {
  display: flex;
  align-items: center;
}
.information-instagram__icon {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.information-instagram__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.information-instagram__text {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .information-instagram--pc {
    display: none;
  }
}
.information-instagram--sp {
  display: none;
}
@media (max-width: 768px) {
  .information-instagram--sp {
    display: block;
  }
}

@media (max-width: 576px) {
  .store-information__container {
    padding: 0;
  }
}

.store-information {
  background: #FFFBF0;
  margin-top: 131px;
  margin-bottom: 140px;
  padding-top: 112px;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .store-information {
    padding-top: 64px;
  }
}
.store-information__ttl-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.store-information__ttl-wrap__accent01 {
  content: "";
  display: block;
  width: 142px;
  height: 179px;
  background: url(../img/human-accent01.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .store-information__ttl-wrap__accent01 {
    width: 110px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .store-information__ttl-wrap__accent01 {
    width: 80px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .store-information__ttl-wrap__accent01 {
    width: 60px;
  }
}
.store-information__ttl-wrap__accent02 {
  content: "";
  display: block;
  width: 142px;
  height: 179px;
  background: url(../img/human-accent03.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .store-information__ttl-wrap__accent02 {
    width: 110px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .store-information__ttl-wrap__accent02 {
    width: 80px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .store-information__ttl-wrap__accent02 {
    width: 60px;
  }
}
.store-information__ttl {
  font-size: 46px;
}
@media (max-width: 768px) {
  .store-information__ttl {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .store-information__ttl {
    font-size: 24px;
  }
}
.store-information__contents {
  width: 90%;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.store-information__content {
  display: flex;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .store-information__content {
    flex-direction: column;
    margin-top: 64px;
  }
}
.store-information__thumb {
  width: calc(50% + 40px);
  height: auto;
  margin-right: 36px;
  aspect-ratio: 97/67;
}
@media (max-width: 768px) {
  .store-information__thumb {
    width: 100%;
    margin-right: 0;
  }
}
.store-information__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .store-information__disc {
    margin-top: 30px;
  }
}
.store-information__disc-stairs {
  font-size: 24px;
  font-weight: 400;
}
.store-information__content-ttl {
  font-size: 30px;
  font-weight: 400;
}
.store-information__job-disc {
  font-size: 16px;
}
.store-information__date-list {
  margin-top: 35px;
  margin-bottom: 18px;
}
.store-information__date-item {
  display: flex;
  margin-top: 14px;
  align-items: center;
}
.store-information__date-head {
  color: #DC4F09;
  width: 4em;
  margin-right: 30px;
  flex-shrink: 0;
}
.store-information__sns-wrap {
  display: flex;
  gap: 16px;
}

.test {
  margin-top: 64px;
  text-align: center;
}

.news-mv {
  background: url("../img/news-mv03.webp") center bottom/cover no-repeat;
  position: relative;
}
.news-mv__accent01 {
  content: "";
  position: absolute;
  bottom: -30%;
  right: 15vw;
  width: 172px;
  height: 216px;
  background: url(../img/human-accent05-inversion.webp) center center/contain no-repeat;
  z-index: -50;
}
@media (max-width: 1080px) {
  .news-mv__accent01 {
    width: 120px;
    right: 10vw;
    bottom: -40%;
  }
}
@media (max-width: 768px) {
  .news-mv__accent01 {
    width: 100px;
    bottom: -60%;
    right: 5vw;
  }
}
@media (max-width: 576px) {
  .news-mv__accent01 {
    width: 80px;
    bottom: -45%;
  }
}

.news-page {
  margin-bottom: 200px;
}
@media (max-width: 576px) {
  .news-page {
    margin-bottom: 140px;
  }
}

.news-list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 576px) {
  .news-list {
    margin-top: 40px;
  }
}
.news-list__cat-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 56px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .news-list__cat-wrap {
    justify-content: start;
  }
}
.news-list__cat-wrap--brand-new-bread .brand-new-bread {
  background: #DC4F09;
  color: #fff;
}
.news-list__cat-wrap--event-information .event-information {
  background: #5299A8;
  color: #fff;
}
.news-list__cat-wrap--closed-day .closed-day {
  background: #FFC43E;
  color: #fff;
}
.news-list__cat-wrap--price-revision .price-revision {
  background: #401A04;
  color: #fff;
}
.news-list__cat-wrap--media-information .media-information {
  background: #9B672D;
  color: #fff;
}
.news-list__cat-wrap--all .m-category--all {
  background: #401A04;
  color: #fff;
}
.news-list__article {
  width: calc(25% - 40px);
  margin: 64px 20px 0 20px;
}
@media (max-width: 1080px) {
  .news-list__article {
    width: calc(33.3333333333% - 30px);
    margin: 48px 15px 0 15px;
  }
}
@media (max-width: 576px) {
  .news-list__article {
    width: calc(50% - 14px);
    margin: 28px 7px 0 7px;
  }
}
.news-list__article-thumb {
  word-wrap: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.news-list__article-thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
.news-list__article-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DC4F09;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media (max-width: 576px) {
  .news-list__article-date {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.news-list__article-time {
  font-size: 16px;
  color: #DC4F09;
}
@media (max-width: 576px) {
  .news-list__article-time {
    font-size: 14px;
  }
}
.news-list__article-cat {
  border-radius: 50px;
  padding: 0 8px;
  font-size: 13px;
}
@media (max-width: 576px) {
  .news-list__article-cat {
    font-size: 10px;
  }
}
.news-list__article-ttl {
  margin-top: 24px;
  overflow: hidden;
  height: 5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .news-list__article-ttl {
    margin-top: 15px;
    font-size: 13px;
  }
}

.pagenation-wrapper {
  margin-top: 140px;
}
@media (max-width: 1080px) {
  .pagenation-wrapper {
    margin-top: 96px;
  }
}
@media (max-width: 576px) {
  .pagenation-wrapper {
    margin-top: 64px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1080px) {
  .nav-links {
    gap: 8px;
  }
}

.page-numbers {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DC4F09;
}

.current {
  border-radius: 50px;
  border: 2px solid #F4D3C3;
}

.next,
.prev {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #401A04;
}

@media (max-width: 576px) {
  .prev,
  .next {
    display: none; /* スマホサイズで非表示 */
  }
}
.contact-mv {
  background: url("../img/contact-mv.webp") center bottom/cover no-repeat;
}

.contact-form {
  margin-top: 100px;
  padding-bottom: 200px;
}
.contact-form__disc {
  text-align: center;
  margin-bottom: 80px;
}
.contact-form__attention {
  color: #DC4F09;
  font-size: 14px;
}
.contact-form__info {
  font-size: 20px;
  margin-top: 28px;
}
@media (max-width: 576px) {
  .contact-form__info {
    font-size: 16px;
  }
}
.contact-form__group {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .contact-form__group {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .contact-form__group {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
  }
}
.contact-form__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 90px;
  width: 200px;
}
@media (max-width: 1080px) {
  .contact-form__label {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .contact-form__label {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.contact-form__label-ttl {
  min-width: 4em;
}
.contact-form__required {
  border: 2px solid #DC4F09;
  color: #DC4F09;
  border-radius: 50px;
  padding: 0 8px;
  margin-left: 13px;
}
.contact-form__input {
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  font-size: 16px;
  background: #FFF7F2;
}
.contact-form__area {
  min-height: 240px;
}

.contact-form__submit {
  width: 100%;
  max-width: 343px;
  padding: 20px 0;
  margin-top: 64px;
  text-align: center;
}

textarea.contact-form__input {
  min-height: 262px;
  resize: vertical;
}

/* ラジオボタンの非表示設定 */
input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* チェックマークの表示 */
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DC4F09;
  transform: translate(-50%, -50%);
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item label:hover {
  cursor: pointer;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* 自動入力された際の背景色を変更しない */
input:-internal-autofill-selected {
  background-color: transparent !important; /* 背景色を透明に */
  color: inherit !important; /* テキスト色を親要素の色に合わせる */
}

/* 自動入力の際に背景色が変わるのを防ぐ */
input:-webkit-autofill {
  background-color: transparent !important; /* 背景色を透明に */
  color: inherit !important; /* テキスト色を変更しない */
  transition: background-color 5000s ease-in-out 0s; /* 背景色が変わるのを遅延させる */
}

.cta-previous {
  text-align: center;
  margin-top: 64px;
}

.wpcf7-spinner {
  display: none;
}

.thanks-page {
  margin-top: 100px;
  min-height: 30vh;
  text-align: center;
}
.thanks-page__head {
  font-size: 24px;
}
@media (max-width: 768px) {
  .thanks-page__head {
    font-size: 20px;
  }
}
.thanks-page__text {
  margin-top: 2em;
}
.thanks-page__link {
  display: inline-block;
  margin-top: 4em;
  border-bottom: 0.1px solid #401A04;
}

.single-header {
  text-align: center;
  padding-top: 84px;
  padding-bottom: 64px;
}
.single-header__ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 72px;
}
@media (max-width: 1080px) {
  .single-header__ttl-wrap {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .single-header__ttl-wrap {
    gap: 20px;
  }
}
.single-header__ttl-accent {
  width: 124px;
  height: auto;
}
@media (max-width: 1080px) {
  .single-header__ttl-accent {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .single-header__ttl-accent {
    width: 70px;
  }
}
@media (max-width: 576px) {
  .single-header__ttl-accent {
    width: 50px;
  }
}
.single-header__ttl-accent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-header__ttl {
  font-size: 46px;
}
@media (max-width: 768px) {
  .single-header__ttl {
    font-size: 32px;
  }
}
.single-header__ttl::before {
  content: "news";
  display: block;
  width: fit-content;
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  color: #DC4F09;
  border-bottom: 7px solid #DC4F09;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-header__ttl::before {
    font-size: 16px;
  }
}

.single-post__container {
  margin-bottom: 64px;
  position: relative;
}
.single-post__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5vw;
  width: 172px;
  height: 216px;
  transform: translateY(-50%);
  background: url(../img/human-accent05.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .single-post__container::before {
    display: none;
  }
}
.single-post__container::after {
  content: "";
  position: absolute;
  top: 90%;
  right: 5vw;
  width: 142px;
  height: 176px;
  transform: translateY(-50%);
  background: url(../img/human-accent02.webp) center center/contain no-repeat;
}
@media (max-width: 1080px) {
  .single-post__container::after {
    display: none;
  }
}
.single-post__container p, .single-post__container img, .single-post__container h2, .single-post__container h3, .single-post__container h4, .single-post__container h5, .single-post__container h6 {
  line-height: 1.5;
  margin-top: 1em;
}
.single-post__container img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.single-post__container p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .single-post__container p {
    font-size: 15px;
  }
}
.single-post__container h2 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .single-post__container h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .single-post__container h2 {
    font-size: 20px;
  }
}
.single-post__container h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .single-post__container h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .single-post__container h3 {
    font-size: 18px;
  }
}
.single-post__container h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .single-post__container h4 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .single-post__container h4 {
    font-size: 16px;
  }
}
.single-post__container h5 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .single-post__container h5 {
    font-size: 16px;
  }
}
.single-post__date {
  justify-content: center;
  display: flex;
  gap: 4px;
  align-items: center;
}
.single-post__time {
  display: inline-block;
  font-family: "Cabin", sans-serif;
  color: #DC4F09;
  margin-top: 4px;
}
.single-post__ttl {
  margin-top: 36px;
  font-size: 34px;
  display: flex;
  justify-content: center;
  white-space: wrap;
}
@media (max-width: 1080px) {
  .single-post__ttl {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .single-post__ttl {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .single-post__ttl {
    font-size: 20px;
  }
}
.single-post__thumb {
  margin-top: 40px;
  margin-bottom: 96px;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
@media (max-width: 768px) {
  .single-post__thumb {
    margin-bottom: 64px;
  }
}
.single-post__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
.single-post__content {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 576px) {
  .single-post__content {
    width: 100%;
  }
}
.single-post__list-btn {
  margin-top: 70px;
}/*# sourceMappingURL=main.css.map */