@charset "UTF-8";
header {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  header {
    padding: 5rem;
    background: url("../img/header_pc_bg.png") no-repeat center/contain;
    margin-top: 2rem;
  }
}
header h1 {
  padding: 0;
}
@media screen and (min-width: 900px) {
  header h1 {
    padding: 0 1rem 0;
  }
}
header h1 .header_img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 900px) {
  header h1 .header_img {
    width: 30%;
    transform: translateX(0.5rem);
    transform: translateY(-5rem);
    margin-right: auto;
  }
}
header.thanks_header {
  width: 100%;
  text-align: center;
  position: relative;
  background: #f7c7c6;
}
@media screen and (min-width: 900px) {
  header.thanks_header {
    padding: 5rem;
    background: url("../img/header_pc_bg.png") no-repeat center/contain;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  header.thanks_header h1 {
    padding: 0 1rem 0;
  }
}
header.thanks_header .header_img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  header.thanks_header .header_img {
    width: 30%;
    transform: translateX(0.5rem);
    transform: translateY(-5rem);
    margin-right: auto;
  }
}

footer {
  background-color: #404040;
  padding-block: 1rem 1.4rem;
  line-height: 1.4em;
  color: #fff;
  width: 100%;
  z-index: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    padding-top: 0.6rem;
  }
}
footer a {
  color: #fff;
}

#sp-footer {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #sp-footer {
    display: none;
  }
}
#sp-footer li {
  display: inline-block;
  list-style: none;
  width: 30%;
  font-size: 70%;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
#sp-footer a {
  display: block;
  color: #fff;
}
#sp-footer a:hover, #sp-footer a:active {
  background: #e28228;
  color: rgb(255, 255, 255);
  border-radius: 8px;
  text-decoration: none;
}
#sp-footer i {
  font-size: 250%;
  margin-bottom: 0.5rem;
}

#pnkz {
  display: none;
}
@media screen and (min-width: 768px) {
  #pnkz {
    display: block;
    max-width: calc(980px + 2rem);
    margin: 0 auto;
    padding: 1rem;
  }
}

#copyright {
  text-align: center;
  font-size: 0.5em;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  #copyright {
    max-width: 980px;
    margin: 0 auto;
    font-size: 0.8rem;
  }
}

.btn-fb {
  background: #1877f2;
}
.btn-fb img {
  width: 26px;
  height: 26px;
}

.btn-tw {
  background: #000000;
}
.btn-tw img {
  width: 40px;
  height: 40px;
}

.btn-li {
  background: #1eb900;
}
.btn-li img {
  width: 35px;
  height: 35px;
}

.btn-fb,
.btn-tw,
.btn-li {
  transition-duration: 0.3s;
}
.btn-fb:hover,
.btn-tw:hover,
.btn-li:hover {
  filter: opacity(70%);
}

.snsbtn {
  margin: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.snsbtn a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  border-radius: 50%;
}
.snsbtn a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", "平成明朝", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  letter-spacing: 0.07rem;
  line-height: 1.8rem;
  color: #404040;
  background-color: #f7c7c6;
  min-width: 340px;
}
body::before {
  content: "";
  background: url("../img/bg.png") repeat center/60%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  body::before {
    background-size: 35%;
  }
}

.inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 1rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 4rem 0;
  }
}

h2 {
  text-align: center;
  margin: 1rem auto 1.5rem;
}
h2 img {
  width: 22rem;
}
@media screen and (min-width: 768px) {
  h2 img {
    width: 30rem;
  }
}

/* main ----------------------------------------------------------------------------- */
/* 概要欄 ----------------------------------------------------------------------------- */
.about {
  padding: 1.7rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 1rem;
  }
}
.about_inner {
  max-width: 1080px;
  margin: 0 auto;
}

