@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@1,800&display=swap");
body {
  position: relative;
  background-color: #d9cebd;
}

.price-rules {
  line-height: 1.7;
  padding-top: 40px;
}
.price-rules span {
  display: block;
  text-align: center;
}

.h3-machine {
  color: #fff;
  padding: 80px 0 20px 0;
}

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

.news_ticker2 {
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-size: 7.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #bca98e;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  overflow: hidden;
  padding: 30px 0;
  background-color: #c9b9a2;
}
.news_ticker2 p {
  position: absolute;
  color: #262626;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  font-weight: 700;
}

#facilities .news_ticker2 {
  background-color: #524430;
}
#facilities .news_ticker2 p {
  color: #e0d7ca;
}
#facilities .news_ticker2 li {
  color: #6b583e;
}

#price .news_ticker2 {
  background-color: #524430;
}
#price .news_ticker2 p {
  color: #e0d7ca;
}
#price .news_ticker2 li {
  color: #6b583e;
}

.news_ticker-white {
  color: #e0d7ca;
}

.news_ticker-gold {
  color: #64533a;
}

@keyframes hscroll2 {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.news_ticker2 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  animation: hscroll2 20s linear infinite;
}

.news_ticker2 li {
  display: inline-block;
  margin-right: 60px;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.faderight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.faderight.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.fadeleft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadeleft.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/****/
html {
  height: 100%;
  font-size: 85%;
}

img {
  width: 100%;
  height: auto;
}

.overflow {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  font-size: 1rem;
}

h2 {
  font-size: 5rem;
  color: #a59168;
  text-align: center;
  font-weight: 400;
}

h3 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}

header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #C9B9A2;
}
header .logo {
  max-width: 320px;
  height: auto;
  padding-left: 20px;
}
header ul {
  display: flex;
  padding: 20px 20px 20px 190px;
  align-items: center;
  justify-content: right;
}
header ul li {
  margin-left: 20px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}
header ul a {
  color: #000;
}

.mainimage {
  position: relative;
}
.mainimage p {
  padding-top: 54px;
}
.mainimage p:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-20%, -50%);
}

