@charset "utf-8";

@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../font/ZenMaruGothic-Medium.ttf");
}

@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../font/ZenMaruGothic-Bold.ttf");
}

/* 共通スタイル */
a {
  display: block;
  /* width: 100%; */
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

img {
  /* width: 100%; */
}

.inner__700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.inner__900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.inner__1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hp_fc_red {
  color: #ffa7a1;
}

.hp_underLine_yl {
  background: linear-gradient(transparent 40%, #fdff66 0%);
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 540px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* fv */
.fv {
  position: relative;
  z-index: 1;
}

.fv_wrap {
  width: 100%;
  aspect-ratio: 16 / 8;
  position: relative;
}

.fv_wrap img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* tab */
.tab_itemBox {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.tab_item {
  width: calc((100% - 50px) / 6);
  /* border-left: dashed 2px #000; */
  padding-left: 10px;
  box-sizing: border-box;
}

.tab_item.faq {
  /* border-right: dashed 2px #000; */
  /* padding-right: 10px; */
}

.tab_item img {
  width: 100%;
  margin-top: -30px;
}

/* panel */
.panel_box {
  display: none;
}

.panel_box.active {
  display: block;
}

/* レシピページ */
.recipe {
  padding-top: 0 !important;
}

.recipes_wrap {
  margin-top: -100px;
  padding-top: 140px;
  position: relative;
}

.recipes_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff 12%, #fad1de 33%, #99cce9);
  background-repeat: repeat-y;
  background-size: cover;
  z-index: -2;
  opacity: 0.6;
}

/* .recipes_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/rp_bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-top: 110px;
} */

.recipes_wrap .bg_deco {
  background: url("../images/rp_bg.png") repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding-top: 30px;
}

/* slick */
.slick-dots {
  bottom: -40px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background: #c0dcf0 !important;
  color: transparent !important;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: none !important;
  line-height: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px !important;
  height: 16px !important;
  content: "" !important;
  text-align: center;
  opacity: 1 !important;
  background: transparent !important;
  border: solid 1px #c0dcf0 !important;
  border-radius: 50% !important;
  color: transparent !important;
}

.recipe_pageLink_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 10px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 100px;
  box-sizing: border-box;
  padding: 0 20px;
}

.rp_linkBtn_ttl {
  width: 100%;
}

.rp_linkBtn_ttl img {
  display: block;
  width: 60%;
  max-width: 700px;
  margin: 0 auto 40px;
}

.pageLink_item {
  width: calc(100% / 5);
}

.sec_ttl.recipe {
  width: 100%;
  /* max-width: 650px;
  height: 270px; */
  padding-bottom: 0;
  margin: 0 auto 50px;
}

.pro .sec_ttl.recipe {
  height: 180px;
  margin: 0 auto 40px;
}

.rpSec_wrap {
  margin-bottom: 150px;
}

.rpSec_wrap.pro {
  padding-top: 150px;
}

.rp_itemBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  row-gap: 60px;
}

.rp_item {
  width: calc((100% - 60px) / 3);
  position: relative;
}

.rp_item.new::before {
  content: "";
  position: absolute;
  background: url(../images/new.png) no-repeat;
  background-size: contain;
  width: 35%;
  padding-top: 100%;
  top: -18px;
  left: -18px;
  z-index: 1;
}

.rp_item_desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
}

.rp_item_desc a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.rp_item.arrange .rp_item_desc {
  top: 40%;
  margin-top: 0;
}

.rp_item.arrange .rp_item_desc a {
  gap: 10px;
  margin-top: 10px;
}

.rp_item_title {
  display: block;
  text-align: center;
  color: #435373;
  font-size: clamp(18px, 1.9vw, 23px);
  font-family: "ZenMaruGothic-Medium";
}

.rp_item_title.pad_bottom {
  padding-bottom: 16px;
  padding-top: 16px;
}

.rp_moreBtn {
  width: 85%;
}

.rp_item_kitImg {
  margin-top: -35px;
  margin-left: 20px;
  width: 85%;
}

.rp_others {
  margin-bottom: 100px;
}

.rp_others .sec_ttl.recipe {
  margin: 0 auto 150px;
  padding: 0;
  color: #61afe9;
  font-size: clamp(45px, 5.4vw, 65px);
  font-family: "ZenMaruGothic-Medium";
}

.rp_others .sec_ttl.recipe.choco {
  color: #61afe9;
}

.rp_others h2 .font_small {
  font-size: clamp(35px, 4.5vw, 55px);
}

.rp_others h2 .font_small .deco_area,
.rp_others h2 .deco_area02 {
  position: relative;
  display: inline-block;
}

.rp_others h2 .font_small .deco_area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21px;
  background: url(../images/text_deco01.png) center/cover, no-repeat;
  background-repeat: no-repeat;
  z-index: -1;
}

.rp_others h2 .deco_area02:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -10%;
  width: 120%;
  height: 61px;
  background: url(../images/text_deco02.png) center/contain, no-repeat;
  background-repeat: no-repeat;
  z-index: -1;
}

.rp_otherVtRecipe_btn,
.contest_btn {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 100px;
}

/* プロレシピ */
.pro_con {
  background: linear-gradient(130deg, #fad1de, #99cce9);
  background-size: 100%;
  position: relative;
  overflow: hidden;
}

.pro_con::before {
  content: "";
  position: absolute;
  background: url(../images/line_white_h.png) repeat-y;
  background-size: 100%;
  width: 7px;
  height: 105%;
  top: -17px;
  left: 3%;
}

.pro_con::after {
  content: "";
  position: absolute;
  background: url(../images/line_white_h.png) repeat-y;
  background-size: 100%;
  width: 7px;
  height: 105%;
  top: -17px;
  right: 3%;
}

.pro_wrap {
  padding: 38px 100px 100px 100px;
  position: relative;
}

.pro_wrap::before {
  content: "";
  position: absolute;
  background: url(../images/line_white_w.png) repeat-X;
  background-size: contain;
  width: 105%;
  height: 7px;
  top: 2%;
  left: -4px;
}

.pro_wrap::after {
  content: "";
  position: absolute;
  background: url(../images/line_white_w.png) repeat-X;
  background-size: contain;
  width: 105%;
  height: 7px;
  bottom: 2%;
  left: -4px;
}

.pro_item_ttl {
  width: 100%;
  max-width: 718px;
  padding-top: 40px;
  margin-bottom: 40px;
}

.pro_item_desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
}

.pro_item_desc::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: calc(100% + 200px);
  padding-top: 11%;
  transform: translateX(-100px);
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.pro_item_img {
  width: 435px;
}

.pro_item_img_btn {
  padding-top: 20px;
  width: 70%;
  margin: 0 auto;
}

