html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a:hover {
  opacity: .8;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
body {
  line-height: 1;
}
.mb60 {
  margin-bottom: 8%;
}
#wrapper_lava {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.bg01 {
  overflow-x: hidden;
  background-size: 100%;
  min-height: 100vh;
  position: fixed;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  z-index: -1;
}
/*　mv　*/
.mainv h1 {
  padding-top: 0px;
}
.mv {
  overflow-x: hidden;
}
.mvInner {
  position: relative;
}
.mvInner .logo {
  position: absolute;
  width: 34.6666%;
}
.mvInner .textParts {
  position: absolute;
  width: 26.6667%;
}
/*　cta　*/
.cta {}
.cta .tour {
  position: relative;
}
.cta .tour .scheduleTxt {
  position: absolute;
  width: 100%;
  top: 3%;
  left: 0%;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0px;
  color: #5b4020;
}
.cta .tour .scheduleTxt span {
  font-size: 26px;
}
.cta .tour .btnarea {
  position: absolute;
  top: 23%;
  left: 4.72%;
  right: 4.72%;
}
.cta .tour .btnarea .cv_btn {
  position: relative;
  border-radius: 12vw;
  overflow: hidden;
  z-index: 1;
}
.cta .tour .btnarea .cv_btn .btn {
  display: block;
  position: relative;
  transition: 0.2s;
}
.cta .tour .btnarea .cv_btn .btn:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite;
}
.cta .tour .caption01 {
  position: absolute;
  width: 100%;
  top: 15.4%;
  left: 0%;
  text-align: center;
  letter-spacing: 3px;
  color: #5b4020;
}
.cta .tour .caption02 {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0%;
  text-align: center;
  font-size: 18px;
  color: #5b4020;
}
.cta .benefitsCaptionTxt {
  font-size: 20px;
  padding-top: 4%;
  padding-bottom: 4%;
  line-height: 1.8;
  color: #5b4020;
  width: 84%;
  margin: 0 auto;
}
.cta .benefitsCaptionTxt a {
  color: #5b4020;
}
.cta .membership {
  width: 70.1333%;
  margin: 0 auto;
  padding-top: 10.6667%;
  padding-bottom: 5.3334%;
  position: relative;
}
.cta .membership .partsTxt {
  position: absolute;
  top: 0;
  left: 0;
}
/*　grandOpen　*/
.grandOpen {
  position: relative;
  background: #e8e8e8;
}
.grandOpen h1 {
  position: relative;
  z-index: 1;
}
.grandOpen .goSlideArea {
  position: relative;
  z-index: 1;
}
.grandOpen .goSlideBlock {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.grandOpen .goSlideBlock .slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
  z-index: 1;
  padding-left: 6%;
}
.grandOpen .goSlideBlock li {
  width: 500px;
  margin-right: 1%;
  list-style: none;
}
.grandOpen .goSlideBlock li span {
  width: 500px;
  display: block;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.grandOpen .goTxt {
  font-size: 18px;
  color: #978774;
  width: 77%;
  margin: 0 auto;
  padding-top: 3.4667%;
  padding-bottom: 8.4%;
  text-align: right;
}
.grandOpen .go_experience_block {
  position: relative;
}
.grandOpen .go_experience_block .list {
  position: absolute;
  list-style: none;
  overflow: hidden;
  padding-left: 8%;
  padding-bottom: 8%;
}
.grandOpen .go_experience_block .list li {
  width: 42.03%;
  margin-right: 4.35%;
  margin-bottom: 4.35%;
  float: left;
}
.grandOpen .go_experience_block .list li a {}
.grandOpen .go_lava_block .go_lava {
  position: relative;
}
.grandOpen .go_lava_block .go_lava .go_lava_text {
  width: 80%;
  margin-left: 18%;
  margin-top: 5.6%;
  position: absolute;
  font-size: 20px;
  line-height: 1.8;
  color: #5b4020;
}
.grandOpen .go_lava_block .go_lava .go_lava_caption_1 {
  width: 80%;
  bottom: 51%;
  left: 16%;
  position: absolute;
  font-size: 11px;
  line-height: 1.8;
  color: #978774;
}
.grandOpen .go_lava_block .go_lava .go_lava_caption {
  width: 80%;
  bottom: 8%;
  left: 16%;
  position: absolute;
  font-size: 16px;
  line-height: 1.8;
  color: #978774;
}
.grandOpen .go_spa_block .go_spa {
  position: relative;
}
.grandOpen .go_spa_block .go_spa .go_spa_caption {
  width: 80%;
  bottom: 8%;
  left: 16%;
  position: absolute;
  font-size: 18px;
  line-height: 1.8;
  color: #978774;
}
.grandOpen .confetti {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0%;
  width: 100%;
  height: 900px;
  max-height: 1080px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.grandOpen .confetti span {
  position: absolute;
  list-style: none;
  top: -100px;
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.grandOpen .confetti .confetti01 {
  width: 6.4%;
  height: 10px;
  left: 10%;
  top: -100px;
  animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 2s;
}
.grandOpen .confetti .confetti02 {
  width: 9.2%;
  height: 10px;
  left: 5%;
  top: -110px;
  animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  animation-delay: 8s;
}
.grandOpen .confetti .confetti03 {
  width: 6.9333%;
  height: 10px;
  left: 15%;
  top: -90px;
  animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  animation-delay: 13s;
}
.grandOpen .confetti .confetti04 {
  width: 13.4666%;
  height: 10px;
  left: 60%;
  top: -110px;
  animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.grandOpen .confetti .confetti05 {
  width: 5.4%;
  height: 10px;
  left: 30%;
  top: -100px;
  animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation-delay: 0s;
}
.grandOpen .confetti .confetti06 {
  width: 6.5333%;
  height: 10px;
  left: 55%;
  top: -90px;
  animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  animation-delay: 3s;
}
.grandOpen .confetti .confetti07 {
  width: 9.0666%;
  height: 10px;
  left: 65%;
  top: -80px;
  animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.grandOpen .confetti .confetti08 {
  width: 12.93%;
  height: 10px;
  left: 20%;
  top: -130px;
  animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 3s;
}
.grandOpen .confetti .confetti09 {
  width: 6.4%;
  height: 10px;
  left: 80%;
  top: -110px;
  animation: fall 10s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 4s;
}
/*　fitness　*/
.fitness {
  position: relative;
}
.fitness .fitness_message {
  position: relative;
}
.fitness .fitness_message .fitness_message_txt {
  position: absolute;
  font-size: 20px;
  line-height: 2.2;
  color: #5b4020;
  width: 47%;
  top: 52%;
  right: 6.4%;
  letter-spacing: 1px;
}
.fitness .fitness_floormap {
  position: relative;
}
.fitness .fitness_floormap .floormenu {
  position: absolute;
  list-style: none;
  width: 92%;
  margin-left: 8%;
}
.fitness .fitness_floormap .floormenu li {
  width: 43.48%;
  margin-right: 4.35%;
  margin-bottom: 2.754%;
  float: left;
}
.fitness .fitness_floormap .floormenu li a {
  display: block;
}
.fitness .fitness_floormap .floormenu li a.active img {
  opacity: 0;
}
.fitness .fitness_floormap .floormenu li a#hotyoga {
  background: url("../img/fitness_floormenu_btn01_on.gif");
  background-size: 100%;
}
.fitness .fitness_floormap .floormenu li a#pilates {
  background: url("../img/fitness_floormenu_btn03_on.gif");
  background-size: 100%;
}
.fitness .fitness_floormap .floormenu li a#bike {
  background: url("../img/fitness_floormenu_btn04_on.gif");
  background-size: 100%;
}
.fitness .fitness_floormap .floormenu li a#kickboxing {
  background: url("../img/fitness_floormenu_btn02_on.gif");
  background-size: 100%;
}
.fitness .fitness_floormap .mapDisplayArea {
  position: absolute;
  left: 7.9%;
  top: 27.4%;
}
.fitness .fitness_floormap .mapDisplayArea .mapDisplayInner {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 530px;
}
.fitness .fitness_floormap .mapDisplayInner a.closeBtn {
  position: absolute;
  width: 12.7%;
  top: 5%;
  right: 5%;
  z-index: 1;
  display: none;
}
.fitness .fitness_floormap .mapDisplayInner .map {
  position: absolute;
  width: 110%;
  margin-top: -12%;
  margin-left: -16%;
  top: 0%;
  left: 13%;
}
.fitness .fitnessContent {
  padding-top: 66.6667%;
  position: relative;
}
.fitness .fitnessContent .floatIcon {
  position: absolute;
  display: block;
  width: 8%;
  top: 0%;
  margin-top: 80%;
  z-index: 2;
}
.fitness .fitnessContent .ph {
  position: absolute;
  top: 0;
}
.fitness .fitnessContent .fitnessContentInner {
  position: relative;
  margin-top: -13%;
  padding-bottom: 13.335%;
}
.fitness .fitnessContent .fitnessContentInner dl {
  background: #fff;
  width: 92%;
  margin-top: 13.3334%;
  margin-left: 8%;
  border-top-left-radius: 30px;
}
.fitness .fitnessContent .fitnessContentInner dl dt {}
.fitness .fitnessContent .fitnessContentInner dl dt {
  position: relative;
  text-align: right;
}
.fitness .fitnessContent .fitnessContentInner dl dt .titTxt {
  width: 92.7536%;
}
.fitness .fitnessContent .fitnessContentInner dl dt .icon {
  position: absolute;
  width: 11.696%;
  right: 3.7972%;
  top: 32%;
  background: url("../img/fitness_ac_close_icon01.png");
  background-size: 100%;
}
.fitness .fitnessContent .fitnessContentInner dl dt.open .icon img {
  opacity: 0;
}
.fitness .fitnessContent .fitnessContentInner dl dd {
  display: none;
  padding-bottom: 10.6667%;
}
.fitness .fitnessContent .fitnessContentInner dl dd .tab {
  list-style: none;
  width: 91.3044%;
  margin-left: 8.69565%;
  overflow: hidden;
  font-size: 20px;
}
.fitness .fitnessContent .fitnessContentInner dl dd .tab li {
  background: #feebf0;
  color: #f6376f;
  width: 42.858%;
  margin-right: 4.3479%;
  margin-bottom: 2%;
  float: left;
  border-radius: 100px;
  text-align: center;
  line-height: 2.6;
}
/*.hotyoga */
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 5.7971%;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_message01 strong {
  color: #f6376f;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone {
  margin-left: 8.6957%;
  background: #fff4f7;
  padding-bottom: 10.1449%;
  margin-bottom: 10.1449%;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .message {
  font-size: 20px;
  line-height: 2;
  padding-top: 1%;
  padding-bottom: 3.6232%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  color: #5b4020;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .captionTxt {
  font-size: 16px;
  line-height: 1;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  color: #5b4020;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other {
  position: relative;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .hinoki {
  position: absolute;
  margin-top: 0.6%;
  margin-left: 45.2%;
  margin-right: 8%;
  color: #5b4020;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .stone {
  position: absolute;
  margin-top: 46.1%;
  margin-left: 45.2%;
  margin-right: 8%;
  color: #5b4020;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .lead {
  margin-bottom: 6%;
  font-size: 18px;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .tit {
  font-size: 30px;
  font-weight: 600;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .txt {
  font-size: 18px;
  margin-top: 6%;
  line-height: 1.6;
}
/*.kickboxing */
.fitness .fitness_kickboxing .fitnessContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .tab li.w {
  width: 64%;
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 5.7971%;
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_message01 strong {
  color: #f6376f;
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_captionTxt01 {
  font-size: 16px;
  line-height: 1;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
  color: #978774;
}
/*.pilates */
.fitness .fitness_pilates .fitnessContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.fitness .fitness_pilates .fitnessContentInner dl dd .tab li.w {
  width: 64%;
}
.fitness .fitness_pilates .fitnessContentInner dl dd .pilates_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.fitness .fitness_pilates .fitnessContentInner dl dd .pilates_message01 strong {
  color: #f6376f;
}
/*.bike */
.fitness .fitness_bike .fitnessContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.fitness .fitness_bike .fitnessContentInner dl dd .tab li.w {
  width: 64%;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_message01 strong {
  color: #f6376f;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt01 {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
  color: #978774;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt02 {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4.3478%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  color: #978774;
}
/*.gym */
.fitness .fitness_gym .fitnessContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.fitness .fitness_gym .fitnessContentInner dl dd .tab li.w {
  width: 64%;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_message01 strong {
  color: #f6376f;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt01 {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
  color: #978774;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt02 {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4.3478%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  color: #978774;
}
/*　spa　*/
.spa {
  position: relative;
}
.spa .spa_message {
  position: relative;
}
.spa .spa_message .spa_message_txt {
  position: absolute;
  font-size: 20px;
  line-height: 2.2;
  color: #5b4020;
  width: 47%;
  top: 65%;
  right: 6.4%;
  letter-spacing: 1px;
}
.spa .spa_movie {
  position: relative;
}
.spa .spaContent {
  padding-top: 66.6667%;
  position: relative;
}
.spa .spaContent .floatIcon {
  position: absolute;
  display: block;
  width: 8%;
  top: 0%;
  margin-top: 80%;
  z-index: 2;
}
.spa .spaContent .ph {
  position: absolute;
  top: 0;
}
.spa .spaContent .spaContentInner {
  position: relative;
  margin-top: -13%;
  padding-bottom: 13.335%;
}
.spa .spaContent .spaContentInner dl {
  background: #fff;
  width: 92%;
  margin-top: 13.3334%;
  margin-left: 8%;
  border-top-left-radius: 30px;
}
.spa .spaContent .spaContentInner dl dt {}
.spa .spaContent .spaContentInner dl dt {
  position: relative;
  text-align: right;
}
.spa .spaContent .spaContentInner dl dt .titTxt {
  width: 92.7536%;
}
.spa .spaContent .spaContentInner dl dt .icon {
  position: absolute;
  width: 8.696%;
  right: 5.7972%;
  top: 40%;
  background: url("../img/fitness_ac_close_icon01.png");
  background-size: 100%;
}
.spa .spaContent .spaContentInner dl dt.open .icon img {
  opacity: 0;
}
.spa .spaContent .spaContentInner dl dd {
  display: none;
  padding-bottom: 10.6667%;
}
.spa .spaContent .spaContentInner dl dd .tab {
  list-style: none;
  width: 91.3044%;
  margin-left: 8.69565%;
  overflow: hidden;
  font-size: 18px;
}
.spa .spaContent .spaContentInner dl dd .tab li {
  background: #feebf0;
  color: #f6376f;
  width: 42.858%;
  margin-right: 4.3479%;
  margin-bottom: 2%;
  float: left;
  border-radius: 100px;
  text-align: center;
  line-height: 2.6;
}
/* sauna */
.spa .spa_sauna .spaContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.spa .spa_sauna .spaContentInner dl dd .tab li.w {
  width: 64%;
}
.spa .spa_sauna .spaContentInner dl dd .sauna_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.spa .spa_sauna .spaContentInner dl dd .sauna_message01 strong {
  color: #f6376f;
}
/* bedrockbath */
.spa .spa_bedrockbath .spaContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.spa .spa_bedrockbath .spaContentInner dl dd .tab li.w {
  width: 64%;
}
.spa .spa_bedrockbath .spaContentInner dl dd .bedrockbath_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.spa .spa_bedrockbath .spaContentInner dl dd .bedrockbath_message01 strong {
  color: #f6376f;
}
/* selfesthetic */
.spa .spa_selfesthetic .spaContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.spa .spa_selfesthetic .spaContentInner dl dd .tab li.w {
  width: 64%;
}
.spa .spa_selfesthetic .spaContentInner dl dd .selfesthetic_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.spa .spa_selfesthetic .spaContentInner dl dd .selfesthetic_message01 strong {
  color: #f6376f;
}
/* food */
.food {
  position: relative;
  bottom: -1%;
}
.food .foodInner {
  position: absolute;
  display: block;
  width: 100%;
  top: -8%;
}
.food .foodInner .icon {
  display: block;
  width: 13.3334%;
  margin: 0 auto;
}
dl dd .tab li span {
  font-weight: 600;
}
/* cometrue */
.cometrue {}
/* keepgoing */
.keepgoing {
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 20%;
}
.slick-dotted.slick-slider {
  position: relative;
  margin-bottom: 0;
}
.keepgoing .keepgoingSlider .slide-dots {
  list-style: none;
}
.slick-dots li {
  margin: 0 4px;
  width: 3%;
}
.slick-dots li button {
  background: #cfcfcf;
  border-radius: 100px;
  width: 5%;
  height: 5%;
}
.slick-dots li button:before {
  content: '';
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #f6376f;
}
/* voice */
.voice {}
.voice .voiceInlineBox {
  position: relative;
}
.voice .voiceInlineBox ul {
  list-style: none;
  width: 81.3%;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 0;
  color: #5b4020;
  overflow-y: scroll;
}
.voice .voiceInlineBox ul li {
  padding-top: 3%;
  padding-bottom: 3%;
}
.voice .voiceInlineBox ul li .yogaIcon {
  background: #f6376f;
  font-size: 20px;
  padding: 2% 3%;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.voice .voiceInlineBox ul li .pilatesIcon {
  background: #5a89c0;
  font-size: 20px;
  padding: 2% 3%;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.voice .voiceInlineBox ul li .kickboxingIcon {
  background: #9377c7;
  font-size: 20px;
  padding: 2% 3%;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.voice .voiceInlineBox ul li .status {
  font-size: 20px;
  padding-left: 5%;
  line-height: 1.4;
}
.voice .voiceInlineBox ul li .title {
  font-size: 30px;
  font-weight: 600;
  margin-top: 6%;
  margin-bottom: 5%;
  line-height: 1.4;
}
.voice .voiceInlineBox ul li .message {
  font-size: 20px;
  width: 90%;
  line-height: 2;
}
.voice .voiceInlineBox ul li .message strong {
  color: #f6376f;
}
.voice .voiceBottom {
  position: relative;
}
.voice .voiceBottom .caption {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 38%;
  left: 8.4%;
}
.scroll_bar {
  overflow-y: scroll;
}
.scroll_bar::-webkit-scrollbar {
  width: 10px;
}
.scroll_bar::-webkit-scrollbar-track {
  background-color: #fff;
}
.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
/* lesson */
.lesson {}
/* closing */
.closing {}
/* remarks */
.remarks {
  color: #5b4020;
}
.remarks .applicableNote {
  padding: 0% 8% 10% 8%;
}
.remarks .applicableNote h1 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 8%;
}
.remarks .applicableNote ul {
  list-style: none;
  line-height: 2;
}
.remarks .applicableNote ul li {
  text-indent: -7%;
  margin-left: 7%;
}
.remarks .applicableNote ul li strong {
  color: #f6376f;
}
/* pricelist */
.pricelist {}
.pricelist dl {}
.pricelist dl dt {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
  color: #5b4020;
  position: relative;
  margin-left: 8%;
}
.pricelist dl dt .icon {
  position: absolute;
  width: 8.696%;
  right: 5.7972%;
  top: 30%;
  background: url("../img/fitness_ac_close_icon01.png") no-repeat;
  background-size: 100%;
}
.pricelist dl dt.open .icon img {
  opacity: 0;
}
.pricelist dl dd {
  margin-top: 9.3334%;
  display: none;
}
.pricelist .caption {
  padding: 2% 8% 10% 8%;
  list-style: none;
  line-height: 2;
  color: #978774;
}
.pricelist ul.caption li {
  text-indent: -7%;
  margin-left: 7%;
}
/* storeinfo */
.storeinfo {
  color: #5b4020;
}
.storeinfo .storeinfoInner {
  padding: 8% 8% 10% 8%;
}
.storeinfo .storeinfoInner h1 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 11.112%;
  border-bottom: 2px solid #fff;
}
.storeinfo .storeinfoInner ul {
  list-style: none;
}
.storeinfo .storeinfoInner ul li {
  margin-top: 8%;
  padding-bottom: 8%;
  border-bottom: 2px solid #fff;
}
.storeinfo .storeinfoInner ul li .yukala_logo {
  display: block;
  width: 58.7302%;
  margin-bottom: 5%;
}
.storeinfo .storeinfoInner ul li .tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5%;
}
.storeinfo .storeinfoInner ul li .txt {
  font-size: 20px;
  line-height: 1.8;
}
.storeinfo .storeinfoInner ul li .caption {
  font-size: 18px;
  margin-top: 5%;
}
.storeinfo .storeinfoInner ul li .gm {
  margin-top: 6.4%;
}
.storeinfo .storeinfoInner ul li .tel_bnr {
  display: block;
  margin-bottom: 6.4%;
}
.storeinfo .storeinfoInner .hacomonoBlock {
  padding-top: 8%;
}
.storeinfo .storeinfoInner .hacomonoBlock a.acLink {
  background: #5b4020;
  padding: 5% 3%;
  display: block;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  text-align: center;
}
.storeinfo .storeinfoInner .hacomonoBlock a.acLink .icon {
  width: 8%;
  display: block;
  padding-top: 4%;
  margin: 0 auto;
}
.storeinfo .storeinfoInner .hacomonoBlock a.acLink .icon img {
  transition: transform 0.3s;
}
.storeinfo .storeinfoInner .hacomonoBlock a.acLink.open .icon img {
  transform: rotate(-180deg);
  transition: transform 0.3s;
}
.hacomonoBlock .hakomonoOpen {
  display: none;
  background: #fff;
}
.hacomonoBlock .hakomonoOpen .text_link {
  font-size: 18px;
  padding: 0% 8% 8% 8%;
  word-break: break-all;
}
/* footer */
footer {
  color: #5b4020;
  margin-bottom: 18%;
}
footer ul {
  list-style: none;
  line-height: 2;
  padding: 0% 8% 10% 8%;
  font-size: 20px;
}
footer ul li {
  text-indent: -7%;
  margin-left: 7%;
  margin-top: 6.4%;
}
footer ul li a {
  text-decoration: none;
  color: #5b4020;
}
footer .copyright {
  font-size: 16px;
  text-align: center;
}
/*　floating　*/
.floatingBtn {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
  left: 1%;
  right: 0;
}
@media (min-width: 500px) {
  .floatingBtn {
    position: fixed;
    width: 70%;
    bottom: 0;
    z-index: 10;
    left: 15%;
    right: 0;
  }
}
.floatingBtn .floatingBtnInner {
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
}
.floatingBtn a.\30 yen_btn {
  margin: 0 auto;
}
.floatingBtn .btn01 {
  width: 74.66%;
}
.floatingBtn .btn02 {
  width: 25.33%;
}
@media screen and (min-width:750px) {
  .remarks .applicableNote ul li, .pricelist ul.caption li {
    text-indent: -35px;
    padding-left: 40px;
    margin: 0;
  }
}
@media screen and (max-width:749px) {
  /*　cta　*/
  .cta .tour .scheduleTxt {
    font-size: 6.067vw;
  }
  .cta .tour .scheduleTxt span {
    font-size: 4.467vw;
  }
  .cta .tour .caption01 {
    top: 15%;
    font-size: 3vw;
  }
  .cta .tour .caption02 {
    font-size: 3vw;
  }
  .cta .benefitsCaptionTxt {
    font-size: 3vw;
  }
  /*　grandOpen　*/
  .grandOpen .goTxt {
    font-size: 3vw;
  }
  .grandOpen .confetti {
    height: 120vw;
  }
  .grandOpen .go_lava_block .go_lava .go_lava_text {
    font-size: 3.467vw;
  }
  .grandOpen .go_lava_block .go_lava .go_lava_caption {
    font-size: 3vw;
  }
  .grandOpen .go_spa_block .go_spa .go_spa_caption {
    font-size: 3vw;
  }
  .grandOpen .goSlideBlock {
    height: 47.2vw;
  }
  .grandOpen .goSlideBlock li {
    width: 66.667vw;
    height: 47.2vw;
  }
  .grandOpen .goSlideBlock li span {
    width: 66.667vw;
  }
  /*　fitness　*/
  .fitness .fitness_message .fitness_message_txt {
    font-size: 3.467vw;
    letter-spacing: 0px;
  }
  .fitness .fitness_floormap .mapDisplayArea .mapDisplayInner {
    width: 84vw;
    height: 70.8vw;
  }
  .fitness .fitnessContent .fitnessContentInner dl dd .tab li {
    font-size: 3.2vw;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .message {
    font-size: 3vw;
    line-height: 1.6;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .captionTxt {
    font-size: 2.4vw;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .lead {
    font-size: 2.4vw;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .tit {
    font-size: 4vw;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .txt {
    font-size: 2.667vw;
  }
  .fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_captionTxt01 {
    font-size: 2.8vw;
  }
  .fitness .fitness_pilates .fitnessContentInner dl dd .pilates_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_bike .fitnessContentInner dl dd .bike_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt01 {
    font-size: 2.8vw;
    letter-spacing: 0px;
  }
  .fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt02 {
    font-size: 2.8vw;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .bike_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt01 {
    font-size: 2.8vw;
    letter-spacing: 0px;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt02 {
    font-size: 2.8vw;
  }
  /*　spa　*/
  .spa .spa_message .spa_message_txt {
    font-size: 3.467vw;
    letter-spacing: 0px;
  }
  .spa .spaContent .spaContentInner dl dd .tab li {
    font-size: 3.2vw;
  }
  .spa .spa_sauna .spaContentInner dl dd .sauna_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .spa .spa_bedrockbath .spaContentInner dl dd .bedrockbath_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .spa .spa_selfesthetic .spaContentInner dl dd .selfesthetic_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  /*　voice　*/
  .voice .voiceInlineBox ul li .yogaIcon {
    font-size: 2.667vw;
  }
  .voice .voiceInlineBox ul li .status {
    font-size: 3vw;
  }
  .voice .voiceInlineBox ul li .title {
    font-size: 5.333vw;
  }
  .voice .voiceInlineBox ul li .message {
    background-size: 126%;
    font-size: 4.26vw;
  }
  .voice .voiceInlineBox ul li .pilatesIcon {
    font-size: 2.667vw;
  }
  .voice .voiceInlineBox ul li .kickboxingIcon {
    font-size: 2.667vw;
  }
  .voice .voiceBottom .caption {
    font-size: 3vw;
  }
  /*　remarks　*/
  .remarks .applicableNote h1 {
    font-size: 4vw;
  }
  .remarks .applicableNote ul li {
    font-size: 3vw;
  }
  /*　pricelist　*/
  .pricelist dl dt {
    font-size: 6.667vw;
  }
  .pricelist ul.caption li {
    font-size: 3vw;
  }
  /*　storeinfo　*/
  .storeinfo .storeinfoInner h1 {
    font-size: 4vw;
  }
  .storeinfo .storeinfoInner ul li .tit {
    font-size: 3.733vw;
  }
  .storeinfo .storeinfoInner ul li .txt {
    font-size: 3.6vw;
    letter-spacing: 0px;
  }
  .storeinfo .storeinfoInner ul li .caption {
    font-size: 3vw;
  }
  .storeinfo .storeinfoInner ul li .gm iframe {
    width: 100%;
    height: 78vw;
  }
  .storeinfo .storeinfoInner .hacomonoBlock a.acLink {
    font-size: 4.2vw;
  }
  .hacomonoBlock .hakomonoOpen .text_link {
    font-size: 4vw;
    line-height: 1.4;
  }
  /*　footer　*/
  footer ul {
    font-size: 3.2vw;
  }
  footer .copyright {
    font-size: 2.133vw;
  }
}
#disney_cp {
  position: relative;
  margin: 30px auto 0;
}
.cv1 .cv_cta .reserve a span {
  padding-top: 34px;
}
@media screen and (max-width: 750px) {
  .cv1 .cv_cta .reserve a span {
    padding-top: 4.2vw;
  }
}
@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
video {
  width: 100%;
  max-width: 750px;
  height: auto;
  display: block;
  margin: auto;
}
.top_sec {
  position: relative;
}
.remodal.modal_point .reserve_btn {
  display: block;
  position: absolute;
  /* left: calc(50% - 15.15rem); */
  bottom: 14.0rem;
  width: 90%;
  left: 0;
  right: 0;
}
@media (min-width: 500px) {
  .remodal.modal_point .reserve_btn {
    left: calc(50% - 375px);
    bottom: 469px;
  }
}
.point_cp_btn {
  position: absolute;
  bottom: 5.45rem;
  width: 21rem;
  left: calc(50% - 10.45rem);
}
#point_cp .reserve_btn {
  position: absolute;
  left: calc(50% - 10.45rem);
  bottom: 0.4rem;
  width: 21rem;
}
.note {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  text-align: center;
  background: #88DBF3;
}
@media (min-width: 500px) {
  .point_cp_btn {
    position: absolute;
    bottom: 12.45rem;
    width: 28rem;
    left: calc(50% - 14.45rem);
  }
  #point_cp .reserve_btn {
    position: absolute;
    left: calc(50% - 14.45rem);
    bottom: 4.4rem;
    width: 28rem;
  }
  .note {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
    background: #8adaf3;
  }
}
#campaign .three_month .cp_tx {
  bottom: 1rem;
  width: 90%;
}
#campaign .cp_tx {
  position: absolute;
  bottom: 2.8rem;
  left: calc(50% - 10.15rem);
  text-align: center;
}
.web_btn {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  margin: 0 auto 1rem;
}
#campaign .web_btn::after {
  right: 4rem;
}
@media (min-width: 500px) {
  #campaign .three_month .cp_tx {
    bottom: 75px;
    max-width: 450px;
  }
}
@media (min-width: 500px) {
  #campaign .cp_tx {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 224px);
  }
  .web_btn {
    font-size: 1.4rem;
    margin: 12px auto;
  }
}
.btn_size {
  width: 90%;
  padding-bottom: 10px;
}
.cv1 .cv_cta .reserve a span {
  width: calc(100% - 20px);
  /* height: 126px; */
  border-radius: 63px;
  background: rgb(0, 168, 85);
  background: linear-gradient(0deg, rgba(0, 168, 85, 1) 0%, rgba(0, 203, 106, 1) 100%);
  text-align: left;
  font-family: 'Noto Sans JP';
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding-left: 2.2rem;
  padding-top: 17px;
}
@media (min-width: 500px) {
  .cv1 .cv_cta .reserve a span {
    width: calc(100% - 20px);
    height: 126px;
    border-radius: 63px;
    background: rgb(0, 168, 85);
    background: linear-gradient(0deg, rgba(0, 168, 85, 1) 0%, rgba(0, 203, 106, 1) 100%);
    text-align: left;
    font-family: 'Noto Sans JP';
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding-left: 2.2rem;
    padding-top: 43px;
  }
  .grandOpen .go_lava_block .go_lava .go_lava_caption_1 {
    width: 80%;
    bottom: 51%;
    left: 16%;
    position: absolute;
    font-size: 16px;
    line-height: 1.8;
    color: #978774;
  }
}
.tabs {
  width: 90%;
  margin: 0 auto;
}
.chance_inner {
  padding: 0 0 1rem;
}
.chance_title img {
  margin: 30px auto;
}
#chance .norikae_wrap {
  width: 90%;
}
#chance::before, #chance::after {
  display: none;
}
.chance_inner::before, #chance .tabs::after, .norikae_wrap::after {
  display: none;
}
.tab_item {
  font-size: 20px;
  line-height: 1.6;
}
.tab_item .tab_lead_tx {
  font-size: 16px;
  width: 9rem;
}
.tab_content .s_tx {
  font-size: 12px;
  padding: 20px 30px 40px;
  line-height: 1.4;
}
#chance .norikae_wrap .s_tx {
  font-size: 12px;
  line-height: 1.4;
}
.tab_content .plan02_tx {
  font-size: 13px;
  padding: 0 2rem 1rem;
}
.tab_content .bg_white {
  padding-top: 1.2rem;
}
.chance_tx_06 {
  padding-bottom: 1rem;
}
@media (min-width: 500px) {
  .chance_tx_03 {
    margin-top: 40px;
  }
  .chance_tx_06 {
    margin-top: 70px;
  }
}
.content_title {
  position: inherit;
  margin-top: -1.3em;
}
.chance_tx_03, .chance_tx_06 {
  margin-top: -3em;
}
/* 20240101更新 */
/* --------------------------------------------------------------------------------------------

モーダルウィンドウ

-------------------------------------------------------------------------------------------- */
.rakuten_cp {
  position: relative;
}
.rakuten_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  cursor: pointer
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: gray;
  cursor: pointer;
  border-radius: 50px;
  background: white;
  z-index: 998;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  text-align: center;
  position: absolute;
}
a.rakuten_btn {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.5%;
}
.rakuten_top_text {
  width: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16%;
  cursor: pointer;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 999;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  background: #000000b0;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  z-index: 2;
  border-radius: 3px;
}
.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
  opacity: 0.7;
}
.modalCloseButton {
  position: absolute;
  left: 100%;
  top: -48px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 2rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
  cursor: pointer;
}
.popup.is-show.active {
  display: none;
}
.top-close {
  position: absolute;
  right: 5px;
  background: white;
  padding: 8px 8px 8px 10px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  height: 2rem;
  width: 2rem;
  top: 5px;
  z-index: 999;
}

a.rakuten_cp_btn.bot_open {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
.rakuten_text {
  bottom: 20%;
}
.mv_btn {
  position: absolute;
  bottom: 7%;
}
.mainv {
  position: relative;
}
a.bot_open.cp_btn {
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
}
a.bot_open.cp_btn2 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
}
.cp_wrap {
  position: relative;
}
p.go_lava_caption {
  position: absolute;
  bottom: 3%;
}
section.grandOpen {
  padding-top: 2rem;
}
@media screen and (max-width: 749px) {
  .grandOpen .go_lava_block .go_lava .go_lava_caption {
    font-size: 2.5vw;
  }
}
.fitness .fitnessContent .fitnessContentInner dl dd .tab li {
  background: #555;
  color: white;
  width: 42.858%;
  margin-right: 4.3479%;
  margin-bottom: 2%;
  float: left;
  border-radius: 100px;
  text-align: center;
  line-height: 2.6;
}
strong {
  color: #f35626 !important;
}
.fitness .fitness_message .fitness_message_txt {
  color: #292929;
}
.go_experience_block {
  padding-top: 2rem;
}
.fitness .fitnessContent .fitnessContentInner dl dt .icon {
  background: url("../img/240517/fitness_ac_close_icon01.webp");
  position: absolute;
  width: 11.696%;
  right: 3.7972%;
  top: 32%;
  background-size: 100%;
}
.fitness .fitnessContent .fitnessContentInner dl dt .icon {
  position: absolute;
  width: 11.696%;
  right: 3.7972%;
  top: 32%;
  background: url("../img/240517/fitness_ac_close_icon01.webp");
  background-size: 100%;
}
.spa .spaContent .spaContentInner dl dt .icon {
  position: absolute;
  width: 8.696%;
  right: 5.7972%;
  top: 40%;
  background: url("../img/240517/fitness_ac_close_icon01.webp");
  background-size: 100%;
}
.pricelist dl dt .icon {
  position: absolute;
  width: 8.696%;
  right: 5.7972%;
  top: 30%;
  background: url("../img/240517/fitness_ac_close_icon01.webp") no-repeat;
  background-size: 100%;
}
.grandOpen .go_lava_block .go_lava .go_lava_text {
  color: #292929;
}
.grandOpen .go_lava_block .go_lava .go_lava_caption_1 {
  color: #7b7676;
}
.grandOpen .go_lava_block .go_lava .go_lava_caption {
  color: #7b7676;
}
.grandOpen .go_spa_block .go_spa .go_spa_caption {
  color: #7b7676;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_message01 {
  color: #292929;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_message01 {
  color: #292929;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .message {
  color: #292929;
}
.spa .spaContent .spaContentInner dl dd .tab li {
  background: #555;
  color: white;
}
body {
  background: rgb(178, 178, 178, 0.2) url("../img/240517/pc_logo.png") repeat 0 0 / 390px 160px;
  background-attachment: fixed;
  padding: 0 !important;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .hinoki {
  color: #292929;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .stone {
  color: #292929;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone {
  background-image: linear-gradient(78deg, #777777 50%, #686868 100%, #686868 100%);
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .message {
  color: white;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt01 {
  color: #292929;
}
.pricelist .caption {
  color: #292929;
}
.pricelist dl dt {
  color: #292929;
}
.storeinfo {
  color: #292929;
}
footer ul li a {
  color: #292929;
}
section.pricelist dd {
  margin-right: 1rem;
}
.spa .spa_message .spa_message_txt {
  color: #292929;
}
.voice .voiceInlineBox ul {
  color: #292929;
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_message01 {
  color: #292929;
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_captionTxt01 {
  color: #292929;
}
.fitness .fitness_pilates .fitnessContentInner dl dd .pilates_message01 {
  color: #292929;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_message01 {
  color: #292929;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt01 {
  color: #292929;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt02 {
  color: #292929;
}
.spa .spa_sauna .spaContentInner dl dd .sauna_message01 {
  color: #292929;
}
.spa .spa_bedrockbath .spaContentInner dl dd .bedrockbath_message01 {
  color: #292929;
}
.spa .spa_selfesthetic .spaContentInner dl dd .selfesthetic_message01 {
  color: #292929;
}
.grandOpen .goTxt {
  color: #292929;
}
.fitness .fitnessContent .fitnessContentInner dl {
  border-top-left-radius: 5px;
}
.spa .spaContent .spaContentInner dl {
  border-top-left-radius: 5px;
}
.machine_fukidashi {
  position: absolute;
  width: 30%;
  z-index: 2;
  top: -20%;
  left: -1%;
}
.machinebox {
  position: relative;
}
.grandOpen .goSlideBlock li span {
  width: 500px;
  display: block;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide_machine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.grandOpen .goSlideBlock .slideshow_machine {
  display: flex;
  animation: loop-slide_machine 30s infinite linear 1s both;
  animation-direction: reverse;
  z-index: 1;
  padding-left: 6%;
}
.grandOpen .goSlideBlock li {
  width: 500px;
  height: 354px;
  margin-right: 1%;
  list-style: none;
}
.go_lava_text {
  width: 80%;
  margin-left: 18%;
  margin-top: 5.6%;
  position: absolute;
  font-size: 20px;
  line-height: 1.8;
  color: #292929;
}
.go_lava_caption_1 {
  width: 80%;
  bottom: 51%;
  left: 16%;
  position: absolute;
  font-size: 11px;
  line-height: 1.8;
  color: #292929;
}
.go_lava {
  position: relative;
}
.go_lava_caption {
  width: 80%;
  bottom: 8%;
  left: 16%;
  position: absolute;
  font-size: 11px;
  line-height: 1.8;
  color: #292929;
}
@media screen and (max-width:749px) {
  .go_lava_text {
    font-size: 3.467vw;
  }
}
a.bot_open.cp_btn2 {
  bottom: 4%;
}
.offter_title {
  width: 85%;
  margin: 0 auto;
  margin-bottom: -2rem;
}
section.cta.top_sec.grandOpen {
  background-image: url(../img/240517/offer_bk.webp);
  padding: 10% 1rem;
}
.machinebox .goTxt {
  color: white;
  padding-bottom: 5%;
}
small.offer_note {
  color: white;
  text-align: center;
  display: block;
  width: 95%;
  margin: auto;
  line-height: 1.5em;
  font-size: clamp(10px, 3vw, 14px);
}
.grandOpen {
  position: relative;
}
.grandOpen h1 {
  position: relative;
  z-index: 1;
}
.grandOpen .goSlideArea {
  position: relative;
  z-index: 1;
}
.grandOpen .goSlideBlock {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 354px;
}
.grandOpen .goSlideBlock .slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
  z-index: 1;
  padding-left: 6%;
}
.grandOpen .goSlideBlock .slideshow_machine {
  display: flex;
  animation: loop-slide_machine 30s infinite linear 1s both;
  animation-direction: reverse;
  z-index: 1;
  padding-left: 6%;
}
.machine_sliderbox {
  margin-top: clamp(20px, 6vw, 50px);
}
.grandOpen .goSlideBlock li {
  width: 500px;
  height: 354px;
  margin-right: 1%;
  list-style: none;
}
/*.machine_fukidashi {
  position: absolute;
  width: 30%;
  z-index: 2;
  top: -25%;
  left: -1%;
}*/
.machinebox {
  position: relative;
}
.grandOpen .goSlideBlock li span {
  width: 500px;
  display: block;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide_machine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.grandOpen .goTxt {
  font-size: 18px;
  width: 77%;
  margin: 0 auto;
  padding-top: 3.4667%;
  padding-bottom: 8.4%;
  text-align: right;
}
p.goTxt.yukara_slider_note {
  padding: 0;
  margin-top: 1rem;
}
.grandOpen .go_experience_block {
  position: relative;
}
.grandOpen .go_experience_block .list {
  position: absolute;
  list-style: none;
  overflow: hidden;
  padding-left: 8%;
  padding-bottom: 8%;
}
.grandOpen .go_experience_block .list li {
  width: 42.03%;
  margin-right: 4.35%;
  margin-bottom: 4.35%;
  float: left;
}
@media screen and (max-width:749px) {
  .grandOpen .goTxt {
    font-size: 3vw;
  }
  .grandOpen .confetti {
    height: 120vw;
  }
  .grandOpen .go_lava_block .go_lava .go_lava_text {
    font-size: 3.467vw;
  }
  .grandOpen .go_lava_block .go_lava .go_lava_caption {
    font-size: 3vw;
  }
  .grandOpen .go_spa_block .go_spa .go_spa_caption {
    font-size: 3vw;
  }
  .grandOpen .goSlideBlock {
    height: 47.2vw;
  }
  .grandOpen .goSlideBlock li {
    width: 66.667vw;
    height: 47.2vw;
  }
  .grandOpen .goSlideBlock li span {
    width: 66.667vw;
  }
}
.gray_bk {
  background: #e8e8e8;
}
.grandOpen .go_experience_block {
  position: relative;
}
section.grandOpen {
  padding-top: 0;
}
.go_experience_block {
  padding-top: 0;
}
.gray_bk {
  background: #e8e8e8;
  padding: 2rem 0;
}
.machinebox > .goTxt {
  padding-bottom: 0;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .captionTxt {
  color: white;
}
.fv_ctabtn {
  width: 30%;
  position: absolute;
  bottom: 26%;
  right: 0;
}
.updown {
  -webkit-animation-name: updown1;
  animation-name: updown1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#floatingBtn {
  max-width: 550px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
a.top_btn.bot_open {
  width: 95%;
  margin: auto;
  display: block;
}
section.pricelist.sec_padding {
  padding-top: clamp(30px, 10vw, 70px);
}
footer {
  color: #292929;
}
section.pricelist {
  margin-top: 2rem;
}
.floatingBtn {
  opacity: 0;
  transition: .3s;
}
.active_yukala {
  opacity: 1;
  visibility: visible;
}
html {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*********************山崎追加分20240528***************************/
.fitness .fitness_gym .fitnessContentInner dl dd .detailMachine {
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-top: 4.35%;
  font-family: "Noto Sans JP", sans-serif;
}
.fitness .fitness_gym .fitnessContentInner dl dd .detailMachine ul {
  list-style: disc;
  list-style-position: outside;
  column-count: 2;
  padding-left: 15px;
}
.fitness .fitness_gym .fitnessContentInner dl dd .detailMachine li {
  color: #292929;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-left: 10px;
}
.fitness .fitness_gym .fitnessContentInner dl dd .detailMachine .titMachine {
  color: #292929;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Noto Sans JP";
}
.fitness .fitness_gym .fitnessContentInner dl dd .detailMachine .balloonMachine {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f35626;
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}
.fitness .fitness_gym .fitnessContentInner dl dd .detailMachine .balloonMachine:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f35626;
  filter: drop-shadow(1px 0px 0px rgba(0, 0, 0, 1));
}
.fitness .fitness_gym .fitnessContentInner dl dd .detailMachine .balloonMachine p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.fitness .fitness_gym .fitnessContentInner dl dd .detailMachine .sTitMachine {
  color: #292929;
  font-size: 26px;
  margin-top: 45px;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px #292929 solid;
  padding-bottom: 15px;
}
.imageInstractor {
  margin-top: 50px;
}
.txtInstractor {
  color: #fff;
  padding: 10px 0 50px 0;
  text-align: center;
  font-size: 26px;
}
.machine_fukidashi {
  position: absolute;
  width: 30%;
  z-index: 2;
  top: -12.5%;
  left: -1%;
}
@media screen and (max-width:599px) {
  .txtInstractor {
    font-size: 19px;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .detailMachine ul {
    column-count: 1;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .detailMachine .titMachine {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .detailMachine .sTitMachine {
    color: #292929;
    font-size: 22px;
    margin-top: 25px;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .detailMachine li {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .detailMachine .balloonMachine p {
    font-size: 19px;
  }
}
/*********************山崎追加分20240530***************************/
.fitness .fitness_gym .fitnessContentInner .dl {
  background-color: #ffffff;
}
.fitness .fitnessContent .fitnessContentInner .dl .dd {
  padding-bottom: 10.6667%;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .tab li.w {
  width: 64%;
}
.fitness .fitnessContent .fitnessContentInner .dl .dd .tab li {
  background: #555;
  color: white;
  width: 42.858%;
  margin-right: 4.3479%;
  margin-bottom: 2%;
  float: left;
  border-radius: 100px;
  text-align: center;
  line-height: 2.6;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .bike_message01 {
  color: #292929;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .bike_message01 {
  /*color: #5b4020;*/
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .bike_captionTxt01 {
  color: #292929;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .bike_captionTxt01 {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
  /*color: #978774;*/
}
.fitness .fitness_gym .fitnessContentInner .dl .dt {
  height: 180px;
  overflow: hidden;
}
.fitness .fitnessContent .fitnessContentInner .dl .dd .tab {
  list-style: none;
  width: 91.3044%;
  margin-left: 8.69565%;
  overflow: hidden;
  font-size: 20px;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine {
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-top: 4.35%;
  font-family: "Noto Sans JP", sans-serif;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine ul {
  list-style: disc;
  list-style-position: outside;
  column-count: 2;
  padding-left: 15px;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine li {
  color: #292929;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-left: 10px;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine .titMachine {
  color: #292929;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Noto Sans JP";
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine .balloonMachine {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f35626;
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine .balloonMachine:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f35626;
  filter: drop-shadow(1px 0px 0px rgba(0, 0, 0, 1));
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine .balloonMachine p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine .sTitMachine {
  color: #292929;
  font-size: 26px;
  margin-top: 45px;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px #292929 solid;
  padding-bottom: 15px;
}
.imageInstractor {
  margin-top: 50px;
}
.txtInstractor {
  color: #fff;
  padding: 10px 0 50px 0;
  text-align: center;
  font-size: 26px;
}
.machine_fukidashi {
  position: absolute;
  width: 30%;
  z-index: 2;
  top: -12.5%;
  left: -1%;
}
@media screen and (max-width:599px) {
  .fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine ul {
    column-count: 1;
  }
  .fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine .titMachine {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine .sTitMachine {
    color: #292929;
    font-size: 22px;
    margin-top: 25px;
  }
  .fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine li {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .fitness .fitness_gym .fitnessContentInner .dl .dd .detailMachine .balloonMachine p {
    font-size: 19px;
  }
  .fitness .fitness_gym .fitnessContentInner .dl .dt {
    height: 120px !important;
    overflow: hidden;
  }
}
/*********************櫻井追加分20240606***************************/
.point_linkbox ul {
  display: flex;
  justify-content: center;
}
.point_linkbox li {
  width: 28%;
  max-width: 150px;
  list-style: none;
  margin: 2rem 0.5rem;
}
.point_box {
  background: white;
  padding-top: 14%;
  margin: auto;
  width: 95%;
}
.point_wrap {
  position: relative;
}
.point_title {
  position: absolute;
  top: -11%;
  width: 90%;
}
.point_title {
  position: absolute;
  top: -11%;
  width: 90%;
}
.point_box small {
  text-align: end;
  display: block;
  font-size: 0.5em;
  width: 95%;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
p.point_text {
    margin: auto;
    margin-bottom: 1.5rem;
    font-size: clamp(16px, 5vw, 30px);
    line-height: 1.5em;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-weight: 600;
}
.point_wrap {
  margin-top: 15%;
}
span.yellow_line {
  background: linear-gradient(transparent 60%, yellow 30%);
  font-weight: bolder;
}
a {
  color: unset;
  text-decoration: none;
}
section#point {
  background-image: url(../img/240606/point_bk.webp);
  padding-bottom: 3rem;
}
.point_box.point05 {
  padding-top: 9%;
}
p.txtInstractor {
    font-size: clamp(16px,5vw,28px);
    padding: 1.5em 0;
    font-weight: 600;
    font-family: 'Noto Sans JP';
}
.imageInstractor {
    margin-top: 1em;
}
/*フェードイン*/
.fadeInUp {
    opacity: 0;
    transform: translateY(100px);
}
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
.extension {
    margin-bottom: 2rem;
}


#cp dl {
    color: white;
    padding: 0 2rem 3rem;
    line-height: 1.4em;
    font-size: clamp(10px,2vw,14px);
    font-weight: 500;
    font-family: 'Noto Sans JP';
}
#cp {
    background-color: #2b2b2b;
}

.cp_annotation {
    position: absolute;
    top: 29.7%;
    z-index: 999999;
    display: block;
    left: 16%;
    font-size: clamp(9px,2vw,12px);
}
p.cp_annotation >a {
    border-bottom: solid 1px black;
}
p.cp_annotation_last {
    position: absolute;
    top: 29.7%;
    z-index: 999999;
    display: block;
    left: 16%;
    font-size: clamp(9px,2vw,12px);
}
p.cp_annotation_last >a {
   border-bottom: solid 1px black;
}
.cp_wrap {
    position: relative;
}
/*=========櫻井追加_240718=====================*/

.limited_txt {
    background-color: #e52727;
}
.limited_txt p {
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-size: clamp(10px,3vw,16px);
    text-align: center;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    margin-top: 0px;
    padding: 7px 0px;
}

.countdown {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  max-width: 750px;
  z-index: 999;
  bottom: 0;
}

.countdown_box {
    position: absolute;
    background: linear-gradient(291deg, #a47733ba 0%, #f2e079eb 50%, #a57332ed 100%);
    padding: 0.5em 0 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    /* top: 0; */
    left: 50%;
    transform: translateX(-50%);
    background-color: #8f131300;
}
    /* 
.countdown_box {
    position: absolute;
    background: linear-gradient(291deg, #a47733 0%, #f2e079 50%, #a57332 100%);
    padding: 0.5em 0 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}*/
span#yukala_countdown-day, span#yukala_countdown-hour, span#yukala_countdown-min, span#yukala_countdown-sec {
  margin-right: 2px;
  padding: 0.2em 0.3em;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 3px -2px #666464;
  color: black;
  font-weight: bold;
  font-family: sans-serif;
    font-size: clamp(16px,5vw,30px);
}

.countdownbtn_img {
  width: 90%;
  display: block;
    margin: 0.8em auto .5em;
}
p.countdown_box_text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: black;
  margin-left: -0.5em;
  transform: rotate(-25deg);
      top: clamp(1px, 5vw, 5px);
}
p.countdown_box_text {
  position: relative;
}
p.countdown_box_text {
  position: relative;
  color: black;
  font-weight: bold;
   font-family: 'Noto Sans JP';
  width: 92%;
  left: 7%;
}

p.countdown_box_text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: black;
  margin-left: 0.2em;
  transform: rotate(25deg);
       top: clamp(1px, 5vw, 5px);
}
p.countdown_box_text_02 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0.2em;
}
p.countdown_box_text_02 {
  width: 93%;
  left: 7%;
 margin-top: 1em;
}
.btn2.countdownbtn_img a {
  padding-top: 0.5rem;
  margin-bottom: 0;
}
.countdown_box_bigtext {
  font-size: 30px;
}

.countdown_imgbox {
  position: relative;
}
.countdown_icon {
    width: clamp(15%, 10vw, 16%);
    position: absolute;
    left: 2%;
    top: -1%;
}
.countdown span {
    font-size: clamp(14px,4vw,23px);
    background: unset;
    margin: 0;
    padding: 0;
}
p.countdown_box_text_02 {
    color: black;
}
span.countdown_box_bigtext {
    color: black;
    font-weight: bolder;
    font-family: 'Noto Sans JP';
}
p.countdown_box_text_02 {
    font-size: clamp(14px,4vw,23px);
}
p.countdown_box_text {
    font-size: clamp(14px,4vw,23px);
        letter-spacing: 0.1em;
}
span.countdown_box_bigtext {
    font-size: clamp(16px,6vw,30px);
}

.cp_annotation {
    z-index: 2;
}
/*=========櫻井追加_240801=====================*/
/*フッター*/
footer {
    margin-bottom: 35%;
}
/*SPAMovie*/
ul.slideshow {
    margin-bottom: 2rem;
}
small.spa_movie_note {
    display: block;
    text-align: right;
    margin: 1rem;
}
/*YOGA_ウッドストーン_注釈*/
.captionTxt {
    margin-bottom: 0.3rem;
}
p.captionTxt a {
    text-decoration: solid;
    border-bottom: 1px solid;
}

/*CP_注釈*/
p.cp_annotation {
    top: 31.4%;
}
p.cp_annotation_last {
    top: 31.4%;
}

/*=========櫻井追加_240830=====================*/
.grandOpen .confetti {
    z-index: 1;
}
.grandOpen .goSlideArea {
    z-index: 2;
}
.spa_movie {
    position: relative;
    z-index: 2;
}
.offter_title {
    width: 100%;
}
/*=========櫻井追加_241101=====================*/
span.underline_white {
    border-bottom: 0.5px solid #ffff00;
}

/*=========櫻井追加_241112=====================*/
p.cp_annotation_last {
    top: 38%;
}

p.cp_annotation {
    top: 37.8%;
}

/*=========野元追加_251223=====================*/

.accordion-content {
  display: none;
}
.accordion-header {
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}
  
/*======== 阿部追加_250528 =================*/
.cp_special_text_wrap{
    position: relative;
}
.cp_plan_note_wrap {
    position: absolute;
    padding: 0 1.8rem;
    font-size: 2.7vw;
    top: -0.3rem;
    line-height: 1.2;
}
@media screen and (min-width: 500px){
.cp_plan_note_wrap {
    font-size: 1rem;
    padding: 0 3rem;
    top: 0;
    }
}
.cp_plan_note_wrap dd {
    padding-left: 1em;
    text-indent: -1em;
}
.cp_plan_note_wrap dd.tx_red{
    color: #E5353B;
}
/*=========阿部変更_250624=====================*/
.cp_btn_bg {
    width: 100%;
    height: auto;
    background-size: cover;
    /* padding: 2% 0% 11% 0%; */
}
.cp_btnbox {
    position: relative;
}
.cp_btn {
    position: absolute;
    width: 90%;
    display: block;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}
.mv .limited_note{
  position:absolute;
  bottom: 0;
  right: 1.2rem;
  color: white;
  font-size: clamp(10px, 2vw, 14px);
  line-height: 1.4;
  text-align: right;
}

.text_yellow {
    color:#EBFF32;
}
