@charset "UTF-8";
@import url("reset.css");
@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

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

.tab_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab_sp {
    display: block;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .slick_sp_img {
    display: none !important;
  }
}

img {
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #292929;
  background-color: #fff;
  line-height: 1.5;
}


.inner {
  max-width: calc(1000px + 10%);
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 7%;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3vw;
  }
}

.serif {
  font-family: "Noto Serif JP";
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.inline-block {
  display: inline-block;
}

.btn .btn_btn {
  display: block;
  position: relative;
  padding: 13px 0;
}

@media screen and (max-width: 767px) {
  .btn .btn_btn {
    padding: 10px 0;
    width: 215px;
  }
}

.btn .btn_btn::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background-color: #1AAC80;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .btn .btn_btn::before {
    width: 39px;
    height: 39px;
  }
}

.btn .btn_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-40deg) skew(10deg);
  transform: rotate(-40deg) skew(10deg);
}

@media screen and (max-width: 767px) {
  .btn .btn_btn::after {
    width: 11px;
    height: 11px;
    right: 28px;
  }
}

.btn .btn_btn span {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  margin-left: 28%;
}

@media screen and (max-width: 767px) {
  .btn .btn_btn span {
    font-size: 1.9rem;
  }
}

.btn .btn_btn:hover {
  opacity: 1;
  background-color: #fff;
}

.btn .btn_btn:hover::before {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.btn .btn_btn:hover span {
  color: #168E65;
}

.btn.btn_liv .btn_btn {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.361);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.361);
}

.btn.btn_liv .btn_btn::before {
  background-color: #E68011;
}

.btn.btn_liv .btn_btn span {
  color: #E68011;
}

.btn.btn_liv .btn_btn:hover {
  background-color: #E68011;
}

.btn.btn_liv .btn_btn:hover::before {
  background-color: #fff;
}

.btn.btn_liv .btn_btn:hover::after {
  border-color: #E68011;
}

.btn.btn_liv .btn_btn:hover span {
  color: #fff;
}

.btn.btn_bow .btn_btn {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.361);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.361);
}

.btn.btn_bow .btn_btn::before {
  background-color: #00AEBB;
}

.btn.btn_bow .btn_btn span {
  color: #00AEBB;
}

.btn.btn_bow .btn_btn:hover {
  background-color: #00AEBB;
}

.btn.btn_bow .btn_btn:hover::before {
  background-color: #fff;
}

.btn.btn_bow .btn_btn:hover::after {
  border-color: #00AEBB;
}

.btn.btn_bow .btn_btn:hover span {
  color: #fff;
}

.btn.btn_exo .btn_btn {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.361);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.361);
}

.btn.btn_exo .btn_btn::before {
  background-color: #F19EC2;
}

.btn.btn_exo .btn_btn span {
  color: #F19EC2;
}

.btn.btn_exo .btn_btn:hover {
  background-color: #F19EC2;
}

.btn.btn_exo .btn_btn:hover::before {
  background-color: #fff;
}

.btn.btn_exo .btn_btn:hover::after {
  border-color: #F19EC2;
}

.btn.btn_exo .btn_btn:hover span {
  color: #fff;
}

.btn.btn2 .btn_btn {
  width: 205px;
  margin: 0 auto;
  padding: 10px 0;
}

.btn.btn2 .btn_btn::before {
  display: none;
}

.btn.btn2 .btn_btn::after {
  width: 8px;
  height: 8px;
  right: 20px;
}

.btn.btn2 .btn_btn span {
  font-size: 1.6rem;
  margin-left: 36px;
}

.btn.btn2 .btn_btn:hover::after {
  border-color: #168E65;
}

.btn.reverse .btn_btn {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.361);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.361);
}

.btn.reverse .btn_btn span {
  color: #168E65;
}

.btn.reverse .btn_btn:hover {
  background-color: #168E65;
}

.btn.reverse .btn_btn:hover span {
  color: #fff;
}

.en_title {
  font-family: "Averia Serif Libre", serif;
  font-weight: bold;
}

.title1 {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
}

.title1 .en {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.1em;
}

@media screen and (max-width: 767px) {
  .title1 .en {
    font-size: 1.6rem;
    margin-bottom: 0.8em;
  }
}

.title1 .ja {
  display: block;
  font-size: 3rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .title1 .ja {
    font-size: 2.6rem;
  }
}

