@charset "UTF-8";
/* ========================================
共通
 ======================================== */
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  position: relative;
  line-height: 1.55;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

.pc_on_950 {
  display: block;
}

.sp_on_950 {
  display: none;
}

.pc_on480 {
  display: block;
}

.sp_on480 {
  display: none;
}

.op_link {
  transition: 0.2s;
}

.op_link:hover {
  opacity: 0.8;
}

.wrpper {
  padding: 0 0 630px;
}

.btn {
  background-color: #E83928;
  color: white;
  display: block;
  width: 210px;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 50px;
  font-weight: bold;
  transition: 0.2s;
}
.btn:hover {
  background-color: #000;
}

/* ========================================
ローダー
 ======================================== */
.loader {
  background-color: #000;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  transition: opacity 1s ease-out;
  opacity: 1;
  height: 100vh;
}

.loader-bg_inner {
  height: 82.2%;
  position: relative;
  background-color: #000;
}

.loader_img {
  z-index: 90010;
  width: fit-content;
  height: 110%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 870px;
  z-index: 800;
}
.loader_img img {
  height: 100%;
  width: auto;
}

.progress-bar {
  position: absolute;
  left: 0%;
  height: 17.8%;
  bottom: 0;
  transition: 1s;
  z-index: 90000;
  background-color: #fff;
  opacity: 1;
  width: 0;
}

.loading_animation {
  max-width: 292px;
  position: absolute;
  left: 12%;
  bottom: 17.8%;
  z-index: 810;
}

.progress-textArea {
  position: absolute;
  bottom: 19.5%;
  left: 20px;
  width: 75px;
}
.progress-textArea .progress-text {
  color: #fff;
  font-size: 42px;
  position: relative;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.progress-textArea .progress_under {
  position: absolute;
  bottom: 0;
  right: -40%;
  font-size: 24px;
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

/* ========================================
メニュー
 ======================================== */
.nav-open {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #e83928;
  border-radius: 20px;
  top: 15px;
  right: 15px;
  z-index: 100010;
  cursor: pointer;
}
.nav-open:hover .btn-trigger {
  height: 13px;
  image-rendering: crisp-edges;
}

.btn-trigger {
  transition: 0.2s;
  position: absolute;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 24px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.btn-trigger span {
  position: absolute;
  left: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
  right: 0;
}
.btn-trigger span:nth-of-type(2) {
  right: 0;
  bottom: 0;
}

.active.menu_overlay {
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  cursor: pointer;
  width: 100vw;
  z-index: 1000;
}

.nav-content {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #e83928;
  border-radius: 20px 20px 20px 20px;
  top: 15px;
  right: 15px;
  z-index: 100000;
  transition: 0.4s;
}

.global-nav {
  visibility: hidden;
  opacity: 0;
}

.active.nav-open {
  background-color: transparent;
  transition-delay: 0.5s;
}

.active.btn-trigger {
  height: 10px !important;
}

.active.btn-trigger span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
  -webkit-transform: translateY(5px) rotate(-45deg);
}

.active.btn-trigger span:nth-of-type(2) {
  transform: translateY(-3.3px) rotate(45deg);
  -webkit-transform: translateY(-3.3px) rotate(45deg);
}

.active.global-nav {
  visibility: visible;
  opacity: 1;
  transition: 0.2s ease-in-out;
  transition-delay: 0.45s;
}

@keyframes morphing_none {
  0% {
    width: 470px;
    height: calc(100vh - 30px);
    max-height: 805px;
    border-radius: 20px;
  }
  80% {
    border-radius: 200px 50px 200px 200px;
    width: 200px;
    height: 200px;
  }
  90% {
    border-radius: 100px 50px 100px 100px;
    width: 100px;
    height: 100px;
  }
  100% {
    border-radius: 20px 50px 20px 20px;
    width: 60px;
    height: 60px;
  }
}
.active_none.nav-content {
  animation: morphing_none 0.35s ease-in forwards;
}

@keyframes morphing {
  0% {
    border-radius: 20px 50px 20px 20px;
    width: 60px;
    height: 60px;
  }
  10% {
    border-radius: 100px 50px 100px 100px;
    width: 100px;
    height: 100px;
  }
  20% {
    border-radius: 200px 50px 200px 200px;
    width: 200px;
    height: 200px;
  }
  100% {
    width: 470px;
    height: calc(100vh - 30px);
    border-radius: 20px 20px 20px 20px;
  }
}
.active.nav-content {
  overflow-y: scroll;
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: auto;
  padding: 40px 65px 40px 65px;
  max-height: 805px !important;
  height: auto;
  animation: morphing 0.6s forwards;
  animation-timing-function: cubic-bezier(0.02, 0.91, 0.15, 0.98);
}

/* WindowsのChromeやFirefoxでスクロールバーをカスタマイズ */
body.windows .active.nav-content::-webkit-scrollbar {
  width: 8px; /* スクロールバーの幅 */
}

body.windows .active.nav-content::-webkit-scrollbar-track {
  background-color: transparent; /* スクロールバーの背景色 */
}

body.windows .active.nav-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* スクロールバーの色（スクロールする部分） */
  border-radius: 4px; /* スクロールバーの角丸 */
}

body.windows .active.nav-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4); /* マウスオーバー時の色 */
}

