@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --color-default: #333333;
  --color-red: #f34c48;
  --color-pink: #fedcdb;
  --color-brown: #824f01;
  --color-darkBrown: #4a1e01;
  --color-beige: #ffead9;
  --color-lightBeige: #fff2e8;
  --color-lightestBeige: #fffbf5;
  --color-darkBeige: #f6d1b5;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #e0e0e0;
  --color-marker01: #f8d9bf;
  --color-marker02: #fff06d;
  --font-default: "Zen Maru Gothic", sans-serif;
}
body,
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  display: block;
  flex: 1 0 auto;
}
html {
  font-size: 0.625em;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
html.-open {
  overflow: hidden;
}
html.-open [data-menu="overlay"] {
  visibility: visible;
  opacity: 0.8;
}
[data-menu="overlay"] {
  position: fixed;
  content: "";
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: var(--color-black);
  opacity: 0;
  transition: all 0.2s 0.3s;
}
body {
  font: 500 1.6em/1.5 var(--font-default);
  color: var(--color-default);
  min-width: 100%;
  background: var(--color-white);
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  word-break: break-word;
}
body.-noScroll {
  overflow: hidden;
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
ul,
ol,
li,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  line-height: 1.5;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25;
  margin: 0;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1.5em;
}
sub {
  bottom: -0.1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"]:focus {
  outline: none;
}
button {
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.2s linear;
}
select {
  white-space: nowrap;
}
input,
textarea,
select,
button {
  background-color: transparent;
}
a {
  text-decoration: none;
  color: var(--color-default);
  transition: 0.3s ease-in-out opacity;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 5rem;
  }
}
.l-wrapper {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 4.8rem;
  }
}
.l-content {
  overflow: hidden;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: url(/special/bread-mix/assets/images/common/img_kv.png) no-repeat center top / cover;
}
.l-header_inner {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 2rem 10rem;
}
.l-header_inner img {
  width: 16.7rem;
}
.l-header_navList {
  display: flex;
  gap: 8rem;
}
.l-header_navList li {
  position: relative;
}
.l-header_navList li:not(:first-child)::before {
  content: "";
  width: 0.2rem;
  height: 2.6rem;
  background-color: var(--color-white);
  border-radius: 0.2rem;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.l-header_navList a {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--color-white);
}
.l-header_navSpan02 {
  display: block;
  color: var(--color-wineRed);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .l-header_inner img {
    width: 11.5rem;
  }
  .l-header_navList a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-header_inner {
    padding: 1rem 5rem;
  }
  .l-header_inner img {
    width: 8rem;
  }
  .l-header_navList a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: absolute;
    background: unset;
  }
  .l-header_inner {
    padding: 0.8rem 2rem;
  }
  .l-header_inner a {
    width: 33.7%;
  }
  .l-header_inner img {
    width: 100%;
  }
}
.l-footer {
  margin-top: 15rem;
}
.l-footerBtns {
  padding: 5rem 1.5rem;
  background: var(--color-lightestBeige);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.l-footerBtns_sns {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.l-footerBtns_pageTop {
  position: fixed;
  right: 10rem;
  bottom: 3.5rem;
  z-index: 100;
  opacity: 0;
  transition: 0.3s ease-in-out opacity;
}
body.-scroll .l-footerBtns_pageTop {
  opacity: 1;
}
.l-footerCopy {
  padding: 2.7rem 1.5rem;
  text-align: center;
  background: var(--color-brown);
  font-size: 1.4rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .l-footerBtns {
    padding: 5rem 3.7rem;
    flex-direction: column;
    gap: 3rem;
  }
  .l-footerBtns_sns {
    display: inline-flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .l-footerBtns_sns li {
    width: 3.5rem;
  }
  .l-footerBtns_sns li:nth-child(3) {
    width: 5rem;
  }
  .l-footerBtns_pageTop {
    right: 2rem;
    bottom: 7rem;
  }
  .l-footerCopy {
    padding: 4.2rem 2.8rem;
  }
}
.c-hover {
  text-decoration: none;
  cursor: pointer;
}
.c-hover:hover {
  text-decoration: none;
}
.c-hover img {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-hover {
    transition: 0.3s ease-in-out opacity;
  }
  .c-hover:hover {
    opacity: 0.7;
  }
}
.c-linkBtn {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-red);
  padding: 2rem 6.5rem;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.c-linkBtn::after {
  content: "";
  width: 0.9rem;
  height: 1.6rem;
  background: url(/special/bread-mix/assets/images/common/arrow_white.png) no-repeat center center / contain;
  transition: 0.3s ease-out transform;
}
.c-linkBtn.external::after {
  width: 1.2rem;
  height: 1.2rem;
  background: url(/special/bread-mix/assets/images/common/ico_external.png) no-repeat center center / contain;
}
.c-linkBtn:hover::after {
  transform: translateX(5px);
}
.c-linkBtn.external:hover::after {
  transform: translate(5px, -5px);
}
@media screen and (max-width: 767px) {
  .c-linkBtn {
    width: 100%;
    padding: 2rem 0.5rem;
    gap: 1.25rem;
  }
}
.c-btn01 {
  display: grid;
  place-content: center;
  margin: 0 auto;
  max-width: 24rem;
  min-height: 6.4rem;
  font-size: 1.8rem;
  line-height: 1.75;
  color: var(--color-white);
  background-color: var(--color-red);
  border-radius: 99rem;
  border: 2px solid var(--color-red);
}
.c-btn01.-pcLeft {
  margin-left: 0;
}
.c-btn01_span01 {
  display: block;
}
.c-btn01_blank {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-left: 0.5rem;
  fill: var(--color-white);
  transition: fill 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn01.-pcLeft {
    margin-left: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01 {
    transition: 0.2s color, 0.2s background-color;
  }
  .c-btn01:hover {
    color: var(--color-red);
    background-color: var(--color-white);
  }
  .c-btn01:hover .c-btn01_blank {
    fill: var(--color-red);
    transition: fill 0.3s;
  }
}
.c-ttl01_wrap {
  margin-bottom: 10rem;
}
.c-ttl01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: var(--color-white);
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.45;
  height: 27.2rem;
  padding-bottom: 2.6rem;
  background: url(/special/bread-mix/assets/images/top/bg_h2.png) no-repeat center center / contain;
}
.c-ttl02 {
  font-size: 5.6rem;
  font-weight: bold;
  color: var(--color-darkBrown);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.c-ttl02:before,
.c-ttl02:after {
  content: "";
  width: 4.5rem;
  height: 8.3rem;
}
.c-ttl02:before {
  background: url(/special/bread-mix/assets/images/top/img_h3_left.png) no-repeat center center / cover;
}
.c-ttl02:after {
  background: url(/special/bread-mix/assets/images/top/img_h3_right.png) no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  .c-ttl01_wrap {
    margin-bottom: 5rem;
  }
  .c-ttl01 {
    font-size: 3.4rem;
    height: 11.8rem;
    padding-bottom: 0.3rem;
    background-size: cover;
  }
  .c-ttl01:before {
    top: 0;
    left: 0;
    width: 5.88rem;
    height: 7rem;
  }
  .c-ttl01:after {
    top: 0;
    right: 1.2rem;
    width: 5.35rem;
    height: 7rem;
  }
  .c-ttl01_wrap {
    text-align: center;
  }
  .c-ttl02 {
    font-size: 3rem;
    gap: 0.5rem;
  }
  .c-ttl02:before,
  .c-ttl02:after {
    width: 2.5rem;
    height: 4.6rem;
  }
  .c-ttl02 .sp_small {
    font-size: 2rem;
  }
}
.c-txt01 {
  font-size: 1.8rem;
  line-height: 1.75;
}
.c-txt01.-white {
  color: var(--color-white);
}
.c-txt02 {
  line-height: 1.88;
}
.c-txt02.-white {
  color: var(--color-white);
}
.c-txt-marker01 {
  font-size: 5.6rem;
  font-weight: 700;
  color: var(--color-darkBrown);
  line-height: 1.5;
}
.c-txt-marker01 .marker {
  background: linear-gradient(transparent 0%, transparent 48%, var(--color-marker01) 48%, var(--color-marker01) 85%, transparent 85%, transparent 100%) no-repeat;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .c-txt01 {
    font-size: 1.6rem;
  }
  .c-txt01.-white {
    color: var(--color-white);
  }
  .c-txt-marker01 {
    font-size: 1.8rem;
  }
}
.c-fadeIn {
  opacity: 0;
}
.c-fadeIn.-animate {
  animation: fadeInTop 1s forwards;
}
.c-rollIn {
  opacity: 0;
}
.c-rollIn.-animate {
  animation: rollIn 1.6s forwards;
}
.topMv_inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.topMv_illust {
  text-align: center;
}
.topMv_illust img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topMv {
    padding: 0;
    background: none;
  }
  .topMv_inner {
    position: relative;
    z-index: 2;
    text-align: center;
  }
}
.topLinkInPage {
  padding: 15rem 10rem 9.5rem;
  transition: 0.5s ease-in-out min-width, padding;
}
.topLinkInPage_inner {
  position: relative;
  display: flex;
  justify-content: center;
}
.topLinkInPage_contWrap {
  text-align: center;
  padding-bottom: 5.4rem;
}
.topLinkInPage_title_sub {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-darkBrown);
  letter-spacing: -0.02em;
}
.topLinkInPage_title_main {
  font-size: 5.6rem;
  font-weight: 700;
  color: var(--color-darkBrown);
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
.topLinkInPage_txt {
  font-size: 2.4rem;
  line-height: 2;
  margin-top: 3rem;
}
.topLinkInPage_btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 6rem auto 0;
}
.topLinkInPage_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 5.6rem;
  border-radius: 20px;
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 700;
  min-width: 33rem;
}
.topLinkInPage_btn::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(/special/bread-mix/assets/images/common/arrow_link_inpage.png);
  transition: 0.3s ease-out transform;
}
.topLinkInPage_btn:hover::after {
  transform: translateY(5px);
}
.topLinkInPage_img {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 155rem;
  max-width: 172rem;
  transition: 0.5s ease-in-out min-width, bottom;
  z-index: -1;
}
.topLinkInPage_child {
  margin-right: 3.5rem;
}
@media screen and (max-width: 1600px) {
  .topLinkInPage_btnWrap {
    width: 80%;
  }
  .topLinkInPage_img {
    min-width: 120rem;
  }
}
@media screen and (max-width: 1200px) {
  .topLinkInPage {
    padding: 10rem 3rem 20rem;
  }
  .topLinkInPage_btnWrap {
    width: 50%;
  }
  .topLinkInPage_img {
    min-width: 85rem;
    bottom: -15rem;
  }
}
@media screen and (max-width: 767px) {
  .topLinkInPage {
    padding: 9.5rem 2rem 10rem;
  }
  .topLinkInPage_contWrap {
    padding-bottom: 27rem;
  }
  .topLinkInPage_title_sub {
    font-size: 1.8rem;
  }
  .topLinkInPage_title_main {
    font-size: 3.2rem;
  }
  .topLinkInPage_txt {
    font-size: 1.6rem;
  }
  .topLinkInPage_btnWrap {
    width: 100%;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .topLinkInPage_btnWrap li {
    width: 100%;
    max-width: 50rem;
  }
  .topLinkInPage_img {
    width: 20rem;
    min-width: unset;
    gap: 2rem;
    bottom: 0;
  }
  .topLinkInPage_child {
    margin-right: 0;
  }
}
.topLineup {
  padding-bottom: 15rem;
  background-color: var(--color-beige);
}
.topLineup_inner {
  position: relative;
  z-index: 2;
  max-width: 180rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.topLineup_slider {
  margin-top: -5rem;
}
.topLineup_slider_link {
  color: var(--color-default);
}
.splide__controls {
  margin-top: 2rem;
  text-align: center;
}
.splide__pagination {
  display: inline-flex !important;
  vertical-align: middle;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(243, 76, 72, 0.3);
  transition: 0.2s background-color;
}
.splide__pagination__page:hover,
.splide__pagination__page.is-active {
  background-color: var(--color-red);
}
.splide__arrow--prev {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3rem;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  background: url(/special/bread-mix/assets/images/common/arrow_modal_prev.png) no-repeat top center / contain;
  transform: translateY(calc(-50% - 3rem));
}
.splide__arrow--next {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  background: url(/special/bread-mix/assets/images/common/arrow_modal_next.png) no-repeat top center / contain;
  transform: translateY(calc(-50% - 3rem));
}
.splide__slide .topLineup_slider_img {
  display: block;
  transform: scale(0.8);
}
.splide__slide .topLineup_slider_text {
  transform: translateY(-2rem);
  transition: 0.2s transform, 0.2s color;
}
.splide__slide.is-active .topLineup_slider_text,
.splide__slide:hover .topLineup_slider_text {
  transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .splide__slide:hover .topLineup_slider_text {
    text-decoration: underline;
    color: var(--color-red);
  }
}
@media screen and (max-width: 1280px) {
  .splide__arrow--prev {
    left: -1.5rem;
  }
  .splide__arrow--next {
    right: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .topLineup {
    padding-bottom: 21rem;
  }
  .topLineup_inner {
    padding: 0 2rem;
  }
  .topLineup_slider {
    margin: -3rem auto 0;
  }
  .topLineup_slider .splide {
    position: static;
  }
  .topLineup_slider_text {
    margin-top: 2.8rem;
    font-size: 1.8rem;
  }
  .splide__controls {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    z-index: 4;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .splide__arrow--prev {
    left: 9.5rem;
    top: unset;
    transform: none;
    bottom: -10.5rem;
  }
  .splide__arrow--next {
    right: 9.5rem;
    top: unset;
    transform: none;
    bottom: -10.5rem;
  }
}
.topSpecial {
  position: relative;
  background-color: var(--color-lightBeige);
}
.topSpecial::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 15.5rem;
  background: url(/special/bread-mix/assets/images/top/bg_circle.png);
  bottom: -7.75rem;
  left: -7.75rem;
  z-index: 1;
}
.topSpecial_inner {
  position: relative;
  padding: 0 0 15rem;
}
.topSpecial_movWrap {
  padding: 0 4rem;
}
.topSpecial_mov {
  margin-top: 2.5rem;
  z-index: 1;
  position: relative;
}
.topSpecial_mov .c-ttl02 {
  margin-bottom: 5rem;
}
.topSpecial_iframe {
  width: 65%;
  max-width: 100rem;
  min-width: 70rem;
  margin: 0 auto;
  aspect-ratio: 560 / 315;
}
.topSpecial_iframe > iframe {
  width: 100%;
  height: 100%;
}
.topSpecial_bgImages {
  position: absolute;
  top: 6.3rem;
  width: 100%;
  max-width: 170rem;
  min-width: 120rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.topSpecial_tips {
  margin-top: 15rem;
  background: url(/special/bread-mix/assets/images/top/bg_white.png) no-repeat center center / auto 100%;
}
.topSpecial_tips_inner {
  padding: 6.25vw 18.75vw;
}
.topSpecial_tips_top {
  width: 77.5%;
  margin: 8rem auto 6rem;
  display: flex;
  justify-content: space-between;
}
.topSpecial_tips_top .left {
  width: 27.3%;
}
.topSpecial_tips_top .left img {
  width: 100%;
}
.topSpecial_tips_top .right {
  padding-top: 3rem;
  width: 69%;
}
.topSpecial_tips_top .right p {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 3rem;
}
.topSpecial_tips_list > li {
  position: relative;
  padding: 6rem;
  display: flex;
  gap: 3rem;
  background-image: radial-gradient(circle, var(--color-pink) 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 18px 8px;
}
.topSpecial_tips_list > li:first-child {
  background-image: radial-gradient(circle, var(--color-pink) 4px, transparent 4px), radial-gradient(circle, var(--color-pink) 4px, transparent 4px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 18px 8px, 18px 8px;
  padding-right: 18rem;
}
.topSpecial_tips_list > li:nth-child(2) {
  padding-right: 16rem;
}
.topSpecial_tips_list .head {
  width: 11.2rem;
  height: 11.3rem;
  background: url(/special/bread-mix/assets/images/top/bg_tips.png) no-repeat center center / contain;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 2.5rem;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--color-darkBrown);
}
.topSpecial_tips_list .head .number {
  font-size: 4rem;
}
.topSpecial_tips_list .cont {
  margin-top: 1rem;
}
.topSpecial_tips_list .cont .main {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-darkBrown);
}
.topSpecial_tips_list .cont .sub {
  font-size: 2rem;
  margin-top: 1.5rem;
}
.topSpecial_tips_list .img {
  position: absolute;
  right: 0;
}
.topSpecial_tips_list .img.img01 {
  bottom: -3rem;
}
.topSpecial_tips_list .img.img02 {
  bottom: -6rem;
  right: 2rem;
}
.topSpecial_tips_list .img.img03 {
  bottom: 10rem;
}
.topSpecial_tips_list .recommend_recipe {
  margin-top: 4.7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6.3rem;
}
.topSpecial_tips_list .recommend_recipe .txt .title {
  font-size: 3.2rem;
  font-weight: 700;
}
.topSpecial_tips_list .recommend_recipe .txt .title .marker {
  background: linear-gradient(transparent 0%, transparent 63%, rgba(255, 240, 109, 0.6) 63%, rgba(255, 240, 109, 0.6) 85%, transparent 85%, transparent 100%) no-repeat;
  background-position-y: bottom;
}
.topSpecial_tips_list .recommend_recipe .txt .material {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}
ul.marker_brown {
  padding-left: 2rem;
  font-size: 2rem;
}
ul.marker_brown > li {
  position: relative;
}
ul.marker_brown > li:before {
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  left: -1.5rem;
  top: 0.6em;
  content: "";
  background: #8e4200;
}
.topSpecial_tips_list .recommend_recipe .txt .note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.topSpecial_tips_list .recommend_recipe .bubble {
  position: relative;
  width: 40.9rem;
  height: 12.4rem;
  background: url(/special/bread-mix/assets/images/top/bg_bubble.png) no-repeat center center / contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
}
.topSpecial_tips_list .recommend_recipe .bubble:before {
  content: "";
  width: 4.7rem;
  height: 3.2rem;
  background: url(/special/bread-mix/assets/images/top/bubble_parts.png);
  position: absolute;
  left: -4rem;
  bottom: 0;
}
.topSpecial_tips_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
}
.topSpecial_tips_btn li a {
  width: 50.1rem;
}
@media screen and (max-width: 1900px) {
  .topSpecial_tips_list .img.img03 {
    bottom: -3rem;
  }
}
@media screen and (max-width: 1700px) {
  .topSpecial_tips_inner {
    padding: 8.25vw 13.75vw;
  }
}
@media screen and (max-width: 1500px) {
  .topSpecial_tips_inner {
    padding: 10vw 8vw;
  }
}
@media screen and (max-width: 1300px) {
  .topSpecial_tips_inner {
    padding: 13vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .topSpecial::after {
    height: 8rem;
    background-size: 8rem 8rem;
    bottom: -4rem;
    left: -4rem;
  }
  .topSpecial_inner {
    padding: 0 0 10rem;
  }
  .topSpecial_movWrap {
    padding: 0 2rem;
  }
  .topSpecial_mov .c-ttl02 {
    margin-bottom: 3rem;
  }
  .topSpecial_iframe {
    width: 100%;
    min-width: unset;
  }
  .topSpecial_bgImages {
    display: none;
  }
  .topSpecial_tips {
    margin: 15rem 1rem 0;
    background-image: url(/special/bread-mix/assets/images/top/bg_white_sp.png);
    background-size: 100% 100%;
  }
  .topSpecial_tips_inner {
    padding: 10rem 4rem 13rem;
  }
  .topSpecial_tips_top {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 3rem 0 7rem;
  }
  .topSpecial_tips_top .left {
    width: 65.5%;
  }
  .topSpecial_tips_top .right {
    width: 100%;
  }
  .topSpecial_tips_list > li {
    padding: 6rem 0;
    flex-direction: column;
    align-items: center;
    gap: 2.7rem;
  }
  .topSpecial_tips_list > li:first-child {
    padding-right: 0;
  }
  .topSpecial_tips_list > li:nth-child(2) {
    padding-right: 0;
  }
  .topSpecial_tips_list .head {
    width: 9.5rem;
    height: 9.6rem;
    padding-top: 2rem;
    font-size: 1.8rem;
  }
  .topSpecial_tips_list .head .number {
    font-size: 3.6rem;
  }
  .topSpecial_tips_list .cont .main {
    font-size: 2.6rem;
    text-align: center;
  }
  .topSpecial_tips_list .img.img01 {
    width: 11rem;
    bottom: -6rem;
    right: -2.5rem;
  }
  .topSpecial_tips_list .img.img02 {
    width: 7.1rem;
    bottom: -5rem;
    right: 0;
  }
  .topSpecial_tips_list .recommend_recipe {
    flex-direction: column;
    gap: 5rem;
    margin-top: 6rem;
  }
  .topSpecial_tips_list .recommend_recipe .txt .title {
    font-size: 3rem;
  }
  .topSpecial_tips_list .recommend_recipe .bubble {
    width: 100%;
    text-align: center;
    background-image: url(/special/bread-mix/assets/images/top/bg_bubble_sp.png);
    font-size: 1.8rem;
  }
  .topSpecial_tips_list .recommend_recipe .bubble:before {
    display: none;
  }
  .topSpecial_tips_list .img.img03 {
    width: 11rem;
    bottom: -4rem;
  }
  .topSpecial_tips_btn {
    gap: 1.5rem;
  }
  .topSpecial_tips_btn li {
    width: 100%;
  }
  .topSpecial_tips_btn li a {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .topSpecial_tips_inner {
    padding: 10rem 1.75rem 13rem;
  }
}
.topRecipe_inner {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.topRecipe_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3rem;
}
.topRecipe_list > li {
  width: calc((100% - 6rem) / 3);
  position: relative;
}
.topRecipe_list > li.namasyoku a::before {
  content: "";
  width: 15.9rem;
  height: 6.8rem;
  background: url(/special/bread-mix/assets/images/top/ico_namasyoku.png) no-repeat center center / contain;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.topRecipe_list > li.funwari a::before {
  content: "";
  width: 15.9rem;
  height: 6.8rem;
  background: url(/special/bread-mix/assets/images/top/ico_funwari.png) no-repeat center center / contain;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.topRecipe_list .img {
  border-radius: 20px;
  overflow: hidden;
}
.topRecipe_list .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.topRecipe_list .txt {
  font-size: 2rem;
  line-height: 2;
}
.topRecipe_readMore {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topRecipe_inner {
    padding: 0 2rem;
    max-width: 100%;
  }
  .topRecipe_list > li {
    width: 100%;
  }
  .topRecipe_list > li img {
    width: 100%;
  }
}
.topInsta {
  position: relative;
  padding: 8.6rem 0 18rem;
}
.topInsta_inner {
  max-width: 111rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .topInsta_inner {
    padding: 0;
    max-width: 100%;
  }
}
.topInsta_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 4rem;
  margin-top: 4.3rem;
}
.topInsta_btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .topInsta {
    padding: 6.5rem 0 13rem;
  }
  .topInsta_list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .topInsta_btn {
    margin-top: 4rem;
  }
}
.topRelated {
  padding: 8.6rem 0 16.5rem;
  background: var(--color-beige);
}
.topRelated_inner {
  position: relative;
  max-width: 92.4rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .topRelated_inner {
    padding: 0 1rem;
    max-width: 100%;
  }
}
.topRelated_mov {
  margin-top: 5.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5.9rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.topRelated_movItem {
  position: relative;
}
.topRelated_movItem:first-child {
  grid-column: 1/3;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}
.topRelated_movItem_head {
  color: var(--color-wineRed);
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
}
.topRelated_movItem_button {
  margin-top: 1rem;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.topRelated_movItem_img {
  display: block;
}
.topRelated_movItem_img img {
  width: 100%;
  border-radius: 2rem;
}
.topRelated_movItem_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: fill 0.3s;
}
.topRelated_movItem_icon #id01 {
  fill: var(--color-white);
}
.topRelated_movItem_txt01 {
  margin-top: 1.7rem;
  font-weight: 700;
}
.topRelated_movItem_txt02 {
  margin-top: 0.7rem;
}
.topRelated_movItem_illust {
  position: absolute;
  top: 2rem;
  right: -28rem;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .topRelated_movItem_img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    transition: border-color 0.2s;
    border-radius: 2rem;
  }
  .topRelated_movItem_img:hover:before {
    border-color: var(--color-footer);
  }
}
@media screen and (max-width: 1040px) {
  .topRelated {
    padding-bottom: 28rem;
  }
  .topRelated_movItem {
    position: static;
  }
  .topRelated_movItem_illust {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -26rem;
    transform: translate(-50%);
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .topRelated {
    padding: 6.5rem 0 22rem;
  }
  .topRelated_mov {
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.5rem;
  }
  .topRelated_movItem:first-child {
    grid-column: 1;
    max-width: 100%;
  }
  .topRelated_movItem_button {
    margin-top: 1.5rem;
  }
  .topRelated_movItem_img img {
    border-radius: 0.8rem;
  }
  .topRelated_movItem_illust {
    left: 50%;
    bottom: -18.7rem;
    width: 15.8rem;
  }
}
.modalProduct {
  display: flex;
  justify-content: space-between;
}
.modalProduct_img {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalProduct_content {
  width: 62.3%;
  padding-top: 5.2rem;
}
.modalProduct_theme {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  color: var(--color-wineRed);
}
.modalProduct_name {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-darkBrown);
  text-align: center;
}
.modalProduct_text {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 2;
}
.modalProduct_btn {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .modalProduct {
    flex-direction: column;
    align-items: center;
  }
  .modalProduct_img {
    width: 80%;
  }
  .modalProduct_content {
    width: 100%;
    padding-top: 2rem;
  }

  .modalProduct_theme {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .modalProduct_name {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 700;
  }
  .modalProduct_text {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .modalProduct_btn {
    margin-top: 2rem;
  }
}
.faqTable_inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .faqTable {
    overflow: auto;
  }
  .faqTable_inner {
    min-width: 124rem;
    padding: 0 2rem;
  }
}
.faqTable_header {
  display: flex;
  justify-content: space-between;
  height: 9.5rem;
  margin-bottom: 2.4rem;
}
.faqTable_header li {
  position: relative;
  color: var(--color-darkBrown);
  background-color: var(--color-darkBeige);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.faqTable_header li:nth-child(1) {
  width: 23.3%;
}
.faqTable_header li:nth-child(2) {
  width: 34.2%;
}
.faqTable_header li:nth-child(3) {
  width: 40%;
}
.faqTable_header li:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/special/bread-mix/assets/images/faq/triangle_beige.png) no-repeat center center / contain;
  position: absolute;
  bottom: -14px;
}
.faqTable_body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faqTable_body > li {
  width: 100%;
  background: var(--color-lightBeige);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
.faqTable_body > li > .left {
  width: 21.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.faqTable_body > li > .left > li {
  text-align: center;
}
.faqTable_body > li > .left > li .txt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.faqTable_body > li > .right {
  width: 76.3%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faqTable_body > li > .right > li {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqTable_body > li > .right > li > div {
  font-size: 2rem;
  line-height: 1.6;
}
.faqTable_body > li > .right > li .watch {
  width: 44%;
}
.faqTable_body > li > .right > li .tips {
  width: 50.3%;
}
.faqTable_body > li > .right > li > img {
  width: 10px;
  height: 17px;
}
.txt_red {
  color: var(--color-red);
}
.txt_base {
  font-size: 1.6rem;
}
.faqPageLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
}
.faqPageLink li a {
  width: 50.1rem;
}
@media screen and (max-width: 767px) {
  .faqPageLink {
    padding: 0 2rem;
  }
  .faqPageLink li {
    width: 100%;
  }
  .faqPageLink li a {
    width: 100%;
  }
}
.breadcrumb_wrap {
  padding-inline: 10rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap {
    padding-inline: 1.2rem;
  }
}
.breadcrumb {
  padding: 3rem 0 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4.55rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 2rem 0 3rem;
  }
}
.breadcrumb_item {
  position: relative;
  font-size: 1.6rem;
}
.breadcrumb_item:last-child:after {
  display: none;
}
.breadcrumb_item:after {
  display: block;
  content: "";
  width: 10px;
  height: 16px;
  background: url(/special/bread-mix/assets/images/common/arrow_red.png) no-repeat center center / contain;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb_item a:hover {
  text-decoration: underline;
}
.functions {
  font-size: clamp(1.8rem, 2.34375vw, 2.4rem);
  width: 48.3296213808%;
  max-width: 43.4rem;
  max-width: 100.8rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 49.2307692308%;
  margin: 0 1.5384615385% 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .functions {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .functions {
    padding: 0 1.5rem;
    max-width: 100%;
  }
}
.functions:nth-child(n) {
  margin-right: 1.5384615385%;
}
.functions:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .functions {
    margin-bottom: 0.7rem;
  }
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-3rem);
  }
}
@keyframes aminShake01 {
  0% {
    transform: scale(0.9) rotate(-15deg);
  }
  50% {
    transform: scale(0.9) rotate(-15deg);
  }
  50.001% {
    transform: scale(1) rotate(15deg);
  }
  to {
    transform: scale(1) rotate(15deg);
  }
}
@keyframes aminShake02 {
  0% {
    transform: scale(0.9) rotate(15deg);
  }
  50% {
    transform: scale(0.9) rotate(15deg);
  }
  50.001% {
    transform: scale(1) rotate(-15deg);
  }
  to {
    transform: scale(1) rotate(-15deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.u-sp,
.u-tab,
.u-tabSp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .u-pc {
    display: none !important;
  }
  .u-tab {
    display: inherit !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-tabSp {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc,
  .u-pcTab {
    display: none !important;
  }
  .u-sp {
    display: inherit !important;
  }
}
.u-displayNone {
  display: none !important;
}
.u-hidden {
  visibility: hidden !important;
}
.u-eventNone {
  pointer-events: none;
}
.u-left {
  text-align: left;
}
.u-center,
.u-right {
  text-align: center;
}
.u-textLink {
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .u-textLink:hover {
    text-decoration: underline;
  }
}
@media print {
  html:not([class*="-mobile"]) body {
    width: 115.6rem;
    zoom: 0.8;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  .l-wrapper {
    padding-top: 0;
  }
  .l-header {
    position: static;
  }
}
.modal-overlay {
  align-items: center;
  background: rgba(80, 37, 0, 0.3);
  display: flex;
  justify-content: center;
  inset: 0;
  position: fixed;
  z-index: 1001;
}
.modal-container {
  position: relative;
  max-height: 80vh;
  max-width: 120rem;
  width: 90%;
}
.modal-close {
  display: block;
  position: absolute;
  z-index: 1003;
  top: 4rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease-in-out opacity;
  background: url(/special/bread-mix/assets/images/common/ico_modal_close.png) no-repeat center center / contain;
}
.modal-content {
  position: relative;
  z-index: 1002;
  border-radius: 1.5rem;
  padding: 7rem;
  background-color: var(--color-lightBeige);
  overflow-y: auto;
  max-height: 80vh;
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal-overlay,
.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.micromodal-slide[aria-hidden="true"] .modal-overlay,
.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}
@media screen and (max-width: 767px) {
  .modal-content {
    border-radius: 1rem;
    padding: 3rem;
  }
  .modal-container {
    width: calc(100% - 4rem);
  }
  .modal-close {
    top: -1rem;
    right: -1rem;
    width: 3rem;
    height: 3rem;
    outline: none !important;
  }
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