.rowfat-liquid_top {
  max-width: 900px;
  margin: 60px auto 120px;
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top {
    margin-bottom: 30px;
  }
}

.rowfat-liquid_top_img_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  max-height: 100vh;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top_img_box {
    flex-direction: column;
    gap: 40px;
    flex-wrap: nowrap;
    max-height: none;
    align-items: normal;
  }
}

.rowfat-liquid_top_logo {
  order: 0;
  display: flex;
  justify-content: center;
  min-width: 420px;
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top_logo {
    min-width: auto;
  }
}

.rowfat-liquid_top_logo img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top_logo img {
    max-width: 250px;
  }
}

.rowfat-liquid_top_img_box_img {
  position: relative;
  width: 100%;
  height: 100%;
}

/* imgタグへの疑似要素適用をやめ、代わりにdiv要素を追加 */
.rowfat-liquid_top_img_box_wrapper {
  position: relative;
  order: 3;
  margin-top: 100px;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top_img_box_wrapper {
    order: 1;
    width: 90%;
    margin-top: 0;
    margin: 0 auto;
  }
}

.rowfat-liquid_top_img_box_wrapper::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  width: 130px;
  height: 130px;
  background-image: url('../img/Group46.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(10%, -20%);
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top_img_box_wrapper::after {
    top: 0;
    left: auto;
    right: 0;
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .rowfat-liquid_top_img_box_wrapper::after {
    width: 100px;
    height: 100px;
  }
}

.rowfat-liquid_top_img_box_wrapper img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top_img_box_wrapper img {
    max-height: none;
    max-width: 100%;
  }
}

.rowfat-liquid_top_copy {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00A1D9;
  order: 1;
  font-size: 2rem;
  margin: 30px;
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top_copy {
    font-size: 1.5rem;
    order: 2;
    margin-top: 0;
  }
}

.rowfat-liquid_top_copy p {
  border: 2px solid #00A1D9;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .rowfat-liquid_top_copy p {
    font-size: 1.5rem;
  }
}

/*--------------- fv ---------------*/
.fv {
  position: relative;
  order: 2;
}

@media screen and (max-width: 1024px) {
  .fv {
    order: 3;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 49%;
  bottom: 40px;
  /*全体の高さ*/
  height: 50px;
}

@media screen and (max-width: 767px) {
  .scrolldown1 {
    bottom: 15px;
    height: 30px;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #292929;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #292929;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {

  /* 線の描写 */
  .scrolldown1::after {
    width: 1px;
    height: 30px;
    background: #292929;
  }

  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }

    30% {
      height: 15px;
      opacity: 1;
    }

    100% {
      height: 0;
      top: 30px;
      opacity: 0;
    }
  }
}

@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    min-height: auto;
    margin-bottom: 90px;
    padding-top: 20px;
  }
}

.fv>.en_title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 8px;
  left: 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .fv>.en_title {
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .fv>.en_title {
    top: 155px;
  }
}

.top_point {
  background-image: url(../img/top_second.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 278px;
  color: #fff;
  padding: 100px 41px 0;
  text-align: center;
  line-height: 2.2;
  font-size: 2rem;
  font-weight: 600;
}


@media screen and (max-width: 767px) {
  .top_point {
    height: 170px;
    font-size: 1.4rem;
    margin-top: 30px;
    padding: 50px 10px 0;
  }
}

.top_copy {
  background-image: url(../img/rowfat-liq_top_center.svg);
  background-size: contain;
  background-position: center;
  height: 280px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 80;
}

@media screen and (max-width: 1024px) {
  .top_copy {
    font-size: 10rem;

  }
}

@media screen and (max-width: 767px) {
  .top_copy {
    height: 230px;
  }
}

.top_copy p {
  padding-top: 60px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  color: #292929;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top_copy p {
    padding-top: 50px;
    font-size: 1.5rem;
    letter-spacing: 0;
    width: 95%;
    margin: 0 auto;
  }
}


.fv_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  padding: 5px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fv_box {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .fv_box {
    padding: 0 2%;
    flex-direction: column;
  }
}


@media screen and (max-width: 767px) {
  .fv_box_r {
    margin-right: 0;
    margin-left: auto;
  }
}

.fv_box_r .en_title {
  font-size: 15rem;
  color: #009a6b26;
  text-align: right;
  padding-right: 0.2em;
  margin-bottom: -0.3em;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .fv_box_r .en_title {
    font-size: 10rem;
    letter-spacing: 0;
    padding-right: 0;
  }
}