.about_inner_box {
  position: relative;
}
.about_inner_box_title {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  color: #49bcbd;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.1rem, 1.1rem + (1vw - 0.2rem) * 3.5714, 1.8rem);
  font-weight: 500;
  text-align: center;
  line-height: 2.5rem;
}
.about_inner_box_title::before {
  width: 5rem;
  height: 3rem;
  position: absolute;
  top: -3.1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about_inner_box_title::before {
    width: 6rem;
    height: 6rem;
    top: -5.5rem;
  }
}
.about_inner_box .about_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
  row-gap: 1rem;
  padding: 6rem 1.5rem 2.3rem;
  border-radius: 1rem;
  margin: 3rem;
  background-color: #fff;
  outline: 2px solid #49bcbd;
  outline-offset: 7px;
}
@media screen and (min-width: 768px) {
  .about_inner_box .about_flex {
    flex-wrap: nowrap;
    border-radius: 2rem;
    gap: 0.5rem;
  }
}
.about_inner_box .about_flex img {
  text-align: center;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .about_inner_box .about_flex img {
    width: 12.5%;
  }
}
.about_inner_box .about_flex img.product-top {
  margin-inline: 4%;
}
@media screen and (min-width: 768px) {
  .about_inner_box .about_flex img.product-top {
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .about_inner_box .about_flex img.about_product {
    margin-inline: -0.6rem;
  }
}

.about-present {
  padding-block: 2rem;
  background-color: var(--color-pink);
  position: relative;
  margin: auto;
  font-weight: 500;
  color: #404040;
}
.about-present img {
  margin: auto;
}
.about-present .text {
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.2rem) * 3.5714, 1.4rem);
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.1rem;
}
.about-present .text p:first-of-type {
  margin-bottom: 1em;
  line-height: 1.5;
  font-feature-settings: "halt";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-present .text p:first-of-type {
    margin-bottom: 0.5em;
    font-size: clamp(2.2rem, 2.2rem + (1vw - 0.2rem) * 3.5714, 1.8rem);
    letter-spacing: 0.1rem;
  }
}
.about-present .text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .about-present .text span {
    display: inline-block;
  }
}
.about-present .text .underline {
  background: linear-gradient(to bottom, transparent 0%, transparent 75%, #49bcbd 75%, #49bcbd 100%);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.about-present .text .check {
  font-size: clamp(1.5rem, 1.5rem + (1vw - 0.2rem) * 3.5714, 2.1rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem;
  padding: 0.2rem 5%;
  position: relative;
  line-height: 1.3;
  display: inline-grid;
  font-feature-settings: "palt";
  letter-spacing: -0.01em;
}
@media screen and (min-width: 810px) {
  .about-present .text .check {
    display: block;
    font-feature-settings: "palt" 0;
    letter-spacing: normal;
    padding: 0.2rem 1.5em;
  }
}
.about-present .text .check::before, .about-present .text .check::after {
  position: absolute;
  content: "";
  background-color: #49bcbd;
  width: 1em;
  height: 100%;
  top: 0;
}
.about-present .text .check::before {
  clip-path: polygon(0 0, 0.15rem 0, 100% 100%, calc(100% - 0.15rem) 100%);
  left: -1rem;
}
@media screen and (min-width: 810px) {
  .about-present .text .check::before {
    left: 0;
  }
}
.about-present .text .check::after {
  clip-path: polygon(0 100%, 0.15rem 100%, 100% 0, calc(100% - 0.15rem) 0);
  right: -1rem;
}
@media screen and (min-width: 810px) {
  .about-present .text .check::after {
    right: 0;
  }
}
.about-present .down-arrow {
  animation: down 0.5s ease-in-out infinite alternate;
  display: block;
}

@keyframes down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
/* 講師紹介 ----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .teacher {
    padding-inline: 1rem;
  }
}
.teacher .inner {
  margin-inline: auto;
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .teacher .inner {
    padding: 1rem 0 0;
    margin: 0 auto 2rem;
    max-width: 980px;
  }
}

.teacher_flex {
  border-radius: 16px;
  background-color: #fff;
  width: 96%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .teacher_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 3rem;
    padding-right: 2rem;
    width: auto;
    border-radius: 2rem;
  }
}
.teacher_flex .teacher_img {
  text-align: center;
  z-index: 100;
  padding: 1.25rem 1.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .teacher_flex .teacher_img {
    width: 45%;
    padding: unset;
  }
}
.teacher_flex .teacher_img .profile_img {
  vertical-align: top;
  border-radius: 1rem;
}
.teacher_flex .teacher_img .name_img {
  padding: 0.85rem 0;
}
.teacher_flex .teacher_text {
  padding: 1.6rem 1.2rem;
  margin: -1rem 0;
}
@media screen and (min-width: 768px) {
  .teacher_flex .teacher_text {
    width: 50%;
    padding: 1rem 0;
  }
}
.teacher_flex .teacher_text .name_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
}
@media screen and (min-width: 768px) {
  .teacher_flex .teacher_text .name_wrap {
    justify-content: flex-start;
  }
}
.teacher_flex .teacher_text .name_wrap img {
  padding-top: 0.5rem;
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .teacher_flex .teacher_text .name_wrap img {
    width: 4rem;
  }
}
.teacher_flex .teacher_text .name_wrap .name {
  font-size: 95%;
  font-weight: 700;
  color: #183b76;
  margin-top: 0;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .teacher_flex .teacher_text .name_wrap .name {
    font-size: 100%;
  }
}
.teacher_flex .teacher_text .name_wrap .name span {
  display: inline-block;
}
.teacher_flex .teacher_text .text {
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .teacher_flex .teacher_text .text {
    font-size: 18px;
    line-height: 2;
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 887px) {
  .teacher_flex .teacher_text .text .br-02 {
    display: inline-block;
  }
}
@media screen and (min-width: 887px) {
  .teacher_flex .teacher_text .text .br-03 {
    display: inline-block;
  }
}

/* レシピ ----------------------------------------------------------------------------- */
.recipe {
  padding: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .recipe {
    padding-inline: 1rem;
  }
}
.recipe .recipe_wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.recipe .recipe_box {
  max-width: 980px;
  margin: 0 auto 4rem;
  background-color: #fff;
  width: 96%;
  border-radius: 16px;
  padding: 1.5rem;
}
.recipe .recipe_box:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .recipe .recipe_box {
    width: auto;
    border-radius: 2rem;
    padding: 2rem 2rem 1rem;
  }
}
.recipe .recipe_box h3 {
  text-align: center;
  position: relative;
  font-size: clamp(1.5rem, 1.5rem + (1vw - 0.2rem) * 3.5714, 2.3rem);
  font-weight: 500;
  color: #404040;
  padding-block: 0.5rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .recipe .recipe_box h3 {
    padding-block: 0rem 0.6rem;
  }
}
.recipe .recipe_box h3::before {
  content: "";
  background: url(../img/icon.svg) no-repeat center/contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: 12px;
  vertical-align: 0.3rem;
}
@media screen and (min-width: 768px) {
  .recipe .recipe_box h3::before {
    width: 18px;
    height: 18px;
  }
}
.recipe .recipe_box h3::after {
  content: "";
  background: url(../img/icon.svg) no-repeat center/contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-left: 12px;
  vertical-align: 0.3rem;
}
@media screen and (min-width: 768px) {
  .recipe .recipe_box h3::after {
    width: 18px;
    height: 18px;
  }
}
.recipe .recipe_box h3 span {
  display: inline-block;
  letter-spacing: -0.1rem;
}
.recipe .recipe_box .video {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recipe .recipe_box .video {
    padding: 0 1rem;
  }
}
.recipe .recipe_box .video img {
  max-width: 100%;
}
.recipe .recipe_box .video .video_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .recipe .recipe_box .video .video_inner {
    margin-top: 1rem;
  }
}
.recipe .recipe_box .video .video_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1rem;
}
.recipe .recipe_box h4 {
  text-align: center;
  padding: 0.5rem;
  font-size: 1.1rem;
  background-color: #49bcbd;
  color: #fff;
  font-weight: 700;
  border-radius: 1rem 1rem 0 0;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .recipe .recipe_box h4 {
    margin-inline: 1rem;
    font-size: 1.4rem;
  }
}

