@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600&display=swap');
/* font-family: 'Noto Sans JP', sans-serif; */
/* font-weight: 400; */
/* Regular */
/* font-weight: 500; */
/* Medium */
/* font-weight: 700; */
/* Bold */
/* font-weight: 900; */
/* Black */
/*
 font-family: "Outfit", sans-serif;
 font-weight: 600;
 */
/* -----------------------------------------------------------------
 reset
 ----------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  vertical-align: baseline;
  /* font: inherit; */
  box-sizing: border-box;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-family: "Noto Serif", serif;
  font-size: 62.5%;
  font-size: 56.25%;
  font-size: 58.75%;
  touch-action: manipulation;
  box-sizing: border-box;
  height: 100%;
}
body {
  font-size: 1.4rem !important;
  font-family: "Noto Serif", serif;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  /* color: #5d737e; */
  font-feature-settings: "palt";
  overflow-x: hidden;
  height: 100%;
  background: white !important;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 2.4rem;
    /* letter-spacing: 0.05; */
  }
}
.wrap {
  min-height: 100vh;
  position: relative;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.img-fluid {
  width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  /* color: #5d737e; */
  color: #5e5e5e;
  transition: 0.3s ease-in-out;
}
a:hover, a:active {
  color: #A1272E;
  opacity: 0.8;
}
input[type=text], input[type=email], select, option {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: #F7F8F8;
  border: none;
  padding: 1rem;
}
input, select, option {
  padding: 1rem;
}
/*
 ::-webkit-scrollbar{
 width: 4px;
 }
 */
::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
}
#cnt .entry-content {
  margin: 0;
}
/* font-family: dnp-shuei-gothic-gin-std, sans-serif; */
/* font-weight: 400; */
/* L */
/* font-weight: 500; */
/* M */
/* font-weight: 600; */
/* B */
.tophd-box .hx {
  width: 18rem;
  margin: 1.6rem 0;
  display: inline-block;
}
.shophd-box {
  text-align: center;
}
.shophd-box .hx {
  width: 18rem;
  margin: 1.6rem 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .shophd-box .hx {
    width: 15rem;
  }
}
.shophd-box .hx .sub-hx {
  letter-spacing: 0.12em;
  margin-top: 0.4em;
  display: inline-block;
}
.breadcrumb-box .breadCrumbHolder {
  margin: 0 auto;
  padding: 0.25em 0 0.35em;
}
.breadcrumb-box .breadCrumb {
  padding: 0;
  background: none;
  width: auto;
  /* max-width: 650px; */
}
.breadcrumb-box ul li a {
  color: #212529;
}
#wp {
  background: white;
}
#wp .sb-toggle-right {
  position: fixed;
  top: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  cursor: pointer;
}
#wp .sb-toggle-left {
  left: 0;
  z-index: 20;
}
#wp .cart-button {
  right: 50px;
  z-index: 220;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  #wp .cart-button {
    width: 30px;
    right: 40px;
  }
}
#wp.inactive .cart-button {
  color: white;
}
#wp .cart-button .material-icons {
  font-size: 2.2rem;
}
#wp .hbg-button {
  right: 10px;
  z-index: 220;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #wp .hbg-button {
    top: 0.8rem;
    right: 0.5rem;
  }
}
#wp .hbg-button span {
  display: block;
  position: relative;
  width: 50%;
  height: 1px;
  margin: 0;
  background: #333333;
  transition: 0.2s;
}
#wp .hbg-button span:after, #wp .hbg-button span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  transition: 0.75s;
}
#wp .hbg-button span:before {
  margin-top: -26%;
}
#wp .hbg-button span:after {
  margin-top: 26%;
}
#wp.inactive .hbg-button span {
  background: transparent;
  opacity: 1;
}
#wp.inactive .hbg-button span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 0px;
}
#wp.inactive .hbg-button span:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#wp.inactive .hbg-button span:before, #wp.inactive .hbg-button span:after {
  margin-top: 0;
  background: white;
}
#hd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: none;
  transition: 0.1s linear;
}
#hd.reverse .global-navi li a {
  color: #333333;
}
#hd.scrolled {
  background: rgba(255, 255, 255, 0.9);
}
#hd .inr {
  width: 100%;
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #hd .inr {
    padding: 1rem 2rem;
  }
}
#hd .hx a {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 1.2rem 0;
  display: inline-block;
}
#hd .logo-hx {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0.2rem;
  left: 2rem;
  z-index: 2;
}
#hd .logo-hx a {
  width: 5rem;
  display: inline-block;
}
#hd .global-navi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hd .global-navi li {
  display: inline-block;
}
#hd .global-navi li a {
  color: #333333;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  padding: 0.5rem 2rem;
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  #hd .global-navi li a {
    padding: 0.5rem 1rem;
  }
}
#hd .btn-to-instagram {
  position: absolute;
  top: 1.5rem;
  right: 5rem;
  z-index: 5;
}
#hd .btn-to-instagram a {
  width: 2.6rem;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #hd .btn-to-entry {
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
#hd .btn-to-entry a {
  color: #3e3a39;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
  max-width: 40em;
  padding: 0.5em 2em 0.5em 5em;
  background: #aeaeaf url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/icon-ent.png) left 2em center / 2.2em auto no-repeat;
  border-radius: 3em;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #hd .btn-to-entry a {
    padding: 1em 2em 0.5em 5em;
    border-radius: 3rem 3rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  #hd .btn-to-entry a {
    font-size: 3.5vw;
  }
}
#hd .btn-to-entry a .main-txt {
  color: #f87000;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  width: 100%;
  padding: 0 1.5rem;
  background: white;
  border-radius: 0.5rem;
  display: inline-block;
}
#hd .btn-to-entry a .sub-txt {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  display: inline-block;
}
#ft {
  padding: 1rem 0;
  background: #595757;
}
#ft .otr {
  padding: 3rem 0;
}
#ft .logo-ft {
  margin-bottom: 1.5rem;
}
#ft .hx-ft {
  width: 10rem;
  margin: 0 auto;
}
#ft .cominfo-ft {
  color: white;
}
@media screen and (max-width: 767px) {
  #ft .cominfo-ft {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
#ft .site-title {
  color: white;
  font-size: 1.7rem;
  width: 20rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #ft .site-title {
    text-align: center;
    margin: 0 auto 2.5rem;
  }
}
#ft .site-title .sub-hx {
  font-size: 0.75em;
  font-family: serif;
  display: inline-block;
}
#ft .site-title .main-hx {
  font-family: serif;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #ft .main-navi {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #ft .main-navi {
    text-align: center;
  }
}
#ft .main-navi .pages {
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  #ft .main-navi .pages {
    max-width: 300px;
    margin: 0 auto 1.5rem;
  }
}
#ft .main-navi .pages li {
  display: inline-block;
}
#ft .main-navi .pages li a {
  color: white;
  font-weight: bold;
  padding: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  #ft .main-navi .pages li a {
    padding: 0.5rem 1rem;
  }
}
#ft .main-navi .sns li {
  padding: 0.5rem;
  list-style-type: none;
  width: 3.5rem;
  display: inline-block;
}
.btn-to-top {
  font-size: 1.2rem;
  line-height: 1.4;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  position: fixed;
  right: 0.75rem;
  bottom: 4.3rem;
  z-index: 3;
}
.btn-to-top .icon {
  font-size: 1.7em;
  vertical-align: 0.05em;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.copyright {
  color: white;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  padding: 1rem 0.25rem;
  background: #595757;
}
@media screen and (max-width: 991px) {
  .copyright {
    padding: 1rem 0.25rem 10rem 0.25rem;
  }
}
.wp-menu-box {
  width: 100%;
  transition: 1s ease-in-out;
  opacity: 100;
  position: relative;
  z-index: 200;
}
.wp-menu-box.menu_off {
  opacity: 0;
  z-index: -1;
}
.wp-menu-box .slider-wp-menu {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../img/ph/bg-menu2.jpg) right center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
}
@media screen and (max-width: 767px) {
  .wp-menu-box .slider-wp-menu {
    width: 100%;
    background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../img/ph/bg-menu.jpg) left 30% center / cover no-repeat;
  }
}
.wp-menu-box .list-wp-menu {
  color: white;
  background: rgba(17, 17, 17, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 180;
}
@media screen and (max-width: 767px) {
  .wp-menu-box .list-wp-menu {
    width: 100%;
    left: 0;
    background: rgba(17, 17, 17, 0.95);
  }
}
.wp-menu-box .list-wp-menu a {
  color: white;
}
.wp-menu-box .hx {
  letter-spacing: 0.07em;
  margin: 0 0 1.5em;
  max-width: 120px;
}
@media screen and (max-width: 340px) {
  .wp-menu-box .hx {
    margin: 0 0 2em;
    max-width: 160px;
  }
}
.wp-menu-box .hx-wp-menu {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em;
}
.wp-menu-box .wp-menu {
  margin-bottom: 3rem;
}
.wp-menu-box .wp-menu ul {
  padding: 0;
}
.wp-menu-box .wp-menu li {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  list-style-type: none;
  margin: 0 0 0.5em 1em;
}
.wp-menu-box .wp-menu li:before {
  border: 0.3em solid transparent;
  border-left: 0.45em solid white;
  margin-right: 0.2em;
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
}
.wp-menu-box .wp-menu .en-navi {
  letter-spacing: 0.1rem;
  margin-right: 0.5rem;
}
.wp-menu-box .wp-menu .ja-navi {
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}
.common-hx {
  font-size: 3rem;
}
.common-hx .main-hx, .common-hx .en-hx {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.common-hx .sub-hx, .common-hx .ja-hx {
  font-size: 0.55em;
  letter-spacing: 0.15em;
  display: inline-block;
}
.common-btn a {
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 1px solid;
  display: inline-block;
}
.common-btn a .ja-txt {
  letter-spacing: 0.15em;
  margin-right: 0.75rem;
}
.common-btn a .en-txt {
  font-size: 0.75em;
}
.breadcrumb-box {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
.singular #cnt .entry-header {
  padding-bottom: 0;
  border: none;
}
.single-products #cnt .entry-header {
  display: none;
}
#cnt .entry-content {
  margin: 0;
}
.bg-gray-box {
  background: #eeeeee url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-marble-lightgray.jpg) center top / 100% auto repeat;
}
/*
 font-family: source-han-serif-japanese, serif;
 font-weight: 400; //regular
 font-weight: 600; //semibold
 font-style: normal;
 */
