@charset "UTF-8";

/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0
}

main {
  display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

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

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit
}

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

address {
  font-style: inherit
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}

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: inherit
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  vertical-align: bottom
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom
}

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

select::-ms-expand {
  display: none
}

fieldset,
option {
  padding: 0
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

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
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable] {
  outline: none
}

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

caption {
  text-align: left
}

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

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

[hidden],
template {
  display: none
}

body {
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale
}

body.body--fixed {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden
}

img {
  width: 100%
}

.wrapper {
  position: relative;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .6)
}

.loading_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto
}

.content,
.l-primary-nav__item a {
  font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, meiryo, arial, sans-serif
}

.backToTop {
  position: fixed;
  bottom: 30px;
  z-index: 990;
  opacity: 0;
  -webkit-transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
  transition: opacity .6s cubic-bezier(.23, 1, .32, 1)
}

.backToTop>a {
  display: block
}

.backToTop.backToTop--end {
  position: absolute;
  bottom: auto;
  opacity: 1
}

/* ここから */
.wrapper {
  background-color: #FFF;
}

header {
  background-color: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.l-roots__siteroot {
  max-width: 165px;
}

.l-roots__siteroot img {
  height: auto;
  width: 100%;
}

@media screen and (min-width:769px) {
  .l-menu {
    display: none;
  }

  header .nav__button {
    display: none;
  }

  .header__inner {
    display: flex;
    align-items: center;
    height: 55px;
    margin-inline: auto;
    padding: 16px 0 9px 40px;
    max-width: 1040px;
    width: 100%;
  }

  .l-roots__siteroot {
    margin-right: 97px;
  }

  .l-gnav .l-primary-nav__items {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 60px;
  }

  .l-gnav .l-primary-nav__item {
    font-size: 11px;
  }
}

@media screen and (max-width:768px) {
  header .l-gnav {
    display: none;
  }

  .header__inner {
    height: 65.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 16px;
  }

  .l-roots__siteroot {
    max-width: 152px;
  }

  header .l-primary-nav__toggle {
    background-image: url(../images/nav_button_on.png);
    background-size: cover;
    height: 41.5px;
    width: 41.5px;
  }

  header.is-open .l-primary-nav__toggle {
    background-image: url(../images/nav_button_off.png);
  }

  header.is-open .l-roots__siteroot {
    opacity: 0;
  }

  .l-menu {
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 65.5px;
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
    width: 100%;
    z-index: -1;
  }

  .l-menu.is-block {
    opacity: 1;
    z-index: 20;
  }

  .l-menu__inner {
    background-color: #FFF;
    height: 100%;
    margin-bottom: 50px;
  }

  .l-menu__logo {
    margin-inline: auto;
    max-width: 219px;
  }

  .l-primary-nav__items {
    margin-top: 29px;
  }

  .l-primary-nav__item {
    border-bottom: 1px solid #E4002B;
  }

  .l-primary-nav__item:first-child {
    border-top: 1px solid #E4002B;
  }

  .l-primary-nav__item a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px 0 40px;
    position: relative;
    min-height: 60px;
  }

  .l-primary-nav__item a::before {
    background-image: url(../images/icon_arrow01.png);
    background-size: cover;
    content: "";
    height: 13px;
    left: 20px;
    position: absolute;
    top: calc(50% - 7px;);
    width: 7px;
  }

  .l-menu__links {
    margin: 15px 0;
  }

  .l-menu__links .link__inner {
    padding: initial;
  }

  .l-menu__links .linkBunner {
    margin-top: 20px;
  }
}

.heading__secondary {
  color: #E4002B;
  font-weight: 700;
  padding-inline: 30px;
  position: relative;
  text-align: center;
}

