@charset "UTF-8";
#sw-ka {
  min-width: 1024px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sw-ka {
    min-width: auto;
    padding-top: 70px;
  }
}
#sw-ka * {
  box-sizing: border-box;
}
#sw-ka img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#sw-ka a:hover {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 769px) {
  #sw-ka .m-pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sw-ka .m-sp-hidden {
    display: none;
  }
}

.list-check {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .list-check {
    padding-top: 0;
  }
}
.list-check__item {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  position: relative;
  background-image: url(../images/ico_check_brown.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 0 0.6em;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .list-check__item {
    font-size: 16px;
    background-position: 0 0.3em;
    padding-left: 20px;
  }
}
.list-check__item:nth-of-type(n+2) {
  margin-top: 10px;
}
.list-check__item--blk {
  background-image: url(../images/ico_check_blk.png);
}

.m-buy-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 130px;
  width: min(calc(260vw / 25.2), 130px);
  aspect-ratio: 1;
  border-width: 0px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(45deg, #b5d3f5 0%, #b6dce2 100%);
  box-shadow: 5px 2px 13px rgba(6, 2, 3, 0.07);
  color: #1c2124;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 65px;
  bottom: 0;
  transform: translateY(50%);
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .m-buy-button {
    width: 100px;
    gap: 5px;
    font-size: 14px;
  }
  .m-buy-button img {
    width: 25px;
  }
}
.m-buy-button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.hansel {
  width: 100%;
  background-color: #e4e4e4;
  font-size: 12px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .hansel {
    display: none;
  }
}
.hansel__item {
  display: inline;
  line-height: 120%;
  margin-left: 5px;
}
.hansel__item a {
  padding-right: 15px;
  background: url(../images/arrow_02.png) no-repeat center right;
  color: #0075c2;
  outline: none;
}
.hansel__item a:hover {
  color: #007bd0;
  text-decoration: underline;
}
.hansel .inside_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.glnv {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 25px 0 25px;
  margin-top: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .glnv {
    width: 100%;
    padding: 0;
    margin-top: 0;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 10;
  }
}
.glnv-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .glnv-toggle {
    display: block;
    width: 100%;
    height: 65px;
    color: #fff;
    font-size: 17px;
    text-align: left;
    line-height: 65px;
    background-color: #928373;
    border: none;
    border-bottom: solid 1px #928373;
    padding-left: 1em;
    outline: none;
    position: relative;
  }
  .glnv-toggle::after {
    content: "＋";
    position: absolute;
    right: 20px;
  }
  .glnv-toggle.is-open::after {
    content: "－";
  }
}
.glnv-list {
  width: min(calc(100% - 30px), 1165px);
  margin: 0 auto;
  padding-inline: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 1110px) {
  .glnv-list {
    padding-right: 65px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .glnv-list {
    display: none;
    width: 100%;
    flex-direction: column;
    background-color: #928373;
    padding: 0;
    gap: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .glnv-list--item {
    border-bottom: solid 1px #F2EFE8;
  }
  .glnv-list--item:last-of-type {
    border-bottom: none;
  }
}
.glnv-list--item.--logo {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .glnv-list--item.--logo {
    display: none;
  }
}
.glnv-list--item__link {
  color: #303030;
  font-size: 16px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .glnv-list--item__link {
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 13px 30px 13px 15px;
    position: relative;
  }
  .glnv-list--item__link::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    margin: auto 0;
    border-top: solid 1px #F2EFE8;
    border-right: solid 1px #F2EFE8;
    transform: rotate(45deg) translateY(-50%);
  }
}
.glnv-list--item__link:hover {
  color: inherit;
  text-underline-offset: 0.5em;
}
.glnv-list--item__link:focus {
  color: inherit;
}

.logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .logo {
    display: block;
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.mv {
  padding-inline: 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-inline: 20px;
  }
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f7f1e4;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.mv__title {
  width: min(calc(874vw / 25.2), 874px);
  position: absolute;
  top: 25%;
  right: 65px;
  right: calc(300vw / 25.2);
  margin: unset;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .mv__title {
    width: 85%;
    inset: unset;
    left: 50%;
    top: 55%;
    transform: translateX(-50%);
  }
}
.mv__image {
  border-radius: 20px;
  box-shadow: 13px 13px 0 #e8e3d8;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv__image {
    border-radius: 10px;
    box-shadow: 6px 6px 0 #e8e3d8;
  }
}
.mv__spec {
  width: min(calc(364vw / 25.2), 364px);
  position: absolute;
  bottom: -5vw;
  right: calc(531vw / 25.2);
}
@media screen and (max-width: 768px) {
  .mv__spec {
    display: block;
    width: 80%;
    position: static;
    margin-inline: auto;
    margin-top: -5vw;
  }
  .mv__spec img {
    width: auto;
  }
}
.mv .m-buy-button {
  right: calc(193vw / 25.2);
  bottom: 27px;
}
@media screen and (max-width: 768px) {
  .mv .m-buy-button {
    top: -120px;
  }
}
.mv-side-text {
  font-size: 11px;
  letter-spacing: 0.1em;
  font-family: "Barlow", sans-serif;
  transform: rotate(-90deg) translate(-5em, -50%);
  transform-origin: left;
  position: absolute;
  left: 40px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .mv-side-text {
    display: none;
  }
}

.concept {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f1e4;
  column-gap: 75px;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .concept {
    flex-direction: column;
    gap: 25px;
    padding: 50px 20px calc(50px + 10vw);
  }
}
.concept-content {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .concept-content {
    width: 100%;
    padding-left: 0;
  }
}
.concept-content__title {
  margin: unset;
  padding: unset;
  width: auto;
}
.concept-content__text {
  color: #333333;
  font-size: 17px;
  padding-top: 35px;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .concept-content__text {
    font-size: 15px;
  }
}
.concept-image {
  width: min(50%, 630px);
}
@media screen and (max-width: 768px) {
  .concept-image {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}
.concept-image img {
  border-radius: 15px 0 0 15px;
}
.concept-video {
  width: 100%;
  max-width: 1100px;
  margin: -140px auto 20px;
  font-weight: 400;
  color: #444;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept-video {
    margin: -110px auto -10px;
  }
}
.concept-video-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 12px;
}
.concept-video-wrap iframe {
  position: absolute;
  border-radius: 12px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.function {
  background-color: #eee7d8;
  padding-bottom: 75px;
  padding-inline: 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .function {
    padding-bottom: 50px;
    padding-inline: 20px;
  }
}
.function-side-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 30px;
  top: 180px;
}
@media screen and (max-width: 768px) {
  .function-side-text {
    display: none;
  }
}
.function-side-text span {
  display: block;
  color: #d3cbb9;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-family: "Barlow", sans-serif;
  transform: rotate(-90deg) translateX(-5em);
  transform-origin: right;
}
.function-side-text::after {
  content: "";
  display: block;
  width: 2px;
  height: 20vw;
  background-color: #d3cbb9;
  margin-top: 1em;
  position: absolute;
  top: 14em;
  right: 0;
}
.function-title {
  width: 100%;
  text-align: center;
  padding: 0;
  position: relative;
}
.function-title::before {
  content: "";
  display: block;
  width: 390px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ede6d9;
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .function-title::before {
    width: calc(500vw / 6.4);
    top: -10vw;
  }
}
.function-title img {
  position: relative;
}
.function-title__small {
  width: min(100%, 1130px);
  margin-inline: auto;
  margin-top: 26px;
  position: relative;
  color: #8c8787;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.15em;
}
.function-box {
  width: min(100%, 1095px);
  margin: 17px auto 0;
  border-radius: 13px;
  background-color: #fff;
  position: relative;
}
.function-box:nth-of-type(even) {
  flex-direction: row-reverse;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .function-box:nth-of-type(even) {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
.function-box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 25px 0 45px;
  background-color: #fff;
  border-radius: 13px;
}
@media screen and (max-width: 768px) {
  .function-box-wrap {
    flex-direction: column-reverse;
    padding: 30px 20px;
    gap: 25px;
  }
}
.function-box__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80px;
  color: #fff;
  font-size: 29px;
  letter-spacing: 0.16em;
  background-color: #938473;
  border-radius: 9px 9px 0 0;
}
@media screen and (max-width: 768px) {
  .function-box__title {
    align-items: center;
    height: auto;
    font-size: 20px;
    padding: 20px 5px;
    line-height: 1;
  }
}
.function-box__title span {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .function-box__title span {
    font-size: 11px;
    border-left: 2px solid #fff;
    padding-left: 1em;
    margin-left: 1em;
  }
}
.function-box__title span::before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .function-box__title span::before {
    display: none;
  }
}
.function-box--image {
  position: relative;
}
.function-box--content {
  flex: 1;
}
.function-box--content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .function-box--content__list {
    padding-top: 25px;
    gap: 5px;
  }
}
.function-box--content__list li {
  display: grid;
  place-content: center;
  width: 145px;
  min-height: 47px;
  color: #8a7f67;
  font-size: 17px;
  letter-spacing: 0.08em;
  font-size: 17px;
  font-weight: bold;
  background-color: #f2efe8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .function-box--content__list li {
    min-height: auto;
    width: calc(33.333% - 4px);
    font-size: min(3.2vw, 13px);
    line-height: 1.3;
    text-align: center;
    padding: 10px 5px;
  }
}
.function-box--content--bottom {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .function-box--content--bottom {
    padding-top: 25px;
  }
}
.function-box .list-check {
  padding-top: 0;
  border-top: 2px dotted #d2cdc9;
}
@media screen and (max-width: 768px) {
  .function-box .list-check {
    margin-inline: 4%;
  }
}
.function-box .list-check__item {
  font-size: 16px;
  letter-spacing: 0.13em;
  border-bottom: 2px dotted #d2cdc9;
  background-position: 2px 0.9em;
  padding-block: 8px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .function-box .list-check__item {
    font-size: 13px;
  }
}
.function-box .list-check__item:nth-of-type(n+2) {
  margin-top: 0;
}
.function #function01 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .function #function01 .function-box--content {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .function #function01 .function-box--image {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .function #function01 .function-box--content__list {
    order: 2;
    width: 100%;
    padding-top: 0;
  }
}
.function #function01 .function-box--content__title {
  margin-left: -50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .function #function01 .function-box--content__title {
    margin-left: 0;
    order: 3;
    max-width: 400px;
  }
}
.function #function01 .function-box-wrap {
  padding-right: 80px;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .function #function01 .function-box-wrap {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 768px) {
  .function #function01 .function-box--content--bottom {
    width: 100%;
    order: 0;
    padding-top: 0;
    margin-top: -20px;
  }
}
.function #function02 .function-box-wrap {
  flex-direction: row-reverse;
  padding: 50px 80px 80px 100px;
}
@media screen and (max-width: 768px) {
  .function #function02 .function-box-wrap {
    flex-direction: column-reverse;
    padding: 40px 25px;
    overflow: hidden;
  }
}
.function #function02 .function-box--image {
  margin-left: -30px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .function #function02 .function-box--image {
    margin-left: -30px;
    margin-right: 2vw;
    padding-top: 0;
  }
}
.function #function02 .list-check {
  margin-top: 28px;
}
.function #function02 .function-box--content__title {
  margin-left: -45px;
}
@media screen and (max-width: 768px) {
  .function #function02 .function-box--content__title {
    margin-left: 0;
    max-width: 440px;
  }
}

