@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  /* font-size: 1.7rem; */
  line-height: 2.1;
  color: #292329;
  letter-spacing: .06em
}
@media only screen and (max-width: 767px) {
  body {
    /* font-size: 1.6rem */
  }
}
.top {
  font-size: 1.7rem;
}
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
@-webkit-keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
/*-------------------------------------------------------------
	共通　タイトル
-------------------------------------------------------------*/
[class$="__title"] {
  margin-bottom: 75px;
}
[class$="__title"] > h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
}
[class$="__title"] > span {
  color: #C90;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 1.08px;
  display: table;
  margin: 0 auto;
}
[class$="__title"] > .title-icon {
  position: relative;
  padding-bottom: 15px;
}
[class$="__title"] > .title-icon::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon/icon-hl-02.svg);
  background-size: contain;
  width: 22px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
[class^="hl-"] {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  [class$="__title"] {
    margin-bottom: 40px;
  }
  [class$="__title"] > span {
    font-size: 1.4rem;
  }
}
/*-------------------------------------------------------------
	btn-seeMore
-------------------------------------------------------------*/
.btn-seeMore {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 15px 15px;
  border-bottom: 1px solid #C9B398;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.45;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  align-items: center
}
.btn-seeMore:after {
  position: relative;
  -ms-flex-negative: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/common/icon/ic_arrow-default.svg) no-repeat center/contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
