#container {
  box-sizing: border-box;
  font-weight: 600;
}

#container button {
  border: none;
  box-sizing: border-box;
  width: 7.4em;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: right bottom;
  position: fixed;
  top: 10%;
  right: -2px;
  background-color: #fff;
  border: 2px solid #ff6f00;
  font-weight: 800;
  font-size: 0.88em;
  padding: 1em 0.9em;
  border-radius: 0.6em 0 0 0.6em;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  #container button {
    width: 6.7em;
    top: 140px;
    z-index: 99;
  }
}
#container button.on::after {
  transform: rotate(0deg);
}

.following-btn {
  position: fixed;
  bottom: 1em;
  left: 50%;
  z-index: 150;
  width: 100%;
  max-width: 800px;
  height: auto;
  background: linear-gradient(#69d946 0%, #2d9e0a 100%);
  border-bottom: 4px solid #308016;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%);
  font-size: 1em;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 10px;
  padding: 0.9em 0;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .following-btn {
    font-size: 8px;
    bottom: 0;
  }
}
.following-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.following-btn a::before {
  position: absolute;
  left: -20%;
  z-index: 2;
  display: inline-block;
  width: 70%;
  height: auto;
  aspect-ratio: 16/4.4;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://bdcpilates.com/assets/fb-images/campaign/campaign-bnr1.png);
  background-size: 100% auto;
  transform: translateY(-100%);
  top: 1em;
}

.following-btn a::after {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(-12px - 1em);
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("https://bdcpilates.com/assets/fb-images/icons/triangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) rotate(269deg);
}

.following-btn a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.following-btn a > div .text-sub {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.04em;
}

.following-btn a > div .text-main {
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.06;
  color: #fff;
  letter-spacing: 0.04em;
}

.following-btn a .box:nth-child(1) {
  font-size: 1.3em;
  font-weight: bold;
  padding-right: 2em;
  position: relative;
  line-height: 1.3em;
}

.following-btn a .box:nth-child(2) {
  position: relative;
}

.following-btn a .box:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  left: -1.8em;
  top: 0.9em;
  bottom: 0;
  margin: auto 0;
  background-image: url(/assets/fb-images/icons/icon3.webp);
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 65%;
}

#side-bar {
  background-color: rgba(255, 255, 255, 0.92);
  width: 380px;
  right: -380px;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 151;
  padding: 1em 2em 3em;
  box-sizing: border-box;
  border: 1px solid #45322D;
}

@media screen and (max-width: 768px) {
  #side-bar {
    top: 0;
    width: 100vw;
    right: -100vw;
    height: 100vh;
    padding: 1em 2em;
  }
}
#side-bar .close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

#side-bar .close img {
  width: 10%;
}

#side-bar ul li {
  font-size: 16px;
  color: #45322D;
  text-align: left;
  letter-spacing: 0.128em;
  padding: 19px 0 19px 1.65em;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #45322D;
}

@media screen and (max-width: 768px) {
  #side-bar ul li {
    padding: 3.2vh 0 3.2vh 1.65em;
  }
}
#side-bar ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/fb-images/icons/icon1.webp");
  width: 0.7em;
  height: 0.7em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.09em;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.campaign__card__under-inner .tab {
  font-feature-settings: "palt";
}