.function-sub {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: min(calc(100% - 40px), 1130px);
  margin: 110px auto;
}
@media screen and (max-width: 768px) {
  .function-sub {
    margin: 50px auto;
    gap: 20px;
  }
}
.function-sub--box {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .function-sub--box {
    width: calc(50% - 10px);
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.function-sub--box > img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .function-sub--box > img {
    width: 100%;
  }
}
.function-sub--box .list-check {
  padding-top: 0;
}
.function-sub--box .list-check__item {
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .function-sub--box .list-check__item {
    font-size: 14px;
  }
}
.function-sub--box .list-check__item:nth-of-type(n+2) {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .function-sub--box .list-check__item:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
}
.function-sub--box .list-check__item small {
  font-size: 12px;
  display: block;
  margin-top: 1em;
}
.function-sub--box .list-check__item sup {
  display: inline-block;
  margin-left: -0.5em;
  font-size: 11px;
}

.lineup {
  padding-top: 110px;
  padding-bottom: 23%;
  background-color: #D1E0DB;
  background-image: url(../images/lineup_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 50px 20px 50%;
    background-size: 172%;
  }
}
.lineup-side-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 30px;
  top: 340px;
}
@media screen and (max-width: 768px) {
  .lineup-side-text {
    display: none;
  }
}
.lineup-side-text span {
  display: block;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-family: "Barlow", sans-serif;
  transform: rotate(-90deg) translateX(-5em);
  transform-origin: left;
}
.lineup-side-text::after {
  content: "";
  display: block;
  width: 2px;
  height: 20vw;
  background-color: #fff;
  margin-top: 1em;
  position: absolute;
  top: 4.5em;
  left: 0;
}
.lineup-title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .lineup-title {
    padding-inline: 40px;
  }
}
.lineup-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  width: min(100%, 1130px);
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .lineup-wrapper {
    flex-direction: column;
    margin: 40px auto 0;
    padding-inline: 30px;
    gap: 20px;
  }
}
.lineup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(33.33333% - 15px), 340px);
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 15px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup-item {
    width: 100%;
    padding: 55px 20px 20px;
    gap: 15px;
  }
}
.lineup-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f4f8f6;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px 7px 0 0;
}
.lineup-item > * {
  position: relative;
}
@media screen and (max-width: 600px) {
  .lineup-item:nth-child(1) .lineup-item--image_title {
    max-width: 135px;
  }
}
@media screen and (max-width: 600px) {
  .lineup-item:nth-child(2) .lineup-item--image_title {
    max-width: 175px;
  }
}
@media screen and (max-width: 600px) {
  .lineup-item:nth-child(3) .lineup-item--image_title {
    max-width: 170px;
  }
}
.lineup-item__label {
  display: grid;
  place-content: center;
  width: 105px;
  height: 47px;
  border-radius: 7px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  background-color: #839B8D;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lineup-item__label {
    font-size: 16px;
    width: 80px;
    height: 35px;
  }
}
.lineup-item--image {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 247px;
  margin-inline: auto;
  aspect-ratio: 494/637;
}
@media screen and (max-width: 768px) {
  .lineup-item--image {
    width: 180px;
    aspect-ratio: 1;
  }
}
.lineup-item--image_title {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .lineup-item--image_title {
    margin-bottom: 10px;
  }
}
.lineup-item--image_product {
  display: none;
}
@media screen and (max-width: 600px) {
  .lineup-item--image_product {
    max-width: 100px;
  }
}
.lineup-item--image_product.active {
  display: block;
}
.lineup-item--product_tab {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.lineup-item--product_tab_item {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #000;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.lineup-item--product_tab_item:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .lineup-item--product_tab_item {
    width: 17px;
    height: 17px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.lineup-item--product_tab_item.blue {
  background-color: #c9d6dd;
}
.lineup-item--product_tab_item.green {
  background-color: #7e8f84;
}
.lineup-item--product_tab_item.ocher {
  background-color: #ebe7da;
}
.lineup-item--product_tab_item.active::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  top: -3px;
  left: -3px;
  border-radius: 50px;
  border: 1px solid #d3d9dd;
}
@media screen and (max-width: 600px) {
  .lineup-item--product_tab_item.active::before {
    width: 21px;
    height: 21px;
  }
}
.lineup-item--list {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .lineup-item--list {
    flex: 1;
    padding-top: 0;
  }
}
.lineup-item--list__item {
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: calc($lin / $fontsize);
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup-item--list__item {
    font-size: 14px;
  }
}
.lineup-item--list__item::before {
  content: "●";
  color: #fff264;
  position: absolute;
  left: 0;
  top: 0;
}

.recipe {
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .recipe {
    display: flex;
    flex-direction: column;
    padding-block: 50px;
    padding-inline: 20px;
  }
}
.recipe-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(calc(100% - 30px), 1030px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recipe-heading {
    display: contents;
  }
}
.recipe-heading__title {
  margin: 0;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .recipe-heading__title {
    padding-right: 20vw;
  }
}
.recipe-heading__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 330px;
  height: 85px;
  background-color: #e9e5d6;
  background-image: url(../images/ico_recipe.png);
  background-size: 35px auto;
  background-position: 30px 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-left: 80px;
  color: #2e302f;
  font-size: 13px;
  letter-spacing: 0.07em;
  font-weight: 400;
  transition: opacity 0.2s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recipe-heading__button {
    max-width: 90%;
    margin: 25px auto 0;
    padding-left: 60px;
    background-size: 25px auto;
    background-position: 20px 50%;
    order: 1;
  }
}
.recipe-heading__button:hover {
  opacity: 0.8;
}
.recipe-heading__button::before, .recipe-heading__button::after {
  content: "";
  display: block;
  position: absolute;
}
.recipe-heading__button::before {
  width: 30px;
  aspect-ratio: 1;
  top: 50%;
  right: 25px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recipe-heading__button::before {
    width: 20px;
    right: 15px;
  }
}
.recipe-heading__button::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #9c9990;
  border-right: 1px solid #9c9990;
  transform: rotate(45deg);
  right: 38px;
}
@media screen and (max-width: 768px) {
  .recipe-heading__button::after {
    width: 4px;
    height: 4px;
    right: 23px;
  }
}
.recipe-heading__button span {
  display: inline-block;
  margin-top: 5px;
}
.recipe-wrapper {
  width: min(100%, 1030px);
  margin: 30px auto auto;
  padding-top: 100px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recipe-wrapper {
    gap: 25px;
    padding-top: 70px;
    margin-left: 0;
    padding-right: 0;
  }
}
.recipe-item {
  color: inherit;
  width: 242px !important;
  height: auto;
  border: none;
  background-color: transparent;
  outline: none;
  transition: opacity 0.2s;
  border-bottom: 1px dotted #d6d5d2;
}
@media screen and (max-width: 768px) {
  .recipe-item {
    width: 200px;
  }
}
.recipe-item:focus {
  color: inherit;
}
.recipe-item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.recipe-item > img {
  border-radius: 10px;
}
.recipe-item:last-of-type > img {
  border-radius: 0;
}
.recipe-item__title {
  font-size: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .recipe-item__title {
    font-size: 15px;
    padding-top: 20px;
  }
}
.recipe-item__size {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 5px;
}
@media screen and (max-width: 600px) {
  .recipe-item__size {
    font-size: 12px;
    padding-bottom: 20px;
  }
}