@media only screen and (min-width: 768px) {
  .btn-seeMore:hover:after {
    background: url(../img/common/icon/ic_arrow-hover.svg) no-repeat center/contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
/*-------------------------------------------------------------
	title
-------------------------------------------------------------*/
.title-01 {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 2.4rem;
  line-height: 1.45;
  color: #871B46;
  padding: 0 0 20px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.16px;
}
.title-01:after {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon/icon-hl-02.svg");
  background-size: contain;
  width: 22px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title-01 span {
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-size: 5.4rem;
  color: #871B46;
  margin-top: 5px
}
.title-02 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.45;
  color: #871B46;
  margin-bottom: 55px
}
@media only screen and (max-width: 767px) {
  .title-02 {
    font-size: 2.4rem;
    margin-bottom: 30px
  }
}
.title-03 {
  font-family: "zen-maru-gothic", sans-serif;
  padding-bottom: 25px;
  position: relative;
  color: #FAF9F4;
  text-align: center;
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
@media only screen and (max-width: 1024px) {
  .title-03 {
    font-size: 4.2rem
  }
}
@media only screen and (max-width: 767px) {
  .title-03 {
    font-size: 2.7rem;
    margin-bottom: 45px;
    padding-bottom: 15px
  }
}
/*
.title-03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 45px;
  border-bottom: 1px solid #B1844E
}
*/
.title-03.is-white {
  color: #fff
}
.title-04 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.45;
  color: #871B46;
  margin-bottom: 60px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .title-04 {
    font-size: 7vw;
    margin-bottom: 30px
  }
}
/*-------------------------------------------------------------
	table 
-------------------------------------------------------------*/
.table {
  overflow-x: auto;
  margin-top: 30px;
  padding: 20px 0;
  scrollbar-width: thin;
  scrollbar-color: #4A2E1F #DCC8B2
}
.table::-webkit-scrollbar {
  height: 4px;
  margin-top: 20px
}
.table::-webkit-scrollbar-track {
  background: #DCC8B2;
  border-radius: 4px;
  margin: 20px 0
}
.table::-webkit-scrollbar-thumb {
  background: #4A2E1F;
  border-radius: 4px
}
.table::-webkit-scrollbar-thumb:hover {
  background: #382317
}
.table::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0
}
.table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border-bottom: 1px solid #E0D9D2;
  box-shadow: 10px 10px 10px 0 rgba(177, 132, 78, 0.05);
}
.table table th {
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.45;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  background: url(../img/top/anchorlink_bg.png) repeat center #F1EBD7
}
.table table th:not(:last-child) {}
.table table th:first-child, .table table th:nth-child(2) {
  width: 128px
}
.table table th:last-child {
  width: 210px
}
.table table td {
  padding: 15px;
  color: #A1104A;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 30.6px */
  letter-spacing: 1.02px;
}
.table table td:first-child {
  background: url(../img/top/anchorlink_bg.png) repeat center #E5DBCC;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #F3EFE9
}
.table table td:nth-child(2), .table table td:last-child {
  text-align: center
}
.table table td:last-child {}
.table-note {
  font-size: 1.5rem;
  line-height: 1.95;
  margin-top: 10px;
  color: #292329
}
.table.is-nutrition table {
  border-bottom: none;
  border-radius: 15px;
  overflow: hidden;
}
.table.is-nutrition table th {
  width: 14.2857142857% !important;
  border-top: 1px solid #F3EFE9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 24.65px */
  letter-spacing: 1.02px;
  color: #A1104A;
}
.table.is-nutrition table td:not(:first-child) {
  background: #FAF9F7;
  text-align: center
}
/*-------------------------------------------------------------
	nutrition-facts__box
-------------------------------------------------------------*/
.nutrition-facts__box {
  margin-top: 60px;
  border-top: 1px solid #EEE7D6;
  padding: 90px 150px 0;
}
@media only screen and (max-width: 960px) {
.nutrition-facts__box {
  padding: 40px;
}	
}
@media only screen and (max-width: 767px) {
  .nutrition-facts__box {
    margin-top: 20px;
    padding: 30px 30px 0;
  }
}
.nutrition-facts__box .hl-4 {
  color: #871B46;
  text-align: left;
  margin: 0;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.98px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 45px;
}
.nutrition-facts__box .hl-4::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon/icon-hl-02.svg);
  background-size: contain;
  width: 22px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .nutrition-facts__box .hl-4 {
    margin-left: -25px;
    width: calc(100% + 25px);
    font-size: 6vw;
    margin-bottom: 0;
  }
}
.nutrition-facts {
  border-collapse: collapse;
  width: 100%;
  border-top: 2px dotted #F2E4C9;
}
@media only screen and (max-width: 767px) {
  .nutrition-facts {
    border: none;
    margin-top: 40px
  }
}
.nutrition-facts td {
  line-height: 1.95;
  border-bottom: 2px dotted #F2E4C9;
  padding: 30px 0
}
@media only screen and (max-width: 767px) {
  .nutrition-facts td {
    display: block;
    border: none;
    padding: 0;
    line-height: 2.1
  }
  .nutrition-facts td:last-child {
    border-bottom: 2px dotted #F2E4C9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.nutrition-facts td:first-child {
  font-size: 1.8rem;
  width: 210px;
  padding-right: 30px;
  vertical-align: top;
  padding-top: 28px;
  font-style: normal;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  color: #871B46;
  line-height: 145%; /* 26.1px */
  letter-spacing: 1.08px;
}
@media only screen and (max-width: 767px) {
  .nutrition-facts td:first-child {
    padding: 3px 0 10px;
    position: relative;
    font-size: 1.7rem;
    margin-bottom: 10px
  }
  .nutrition-facts td:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    border-bottom: 1px solid #B1844E
  }
}
.nutrition-facts tr:last-child td {
  border-bottom: none;
}
/*-------------------------------------------------------------
	anchorlink
-------------------------------------------------------------*/
.anchorlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}
@media only screen and (max-width: 767px) {
  .anchorlink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
  }
}
.anchorlink__item {
  width: calc((100% - 60px) / 3)
}
@media only screen and (max-width: 767px) {
  .anchorlink__item {
    width: 100%
  }
}
.anchorlink__btn {
  height: 100%;
}
/*-------------------------------------------------------------
	recipe
-------------------------------------------------------------*/
.recipe {
  padding: 90px 0 0;
  position: relative
}
@media only screen and (max-width: 767px) {
  .recipe {
    padding: 0
  }
}
.recipe + .recipe {
  margin-top: 135px
}
@media only screen and (max-width: 767px) {
  .recipe + .recipe {
    margin-top: 60px
  }
}
.recipe-tag {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 239, 233, .25)), to(rgba(243, 239, 233, .5)));
  background: -webkit-linear-gradient(top, rgba(243, 239, 233, .25) 0%, rgba(243, 239, 233, .5) 100%);
  background: linear-gradient(180deg, rgba(243, 239, 233, .25) 0%, rgba(243, 239, 233, .5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media only screen and (max-width: 1600px) {
  .recipe-tag {
    font-size: 4.375vw;
    top: .3125vw
  }
}
@media only screen and (max-width: 767px) {
  .recipe-tag {
    font-size: 3.5rem;
    top: 0;
    height: auto;
    width: 100%;
    text-align: left
  }
}
.recipe-box {
  background: url(../img/top/anchorlink_bg.png) repeat center #FAF9F4;
  padding: 70px 60px;
  border-radius: 15px;
  filter: drop-shadow(0 4px 30px rgba(178, 95, 0, 0.10));
}
@media only screen and (max-width: 767px) {
  .recipe-box {
    padding: 60px 20px 20px;
    border-radius: 0 90px 0 0
  }
}
.recipe-box__wrap {
  max-width: 840px;
  margin: 0 auto
}
@media only screen and (max-width: 960px) {
	.recipe-box__wrap {
		padding: 0 20px;
}
}
.recipe-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media only screen and (max-width: 1600px) {
  .recipe-box__inner {
    gap: 5.625vw
  }
}
@media only screen and (max-width: 960px) {
	.recipe-box__inner {
  display: inherit;
}
}
@media only screen and (max-width: 767px) {
  .recipe-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.recipe-box__img {
  margin-left: calc(-.5*(100vw - 840px));
  margin-top: -210px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 960px) {
.recipe-box__img {
	margin-bottom: 40px;
}	
}
.recipe-box__img img {
  border-radius: 0 175px 15px 0
}
@media only screen and (max-width: 1600px) {
  .recipe-box__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media only screen and (max-width: 767px) {
  .recipe-box__img img {
    border-radius: 10px 90px 0 0
  }
}
@media only screen and (max-width: 1000px) {
  .recipe-box__img {
    margin-left: -80px;
    min-width: 50vw
  }
}
@media only screen and (max-width: 767px) {
  .recipe-box__img {
    margin: -60px -40px 20px -40px
  }
}
.recipe-box__title {
  width: 26.25vw;
  max-width: 26.25vw;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1100px) {
  .recipe-box__title {
    width: 50vw;
    max-width: inherit;
  }
}
@media only screen and (max-width: 960px) {
	  .recipe-box__title {
    width: auto;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .recipe-box__title {
    width: 100%;
    max-width: 100%
  }
}
.recipe-box__title b.headline {
  padding: 5px 15px;
  display: block;
  border-radius: 3px;
  background: #871B46;
  color: #FAF9F4;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 1.08px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .recipe-box__title b.headline {
    font-size: 1.5rem;
  }
}
.recipe-box__title .title-01 span.kana {
  color: #871B46;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 1.2px;
  display: inline-block;
}
.recipe-box__title .title-01 b {
  color: #B25F00;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 1.08px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .recipe-box__title .title-01 b {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1600px) {
  .recipe-box__title .title-01 {
    font-size: 1.5vw
  }
  .recipe-box__title .title-01 span {
    font-size: 3.375vw
  }
}
@media only screen and (max-width: 767px) {
  .recipe-box__title .title-01 {
    font-size: 1.5rem
  }
  .recipe-box__title .title-01 span {
    font-size: 2.7rem
  }
}
@media only screen and (max-width: 767px) {
  .recipe-box .recipe-box__inner {
    gap: 45px;
  }
  .recipe-box__title {
    margin-bottom: 0;
  }
}
.recipe-bl {
  margin-top: 35px
}
@media only screen and (max-width: 767px) {
  .recipe-bl {
    margin-top: 30px !important;
  }
}
.recipe-bl + .recipe-bl {
  margin-top: 65px
}
@media only screen and (max-width: 767px) {
  .recipe-bl + .recipe-bl {
    margin-top: 30px
  }
}
.recipe-bl__title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1.45;
  color: #4a2e1f;
  margin-bottom: 20px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .recipe-bl__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
span.recipe-bl__tag {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 2.1rem;
  width: 120px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #FAF9F4;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 30.45px */
  letter-spacing: 1.26px;
  border-radius: 5px;
  background: #871B46;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  span.recipe-bl__tag {
    font-size: 1.6rem;
  }
}
span.recipe-bl__txt {
  font-size: 2.4rem;
  font-family: "zen-maru-gothic", sans-serif;
  color: #871B46;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 2.16px;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  span.recipe-bl__txt {
    font-size: 2rem;
  }
}
.recipe-point {
  border-radius: 15px;
  background: #F1EBD7;
  padding: 35px 60px 30px 60px;
  position: relative;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .recipe-point {
    padding: 35px 20px 20px;
    margin-top: 45px;
  }
}
.recipe-point .hl-4 {
  position: absolute;
  left: 30px;
  top: -29px;
  color: #A1104A;
  font-family: josefin-sans, sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 56.55px */
  letter-spacing: 1.17px;
  text-transform: capitalize;
}
.recipe-point ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.recipe-point ul li {
  color: #871B46;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 195%; /* 33.15px */
  letter-spacing: 1.02px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 2px dashed #FAF9F4;
  border-bottom: 2px dashed #FAF9F4;
}
@media only screen and (max-width: 767px) {
  .recipe-point ul li {
    line-height: 130%; /* 33.15px */
  }
}
.recipe-point ul li:first-child {
  padding: 0 0 15px;
  border: none;
}
.recipe-point ul li:last-child {
  padding: 15px 0 0;
  border: none;
}
.recipe-point ul li b {
  color: #FAF9F4;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 33.6px */
  letter-spacing: 0.96px;
  border-radius: 33.333px;
  background: #A1104A;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .recipe-point ul li b {
    object-fit: contain;
  }
  .recipe-point ul li span {
    width: calc(100% - 50px);
  }
}
.recipe-banner {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .recipe-banner {
    margin-top: 20px;
  }
}
.recipe-bl__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 60px;
  border-radius: 15px;
  background: #F1EBD7;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .recipe-bl__item {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.recipe-bl__item dt, .recipe-bl__item dd {
  width: 50%;
  border-top: 1px solid #E8DCC5;
  padding: 15px 0;
  line-height: 110%;
}
.recipe-bl__item dt:first-child, .recipe-bl__item dd:nth-child(2) {
  border: none;
}
.recipe-bl__item dd {
  text-align: right;
}
.recipe-recipe .hl-4 {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #871B46;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 40.5px */
  letter-spacing: 1.62px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .recipe-recipe .hl-4 {
    font-size: 2rem;
  }
}
.recipe-recipe .hl-4::before {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon/icon-hl-04.svg");
  width: 4px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
}
.recipe-recipe ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.recipe-recipe ul li {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 195%;
  letter-spacing: 1.02px;
  padding: 15px 0;
  display: flex;
  gap: 20px;
  border-top: 2px dotted #E6D7BA;
}
@media only screen and (max-width: 767px) {
  .recipe-recipe ul li {
    font-size: 1.6rem
  }
}
.recipe-recipe ul li:first-child {
  padding: 0 0 10px;
  border: none;
}
.recipe-recipe ul li:last-child {
  padding-bottom: 0;
}
.recipe-recipe ul li b {
  color: #FAF9F4;
  text-align: center;
  font-family: "josefin-sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.96px;
  border-radius: 33.333px;
  background: #A1104A;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
}
.recipe-recipe ul li span {
  width: calc(100% - 50px);
}
/*-------------------------------------------------------------
	voice
-------------------------------------------------------------*/
.top-section.top-voice {
  padding: 120px 0 55px 0;
  background-color: #F1EBD7 !important;
}
@media only screen and (max-width: 767px) {
  .top-section.top-voice {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-section.top-voice .voice {
    margin-top: 0
  }
}
.voice-bl__img {
  position: relative
}
.voice-bl__img img {
  -webkit-box-shadow: 5px 5px 10px rgba(99, 60, 52, .1);
  box-shadow: 5px 5px 10px #871B461a;
  border-radius: 210px 210px 5px 5px
}
.voice-bl__position {
  background: #C90;
  color: #FAF9F4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  border-radius: 0 20px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 3px 20px 3px 15px;
  white-space: nowrap;
  z-index: 1
}
.voice-bl__content {
  margin-top: 30px
}
.voice-bl__title {
  padding: 3px 10px 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.45;
  color: #4a2e1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .voice-bl__title {
    font-size: 1.6rem;
  }
}
.voice-bl__title:after {
  position: relative;
  -ms-flex-negative: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/common/icon/ic_arrow-default.svg) no-repeat center/contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 3px
}
@media only screen and (min-width: 768px) {
  .voice-bl__title:hover:after {
    background: url(../img/common/icon/ic_arrow-hover.svg) no-repeat center/contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
.voice-list {
  margin-right: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .voice-list {
    margin-right: -20px
  }
}
.voice-list .swiper-slide {
  height: auto;
  width: 21.25vw;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.voice-list .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media only screen and (max-width: 1600px) {
  .voice-list .swiper-slide {
    width: 340px
  }
}
@media only screen and (max-width: 767px) {
  .voice-list .swiper-slide {
    width: 280px
  }
}
.voice-navigation {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .voice-navigation {
    margin-top: 15px;
  }
}
.voice-navigation .swiper-button-next, .voice-navigation .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none
}
.voice-navigation .swiper-button-next:after, .voice-navigation .swiper-button-prev:after {
  display: none
}
.voice-navigation .swiper-button-next:before, .voice-navigation .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.voice-navigation .swiper-button-next:before {
  background: url(../img/common/icon/ic_arrow-nav-next.svg) no-repeat center center
}
@media only screen and (min-width: 768px) {
  .voice-navigation .swiper-button-next:hover:before {
    background: url(../img/common/icon/ic_arrow-nav-next-hover.svg) no-repeat center center
  }
}
.voice-navigation .swiper-button-prev:before {
  background: url(../img/common/icon/ic_arrow-nav-prev.svg) no-repeat center center
}
@media only screen and (min-width: 768px) {
  .voice-navigation .swiper-button-prev:hover:before {
    background: url(../img/common/icon/ic_arrow-nav-prev-hover.svg) no-repeat center center
  }
}
.voice__title .hl-2 {
  font-size: 4.2rem;
  color: #A1104A;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 60.9px */
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 767px) {
  .voice__title .hl-2 {
    font-size: 8vw;
  }
}
.voice__title span {
  margin-left: 0;
  text-align: left;
}
/*-------------------------------------------------------------
	feature-list
-------------------------------------------------------------*/
.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 30px
}
@media only screen and (max-width: 767px) {
  .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.feature-list .feature-card:nth-child(even) {
  padding-top: 120px
}
.feature-list .feature-card:nth-child(odd) {
  padding-bottom: 90px
}
.feature-list .feature-card:first-child {
  padding-top: 0
}
.feature-list .feature-card:last-child {
  padding-bottom: 0
}
.feature-card {
  width: calc(50% - 15px);
  max-width: 510px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .feature-card {
    width: 100%;
    max-width: 100%;
    padding: 0 !important
  }
}
.feature-card__img img {
  border-radius: 0 90px;
  -webkit-box-shadow: 10px 10px 10px rgba(74, 46, 31, .05);
  box-shadow: 10px 10px 10px #4a2e1f0d;
  width: 100%
}
.feature-card__title {
  padding: 35px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  white-space: nowrap
}
.feature-card__name {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.45;
  color: #4a2e1f;
  position: relative;
  z-index: 1;
  padding-left: 20px
}
.feature-card__name:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 57px;
  background: url(../img/common/icon/ic_chestnut.svg) no-repeat center/contain;
  z-index: -1
}
.feature-card__time {
  background: #FAF9F7;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #4a2e1f;
  padding: 4px 15px;
  border-radius: 5px
}
.feature-card__time.is-early {
  background: #FAF9F7
}
.feature-card__time.is-middle {
  background: #EBE0D4
}
.feature-card__time.is-late {
  background: #DCC8B2
}
.feature-card__time span {
  padding-right: 15px;
  margin-right: 15px;
  position: relative
}
.feature-card__time span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  border-right: 1px solid #4A2E1F
}
.feature-card__text {
  line-height: 1.95;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height .5s ease, opacity .3s ease;
  transition: max-height .5s ease, opacity .3s ease
}
@media only screen and (max-width: 767px) {
  .feature-card__text {
    max-height: 145px;
    overflow: hidden
  }
  .feature-card__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/anchorlink_bg.png) repeat center, -webkit-gradient(linear, left bottom, left top, from(rgb(247, 244, 240)), to(rgba(247, 244, 240, 0)));
    background: url(../img/top/anchorlink_bg.png) repeat center, -webkit-linear-gradient(bottom, rgb(247, 244, 240) 0%, rgba(247, 244, 240, 0) 100%);
    background: url(../img/top/anchorlink_bg.png) repeat center, linear-gradient(0deg, rgb(247, 244, 240) 0%, rgba(247, 244, 240, 0) 100%);
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
  }
  .feature-card__text.is-expanded {
    max-height: 1000px
  }
  .feature-card__text.is-expanded:after {
    opacity: 0
  }
  .feature-card__text.is-expanded + .btn-seeMore:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}