.campaign__card__under-inner .tab .tab-list {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

.campaign__card__under-inner .tab .tab-list button {
  width: 13.8%;
  background-color: #45322d;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.37em;
  padding: 0.8em 0;
}

.campaign__card__under-inner .tab .tab-list button.is-btn-active {
  background-color: #E95E38;
}

@media screen and (max-width: 768px) {
  .campaign__card__under-inner .tab .tab-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .campaign__card__under-inner .tab .tab-list button {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 1em;
  }
  .campaign__card__under-inner .tab .tab-list button:nth-child(4) {
    margin-right: 0;
  }
}
.campaign__card__under-inner .tab .border_box {
  border: 1px solid #B27D3B;
  width: 100%;
  height: auto;
  position: relative;
  margin: 1.8em auto 2.8em;
}

.campaign__card__under-inner .tab .border_box:before, .campaign__card__under-inner .tab .border_box:after {
  position: absolute;
  top: -1px;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.campaign__card__under-inner .tab .border_box:before {
  border: 13px solid;
  border-color: transparent;
  border-top-color: #B27D3B;
  margin-left: -13px;
}

.campaign__card__under-inner .tab .border_box:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}

.campaign__card__under-inner .tab .tab-contents {
  display: none;
  color: #45322d;
  padding-bottom: 1em;
}

.campaign__card__under-inner .tab .tab-contents.is-contents-active {
  display: block;
}

.campaign__card__under-inner .tab .tab-contents .tab_title {
  text-align: center;
  margin: 0 auto 0.5em;
  width: 12%;
}

@media screen and (max-width: 768px) {
  .campaign__card__under-inner .tab .tab-contents .tab_title {
    width: 16%;
  }
}
.campaign__card__under-inner .tab .tab-contents p {
  font-size: 1.8em;
  text-align: center;
  font-weight: 800;
  margin-top: 1em;
}

.campaign__card__under-inner .tab .tab-contents p .orange {
  color: #E95E38;
}

@media screen and (max-width: 768px) {
  .campaign__card__under-inner .tab .tab-contents p .orange {
    display: inline-block;
  }
}
.campaign__card__under-inner .tab .tab-contents p b {
  font-weight: 800;
  font-size: 1.3em;
}

@media screen and (max-width: 768px) {
  .campaign__card__under-inner .tab .tab-contents p b {
    font-size: 1.45em;
  }
}
.campaign__card__under-inner .tab .tab-contents p + p {
  margin-top: 0.2em;
}

.campaign__card__under-inner .tab .tab-contents p.tab_tyu {
  color: #E95E38;
  font-size: 1.4em;
  margin-top: 2em;
}

.campaign__card__under-inner .tab .tab-contents p + .tab_title {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .campaign__card__under-inner .tab .tab-contents p {
    font-size: 1.1em;
  }
  .campaign__card__under-inner .tab .tab-contents p.tab_tyu {
    color: #E95E38;
    font-size: 0.97em;
    margin-top: 2em;
  }
}
.campaign__card__under-inner .tab .tab-contents .tab_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 1.5em auto;
}

.campaign__card__under-inner .tab .tab-contents .tab_box figure:nth-child(1), .campaign__card__under-inner .tab .tab-contents .tab_box figure:nth-child(3) {
  width: 41%;
}

.campaign__card__under-inner .tab .tab-contents .tab_box figure:nth-child(2) {
  width: 3.2%;
}

.campaign__card__under-inner .tab .tab-contents .tab_box + .tab_title {
  margin-top: 3.5em;
}

@media screen and (max-width: 768px) {
  .campaign__card__under-inner .tab .tab-contents .tab_box {
    width: 100%;
  }
  .campaign__card__under-inner .tab .tab-contents .tab_box figure:nth-child(1), .campaign__card__under-inner .tab .tab-contents .tab_box figure:nth-child(3) {
    width: 45%;
  }
  .campaign__card__under-inner .tab .tab-contents .tab_box figure:nth-child(2) {
    width: 3.6%;
  }
}
.campaign__card__under-inner .tab .border_box {
  border: 1px solid #B27D3B;
  width: 100%;
  height: auto;
  position: relative;
  margin: 1.8em auto 2.8em;
}

.campaign__card__under-inner .tab .border_box:before, .campaign__card__under-inner .tab .border_box:after {
  position: absolute;
  top: -1px;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.campaign__card__under-inner .tab .border_box:before {
  border: 13px solid;
  border-color: transparent;
  border-top-color: #B27D3B;
  margin-left: -13px;
}

.campaign__card__under-inner .tab .border_box:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}

.campaign__card__under-inner .tab .tab-contents {
  display: none;
}
.campaign__card__under-inner .tab .tab-contents figure {
  width: 85%;
  margin: 0 auto 1.5em;
}
.campaign__card__under-inner .tab .tab-contents.is-contents-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .campaign__card__under-inner .tab .tab-contents figure {
    width: 100%;
    margin: 0 auto 1.5em;
  }
}
.mv__lead > p {
  font-size: 12px;
}