/* windowsのIEやEdgeでスクロールバーをカスタマイズ */
body.windows {
  scrollbar-width: thin; /* スクロールバーの幅（IE以外） */
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent; /* スクロールバーの色と背景色（IE以外） */
}

.global-box__list:not(:first-child) {
  margin: 20px 0 0;
}

.global-box__list--text {
  display: flex;
  gap: 50px;
}
.global-box__list--text:hover .menu_product_img {
  transform: scale(1.1);
}
.global-box__list--text:hover .menu_text::before {
  left: 10px;
}

.menu_product_img {
  width: 100px;
  transition: 0.3s;
}

.menu_text {
  font-size: 22px;
  font-size: 1.375rem;
  color: white;
  font-weight: bold;
  margin: 20px 0 0;
  position: relative;
  height: fit-content;
  transition: 0.3s;
}
.menu_text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: auto;
  left: 0;
  width: 22px;
  height: 7px;
  background-image: url(../img/menu/menu2.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: -15px;
  transition: 0.3s;
}

.menu_img {
  transition: 0.3s;
}

.menu_link {
  margin: 30px 0 0;
  display: block;
  transition: 0.3s;
}
.menu_link:hover .menu_img {
  transform: scale(1.05);
}
.menu_link:hover .menu_link_btn::before {
  right: -50px;
}

.menu_link_btn {
  font-size: 22px;
  font-size: 1.375rem;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 0;
  position: relative;
  width: fit-content;
  transition: 0.3s;
  cursor: pointer;
}
.menu_link_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: auto;
  width: 22px;
  height: 7px;
  background-image: url(../img/menu/menu2.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  right: -40px;
  margin: auto;
  transition: 0.3s;
}