.feature-card .btn-seeMore {
  display: none
}
@media only screen and (max-width: 767px) {
  .feature-card .btn-seeMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
/*-------------------------------------------------------------
	schedule
-------------------------------------------------------------*/
.schedule {
  padding: 44px 60px 360px 0;
  position: relative;
  z-index: 1;
  min-height: 52.0833333333vw
}
@media only screen and (max-width: 767px) {
  .schedule {
    min-height: 400px;
    padding: 20px 20px 120px 0
  }
}
.schedule:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100vw;
  height: 90vh;
  background: url(../img/top/schedule.jpg) no-repeat center/cover;
  z-index: -1
}
@media only screen and (max-width: 767px) {
  .schedule:after {
    height: 100vh;
  }
}
.schedule-wrap {
  padding: 90px 0;
  position: relative;
  z-index: 1;
  margin-top: -420px
}
@media only screen and (max-width: 767px) {
  .schedule-wrap {
    padding: 45px 0;
    margin-top: -210px
  }
}
.schedule-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  height: 100%;
  width: 100vw;
  border-radius: 0 200px 0 0;
  z-index: -1;
  background: url(../img/top/anchorlink_bg.png) repeat center #F1EBD7
}
@media only screen and (max-width: 767px) {
  .schedule-wrap:after {
    left: calc(50% - 10px);
    border-radius: 0 100px 0 0
  }
}
.schedule-dummy {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-size: 5.4rem;
  line-height: 1.45;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100vw;
  height: auto;
  z-index: 2;
  padding: 0 60px 30px 0
}
@media only screen and (max-width: 767px) {
  .schedule-dummy {
    padding: 0 20px 20px 0;
    font-size: 2.7rem
  }
}
.schedule .title-04.title-icon::after {
  left: 50%;
  transform: translateX(-50%);
}
/*-------------------------------------------------------------
	tab
-------------------------------------------------------------*/
.tab {
  position: relative
}
.tab-nav {
  max-width: 840px;
  margin: 0 auto 30px;
  background: #FAF9F7;
  border: 1px solid #FAF9F7;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
@media only screen and (max-width: 767px) {
  .tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    background: none;
    border: none;
    gap: 15px
  }
}
.tab-nav__item {
  width: 50%;
  background: none;
  padding: 14px 20px;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #871B46;
  text-align: center;
  position: relative;
  z-index: 2
}
.tab-nav__item.is-active {
  color: #FAF8F4;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .tab-nav__item {
    font-size: 1.6rem;
    line-height: 1.6875
  }
}
@media only screen and (max-width: 767px) {
  .tab-nav__item {
    width: 100%;
    background: #FAF9F7;
    border-radius: 100px
  }
  .tab-nav__item.is-active {
    background: #871B46
  }
}
.tab-indicator {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #871B46;
  border-radius: 100px;
  z-index: 1;
}
.tab-content {
  border-radius: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(99, 60, 52, .05);
  box-shadow: 0 4px 30px #871B460d;
  padding: 20px 45px
}
@media only screen and (max-width: 767px) {
  .tab-content {
    padding: 20px
  }
}
.tab-content__item {
  display: none
}
.tab-content__item.is-active {
  display: block
}
/*-------------------------------------------------------------
	faq
-------------------------------------------------------------*/
.faq-title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 25px
}
@media only screen and (max-width: 767px) {
  .faq-title {
    font-size: 2.4rem;
    gap: 10px;
    margin-bottom: 15px
  }
}
.faq-title span {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  color: #b1844e;
  line-height: 1;
  position: relative;
  top: -2px
}
@media only screen and (max-width: 767px) {
  .faq-title span {
    font-size: 3.3rem top: -3px
  }
}
.faq-item {
  padding: 45px 15px;
  border-bottom: 1px solid #E8DFD5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media only screen and (max-width: 767px) {
  .faq-item {
    padding: 20px 0
  }
}
.faq-item:first-child {
  padding-top: 0;
}
.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.faq-item.is-active .faq-question:after {
  background: url(../img/common/icon/ic_minus.svg) no-repeat center/contain
}
.faq-item.is-active .faq-answer {
  display: block;
  -webkit-animation: fadeIn .3s ease;
  animation: fadeIn .3s ease
}
.faq-question {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #292329;
  font-style: normal;
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 767px) {
  .faq-question {
    font-size: 1.8rem;
    line-height: 1.5;
    gap: 10px
  }
}
.faq-question:before {
  content: "Q";
  font-family: josefin-sans, sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  position: relative;
  top: -1px;
  color: #C90;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-weight: 300;
  line-height: 145%; /* 34.8px */
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  .faq-question:before {
    font-size: 2.1rem;
    top: -4px
  }
}
.faq-question span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.faq-question:after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../img/common/icon/ic_plus.svg) no-repeat center/contain;
  position: relative;
  top: 3px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}
@media only screen and (max-width: 767px) {
  .faq-question:after {
    width: 25px;
    height: 25px
  }
}
.faq-answer {
  padding-top: 20px;
  padding-left: 35px;
  position: relative;
  display: none;
  overflow: hidden;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease
}
@media only screen and (max-width: 767px) {
  .faq-answer {
    padding-left: 25px;
    overflow: visible
  }
  .faq-answer .table, .faq-answer .nutrition-facts, .faq-answer .table-note, .faq-answer .choose, .faq-answer .recipes, .faq-answer .step {
    margin-left: -25px;
    width: calc(100% + 25px)
  }
}
.faq-answer:before {
  content: "A";
  font-family: josefin-sans, sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  left: 0;
  color: #A1104A;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-weight: 300;
  line-height: 145%; /* 34.8px */
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 767px) {
  .faq-answer:before {
    font-size: 2.1rem
  }
}
.faq-answer a {
  font-family: "Noto Sans JP", sans-serif;
  text-underline-offset: 5px;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 150%; /* 27px */
  letter-spacing: 1.08px;
  border-bottom: 1px solid #CC9900;
  color: #871B46;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .faq-answer a {
    font-size: 1.6rem;
  }
}
/*-------------------------------------------------------------
	link
-------------------------------------------------------------*/
.link {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 0 10px;
  border-bottom: 1px solid #C9B398;
  font-size: 1.8rem;
  line-height: 1.45;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  height: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .link {
    font-size: 1.4rem
  }
}
.link:after {
  position: relative;
  -ms-flex-negative: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/common/icon/ic_arrow-default.svg) no-repeat center/contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