.recipe .text {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .recipe .text {
    font-size: 16px;
    text-align: left;
    padding: 1rem;
    flex-direction: row;
  }
  .recipe .text.reverse {
    flex-direction: row-reverse;
  }
  .recipe .text ul li {
    width: 100%;
  }
}
.recipe .text .text_left {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left {
    flex-wrap: wrap;
    margin-top: 0;
    width: 65%;
    align-items: center;
  }
}
.recipe .text .text_left.recipe01_left {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left.recipe01_left {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}
.recipe .text .text_left img {
  width: 20%;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left img {
    width: 7.5rem;
    padding: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left img.recipe03-img, .recipe .text .text_left img.recipe04-img {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left img.recipe02-img, .recipe .text .text_left img.recipe02-img {
    margin-top: -4.5rem;
  }
}
.recipe .text .text_left img.recipe01-img.img06 {
  order: 4;
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left img.recipe01-img.img06 {
    order: unset;
  }
}
.recipe .text .text_left img.img06 {
  order: -1;
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left img.img06 {
    order: unset;
  }
}
.recipe .text .text_left img.img07 {
  order: -2;
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left img.img07 {
    order: unset;
  }
}
.recipe .text .text_left img.img04 {
  order: -1;
}
@media screen and (min-width: 768px) {
  .recipe .text .text_left img.img04 {
    order: unset;
  }
}
.recipe .text .text_right {
  width: 100%;
}
.recipe .text .text_right .recipe_text_flex {
  padding: 0 0.5rem 1rem;
  border-radius: 0 0 1rem 1rem;
}
.recipe .text span {
  color: #ea6172;
  font-weight: bold;
}
.recipe .text ul li {
  width: 100%;
  position: relative;
  padding: 0.4rem 0.5rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .recipe .text ul li {
    padding: 0.6rem;
    font-size: 1.05rem;
  }
}
.recipe .text ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.recipe .text ul li.A-list {
  position: relative;
  margin-left: 1rem;
  padding: 0;
}
.recipe .text ul li.A-list::before {
  position: absolute;
  content: "A";
  color: var(--color-red);
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  font-weight: 700;
  font-size: 1em;
  color: #ea6172;
}
.recipe .text ul li.A-list::after {
  content: "";
  position: absolute;
  height: 97%;
  width: 0.7rem;
  border: 1px solid #404040;
  border-right: none;
  left: 7px;
  top: 6px;
  background: none;
}
.recipe .text ul li.A-list ul {
  margin-left: 1.5rem;
  padding-right: 1rem;
}
.recipe .text ul li.A-list ul li {
  padding-inline: 0;
}

/* プレゼント ----------------------------------------------------------------------------- */
.pre_block {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .pre_block {
    padding: 0;
  }
}
.pre_block .pre_inner {
  max-width: 570px;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pre_block .pre_inner {
    padding-block: 2.5rem 3.5rem;
  }
}
.pre_block .pre_inner p {
  text-align: left;
}
.pre_block .pre_inner .pre_text {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 0 0.2rem;
}
@media screen and (min-width: 768px) {
  .pre_block .pre_inner .pre_text {
    padding-left: 0.8rem;
  }
}
.pre_block .pre_inner .pre_btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  text-decoration: none;
  border: solid 2px #49bbbc;
  background: #49bbbc;
  color: #fff;
  border-radius: 8px;
  transition: 0.4s;
  margin: 1rem 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
}
.pre_block .pre_inner .pre_btn:hover {
  color: #49bbbc;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .pre_block .pre_inner .pre_btn.pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pre_block .pre_inner .pre_btn.sp {
    display: none;
  }
}
.pre_block .pre_inner .data {
  text-align: center;
  color: #49bbbc;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 0.3rem;
}

/* thanksページ --------------------------------------------------------------------------------- */
.thanks_wrap .thanks {
  text-align: center;
  padding: 0.8rem 1rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .thanks_wrap .thanks {
    padding: 4rem;
    padding-top: 1.3rem;
  }
}
.thanks_wrap .thanks h2 {
  font-weight: 500;
  color: #49bcbd;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.2rem) * 3.5714, 1.8rem);
  font-feature-settings: "halt";
}
.thanks_wrap .thanks p span {
  display: inline-block;
}
.thanks_wrap .thanks a {
  display: inline-block;
  padding: 1rem 6.5rem;
  text-decoration: none;
  border: solid 2px #49bcbd;
  background: #49bcbd;
  color: #fff;
  border-radius: 1rem;
  transition: 0.4s;
  margin: 1.7rem 0 0;
}
.thanks_wrap .thanks a:hover {
  color: #49bcbd;
  background: #fff;
}

/* hiddenlink ------------------------------------------------------------------------------------- */
.hiddenlink {
  color: #fff;
  border: 2px solid #404040;
  display: block;
  text-align: center;
  padding: 1rem 0;
  border-radius: 8px;
  margin: 0.8rem auto 1rem;
  background: #404040;
}

/* ページトップボタン ------------------------------------------------------------------------------------- */
.pagetop {
  transition: all 0.5s;
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  z-index: 999;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background-color: #49bcbd;
  color: #fff;
  font-size: 1.6rem;
  padding: 8px 0 0px 1px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 20px;
  }
}
.pagetop:hover {
  background: #fff;
}
.pagetop:hover i {
  color: #ea6172;
}/*# sourceMappingURL=style.css.map */