.pro_item_movie {
  position: relative;
  width: 36%;
  padding-top: 63.25%;
}
.pro_item_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pro_teacher {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.pro_teacher_img {
  width: 300px;
  height: 350px;
}

.pro_teacher_desc {
  flex: 1;
}

.pro_teacher_desc .introduction {
  font-family: "ZenMaruGothic-Medium";
  font-size: clamp(16px, 1.7vw, 18px);
  margin-bottom: 24px;
  text-align: left;
}

.pro_teacher_desc_txt {
  margin-bottom: 30px;
}

.pro_teacher_desc_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* 商品ページ */
/* 商品ページ > VTキット */
.productPanel {
  background: #fff4f7;
}

.products_wrap {
  background: url(../images/products_bg.png) repeat-y;
  background-size: 100%;
  margin-top: -100px;
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

.vt_kit {
  position: relative;
}

.sec_ttl {
  width: 100%;
  /* max-width: 770px;
  height: 150px; */
  margin: 0 auto 60px;
  position: relative;
}

.sec_ttl img {
  width: 100%;
  max-height: 210px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  margin-bottom: 0 !important;
}

.sec_con {
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
}

.sec_con h2 {
  text-align: center;
}

.sec_con .new_item {
  width: 20%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
}

.sec_wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 18px rgba(161, 145, 145, 0.25);
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.sec_wrap::before {
  content: "";
  position: absolute;
  background: url(../images/products_line_pink.png) repeat-y;
  background-size: 100%;
  width: 7px;
  height: 105%;
  top: -17px;
  left: 3%;
}

.sec_wrap::after {
  content: "";
  position: absolute;
  background: url(../images/products_line_pink.png) repeat-y;
  background-size: 100%;
  width: 7px;
  height: 105%;
  top: -17px;
  right: 3%;
}

.inner_sec_wrap {
  position: relative;
  padding: 78px 0 80px 0;
}

.inner_sec_wrap::before {
  content: "";
  position: absolute;
  background: url(../images/products_line_pink_w.png) repeat-X;
  background-size: contain;
  width: 105%;
  height: 7px;
  top: 24px;
  left: -4px;
}

.inner_sec_wrap::after {
  content: "";
  position: absolute;
  background: url(../images/products_line_pink_w.png) repeat-X;
  background-size: contain;
  width: 105%;
  height: 7px;
  bottom: 24px;
  left: -4px;
}

.sec_con_ttl {
  width: 100%;
  margin: 0 auto 40px;
}

.products_sec_ttl {
  transform: translateY(40%);
  position: relative;
  z-index: 2;
}

.products_wrap h4 {
  display: inline-block;
  font-family: "ZenMaruGothic-Medium";
  color: #ff83b0;
  font-size: clamp(32px, 3.5vw, 42px);
  padding-left: 10%;
  margin-bottom: 40px;
  position: relative;
}

.products_wrap h4::before {
  content: "";
  position: absolute;
  background: url(../images/new_item.png) no-repeat;
  background-size: contain;
  width: 13%;
  padding-top: 13%;
  top: 0;
  left: 0;
}

.products_item_con {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 82.6%;
  margin: 30px auto 0;
}

.products_item_con.single {
  display: block;
  margin-top: 55px;
}

.products_item_con.single h4::before {
  width: clamp(36px, 3.4vw, 42px);
  height: clamp(36px, 3.4vw, 42px);
  padding-top: 0;
}

.products_item_con.single img {
  display: block;
  max-width: 355px;
  width: 50.7%;
  margin: auto;
}

.products_item_con.single p {
  margin: 24px 0 0;
  color: #435373;
}

.products_item_con.single h4 {
  display: inline-block;
  font-size: clamp(20px, 1.94vw, 25px);
  padding-left: 6%;
  margin-bottom: 24px;
}

.inner_sec_wrap h4.normal::before {
  display: none;
}

.inner_sec_wrap h4.normal {
  padding-left: 0;
}

.products_item_con.single .pd-moreBtn {
  margin-top: 32px;
}

.products_item_con.single .pd-moreBtn img {
  max-width: 100%;
  width: 100%;
}

.products_item_con .products_item,
.products_item_con .products_move {
  width: 44%;
}
.products_item_con .products_item img,
.products_item_con .products_move img {
  width: 100%;
  max-width: none;
}

.products_item_con .products_item h4 {
  font-size: clamp(20px, 1.94vw, 25px);
  padding-left: 14%;
}

.products_item_con .products_item h4.letter-spacing {
  letter-spacing: -3.2px;
}

.products_item_con .products_item h4::before {
  width: clamp(36px, 3.4vw, 42px);
  height: clamp(36px, 3.4vw, 42px);
  padding-top: 0;
}

.products_item_con .products_item p {
  font-family: "ZenMaruGothic-Medium";
  margin: 24px 0 0;
  color: #435373;
}

.price_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0 0;
  font-family: "ZenMaruGothic-Medium";
  color: #435373;
}

.price_wrap span {
  display: block;
  width: 53%;
  text-align: left;
}

.price_wrap .first {
  text-align: right;
  width: 47%;
}

.price_wrap.kibou {
  margin-bottom: 24px;
}

.pd-moreBtn {
  text-align: center;
  max-width: 200px;
  margin: auto;
}
.pd-moreBtn.large {
  max-width: 388px;
}
.products_item_con .products_item .pd-moreBtn {
  margin-top: 32px;
}

.pd-moreBtn a {
  display: inline-block;
  width: 100%;
}

.products_item_desc {
  width: 82.6%;
  font-family: "ZenMaruGothic-Medium";
  text-align: left;
  font-size: 17px;
  margin: 0 auto 28px;
}

.products_item_text {
  display: block;
  text-align: center;
  color: #435373;
  width: 44%;
}

/* 商品ページ >  */
.sec_kit_wrap .sec_ttl img {
  max-height: 280px;
}

.sec_wrap.kit {
  background: #bbede9;
  position: relative;
}

.sec_wrap.kit.macaron {
  background: #bfd6ef;
}

.sec_wrap.kit::before {
  content: "";
  position: absolute;
  background: url(../images/line_white_h.png) repeat-y;
  background-size: 100%;
  width: 7px;
  height: 105%;
  top: -17px;
  left: 3%;
}

.sec_wrap.kit::after {
  content: "";
  position: absolute;
  background: url(../images/line_white_h.png) repeat-y;
  background-size: 100%;
  width: 7px;
  height: 105%;
  top: -17px;
  right: 3%;
}

.inner_sec_wrap.kit::before {
  content: "";
  position: absolute;
  background: url(../images/line_white_w.png) repeat-X;
  background-size: contain;
  width: 105%;
  height: 7px;
  top: 2%;
  left: -4px;
}

.inner_sec_wrap.kit::after {
  content: "";
  position: absolute;
  background: url(../images/line_white_w.png) repeat-X;
  background-size: contain;
  width: 105%;
  height: 7px;
  bottom: 2%;
  left: -4px;
}

.sec_con.kit h3 {
  margin-bottom: 32px;
}

.sec_kit_disc {
  font-family: "ZenMaruGothic-Medium";
  font-size: clamp(20px, 1.94vw, 25px);
  color: #435373;
}

.kit_item_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
  position: relative;
  width: 82.6%;
}

.kit_item_con .inner_kit_item01 {
  width: 52.5%;
}

.kit_item_con .inner_kit_item02 {
  width: 38.5%;
}

.kit_item_con .inner_kit_item03 {
  width: 38.5%;
  margin-right: 0;
  margin-left: auto;
  color: #435373;
  font-family: "ZenMaruGothic-Medium";
  margin-top: -14vh;
}

.kit_list ul {
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
  padding: 20px 36px;
  border-radius: 10px;
  margin: 56px auto 56px;
  width: 100%;
}

.check_me_wrap {
  width: 82.6%;
  margin: auto;
}

.kit_list ul li {
  font-family: "ZenMaruGothic-Medium";
  font-size: clamp(20px, 1.94vw, 24px);
  padding-left: 11%;
  margin-bottom: 32px;
  position: relative;
  color: #435373;
}