@media only screen and (min-width: 768px) {
  .link:hover:after {
    background: url(../img/common/icon/ic_arrow-hover.svg) no-repeat center/contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
.link:after {
  position: relative;
  top: 1px
}
@media only screen and (max-width: 767px) {
  .link {
    gap: 10px
  }
}
/*-------------------------------------------------------------
	choose
-------------------------------------------------------------*/
.choose {
  margin-top: 20px;
  background: url(../img/top/anchorlink_bg.png) repeat center #EAE1D8;
  padding: 30px 45px
}
@media only screen and (max-width: 767px) {
  .choose {
    padding: 25px 30px
  }
}
.choose-title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .choose-title {
    font-size: 1.8rem;
    line-height: 1.5
  }
}
.choose-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #B1844E), to(rgba(177, 132, 78, .3)));
  background: -webkit-linear-gradient(left, #B1844E 50%, rgba(177, 132, 78, .3) 100%);
  background: linear-gradient(90deg, #B1844E 50%, rgba(177, 132, 78, .3) 100%)
}
.choose-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 60px
}
@media only screen and (max-width: 767px) {
  .choose-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }
}
.choose-list li {
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px
}
@media only screen and (max-width: 767px) {
  .choose-list li {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6
  }
}
.choose-list li:before {
  content: "";
  display: block;
  width: 5px;
  height: auto;
  border-bottom: 1px solid #B1844E;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 18px
}
@media only screen and (max-width: 767px) {
  .choose-list li:before {
    top: 12px
  }
}
/*-------------------------------------------------------------
	recipes
-------------------------------------------------------------*/
.recipes {
  margin-top: 25px;
  background: url(../img/top/anchorlink_bg.png) repeat center #EAE1D8;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width: 767px) {
  .recipes {
    padding: 20px 25px
  }
}
.recipes-title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
@media only screen and (max-width: 767px) {
  .recipes-title {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.45
  }
}
.recipes-list {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.recipes-list .swiper-slide {
  height: auto;
  width: 235px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1180px) {
  .recipes-list .swiper-slide {
    width: calc(50% - 15px)
  }
}
@media only screen and (max-width: 767px) {
  .recipes-list .swiper-slide {
    width: 100%
  }
}
.recipes-bl__text {
  line-height: 1.8;
  padding: 20px 10px 0
}
@media only screen and (max-width: 767px) {
  .recipes-bl__text {
    padding: 15px 0 5px
  }
}
.recipes-navigation {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}
@media only screen and (max-width: 767px) {
  .recipes-navigation {
    margin-bottom: 15px;
    gap: 5px
  }
}
.recipes-navigation .swiper-button-next, .recipes-navigation .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none
}
@media only screen and (max-width: 767px) {
  .recipes-navigation .swiper-button-next, .recipes-navigation .swiper-button-prev {
    width: 25px;
    height: 25px
  }
}
.recipes-navigation .swiper-button-next:after, .recipes-navigation .swiper-button-prev:after {
  display: none
}
.recipes-navigation .swiper-button-next:before, .recipes-navigation .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.recipes-navigation .swiper-button-next:before {
  background: url(../img/common/icon/ic_arrow-nav-next.svg) no-repeat center/contain
}
@media only screen and (min-width: 768px) {
  .recipes-navigation .swiper-button-next:hover:before {
    background: url(../img/common/icon/ic_arrow-nav-next-hover.svg) no-repeat center/contain
  }
}
.recipes-navigation .swiper-button-prev:before {
  background: url(../img/common/icon/ic_arrow-nav-prev.svg) no-repeat center/contain
}
@media only screen and (min-width: 768px) {
  .recipes-navigation .swiper-button-prev:hover:before {
    background: url(../img/common/icon/ic_arrow-nav-prev-hover.svg) no-repeat center/contain
  }
}
/*-------------------------------------------------------------
	step
-------------------------------------------------------------*/
.step {
  position: relative;
  z-index: 1
}
.step-row {
  margin-top: 50px
}
@media only screen and (max-width: 767px) {
  .step-row {
    margin-top: 40px
  }
}
.step-title {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FAF9F7), to(rgba(250, 249, 247, .1)));
  background: -webkit-linear-gradient(left, #FAF9F7 50%, rgba(250, 249, 247, .1) 100%);
  background: linear-gradient(90deg, #FAF9F7 50%, rgba(250, 249, 247, .1) 100%);
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 0 15px;
  margin-bottom: 40px;
  min-height: 45px
}
@media only screen and (max-width: 767px) {
  .step-title {
    font-size: 1.8rem;
    gap: 15px;
    margin-bottom: 30px;
    min-height: 40px
  }
}
.step-title span {
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #b1844e;
  position: relative;
  top: -3px;
  line-height: 1
}
@media only screen and (max-width: 767px) {
  .step-title span {
    top: -2px
  }
}
.step-title span span {
  font-weight: 400;
  font-size: 3rem;
  top: 0
}
@media only screen and (max-width: 767px) {
  .step-title span span {
    font-size: 2.4rem
  }
}
.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px
}
@media only screen and (max-width: 767px) {
  .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}