.mv__lead .small {
  font-size: 8.5px;
}

.mv__lead {
  padding-top: 73px;
}

.campaign__subtitle {
  text-align: center;
  font-size: 2em;
  color: #FFF597;
  display: block;
  letter-spacing: 0.3em;
  font-weight: 800;
  position: relative;
  margin-top: 0.1em;
}

.campaign__subtitle .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .campaign__subtitle {
    font-size: 1.6em;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 0.5em;
  }
  .campaign__subtitle .sp {
    display: block;
  }
}
.campaign__subtitle::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.4em;
  height: 1.8em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("https://bdcpilates.com/assets/fb-images/hukidasi.webp");
  transform: translate(-1.8em, -50%);
}

@media screen and (max-width: 768px) {
  .campaign__subtitle::before {
    top: 55%;
    width: 1.7em;
    height: 2em;
  }
}
.campaign__subtitle::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.4em;
  height: 1.8em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("https://bdcpilates.com/assets/fb-images/hukidasi.webp");
  transform: translate(0, -50%) scale(-1, 1);
}

@media screen and (max-width: 768px) {
  .campaign__subtitle::after {
    top: 55%;
    right: -2em;
    width: 1.7em;
    height: 2em;
  }
}
.campaign .campaign__card .campaign__card__upper-inner {
  flex-direction: column;
}

.faq-answer b.strong {
  font-weight: 700;
}

.accordion.type4 .btn__conversion::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7%;
  display: block;
  width: 1.2em;
  height: 1.4em;
  background-image: url("/assets/fb-images/icons/icon2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.btn {
  margin-top: 1em;
}

.btn.type2 {
  background-color: #45322d;
}

@media screen and (max-width: 768px) {
  .btn.type2.pconly {
    display: none !important;
  }
}
.btn.type2 a::before {
  display: none !important;
}

.btn.type2 span {
  position: relative;
}

.btn.type2 span:before {
  display: block;
  position: absolute;
  content: "";
  left: -1.8em;
  top: 0.1em;
  bottom: 0;
  margin: auto 0;
  width: 1.2em;
  height: 1.4em;
  background: url("/assets/fb-images/icon3.webp") no-repeat center/contain;
}