.kit_list ul li span {
  font-size: clamp(12px, 1.7vw, 18px);
}

.kit_list ul li:last-child {
  margin-bottom: 0;
}

.kit_list ul li::before {
  content: "";
  position: absolute;
  width: 10%;
  padding-top: 6%;
  top: 0;
  left: 0;
}

.kit_list ul li:first-child::before {
  background: url(../images/point01.png) no-repeat;

  background-size: contain;
}

.kit_list ul li:nth-child(2)::before {
  background: url(../images/point02.png) no-repeat;
  background-size: contain;
}

.kit_list ul li:last-child::before {
  background: url(../images/point03.png) no-repeat;
  background-size: contain;
}

.check_me_wrap .item01 {
  width: 83%;
}

.check_me_wrap .item02 {
  width: 47%;
  margin-right: 0;
  margin-left: auto;
  transform: translateY(-40px);
}

.sumikko {
  background: url(../images/sumikko_bg.png) repeat-y;
  background-size: 100%;
  padding: 150px 0 80px 0;
}

.sumikko .products_ttl {
  margin-bottom: 40px;
}

.sumikko .sec_wrap::before {
  background: url(../images/line_orange_h.png) repeat-y;
  background-size: 100%;
}

.sumikko .sec_wrap::after {
  background: url(../images/line_orange_h.png) repeat-y;
  background-size: 100%;
}

.sumikko .inner_sec_wrap::before {
  background: url(../images/line_orange_w.png) repeat-X;
  background-size: contain;
}

.sumikko .inner_sec_wrap::after {
  background: url(../images/line_orange_w.png) repeat-X;
  background-size: contain;
}

.sumikko .products_item_con {
  margin: 60px auto;
  color: #435373;
}

.sumikko .products_item p {
  color: #435373;
}

.sumikko .price_wrap {
  justify-content: flex-start;
}

.sumikko .price_wrap .first {
  text-align: left;
  width: 30%;
}

.sumikko .inner_sec_wrap h4 {
  color: #ff9e36;
  padding-left: 0;
  position: relative;
}

.sumikko .inner_sec_wrap_text {
  color: #362907;
  font-family: "ZenMaruGothic-Medium";
  font-size: clamp(18px, 2vw, 24px);
}

.sumikko .inner_sec_wrap h4::before {
  display: none;
}

.sumikko .products_item.left {
  width: 44%;
}

.sumikko .products_item.right {
  width: 44%;
  text-align: left;
}

.sumikko .products_item p {
  text-align: left;
}

.sumikko .hart_line {
  margin-bottom: 80px;
}

.sumikko small {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 32px;
  color: #012302;
}

.products_other_item {
  padding: 150px 0 50px 0;
}

.products_other_item h2 {
  margin-bottom: 40px;
}

.other_item_product_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.othter_item_card {
  background: #ffffff;
  width: 47%;
  box-shadow: 0px 0px 18px rgba(161, 145, 145, 0.25);
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.othter_item_card span {
  display: block;
  font-family: "ZenMaruGothic-Medium";
  margin-top: 25px;
  font-size: clamp(18px, 1.9vw, 23px);
  color: #435373;
}

.pd_others .sec_ttl.recipe {
  margin: 0 auto 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
  padding: 0;
  color: #61afe9;
  font-size: clamp(45px, 5.4vw, 65px);
  font-family: "ZenMaruGothic-Medium";
}

.pd_otherVtRecipe_btn,
.contest_btn {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 100px;
}

.pd_others .sec_ttl.recipe.choco {
  color: #61afe9;
}

.pd_others h2 .font_small {
  font-size: clamp(35px, 4.5vw, 55px);
}

.pd_others h2 .font_small .deco_area,
.pd_others h2 .deco_area02 {
  position: relative;
  display: inline-block;
}

.pd_others h2 .font_small span {
  position: relative;
  z-index: 1;
}

.pd_others h2 .font_small .deco_area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21px;
  background: url(../images/text_deco01_pink.png) center / cover, no-repeat;
  background-repeat: no-repeat;
  z-index: 0;
}

.pd_others h2 .deco_area0 span {
  position: relative;
  z-index: 1;
}

.pd_others h2 .deco_area02:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -10%;
  width: 120%;
  height: 61px;
  background: url(../images/text_deco02_pink.png) center / contain, no-repeat;
  background-repeat: no-repeat;
  z-index: 0;
}

/* 商品ページ > その他のバレンタインアイテム */
.pd_other_changeBg {
  background: url(../images/pd_bg_change02.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 210px;
  margin-top: -110px;
}

.other {
  background: url(../images/pd_other_bg.png) bottom center;
  background-size: 100%;
  padding-top: 65px;
  padding-bottom: 120px;
}

.other_itemBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.other_item {
  width: calc((100% - 60px) / 2);
  height: auto;
}

/* 商品ページ > コンテスト */
.contest {
  padding-top: 0;
  /* background: url(../images/contest_bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 260px 0 100px !important;
  box-sizing: border-box; */
}

.contest.choco {
  padding-bottom: 0;
}

.contest_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.contest_ttl {
  width: 80%;
}

.contest_camLink {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  background: #d2d2d2;
}

/* チョコページ */
.choco_wrap {
  background-color: #ffeee2;
  margin-top: -100px;
  padding-top: 180px;
  padding-bottom: 140px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.choco_wrap:before {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/choco_bg.png);
  background-repeat: repeat;
  background-size: 100%;
  z-index: -1;
}

.choco_pageLink_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  /* max-width: 860px; */
  margin-bottom: 60px;
}

.choco_pageLink_item {
  width: calc((100% - 120px) / 3);
}

.choco_about {
  margin: 135px auto 155px;
  background: #fffcfa;
  background-size: contain;
  box-shadow: 0 0 18px rgba(161, 145, 145, 0.14);
  position: relative;
  font-family: "ZenMaruGothic-Medium";
}