.poach {
  background-color: #dae9f1;
  background-image: url(../images/poach_bg_right.png), url(../images/poach_bg_left.png);
  background-size: 631px auto, 418px auto;
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .poach {
    padding-block: 50px;
    background-size: 50% auto, 30% auto;
  }
}
.poach-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .poach-wrapper {
    padding: 0 20px;
    flex-direction: column;
    gap: 0;
  }
}
.poach-image {
  width: 50%;
  width: min(50%, 679px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .poach-image {
    width: calc(100% + 40px);
    margin: 30px -20px 0;
  }
}
.poach-image .m-buy-button {
  inset: unset;
  bottom: 50px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .poach-image .m-buy-button {
    right: 20px;
    bottom: 15%;
  }
  .poach-image .m-buy-button img {
    width: 18px;
  }
}
.poach-content {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .poach-content {
    display: contents;
  }
}
.poach-content--title {
  width: auto;
  margin: 0 0 100px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .poach-content--title {
    order: -1;
    width: 80%;
    margin: 0 auto;
  }
}
.poach-content--detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  margin-top: 15px;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .poach-content--detail {
    order: 2;
    width: 100%;
    padding: 30px 20px 20px;
    margin-top: 50px;
  }
}
.poach-content--detail--icons {
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .poach-content--detail--icons {
    padding: 20px;
    margin-top: 20px;
  }
}
.poach-content--detail__small {
  color: #3b4d56;
  text-align: right;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .poach-content--detail__small {
    margin-left: auto;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .poach-content--detail__image {
    width: 80px;
  }
}
.poach-content--detail__text {
  flex: 1;
  color: #3b4d56;
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: calc($lin / $fontsize);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .poach-content--detail__text {
    font-size: 13px;
  }
}
.poach-content--detail__text .under {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.poach-content--detail__title {
  max-inline-size: max-content;
  padding: 10px 32px;
  margin: 0;
  color: #3b4d56;
  font-size: 16px;
  letter-spacing: 0.07em;
  border-radius: 18px;
  background-image: -webkit-linear-gradient(180deg, #b5d3f5 0%, #b6dce2 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.poach-content--detail__item {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .poach-content--detail__item {
    width: 30%;
  }
}
.poach-content--detail__item img {
  display: block;
  margin: 0 auto 10px;
}
.poach-content--detail__item:nth-of-type(2) img {
  margin-bottom: 15px;
}

.detail {
  width: min(calc(100% - 40px), 860px);
  margin-top: 70px;
  padding-top: 100px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .detail {
    margin-top: 0;
    padding-top: 50px;
  }
}
.detail-title {
  width: auto;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .detail-title {
    font-size: 25px;
  }
}
.detail-title__en {
  display: block;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  border-top: 1px solid #303030;
  letter-spacing: 0.1em;
  padding-top: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .detail-title__en {
    font-size: 12px;
  }
}
.detail-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  gap: 30px 80px;
}
@media screen and (max-width: 768px) {
  .detail-wrap {
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
  }
}
.detail-item {
  max-width: calc(33.333% - 30px);
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .detail-item {
    max-width: none;
    width: 100%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
  }
}
.detail-item__image {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 442/226;
}
@media screen and (max-width: 600px) {
  .detail-item__image {
    width: 150px;
  }
}
.detail-item__cord {
  font-weight: 500;
  padding-top: 1em;
}
@media screen and (max-width: 600px) {
  .detail-item__cord {
    font-size: 13px;
    padding-top: 0;
  }
}
.detail-item__color {
  line-height: calc($lin / $fontsize);
  padding-top: 1em;
}
@media screen and (max-width: 600px) {
  .detail-item__color {
    font-size: 11px;
    padding-top: 0.5em;
  }
}
.detail-table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .detail-table {
    width: 800px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .detail-table--wrap {
    overflow: scroll;
  }
}
.detail-table__th, .detail-table__td {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 10px 17px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .detail-table__th, .detail-table__td {
    font-size: 12px;
  }
}
.detail-table__th {
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .detail-table__th {
    position: sticky;
    left: 0;
  }
}
.detail-table__td {
  border-left: 1px solid #000;
}
.detail-table__td:nth-of-type(1) {
  border-left: none;
}
.detail-table__small {
  padding-top: 1em;
}
.detail-table__small small {
  color: #888;
  font-size: 12px;
  line-height: 1.4;
}

.links {
  padding-top: 62px;
  padding-inline: 20px;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .links {
    padding-block: 30px;
  }
}
.links img {
  transition: opacity 0.2s;
}
.links a:hover img {
  opacity: 0.8;
}
.links-rows {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.links-rows a {
  width: min(calc(50% - 8px), 225px);
}
.links-manual {
  text-align: center;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .links-manual {
    padding-top: 30px;
  }
}
.links-manual a {
  display: inline-block;
  width: 300px;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sns {
    margin-top: 30px;
  }
}

/* Slick-Customize */
.slick-track {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .slick-track {
    gap: 10px;
  }
}
.slick-track::before, .slick-track::after {
  display: none !important;
}

.slick-slider {
  margin-inline: auto;
}

.slick-arrow {
  display: grid;
  place-content: center;
  width: 50px;
  aspect-ratio: 1;
  color: transparent;
  font-size: 0;
  background-color: #fff;
  position: absolute;
  border: 1px solid #88857b;
  border-radius: 0 6px 6px 0;
  top: 0;
  z-index: 1;
}
.slick-arrow:hover {
  background-color: rgba(233, 229, 214, 0.5);
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 40px;
  }
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:focus-visible {
  outline: 1px solid black;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1;
  border-top: 1px solid #88857b;
  border-right: 1px solid #88857b;
  transform-origin: top right;
  transform: translateY(6px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .slick-arrow::before {
    width: 8px;
    transform: translateY(4px) rotate(45deg);
  }
}
.slick-arrow.slick-prev {
  left: 0;
  transform: scale(-1, 1);
}
.slick-arrow.slick-next {
  left: 50px;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    left: 40px;
  }
}

.slick-dots {
  height: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.slick-dots li {
  line-height: 0;
}
.slick-dots li button {
  width: 8px;
  aspect-ratio: 1;
  color: transparent;
  font-size: 0;
  border-radius: 50%;
  background-color: #999;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus-visible {
  outline: 1px solid black;
}
.slick-dots li.slick-active button {
  background-color: #000;
}