.shop_list {
  padding: 1em 0 1%;
  border: 1px solid #b27d3b;
  border-radius: 0.6em;
  margin-top: 3em;
}
.shop_list h3 {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 2.3em;
  font-weight: 700;
  background-color: #fff;
  padding: 0 1em;
  width: 50%;
  margin: -8% auto 0;
}
@media screen and (max-width: 768px) {
  .shop_list h3 {
    width: 80%;
    margin: -14% auto 0;
  }
}
.shop_list ul {
  margin: 4.5% auto 0;
  width: 84%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.shop_list ul li {
  text-align: center;
  color: #45322d;
  padding: 0;
  width: 25%;
  margin: 0 0 5%;
  font-size: 1.75em;
  font-weight: 600;
  border-right: 1px solid #000000;
}
.shop_list ul li:nth-child(4n), .shop_list ul li:nth-child(8) {
  border-right: 0px solid #000000;
}
@media screen and (max-width: 768px) {
  .shop_list ul {
    width: 100%;
    margin: 7% auto 0;
  }
  .shop_list ul li {
    width: 50%;
  }
  .shop_list ul li:nth-child(2n) {
    border-right: 0px solid #000000;
  }
}

.spmode {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcmode {
    display: none;
  }
  .spmode {
    display: block;
  }
}
.cp-box > figure:nth-child(1) {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cp-box > figure:nth-child(1) {
    width: 60%;
  }
}
.cp-box h4 {
  position: relative;
  z-index: 3;
  color: #45322d;
  padding: 0.9em 0 0.3em;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 1em auto 0;
  padding: 0 4.4em;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .cp-box h4 {
    font-size: 1.4em;
    padding-top: 0.7em;
    width: 100%;
    padding: 0 2em;
  }
}
.cp-box .in2 + figure {
  margin-top: 0 !important;
  padding: 0 4em;
}
@media screen and (max-width: 768px) {
  .cp-box .in2 + figure {
    padding: 0 2em;
  }
}
.cp-box .in2 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 4em;
  flex-wrap: wrap;
}
.cp-box .in2 + .in2 {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .cp-box .in2 + .in2 {
    margin-top: 4em;
  }
}
.cp-box .in2.tt {
  padding: 7em 4em 4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cp-box .in2.tt {
    padding: 4em 2em 2em;
  }
}
.cp-box .in2.tt .figure_box figure:nth-child(1) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 21%;
  transform: translateY(-60%);
}
@media screen and (max-width: 768px) {
  .cp-box .in2.tt .figure_box figure:nth-child(1) {
    width: 30%;
  }
}
.cp-box .in2.tt + figure {
  width: 90%;
  margin: 2em auto 0;
}
.cp-box .in2.tt + figure img {
  max-width: 862px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cp-box .in2.tt + figure {
    width: 100%;
  }
  .cp-box .in2.tt + figure img {
    width: 100%;
  }
}
.cp-box .in2 .flex_box2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  min-height: 41em;
}
.cp-box .in2 .tab_title {
  text-align: center;
  margin: 0 auto 0.5em;
  width: 24%;
}
.cp-box .in2 p {
  font-size: 1.2em;
  text-align: center;
  font-weight: 800;
  margin-top: 1em;
  line-height: 1.3;
  padding: 0;
  letter-spacing: 0.1em;
}
.cp-box .in2 p .orange {
  color: #E95E38;
}
.cp-box .in2 p b {
  font-weight: 800;
  font-size: 1.3em;
}
.cp-box .in2 p + p {
  margin-top: 0.2em;
}
.cp-box .in2 p.tab_tyu {
  color: #E95E38;
  font-size: 0.95em;
  margin-top: 1.5em;
}
.cp-box .in2 p + .tab_title {
  margin-top: 1.5em;
}
.cp-box .in2 .h_box {
  margin-bottom: 0.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cp-box .in2 figure + figure {
  margin-top: 1.5em;
}
.cp-box .in2 .tab_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cp-box .in2 .tab_box:nth-child(2) {
  margin: 0.8rem 0;
}
.cp-box .in2 .tab_box figure:nth-child(1) {
  width: 46%;
}
.cp-box .in2 .tab_box figure:nth-child(3) {
  width: 44%;
}
.cp-box .in2 .tab_box figure:nth-child(2) {
  width: 4.2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-box .in2 .tab_box.type2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.cp-box .in2 .tab_box.type2 figure:nth-child(1) {
  width: 70%;
}
.cp-box .in2 .tab_box.type2 figure:nth-child(3) {
  width: 70%;
}
.cp-box .in2 .tab_box.type2 figure:nth-child(2) {
  width: 4.8%;
  margin: 2.5% 0;
}
.cp-box .in2 .tab_box.type2 figure:nth-child(2) img {
  transform: rotate(90deg);
}
.cp-box .in2 .tab_box + .tab_title {
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  .cp-box .in2 {
    flex-direction: column;
    padding: 2em;
  }
  .cp-box .in2 .flex_box2 {
    width: 100%;
    min-height: auto;
  }
  .cp-box .in2 .flex_box2:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
    padding: 0;
  }
  .cp-box .in2 .tab_title {
    width: 20%;
  }
  .cp-box .in2 p {
    font-size: 0.86em;
    letter-spacing: 0.05em;
  }
  .cp-box .in2 p .orange {
    display: inline-block;
  }
  .cp-box .in2 p b {
    font-size: 1.45em;
  }
  .cp-box .in2 p.tab_tyu {
    color: #E95E38;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 0em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
  .cp-box .in2 .tab_box {
    width: 100%;
    margin: 1em auto;
  }
  .cp-box .in2 .tab_box figure:nth-child(1) {
    width: 45%;
  }
  .cp-box .in2 .tab_box figure:nth-child(3) {
    width: 45%;
  }
  .cp-box .in2 .tab_box figure:nth-child(2) {
    width: 3.6%;
  }
}