.fade-slide-box {
  overflow: hidden;
  height: 100vh;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fade-slide-box {
    min-height: 500px;
  }
}
.fade-slide-box #fade-slide, .fade-slide-box .inr-swiper {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .fade-slide-box #fade-slide, .fade-slide-box .inr-swiper {
    min-height: 500px;
  }
}
.fade-slide-box .inr-swiper01 {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/slide/01.jpg) center center / cover no-repeat;
}
.fade-slide-box .inr-swiper02 {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/slide/02.jpg) center center / cover no-repeat;
}
.fade-slide-box .inr-swiper03 {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/slide/03.jpg) center center / cover no-repeat;
}
.fade-slide-box .inr-swiper04 {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/slide/04.jpg) center center / cover no-repeat;
}
.fade-slide-box .fg-slider {
  color: #111111;
  position: absolute;
  top: 10rem;
  left: 5rem;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fade-slide-box .fg-slider {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .fade-slide-box .fg-slider {
    height: 100%;
    top: 4.2rem;
    left: 2rem;
  }
}
.fade-slide-box .fg-slider .inr-fg-slider {
  padding-top: 4rem;
}
.fade-slide-box .fg-slider .hx {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .fade-slide-box .fg-slider .hx {
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
  }
}
.fade-slide-box .fg-slider p {
  font-size: 1rem;
  line-height: 2.2;
  max-width: 680px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fade-slide-box .fg-slider p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.fade-slide-box .logo-hx {
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fade-slide-box .logo-hx {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .fade-slide-box .logo-hx {
    height: 100%;
  }
}
.fade-slide-box .logo-hx figure {
  max-width: 16rem;
}
.fade-slide-box .icon-scroll-otr {
  font-size: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 3em;
  z-index: 10;
  width: 5em;
  margin-left: -2.5em;
  filter: drop-shadow(0px 0px 5px rgba(90, 90, 90, 0.1));
}
.fade-slide-box .hx-icon-scroll {
  color: #111111;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 0.2em;
}
.fade-slide-box .icon-scroll {
  width: 1.8em;
  height: 3.6em;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 1px #111111;
  border-radius: 1em;
}
.fade-slide-box .icon-scroll::before {
  content: '';
  width: 0.4em;
  height: 0.4em;
  background: #111111;
  margin-left: -0.2em;
  position: absolute;
  left: 50%;
  top: 0.8em;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .fade-slide-box .swiper-container {
    margin-top: 10rem;
  }
}
.fade-slide-box .swiper-wrapper {
  width: 95vw;
  height: 95vh;
  border-radius: 20rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fade-slide-box .swiper-wrapper {
    width: 90vw;
    height: 90vh;
    margin-top: 10vh;
    margin-left: 10vw;
    border-radius: 40rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .fade-slide-box .swiper-wrapper {
    height: calc(95vh - 10rem - 5rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fade-slide-box .icon-scroll-otr {
    display: none;
  }
  .fade-slide-box .icon-scroll {
    width: 1.2em;
    height: 2.6em;
  }
  .fade-slide-box .icon-scroll:before {
    top: 0.4em;
  }
}
.fade-slide-box .icon-scroll:before {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: scrolling;
}
@media screen and (min-width: 768px) {
  @keyframes scrolling {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(1.8em);
    }
  }
}
@media screen and (max-width: 767px) {
  .fade-slide-box .icon-scroll:before {
    animation-duration: 2.6s;
  }
  @keyframes scrolling {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(1.3em);
    }
  }
}
.about-box {
  padding: 10rem 0 0;
}
.about-box .hx {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 576px) {
  .about-box .intro-about {
    display: flex;
    align-items: center;
  }
}
.about-box .intro-about p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 3;
  text-align: justify;
  margin: 5rem auto;
}
@media screen and (min-width: 576px) {
  .about-box .intro-about p {
    font-size: 1.6rem;
    writing-mode: vertical-rl;
    padding-bottom: 4rem;
    height: 25em;
  }
}
.about-box .intro-about p strong {
  font-weight: normal;
  background-color: #f7a259;
}
@media screen and (max-width: 575px) {
  .about-box .about-container {
    padding: 0;
  }
}
.about-box .about {
  max-width: 800px;
  width: 100%;
  padding: 5rem 2rem;
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-about.jpg) center right 10% / cover no-repeat;
}
@media screen and (min-width: 576px) {
  .about-box .about {
    width: 98%;
    background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-about.jpg) center right / cover no-repeat;
    padding: 5rem 10rem;
    border-radius: 4rem;
    margin: 0 auto 5rem;
  }
}
.about-box .list-features-about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  counter-reset: features;
}
.about-box .list-features-about .features-about {
  margin-bottom: 8rem;
}
.about-box .list-features-about .features-about:last-child {
  margin-bottom: 0;
}
.about-box .list-features-about .features-about .image-features-about {
  margin-bottom: 2rem;
}
.about-box .list-features-about .features-about .hx-features-about::before {
  color: white;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.1rem 0.5rem;
  width: 6.5em;
  background: #f87000;
  margin-bottom: 0.5rem;
  counter-increment: features;
  content: "FEATURE:" counter(features);
  display: block;
}
.about-box .list-features-about .features-about .hx-features-about .en-hx {
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  display: block;
  clear: both;
}
.about-box .list-features-about .features-about .subhx-features-about {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #666666;
  margin-bottom: 1.5rem;
}
.about-box .list-features-about .features-about .desc-features-about p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about-box .list-features-about .features-about:nth-child(even) .image-features-about {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .about-box .list-features-about .features-about:nth-child(even) .hx-features-about::before {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .about-box .list-features-about .features-about:nth-child(even) .text-features-about {
    text-align: right;
    order: 1;
  }
}
.campaign-box {
  padding: 5rem 0 10rem;
}
.campaign-box .intro-campaign {
  text-align: center;
  margin-bottom: 1.5rem;
}
.campaign-box .intro-campaign .hx {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .campaign-box .intro-campaign .hx {
    font-size: 4.4vw;
    letter-spacing: 0;
  }
}
.campaign-box .banner-campaign {
  max-width: 800px;
  padding: 3rem;
  background: white;
  margin: 0 auto 3rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .campaign-box .banner-campaign {
    padding: 1rem;
  }
}
.campaign-box .campaign {
  text-align: center;
  max-width: 45em;
  padding: 1rem 1.5rem;
  border: 1px solid #f1af2c;
  margin: 2rem auto 5rem;
  clear: both;
}
@media screen and (min-width: 768px) {
  .campaign-box .campaign {
    border: 2px solid #f1af2c;
    border-radius: 3em;
  }
}
.campaign-box .campaign .hx-campaign {
  color: #f87000;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.campaign-box .campaign p {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.campaign-box .line-campaign {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .campaign-box .line-campaign {
    display: flex;
  }
}
.campaign-box .line-campaign .qr-line-campaign {
  width: 18rem;
  margin-right: 4rem;
}
.campaign-box .line-campaign .text-line-campaign .hx-line-campaign {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  padding: 1rem 2rem;
  border: 1px solid;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .campaign-box .line-campaign .text-line-campaign .hx-line-campaign {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .campaign-box .line-campaign .text-line-campaign .hx-line-campaign {
    font-size: 4.6vw;
  }
}
.campaign-box .line-campaign .text-line-campaign ul {
  margin-left: 1rem;
}
.campaign-box .line-campaign .text-line-campaign ul li {
  font-size: 1.6rem;
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/icon-check-gray.png) top 0.2em left / 1.2em auto no-repeat;
  padding-left: 2em;
  margin-bottom: 1rem;
  list-style-type: none;
}
.campaign-box .line-campaign .btn-to-line {
  text-align: center;
  margin-top: 4rem;
}
.campaign-box .line-campaign .btn-to-line a {
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: 0.75rem 3rem;
  background: #06c755;
  border-radius: 2em;
}
.recommend-box {
  overflow: hidden;
}
.recommend-box .box-wp {
  padding: 6rem 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 51%, white 100%);
}
.recommend-box .box-otr {
  width: 130%;
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-nature.jpg) center center / cover no-repeat;
  margin-left: -15%;
  transform: rotate(-2deg);
  padding: 6rem 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .recommend-box .box-otr {
    transform: rotate(-4deg);
  }
}
.recommend-box .box-otr::after {
  width: 100%;
  height: 100%;
  background: #c4c4c4;
  transform: rotate(5deg);
  mix-blend-mode: saturation;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .recommend-box .box-otr::after {
    transform: rotate(7deg);
  }
}
.recommend-box .box-inr {
  color: white;
  transform: rotate(2deg);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 575px) {
  .recommend-box .box-inr {
    transform: rotate(4deg);
  }
}
.recommend-box .hx {
  text-align: center;
  margin-bottom: 6rem;
}
.recommend-box .points-recommend {
  max-width: 30em;
  width: 65%;
  margin: 0 auto 6rem;
}
.recommend-box .points-recommend li {
  font-size: 1.8rem;
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/icon-check-white.png) top 0.2em left / 1em auto no-repeat;
  padding-left: 1.5em;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.recommend-box .text-recommend {
  text-align: center;
  max-width: 30em;
  width: 65%;
  margin: 0 auto 2rem;
}
.recommend-box .text-recommend p {
  color: yellow;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  border: 1px solid;
  display: inline-block;
}
.staff-box {
  padding: 6rem 0;
}
.staff-box .hx {
  margin-bottom: 5rem;
}
.staff-box .staff {
  margin-bottom: 4rem;
}
.staff-box .hx-staff {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .staff-box .hx-staff {
    margin-top: 5rem;
  }
}
.staff-box .hx-staff .post {
  font-size: 0.7em;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  display: inline-block;
}
.staff-box .hx-staff .ja-hx {
  letter-spacing: 0.05em;
  display: inline-block;
}
.staff-box .hx-staff .en-hx {
  color: #c19962;
  font-size: 0.7em;
  letter-spacing: 0.02em;
  display: inline-block;
}
.staff-box .message-staff {
  margin-top: 1.5rem;
}
.staff-box .message-staff p {
  text-align: center;
  padding: 1.5rem 2.5rem;
  background: #f1f1f1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff-box .message-staff p {
    text-align: justify;
    padding: 1.5rem;
  }
}
.shopinfo-box {
  padding: 3rem 0;
}
.shopinfo-box .hx {
  font-size: 3rem;
  line-height: 0.5;
  text-align: right;
  width: 100%;
  margin-bottom: 3rem;
}
.shopinfo-box .hx .en-hx {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  display: block;
}
@media screen and (min-width: 768px) {
  .shopinfo-box .hx .en-hx {
    padding-right: 3rem;
  }
}
.shopinfo-box .hx .ja-hx {
  font-size: 0.6em;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .shopinfo-box .hx .ja-hx {
    padding-right: 3.2rem;
  }
}
.shopinfo-box .gmap-shopinfo {
  margin-bottom: 4rem;
}
.shopinfo-box .gmap-shopinfo iframe {
  width: 100%;
  height: 350px;
}
.shopinfo-box .shopinfo {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .shopinfo-box .image-shopinfo {
    padding-bottom: 2rem;
  }
}
.shopinfo-box .image-shopinfo > .row {
  align-items: center;
  height: 100%;
}
.shopinfo-box .image-shopinfo .logo-shopinfo {
  max-width: 20rem;
  width: 80%;
  margin: 0 auto 0.5rem;
}
.shopinfo-box .sns-shopinfo {
  text-align: center;
}
.shopinfo-box .sns-shopinfo li {
  list-style-type: none;
  display: inline-block;
  margin: 0.5rem 0.25rem;
}
.shopinfo-box .sns-shopinfo li a {
  width: 2rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .shopinfo-box .inr-text-shopinfo {
    padding: 0.5rem 5rem;
    border-left: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .shopinfo-box .inr-text-shopinfo {
    text-align: center;
    padding: 2rem 1rem;
    border-top: 1px solid;
  }
}
.shopinfo-box .hx-shopinfo {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.shopinfo-box .hx-shopinfo .ja-hx {
  font-size: 0.7em;
  letter-spacing: 0.05em;
}
.shopinfo-box .hx-shopinfo .en-hx {
  letter-spacing: 0.05em;
}
.shopinfo-box .address-shopinfo {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.shopinfo-box .access-shopinfo li {
  font-size: 1.3rem;
  line-height: 1.6;
  list-style-type: none;
}
.shopinfo-box .tel-shopinfo {
  font-size: 2rem;
}
.shopinfo-box .tel-shopinfo::before {
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/icon-tel-black.png) center center / contain no-repeat;
  margin-right: 0.25rem;
  display: inline-block;
  content: '';
}
.shopinfo-box .hour-tel-shopinfo {
  font-size: 1.3rem;
  line-height: 1.6;
}
.shopinfo-box .conditioning-shopinfo {
  padding: 6rem 0;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .shopinfo-box .conditioning-shopinfo {
    padding: 2.5rem 2rem;
  }
}
.shopinfo-box .hx-conditioning-shopinfo {
  width: 15rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .shopinfo-box .hx-conditioning-shopinfo {
    margin-bottom: 7rem;
  }
}
.shopinfo-box .subhx-conditioning-shopinfo {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .shopinfo-box .desc-conditioning-shopinfo {
    margin-bottom: 1.5rem;
  }
}
.shopinfo-box .desc-conditioning-shopinfo p {
  margin-bottom: 1.5rem;
}
.shopinfo-box .desc-conditioning-shopinfo p:last-child {
  margin-bottom: 0;
}
.shopinfo-box .image-conditioning-shopinfo figure {
  margin-bottom: 1.5rem;
}
.gallery-box {
  padding: 6rem 0;
}
.gallery-box .hx {
  text-align: center;
  margin-bottom: 3.5rem;
}
.gallery-box .gallery {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.gallery-box .gallery li {
  max-width: 18rem;
  width: 44%;
  list-style-type: none;
  display: inline-block;
  margin: 1rem;
}
.gallery-box .gallery li a img {
  filter: grayscale(1);
  transition: 0.1s linear;
}
.gallery-box .gallery li a:hover img {
  filter: grayscale(0);
}
.flow-box {
  padding: 10rem 0 3rem;
  position: relative;
}
.flow-box .icon-scroll-otr {
  font-size: 90%;
  text-align: center;
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: 10;
  width: 4.2em;
  margin-left: -2.1em;
}
.flow-box .icon-scroll-otr .icon-scroll {
  position: absolute;
  right: 50%;
  top: 50%;
}
.flow-box .icon-scroll-otr .icon-scroll::before {
  animation: scrolling2 4s infinite;
  background-color: #333333;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (min-width: 576px) {
  .flow-box .icon-scroll-otr .icon-scroll::before {
    bottom: -115px;
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .flow-box .icon-scroll-otr .icon-scroll::before {
    bottom: -100px;
    height: 80px;
  }
}
.flow-box .icon-scroll-otr .hx-icon-scroll {
  color: #333333;
}
.flow-box .hx {
  text-align: center;
  margin-bottom: 5rem;
}
.flow-box .list-slide-flow .slick-track {
  display: flex;
}
.flow-box .list-slide-flow .slick-slide {
  height: auto;
}
.flow-box .list-slide-flow .slick-slide > div {
  height: 100%;
}
.flow-box .list-slide-flow .slick-slide:nth-child(1) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num01.png) center center / 3.5em auto no-repeat;
}
.flow-box .list-slide-flow .slick-slide:nth-child(2) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num02.png) center center / 3.5em auto no-repeat;
}
.flow-box .list-slide-flow .slick-slide:nth-child(3) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num03.png) center center / 3.5em auto no-repeat;
}
.flow-box .list-slide-flow .slick-slide:nth-child(4) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num04.png) center center / 3.5em auto no-repeat;
}
.flow-box .list-slide-flow .slick-slide:nth-child(5) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num05.png) center center / 3.5em auto no-repeat;
}
.flow-box .list-slide-flow .flow {
  height: 100%;
  padding: 1rem 1rem 2rem;
  background: white;
  border: 1px solid #CACACA;
  margin: 0 1rem;
}
.flow-box .list-slide-flow .hx-flow {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  padding: 1.5em 1rem;
  margin-bottom: 0.5rem;
}
.flow-box .list-slide-flow .text-flow {
  padding: 0.5rem 1rem;
  overflow: hidden;
}
.flow-box .list-slide-flow .text-flow p {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2;
  margin-bottom: 2rem;
}
.flow-box .list-slide-flow .text-flow p:last-child {
  margin-bottom: 0;
}
.flow-box .list-slide-flow .text-flow p strong {
  color: #f87000;
}
.flow-box .list-slide-flow .text-flow .btn-to-line {
  text-align: center;
}
.flow-box .list-slide-flow .text-flow .btn-to-line a {
  color: white;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  background: #333333;
  border-radius: 0.25rem;
  display: inline-block;
}
.flow-box .list-slide-flow .slick-prev {
  background: transparent !important;
  left: -12px;
  z-index: 2;
}
.flow-box .list-slide-flow .slick-prev::before {
  color: #333333;
  font-size: 2.4rem;
  opacity: 1;
}
.flow-box .list-slide-flow .slick-next {
  background: transparent !important;
  right: -12px;
  z-index: 2;
}
.flow-box .list-slide-flow .slick-next::before {
  color: #333333;
  font-size: 2.4rem;
  opacity: 1;
}
.flow-box .list-flow {
  max-width: 730px;
  margin: 3rem auto;
}
.flow-box .list-flow .flow {
  margin-bottom: 6rem;
}
.flow-box .list-flow .flow:nth-child(1) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num01.png) center center / 4.2em auto no-repeat;
}
.flow-box .list-flow .flow:nth-child(2) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num02.png) center center / 4.2em auto no-repeat;
}
.flow-box .list-flow .flow:nth-child(3) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num03.png) center center / 4.2em auto no-repeat;
}
.flow-box .list-flow .flow:nth-child(4) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num04.png) center center / 4.2em auto no-repeat;
}
.flow-box .list-flow .flow:nth-child(5) .hx-flow {
  background: url(/wp-content/themes/flowpilates_twentytwentyone-copy/assets/scss/../../../../assets/img/num05.png) center center / 4.2em auto no-repeat;
}
.flow-box .list-flow .inr-flow {
  display: flex;
  align-items: center;
}
.flow-box .list-flow .hx-flow {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  width: 8em;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-box .list-flow .text-flow {
  padding: 0.5rem 2rem;
  border-left: 2px solid;
  width: calc(100% - 10em);
  overflow: hidden;
}
.flow-box .list-flow .text-flow p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.flow-box .list-flow .text-flow p:last-child {
  margin-bottom: 0;
}
.flow-box .list-flow .text-flow p strong {
  color: #f87000;
}
.flow-box .list-flow .qr-flow {
  float: right;
  width: 13rem;
}
@keyframes scrolling2 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.price-box {
  padding: 6rem 0 3rem;
}
.price-box .box-inr {
  color: white;
  padding: 5rem;
  background: #595757;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .price-box .box-inr {
    padding: 5rem 3rem;
  }
}
.price-box .box-inr .hx {
  font-size: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid;
  margin-bottom: 0.5rem;
}
.price-box .box-inr .hx .en-hx {
  letter-spacing: 0.05em;
  margin-right: 1rem;
  display: inline-block;
}
.price-box .box-inr .hx .ja-hx {
  font-size: 0.7em;
  display: inline-block;
}
.price-box .box-inr .taxin {
  font-size: 1.2rem;
  text-align: right;
}
.price-box .box-inr .list-price {
  padding: 2rem 3rem;
}
@media screen and (max-width: 575px) {
  .price-box .box-inr .list-price {
    padding: 2rem 0;
  }
}
.price-box .box-inr .group-price {
  margin-bottom: 3rem;
}
.price-box .box-inr .group-price:last-child {
  margin-bottom: 0;
}
.price-box .box-inr .group-price ul li {
  margin-bottom: 0.5rem;
  list-style-type: none;
}
.price-box .box-inr .hx-group-price {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.instagram-box {
  padding: 6rem 0;
}
.instagram-box .hx {
  text-align: center;
  margin-bottom: 5rem;
}
.instagram-box .list-instagram {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.instagram-box .list-instagram li {
  margin: 2rem;
  max-width: 220px;
  width: 42%;
  display: inline-block;
  list-style-type: none;
}
@media screen and (max-width: 575px) {
  .instagram-box .list-instagram li {
    margin: 1.5rem 1.2rem;
  }
}
/*# sourceMappingURL=https://flowpilates.jp/wp-content/build/scss_library/c7af51c2f841a9290ae04533f40b903bd8a31b53.css.map */