.step-item {
  width: calc(25% - 22.5px)
}
@media only screen and (max-width: 1024px) {
  .step-item {
    width: calc(50% - 22.5px)
  }
}
@media only screen and (max-width: 767px) {
  .step-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
/*.step-item:not(:last-child) .step-img:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  width: 17px;
  height: 6px;
  background: url(../img/common/icon/ic_arrow-step.svg) no-repeat center/contain
}*/
/*@media only screen and (max-width: 767px) {
  .step-item:not(:last-child) .step-img:after {
    top: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: auto;
    height: calc(100% + 20px);
    border-left: 1px solid #C9B398;
    z-index: -1
  }
}*/
.step-img {
  position: relative
}
@media only screen and (max-width: 767px) {
  .step-img {
    width: 90px
  }
  .step-img img {
    border-radius: 30px 0 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 90px
  }
}
.step-number {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1;
  color: #b1844e;
  position: absolute;
  top: -25px;
  left: 0
}
@media only screen and (max-width: 767px) {
  .step-number {
    top: -10px;
    left: -10px;
    font-size: 3rem
  }
}
.step-text {
  line-height: 1.8;
  margin-top: 25px
}
@media only screen and (max-width: 767px) {
  .step-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
    font-size: 1.6rem;
    margin-top: 0
  }
}
/*-------------------------------------------------------------
	top-mv
-------------------------------------------------------------*/
.top-mv {
  padding: 60px 0 0;
  background-image: url("../img/top/top-mv-bg.png");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .top-mv {
    background-image: url("../img/top/top-mv-bg-sp.png");
    background-repeat: no-repeat;
    padding: 30px 0 0;
  }
}
.top-mv h2 {
  color: #FAF9F4;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.top-mv h2::after {
  content: "";
  display: inline-block;
}
.top-mv__img {
  position: relative;
  max-width: 81.25vw;
  margin: 0 auto
}
.top-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18.75vw 15px
}
.top-mv__title {
  position: absolute;
  bottom: 50px;
  left: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .top-mv__title {
    left: -7.8226857888vw;
    bottom: 5.8670143416vw
  }
}
.top-mv__title h1 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0px 0px 5px rgba(99, 77, 72, .25);
  color: #fff;
  color: #FAF9F4;
  font-size: 7.5rem;
  font-style: normal;
}
@media only screen and (max-width: 960px) {
	  .top-mv__title h1 {
    font-size: 8vw
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__title h1 {
    font-size: 9vw
  }
}
.top-mv__title span {
  display: block;
  position: absolute;
  left: 5px;
  top: -80px;
  font-family: josefin-sans, sans-serif;
  line-height: 1;
  height: 55px;
  padding: 5px 15px;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #C90;
  color: #FAF8F4;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.34px;
}
@media only screen and (max-width: 767px) {
  .top-mv__title span {
    font-size: 4vw;
    top: -30px;
    height: auto;
  }
}
.top-mv__content {
  padding: 80px 0 0;
  max-width: 81.25vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top-mv__content {
    padding: 30px 0 0;
    max-width: 100%;
    display: grid;
    align-items: center;
  }
}
.top-mv__subtit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  gap: 25px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(99, 77, 72, .25);
}
@media only screen and (max-width: 767px) {
  .top-mv__subtit {
    display: block;
    line-height: normal;
    margin-bottom: 0
  }
}
.top-mv__subtit span {
  display: block;
  color: #FAF9F4;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 61.2px */
  letter-spacing: 4.59px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .top-mv__subtit span {
    width: auto;
    text-align: left;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: normal;
    word-break: normal;
    display: inline-block;
    font-size: 7vw;
  }
}
.top-mv__subtit__icon {
  width: auto;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .top-mv__subtit__icon {
    transform: rotate(90deg);
    display: block;
    margin: 0 auto;
  }
}
.top-mv__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 840px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}
.top-mv .hl-2 {
  color: #FAF9F4;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.top-mv .hl-2::after {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon/icon-hl.svg");
  width: 36px;
  height: 16px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .top-mv__text {
    max-width: 100%
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__text p {
    font-size: 1.4rem;
    line-height: 1.6
  }
  .top-mv .hl-2 {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
}
/*-------------------------------------------------------------
	top-section
-------------------------------------------------------------*/
.top-section:nth-of-type(odd) {
  background: url(../img/top/anchorlink_bg.png) repeat center #FAF9F4
}
.top-section:nth-of-type(even) {
  background: url(../img/top/anchorlink_bg.png) repeat center #F1EBD7
}
/*-------------------------------------------------------------
	top-anchorlink
-------------------------------------------------------------*/
.top-anchorlink {
  padding: 75px 0 0;
  margin-top: 90px;
  border-top: 1px solid #78404D;
}
.top-anchorlink .container {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .top-anchorlink {
    margin-top: 40px;
    padding: 40px 0 0;
  }
}
/*-------------------------------------------------------------
	top-recipe
-------------------------------------------------------------*/
.top-recipe {
  padding: 135px 0 105px;
  background-color: #F1EBD7 !important;
}
.top-recipe .recipe-box {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .top-recipe .recipe-box {
    padding: 60px 20px 20px;
    border-radius: 15px 90px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recipe .recipe-box::after {
    font-size: 6vw;
    right: auto;
    left: 0;
    top: -23px;
  }
}
.top-recipe .recipe-box__title .title-01 {
  margin-bottom: 30px;
}
.top-recipe .recipe-box__title .title-01 span {
  font-size: clamp(2.5rem, 4vw, 42px);
  line-height: 110%;
  margin-bottom: 10px;
}
.top-recipe__title h2 {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #A1104A;
  font-size: 5.1rem;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
.top-recipe .recipe-bl__title .hl-4 {
  font-family: "Zen Maru Gothic";
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 40.5px */
  letter-spacing: 1.62px;
  color: #871B46;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .top-recipe .recipe-bl__title .hl-4 {
    font-size: 2rem;
  }
}
.top-recipe .recipe-bl__title .hl-4::before {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon/icon-hl-04.svg");
  background-size: contain;
  width: 4px;
  height: 27px;
}
.top-recipe .recipe-bl__item + .table-note {
  margin-top: -50px;
  margin-bottom: 60px;
  color: #871B46;
}
@media only screen and (max-width: 767px) {
  .top-recipe .recipe-bl__item + .table-note {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recipe {
    padding: 60px 0
  }
  .top-recipe__title h2 {
    font-size: 8vw
  }
}
.top-recipe .recipe-box__img img {
  max-width: 710px;
}
@media only screen and (max-width: 767px) {
  .top-recipe .recipe-box__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/*-------------------------------------------------------------
	top-feature
-------------------------------------------------------------*/
section.top-section.top-feature {
  padding: 50px 0 0;
  background: #FAF9F4;
}
@media only screen and (max-width: 767px) {
  section.top-section.top-feature {
    padding: 90px 0 0
  }
}
.top-feature .schedule {
  margin-top: 350px
}
@media only screen and (max-width: 767px) {
  .top-feature .schedule {
    margin-top: 150px
  }
}
/*-------------------------------------------------------------
	top-faq
-------------------------------------------------------------*/
.top-faq {
  padding: 155px 0 150px;
  background: url(../img/top/mainvisual_bg.png) repeat center, #871B46 !important;
}
@media only screen and (max-width: 767px) {
  .top-faq {
    padding: 60px 0
  }
}
.top-faq .tab-nav {
  max-width: 100%
}
.top-faq .tab-nav__item {
  width: 25%;
  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
}
@media only screen and (max-width: 767px) {
  .top-faq .tab-nav__item {
    width: 100%
  }
}
.top-faq .tab .tab-indicator {
  width: 25% !important
}
.top-faq .tab-content {
  padding: 75px 90px 90px;
  border-radius: 30px;
  background: #FAF9F4;
}
@media only screen and (max-width: 1024px) {
  .top-faq .tab-content {
    padding: 45px 60px 60px
  }
}
@media only screen and (max-width: 767px) {
  .top-faq .tab-content {
    padding: 25px
  }
}
/*-------------------------------------------------------------
	top-focus
-------------------------------------------------------------*/
.top-focus {
  padding: 135px 0 120px;
}
.top-focus__title {
  text-align: center;
}
.top-focus__title .hl-2 {
  color: #871B46;
  text-align: center;
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
.top-focus__box {
  max-width: 840px;
  margin: 0 auto;
}
.top-focus__box + .top-focus__box {
  margin-top: 90px;
}
.top-focus__box img {
  border-radius: 30px;
}
.top-focus__box .hl-3.title-icon {
  color: #871B46;
  text-align: center;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
  margin-top: 45px;
}
.top-focus__box .hl-3.title-icon::after {
  left: 50%;
  transform: translateX(-50%);
}
.top-focus__box__title {
  margin-bottom: 35px;
}
.top-focus__box .hl-4 {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(240, 228, 182, 0.20) 0%, #F0E4B6 25%, #F0E4B6 75%, rgba(240, 228, 182, 0.20) 100%);
  display: flex;
  width: 840px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #871B46;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 2.16px;
  margin-bottom: 35px;
}
.top-focus__box .top-focus__text + .top-focus__text {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .top-focus {
    padding: 60px 0;
  }
  .top-focus__title {
    margin-bottom: 35px;
  }
  .top-focus__title .hl-2 {
    font-size: 8vw;
  }
  .top-focus__box + .top-focus__box {
    margin-top: 60px;
  }
  .top-focus__box .hl-3.title-icon {
    font-size: 7vw;
    margin-top: 30px;
  }
  .top-focus__box .hl-3.title-icon::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .top-focus__box__title {
    margin-bottom: 35px;
  }
  .top-focus__box .hl-4 {
    width: auto;
    font-size: 5vw;
  }
}
/*-------------------------------------------------------------
	top-varieties
-------------------------------------------------------------*/
.top-section.top-varieties {
  padding: 135px 0 120px;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .top-section.top-varieties {
    padding: 50px 0;
  }
}
.top-varieties .brand-box {
  background: none;
  padding: 0 0 90px;
}
@media only screen and (max-width: 767px) {
  .top-varieties .brand-box {
    background: none;
    padding: 0 0 40px;
  }
}
.top-varieties .brand-box + .brand-box {
  padding-top: 90px;
  border-top: 1px solid #EEE7D6;
}
@media only screen and (max-width: 767px) {
  .top-varieties .brand-box + .brand-box {
    padding-top: 40px;
  }
}
.top-varieties .brand-box:last-child {
  padding-bottom: 0;
}
.brand-box__inner {
  display: flex;
}
.top-varieties .brand-box__img {
  margin: 0;
  width: 50%;
  height: auto;
  min-width: inherit;
}
@media only screen and (max-width: 767px) {
  .top-varieties .brand-box__img {
    width: auto;
    height: auto;
  }
}
.top-varieties .brand-box__title {
  width: calc(100% - 480px);
}
@media only screen and (max-width: 1000px) {
  .top-varieties .brand-box__title {
    width: calc(100% - (50% + 60px));
    min-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .top-varieties .brand-box__title {
    width: auto;
  }
}
.top-varieties .brand-box__inner {
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .top-varieties .brand-box__inner {
    align-items: center;
    gap: 30px;
  }
}
.top-varieties .brand-bl {
  margin-top: 45px;
}
.top-varieties .brand-box__title {
  margin-bottom: 0;
}
.top-varieties .brand-box__img img {
  border-radius: 15px 120px 15px 15px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.top-varieties .title-01 {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 30.45px */
  letter-spacing: 1.26px;
}
.top-varieties .title-01 span {
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 60.9px */
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 767px) {
  .top-varieties .title-01 {
    font-size: 1.5rem;
  }
  .top-varieties .title-01 span {
    font-size: 2.7rem;
  }
}
.top-varieties .brand-point {
  box-shadow: none;
}
.top-varieties__title .hl-2 {
  text-align: center;
  color: #871B46;
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
@media only screen and (max-width: 767px) {
  .top-varieties__title .hl-2 {
    font-size: 8vw;
  }
}
/*-------------------------------------------------------------
	top-guide
-------------------------------------------------------------*/
.top-guide {
  padding: 135px 0 120px;
}
@media only screen and (max-width: 767px) {
  .top-guide {
    padding: 50px 0;
  }
}
.top-guide .brand-box__wrap {
  max-width: 1140px;
  padding: 0;
  background: none;
}
.top-guide .brand-box {
  background: none;
  padding: 0;
}
.top-guide .brand-box .brand-box__inner {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media only screen and (max-width: 1000px) {
  .top-guide .brand-box .brand-box__inner {
    gap: 30px;
    display: grid;
  }
}
.top-guide .brand-box + .brand-box {
  border-top: 1px solid #EEE7D6;
  margin-top: 90px;
  padding-top: 90px;
}
@media only screen and (max-width: 1000px) {
  .top-guide .brand-box + .brand-box {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.top-guide .brand-box + .brand-box .brand-box__inner {
  flex-direction: row-reverse;
}
.top-guide .brand-box .brand-box__img {
  margin: 0;
  width: 525px;
  height: 380px;
}
@media only screen and (max-width: 1000px) {
  .top-guide .brand-box .brand-box__img {
    width: auto;
    height: auto;
  }
}
.top-guide .brand-box .brand-bl {
  width: calc(100% - 615px);
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .top-guide .brand-box .brand-bl {
    width: auto;
  }
}
.top-guide .brand-box .brand-bl span.brand-bl__txt {
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
}
@media only screen and (max-width: 767px) {
  .top-guide .brand-box .brand-bl span.brand-bl__txt {
    font-size: 7vw;
  }
}
.top-guide .brand-box .brand-box__img img {
  border-radius: 30px;
}
.top-guide__title .hl-2 {
  color: #871B46;
  text-align: center;
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
@media only screen and (max-width: 767px) {
  .top-guide__title .hl-2 {
    font-size: 8vw;
  }
}
/*-------------------------------------------------------------
	rokuji-list／online-shop-list/recipe-list
-------------------------------------------------------------*/
.rokuji-list .swiper-slide, .online-shop-list .swiper-slide {
  height: auto;
  width: 17.8vw;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.rokuji-list .swiper-wrapper, .online-shop-list .swiper-wrapper, .recipe-list .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.rokuji-navigation, .online-shop-navigation, .recipe-navigation {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.rokuji-navigation .rokuji-button-next, .rokuji-navigation .rokuji-button-prev, .online-shop-navigation .online-shop-button-next, .online-shop-navigation .online-shop-button-prev, .recipe-navigation .recipe-button-next, .recipe-navigation .recipe-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none
}
.rokuji-navigation .rokuji-button-next:after, .rokuji-navigation .rokuji-button-prev:after, .online-shop-navigation .online-shop-button-next:after, .online-shop-navigation .online-shop-button-prev:after, .recipe-navigation .recipe-button-next:after, .recipe-navigation .recipe-button-prev:after {
  display: none
}
.rokuji-navigation .rokuji-button-next:before, .rokuji-navigation .rokuji-button-prev:before, .online-shop-navigation .online-shop-button-next:before, .online-shop-navigation .online-shop-button-prev:before, .recipe-navigation .recipe-button-next:before, .recipe-navigation .recipe-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.rokuji-navigation .rokuji-button-next:before, .online-shop-navigation .online-shop-button-next:before, .recipe-navigation .recipe-button-next:before {
  background: url(../img/common/icon/ic_arrow-nav-next.svg) no-repeat center center
}
@media only screen and (min-width: 768px) {
  .rokuji-navigation .rokuji-button-next:hover:before, .online-shop-navigation .online-shop-button-next:hover:before, .recipe-navigation .recipe-button-next:hover:before {
    background: url(../img/common/icon/ic_arrow-nav-next-hover.svg) no-repeat center center
  }
}
.rokuji-navigation .rokuji-button-prev:before, .online-shop-navigation .online-shop-button-prev:before, .recipe-navigation .recipe-button-prev:before {
  background: url(../img/common/icon/ic_arrow-nav-prev.svg) no-repeat center center
}
@media only screen and (min-width: 768px) {
  .rokuji-navigation .rokuji-button-prev:hover:before, .online-shop-navigation .online-shop-button-prev:hover:before, .recipe-navigation .recipe-button-prev:hover:before {
    background: url(../img/common/icon/ic_arrow-nav-prev-hover.svg) no-repeat center center
  }
}
.recipe-list {
  border-radius: 15px;
  background: #F1EBD7;
  padding: 40px 60px;
  margin-top: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recipe-list {
    margin-left: -25px;
    width: calc(100% + 25px);
    padding: 20px;
  }
}
.recipe-list .top-guide__title {
  margin-bottom: 32px;
}
.recipe-list .top-guide__title .hl-4 {
  color: #871B46;
  text-align: left;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 30.45px */
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 767px) {
  .recipe-list .top-guide__title .hl-4 {
    font-size: 5vw;
  }
}
.recipe-list img {
  margin-bottom: 20px;
}
.recipe-list .recipe-bl__position {
  color: #292329;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  letter-spacing: 1.02px;
}
.recipe-list .recipe-navigation {
  position: absolute;
  right: 60px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .recipe-list .recipe-navigation {
    position: static;
    right: auto;
    top: auto;
  }
}
.recipe-navigation .recipe-button-prev, .recipe-navigation .recipe-button-next {
  width: 30px;
  height: 30px;
  border: 1px solid #871B46;
  overflow: hidden;
}
.recipe-list .swiper-slide {
  width: 11.3vw;
}
.recipe-list .swiper-slide {
  width: 235px;
}
@media only screen and (max-width: 767px) {
  .online-shop-bl__position {
    line-height: 140%;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1600px) {
  .rokuji-list .swiper-slide, .online-shop-list .swiper-slide {
    width: 340px
  }
}
@media only screen and (max-width: 767px) {
  .rokuji-list .swiper-slide, .online-shop-list .swiper-slide, .recipe-list .swiper-slide {
    width: 38vw !important;
  }
  .recipe-list .swiper-slide {
    width: 30vw !important;
  }
}
/*-------------------------------------------------------------
	rokuji-wrap／online-shop-wrap／recipe-wrap
-------------------------------------------------------------*/
.rokuji-wrap, .rokuji-wrap, .recipe-wrap {
  padding: 90px 0 60px 0;
}
@media only screen and (max-width: 767px) {
  .rokuji-wrap, .rokuji-wrap, .recipe-wrap {
    padding: 45px 0;
  }
}
.rokuji-wrap [class$="__title"], .rokuji-wrap [class$="__title"], .recipe-wrap [class$="__title"] {
  margin-bottom: 45px;
}
.rokuji-wrap .hl-2, .online-shop-wrap .hl-2, .recipe-wrap .hl-2 {
  color: #871B46;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
}
@media only screen and (max-width: 767px) {
  .rokuji-wrap .hl-2, .online-shop-wrap .hl-2, .recipe-wrap .hl-2 {
    font-size: 6vw;
  }
}
.rokuji-wrap .swiper img, .online-shop-wrap .swiper img, .recipe-wrap .swiper img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.rokuji-wrap .swiper [class$="-bl__position"], .online-shop-wrap .swiper [class$="-bl__position"], .recipe-wrap .swiper [class$="-bl__position"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rokuji-wrap .swiper [class$="-bl__position"]:after, .online-shop-wrap .swiper [class$="-bl__position"]:after, .recipe-wrap .swiper [class$="-bl__position"]:after {
  position: relative;
  -ms-flex-negative: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/common/icon/ic_arrow-br.svg")no-repeat center / contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.online-shop-wrap {
  border-top: 1px solid #E5D4B2;
  padding-top: 60px;
}
/*-------------------------------------------------------------
	top-about
-------------------------------------------------------------*/
.top-section.top-about {
  background: none;
}
@media only screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0 0;
  }
}
.top-about__wrap {
  position: relative;
  margin-top: 120px;
  padding: 90px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top-about__wrap {
    margin-top: 0;
    padding: 20px 10px 20px 0;
  }
}
.top-about__wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  height: 100%;
  width: 100vw;
  border-radius: 0 200px 0 0;
  z-index: -1;
  background: url(../img/sweet-potato/top/anchorlink_bg.png) repeat center #FAF9F4;
}
@media only screen and (max-width: 767px) {
  .top-about__wrap::after {
    left: calc(50% - 10px);
    border-radius: 0 40px 0 0;
  }
}
.top-about .brand-box__wrap {
  max-width: 1140px;
  padding: 0;
  background: none;
}
.top-about .brand-box {
  background: none;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
.top-about .brand-box {
	padding-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.top-about .brand-box {
	padding-right: 0;
}	
}
.top-about .brand-box .brand-box__inner {
  display: flex;
  gap: 90px;
}
@media only screen and (max-width: 1024px) {
  .top-about .brand-box .brand-box__inner {
    gap: 30px;
    display: grid;
  }
}
.top-about .brand-box + .brand-box {
  border-top: 1px solid #EEE7D6;
  margin-top: 90px;
  padding-top: 90px;
}
@media only screen and (max-width: 1000px) {
  .top-about .brand-box + .brand-box {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.top-about .brand-box + .brand-box .brand-box__inner {
  flex-direction: row-reverse;
}
.top-about .brand-box .brand-box__img {
  margin: 0;
  width: 525px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .top-about .brand-box .brand-box__img {
    width: auto;
    height: auto;
  }
}
.top-about .brand-box .brand-bl {
  width: calc(100% - 615px);
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .top-about .brand-box .brand-bl {
    width: auto;
    margin-top: 0 !important;
  }
}
.top-about .brand-box .brand-bl span.brand-bl__txt {
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
}
@media only screen and (max-width: 767px) {
  .top-about .brand-box .brand-bl span.brand-bl__txt {
    font-size: 7vw;
  }
}
.top-about .brand-box .brand-box__img img {
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
	.top-about .brand-box .brand-box__img img {
  display: block;
		margin: 0 auto;
		max-width:50%;
}
}
@media only screen and (max-width: 767px) {
  .top-about .brand-box .brand-box__img img {
    border-radius: 10px;
		max-width:100%;
      height: auto;
  }
}
.top-about__title .hl-2 {
  color: #871B46;
  text-align: center;
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
@media only screen and (max-width: 767px) {
  .top-about__title .hl-2 {
    font-size: 8vw;
  }
}
/*-------------------------------------------------------------
	top-features
-------------------------------------------------------------*/
.top-features {
  padding: 135px 0 105px
}
.top-features .brand-box {
  position: relative;
  padding: 55px;
}
@media only screen and (max-width: 767px) {
  .top-features .brand-box {
    padding: 20px;
	  border-radius: 5px 90px 5px 5px;
  }
}
.top-features .brand-box__wrap {
  max-width: inherit;
}
.top-features .brand {
  padding-top: 0;
}
.top-features .brand-box__inner {
  gap: 90px;
}
@media only screen and (max-width: 960px) {
	.top-features .brand-box__inner {
		display: grid;
}
}
@media only screen and (max-width: 767px) {
  .top-features .brand-box__inner {
    gap: 20px !important;
  }
}
.top-features .brand-box__text {
  width: 480px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: grid;
  gap: 40px;
}
@media only screen and (max-width: 960px) {
	.top-features .brand-box__text {
  width: auto;
}
}
@media only screen and (max-width: 767px) {
  .top-features .brand-box__text {
    width: auto;
    gap: 20px;
  }
}
.top-features .brand-box__text .brand-box__title .title-01 span {
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 60.9px */
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 767px) {
  .top-features .brand-box__text .brand-box__title .title-01 span {
    font-size: 2.7rem;
  }
}
.top-features .brand-point ul li {
  border: none;
  padding-bottom: 0 !important;
}
.top-features .brand-point ul li b {
  display: flex;
  width: 60px;
  padding: 0 10px 1px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #871B46;
  color: #FAF9F4;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 25.5px */
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 767px) {
  .top-features .brand-point ul li b {
    width: 30%;
    font-size: 1.6rem;
  }
}
.top-features .brand-point ul li span {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 2.16px;
}
@media only screen and (max-width: 767px) {
  .top-features .brand-point ul li span {
    font-size: 2rem;
  }
}
.top-features .brand-point ul li span.status {
  color: #C90;
}
.top-features .brand-point ul li span.status.star-03::after {
  content: "☆☆";
  display: inline-block;
  color: #C90;
}
.top-features .brand-point ul li span.status.star-04::after {
  content: "☆";
  display: inline-block;
  color: #C90;
}
.top-features .brand-box__img {
  width: 650px;
  height: 435px;
  margin: 0;
  margin-left: calc(-0.18 * (100vw - 570px));
}
@media only screen and (max-width: 767px) {
  .top-features .brand-box__img {
    width: auto;
    height: auto;
    margin-left: 0;
  }
}
.top-features .brand-box__img img {
  border-radius: 210px 15px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .top-features .brand-box__img img {
    border-radius: 90px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .top-features .brand-box__img img {
    border-radius: 90px 5px;
  }
}
.top-features .brand-point {
  padding: 0;
  background: none;
  margin-top: 0;
}
.top-features .brand-bl {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .top-features .brand-bl {
    margin-top: 0 !important;
  }
}
.top-features .brand-box__title {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
.top-features .brand-box__title {
	width: auto;
	max-width: inherit;
}	
}
.top-features .brand-box__title .title-01 {
  font-size: 2rem;
}
.top-features__title h2 {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #A1104A;
  font-size: 5.1rem;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
@media only screen and (max-width: 767px) {
  .top-features {
    padding: 60px 0
  }
  .top-features__title h2 {
    font-size: 8vw
  }
}
/*-------------------------------------------------------------
	top-information
-------------------------------------------------------------*/
.top-section.top-information {
  background-color: #F1EBD7;
  padding: 0;
}
.information {
  overflow: hidden;
  padding: 44px 60px 360px 0;
  position: relative;
  z-index: 1;
  min-height: 52.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .information {
    padding: 20px 20px 150px 0;
  }
}
.information::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100vw;
  height: 90vh;
  background: url(../img/top/information.jpg) no-repeat center / cover;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .information::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 100vw;
    height: 90vh;
    background: url(../img/top/information.jpg) no-repeat center / cover;
    z-index: -1;
  }
}
.top-information__wrap {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
	.top-information__wrap {
  padding: 90px 50px;
}
}
@media only screen and (max-width: 767px) {
  .top-information__wrap {
    padding: 45px 0;
  }
}
.top-information__wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  height: 100%;
  width: 100vw;
  border-radius: 0 200px 30px 0;
  z-index: -1;
  background: url(../img/top/anchorlink_bg.png) repeat center #FAF9F4;
}
@media only screen and (max-width: 767px) {
  .top-information__wrap::after {
    border-radius: 0 100px 10px 0;
    left: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .top-information {
    padding: 50px 0;
  }
}
.top-information .brand-box__wrap {
  max-width: 1140px;
  padding: 0;
  background: none;
}
.top-information .brand-box {
  background: none;
  padding: 0;
}
.top-information .brand-box .brand-box__inner {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media only screen and (max-width: 1024px) {
  .top-information .brand-box .brand-box__inner {
    gap: 30px;
    display: grid;
  }
}
.top-information .brand-box + .brand-box {
  border-top: 1px solid #EEE7D6;
  margin-top: 90px;
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .top-information .brand-box + .brand-box {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.top-information .brand-box + .brand-box .brand-box__inner {
  flex-direction: row-reverse;
}
.top-information .brand-box .brand-box__img {
  margin: 0;
  width: 525px;
  height: 380px;
}
@media only screen and (max-width: 1024px) {
  .top-information .brand-box .brand-box__img {
    width: 70%;
    height: auto;
	  margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
	  .top-information .brand-box .brand-box__img {
    width: auto;
  }
}
.top-information .brand-box .brand-bl {
  width: calc(100% - 615px);
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .top-information .brand-box .brand-bl {
    width: auto;
    margin-top: 0 !important;
  }
}
.top-information .brand-box .brand-bl span.brand-bl__txt {
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
}
@media only screen and (max-width: 767px) {
  .top-information .brand-box .brand-bl span.brand-bl__txt {
    font-size: 7vw;
  }
}
.top-information .brand-box .brand-box__img img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .top-information .brand-box .brand-box__img img {
    border-radius: 10px;
      height: auto;
  }
}
.top-information .brand-box .brand-bl .brand-bl__text + .brand-bl__text {
  display: flex;
  padding: 25px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #F1EBD7;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .top-information .brand-box .brand-bl .brand-bl__text + .brand-bl__text {
    padding: 20px;
	   line-height: 180%;
  }
}
.top-information__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.top-information__title .hl-2 {
  color: #871B46;
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
@media only screen and (max-width: 767px) {
  .top-information__title .hl-2 {
    font-size: 8vw;
  }
}
.top-information__title span {
  text-align: left;
  margin: 0;
}
.top-information__text {
  padding: 45px 150px;
  margin: 0 auto 90px;
  border-radius: 15px;
  background: linear-gradient(90deg, rgba(239, 233, 209, 0.25) 0%, #EFE9D1 20%, #EFE9D1 80%, rgba(239, 233, 209, 0.25) 100%);
}
@media only screen and (max-width: 1024px) {
	.top-information__text {
		padding: 45px 20px;
}
}
@media only screen and (max-width: 767px) {
  .top-information__text {
    width: auto;
    padding: 20px;
    margin: 0 auto 30px;
	  line-height: 180%;
  }
}
.top-information__text strong {
  display: inline-block;
}
/*-------------------------------------------------------------
	top-grilling
-------------------------------------------------------------*/
.top-section.top-grilling {
  padding: 135px 0 60px;
  background-color: #FAF9F4;
}
@media only screen and (max-width: 767px) {
  .top-section.top-grilling {
    padding: 40px 0;
  }
}
.top-grilling .container {
  max-width: 1140px;
}
.top-grilling dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-grilling dl {
    display: inherit;
  }
}
.top-grilling dl dt, .top-grilling dl dd {
  border-top: 1px solid #EEE7D6;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .top-grilling dl dt, .top-grilling dl dd {
    padding: 20px 0;
    width: auto !important;
  }
}
.top-grilling dl dt {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .top-grilling dl dt {
    padding-bottom: 0;
  }
}
.top-grilling dl dt h3 {
  color: #63295E;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
}
@media only screen and (max-width: 767px) {
  .top-grilling dl dt h3 {
    font-size: 2.5rem;
  }
}
.top-grilling dl dd {
  width: calc(100% - 220px);
  color: #292329;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 195%; /* 33.15px */
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 767px) {
  .top-grilling dl dd {
    border: none;
  }
}
.top-varieties__title .hl-2 {
  text-align: left;
  margin-left: 0;
}
.top-varieties__title span {
  text-align: left;
  margin-left: 0;
}
/*-------------------------------------------------------------
	top-chilled
-------------------------------------------------------------*/
.top-chilled {
  background-color: #FAF9F4 !important;
  padding: 135px 0 120px;
}
@media only screen and (max-width: 1024px) {
	.top-chilled {
  padding: 80px 60px 60px;
}
}
@media only screen and (max-width: 767px) {
  .top-chilled {
    padding: 40px 0;
  }
}
.top-chilled .top-chilled__title .hl-2 {
  font-size: 4.2rem;
  color: #871B46;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 767px) {
  .top-chilled .top-chilled__title .hl-2 {
    font-size: 8vw;
  }
}
.top-chilled .top-chilled__title span {
  margin-left: 0;
  text-align: left;
}
.top-chilled__text {
  display: flex;
  padding: 45px 150px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 90px;
  border-radius: 15px;
  background: linear-gradient(90deg, rgba(239, 233, 209, 0.25) 0%, #EFE9D1 20%, #EFE9D1 80%, rgba(239, 233, 209, 0.25) 100%);
}
@media only screen and (max-width: 1024px) {
	.top-chilled__text {
		padding-left: 20px;
		padding-right: 20px;
}
}
@media only screen and (max-width: 767px) {
  .top-chilled__text {
    width: auto;
    padding: 20px;
    margin: 0 auto 30px;
	  line-height: 180%;
  }
}
.top-chilled .brand-box .brand-bl span.brand-bl__txt {
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.98px;
}
.top-chilled__step__title {
  margin-bottom: 30px;
}
.top-chilled__step__title .hl-3 {
  color: #871B46;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 49.5px */
  letter-spacing: 1.98px;
}
@media only screen and (max-width: 767px) {
  .top-chilled__step__title .hl-3 {
    font-size: 6vw;
  }
}
.top-chilled__step ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.top-chilled__step ul li {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 195%;
  letter-spacing: 1.02px;
  padding: 15px 0;
  display: flex;
  gap: 20px;
  border-top: 2px dashed #E6D7BA;
  border-bottom: 2px dashed #E6D7BA;
}
@media only screen and (max-width: 767px) {
  .top-chilled__step ul li {
    font-size: 1.6rem;
  }
}
.top-chilled__step ul li:first-child {
  padding: 0 0 15px;
  border: none;
}
.top-chilled__step ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.top-chilled__step ul li b {
  color: #FAF9F4;
  text-align: center;
  font-family: "josefin-sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.96px;
  border-radius: 33.333px;
  background: #A1104A;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
}
.top-chilled__step ul li span {
  width: calc(100% - 35px);
}
.top-chilled__article {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  gap: 90px;
  border-top: 1px solid #EEE7D6;
  padding-top: 90px;
  margin-top: 90px;
}
@media only screen and (max-width: 1024px) {
	  .top-chilled__article {
    display: inherit;
    padding-top: 40px;
    margin-top: 40px;
  }
}
.top-chilled__article__img {
  margin: 0;
  width: 525px;
  height: 380px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 10px 10px 0 rgba(177, 132, 78, 0.05);
}
@media only screen and (max-width: 1024px) {
  .top-chilled__article__img {
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.top-chilled__article__text {
  width: calc(100% - 615px);
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .top-chilled__article__text {
    width: auto;
  }
}
.top-chilled__article__text .hl-3 {
  color: #871B46;
  text-align: left;
  margin: 0;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.98px;
}
@media only screen and (max-width: 767px) {
  .top-chilled__article__text .hl-3 {
    font-size: 6vw;
  }
}
/*-------------------------------------------------------------
	brand
-------------------------------------------------------------*/
.brand {
  padding: 90px 0 0;
  position: relative
}
@media only screen and (max-width: 767px) {
  .brand {
    padding: 0
  }
}
.brand + .brand {
  margin-top: 90px
}
@media only screen and (max-width: 767px) {
  .brand + .brand {
    margin-top: 30px
  }
}
.brand-tag {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 239, 233, .25)), to(rgba(243, 239, 233, .5)));
  background: -webkit-linear-gradient(top, rgba(243, 239, 233, .25) 0%, rgba(243, 239, 233, .5) 100%);
  background: linear-gradient(180deg, rgba(243, 239, 233, .25) 0%, rgba(243, 239, 233, .5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media only screen and (max-width: 1600px) {
  .brand-tag {
    font-size: 4.375vw;
    top: .3125vw
  }
}
@media only screen and (max-width: 767px) {
  .brand-tag {
    font-size: 3.5rem;
    top: 0;
    height: auto;
    width: 100%;
    text-align: left
  }
}
.brand-box {
  background: url(../img/hoshiimo/top/anchorlink_bg.png) repeat center #FAF9F4;
  padding: 120px 60px;
  border-radius: 15px;
  filter: drop-shadow(0 4px 30px rgba(178, 95, 0, 0.10));
}
@media only screen and (max-width: 767px) {
  .brand-box {
    padding: 60px 20px 20px;
    border-radius: 0 90px 0 0
  }
}
.brand-box__wrap {
  max-width: 840px;
  margin: 0 auto
}
.brand-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media only screen and (max-width: 1600px) {
  .brand-box__inner {
    gap: 5.625vw
  }
}
@media only screen and (max-width: 767px) {
  .brand-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.brand-box__img {
  margin-left: calc(-.5*(100vw - 840px));
  margin-top: -210px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.brand-box__img img {
  border-radius: 0 175px 15px 0
}
@media only screen and (max-width: 1600px) {
  .brand-box__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media only screen and (max-width: 767px) {
  .brand-box__img img {
    border-radius: 0 90px 0 0
  }
}
@media only screen and (max-width: 1000px) {
  .brand-box__img {
    margin-left: -80px;
    min-width: 50vw
  }
}
@media only screen and (max-width: 767px) {
  .brand-box__img {
    margin: -60px -20px 0 -40px
  }
}
.brand-box__title {
  width: 26.25vw;
  max-width: 26.25vw;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .brand-box__title {
    width: 100%;
    max-width: 100%
  }
}
.brand-box__title .title-01 span.kana {
  color: #4A3B30;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 1.2px;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  .brand-box__title .title-01 {
    font-size: 1.5vw
  }
  .brand-box__title .title-01 span {
    font-size: 3.375vw
  }
}
@media only screen and (max-width: 767px) {
  .brand-box__title .title-01 {
    font-size: 1.5rem
  }
  .brand-box__title .title-01 span {
    font-size: 2.7rem
  }
}
@media only screen and (max-width: 767px) {
  .brand-box .brand-box__inner {
    gap: 45px;
  }
  .brand-box__title {
    margin-bottom: 0;
  }
}
.brand-bl {
  margin-top: 80px
}
@media only screen and (max-width: 767px) {
  .brand-bl {
    margin-top: 30px !important;
  }
}
.brand-bl + .brand-bl {
  margin-top: 65px
}
@media only screen and (max-width: 767px) {
  .brand-bl + .brand-bl {
    margin-top: 30px
  }
}
.brand-bl__title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1.45;
  color: #871B46;
  margin-bottom: 20px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .brand-bl__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
span.brand-bl__tag {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 2.1rem;
  width: 120px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #FAF9F4;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 30.45px */
  letter-spacing: 1.26px;
  border-radius: 5px;
  background: #4A3B30;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  span.brand-bl__tag {
    font-size: 1.6rem;
  }
}
span.brand-bl__txt {
  font-size: 2.4rem;
  font-family: "zen-maru-gothic", sans-serif;
  color: #871B46;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 2.16px;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  span.brand-bl__txt {
    font-size: 2rem;
  }
}
.brand-point {
  border-radius: 15px;
  background: #F1EBD7;
  padding: 35px 60px 30px 60px;
  position: relative;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .brand-point {
    padding: 35px 20px 20px;
    margin-top: 45px;
  }
}
.brand-point .hl-4 {
  position: absolute;
  left: 30px;
  top: -29px;
  color: #4A3B30;
  font-family: josefin-sans, sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 56.55px */
  letter-spacing: 1.17px;
  text-transform: capitalize;
}
.brand-point ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.brand-point ul li {
  color: #4A3B30;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 195%; /* 33.15px */
  letter-spacing: 1.02px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 2px dashed #FAF9F4;
  border-bottom: 2px dashed #FAF9F4;
}
@media only screen and (max-width: 767px) {
  .brand-point ul li {
    line-height: 130%; /* 33.15px */
  }
}
.brand-point ul li:first-child {
  padding: 0 0 15px;
  border: none;
}
.brand-point ul li:last-child {
  padding: 15px 0 0;
  border: none;
}
.brand-point ul li b {
  color: #FAF9F4;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 33.6px */
  letter-spacing: 0.96px;
  border-radius: 33.333px;
  background: #4A3B30;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .brand-point ul li b {
    object-fit: contain;
  }
  .brand-point ul li span {
    width: calc(100% - 50px);
  }
}
.brand-banner {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .brand-banner {
    margin-top: 20px;
  }
}
/*-------------------------------------------------------------
	top-nutrition
-------------------------------------------------------------*/
.top-section.top-nutrition {
  background: none;
  padding: 135px 0 120px;
}
@media only screen and (max-width: 767px) {
  .top-section.top-nutrition {
    padding: 40px 0;
  }
}
.top-nutrition .top-nutrition__title .hl-2 {
  color: #871B46;
  font-size: 5.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 73.95px */
  letter-spacing: 1.53px;
}
@media only screen and (max-width: 767px) {
  .top-nutrition .top-nutrition__title .hl-2 {
    font-size: 8vw;
  }
}
.top-nutrition .top-nutrition__title span {
  margin-left: 0;
  text-align: left;
}
.top-nutrition__text {
  display: flex;
  padding: 45px 150px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: linear-gradient(90deg, rgba(239, 233, 209, 0.25) 0%, #EFE9D1 20%, #EFE9D1 80%, rgba(239, 233, 209, 0.25) 100%);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 35.7px */
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 767px) {
  .top-nutrition__text {
    width: auto;
    padding: 20px;
    margin: 0 auto 30px;
    font-size: 1.6rem;
  }
}
.table.is-nutrition table th {
  white-space: nowrap;
  padding: 20px;
}
.table.is-nutrition table tr:last-child th, .table.is-nutrition table tr:last-child td {
  color: #292329;
}