.fv_box_r .txt1 {
  text-align: right;
  color: #168E65;
  padding-right: 12px;
  margin-top: -0.8em;
  margin-bottom: 90px;
}

@media screen and (max-width: 1350px) {
  .fv_box_r .txt1 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .fv_box_r .txt1 {
    margin-top: 1em;
    padding-right: 15px;
    margin-bottom: 150px;
  }
}

.fv_title {
  color: #168E65;
}


@media screen and (max-width: 767px) {
  .fv_title {
    padding-left: 15px;
    width: 80%;
    margin-top: 20px;
  }
}

.fv_title .txt1 {
  display: block;
  font-size: 7rem;
  margin-bottom: 0.15em;
}

@media screen and (max-width: 1024px) {
  .fv_title .txt1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 410px) {
  .fv_title .txt1 {
    font-size: 11.8vw;
  }
}

.fv_title .txt2 {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .fv_title .txt2 {
    font-size: 2rem;
  }
}

.fv_scroll {
  text-align: right;
  padding-right: 76px;
}

@media screen and (max-width: 767px) {
  .fv_scroll {
    padding-right: 30px;
  }
}

.fv_scroll span {
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #168E65;
  position: relative;
}

.fv_scroll span::before {
  content: "";
  position: absolute;
  left: -29px;
  bottom: -30px;
  width: 1px;
  height: 65px;
  background: #168E65;
}

.fv_scroll span::after {
  content: "";
  position: absolute;
  left: -36px;
  bottom: -34px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #168E65;
  border-bottom: 1px solid #168E65;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes slick-dots-active {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slick-dots-active {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}


.rowfat-liq_about1 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1 {
    margin-bottom: 60px;
  }
}

.rowfat-liq_about1 .inner {
  max-width: calc(780px + 10%);
}

.rowfat-liq_about1_block1 h2 {
  font-size: 2rem;
  color: #00A1D9;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block1 h2 {
    font-size: 20px;
  }
}

.rowfat-liq_about1_block1 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block1 .box {
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 45px;
  }
}

.rowfat-liq_about1_block1 .box .box_txt {
  max-width: 450px;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block1 .box .box_txt {
    max-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_about1_block1 .box_img {
    text-align: right;
    max-width: 300px;
    margin-left: auto;
  }
}

.rowfat-liq_about1_block1 .box_img img {
  max-width: 300px;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block1 .box_img img {
    max-width: 155px;
  }
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block2 .rowfat-liq_about1_ttl1 {
    margin-bottom: 27px;
  }
}

.rowfat-liq_about1_block2_ttl span {
  background-color: #168E65;
  color: #fff;
  display: inline-block;
  padding: 7px 11px 8px 4px;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block2_ttl span {
    font-size: 1.6rem;
    padding: 8px 12px 10px 5px;
  }
}

.rowfat-liq_about1_block2_ttl span::before {
  content: "";
  position: absolute;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: -12px;
  right: -5px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.rowfat-liq_about1_block2_box {
  background-color: #F6FCFA;
  padding: 40px 20px;
  line-height: 1.67;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block2_box {
    padding: 30px 5px;
    margin-right: 0;
    line-height: 1.9;
  }
}

.rowfat-liq_about1_block2_box._1 {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block2_box._1 {
    margin-bottom: 26px;
  }
}

.rowfat-liq_about1_block2_box._1 .txt1 {
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block2_box._1 .txt1 {
    margin-bottom: 14px;
  }
}

.rowfat-liq_about1_block2_box._1 .txt2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block2_box._1 .txt2 {
    margin-bottom: 18px;
  }
}

.rowfat-liq_about1_block2_box._1 .ttl {
  margin-bottom: 20px;
  color: #168E65;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block2_box._1 .ttl {
    margin-bottom: 4px;
  }
}

.rowfat-liq_about1_block2_box._2 .ttl1,
.rowfat-liq_about1_block2_box._2 .ttl2 {
  font-weight: 600;
  color: #168E65;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

  .rowfat-liq_about1_block2_box._2 .ttl1,
  .rowfat-liq_about1_block2_box._2 .ttl2 {
    margin-bottom: 6px;
  }
}

.rowfat-liq_about1_block2_box._2 .txt1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about1_block2_box._2 .txt1 {
    margin-bottom: 12px;
  }
}

.rowfat-liq_about_catch {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
}

.rowfat-liq_about_catch p {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about_catch p {
    font-size: 2rem;
  }
}

