@charset "UTF-8";
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-noSp {
    display: none;
  }
}

.page-howtofry {
  background-color: #F7F3EC;
  padding-top: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .page-howtofry {
    margin-top: 93px;
  }
}
@media screen and (max-width: 767px) {
  .page-howtofry {
    margin-top: 80px;
    padding-top: 40px;
  }
}
.page-howtofry__tips {
  display: flex;
  width: 100%;
  max-width: 950px;
  padding-inline: 25px;
  margin: 63px auto;
  column-gap: 64px;
}
@media screen and (max-width: 767px) {
  .page-howtofry__tips {
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
    margin-bottom: 94px;
  }
}
.page-howtofry__tips-figure {
  width: 100%;
  max-width: 291px;
}
.page-howtofry__tips-image {
  display: block;
  width: 100%;
}
.page-howtofry__tips-title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #000;
}
.page-howtofry__tips-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 300;
  color: #000;
  margin-top: 28px;
}
.page-howtofry__frozen {
  display: block;
  background-color: #fff;
  padding: 81px 0 78px;
}
@media screen and (max-width: 767px) {
  .page-howtofry__frozen {
    padding: 25px 0;
  }
}
.page-howtofry__frozen-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0.04em;
  line-height: 1.674;
  font-weight: 300;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-howtofry__frozen-title {
    font-size: 2.8rem;
    line-height: 1.786;
  }
}
.page-howtofry__frozen-note {
  margin-top: 51px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 300;
  color: #000;
  margin-top: 26px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding: 0 25px 0 41px;
}
@media screen and (max-width: 767px) {
  .page-howtofry__frozen-note {
    font-size: 1.4rem;
    margin-top: 25px;
    padding: 0 25px 0 39px;
    text-align: left;
  }
}
.page-howtofry__frozen-note::before {
  content: "＊";
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
}
.page-howtofry__steps {
  display: flex;
  flex-direction: column;
  max-width: 1076px;
  width: 100%;
  margin: 69px auto 0;
  row-gap: 38px;
}
@media screen and (max-width: 767px) {
  .page-howtofry__steps {
    margin: 25px auto 0;
    row-gap: 20px;
  }
}
.page-howtofry__step-card {
  display: flex;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 2px dashed #D3B778;
}
@media screen and (min-width: 768px) {
  .page-howtofry__step-card {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-howtofry__step-card {
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
    padding: 25px;
  }
}
.page-howtofry__step-figure {
  display: block;
  max-width: 419px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-howtofry__step-figure {
    max-width: 273px;
  }
}
.page-howtofry__step-image {
  display: block;
  width: 100%;
}
.page-howtofry__step-content {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-howtofry__step-content {
    padding: 24px 24px 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-howtofry__step-content {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    width: 100%;
  }
}
.page-howtofry__step-title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.667;
  font-weight: 500;
  color: #99591A;
}
@media screen and (max-width: 767px) {
  .page-howtofry__step-title {
    font-size: 2rem;
    line-height: 2.5;
  }
}
.page-howtofry__step-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 300;
  color: #000;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .page-howtofry__step-text {
    font-size: 1.4rem;
    margin-top: 11px;
  }
}

/*# sourceMappingURL=howtofry.css.map */