.heading__secondary::after {
  background-image: url(../images/top/recommend/wavy_line01.png);
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  height: 24px;
  left: 0px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width:769px) {
  .heading__secondary {
    font-size: 31px;
  }
  
  .heading__secondary::after {
    background-size: contain;
    bottom: -25px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width:768px) {
  .heading__secondary {
    font-size: 23px;
  }

  .heading__secondary::after {
    background-size: 199px auto;
    bottom: -20px;
  }
}

.kv,
.kvmain__logo {
  width: 100%
}

.kv__main {
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.kv__tvcm__heading {
  color: #E4002B;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.kv__tvcm__heading::after {
  background-image: url(../images/top/recommend/wavy_line01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 158px auto;
  bottom: -14px;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  width: 100%;
}

.kv__tvcm__heading::after {
  bottom: 0;
  content: "";
  position: absolute;
}

.kv__tvcm__movieTitle {
  color: #E4002B;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.movie_wrapper {
  overflow: hidden;
}

.ytPlayer_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5% !important;
  height: 100.5% !important;
}

@media screen and (min-width:769px) {
  .exceptionSP .kv,
  .kv {
    -webkit-box-orient: horizontal
  }

  .kv__main {
    background-image: url(../images/top/kv/kv_bg--pc.png);
    background-position: center top;
    background-size: 1075px auto;
    margin-inline: auto;
    min-height: 1079px;
    max-width: 1175px;
  }

  .kvmain__logo {
    margin-inline: auto;
    margin-top: 102px;
    max-width: 265px;
  }

  .kv__whats__heading {
    margin-top: 45px;
    text-align: center;
  }

  .kv__whats__heading img {
    height: auto;
    width: 218px;
  }

  .kv__whats__txt {
    margin-top: 30px;
    text-align: center;
  }
  
  .kv__whats__txt img {
    height: auto;
    width: 403px;
  }

  .kv__tvcm {
    margin-top: 96px;
  }

  .kv__tvcm__inner {
    padding-bottom: 140px;
    margin-inline: auto;
    max-width: 502px;
  }

  .kv__tvcm__heading {
    font-size: 20px;
    margin-bottom: 17.5px;
    padding-bottom: 18px;
  }

  .kv__tvcm__movieTitle {
    font-size: 20px;
  }

  .movie_wrapper {
    width: 100%;
    max-width: 502px;
  }

  .movie_wrapper .ytPlayer_area {
    width: 100%;
    max-width: 502px;
    padding-top: 56.3%;
    position: relative;
    margin: 0 auto;
    transform: translateY(-1px);
  }
}

@media screen and (max-width:768px) {
  .kv__main {
    background-image: url(../images/top/kv/kv_bg--sp.png);
    background-position: center 10px;
    background-size: 491px auto;
    min-height: 765px;

    align-items: initial;
    justify-content: initial;
    flex-direction: column;
    padding-top: 100px;
  }

  .kvmain__logo {
    margin-inline: auto;
    max-width: 219px;
  }

  .kv__whats__heading {
    margin-top: 40px;
    text-align: center;
  }

  .kv__whats__heading img {
    height: auto;
    width: 219px;
  }

  .kv__whats__txt {
    margin-top: 24px;
    text-align: center;
  }
  
  .kv__whats__txt img {
    height: auto;
    width: 257px;
  }

  .kv__tvcm {
    margin-top: 70px;
  }

  .kv__tvcm__inner {
    padding-bottom: 110px;
    padding-inline: 20px;
  }

  .kv__tvcm__heading {
    font-size: 17px;
    margin-bottom: 15px;
    padding-bottom: 19px;
    position: relative;
  }

  .kv__tvcm__heading::after {
    bottom: 0;
    content: "";
    position: absolute;
  }

  .kv__tvcm__movieTitle {
    font-size: 17px;
  }

  .ytPlayer_area {
    width: 89.33vw;
    height: 50.26vw;
    position: relative;
    margin: 0 auto;
    transform: translateY(-1px);
  }
}

.recommend {
  background-color: #FFFDE9;
  position: relative;
}

.recommend:before,
.recommend:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

.recommend:before {
  transform: rotate(180deg);
}

.recommend__heading {
  background-color: #fff;
  border: 2px solid #E4002B;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
}

.recommend__heading span {
  position: relative;
}

.recommend__heading img {
  height: auto;
}

.recommend__heading i {
  height: auto;
  position: absolute;
  right: 0;
  top: -100%;
}

.recommend__each.kechamayo .recommend__heading i {
  right: -57px;
  top: -30px;
  width: 47px;
}

.recommend__each.aonorimayo .recommend__heading i {
  right: -54px;
  top: -35px;
  width: 44px;
}

.recommend__each.honeymayo .recommend__heading i {
  right: -73px;
  top: -30px;
  width: 63px;
}

.recommend__each.soysaucemayo .recommend__heading i {
  right: -58px;
  top: -30px;
  width: 48px;
}

.recommend__each.garlicmayo .recommend__heading i {
  right: -47px;
  top: -30px;
  width: 37px;
}

.recommend__heading i img {
  height: auto;
  width: 100%;
}

.recommend__maze {
  color: #E4002B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
}

.recommend__maze i {
  margin-right: 16px;
  width: 84px;
}

.recommend__item a {
  display: block;
}

.recommend__item figure {
  display: block;
  position: relative;
}

.recommend__item .recommend__cm::before {
  background-image: url(../images/top/recommend/cminfo.png);
  background-size: cover;
  content: "";
  left: 0;
  position: absolute;
  top: 5px;
}

.recommend__recipeName {
  color: #E4002B;
  font-weight: 700;
}

.recommend__button {
  margin-inline: auto;
}

.button__long {
  position: relative;
}

.recommend__button a {
  background-color: #E4002B;
  border-radius: 8px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  min-height: 42px;
}

.button__long a {
  border-radius: 13px;
  min-height: 77px;
  position: relative;
}

.button__long::after {
  background-image: url(../images/icon_arrow_whi.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}

@media screen and (min-width:769px) {
  .recommend {
    padding-bottom: 117px;
    padding-top: 121px;
  }

  .recommend:before,
  .recommend:after {
    background-image: url(../images/top/recommend/wavy_line--pc.png);
    height: 20px;
  }

  .recommend:before {
    top: -20px;
  }

  .recommend:after {
    bottom: -20px;
  }

  .recommend__inner {
    margin-inline: auto;
    max-width: 830px;
  }

  .recommend__heading {
    margin-bottom: 32px;
    margin-top: 95px;
  }
  
  .recommend__heading img {
    width: 196px;
  }

  .recommend__maze {
    font-size: 17px;
    line-height: 25px;
  }

  .recommend__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }

  .recommend__item {
    background-image: url(../images/top/wavy_line_v.png);
    background-repeat: repeat-y;
    background-size: 2px auto;
  }
  
  .recommend__item a {
    padding-inline: 30px;
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
  }

  .recommend__item a:hover {
    opacity: .6;
  }

  .recommend__item:nth-child(3n) {
    background-image: url(../images/top/wavy_line_v.png), url(../images/top/wavy_line_v.png);
    background-position: left top, right top;
    background-repeat: repeat-y;
    background-size: 2px auto;
  }

  .recommend__item .recommend__cm::before {
    height: 28px;
    width: 113px;
  }

  .recommend__item figure {
    margin-bottom: 10px;
  }

  .recommend__recipeName {
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 25px;
  }

  .recommend__button {
    margin-top: 30px;
    max-width: 310px;
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
  }

  .recommend__button:hover {
    opacity: .6;
  }

  .button__long {
    margin-top: 95px;
    max-width: 470px;
  }

  .button__long a {
    font-size: 26px;
  }

  .button__long::after {
    height: 23px;
    right: 28px;
    top: calc(50% - 10px);
    width: 13px;
  }
}

@media screen and (max-width:768px) {
  .recommend {
    padding-bottom: 83px;
    padding-top: 39px;
  }

  .recommend:before,
  .recommend:after {
    background-image: url(../images/top/recommend/wavy_line--sp.png);
    background-size: contain;
    height: 10px;
  }

  .recommend:before {
    top: -10px;
  }

  .recommend:after {
    bottom: -10px;
  }

  .recommend__inner {
    margin-inline: auto;
    padding-inline: 20px;
    max-width: 830px;
  }

  .recommend__heading {
    margin-bottom: 22px;
    margin-top: 64px;
  }

  .recommend__heading img {
    width: 179px;
  }

  .recommend__maze {
    font-size: 13px;
    line-height: 21px;
  }
  
  .recommend__maze i {
    margin-right: 14px;
    width: 75px;
  }

  .recommend__maze span {
    flex: 1;
  }

  .recommend__items {
    margin-top: 30px;
  }

  .recommend__item {
    background-image: url(../images/top/wavy_line.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: contain;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .recommend__item:first-child {
    background-image: url(../images/top/wavy_line.png), url(../images/top/wavy_line.png);
    background-position: bottom, top;
  }

  .recommend__item a {
    display: grid;
    grid-template-columns: 56.7% auto;
    align-items: center;
    gap: 10px;
  }

  .recommend__item .recommend__cm::before {
    height: 27px;
    width: 108px;
  }

  .recommend__item figure {
    width: 190px;
}

  .recommend__recipeName {
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap;
  }

  .recommend__button {
    margin-top: 20px;
    max-width: 294px;
  }

  .button__long {
    margin-top: 55px;
    max-width: initial;
  }
  
  .button__long a {
    border-radius: 10px;
    font-size: 21px;
    letter-spacing: -0.08em;
  }

  .button__long::after {
    height: 16px;
    right: 14px;
    top: calc(50% - 7px);
    width: 14px;
  }
}

.link {
  background-color: #fefae9;
  position: relative
}

.link::before {
  background-image: url(../images/top/recommend/wavy_line--sp.png);
  background-repeat: repeat-x;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: relative;
  top: -20px;
  width: 100%;
  transform: rotate(180deg);
}

.link__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto
}

.link__inner,
.linkBunner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.linkBunner {
  width: 100%
}

.linkBunner>a {
  display: block
}

.sort {
  width: 100%;
  margin-top: 136px;
  padding-left: 20px;
  padding-right: 20px
}

.sort__inner {
  margin-inline: auto
}

.sort__content {
  border: 2px solid #e4002b
}

.sort .heading__secondary {
  margin-bottom: 62px;
}

.sort .heading__secondary::after {
  background-image: url(../images/top/recommend/wavy_line02--pc.png);
}

.sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.sort__icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #8c8c8c;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: 50%
}

.sort__icon:checked {
  background-image: url(../images/icon_check.png);
  border: 1px solid #e4002b;
  background-color: #e4002b
}

.sort__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333
}

.button__wrap,
.sort__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.button__wrap {
  width: 100%
}

.sort__narrow {
  text-align: center;
  font-weight: 700
}

.sort__reset {
  color: #e4002b;
  background-color: #fff;
  border: 1px solid #e4002b
}

.sort__search {
  color: #fff;
  background-color: #e4002b
}

.sort__search>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sort__search>span:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_search.svg);
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
  margin-right: 10px
}