.rowfat-liq_about_catch h3 {
  font-size: 3.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about_catch h3 {
    font-size: 3rem;
  }

  .rowfat-liq_about_catch h3 img {
    display: block;
    margin: 20px auto;
    width: 80%;
  }
}

.rowfat-liq_about2 .inner1 {
  max-width: calc(780px + 10%);
  margin-bottom: 20px;
}

.rowfat-liq_about2 .inner1 .rowfat-liq_about1_ttl1 {
  margin-bottom: 0;
}

.rowfat-liq_about2_bg {
  padding: 50px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_bg {
    padding: 30px 0;
  }
}

.rowfat-liq_about2_bg .inner {
  max-width: 850px;
  background-color: #E5F2F9;
  border: 5px solid #00A1D9;
  border-radius: 10px 170px 10px 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_about2_bg .inner {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_bg .inner {
    border: 2px solid #00911D;
    border-radius: 5px 70px 5px 5px;
  }
}


@media screen and (max-width: 1024px) {
  .inner::before {
    width: 150px;
  }
}

.rowfat-liq_about2 {
  margin-bottom: 60px;
}

.rowfat-liq_about2_box {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 50px;
  z-index: 1;
  align-items: center;
}


@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box {
    display: block;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.rowfat-liq_about2_box_ttl {
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_ttl {
    position: relative;
  }
}

.rowfat-liq_about2_box_ttl .ttl_number {
  background-image: url(../img/rowfat-liq_box_ttl_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 15px;
  color: #F8F8FF;
  line-height: 1.2;
}

.rowfat-liq_about2_box_ttl .ttl_number span {
  font-size: 12px;
}

.rowfat-liq_about2_box_ttl .ttl_number p {
  font-family: oswald;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0em;
}

.rowfat-liq_about2_box_ttl .copy {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_about2_box_ttl .copy {
    font-size: 24px;
  }
}

.rowfat-liq_about2_box_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_txt {
    padding-bottom: 30px;
  }
}

.rowfat-liq_about2_box_txt>p {
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}

.rowfat-liq_txt_strong {
  color: #00A1D9;
  font-weight: bold;
}

.rowfat-liq_txt_strong span {
  text-decoration: underline;
}

.rowfat-liq_txt_negative {
  color: #004EA2;
}

.rowfat-liq_about2_box_txt .list {
  background-color: #fff;
  padding: 20px 60px;
  margin-bottom: 20px;
  line-height: 1.7;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_about2_box_txt .list {
    padding: 20px 40px;
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_txt .list {
    padding: 16px;
  }
}

.rowfat-liq_about2_box_txt .list .large_txt {
  font-size: 2rem;
}

.rowfat-liq_about2_box_txt .list li {
  padding-left: 14px;
  position: relative;
}

.rowfat-liq_about2_box_txt .list li:not(:last-child) {
  margin-bottom: 15px;
}

.rowfat-liq_about2_box_txt .list li .list_info {
  display: block;
  font-size: 1.4rem;
  color: #444444;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_txt .list li {
    padding-left: 0;
  }
}

.rowfat-liq_about2_box_txt .list li a {
  font-weight: bold;
  letter-spacing: 0;
  color: #004EA2;
  text-decoration: underline;
}

.rowfat-liq_about2_box_txt .list li a i {
  margin-left: 10px;
}

.rowfat-liq_about2_box_txt .list .list_point {
  padding: 16px;
  border-radius: 7px;
  background-color: #E5F2F9;
}


.rowfat-liq_about2_box_txt .list .list_point li {
  margin-bottom: 0;
}

.rowfat-liq_about2_box_txt .list .list_caution {
  padding: 16px;
  border-radius: 7px;
  background-color: #FCF6F6;
  color: #DD0021;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_txt .list .list_caution {
    text-align: left;
  }
}

.rowfat-liq_about2_box_txt .list .list_caution li:not(:last-child) {
  margin-bottom: 5px;
}

.rowfat-liq_about2_box_txt .list .list_info {
  background-color: #FFF6E9;
  padding: 16px;
  border-radius: 7px;
}

.rowfat-liq_about2_box_txt .list .list_info .info_strong {
  font-weight: bold;
  margin-bottom: 10px;
}

.rowfat-liq_about2_box_txt .btn_btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_txt .btn_btn {
    width: 266px;
    padding: 13px 0;
  }
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_txt .btn_btn span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_txt .btn_btn::before {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about2_box_txt .btn_btn::after {
    width: 15px;
    height: 15px;
    right: 35px;
  }
}

.rowfat-liq_about2_box_img,
.rowfat-liq_about3_box_img {
  text-align: center;
  max-width: 250px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {

  .rowfat-liq_about2_box_img,
  .rowfat-liq_about3_box_img {
    padding-left: 0;
    margin: 20px auto;
    text-align: center;
    width: 80%;
  }

  .rowfat-liq_about2_box_img img,
  .rowfat-liq_about3_box_img img {
    max-height: 150px;
    max-width: 150px;
  }
}

.rowfat-liq_about2_box_img .howto_img {
  max-width: 150px;
}

.graph_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .graph_ttl {
    font-size: 2rem;
  }
}

.graph_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .graph_box {
    flex-direction: column;
    gap: 30px;
    margin: 20px 0;
  }
}