.btn-flat3 {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.btn-flat3 p {
  padding: 10px;
  margin: 20px 0;
}

.to-fas {
  padding: 0 20px 40px 20px;
  background-color: #fff;
}

.point-wrapper {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 60px 0 0 0;
  flex-wrap: wrap;
}
.point-wrapper div {
  width: 48%;
  margin-bottom: 40px;
}

.point-wrapper2 {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 0 60px 0;
  flex-wrap: wrap;
}
.point-wrapper2 div {
  width: 31%;
  margin-bottom: 30px;
}

.floor-area {
  max-width: 1000px;
  margin: 0 auto;
}
.floor-area span {
  display: block;
  text-align: right;
  color: #ccc;
  padding-top: 10px;
  font-size: 1rem;
}
.floor-area p:nth-of-type(1) {
  margin-bottom: 20px;
}
.floor-area p:nth-of-type(2) {
  color: #fff;
  margin-bottom: 20px;
  padding: 40px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
.floor-area .floor-area-inner {
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  justify-content: space-between;
}
.floor-area .floor-area-inner div {
  width: 47%;
}
.floor-area .floor-area-inner div p {
  text-align: center;
  color: #e88422;
  font-size: 2.2rem;
}
.floor-area .floor-area-inner div p span {
  display: block;
  text-align: center;
  color: #e88422;
  padding-top: 20px;
  font-size: 1rem;
}

.price-note {
  margin: 10px auto 0 auto;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 20px;
  color: #262626;
}
.price-note span {
  font-size: 1.2rem;
}

.price-note-ex {
  background-color: #f0efed;
  font-size: 1.6rem;
  padding: 40px;
  text-align: left;
}

.price-area-other {
  margin-top: 40px;
  font-size: 2.4rem;
  color: #262626;
}
.price-area-other span {
  font-size: 2.4rem;
}
.price-area-other strong {
  font-size: 3.5rem;
}

.campaign {
  background-image: url("../img/bg-campaine.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 40px;
}
.campaign div.title {
  padding: 40px;
}
.campaign p.products-title-e {
  text-align: left;
  font-family: "Caveat", cursive;
  color: #747f86;
  font-size: 2rem;
  margin-bottom: 20px;
}
.campaign .campaign-inner {
  max-width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.campaign h2 {
  position: relative;
  font-size: 3.4rem;
  text-align: left;
  color: #464040;
  line-height: 1.2;
  margin-bottom: 80px;
}
.campaign h2::before {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -30px;
  background-color: #9ca3a9;
}
.campaign h3 {
  background-color: #323232;
  color: #d9d9d9;
  font-weight: 400;
  font-size: 3rem;
  border-radius: 6px;
  text-align: center;
  padding: 12px 0 12px 0;
  margin-bottom: 40px;
}
.campaign .h3-note {
  font-size: 1rem;
  text-align: right;
  max-width: 650px;
  color: #323232;
  margin: 10px 0 20px 0;
}
.campaign .campaign-price {
  color: #000;
  display: flex;
  width: 95%;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.campaign .campaign-price img {
  display: block;
}
.campaign .campaign-price .cp1 {
  font-size: 3rem;
}
.campaign .campaign-price .cp1 p {
  background-color: #e08023;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
}
.campaign .campaign-price .cp2 {
  font-size: 3rem;
  padding-left: 40px;
}
.campaign .campaign-price .cp2 span {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.campaign .campaign-price .cp3 {
  font-size: 7rem;
  margin-left: auto;
  color: #e08023;
  font-weight: 700;
}
.campaign .campaign-price .cp3 strong {
  font-size: 2.5rem;
}
.campaign .campaign-price .cp3 span {
  font-size: 5rem;
}
.campaign .campaign-price.campaign-price-present {
  width: 100%;
  font-size: 1.7rem;
  padding: 20px 10px;
}
.campaign .campaign-price-note {
  color: #464040;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}
.campaign .campaign-price-note span {
  color: #b5510b;
}
.campaign .campaign-price-note strong {
  display: block;
}
.campaign .campaign-price-note strong.coupon {
  display: inline-block;
  background-color: #cf1313;
  color: #fff;
  padding-right: 5px;
  font-size: 1.1rem !important;
}

.campaign-caution {
  background-color: #262626;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.campaign-caution img {
  width: auto;
  margin-right: 20px;
}

.products div.title {
  padding: 80px;
}
.products p.products-title-e {
  text-align: center;
  font-family: "Caveat", cursive;
  color: #c9c9c9;
  font-size: 2rem;
  margin-bottom: 40px;
}
.products .products-1-1 {
  background-image: url("../img/points/products1-1b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 5px;
}
.products .products-1-2 {
  background-image: url("../img/points/products2-1b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 5px;
}
.products .products-1-3 {
  background-image: url("../img/points/products3-1b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 5px;
}
.products .products-1-4 {
  background-image: url("../img/points/products4-1b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 5px;
}
.products .products-1-5 {
  background-image: url("../img/points/products5-1b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 5px;
}
.products .products-1-6 {
  background-image: url("../img/points/products6-1b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 5px;
}
.products .w-products {
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(224, 215, 203, 0.9);
  padding-bottom: 40px;
}
.products .w-products2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  background-color: #d9cebd;
  padding-bottom: 20px;
}
.products .products-txt {
  margin: 0 auto;
  padding: 0 40px;
}
.products .products-txt p {
  color: #262626;
}
.products .products-txt p:nth-of-type(1) {
  text-align: left;
  font-size: 3rem;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 700;
}
.products .products-txt p:nth-of-type(1) strong {
  font-size: 5rem;
  margin-right: 20px;
  font-weight: 700;
  color: #e88422;
}
.products .products-txt p:nth-of-type(1) span {
  font-size: 1.6rem;
}
.products .products-txt p:nth-of-type(2) {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #262626;
  text-align: left;
  margin: 0 auto 20px auto;
  padding: 10px 30px;
}
.products .products-txt2 {
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
}
.products .products-txt2 p {
  color: #fff;
}
.products .products-txt2 p:nth-of-type(1) {
  text-align: left;
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  background-color: #e88422;
  padding: 0 20px;
}
.products .products-txt2 p:nth-of-type(1) strong {
  font-size: 5rem;
  margin-right: 20px;
  font-weight: 700;
  color: #fff;
}
.products .products-txt2 p:nth-of-type(1) span {
  font-size: 1.6rem;
}
.products .products-txt2 p:nth-of-type(2) {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #262626;
  text-align: left;
  margin: 0 auto 20px auto;
  padding: 10px 30px;
}

.concept-wrapeer {
  text-align: center;
}
.concept-wrapeer .concept-wrapeer-left {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px;
  line-height: 1.8;
  font-size: 1.8rem;
  color: #c9c9c9;
}
.concept-wrapeer .concept-wrapeer-left p:nth-of-type(1) {
  font-size: 6rem;
  color: #e88422;
  margin-bottom: 40px;
}
.concept-wrapeer .concept-wrapeer-left p:nth-of-type(2) {
  text-align: center;
  margin-bottom: 30px;
}
.concept-wrapeer .concept-wrapeer-left br {
  display: none;
}
.concept-wrapeer .concept-wrapeer-left strong {
  font-size: 7rem;
  color: #e88422;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
.concept-wrapeer .concept-wrapeer-left strong span {
  font-size: 3rem;
  padding-right: 5px;
  padding-bottom: 2px;
}
.concept-wrapeer .concept-wrapeer-right {
  padding: 40px;
}

.other-service {
  background-color: #524430;
  padding: 40px 20px;
}
.other-service h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #c9c9c9;
}
.other-service .other-service-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.other-service .other-service-list > div {
  width: 31%;
  padding: 0 20px 60px 20px;
}
.other-service .other-service-list p {
  color: #c9c9c9;
}
.other-service .other-service-list p:nth-of-type(1) {
  margin-bottom: 20px;
}
.other-service .other-service-list p:nth-of-type(2) {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
.other-service .other-service-list p:nth-of-type(2) span {
  font-size: 2.4rem;
  padding-right: 10px;
  color: #d2b071;
}
.other-service .other-service-list p:nth-of-type(3) {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
.other-service .other-service-list a {
  color: #c9c9c9;
  text-decoration: underline;
}

section.pickup {
  background-color: #463a30;
}
section.pickup div.title {
  padding: 80px;
}
section.pickup p.products-title-e {
  text-align: center;
  font-family: "Caveat", cursive;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 40px;
}
section.pickup h2 {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 120px;
}
section.pickup h3 {
  color: #fff;
  margin-bottom: 60px;
}
section.pickup .hipmachine {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 80px auto;
}
section.pickup .hipmachine p {
  color: #fff;
  font-weight: 400;
  width: 50%;
  line-height: 2;
}
section.pickup .hipmachine p:nth-of-type(1) {
  padding: 0 20px;
}
section.pickup .hipmachine p:nth-of-type(2) {
  padding: 30px;
}
section.pickup .wearable-wrap {
  background-image: url("../img/bgr-wearable.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
section.pickup .wearable-wrap a {
  color: #c9c9c9;
  text-decoration: underline;
}
section.pickup .wearable {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 80px auto;
  padding-top: 40px;
}
section.pickup .wearable > div {
  width: 50%;
}
section.pickup .wearable > div:nth-of-type(2) {
  padding: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 2;
}
section.pickup .wearable .note {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 10px;
}
section.pickup .wearable-image {
  max-width: 1100px;
  margin: 0 auto;
}
section.pickup .wearable-txt {
  padding: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 2;
}

.arrow {
  text-align: center;
  margin: 20px 0;
}
.arrow img {
  width: auto;
}

.wearable-list {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 40px;
}
.wearable-list p {
  width: 50%;
  padding: 20px 10px;
}

section.skillbike {
  background-color: #1d1d1d;
}
section.skillbike div.title {
  padding: 40px;
}
section.skillbike p.products-title-e {
  text-align: center;
  font-family: "Caveat", cursive;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 40px;
}
section.skillbike h2 {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 120px;
}
section.skillbike h3 {
  color: #fff;
  margin-bottom: 0;
}
section.skillbike p {
  color: #fff;
}
section.skillbike a {
  color: #fff;
  text-decoration: underline;
}

.skillbike-inner {
  max-width: 1100px;
  margin: 0 auto 40px auto;
}

.les-mills {
  border-radius: 20px;
  margin: 20px 0;
  background-color: #616161;
  padding: 40px;
  color: #fff;
  text-align: center;
}
.les-mills p:nth-of-type(1) {
  font-size: 3rem;
  border-bottom: 1px dotted #969696;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.les-mills p:nth-of-type(2) {
  font-size: 1.4rem;
  padding: 20px !important;
}

.skillbike-note {
  padding: 40px 20px;
  max-width: 800px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto;
  color: #fff;
}

section.all-technogym {
  overflow-x: hidden;
  scrollbar-width: none;
  background-color: #463a30;
}
section.all-technogym .slider {
  width: 100%;
  max-width: 1400px;
  padding: 40px 10px;
  height: 100%;
  margin: 0 auto;
}
section.all-technogym .slider li {
  padding: 0 5px;
}
section.all-technogym .slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.all-technogym .slick-prev:before,
section.all-technogym .slick-next:before {
  color: ccc;
}

section.slide-info {
  background-color: #323232;
  overflow-x: hidden;
}
section.slide-info scroll- .slider {
  width: 100%;
  padding: 20px 0;
  height: 100%;
  margin: 0 auto;
}
section.slide-info scroll- .slider li {
  padding: 0 5px;
}
section.slide-info .slick-slide p {
  padding: 20px;
}

section#point {
  background-color: #1d1d1d;
}
section#point .slider {
  width: 100%;
  padding: 20px 0;
  height: 100%;
  margin: 0 auto;
}
section#point .slider li {
  padding: 0 5px;
}
section#point .slick-slide p {
  padding: 20px;
}

section#price .slider {
  width: 100%;
  padding: 20px 0;
  height: 100%;
  margin: 0 auto;
}
section#price .slider li {
  padding: 0 5px;
}
section#price .slick-slide p {
  padding: 20px;
}

section.facilities {
  background-color: #1d1d1d;
}
section.facilities .slider {
  width: 100%;
  padding: 40px 0;
  height: 100%;
  margin: 0 auto;
}
section.facilities .slider li {
  padding: 0 5px;
}
section.facilities .slick-slide p {
  padding: 20px;
}

.fas-other-list {
  max-width: 1100px;
  margin: 0 auto;
}
.fas-other-list li {
  width: 100%;
  margin-bottom: 60px;
}
.fas-other-list li img {
  border-radius: 10px;
}
.fas-other-list li p:nth-of-type(1) {
  text-align: center;
  font-size: 4rem;
  color: #e0d7ca;
}
.fas-other-list li p:nth-of-type(2) {
  padding: 0;
  text-align: center;
  font-size: 2.5rem;
  color: #e0d7ca;
  line-height: 1.4;
}

.comparison {
  background-color: #d9cebd;
  margin: 0 auto;
  padding: 40px;
  max-width: 1100px;
}

.title-4 {
  color: #262626;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

section.price-inn {
  background-image: url("../img/bgr-price.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
section.price-inn div.title {
  padding: 20px;
}
section.price-inn p.products-title-e {
  text-align: center;
  font-family: "Caveat", cursive;
  color: #a59168;
  font-size: 2rem;
  margin-bottom: 40px;
}
section.price-inn h2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 2.4rem;
}
section.price-inn .price-box {
  margin-bottom: 30px;
}
section.price-inn .price-box h3 {
  background-color: #464040;
  width: 500px;
  font-size: 1.6rem;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  color: #ccc;
}
section.price-inn .price-area {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section.price-inn .price-area:nth-last-of-type(1) {
  border: none;
  margin: 0;
  padding: 0;
}
section.price-inn .price-area div:nth-of-type(1) {
  width: 40%;
  font-size: 1.4rem;
  text-align: right;
  padding-right: 60px;
}
section.price-inn .price-area div:nth-of-type(2) {
  width: 60%;
  font-size: 1.6rem;
  color: #e88422;
}
section.price-inn .price-area div:nth-of-type(2) span.tax {
  color: #333;
  font-size: 1rem;
}
section.price-inn .price-area div:nth-of-type(2) span.note {
  display: block;
  color: #333;
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: 500;
}
section.price-inn .plan {
  background-color: #e8c320;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 4px;
  max-width: 400px;
  text-align: center;
  margin: 40px auto;
}

section.price {
  background-color: #524430;
  padding-bottom: 40px;
}
section.price div.title {
  padding: 80px;
}
section.price p.products-title-e {
  text-align: center;
  font-family: "Caveat", cursive;
  color: #a59168;
  font-size: 2rem;
  margin-bottom: 40px;
}
section.price h2 {
  color: #333;
  margin-bottom: 40px;
}
section.price .price-box {
  margin-bottom: 30px;
}
section.price .price-box h3 {
  background-color: #464040;
  width: 500px;
  font-size: 2rem;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  color: #ccc;
}
section.price .price-wrap {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #e0ddda;
  border-radius: 5px;
  padding: 60px;
  border: 1px solid #ccc;
}
section.price .price-area {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #a8906c;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section.price .price-area:nth-last-of-type(1) {
  border: none;
  margin: 0;
  padding: 0;
}
section.price .price-area div:nth-of-type(1) {
  width: 40%;
  font-size: 3rem;
  text-align: right;
  padding-right: 60px;
}
section.price .price-area div:nth-of-type(2) {
  width: 60%;
  font-size: 7rem;
  color: #e88422;
  font-weight: 701;
}
section.price .price-area div:nth-of-type(2) span.tax {
  display: block;
  color: #333;
  font-size: 2rem;
  padding-left: 50px;
  margin-top: 20px;
  font-weight: normal;
}
section.price .price-area div:nth-of-type(2) span.note {
  display: block;
  color: #333;
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: 500;
}
section.price .price-box {
  margin-bottom: 30px;
}
section.price .price-box h3 {
  background-color: #464040;
  width: 100%;
  font-size: 3rem;
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px;
  color: #ccc;
  font-weight: 700;
}
section.price .price-box h4 {
  text-align: center;
  color: #e88422;
  font-size: 2.6rem;
  margin: 40px 0;
}
section.price .plan {
  background-color: #e8c320;
  font-size: 1.8rem;
  max-width: 400px;
  text-align: center;
  margin: 40px auto;
  border-radius: 4px;
}
section.price .plan a {
  display: block;
  padding: 20px;
  border-radius: 4px;
}
section.price .plan a:hover {
  background-color: #a59168;
  border-radius: 4px;
  color: #fff;
}

section.map {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 30%;
}
section.map iframe {
  padding: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  position: relative;
  background-color: #473d36;
  color: #fff;
  padding: 60px 20px 120px 20px;
  font-size: 0.9rem;
  line-height: 1.7;
}
footer p.address {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
footer table {
  width: 100%;
  margin-bottom: 10px;
}
footer td,
footer th {
  padding: 10px;
}
footer table,
footer td,
footer th {
  border-collapse: collapse;
  border: 1px solid #9f998c;
}
footer .t1 {
  width: 20%;
  background-color: #494949;
  vertical-align: middle;
}
footer .t2 {
  width: 25%;
}
footer .footer-inner {
  max-width: 800px;
  margin: 0 auto;
}
footer .open {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
footer .date {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
footer a {
  text-decoration: underline;
  color: #fff;
}

.sns {
  display: flex;
  justify-content: center;
}
.sns p {
  padding: 10px;
}
.sns img {
  max-width: 40px;
  height: auto;
}

.footer-gnav {
  text-align: center;
  margin: 40px 0;
}

.official {
  text-align: center;
  margin: 20px 0;
}

.floating {
  width: auto;
  position: fixed;
  padding: 10px 15px;
  bottom: 10px;
  right: 20px;
  border-radius: 6px;
}
.floating:hover {
  opacity: 0.8;
}
.floating .apply button {
  border: none;
  background-color: #50853f;
  font-size: 2rem;
  display: block;
  color: #fff;
  padding: 20px 20px;
  cursor: pointer;
}
.floating .apply button:hover {
  background-color: #9f998c;
}

.burger-btn {
  display: none;
}

div.slick-list,
.slick-slide div {
  width: auto !important;
  padding: 0 !important;
}

#machine-slider .slick-prev {
  left: 0 !important;
  z-index: 100000;
}

#machine-slider .slick-next {
  right: -40px !important;
  z-index: 100000;
}

.ticker-subtitle {
  text-align: center;
  color: #e88422;
  margin-bottom: 40px;
  font-size: 2rem;
}

.ticker-subtitle2 {
  text-align: center;
  color: #d2b071;
  margin-bottom: 40px;
  font-size: 2rem;
}

.products-photo span {
  display: block;
  color: #333;
  font-size: 0.9rem;
  padding-top: 5px;
  text-align: right;
}

.products-txt a {
  color: #fff;
}

summary {
  color: #464040;
}
summary:hover {
  cursor: pointer;
  color: #c9c9c9;
}
summary strong {
  background-color: #ff0000;
  color: #fff;
}

.fix-item {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.fix-item img {
  width: auto;
  max-height: 20px;
}
.fix-item ul {
  width: 100% !important;
  display: flex;
  list-style: none;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  background-color: transparent;
}
.fix-item li {
  padding: 20px 0;
}

.fix-item ul li:nth-of-type(1) {
  background-color: #ff7f39;
  width: 33.3%;
}

.fix-item ul li:nth-of-type(2) {
  background-color: #80350e;
  width: 33.3%;
}

li.tel {
  width: 33.4%;
  background-color: #535353;
}
li.tel a {
  color: #fff;
}
li.tel a img {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }
  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */
  .header {
    padding: 0 5%;
  }
  /* 以下、ハンバーガーボタン */
  .burger-btn {
    display: block;
    height: 39px;
    position: absolute;
    right: 10px;
    width: 39px;
    z-index: 3;
    /* codepenの挙動のため */
    background-color: transparent;
    border: none;
  }
  .bar {
    background-color: #9f998c;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }
  /* スクロール制御 */
  .noscroll {
    overflow: hidden;
  }
  /* 以下、ハンバーガーメニュー */
  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 2;
    /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
  }
  .header-nav {
    background-color: #1b1310;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .nav-list {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-item {
    margin-bottom: 40px;
    margin-right: 0;
  }
  /* メニューオープン時 */
  .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
  /****************************************************/
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  h2 {
    font-size: 3rem;
    color: #a59168;
    text-align: center;
    font-weight: 400;
  }
  h3 {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
  }
  header {
    position: fixed;
    background-color: #C9B9A2;
    min-height: 39px;
  }
  header .logo {
    z-index: 2;
    position: absolute;
    padding: 10px;
    top: 0;
  }
  header .logo img {
    max-width: 200px;
    height: auto;
  }
  header ul {
    display: flex;
    padding: 0;
    align-items: center;
  }
  header ul li {
    margin-left: 20px;
    font-size: 1.1rem;
    font-weight: 700;
  }
  header ul li:nth-of-type(1) {
    margin-right: auto;
  }
  header ul li:nth-of-type(1) img {
    max-width: 220px;
    height: auto;
  }
  header ul a {
    color: #9f998c;
  }
  .mainimage {
    position: relative;
  }
  .mainimage p:nth-of-type(2) {
    position: absolute;
    left: 20%;
    top: 35%;
    transform: translate(-15%, -25%);
  }
  .campaign {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 5px;
  }
  .campaign div.title {
    padding: 20px 10px;
  }
  .campaign .campaign-inner {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .campaign h2 {
    position: relative;
    font-size: 3.4rem;
    text-align: left;
    color: #464040;
    line-height: 1.2;
    margin-bottom: 80px;
  }
  .campaign h2::before {
    content: "";
    width: 200px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -30px;
    background-color: #9ca3a9;
  }
  .campaign h3 {
    background-color: #323232;
    color: #d9d9d9;
    font-weight: 400;
    font-size: 1.5rem;
    border-radius: 6px;
    text-align: center;
    padding: 12px 0 12px 0;
    margin-bottom: 40px;
  }
  .campaign .h3-note {
    font-size: 1rem;
    text-align: right;
    max-width: 650px;
    color: #323232;
    margin: 10px 0 20px 0;
  }
  .campaign .campaign-price {
    color: #000;
    display: flex;
    width: 95%;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
  .campaign .campaign-price img {
    display: block;
  }
  .campaign .campaign-price .cp1 {
    font-size: 1.2rem;
    width: 100%;
  }
  .campaign .campaign-price .cp1 p {
    background-color: #e08023;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100px;
  }
  .campaign .campaign-price .cp2 {
    font-size: 1.8rem;
    padding-left: 0;
    font-weight: 900;
    color: #333;
    width: 100%;
  }
  .campaign .campaign-price .cp2 span {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
  }
  .campaign .campaign-price .cp3 {
    font-size: 3rem;
    margin-left: auto;
    color: #e08023;
    font-weight: 700;
  }
  .campaign .campaign-price .cp3 strong {
    font-size: 1.6rem;
  }
  .campaign .campaign-price .cp3 span {
    font-size: 3rem;
  }
  .campaign .campaign-price.campaign-price-present {
    width: 100%;
    font-size: 1.7rem;
    padding: 20px 10px;
  }
  .campaign .campaign-price-note {
    color: #464040;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 20px;
  }
  .campaign .campaign-price-note span {
    color: #b5510b;
  }
  .campaign .campaign-price-note strong {
    display: block;
  }
  .campaign .campaign-price-note strong.coupon {
    display: inline-block;
    background-color: #cf1313;
    color: #fff;
    padding-right: 5px;
    font-size: 1.1rem !important;
  }
  .campaign-caution {
    background-color: #262626;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 40px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .campaign-caution img {
    width: 60px;
    margin-right: 20px;
  }
  .campaign-caution br {
    display: none;
  }
  .products {
    background-color: #323232;
    overflow-x: hidden;
    scrollbar-width: none;
  }
  .products div.title {
    padding: 80px;
  }
  .products p.products-title-e {
    text-align: center;
    font-family: "Caveat", cursive;
    color: #c9c9c9;
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .other-service {
    background-color: #524430;
    padding: 20px;
  }
  .other-service h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .other-service .other-service-list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: bclok;
    flex-wrap: wrap;
  }
  .other-service .other-service-list > div {
    width: 100%;
    padding: 20px;
  }
  .other-service .other-service-list p {
    color: #c9c9c9;
  }
  .other-service .other-service-list p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .other-service .other-service-list p:nth-of-type(2) {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .other-service .other-service-list a {
    color: #c9c9c9;
    text-decoration: underline;
  }
  section.pickup {
    background-color: #473d36;
    background-image: url("../img/bgr-pickup.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  section.pickup div.title {
    padding: 60px 10px;
  }
  section.pickup p.products-title-e {
    text-align: center;
    font-family: "Caveat", cursive;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 40px;
  }
  section.pickup h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 120px;
  }
  section.pickup h3 {
    color: #fff;
    margin-bottom: 60px;
  }
  section.pickup .hipmachine {
    display: block;
    align-items: center;
    max-width: 900px;
    margin: 0 auto 80px auto;
  }
  section.pickup .hipmachine p {
    color: #fff;
    font-weight: 400;
    width: 100%;
    line-height: 2;
  }
  section.pickup .hipmachine p:nth-of-type(1) {
    padding: 0 20px;
  }
  section.pickup .hipmachine p:nth-of-type(2) {
    padding: 20px;
  }
  section.pickup .wearable-wrap {
    background-image: url("../img/bgr-wearable.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  section.pickup .wearable-wrap a {
    color: #c9c9c9;
    text-decoration: underline;
  }
  section.pickup .wearable {
    display: block;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto 20px auto;
    padding-top: 40px;
  }
  section.pickup .wearable > div {
    width: 100%;
  }
  section.pickup .wearable > div:nth-of-type(2) {
    padding: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
  }
  section.pickup .wearable .note {
    font-size: 0.8rem;
    color: #fff;
    margin-top: 10px;
  }
  section.pickup .wearable-image {
    max-width: 1100px;
    margin: 0 auto;
  }
  section.pickup .wearable-txt {
    padding: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
  }
  .arrow {
    text-align: center;
    margin: 20px 0;
  }
  .arrow img {
    width: auto;
  }
  .wearable-list {
    display: bclok;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
  }
  .wearable-list p {
    width: 100%;
    padding: 0 0 20px 0;
  }
  section.skillbike {
    background-color: #314957;
    background-image: url("../img/bgr-skillbike.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  section.skillbike div.title {
    padding: 60px 10px 20px 10px;
  }
  section.skillbike p.products-title-e {
    text-align: center;
    font-family: "Caveat", cursive;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 40px;
  }
  section.skillbike h2 {
    font-size: 4rem;
    color: #fff;
    margin-bottom: 120px;
  }
  section.skillbike h3 {
    color: #fff;
    margin-bottom: 60px;
  }
  section.skillbike p {
    color: #fff;
  }
  section.skillbike a {
    color: #fff;
    text-decoration: underline;
  }
  .skillbike-mv {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
  }
  .skillbike-mv iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .skillbike-wrap {
    display: block;
    align-items: center;
  }
  .skillbike-wrap p {
    width: 100%;
  }
  .skillbike-wrap p:nth-of-type(1) {
    padding: 20px;
    line-height: 1.8;
  }
  .skillbike-wrap p:nth-of-type(2) {
    padding: 20px;
  }
  section.all-technogym {
    background-color: #463a30;
  }
  section.all-technogym .slider {
    width: 100%;
    padding: 0;
    height: 100%;
    margin: 0 auto;
  }
  section.all-technogym .slider li {
    padding: 0 5px;
  }
  section.all-technogym .slick-prev:before,
  section.all-technogym .slick-next:before {
    color: ccc;
  }
  section.slide-info {
    background-color: #323232;
  }
  section.slide-info .slide-area {
    padding: 0;
  }
  section.slide-info .slider {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    height: 100%;
    margin: 0 auto;
  }
  section.slide-info .slider li {
    padding: 0 5px;
  }
  section.slide-info .slider img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.slide-info .slick-prev:before,
  section.slide-info .slick-next:before {
    color: ccc;
  }
  section.price-inn {
    background-image: url("../img/bgr-price.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.price-inn div.title {
    padding: 20px;
  }
  section.price-inn p.products-title-e {
    text-align: center;
    font-family: "Caveat", cursive;
    color: #a59168;
    font-size: 2rem;
    margin-bottom: 40px;
  }
  section.price-inn h2 {
    color: #333;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  section.map {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 50%;
  }
  section.map iframe {
    padding: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer {
    background-color: #473d36;
    color: #fff;
    padding: 60px 20px 40px 20px;
    font-size: 0.9rem;
    line-height: 1.7;
  }
  footer p.address {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  footer table {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .tb1 td {
    display: block;
    width: 100%;
  }
  footer td,
  footer th {
    padding: 10px;
  }
  footer table,
  footer td,
  footer th {
    border-collapse: collapse;
    border: 1px solid #9f998c;
  }
  footer .t1 {
    width: 25%;
    background-color: #494949;
    vertical-align: middle;
  }
  footer .t2 {
    width: 35%;
  }
  footer .footer-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  footer .open {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  footer .date {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  footer a {
    text-decoration: underline;
    color: #fff;
  }
  .sns {
    display: flex;
    justify-content: center;
  }
  .sns p {
    padding: 10px;
  }
  .sns img {
    max-width: 40px;
    height: auto;
  }
  .footer-gnav {
    text-align: center;
    margin: 40px 0;
  }
  .official {
    text-align: center;
    margin: 20px 0;
  }
  .floating {
    width: auto;
    position: fixed;
    bottom: 20px;
  }
  .floating div:nth-of-type(1) {
    font-size: 1.8rem;
  }
  .modaal-content-container {
    padding: 10px !important;
  }
  .table-scroll {
    overflow: scroll;
  }
  .table-scroll table {
    width: 100%;
    white-space: nowrap;
  }
  .table-scroll table img {
    width: auto;
    max-width: 200px;
  }
  .floating p:nth-of-type(1) {
    margin-right: 0;
  }
  .concept-wrapeer {
    display: block;
    padding: 0 0 0 0;
  }
  .concept-wrapeer .concept-wrapeer-left {
    padding: 20px;
    width: 100%;
  }
  .concept-wrapeer .concept-wrapeer-left p:nth-of-type(1) {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  .concept-wrapeer .concept-wrapeer-left p:nth-of-type(2) {
    color: #c9c9c9;
    line-height: 2;
    font-size: 1.3rem;
    text-align: left;
  }
  .concept-wrapeer .concept-wrapeer-left p:nth-last-of-type(1) {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .concept-wrapeer .concept-wrapeer-left strong {
    font-size: 3.6rem;
    line-height: 1.6;
    display: block;
    text-align: center !important;
  }
  .concept-wrapeer .concept-wrapeer-left strong span {
    font-size: 1.4rem;
    padding-right: 5px;
    padding-bottom: 2px;
  }
  .concept-wrapeer .concept-wrapeer-right {
    width: 100%;
    padding: 20px;
  }
  .point-wrapper {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 60px 20px 0 20px;
    flex-wrap: wrap;
  }
  .point-wrapper div {
    width: 100%;
    margin-bottom: 40px;
  }
  .point-wrapper2 {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 20px 60px 20px;
    flex-wrap: wrap;
  }
  .point-wrapper2 div {
    width: 48%;
    margin-bottom: 30px;
  }
  .floor-area {
    max-width: 1100px;
    margin: 0 auto;
  }
  .floor-area span {
    display: block;
    text-align: right;
    color: #ccc;
    padding-top: 10px;
    font-size: 1rem;
  }
  .floor-area > p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .floor-area > p:nth-of-type(2) {
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .floor-area .floor-area-inner {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
    justify-content: space-between;
  }
  .floor-area .floor-area-inner div {
    margin-bottom: 40px;
    width: 100%;
  }
  .floor-area .floor-area-inner div p {
    text-align: center;
    color: #e88422;
    font-size: 2.2rem;
  }
  .floor-area .floor-area-inner div p span {
    display: block;
    text-align: center;
    color: #e88422;
    padding-top: 20px;
    font-size: 1rem;
  }
  .skillbike-note {
    padding: 40px 20px;
    max-width: 800px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8;
    margin: 0 auto;
    color: #fff;
  }
  .skillbike-note div {
    border-radius: 20px;
    margin: 20px 0;
    background-color: #616161;
    padding: 20px;
  }
  .skillbike-note div p:nth-of-type(1) {
    font-size: 1.6rem;
    border-bottom: 1px dotted #969696;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .skillbike-note div p:nth-of-type(2) {
    font-size: 1rem;
  }
  .fas-other-list {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fas-other-list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .fas-other-list li img {
    border-radius: 10px;
  }
  .fas-other-list li p:nth-of-type(1) {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 1.7rem;
  }
  .fas-other-list li p:nth-of-type(2) {
    text-align: center;
    font-size: 1.3rem;
  }
  .les-mills {
    border-radius: 20px;
    margin: 20px 0;
    background-color: #616161;
    padding: 40px;
    color: #fff;
    text-align: center;
  }
  .les-mills p:nth-of-type(1) {
    font-size: 2.4rem;
    border-bottom: 1px dotted #969696;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.6;
  }
  .les-mills p:nth-of-type(2) {
    font-size: 1.1rem;
    padding: 20px 20px 0 !important;
  }
  #machine-slider .slick-prev:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
  }
  #machine-slider .slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
  }
  #machine-slider .slick-prev {
    left: 0 !important;
    z-index: 100000;
  }
  #machine-slider .slick-next {
    right: 21px !important;
    z-index: 100000;
  }
  .mainimage p {
    padding-top: 39px;
  }
  .news_ticker2 {
    position: relative;
    width: 100%;
    white-space: nowrap;
    font-size: 4rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #bca98e;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    overflow: hidden;
    padding: 10px 0;
    background-color: #c9b9a2;
  }
  .news_ticker2 p {
    position: absolute;
    color: #262626;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: 900;
  }
  .btn-flat3 {
    background-color: #fff;
    display: flex;
    justify-content: center;
  }
  .btn-flat3 p {
    padding: 5px;
    margin: 5px 0;
  }
  .products .w-products {
    width: 98%;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(224, 215, 203, 0.9);
    padding-bottom: 40px;
  }
  .products .w-products2 {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #d9cebd;
    padding-bottom: 20px;
  }
  .products .products-txt {
    margin: 0 auto;
    padding: 0 10px;
  }
  .products .products-txt br {
    display: none;
  }
  .products .products-txt p {
    color: #262626;
  }
  .products .products-txt p:nth-of-type(1) {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 700;
  }
  .products .products-txt p:nth-of-type(1) strong {
    font-size: 2.3rem;
    margin-right: 10px;
    font-weight: 700;
    color: #e88422;
  }
  .products .products-txt p:nth-of-type(1) span {
    font-size: 1.1rem;
    display: block;
    font-weight: normal;
    padding-left: 60px;
  }
  .products .products-txt p:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #262626;
    text-align: left;
    margin: 0 auto 20px auto;
    padding: 10px 10px;
  }
  .products .products-txt2 {
    margin: 0 auto;
    padding: 0 10px;
    color: #fff;
  }
  .products .products-txt2 p {
    color: #fff;
  }
  .products .products-txt2 p:nth-of-type(1) {
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 700;
    background-color: #e88422;
    padding: 0 20px;
  }
  .products .products-txt2 p:nth-of-type(1) strong {
    font-size: 1.8rem;
    margin-right: 10px;
    font-weight: 700;
    color: #fff;
  }
  .products .products-txt2 p:nth-of-type(1) span {
    font-size: 1.6rem;
  }
  .products .products-txt2 p:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #262626;
    text-align: left;
    margin: 0 auto 10px auto;
    padding: 10px 10px;
  }
  .comparison {
    background-color: #d9cebd;
    margin: 0 auto;
    padding: 20px;
  }
  .title-4 {
    color: #262626;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  section#price .price-wrap {
    width: 95%;
    margin: 0 auto;
    background-color: #e0ddda;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
  }
  section#price .price-area {
    display: block;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #a8906c;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section#price .price-area:nth-last-of-type(1) {
    border: none;
    margin: 0;
    padding: 0;
  }
  section#price .price-area div:nth-of-type(1) {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
  section#price .price-area div:nth-of-type(2) {
    width: 100%;
    font-size: 5rem;
    color: #e88422;
    font-weight: 700;
    text-align: center;
  }
  section#price .price-area div:nth-of-type(2) span.tax {
    display: block;
    color: #333;
    font-size: 2rem;
    padding-left: 50px;
    margin-top: 20px;
    font-weight: normal;
  }
  section#price .price-area div:nth-of-type(2) span.note {
    display: block;
    color: #333;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.4;
    font-weight: 500;
  }
  section#price .price-box {
    margin-bottom: 30px;
  }
  section#price .price-box h3 {
    background-color: #464040;
    width: 100%;
    font-size: 2rem;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px;
    color: #ccc;
    font-weight: 700;
  }
  section#price .price-box h4 {
    text-align: center;
    color: #e88422;
    font-size: 2rem;
    margin: 40px 0;
  }
  .price-note {
    margin: 10px auto 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 10px;
    color: #262626;
  }
  .price-note span {
    font-size: 1.2rem;
  }
  .price-area-other {
    margin-top: 40px;
    font-size: 1.6rem;
    color: #262626;
    text-align: center;
  }
  .price-area-other span {
    font-size: 2rem;
  }
  .price-area-other strong {
    font-size: 3.5rem;
    display: block;
  }
  .price-note-ex {
    background-color: #f0efed;
    font-size: 1.2rem;
    padding: 40px;
    text-align: left;
  }
  .products-1-1 {
    background-image: url("../img/points/products1-1b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 5px !important;
  }
  .products-1-2 {
    background-image: url("../img/points/products2-1b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 5px !important;
  }
  .products-1-3 {
    background-image: url("../img/points/products3-1b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 5px !important;
  }
  .products-1-4 {
    background-image: url("../img/points/products4-1b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 5px !important;
  }
  .products-1-5 {
    background-image: url("../img/points/products5-1b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 5px !important;
  }
  .products-1-6 {
    background-image: url("../img/points/products6-1b.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 5px !important;
  }
  .fix-item {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .fix-item img {
    width: auto;
    max-height: 20px;
  }
  .fix-item ul {
    width: 100% !important;
    display: flex;
    list-style: none;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    padding: 0;
    margin: 0 !important;
    background-color: transparent;
  }
  .fix-item li {
    padding: 10px 0;
  }
  .fix-item ul li:nth-of-type(1) {
    background-color: #ff7f39;
    width: 100%;
  }
  .fix-item ul li:nth-of-type(2) {
    background-color: #80350e;
    width: 100%;
  }
  li.tel {
    width: 20%;
    min-width: 65px;
    background-color: #535353;
  }
  li.tel span {
    display: none;
  }
}