.sort__explanation {
  font-weight: 500;
  line-height: 1.5;
  color: #333
}

.container__inner {
  background-color: #fff
}

.mayonnaiseContent {
  margin-inline: auto
}

.mayonnaise__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mayonnaise__item,
.mayonnaise__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mayonnaise__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.mayonnaise__img {
  margin-inline: auto;
  order: 2;
}

.mayonnaise__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 10%;
  order: 1;
}

.mayonnaise__heading img {
  object-fit: cover;
}

.mayonnaise__name {
  color: #e4002b
}

.mayonnaise__description {
  line-height: 1.4;
  color: #333;
  order: 3;
}

.br--l,
.br--m,
.br--s,
.br--sp,
.br--xl,
.paginationjs-prev.disabled {
  display: none
}

@media screen and (min-width:769px) {
  .backToTop {
    right: 32px;
    width: 87px;
    height: 87px
  }

  .exceptionSP .backToTop {
    right: 20px;
    width: 70px;
    height: 70px
  }

  .backToTop>a {
    -webkit-transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1)
  }

  .backToTop>a:hover {
    opacity: .6
  }

  .exceptionSP .backToTop>a:hover {
    opacity: 1
  }

  .backToTop.backToTop--end {
    bottom: -15px
  }

  .exceptionSP .backToTop.backToTop--end {
    bottom: -35px
  }

  .exceptionSP .link {
    padding: 0 20px
  }

  .link__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1000px;
    padding: 118px 0 44px
  }

  .exceptionSP .link__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 62px 0 60px
  }

  .linkBunner__list {
    width: 62.2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .exceptionSP .linkBunner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-top: 40px
  }

  .linkBunner {
    max-width: 340px;
    margin-left: 22px
  }

  .exceptionSP .linkBunner {
    max-width: 290px;
    height: 100%;
    margin-left: 0
  }

  .linkBunner>a {
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1)
  }

  .linkBunner>a:hover {
    opacity: .6
  }

  .exceptionSP .linkBunner>a:hover {
    opacity: 1
  }

  .exceptionSP .linkBunner+.linkBunner {
    margin-top: 16px
  }

  .sort__inner {
    max-width: 826px
  }

  .exceptionSP .sort__inner {
    max-width: 500px
  }

  .sort__text {
    font-size: 16px;
    margin-bottom: 70px;
    text-align: center;
  }

  .sort__content {
    padding: 49px 5px;
    border-radius: 12px
  }

  .exceptionSP .sort__content {
    padding: 24px 10px 34px;
    border-radius: 6px
  }

  .exceptionSP .sort__listWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .exceptionSP .sort__listWrap,
  .sort__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .sort__list {
    gap: 22px
  }

  .exceptionSP .sort__list {
    max-width: 307px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 12px;
    gap: 32px
  }

  .sort__icon {
    cursor: pointer;
    margin-right: 8px;
    border-radius: 4px;
    width: 18px;
    height: 18px
  }

  .exceptionSP .sort__icon {
    margin-right: 10px;
    border-radius: 2px;
    width: 19px;
    height: 19px
  }

  .sort__button {
    font-size: 21px;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1)
  }

  .sort__button:hover {
    opacity: .6
  }

  .exceptionSP .sort__button {
    font-size: 14px
  }

  .exceptionSP .sort__button:last-child {
    margin-left: -10px
  }

  .button__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .exceptionSP .button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .sort__narrow {
    border-radius: 24px;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
    height: 48px
  }

  .sort__narrow:hover {
    opacity: .6
  }

  .exceptionSP .sort__narrow {
    height: 44px;
    width: 100%;
    max-width: 335px;
    border-radius: 22px
  }

  .exceptionSP .sort__narrow:hover {
    opacity: 1
  }

  .sort__narrow>span {
    font-size: 16px
  }

  .exceptionSP .sort__narrow>span {
    font-size: 18px
  }

  .sort__reset {
    width: 172px
  }

  .sort__search {
    width: 242px
  }

  .sort__explanation {
    padding-top: 24px;
    font-size: 16px
  }

  .exceptionSP .sort__explanation {
    padding: 50px calc(6% + 20px) 0;
    font-size: 13px
  }

  .container {
    padding-bottom: 120px
  }

  .container__inner {
    margin-inline: auto;
    max-width: 1100px
  }

  .mayonnaiseContent {
    max-width: 1030px;
    padding: 30px 30px 94px
  }

  .exceptionSP .mayonnaiseContent {
    max-width: 590px;
    padding: 30px 20px 38px
  }

  .exceptionSP .mayonnaise__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6%
  }

  .mayonnaise__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 37px 10px;
    align-items: flex-start;
  }

  .mayonnaise__item {
    padding: 10px;
  }

  .exceptionSP .mayonnaise__item {
    width: 46%
  }

  .mayonnaise__item:nth-child(6n+1) {
    margin-left: 0
  }

  .exceptionSP .mayonnaise__item:nth-child(n+3) {
    margin-top: 28px
  }

  .mayonnaise__img {
    width: 100%;
    max-width: 107px
  }

  .exceptionSP .mayonnaise__img {
    width: 95px
  }
  
  .mayonnaise__heading {
    margin-bottom: 12px;
    min-height: 30px;
  }

  .exceptionSP .mayonnaise__heading {
    margin: 8px auto 0;
    max-width: 140px
  }

  .mayonnaise__name {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 700
  }

  .exceptionSP .mayonnaise__name {
    margin-left: 5px;
    font-size: 17px;
    font-weight: 500
  }

  .mayonnaise__description {
    margin-top: 7px;
    font-size: 12px
  }

  .exceptionSP .mayonnaise__description {
    width: 100%;
    padding-bottom: 6px;
    margin: 6px auto 0;
    max-width: 140px
  }

  .exceptionSP .pagination-container {
    max-width: 500px;
    margin: 32px auto 0
  }

  .exceptionSP .paginationjs {
    position: relative;
    height: 43px;
    padding: 10px 0;
    font-size: 18px;
    background-color: #fed9dd;
    border-radius: 10px
  }

  .exceptionSP .paginationjs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    margin: 0 auto
  }

  .exceptionSP .paginationjs-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .exceptionSP .paginationjs-prev {
    margin-right: auto;
    font-size: 16px;
    font-weight: 700;
    color: #333
  }

  .exceptionSP .paginationjs-next {
    margin-left: auto;
    font-size: 16px;
    font-weight: 700;
    color: #333
  }

  .exceptionSP .paginationjs-next.disabled {
    display: none
  }

  .br--pc,
  .exceptionSP .br--m {
    display: block
  }

  .exceptionSP .br--pc {
    display: none
  }

  .exceptionSP .br--sp {
    display: block
  }

  .displayNone--pc {
    display: none
  }

  .displayNone--sp,
  .exceptionSP .displayNone--pc {
    display: block
  }

  .exceptionSP .displayNone--sp {
    display: none
  }
}