.rowfat-liq_about3 {
  background: linear-gradient(#FFF, #FFFAF4);
  padding-bottom: 100px;
}

.rowfat-liq_about3_bg {
  background-color: #00A1D9;
  border-bottom: 20px solid #006487;
  max-width: 970px;
  margin: 0 auto;
  padding: 70px;
  border-radius: 200px 200px 50px 50px;
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_about3_bg {
    padding: 70px 20px;
    border-radius: 150px 150px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about3_bg {
    border-bottom: 10px solid #00911D;
    border-radius: 100px 100px 50px 50px;
    padding: 60px 20px;
  }
}

.rowfat-liq_about3_box {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_about3_box {
    gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_about3_box {
    flex-direction: column;
  }
}

.rowfat-liq_about3_box_ttl {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}


.rowfat-liq_about3_box_ttl .copy {
  letter-spacing: 1rem;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about3_box_ttl .copy {
    font-size: 20px;
  }
}

.dog_only {
  position: relative;
}

.dog_only::before {
  content: 'イヌに\Aとっては';
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  top: -75px;
  right: -40px;
  width: 75px;
  height: 75px;
  border-radius: 50px 50px 50px 0px;
  background-color: #004EA2;
  white-space: pre-wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .dog_only::before {
    font-size: 11px;
    top: -70px;
    right: -40px;
    width: 65px;
    height: 65px;
  }
}

.usage_box {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .usage_box {
    flex-direction: column;
    gap: 20px;
  }
}

.usage_box_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  width: 100%;
  padding: 40px 20px;
  border-radius: 5px 50px 5px 5px;
  filter: drop-shadow(-4px 4px 2px rgba(0, 0, 0, 0.15));

}

@media screen and (max-width: 767px) {
  .usage_box_content {
    gap: 10px;
    padding: 10px;
    flex-direction: row;
  }
}

.usage_box_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .usage_box_txt {
    align-items: flex-start;
  }
}

.usage_box_txt p:first-child {
  font-size: 14px;
  color: #fff;
  background-color: #006487;
  padding: 0px 10px;
  border-radius: 30px;
  letter-spacing: 0;
}

.usage_box_txt p:last-child {
  font-size: 2.2rem;
  color: #006487;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .usage_box_txt p:last-child {
    font-size: 2rem;
  }
}

.usage_box_content .usage_box_img img {
  max-width: 150px;
  width: 100%;
  filter: drop-shadow(-4px 8px 5px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 767px) {
  .usage_box_content .usage_box_img img {
    max-width: 100px;
    width: 100%;
    filter: drop-shadow(-4px 8px 5px rgba(0, 0, 0, 0.2));
  }
}

.rowfat-liq_about4_bg {
  background-color: #FFFAF4;
  padding: 100px 40px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about4_bg {
    padding: 60px 40px;
  }
}

.rowfat-liq_about4_box_ttl {
  color: #00A1D9;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}


.rowfat-liq_about4_box_ttl .copy {
  letter-spacing: 0.5rem;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_about4_box_ttl .copy {
    font-size: 20px;
  }
}

.rowfat-liq_about_list_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_about_list_box {
    flex-direction: column;
    padding-bottom: 0;
  }
}

.rowfat-liq_story {
  background-color: #E5F2F9;
  box-shadow: inset 0 0 14px 0 rgba(0, 78, 162, 0.1);
  max-width: 650px;
  margin: 120px auto;
  padding: 40px 70px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .rowfat-liq_story {
    margin: 80px auto;
    padding: 25px 20px;
    max-width: 90%;
    border-radius: 5px;
  }
}

.rowfat-liq_story_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.rowfat-liq_story_box_ttl {
  line-height: 1.2;
  font-size: 20px;
}

.rowfat-liq_story_box_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  line-height: 2;
}