/* ========================================
メインビジュアル
======================================== */
.mv {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.mv .logo {
  width: 90px;
  position: absolute;
  top: 25px;
  left: 40px;
  z-index: 100;
}
.mv .mv_inner {
  height: 82.2%;
  position: relative;
  overflow: hidden;
}
.mv .mv_img {
  width: fit-content;
  height: 110%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 870px;
  z-index: 800;
}
.mv .mv_img img {
  height: 100%;
  width: auto;
}
.mv .splide__fade {
  width: 100%;
  height: 100%;
}
.mv .splide__fade .splide__track {
  width: 100%;
  height: 100%;
}
.mv .splide__fade .splide__slide.is-visible-slide img {
  animation-name: fadeInAnime;
  animation-duration: 9s;
  animation-fill-mode: both; /* アニメーションの開始と終了の状態を保持 */
  animation-iteration-count: infinite;
}
@keyframes fadeInAnime {
  0% {
    transform: scale(1.45);
  }
  100% {
    transform: scale(1);
  }
}
.mv .slider_bg {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .slider_bg picture {
  height: 100%;
  width: 100%;
}
.mv .splide__fade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
スクロールアニメーション
======================================== */
.mv_product.hidden {
  visibility: hidden;
  opacity: 0;
}

.mv_product {
  position: fixed;
  top: auto;
  left: 50%;
  right: auto;
  bottom: 20px;
  width: 410px;
  margin: -40px 0 0;
  z-index: 900;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.mv_product.visible {
  visibility: visible;
  opacity: 1;
}

.mv_product_in {
  position: relative;
  display: flex;
  gap: 27px;
}

.mv_treatment {
  z-index: 70;
}

.mv_treatment1 {
  width: 198px;
  position: absolute;
  bottom: 0;
  left: -235px;
}

.mv_treatment2 {
  width: 120px;
  position: absolute;
  bottom: 0;
  right: -140px;
}

.mv_product_img {
  cursor: pointer;
  position: relative;
}

.mv_product_img > picture {
  position: relative;
  z-index: 100;
  transition: 0.3s;
}

.mv_hover {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
}

.mv_hover1 {
  width: 612px;
  bottom: 65px;
  right: -53px;
  pointer-events: none;
}

.mv_hover2 {
  width: 545px;
  bottom: 125px;
  left: 50%;
  transform: translate(-50%, 20px);
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  pointer-events: none;
}

.mv_hover3 {
  width: 555px;
  bottom: 65px;
  left: -53px;
  pointer-events: none;
}

.mv_product_img1:hover .mv_hover1,
.mv_product_img3:hover .mv_hover3 {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.mv_product_img2:hover .mv_hover2 {
  opacity: 1;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
}

.picture_hover1 img,
.picture_hover2 img,
.picture_hover3 img {
  transition: 0.2s;
  transition-timing-function: ease-in;
}

.picture_hover1:hover img,
.picture_hover2:hover img,
.picture_hover3:hover img {
  transform: scale(1.07);
}

/* ========================================
アバウト
======================================== */
.about_sticky {
  width: 100%;
}

.about {
  background-image: url(../img/bg/abbg_l.gif);
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: sticky;
  top: 0;
  overflow: hidden;
  height: fit-content;
}
.about .about_treatment {
  position: absolute;
}
.about .about_treatment1 {
  max-width: 420px;
  width: 30%;
  top: 110px;
  left: 0;
  transform: translateX(-100%);
}
.about .about_treatment2 {
  max-width: 250px;
  width: 18%;
  bottom: 380px;
  left: 0;
  transform: translateX(-100%);
}
.about .about_treatment3 {
  max-width: 400px;
  width: 29%;
  top: 320px;
  right: 0;
  transform: translateX(100%);
}
.about .about_in {
  position: relative;
  padding: 200px 0;
}
.about .about_logo_area {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.about .about_text1 {
  position: absolute;
  top: 0px;
  right: -300px;
  width: 270px;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
.about .about_text2 {
  width: 340px;
  position: absolute;
  top: 125px;
  left: -370px;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
.about .about_logo {
  width: 280px;
  height: fit-content;
  margin: 0 auto;
}
.about .about_textArea {
  margin: 140px 0 10px;
}
.about .about_sub_title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.about .about_title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
.about .about_text {
  text-align: center;
  margin: 30px 0 0;
  line-height: 2;
}
.about .active.js_about_text1 {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0px);
}
.about .active.js_about_text2 {
  opacity: 1;
  transition-delay: 0.7s;
  transform: translateY(0px);
}
.about .active.about_treatment1_js {
  transform: translateX(0%);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.3s;
}
.about .active.about_treatment2_js {
  transform: translateX(0%);
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.3s;
}
.about .active.about_treatment3_js {
  transform: translateX(0%);
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.3s;
}

/* ========================================
商品説明１
======================================== */
.product {
  position: relative;
  margin: 20px 0 0;
  overflow: hidden;
}
.product .product_area {
  width: 100%;
  background-size: contain;
  background-repeat: repeat;
  padding: 170px 25px 25px;
  position: relative;
}
.product .product_area1 {
  background-image: url(../img/product1/pro1_bg.png);
}
.product .product_box {
  max-width: 1000px;
  margin: 0 auto;
}
.product .product_about {
  position: relative;
}
.product .product_about_img1 {
  width: 530px;
  margin: 0 0 0 60px;
}
.product .product_about_logo1 {
  width: 390px;
  position: absolute;
  top: 43%;
  bottom: 0;
  margin: auto;
  right: 80px;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
}
.product .product_treatment {
  z-index: 10;
  position: absolute;
  right: -25px;
}
.product .product_treatment1 {
  max-width: 795px;
  width: 57%;
  top: -260px;
}
.product .product_under {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 180px 0 0;
  position: relative;
  padding: 105px 0 65px;
}
.product .product_under_in {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .product_under1 {
  background-image: url(../img/product1/pro1_6.jpg);
}
.product .product_plan {
  padding: 95px 0 90px 95px;
  width: 540px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
}
.product .product_plan::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: auto;
  width: 175px;
  height: 153px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: -20px;
}
.product .product_plan1::before {
  background-image: url(../img/product1/pro1_2.png);
}
.product .pro_bubble {
  width: 280px;
  margin: 0 0 0 -30px;
}
.product .product_plan_title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  margin: 15px 0 0;
}
.product .product_plan_price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 15px 0 0;
}
.product .price {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0 20px;
}
.product .en {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.product .product_plan_text {
  margin: 10px 0 0;
  width: 350px;
}
.product .product_plan_text_sub {
  font-size: 13px;
  font-size: 0.8125rem;
}
.product .btn_pro {
  margin: 40px 0 0;
}
.product .product_area2 {
  background-image: url(../img/product2/pro2_bg.png);
}
.product .product_treatment2 {
  max-width: 820px;
  top: -420px;
  width: 59%;
}
.product .product_under2 {
  background-image: url(../img/product2/pro2_6.jpg);
}
.product .product_plan2::before {
  background-image: url(../img/product2/pro2_2.png);
}
.product .product_treatment3 {
  max-width: 755px;
  top: -350px;
  width: 54%;
}
.product .product_area3 {
  background-image: url(../img/product3/pro3_bg.png);
}
.product .product_under3 {
  background-image: url(../img/product3/pro3_6.jpg);
}
.product .product_plan3::before {
  background-image: url(../img/product3/pro3_2.png);
}
.product .product_about_logo {
  opacity: 0;
}
.product .active.js_product_about_logo {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0.6s;
}
.product .product_treatment img {
  transform: translateX(3%);
  opacity: 0;
}
.product .active.js_product_treatment img {
  transform: translateX(0%);
  opacity: 1;
  transition-duration: 0.9s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product .product_under_img img {
  width: 440px;
  transform: translateX(-15%);
  opacity: 0;
}
.product .active.js_product_under_img img {
  opacity: 1;
  transform: translateX(-40px);
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
}
.product .active.js_product_plan {
  opacity: 1;
  transform: translateY(0%);
  transition-duration: 1s;
}

/* ========================================
みんなの声
======================================== */
.voice {
  background-color: #FFCADD;
  padding: 110px 0 140px;
}
.voice .voice_body {
  max-width: 1000px;
  margin: 0 auto;
}
.voice .voice_bubble {
  width: 920px;
  margin: 0 auto;
}
.voice .voice_box {
  margin: 60px 0 0;
  position: relative;
  height: 530px;
}
.voice .voice_merchandise {
  height: fit-content;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 240px;
}
.voice .voice_text {
  position: relative;
  width: fit-content;
  position: absolute;
  opacity: 0;
}
.voice .voice_text1 {
  top: 0;
  left: 0;
}
.voice .voice_subTitle {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
.voice .voice_sentence1 {
  width: 265px;
}
.voice .voice_sentence1, .voice .voice_sentence2, .voice .voice_sentence3, .voice .voice_sentence4 {
  margin: 10px 0 0;
}
.voice .voice_woman1 {
  width: 175px;
  position: absolute;
  top: 0;
  right: -180px;
}
.voice .voice_text2 {
  top: 50px;
  right: 130px;
}
.voice .voice_sentence2 {
  width: 210px;
}
.voice .voice_woman2 {
  width: 120px;
  position: absolute;
  top: 40px;
  right: -120px;
}
.voice .voice_text3 {
  left: 0;
  bottom: 0;
}
.voice .voice_sentence3 {
  width: 345px;
}
.voice .voice_woman3 {
  width: 210px;
  position: absolute;
  right: 0;
  top: -70px;
}
.voice .voice_text4 {
  right: 0;
  bottom: 0;
}
.voice .voice_woman4 {
  width: 135px;
  position: absolute;
  bottom: 0;
  left: -160px;
}
.voice .voice_sentence4 {
  width: 305px;
}
.voice .voice_supplement {
  display: flex;
  gap: 35px;
  margin: 80px 0 0;
}
.voice .active.js_voice_text {
  opacity: 1;
  transition-duration: 0.4s;
}

/* ========================================
レシピ
======================================== */
.slider-wrapper {
  margin: 150px 0 0;
}

.slider-wrapper2, .slider-wrapper3 {
  margin: 200px 0 0;
}

.recipe_in_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../img/bg/abbg_l.gif);
  background-position: center 200px;
  background-size: 1195px;
  background-repeat: repeat-y;
  padding: 0 0 0px;
  z-index: -1;
  background-color: #fff;
}

.recipe {
  padding: 160px 0 0px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  /* SVGを非表示にする */
}
.recipe .recipe_in {
  padding: 0 0 200px;
  position: relative;
}
.recipe .recipe_title {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 -20px;
  opacity: 0;
  transition: 0.4s;
}
.recipe .recipe_supplement_img {
  width: 560px;
  margin: 0 auto 0;
}
.recipe .recipe_text {
  text-align: center;
  margin: 30px 0 0 0;
}
.recipe .slider_container {
  position: relative;
  margin: 100px 0 0;
}
.recipe .slider_container:not(:first-of-type) {
  margin: 0px 0 0;
}
.recipe .slide_bubble {
  position: absolute;
}
.recipe .slide_bubble1 {
  max-width: 330px;
  width: 46%;
  top: -42%;
  left: -14%;
  opacity: 0;
}
.recipe .slider_area {
  position: relative;
}
.recipe .recipe_box {
  width: 700px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 30;
}
.recipe .splide_loop .is-active .btn_recipe, .recipe .splide_loop .is-active .recipe_title {
  opacity: 1;
  transition-delay: 0.4s;
}
.recipe .recipe_box:hover .js_btn_recipe {
  transition-delay: 0s !important;
}
.recipe .circle {
  width: 45%;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  z-index: -1;
  transform: scale(0.8);
}
.recipe .slide_treatment_area {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 900;
}
.recipe .slide_logo {
  position: absolute;
  max-width: 190px;
  width: 27%;
  z-index: 100;
  opacity: 0;
}
.recipe .slide_logo1 {
  top: -15%;
  right: -17%;
}
.recipe .slide_product {
  position: absolute;
  width: 22%;
  max-width: 170px;
  z-index: 100;
  opacity: 0;
}
.recipe .slide_product1 {
  bottom: -13%;
  left: -18%;
}
.recipe .slide_logo2 {
  top: -13%;
  left: -17%;
}
.recipe .slide_bubble2 {
  width: 290px;
  top: -45%;
  right: -21%;
}
.recipe .slide_product2 {
  bottom: -15%;
  right: -17%;
}
.recipe .slide_bubble3 {
  top: -37%;
}
.recipe .swiper-slide .slide_img {
  width: 100%;
}
.recipe .splide__slide .recipe_title {
  height: 150px;
}
.recipe .splide__slide__in {
  transform: scale(0.8);
  transition: 0.7s;
}
.recipe .splide__slide__in:hover p {
  background-color: #000;
}
.recipe .splide_loop .splide__slide.is-active {
  z-index: 99;
}
.recipe .splide__slide.is-active .splide__slide__in {
  transition: 0.7s;
  z-index: 1;
}
.recipe .splide__slide__in {
  height: auto;
  width: 100%;
}
.recipe .splide__slide picture {
  display: block;
}
.recipe .splide__slide .btn_recipe {
  position: relative;
  z-index: 999;
  margin-top: 30px;
}
.recipe .splide__slide.is-active .splide__slide__in {
  transform: scale(0.95);
}
.recipe .splide__slide .slide_img img {
  transform: scale(0.8);
}
.recipe .splide__slide.is-active .slide_img .slide_link_btn {
  transform: scale(1);
}
.recipe .splide__slide.is-active .slide_img img {
  transform: scale(1);
}
.recipe .recipe_box .slide_img img {
  transition: transform 0.5s ease; /* アニメーションのトランジション設定を追加 */
}
.recipe .splide__slide .btn_recipe {
  transition-delay: 0;
}
.recipe .splide__slide.is-active .btn_recipe.hover-effect02 {
  background: #000;
}
.recipe .active.js_circle {
  transform: scale(1);
  transition-delay: 0.8s;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.13, 1.99, 0.83, 2);
}
.recipe .active.js_slide_logo {
  opacity: 1;
  transition-delay: 1s;
  transition-duration: 0.6s;
}
.recipe .active.js_slide_bubble {
  opacity: 1;
  transition-delay: 1s;
  transition-duration: 0.6s;
}
.recipe .active.js_slide_product {
  opacity: 1;
  transition-delay: 1s;
  transition-duration: 0.6s;
}
.recipe .btn_recipe {
  margin: -30px auto 0;
  background-color: #E83928;
  color: white;
  display: block;
  width: 190px;
  text-align: center;
  padding: 9px 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 50px;
  font-weight: bold;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
}
.recipe .splide_loop:hover > .splide__arrows--ltr > .splide__arrow {
  opacity: 1;
  transition-duration: 0.3s;
}
.recipe .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.recipe .splide_loop:hover > .splide__arrows--ltr > .splide__arrow {
  opacity: 1;
}
.recipe .splide__arrow--prev {
  background-image: url("../img/bg/left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 22px;
  background-position: center;
  width: 40px;
  height: 40px;
}
.recipe .splide__arrow--next {
  background-image: url("../img/bg/right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 22px;
  background-position: center;
  width: 40px;
  height: 40px;
}
.recipe .splide__arrow svg {
  display: none;
}
.recipe .js_btn_recipe.active {
  transform: scale(1.1);
}
.recipe .js_btn_recipe.hover-effect {
  transition-delay: 0s !important;
}
.recipe .slide_link_btn:hover .slide_img .btn_recipe {
  background-color: #000;
}
.recipe .btn_recipe:hover {
  background-color: #000;
}

/* ========================================
フッター
======================================== */
.Footer-site {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  visibility: hidden;
}

.Footer-site.active {
  visibility: visible;
}

.footer {
  background-image: url(../img/footer/fo1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 630px;
  display: flex;
  align-items: center;
}
.footer .sns_area {
  width: 505px;
  margin: 0 auto;
}
.footer .sns {
  display: flex;
  width: 245px;
  justify-content: space-between;
  margin: 0 auto;
}
.footer .sns_btn {
  width: 55px;
  display: block;
}
.footer .copy {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  text-align: center;
  margin: 50px 0 0;
}

/* ===============================
ieのcss  
================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10・11に指定するスタイルを記入 */
}
/* ===============================
Firefoxのcss  
================================*/
@-moz-document url-prefix() {
  /* Firefoxに指定するスタイルを記入 */
  .splide__slide.is-visible-slide img {
    animation-name: fadeInAnime;
    animation-duration: 9s;
    animation-fill-mode: both; /* アニメーションの開始と終了の状態を保持 */
    animation-iteration-count: infinite;
  }
  @keyframes fadeInAnime {
    0% {
      width: 150%;
    }
    100% {
      width: 105%;
    }
  }
  .slider_bg {
    height: 100%;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .slider_bg picture {
    height: 100%;
    width: 100%;
  }
  .splide__fade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .splide__fade .splide__slide img {
    will-change: transform;
  }
}
/* ===============================
Chromeのcss  
================================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Chromeに指定するスタイルを記入 */
}
/* ===============================
Safariのcss  
================================*/
::-webkit-full-page-media, :future, :root .test {
  color: #fff;
}

/* ===============================
pcレスポンシブ  
================================*/
@media screen and (min-width: 1400px) {
  .recipe .slide_bubble1 {
    top: -35%;
  }
  .recipe .slide_bubble2 {
    top: -35%;
  }
}
@media screen and (max-width: 1300px) { /* -----1300px----- */
  /* -----1400px----- */
}
@media screen and (max-width: 1200px) {
  .mv_hover1 {
    width: 492px;
    bottom: 95px;
  }
  .mv_hover2 {
    width: 465px;
    bottom: 145px;
  }
  .mv_hover3 {
    width: 485px;
    bottom: 95px;
  }
}
@media screen and (max-width: 1100px) {
  /* ローダー */
  .loading_animation {
    left: 17%;
  }
  /*========================================
  商品説明
  ======================================== */
  .product .product_under {
    margin: 110px 0 0;
  }
  .product .product_treatment1 {
    top: -190px;
  }
  .product .product_treatment2 {
    top: -290px;
  }
  .product .product_treatment3 {
    top: -250px;
  }
  .product .product_under {
    margin: 80px 0 0;
  }
  .product .product_under_img {
    width: 35%;
    transform: translateX(0px);
  }
  .mv_hover1 {
    width: 400px;
    bottom: 100px;
  }
  .mv_hover2 {
    width: 425px;
    bottom: 145px;
  }
  .mv_hover3 {
    width: 425px;
    bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  /*========================================
  レシピ
  ======================================== */
  .recipe .recipe_title {
    margin: 0 0 -30px;
  }
  .recipe .btn_recipe {
    margin: -20px auto 0;
  }
  .recipe .circle {
    width: 62%;
  }
  .recipe .slide_bubble1 {
    top: -35%;
  }
  /*========================================
  商品説明
  ======================================== */
  .product .product_under_img img {
    width: 440px;
    transform: translateX(-10%);
    opacity: 0;
  }
  .product .active.js_product_under_img img {
    transform: translateX(0px);
  }
  .product .product_under_img img {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  /*========================================
  ローダー
  ======================================== */
  .loader_img {
    width: 90%;
    height: fit-content;
    max-height: inherit;
  }
  .loader_img img {
    height: auto;
    width: 100%;
  }
  /*========================================
  MV
  ======================================== */
  .product .product_about_logo1 {
    right: -40px;
  }
  .mv .mv_img {
    width: 90%;
    height: fit-content;
    max-height: inherit;
  }
  .mv .mv_img img {
    height: auto;
    width: 100%;
  }
  .mv_hover {
    display: none;
  }
  /*========================================
  お客様の声
  ======================================== */
  .pc_on_950 {
    display: none;
  }
  .sp_on_950 {
    display: block;
  }
  .voice .voice_bubble {
    width: 100%;
  }
  .none_950 {
    display: none;
  }
  .voice .voice_box {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .voice .voice_text {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .voice .voice_merchandise {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 60px auto 0;
    width: 240px;
    order: 3;
  }
  .voice .voice_text1 {
    width: 55%;
    margin: 0 auto 0;
  }
  .voice .voice_text:not(:first-of-type) {
    margin: 60px auto 0;
    width: 55%;
  }
  .voice .voice_text1 {
    transform: translateX(-75px);
    order: 1;
  }
  .voice .voice_text2 {
    transform: translateX(-55px);
    order: 4;
  }
  .voice .voice_text3 {
    transform: translateX(65px);
    order: 2;
  }
  .voice .voice_text4 {
    transform: translateX(55px);
    order: 5;
  }
  .voice .voice_sentence1, .voice .voice_sentence2, .voice .voice_sentence3, .voice .voice_sentence4 {
    width: 100%;
  }
  .voice .voice_woman3 {
    top: -30px;
  }
  .voice .voice_woman1 {
    width: 150px;
    position: absolute;
    top: -20px;
    right: -170px;
  }
  .voice .voice_woman3 {
    width: 130px;
    right: auto;
    top: 0px;
    left: -150px;
  }
  .voice .voice_woman2 {
    width: 110px;
    position: absolute;
    top: -20px;
    right: -120px;
  }
  .voice .voice_woman4 {
    width: 110px;
    position: absolute;
    top: -10px;
    left: -140px;
  }
}
@media screen and (max-width: 1000px) {
  .about .about_treatment2 {
    bottom: 320px;
  }
  .product .product_under_in {
    width: 100%;
  }
  .voice .voice_body {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  /*========================================
  共通
  ======================================== */
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .wrpper {
    min-width: inherit;
    width: 100%;
  }
  .mv .mv_img {
    width: 90%;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
  }
  /*========================================
  ローダー
  ======================================== */
  .loader {
    height: var(--initial-vh);
  }
  .loader-bg_inner {
    height: 83.5%;
  }
  .progress-bar {
    height: 16.5%;
  }
  .loader_img {
    width: 110%;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
  }
  .progress-textArea {
    position: absolute;
    bottom: 17.5%;
    left: 15px;
    width: 47px;
  }
  .progress-textArea .progress-text {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-family: "Inter", sans-serif;
    line-height: 1;
  }
  .progress-textArea .progress_under {
    position: absolute;
    bottom: 0;
    right: -40%;
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    line-height: 1;
  }
  /*========================================
  mv
  ======================================== */
  .mv {
    height: var(--initial-vh);
  }
  .mv_treatment1 {
    display: none;
  }
  .mv_treatment2 {
    display: none;
  }
  .mv_treatment_sp1 {
    position: absolute;
    width: 34%;
    bottom: 0;
    left: 15px;
    z-index: 810;
  }
  .mv_treatment_sp2 {
    position: absolute;
    width: 20%;
    bottom: 0;
    right: 20px;
    z-index: 810;
  }
  .mv .mv_inner {
    height: 83.5%;
  }
  /*========================================
  アバウト
  ======================================== */
  .about {
    background-image: url(../img/about/abbg.png);
    background-size: cover;
    background-repeat: repeat-y;
    margin: 0px 0 0;
  }
  .about .about_in {
    padding: 265px 20px 100px;
  }
  .about .about_treatment1 {
    width: 215px;
    top: 80px;
  }
  .about .about_treatment2 {
    width: 105px;
    bottom: auto;
    top: 195px;
  }
  .about .about_treatment3 {
    width: 145px;
    top: 150px;
  }
  .about .about_text2 {
    width: 330px;
    top: -260px;
    left: -90px;
  }
  .about .about_text1 {
    top: -140px;
    right: 0px;
    width: 260px;
  }
  .about .about_title {
    font-size: 7.9vw;
  }
  .about .about_text {
    text-align: left;
  }
  /*========================================
  商品紹介
  ======================================== */
  .product .product_area {
    width: 100%;
    background-size: contain;
    background-repeat: repeat;
    padding: 90px 0px 25px;
    position: relative;
  }
  .product .product_about_img1 {
    width: 100%;
    margin: 0 0 0 0px;
  }
  .product .product_about_logo1 {
    width: 85%;
    margin: 40px auto 0;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }
  .product .product_treatment1 {
    max-width: 795px;
    width: 80%;
    top: -130px;
  }
  .product .product_under_in {
    width: 100%;
    display: block;
  }
  .product .product_under_img {
    width: 70%;
    margin: 60px auto 0;
    transform: inherit;
  }
  .product .product_plan {
    padding: 55px 20px 0px;
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
  }
  .product .product_under {
    margin: 100px 0 0;
    padding: 0px 0 130px;
  }
  .product_img_sp {
    padding: 0 20px;
  }
  .product .product_under1 {
    background-image: none;
  }
  .product .product_plan::before {
    content: none;
  }
  .product .pro_bubble {
    width: 80%;
    margin: 0 auto;
  }
  .product .product_plan_title {
    margin: 15px auto 0;
    width: fit-content;
  }
  .product .product_plan_text {
    margin: 35px 0 0;
    width: 100%;
  }
  .product .btn_pro {
    margin: 40px auto 0;
  }
  .product .product_treatment {
    right: 0;
  }
  .product .product_treatment2 {
    top: -195px;
    width: 80%;
    transform: scale(-1, 1);
    right: auto;
    left: 0;
  }
  .product .product_treatment3 {
    max-width: 755px;
    top: -150px;
    width: 82%;
  }
  .product .product_under2 {
    background-image: none;
  }
  .product .product_under3 {
    background-image: none;
  }
  .product .product_under3 {
    padding: 25px 0 130px;
  }
  /*========================================
  お客様の声
  ======================================== */
  .voice .voice_body {
    max-width: inherit;
    padding: 0;
  }
  .voice .voice_bubble {
    width: 100%;
  }
  .voice .voice_box {
    margin: 60px 0 0;
    position: relative;
    height: auto;
  }
  .voice .voice_supplement {
    display: block;
  }
  .voice_supplement_img:nth-of-type(2) {
    margin: 30px 0 0;
  }
  .slide_bubble_sp {
    width: 80%;
    margin: 30px auto 0px;
  }
  /*========================================
  レシピ
  ======================================== */
  .recipe {
    padding: 160px 0 100px;
  }
  .recipe .recipe_supplement_img {
    width: 80%;
    margin: 0 auto 0;
  }
  .recipe .recipe_text {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .slide_logo_sp {
    width: 80%;
    margin: 100px auto 0;
  }
  .recipe .circle {
    width: 75%;
  }
  .recipe .slider_container {
    position: relative;
    margin: 0px 0 0;
  }
  .recipe .splide__track {
    padding-top: 0px;
    padding-bottom: 55px;
  }
  .recipe .circle {
    top: 15px;
  }
  .recipe .recipe_in_bg {
    bottom: -100px;
  }
  .slider-wrapper2, .slider-wrapper3 {
    margin: 20px 0 0;
  }
  .slider-wrapper {
    margin: 0px 0 0;
  }
  .recipe .splide__arrow {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  /*========================================
  フッター
  ======================================== */
  .footer {
    background-image: url(../img/footer/fo1_sp.jpg);
  }
}
@media screen and (max-width: 600px) { /* -----600px----- */
  .loader_img {
    width: 110%;
  }
  .mv .mv_img {
    width: 110%;
  }
}