@media screen and (max-width:768px) {
  .backToTop {
    right: 20px;
    width: 70px;
    height: 70px
  }

  .backToTop>a:hover {
    opacity: 1
  }

  .backToTop.backToTop--end {
    bottom: -35px
  }

  .link::before {
    content: "";
  }

  .link__inner {
    padding: 46px 20px 60px
  }

  .link__inner,
  .linkBunner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .linkBunner__list {
    height: 100%;
    max-width: 273px;
  }

  .linkBunner>a:hover {
    opacity: 1
  }

  .linkBunner {
    margin-top: 16px
  }

  .soySauce .recommend__recipeName {
    width: 192px
  }

  .sort {
    margin-top: 39px;
  }

  .sort__inner {
    max-width: 500px
  }

  .sort__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 44px;
    text-align: center;
  }

  .sort__content {
    padding: 24px 10px;
    border-radius: 6px
  }

  .sort .heading__secondary {
    margin-bottom: 37px;
  }

  .sort .heading__secondary::after {
    background-image: url(../images/top/recommend/wavy_line02--sp.png);
    background-size: 310px auto;
  }

  .sort__listWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .sort__list {
    max-width: 307px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 12px;
    gap: 20px
  }

  .sort__icon {
    margin-right: 10px;
    border-radius: 2px;
    width: 19px;
    height: 19px
  }

  .sort__button {
    font-size: 14px
  }

  .sort__button:last-child {
    margin-left: -10px
  }

  .button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .sort__narrow {
    height: 44px;
    width: 100%;
    max-width: 335px;
    border-radius: 22px
  }

  .sort__narrow:hover {
    opacity: 1
  }

  .sort__narrow>span {
    font-size: 18px
  }

  .sort__explanation {
    padding: 22px 0 0;
    font-size: 13px
  }

  .mayonnaiseContent {
    max-width: 590px;
    padding: 30px 20px 38px
  }

  .mayonnaise__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mayonnaise__item {
    padding: 10px;
    width: 50%
  }

  .mayonnaise__item:nth-child(n+3) {
    margin-top: 28px
  }

  .mayonnaise__img {
    width: 95px
  }

  .mayonnaise__heading {
    margin-bottom: 11px;
  }

  .mayonnaise__name {
    margin-left: 5px;
    font-size: 17px;
    font-weight: 500
  }

  .mayonnaise__description {
    width: 100%;
    margin-top: 7px
  }

  .pagination-container {
    max-width: 500px;
    margin: 32px auto 0
  }

  .paginationjs {
    position: relative;
    background-color: #E4002B;
    border-radius: 48px;
    font-size: 20px;
    font-weight: 700;
    height: 48px;
  }

  .paginationjs-pages {
    height: 48px;
  }

  .paginationjs-pages ul li {
    width: 100%;
  }

  .paginationjs-pages ul li a {
    color: #FFF;
    display: flex;
    align-items: center;
    height: 46px;
    width: 100%;
  }

  .paginationjs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
  }

  .paginationjs-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .paginationjs-pages {
    position: relative;
    z-index: 2;
  }

  .paginationjs-prev {
    margin-right: auto;
  }

  .paginationjs-next,
  .paginationjs-prev {
    font-size: 16px;
    font-weight: 700;
    color: #333
  }

  .paginationjs-next {
    margin-left: auto;
  }

  .paginationjs-next > * {
    justify-content: flex-end;
  }

  .br--pc,
  .paginationjs-next.disabled {
    display: none
  }

  .br--sp,
  .displayNone--pc {
    display: block
  }

  .displayNone--sp {
    display: none
  }
}

@media screen and (min-width:481px) and (max-width:768px) {
  .mayonnaise__heading {
    max-width: 200px
  }

  .br--m {
    display: block
  }
}

@media screen and (max-width:480px) {
  .mayonnaise__description {
    font-size: 13px
  }

  .br--s {
    display: block
  }
}

@media screen and (min-width:1025px) {
  .br--xl {
    display: block
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .br--l {
    display: block
  }
}