.rowfat-liq_story_box_img {
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .rowfat-liq_story_box_img {
    max-width: 80%;
  }
}

.lineup_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .lineup_box {
    gap: 60px;
    flex-direction: column;
  }
}

.rowfat-liq_about5_bg {
  padding: 20px 10px;
}

.lineup_box_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}


.lineup_box_content {
  flex-basis: 35%;
}

@media screen and (max-width: 1024px) {
  .lineup_box_content {
    flex-basis: 100%;
  }
}

.lineup_box_content a,
.link_box_content a {
  color: #fff;
  font-weight: bold;
  background-color: #00A1D9;
  padding: 5px 40px;
  border-radius: 30px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
}

.lineup_box_content a i,
.link_box_content a i {
  margin-left: 10px;
}


.rowfat-liq_greenbg {
  background-color: #00A1D9;
  padding: 50px 20px;
}

/* FAQスタイルを追加 */
.faq_box {
  max-width: 800px;
  margin: 0 auto;
}

.faq_box_content {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  /* はみ出る部分を隠す */
}

.faq_box_q {
  position: relative;
  cursor: pointer;
  padding: 20px 40px 20px 50px;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  /* 余白を削除 */
}

.faq_box_q::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #00A1D9;
}

.faq_box_q p {
  font-weight: bold;
  margin: 0;
  padding-right: 40px;
}

.faq_box_icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq_box_icon::before,
.faq_box_icon::after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background: #00A1D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.faq_box_icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq_box_content.open .faq_box_icon::after {
  transform: translateY(-50%) rotate(0);
}

.faq_box_a {
  display: block;
  /* displayプロパティは使用しない */
  position: relative;
  padding: 0 20px 0 50px;
  opacity: 0;
  max-height: 0;
  /* 閉じた状態の高さを0に */
  transition: all 0.4s ease-out;
  margin: 0;
  /* 余白を削除 */
  overflow: hidden;
  /* はみ出る部分を隠す */
}

.faq_box_content.open .faq_box_a {
  opacity: 1;
  max-height: 500px;
  /* 開いた状態の最大高さを増やす */
  padding: 0 20px 20px 50px;
}

.faq_box_a::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 0;
  color: #DD0021;
  font-weight: bold;
}

.faq_box_a p {
  margin: 0;
  line-height: 1.8;
}

.faq_box_a p span {
  color: #DD0021;
}


@media screen and (max-width: 767px) {
  .faq_box_q {
    padding: 15px 35px 15px 40px;
  }

  .faq_box_q::before {
    left: 15px;
  }

  .faq_box_a::before {
    left: 15px;
  }
}

/* スマートフォン用の調整 */
@media screen and (max-width: 767px) {
  .faq_box_content.open .faq_box_a {
    max-height: 600px;
    /* スマートフォンでは更に高さを確保 */
  }
}

.link_box {
  background-color: #fff;
  padding: 60px;
  box-shadow: -2px 2px 10px 0 rgba(0, 78, 162, 0.1);
  border-radius: 5px;
  max-width: 800px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .link_box {
    padding: 30px;
    max-width: 100%;
  }
}

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

@media screen and (max-width: 767px) {
  .link_box_content {
    flex-direction: column;
    gap: 20px;
  }
}

.link_box_ttl {
  background-image: url(../img/rowfat-liq_link_ttl_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 78, 162, 0.5);
  padding: 80px 50px;
  border-radius: 5px;
  text-align: center;
  min-width: 350px;
}

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

/* モーダルのスタイル */
.modal {
  display: none;
  /* デフォルトは非表示 */
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  /* 背景の半透明 */
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  /* 上下中央寄せ */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* 幅を調整 */
  max-width: 700px;
  max-height: 90vh;
  /* 画面の高さを最大に設定 */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 中央に配置 */
}

#modalVideo {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}

.close-button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #00A1D9;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-button:hover {
  background-color: #368027;
}

@media screen and (max-width: 767px) {
  .modal-content {
    width: 95%;
  }
}

.new_item_video_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.new_item_youtube {
  width: 100%;
}

.new_youtube_item_video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.new_youtube_item_video iframe {
  width: 100%;
  height: 100%;
}

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