.choco_about:before {
  content: "";
  width: 100%;
  height: 26px;
  background: url(../images/choco_aboutChocoTop.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 0;
}

.choco_about::after {
  content: "";
  width: 100%;
  height: 26px;
  background: url(../images/choco_aboutChocoBottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.choco_about_wrap {
  padding: 10.8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choco_about .text_area {
  width: 62%;
  color: #350f00;
  font-family: "ZenMaruGothic-Medium";
}

.choco_about .text_area h3 {
  margin-bottom: 40px;
  font-family: "ZenMaruGothic-Bold";
  text-align: center;
  font-size: clamp(26px, 3.5vw, 42px);
}

.choco_about .text_area p {
  font-size: clamp(18px, 1.83vw, 22px);
}

.choco_about .image_area {
  width: 32%;
}

.choco_sec_ttl {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 60px;
}

.choco_con {
  background: #fff;
  padding: 100px 50px 50px;
  font-size: 16px;
  font-weight: 600;
  color: #350f00;
  line-height: 1.5;
  position: relative;
  margin-bottom: 150px;
  box-sizing: border-box;
  box-shadow: 0 0 18px rgba(161, 145, 145, 0.14);
  font-family: "ZenMaruGothic-Medium";
}

.choco_con::before {
  content: "";
  width: 100%;
  height: 152px;
  background: url(../images/choco_kind_objTop.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.choco_con.bloom::before {
  content: "";
  width: 100%;
  height: 152px;
  background: url(../images/choco_kind_objTop02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .choco_con::after {
  content: "";
  width: 170px;
  height: 140px;
  background: url(../images/choco_kind_objRight.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
} */

.choco_con02 {
  background: #fff;
  padding: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #633f00;
  line-height: 1.5;
  margin-bottom: 60px;
  box-sizing: border-box;
  box-shadow: 0 0 18px rgba(161, 145, 145, 0.14);
}

.choco_con02.shape {
  margin: 180px auto 150px;
  padding: 0 50px 50px;
}

.choco_kind_topTxt {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.8;
}

.table_wrap {
  border-collapse: collapse;
  margin-bottom: 55px;
}

.table_wrap th,
.table_wrap td {
  padding: 10px 20px 40px;
  border: solid 2px #441d08;
  width: 200px;
}

.table_wrap td {
  font-size: clamp(13px, 1.25vw, 15px) x;
}

.table_con {
  background: #fffbf8;
  border: solid 2px #441d08;
}

.table_head {
  background: #5d3a14;
  color: #fffbec;
  font-size: clamp(15px, 1.4vw, 17px);
}

.table_head th {
  text-align: center;
  font-weight: 600;
  padding: 10px 10px;
  font-size: clamp(15px, 1.4vw, 17px);
  vertical-align: middle;
}

th.table_ttl {
  width: 85px;
  font-weight: 600;
  text-align: center;
  font-size: clamp(15px, 1.4vw, 17px);
  padding: 10px 10px;
}

.table_ttl.first {
  vertical-align: middle;
}

.table_wrap td.table_btn {
  padding: 20px 10px;
}

.table_noTempering {
  color: #6fb6bb;
  font-size: 15px;
  border: solid 2px #6fb6bb;
  padding: 3px 10px;
  border-radius: 3px;
  display: block;
  margin-top: 10px;
}

.table_tempering {
  color: #fd8c86;
  font-size: 15px;
  border: solid 2px #fd8c86;
  padding: 3px 10px;
  border-radius: 3px;
  display: block;
  margin-top: 10px;
}

.choco_subWrap h3 {
  width: 38.6%;
  margin: 0 auto 30px;
}

.choco_subWrap.type h3 {
  width: 45.4%;
  margin: 0 auto;
  transform: translateY(-50%);
}

.choco_subWrap.capChoco h3 {
  width: 60%;
  position: relative;
}

.choco_subWrap.capChoco h3::before {
  content: "";
  width: 80px;
  height: 70px;
  background: url(../images/choco_subWrap_cupChoco01.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: -110px;
  transform: translateY(-50%)rotate(-5deg);
}

.choco_subWrap.capChoco h3::after {
  content: "";
  width: 60px;
  height: 75px;
  background: url(../images/choco_subWrap_cupChoco02.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%)rotate(-5deg);
}



.choco_sub_txt {
  text-align: center;
  margin-bottom: 30px;
}

.choco_sub_itemBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.choco_sub_item {
  width: calc((100% - 90px) / 4);
}

.choco_sub_item_ttl {
  text-align: center;
  font-size: 21px;
  background: #ffa7a1;
  padding: 5px 0;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
}

.choco_sub_item_ttl.blue {
  background: #88c1c5;
}

.choco_sub_item_desc {
  line-height: 1.7;
  font-size: 15px;
}

.table_wrap.table03 {
  margin-bottom: 25px;
}

.table_wrap.table03 th {
  width: 270px;
}

.table_wrap.table03 th.table_ttl {
  width: 60px;
}

.table_wrap.table03 td.table_btn {
  padding: 20px 40px;
}

.choco_howToTempering_topTxt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.topTxt_icon {
  display: inline-block;
  background: #ffa7a1;
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 18px;
}

.choco_about_tempering {
  text-align: center;
  border: solid 3px #ffa7a1;
  border-radius: 15px;
  padding: 20px 40px;
  width: 730px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

.choco_about_tempering_ttl {
  font-size: 26px;
  color: #ffa7a1;
  font-weight: 600;
  margin-bottom: 5px;
}

.choco_about_tempering_desc {
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 10px;
}

.choco_about_tempering_subTtl {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #d0352e;
}

.choco_con.caution {
  text-align: center;
}

.choco_caution {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

.choco_caution::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/choco_cautionIcon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(-120%, -50%);
  left: 0;
}

.choco_caution.hp_fc_red {
  color: #ef0000;
  display: inline-block;
}

.choco_tempering_itemBox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 60px;
  row-gap: 10px;
  margin-bottom: 50px;
}

.choco_tempering_item {
  width: calc((100% - 60px) / 2);
  border: solid 2px #ffa7a1;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
}

.choco_tempering_item h3 {
  background: #ffa7a1;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding: 20px;
  width: 100%;
}

.choco_tempering_txt {
  text-align: center;
}

.choco_tempering_txt .description {
  width: 90%;
  margin: 0 auto;
}

.choco_tempering_txt .container {
  width: 90%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choco_tempering_txt .text_wrap {
  width: 60%;
  text-align: center;
}

.choco_tempering_txt .text_wrap h4 {
  display: inline-block;
  padding: 8px 32px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #ffa7a1;
  color: #fff;
  font-size: clamp(14px, 1.4vw, 17px);
}

.choco_tempering_txt .img_wrap {
  width: 34%;
}

/* .choco_tempering_item img {
  width: 90%;
  display: block;
  margin: 0 auto;
} */

.choco_tempering_btn {
  width: 75%;
  margin-bottom: 30px;
}

.choco_tempering_item.item02 {
  border: solid 2px #88c1c5;
}

.choco_tempering_item.item02 h3 {
  background: #88c1c5;
  font-size: 21px;
  padding: 6px 0;
}

.choco_tempering_note {
  font-weight: 500;
}

.choco_howToTempering_movieTtl,
.choco_howToTempering_confirmTtl,
.choco_bloom_prevTtl {
  font-size: 26px;
  font-weight: 600;
  color: #ff726b;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.choco_howToTempering_confirmTtl {
  display: inline-block;
}

.choco_howToTempering_confirmTtl:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 147px;
  height: 75px;
  background: url(../images/choco_howToTempering_confirmFukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.choco_tempering_movie {
  text-align: center;
}

.choco_tempering_movie_box {
  width: 515px;
  height: 360px;
  margin: 0 auto;
  border: solid 2px #ae896f;
  margin-bottom: 40px;
}

.choco_tempering_movie_box iframe {
  width: 100%;
  height: 360px;
}

.choco_howToTempering_confirmDescription {
  margin-bottom: 34px;
  text-align: center;
}

.choco_howToTempering_confirm {
  display: block;
  width: 47%;
  margin: 0 auto;
}

.choco_tempering_item.item03 h3,
.choco_tempering_item.item04 h3 {
  padding: 10px 0;
}

.choco_noTempering_decoLink {
  width: 60%;
  margin: 0 auto 40px;
}

.choco_noTempering_topTxt {
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 60px;
}

.choco_sub_itemBox.capChoco {
  gap: 60px;
}

.choco_sub_item.capChoco {
  width: calc((100% - 120px) / 3);
}

.choco_sub_item.capChoco.item03 .choco_sub_item_ttl {
  padding: 20px 0;
}

.choco_sub_item_btn {
  margin-top: 40px;
}

.choco_sub_item_desc.capChoco {
  height: 80px;
}

.choco_about_tempering.bloom {
  margin: 0 auto 40px;
}

.choco_bloom_prev {
  margin: 0 auto;
}

.choco_bloom_prevDescription {
  text-align: center;
}

.choco_bloom_prev .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin: 20px auto 0;
}

.choco_bloom_prev .text_area {
  width: 50%;
  text-align: center;
}

.choco_bloom_prev .img_area {
  width: 50%;
}

.choco_bloomItem_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 20px 40px;
  box-sizing: border-box;
}

.topTxt_icon.bloom {
  border-radius: 5px;
  padding: 5px 30px;
  margin-bottom: 0;
}

.choco_bloomItem_list,
.choco_bloom_preserveItem {
  margin-left: 45px;
  position: relative;
}

.choco_bloomItem_list::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/choco_listIcon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -30px;
}

.choco_bloom_preserveItem::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/choco_listIcon_red.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -30px;
}

.choco_tempering_item.bloom.item02 h3 {
  padding: 20px;
  font-size: 23px;
}

.choco_tempering_item.bloom.item02 img {
  height: 230px;
}

.choco_bloomItem_con.item02 {
  padding: 0 30px 70px;
}

.choco_con02.bloom {
  padding: 0 50px 60px;
  margin-bottom: 150px;
  font-family: "ZenMaruGothic-Medium";
}

.choco_con02.bloom .choco_subWrap h3 {
  transform: translateY(-50%);
  width: 53%;
  margin: 0 auto;
}

.choco_con02.bloom .choco_subWrap .choco_caution {
  font-size: 24px;
  margin-bottom: 30px;
}

.choco_subWrap.bloom {
  text-align: center;
}

.choco_bloom_preserveList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
  row-gap: 20px;
  text-align: left;
}

.choco_bloom_preserveItem {
  width: calc((100% - 135px) / 3);
}

.kit_animal_ttl,
.kit_time_ttl {
  padding-top: 40px;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  section.pro {
    padding: 0 20px;
  }
  .tab_itemBox {
    width: 80%;
    bottom: -5%;
  }
  .vt_kit {
    padding: 0 20px;
  }
  .sec_kit_wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .inner__1000 {
    box-sizing: border-box;
    gap: 20px;
  }

  .choco_about {
    margin: 85px auto 90px;
  }
  .kit_list ul {
    width: 82.6%;
  }
  .sec_ttl.recipe {
    width: 90%;
    height: 149px;
    margin: 0 auto 40px;
  }

  .sec_ttl img {
    height: 149px;
  }

  .pro_con {
    padding: 0 40px;
    border-radius: 0;
  }

  .pro_wrap {
    padding: 100px 0;
  }

  .pro_item_img {
    width: 51%;
  }

  .pro_item_movie {
    width: 35%;
    height: auto;
  }

  .pro_wrap::before {
    width: 109%;
    top: 1.5%;
    left: -4.5%;
  }

  .pro_wrap::after {
    width: 109%;
    bottom: 1.5%;
    left: -4.5%;
  }

  .pro_item_ttl {
    padding-top: 0;
  }

  .pro .sec_ttl.recipe {
    height: 120px;
    margin: 0 auto;
  }

  .pro_teacher_img {
    width: 37%;
    height: auto;
  }

  .pro_item_ttl {
    width: 100%;
  }
  .rp_itemBox {
    row-gap: 30px;
  }

  .rp_item {
    width: calc((100% - 250px) / 2);
    min-width: 313px;
  }

  .recipe_pageLink_box {
    margin: 0 auto 60px;
  }

  .rpSec_wrap {
    margin-bottom: 100px;
  }

  .rp_others {
    margin-bottom: 140px;
  }

  .sec_wrap:before {
    width: 3px;
    left: 2%;
  }

  .sec_wrap:after {
    width: 3px;
    right: 2%;
  }

  .inner_sec_wrap::before {
    width: 120%;
    top: -4%;
    height: 3px;
    left: -10%;
  }

  .inner_sec_wrap::after {
    width: 120%;
    height: 3px;
    bottom: 2%;
    left: -10%;
  }

  .sec_con.loveToxic {
    width: 80%;
  }

  .sec_ttl {
    width: 80%;
    margin: 0 auto 60px;
  }

  .sec_ttl img {
    max-height: none;
  }

  .loveToxic_movieBox {
    flex-wrap: wrap;
  }

  .loveToxic_copy {
    width: 60%;
  }

  .loveToxic_movieBox_short {
    display: block;
    width: 100%;
    padding-top: 60px;
  }

  .loveToxic_short {
    position: relative;
  }

  .loveToxic_short::before {
    content: "";
    width: 160px;
    height: 100px;
    background: url(../images/pd_lvtk_buble_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: -100px;
  }

  .loveToxic_item_Wrap {
    gap: 40px;
  }

  .loveToxic_img {
    width: 100%;
  }

  .loveToxic_buble.pc {
    display: none;
  }

  .kit_classic_con {
    gap: 20px;
  }

  .kit_classic_con_img {
    width: 280px;
  }

  .kit_classic_con_desc {
    flex: 1;
  }

  .classic_movie {
    width: 100%;
    height: auto;
  }

  .loveToxic_movie {
    width: 100%;
    height: auto;
  }

  .sumikko_item.item02 {
    text-align: center;
  }

  .sumikko_item.item02 img {
    width: 80%;
  }

  .sumikko small {
    font-size: 12px;
  }

  .sumikko .inner_sec_wrap {
    padding: 28px 0 0px 0;
  }

  .othter_item_card {
    padding: 30px 11px;
  }

  .othter_item_card span {
    font-size: 14px;
  }

  .products_other_item {
    padding: 100px 0 0;
    margin-bottom: 0;
  }

  .pd_otherVtRecipe_btn {
    width: 87%;
    margin-bottom: 55px;
  }

  .pd_others .sec_ttl.recipe {
    margin: 0 auto 30px;
    font-size: clamp(23px, 5.7vw, 55px);
  }

  .pd_others h2 .font_small {
    font-size: clamp(18px, 3.7vw, 42px);
  }

  .pd_others h2 .font_small .deco_area:before {
    width: 105%;
    left: -2.5%;
    bottom: -25px;
    background: url(../images/text_deco02_sp.png) right / contain, no-repeat;
    background-repeat: no-repeat;
  }

  .pd_others h2 .deco_area02:before {
    width: 105%;
    left: -2.5%;
    bottom: -25px;
    background: url(../images/text_deco02_sp.png) right / contain, no-repeat;
    background-repeat: no-repeat;
  }

  .products_wrap {
    padding-bottom: 50px;
  }

  .choco_caution {
    font-size: 22px;
  }

  .choco_caution::before {
    left: 0;
  }

  .choco_about_tempering {
    width: auto;
  }

  .choco_tempering_item h3 {
    font-size: 20px;
  }

  .choco_sub_item_ttl {
    font-size: 16px;
  }

  .choco_sub_itemBox.capChoco {
    gap: 30px;
  }

  .choco_sub_item_btn {
    margin-top: 60px;
  }

  .choco_caution.bloom::before {
    left: 0px;
  }

  .choco_wrap {
    padding-bottom: 40px;
  }

  .choco_about {
    width: 95%;
  }

  .choco_sec_ttl {
    width: 80%;
  }

  .choco_con {
    width: 95%;
    margin-bottom: 90px;
  }

  .choco_con02.shape {
    margin-top: 120px;
    margin-bottom: 90px;
    width: 95%;
  }

  .choco_caution {
    text-align: left;
    padding-left: 40px;
    margin-bottom: 30px;
  }

  .choco_caution::before {
    left: 0;
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
  }

  .products_wrap .inner_sec_wrap::before {
    top: 2%;
  }
}

@media screen and (max-width: 767px) {
  .choco_kind_table01,
  .choco_kind_table02,
  .choco_kind_table03 {
    overflow-x: auto;
    margin-bottom: 40px;
  }

  .table_wrap {
    table-layout: fixed;
    width: 800px;
    margin-bottom: 15px;
  }

  .choco_subWrap h3 {
    width: 50%;
  }

  .choco_sub_item {
    width: calc((100% - 90px) / 2);
  }

  .choco_subWrap.type h3 {
    width: 80%;
  }

  .choco_tempering_itemBox {
    row-gap: 30px;
  }

  .choco_tempering_item {
    width: 100%;
    max-width: 416px;
  }

  .choco_tempering_movie_box {
    width: 100%;
    height: auto;
  }

  .choco_subWrap.capChoco h3 {
    width: 80%;
  }
	
	.choco_subWrap.capChoco h3::before {
		display: none;
	}
	
	.choco_subWrap.capChoco h3::after {
		display: none;
	}

  .choco_sub_item.capChoco {
    width: 100%;
  }

  .choco_noTempering_decoLink {
    width: 100%;
  }

  .choco_sub_item_desc.capChoco {
    height: auto;
    margin-bottom: 20px;
  }

  .choco_sub_item_btn {
    margin-top: 0px;
    width: 50%;
    margin: 0 auto;
  }

  .choco_tempering_movie_box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }

  .choco_caution.bloom::before {
    left: 0;
    top: 50%;
  }
}

@media screen and (max-width: 540px) {
  .slick-slide img {
    max-width: none;
    width: 100%;
  }
  .recipes_wrap::before {
    background: linear-gradient(
      to bottom,
      #ffffff 8%,
      #fad1de 23%,
      #99cce9 38%,
      #fad1de 53%,
      #99cce9 68%,
      #fad1de 83%,
      #99cce9 100%
    );
  }
  .fv_wrap {
    aspect-ratio: auto;
    height: 185vw;
  }

  .tab_itemBox {
    width: 90%;
    bottom: 8%;
    column-gap: 10px;
    row-gap: 50px;
  }

  .tab_item {
    width: calc((100% - 20px) / 3);
    padding-left: 0;
  }

  .sec_ttl.recipe {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }

  .rp_itemBox {
    row-gap: 40px;
    text-align: center;
  }

  .rpSec_wrap.pro {
    padding-top: 70px;
  }

  .rpSec_wrap {
    margin-bottom: 60px;
  }

  .recipes_wrap {
    padding-top: 45px;
  }

  .rp_linkBtn_ttl {
    width: 100%;
  }

  .rp_linkBtn_ttl img {
    margin: 0 auto 20px;
  }

  .recipe_pageLink_box {
    row-gap: 5px;
    margin-bottom: 60px;
  }

  .pageLink_item {
    width: calc(100% / 2);
  }

  .pro .sec_ttl.recipe {
    height: 100px;
    margin-bottom: 20px;
  }

  .pro_wrap {
    padding: 60px 0;
  }

  .pro_con {
    border-radius: 0;
    padding: 0;
  }

  .rp_item.new::before {
    width: 27%;
    padding-top: 27%;
    top: -18px;
    left: -13px;
    z-index: 1;
  }

  .pro_wrap::before {
    width: 126%;
    top: 0.5%;
    left: 0;
    background-size: 5%;
  }
  .pro_wrap::after {
    width: 126%;
    bottom: 0.5%;
    left: 0;
    background-size: 5%;
  }
  .pro_con::before {
    background-size: 50%;
  }

  .pro_con::after {
    background-size: 50%;
  }

  .pro_item_ttl {
    width: 80%;
    margin-bottom: 30px;
  }

  .pro_item_desc {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }

  .pro_item_movie {
    width: 195px;
    height: 347px;
  }

  .pro_item_img {
    width: 275px;
  }

  .pro_item_img_btn {
    width: 85%;
  }

  .pro_item_desc::after {
    width: 100%;
    transform: none;
  }

  .pro_teacher {
    flex-wrap: wrap;
    gap: 30px;
  }

  .pro_teacher_desc .introduction {
    width: 80%;
    margin: 0 auto 30px;
  }

  .pro_teacher_img {
    width: 80%;
    height: auto;
  }

  .pro_teacher_desc {
    flex: 100%;
    text-align: center;
  }

  .pro_teacher_desc_sns {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }

  .rp_item_kitImg {
    z-index: 1;
    position: relative;
    margin-top: -28px;
  }

  .rp_others {
    margin-bottom: 35px;
  }

  .rp_others .sec_ttl.recipe {
    margin: 0 auto 30px;
    font-size: clamp(23px, 5.7vw, 55px);
  }

  .rp_others h2 .font_small {
    font-size: clamp(18px, 3.7vw, 42px);
  }

  .rp_others h2 .font_small .deco_area:before {
    bottom: -10px;
    background: url(../images/text_deco01_sp.png) center / contain, no-repeat;
    background-repeat: no-repeat;
  }

  .rp_others h2 .deco_area02:before {
    width: 105%;
    left: -2.5%;
    bottom: -25px;
    background: url(../images/text_deco02_sp.png) right / contain, no-repeat;
    background-repeat: no-repeat;
  }

  .rp_otherVtRecipe_btn,
  .contest_btn {
    width: 87%;
    margin: 0 auto 55px;
  }

  .contest {
    /* padding: 0 0 60px !important; */
  }

  .contest_btn {
    margin: 30px auto 30px;
  }

  .contest_con {
    gap: 20px;
  }

  .vt_kit {
    background-size: 200%;
    margin-top: -40px;
    padding: 0 20px 0;
  }

  .vt_kit.sumikko {
    margin-top: 0;
    margin-top: 0;
    padding: 60px 20px 1px;
  }

  .vt_kit .sec_ttl {
    width: 95%;
    height: 80px;
    margin: 0 auto 30px;
  }

  .sec_ttl {
    width: 100%;
    height: 100px;
    margin: 0 auto 20px;
  }

  .sec_con.loveToxic {
    width: 90%;
    transform: rotate(0.5deg);
    margin: 0 auto 30px;
  }

  .sec_wrap {
    padding: 30px;
    margin-top: -5px;
  }

  .sec_con_ttl {
    width: 95%;
    margin: 0 auto 40px;
  }

  .contest_camLink {
    margin: 0 30px 50px;
  }

  .loveToxic_package {
    width: 100%;
  }

  .loveToxic_movieBox {
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }

  .loveToxic_movie {
    width: 100%;
  }

  .loveToxic_img {
    width: 100%;
  }

  .pd-moreBtn {
    width: 95%;
    margin: auto;
  }

  .loveToxic_copy {
    margin-top: -30px auto;
    width: 85%;
    padding: 20px;
  }

  .loveToxic_movieBox_short {
    padding-top: 20px;
  }

  .loveToxic_short::before {
    width: 140px;
    top: -40px;
    right: -60px;
  }

  .tsukukatsu_changeBg {
    background-size: 200%;
    width: 100%;
    height: 150px;
    margin-top: -10px;
    background-position: 60.2% -10px;
  }

  .tsukukatsu {
    background-size: 200%;
    padding: 90px 20px 10px;
    background-position: 51.2%;
  }

  .sec_con {
    margin-bottom: 60px;
  }

  .sec_wrap.kit.sumikko {
    transform: rotate(0.7deg);
  }

  .sec_wrap.kit.sumikko {
    transform: rotate(-0.7deg);
  }

  .kit_itemBox {
    padding: 40px 0;
  }

  .kit_recoItem {
    gap: 30px;
    width: 100%;
  }

  .kit_recoMovie {
    width: 100%;
    height: auto;
  }

  .kit_classic_con {
    flex-wrap: wrap;
    gap: 30px;
  }

  .kit_itemBox.reco {
    margin-bottom: 50px;
  }

  .classic_movie {
    width: 100%;
    height: 129px;
    margin-bottom: 30px;
  }

  .classic_movie iframe {
    width: 100%;
    height: 190px;
  }

  .sumikko .inner_sec_wrap_text {
    font-size: 13px;
    color: #435373;
    letter-spacing: -0.01em;
  }

  .sumikko .products_item_con {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .sumikko .products_item.left,
  .sumikko .products_item.right {
    width: 100%;
  }

  .sumikko .products_item.right {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .sumikko_itemBox {
    padding: 0;
    gap: 0;
  }

  .sumikko_item {
    padding-top: 40px;
    padding-bottom: 10px;
    gap: 30px;
  }

  .sumikko .products_item p {
    text-align: center;
  }

  .sumikko .products_item p .space {
    letter-spacing: -1em;
  }

  .sumikko_btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .sumikko .hart_line {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 125%;
    transform: translateX(-10%);
  }

  .sumikko .hart_line img {
    width: 120%;
  }

  .sumikko_copy {
    width: 95%;
    margin-top: -10px;
  }

  .pd_other_changeBg {
    background-size: 200%;
    background-position: 54% 34px;
  }

  .other {
    background-size: 200%;
    padding: 0 15px 80px;
    margin-top: -40px;
  }

  .other .sec_ttl {
    height: 90px;
  }

  .other_itemBox {
    padding: 0;
    gap: 20px;
  }

  .other_item {
    width: 100%;
  }

  .choco_wrap {
    padding-top: 100px;
    padding-bottom: 40px;
    background-size: 20%;
  }

  .choco_pageLink_box {
    gap: 10px;
  }

  .choco_pageLink_item {
    width: 100%;
  }

  .choco_about {
    width: 87.3%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 55px auto 60px;
  }

  .choco_about::before {
    background: url(../images/choco_aboutChocoTop_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 15px;
  }

  .choco_about::after {
    background: url(../images/choco_aboutChocoBottom_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    bottom: 13px;
  }

  .choco_about_wrap {
    padding: 50px 0;
    flex-wrap: wrap;
  }

  .choco_about .text_area {
    width: 100%;
  }

  .choco_about .text_area h3 {
    margin-bottom: 20px;
  }

  .choco_about .image_area {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .choco_kind {
    padding: 0 20px;
  }

  .choco_sec_ttl {
    width: 100%;
    margin: 0 auto 20px;
  }

  .choco_con {
    width: 100%;
  }

  .choco_con::before {
    background: url(../images/choco_kind_objTop_sp.png) no-repeat;
    background-size: 100%;
  }

  .choco_con.bloom::before {
    background: url(../images/choco_kind_objTop_sp.png) no-repeat;
    background-size: 100%;
  }

  .choco_con::after {
    width: 70px;
    height: 70px;
  }

  .choco_kind_topTxt {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .choco_kind_table01,
  .choco_kind_table02,
  .choco_kind_table03 {
    overflow-x: auto;
    margin-bottom: 40px;
  }

  .table_wrap {
    table-layout: fixed;
    width: 800px;
    margin-bottom: 15px;
  }

  .table_wrap th.table_ttl {
    width: 60px;
    padding: 20px 0;
    text-align: center;
  }

  .table_head th {
    padding: 10px;
    text-align: center;
  }

  .table_wrap th,
  .table_wrap td {
    padding: 10px 10px 10px;
    width: 120px;
    white-space: wrap;
    font-size: 14px;
  }

  .choco_con {
    padding: 40px 20px;
    margin-bottom: 90px;
  }

  .choco_con02.shape {
    padding: 0 20px 10px;
    margin-top: 90px;
    margin-bottom: 90px;
    width: 100%;
  }

  .choco_subWrap h3 {
    width: 80%;
  }

  .choco_subWrap.capChoco h3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .choco_subWrap.type h3 {
    width: 84%;
  }

  .choco_sub_txt {
    font-size: 14px;
    letter-spacing: -0.01em;
  }

  .choco_sub_itemBox {
    flex-wrap: wrap;
  }

  .choco_sub_item {
    width: 100%;
  }

  .choco_sub_item_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .choco_sub_item_desc {
    font-size: 14px;
  }

  .choco_sub_item_desc.capChoco {
    height: auto;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
  }

  .choco_sub_item.capChoco.item03 .choco_sub_item_ttl {
    padding: 5px 0;
  }

  .table_noTempering {
    font-size: 14px;
    width: fit-content;
  }

  .choco_subWrap {
    padding: 0;
  }

  .choco_howToTempring_wrap {
    padding: 0 20px;
  }

  .choco_about_tempering {
    width: 100%;
    padding: 20px;
    margin: 0 auto 30px;
  }

  .choco_about_tempering.bloom {
    margin: 20px auto 40px;
  }

  .table_wrap.table03 th {
    width: 80px;
  }

  .table_wrap.table03 th.table_ttl {
    width: 30px;
  }

  .table_wrap.table03 td.table_btn {
    padding: 10px 30px;
  }

  .choco_howToTempering_topTxt {
    font-size: 14px;
    width: 92%;
    margin: 0 auto 20px;
  }

  .topTxt_icon {
    font-size: 12px;
    padding: 3px 15px;
  }

  .choco_about_tempering_ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .choco_about_tempering_desc {
    font-size: 14px;
    text-align: left;
  }

  .choco_about_tempering_subTtl {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .choco_caution {
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 30px;
  }

  .choco_caution::before {
    left: 0;
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
  }

  .choco_tempering_itemBox {
    row-gap: 20px;
    margin-bottom: 30px;
  }

  .choco_tempering_item h3 {
    font-size: 16px;
    padding: 10px;
  }

  .choco_tempering_item {
    width: 100%;
    gap: 15px;
  }

  .choco_tempering_item img {
    padding: 0 20px;
    margin-top: 5px;
  }

  .choco_bloomItem_explanation {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    width: 100%;
  }

  .choco_tempering_note {
    font-size: 12px;
    margin-top: -10px;
  }

  .choco_howToTempering_movieTtl {
    font-size: clamp(14px, 4.8vw, 18px);
    margin-bottom: 20px;
  }

  .choco_tempering_movie_box {
    width: 100%;
    height: 255px;
    margin-bottom: 90px;
  }

  .choco_tempering_movie_box iframe {
    width: 100%;
    height: 255px;
  }

  .choco_howToTempering_confirmTtl:before {
    right: 50%;
    top: -30px;
    transform: translate(100%, -50%);
  }

  .choco_howToTempering_confirmTtl {
    font-size: clamp(14px, 4.8vw, 18px);
    margin-bottom: 10px;
  }

  .choco_howToTempering_confirmDescription {
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: -0.04em;
    line-height: 1.7;
  }

  .choco_noTempring_wrap {
    padding: 0 20px;
  }

  .choco_noTempering_topTxt {
    width: 75%;
    margin: 0 auto 20px;
    padding-top: 10px;
    font-size: 14px;
  }

  .choco_tempering_txt .description {
    font-size: 14px;
    letter-spacing: -0.06em;
    width: 95%;
  }

  .choco_tempering_txt .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }

  .choco_tempering_txt .img_wrap {
    width: 60%;
    margin-bottom: 20px;
  }

  .choco_tempering_txt .text_wrap {
    width: 100%;
    font-size: 14px;
  }

  .choco_tempering_txt .text_wrap .txt {
    font-size: 12px;
  }

  .choco_sub_item.capChoco {
    width: 100%;
  }

  .choco_bloom {
    padding: 0 20px;
  }

  .choco_bloomItem_con {
    padding: 0 20px 20px;
  }

  .choco_bloomItem_con.item02 {
    padding: 0 20px 20px;
  }

  .choco_bloomItem_list,
  .choco_bloom_preserveItem {
    margin-left: 31px;
    font-size: 14px;
  }

  .choco_bloomItem_list::before,
  .choco_bloom_preserveItem::before {
    width: 14px;
    height: 14px;
    left: -26px;
  }

  .choco_bloom_preserveItem {
    width: 100%;
  }

  .choco_bloom_prevTtl {
    font-size: clamp(14px, 4.8vw, 18px);
    margin-bottom: 10px;
  }

  .choco_bloom_prevDescription {
    font-size: 14px;
  }

  .choco_bloom_prev .container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .choco_bloom_prev .img_area {
    width: 80%;
    margin-bottom: 10px;
  }

  .choco_bloom_prev .text_area {
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.05em;
  }

  .choco_caution.bloom::before {
    left: 0;
    top: 50%;
  }

  .choco_sub_item_btn {
    width: 75%;
    margin: 0 auto;
  }

  .choco_noTempering_decoLink {
    width: 100%;
    margin: 0 auto 60px;
  }

  .choco_tempering_item.item02 h3 {
    font-size: 14px;
  }

  .choco_tempering_btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .choco_howToTempering_confirm {
    width: 75%;
  }

  .choco_con02.bloom {
    padding: 0 20px 40px;
    margin-bottom: 60px;
  }

  .choco_con02.bloom .choco_subWrap h3 {
    width: 100%;
  }

  .choco_con02.bloom .choco_subWrap .choco_caution {
    font-size: clamp(14px, 4.8vw, 18px);
    margin-bottom: 20px;
  }

  .choco_bloom_prev {
    width: 100%;
  }

  .kit_animal_ttl,
  .kit_time_ttl {
    padding-top: 20px;
    width: 80%;
  }

  /* 商品ページ >  */
  .products_wrap h4 {
    font-size: clamp(18px, 5.7vw, 20px);
    line-height: 1.1;
    margin-bottom: 25px;
    padding-left: 20%;
  }

  .products_item_con.single {
    margin-bottom: 0;
  }

  .products_item_con.single h4 {
    padding-left: 14%;
  }

  .products_item_con.single img {
    width: 100%;
  }

  .inner_sec_wrap {
    padding: 38px 0 20px 0;
  }

  .products_wrap .inner_sec_wrap.last::before {
    top: -3%;
  }

  .products_wrap .inner_sec_wrap.last::after {
    bottom: -3%;
  }

  .products_wrap h4::before {
    width: 27%;
    padding-top: 27%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .products_item_con {
    width: 100%;
    flex-direction: column;
    margin: 0 auto 30px;
  }

  .products_item_con .products_item,
  .products_item_con .products_move {
    width: 100%;
    margin-top: 40px;
  }

  .products_item_con .products_item:first-of-type {
    margin-top: 0;
  }

  .products_item_con .order:nth-child(1) {
    order: 1;
  }

  .products_item_con .order:nth-child(2) {
    order: 3;
    margin-top: 0;
  }

  .products_item_con .order:nth-child(3) {
    order: 2;
  }

  .products_item_desc {
    width: 95%;
    margin: 35px auto 35px;
  }

  .products_item_text {
    width: 100%;
  }
	
  .sumikko .price_wrap {
    justify-content: center;
  }

  .sumikko .price_wrap .first {
    text-align: right;
    width: 50%;
  }

  .products_item_con .products_item .pd-moreBtn {
    margin-top: 24px;
  }

  .products_wrap .inner_sec_wrap::before {
    top: -1%;
  }

  .products_wrap .inner_sec_wrap::after {
    bottom: -1%;
  }

  .products_sec_ttl {
    padding: 0 5%;
  }

  .products_move img {
    width: 100%;
    max-width: none;
  }

  .sec_kit_wrap .sec_ttl {
    padding: 0 20px;
    height: auto;
  }

  .sec_kit_wrap .sec_con {
    margin-top: 24px;
  }

  .sec_con .new_item {
    width: 20%;
    transform: translate(0%, -50%);
  }

  .sec_wrap.kit::before {
    width: 3px;
    left: 2%;
  }

  .sec_wrap.kit::after {
    width: 3px;
    right: 2%;
  }

  .inner_sec_wrap.kit::before {
    width: 120%;
    height: 3px;
    top: 1%;
  }

  .products_wrap .inner_sec_wrap.kit::after {
    width: 120%;
    height: 3px;
    bottom: 1%;
  }

  .sec_con.kit h3 {
    padding: 0 30px;
    margin-bottom: 20px;
  }

  .sec_kit_disc {
    font-size: clamp(13px, 1.74vw, 18px);
    padding: 0 20px;
    letter-spacing: -0.01em;
  }

  .sec_wrap.kit {
    padding: 0;
  }

  .kit_item_con {
    width: 100%;
    padding: 0 30px;
    align-items: center;
    margin-top: 30px;
  }

  .kit_item_con .inner_kit_item01 {
    width: 51.5%;
  }

  .kit_item_con .inner_kit_item02 {
    width: 40.5%;
  }

  .kit_item_con .inner_kit_item03 {
    width: 100%;
    transform: none;
    margin-top: 20px;
  }

  .kit_list {
    padding: 0 30px;
  }

  .kit_list ul {
    width: 100%;
    padding: 20px 18px;
    margin: 30px auto;
  }

  .kit_list ul li {
    font-size: clamp(14px, 1.74vw, 17.5px);
    padding-left: 0;
    padding-top: 45px;
    text-align: center;
  }

  .kit_list ul li::before {
    width: 100%;
    padding-top: 13%;
    right: 0;
    margin: auto;
  }

  .kit_list ul li:first-child::before {
    background: url(../images/point01_sp.png) no-repeat;
    background-size: contain;
  }

  .kit_list ul li:nth-child(2)::before {
    background: url(../images/point02_sp.png) no-repeat;
    background-size: contain;
  }

  .kit_list ul li:last-child::before {
    background: url(../images/point03_sp.png) no-repeat;
    background-size: contain;
  }

  .check_me_wrap {
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column-reverse;
  }

  .check_me_wrap .item01 {
    width: 100%;
  }

  .check_me_wrap .item02 {
    width: 100%;
    transform: none;
    margin-bottom: 33px;
  }

  .pd-moreBtn.large {
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
