#interior .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_2.webp);
}

#price .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_7.webp);
}

#access .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_3.webp);
}

#entry .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_6.webp);
}

#question .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_10.webp);
}

#manager .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_9.webp);
}

#scta .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_7.webp);
}

#company .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_7.webp);
}

#training .parallax-wrapper .parallax-part .parallax-bg {
  background-image: url(/img/top/cobraxion_main_8.webp);
}

#price h2 {
  font-size: clamp(3rem, 3vw, 4rem);
  font-family: "Libre Franklin", "M plus 1";
  font-weight: 900;
  font-style: italic;
  margin-bottom: 5vh;
  padding: 3vh 0;
  background: #333;
  text-indent: 1em;
}
#price p.intro {
  font-size: clamp(1.4rem, 1vw, 2rem);
  font-family: "M Plus 1";
  line-height: 2;
  text-align: center;
  margin-bottom: 5vh;
}
#price .price-2-flex {
  font-family: "Libre Franklin", "M Plus 1";
  display: flex;
}
@media (max-width: 1600px) {
  #price .price-2-flex {
    flex-direction: column;
  }
}
#price .price-2-flex .plan {
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
  margin-bottom: 5vh;
}
@media (max-width: 1199px) {
  #price .price-2-flex .plan {
    flex-direction: column;
    align-items: normal;
  }
}
#price .price-2-flex .plan div:first-child {
  flex-basis: 33.3333333333%;
}
#price .price-2-flex .plan div:first-child img {
  width: 100%;
  height: auto;
}
#price .price-2-flex .plan div:first-child.trial {
  background: url(/img/sample_trial.webp);
}
#price .price-2-flex .plan div:first-child.join {
  background: url(/img/sample_join.webp);
}
#price .price-2-flex .plan div:first-child.blue {
  background: url(/img/sample_blue.webp);
}
#price .price-2-flex .plan div:first-child.pink {
  background: url(/img/sample_pink.webp);
}
#price .price-2-flex .plan div:first-child.yellow {
  background: url(/img/sample_yellow.webp);
}
#price .price-2-flex .plan div:first-child.pair {
  background: url(/img/sample_pair.webp);
}
#price .price-2-flex .plan div:first-child.care {
  background: url(/img/sample_care.webp);
}
#price .price-2-flex .plan div:first-child.nonmenber {
  background: url(/img/sample_nonmenber.webp);
}
#price .price-2-flex .plan div:first-child.menber {
  background: url(/img/sample_menber.webp);
}
#price .price-2-flex .plan div:first-child.trial, #price .price-2-flex .plan div:first-child.join, #price .price-2-flex .plan div:first-child.blue, #price .price-2-flex .plan div:first-child.pink, #price .price-2-flex .plan div:first-child.yellow, #price .price-2-flex .plan div:first-child.pair, #price .price-2-flex .plan div:first-child.care, #price .price-2-flex .plan div:first-child.nonmenber, #price .price-2-flex .plan div:first-child.menber {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#price .price-2-flex .plan div:last-child {
  padding: 0 max(2em, 2.5vw);
  flex: 1;
}
#price .price-2-flex h3 {
  font-size: 2.8rem;
  font-weight: 900;
  font-style: italic;
  padding: 0.25em 0;
}
@media (max-width: 1199px) {
  #price .price-2-flex h3 {
    padding: 0.5em 0;
  }
}
#price .price-2-flex h4 {
  font-size: 7.5rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  opacity: 0.75;
}
@media (max-width: 1199px) {
  #price .price-2-flex h4 {
    min-height: 15vh;
  }
}
#price .price-2-flex p {
  font-size: clamp(1.6rem, 1vw, 1.8rem);
}
#price .price-2-flex li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.25rem;
  border-top: 1px solid #555;
}
#price .price-2-flex li:last-child {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #555;
}
#price .price-2-flex li p {
  font-weight: bold;
}
#price .price-2-flex li p:last-child {
  font-style: italic;
  text-align: end;
}
#price .price-2-flex .monthlyfee {
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: 900;
  color: yellowgreen;
}
#price .price-2-flex li.campaign {
  padding: 0 1em 0 0;
  background: #ad0000;
}
#price .price-2-flex li.campaign .fee {
  font-size: clamp(3rem, 3vw, 3.6rem);
  font-weight: bold;
}
#price .price-list {
  font-family: "M plus 1";
  display: flex;
  justify-content: space-between;
  margin-top: 5vh;
  padding: 0 max(2em, 2.5vw);
}
@media (max-width: 1199px) {
  #price .price-list {
    flex-direction: column;
  }
}
#price .price-list div:last-child {
  min-width: 50%;
}
#price .price-list h3 {
  font-size: 2.8rem;
  font-style: italic;
}
#price .price-list p {
  font-size: clamp(1.6rem, 1vw, 1.8rem);
}
#price .price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
#price .price-list li p {
  font-weight: bold;
}
#price .price-list li p:last-child {
  font-style: italic;
  text-align: end;
}

#access p {
  text-align: center;
  font-size: 1.6rem;
}
#access .main-sec {
  font-family: "Libre Franklin", "M plus 1";
}
#access .main-sec .tel {
  font-weight: 900;
  font-size: clamp(2rem, 1vw, 3rem);
}
#access .main-sec table, #access .main-sec tbody {
  display: block;
}
#access .main-sec table {
  padding: 0 max(2em, 2.5vw);
}
#access .main-sec table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5vh;
}
#access .main-sec table tr:nth-child(1) th:before {
  content: url(/img/access/address.svg);
}
#access .main-sec table tr:nth-child(2) th:before {
  content: url(/img/access/open.svg);
}
#access .main-sec table tr:nth-child(3) th:before {
  content: url(/img/access/open.svg);
}
#access .main-sec table tr:nth-child(4) th:before {
  content: url(/img/access/inquiry.svg);
}
#access .main-sec table tr th {
  text-align: justify;
  font-size: 2.6rem;
  font-style: italic;
}
#access .main-sec table tr th:before {
  display: inline-block;
  position: relative;
  width: 2rem;
}
#access .main-sec table tr td {
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  padding-left: 2rem;
}
#access .main-sec iframe {
  margin-bottom: 5vh;
}

#entry .main-sec h2 {
  font-size: clamp(2rem, 3vw, 4rem);
  font-family: "Libre Franklin", "M plus 1";
  font-style: italic;
  margin-bottom: 5vh;
}
#entry .main-sec h3 {
  font-size: clamp(2rem, 1vw, 2.6rem);
  font-family: "M Plus 1";
  text-align: center;
  letter-spacing: 0.25em;
}
#entry .main-sec p:not(.tel), #entry .main-sec li {
  font-family: "M plus 1";
  font-size: clamp(1.6rem, 1vw, 2rem);
  line-height: 2em;
}
#entry .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#entry .icon-container svg path {
  fill: rgb(255, 255, 255);
}
#entry .icon-container svg.highlight:not(.line):not(.call) path {
  fill: #00ada2;
}
#entry .icon-container svg.highlight.call path {
  fill: #ad0000;
}
#entry .icon-container svg.highlight.line path {
  fill: #00b801;
}
#entry .icon-container {
  padding: max(2em, 2.5vh) 0;
}
#entry .icon-container .shadow-icons {
  display: flex;
  gap: 20px;
}
#entry .icon-container .shadow-icon {
  min-height: 50px;
  color: white;
  cursor: pointer;
  transition: all 0.4s ease;
  filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.3));
}
#entry .icon-container .shadow-icon:hover {
  transform: translateY(-5px);
}
@keyframes shadow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
#entry .icon-container .shadow-icon.animate {
  animation: shadow 2s ease-in-out infinite;
}
#entry .reserve-info div {
  background: #ededed;
  color: #333;
  padding: 2.5vh max(2em, 2.5vw);
}
#entry .reserve-info div h3 {
  margin-bottom: 5vh;
}
#entry .reserve-info div ul {
  display: flex;
  justify-content: space-evenly;
}
#entry .reserve-info div ul li {
  flex-basis: 50%;
}
@media (min-width: 1200px) {
  #entry .reserve-info div ul li {
    text-align: center;
  }
}
#entry .reserve-info div ul img {
  max-width: 150px;
  margin: 25px auto;
}
@media (max-width: 820px) {
  #entry .reserve-info div ul img {
    max-width: 75px;
  }
}
#entry .trial-sec {
  margin: 5vh max(2em, 2.5vw);
}
#entry .trial-sec h3 {
  padding: 2.5vh 0;
}
#entry .trial-sec span {
  font-family: "Libre Franklin";
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: bold;
  font-style: italic;
}
#entry .trial-sec ul {
  display: flex;
}
@media (max-width: 820px) {
  #entry .trial-sec ul {
    flex-wrap: wrap;
  }
  #entry .trial-sec ul li {
    flex-basis: 50%;
  }
}
#entry .trial-sec ul p {
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
}
#entry .trial-sec .caption {
  padding: 1em 0;
}
#entry .line-apply {
  background: #00b801;
  padding: min(2em, 2.5vw) max(2em, 2.5vw);
  margin-top: 5vh;
}
#entry .line-apply ul {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 820px) {
  #entry .line-apply ul {
    flex-direction: column;
  }
}
#entry .line-apply ul li {
  flex-basis: 33.3333333333%;
  text-align: center;
}
#entry .line-apply ul img {
  max-width: 150px;
  margin: 25px auto;
}
@media (max-width: 820px) {
  #entry .line-apply ul img {
    max-width: 75px;
  }
}
#entry .line-apply-link {
  background: #FFF;
  color: #00b801;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 5vh;
}
#entry .line-apply-link h3 {
  font-size: clamp(2rem, 2vw, 2.6rem);
  font-family: "Libre Franklin", "M plus 1";
  font-style: italic;
}
#entry .request-sec {
  margin: 5vh max(2em, 2.5vw);
}
@media (min-width: 821px) {
  #entry .request-sec p {
    text-align: center;
  }
}
#entry .request-sec .tel, #entry .request-sec .mail {
  font-family: "Libre Franklin";
  font-weight: 900;
}
@media (max-width: 820px) {
  #entry .request-sec .tel, #entry .request-sec .mail {
    text-align: center;
  }
}
#entry .request-sec .tel {
  font-size: 3.6rem;
}
#entry .request-sec .mail {
  font-size: clamp(2rem, 1vw, 2.6rem);
}
#entry p.message {
  font-family: "M plus 1";
  font-size: clamp(1.6rem, 1vw, 2rem);
  line-height: 2em;
  margin: 0 max(2em, 2.5vw);
}
@media (min-width: 821px) {
  #entry p.message {
    text-align: center;
  }
}

#interior .caption {
  margin: 5vh 0;
  font-size: clamp(1.4rem, 1vw, 2rem);
  font-family: "M Plus 1";
  line-height: 2;
}
@media (min-width: 821px) {
  #interior .caption {
    text-align: center;
  }
}
#interior .caption span {
  font-family: "Noto serif Jp";
  font-size: 2rem;
  font-weight: 900;
}
#interior .second-floor {
  margin-bottom: 5vh;
}
@media (max-width: 820px) {
  #interior .vanilla-sec,
  #interior .floor-sec,
  #interior .machine-sec {
    padding: 0 max(2em, 2.5vw);
  }
}
#interior .splide__slide img {
  height: auto;
  width: 100%;
}
#interior .splide1 .splide__pagination, #interior .splide2 .splide__pagination {
  display: none;
}
#interior .splide1 .splide__arrow, #interior .splide2 .splide__arrow {
  background: none;
}
#interior .splide1 .splide__arrow svg, #interior .splide2 .splide__arrow svg {
  fill: #FFF;
}
#interior .abc {
  background-image: url(/img/interior/sample_training.webp);
  background-size: cover;
  background-position-y: center;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  #interior .abc {
    background-image: url(/img/interior/sample_training_sp.webp);
  }
}
#interior .floor-sec {
  font-family: "Libre Franklin", "M Plus 1";
  padding: 5vh 0;
  border-top: 1px solid #FFF;
  margin: 0 max(2em, 2.5vw);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 820px) {
  #interior .floor-sec {
    flex-direction: column;
    align-items: flex-start;
  }
}
#interior .floor-sec h3 {
  font-size: clamp(5rem, 5vw, 8rem);
  font-weight: 900;
}
@media (max-width: 1600px) {
  #interior .floor-sec h3 span {
    font-size: clamp(3.2rem, 4vw, 4.2rem);
  }
}
@media (max-width: 820px) {
  #interior .floor-sec h3 {
    padding-bottom: 2.5vh;
    line-height: 1;
  }
}
#interior .floor-sec p {
  font-size: clamp(1.2rem, 1vw, 1.6rem);
}
#interior .machine-sec {
  font-family: "Libre Franklin", "M Plus 1";
}
#interior .machine-sec h2 {
  font-size: clamp(2.4rem, 2vw, 3.6rem);
  font-style: italic;
  text-align: center;
  margin-bottom: 5vh;
}
#interior .machine-sec .machine-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 820px) {
  #interior .machine-sec .machine-flex {
    flex-direction: column;
  }
}
#interior .machine-sec .machine-flex h3 {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
  font-weight: 900;
  font-style: italic;
  padding: 1em 0;
}
#interior .machine-sec .machine-flex p {
  font-size: clamp(1.6rem, 1vw, 1.8rem);
}
#interior .machine-sec .machine-flex .three-pic {
  display: flex;
}
#interior .machine-sec .machine-flex .three-pic img {
  max-height: 400px;
}
#interior .machine-sec .machine-flex:not(:last-child) {
  margin-bottom: 5vh;
}
#interior .amenity-sec {
  margin-bottom: 5vh;
  font-family: "Libre Franklin", "M Plus 1";
  padding: 0 max(2em, 2.5vw);
}
#interior .amenity-sec p {
  font-size: clamp(1.6rem, 1vw, 1.8rem);
}
#interior .amenity-sec .parallax {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/4;
}
#interior .amenity-sec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  max-width: 1600px;
  margin: 0 auto;
}
#interior .amenity-sec ul li {
  flex-basis: 24.25%;
  margin-bottom: 5vh;
}
@media (min-width: 821px) {
  #interior .amenity-sec ul li:nth-child(n+5) {
    margin-bottom: 0;
  }
}
@media (max-width: 820px) {
  #interior .amenity-sec ul li {
    flex-basis: 49.5%;
  }
  #interior .amenity-sec ul li:nth-child(n+7) {
    margin-bottom: 0;
  }
}
#interior .amenity-sec img {
  height: auto;
  width: 100%;
}
#interior .amenity-sec h3 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-style: italic;
}

.p-box {
  width: 400px;
  height: auto;
  padding: 0 40px;
  display: flex;
  place-items: center;
  overflow: hidden;
  text-wrap: nowrap;
}

.p-text {
  display: inline-block;
  padding-right: 20px;
}

#company table,
#scta table {
  margin: 0 auto;
  font-size: clamp(1.6rem, 1vw, 1.8rem);
}
#company table tr,
#scta table tr {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#company table th, #company table td,
#scta table th,
#scta table td {
  padding: 1em 0;
}
#company table span,
#scta table span {
  font-family: "Libre Franklin";
}

#question h2 {
  font-size: clamp(3rem, 3vw, 4rem);
  font-family: "Libre Franklin", "M plus 1";
  font-weight: 900;
  font-style: italic;
  margin-bottom: 5vh;
  text-indent: 1em;
}
#question h2:not(:first-child) {
  margin-top: 5vh;
}
#question table {
  padding: 0 2.5vw;
  text-align: justify;
  width: 100%;
  height: auto;
}
#question table tr {
  display: flex;
  flex-direction: row;
  background: #ededed;
  color: #333;
}
#question table tr:not(:first-child) {
  margin-top: 1.5vh;
}
#question table tr th {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-style: italic;
  font-family: "Libre Franklin";
  color: #00ada2;
  margin: auto 0;
  padding: clamp(0.5em, 1vw, 1em) 0 clamp(0.5em, 1vw, 1em) clamp(0.5em, 1vw, 1em);
}
#question table tr td {
  font-family: "M Plus 1";
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  padding: clamp(0.5em, 1vw, 1em);
}
#question table tr td span {
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.25;
}
#question table:last-child {
  margin-bottom: 5vh;
}

#manager .staffflex {
  display: flex;
  justify-content: space-around;
  font-family: "Libre Franklin", "M Plus 1";
}
#manager .staffflex h2, #manager .staffflex h3 {
  text-align: center;
}
#manager .staffflex h2 {
  font-size: 1.8rem;
  font-weight: 900;
  font-style: italic;
}
#manager .staffflex h3 {
  font-size: 3.6rem;
  font-style: italic;
  margin-bottom: 2.5vh;
}
#manager .staffflex p {
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  line-height: 2;
}
@media (max-width: 820px) {
  #manager .staffflex p {
    padding: 0 max(2em, 2.5vw);
  }
}
#manager .staffflex img {
  margin-bottom: 2.5vh;
}
@media (max-width: 820px) {
  #manager .staffflex {
    flex-direction: column;
  }
  #manager .staffflex div:not(:first-child) img {
    margin-top: 2.5vh;
  }
}

#training .main-sec {
  margin: 5vh 0;
  font-family: "Libre Franklin", "M Plus 1";
}
@media (min-width: 821px) {
  #training .main-sec {
    text-align: center;
  }
}
#training .main-sec span {
  font-family: "Noto serif Jp";
  font-size: 2rem;
  font-weight: 900;
}
#training .main-sec h2 {
  font-size: clamp(2.8rem, 2vw, 3.6rem);
  font-weight: 900;
}
#training .main-sec h3 {
  font-size: clamp(2.2rem, 2vw, 2.8rem);
}
#training .main-sec h4 {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
#training .main-sec p {
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  line-height: 2;
}
@media (max-width: 820px) {
  #training .main-sec .message {
    padding: 0 1em;
  }
}
#training .main-sec .program-sec.condition {
  background-image: url(/img/training/condition.webp);
  margin-top: 5vh;
}
#training .main-sec .program-sec.bodymake {
  background-image: url(/img/training/bodymake.webp);
}
#training .main-sec .program-sec.performance {
  background-image: url(/img/training/performance.webp);
  background-position-y: bottom;
}
#training .main-sec .program-sec.health {
  background-image: url(/img/training/health.webp);
}
#training .main-sec .program-sec {
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#training .main-sec .program-sec div {
  padding: 0 max(2em, 2.5vw);
}
@media (max-width: 820px) {
  #training .main-sec .program-sec div {
    padding: max(5em, 5vw) max(2em, 2.5vw);
  }
}
#training .main-sec .caption-sec {
  background-color: #00ada2;
  color: #000;
  font-weight: bold;
  padding: 2.5vh 0 5vh;
  text-align: center;
}
#training .main-sec .caption-sec ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin: 1.5vh 0;
}
#training .main-sec .caption-sec ul li {
  background-color: #FFF;
  padding: 0.5em;
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  font-weight: 900;
  border-radius: 0.25em;
}
#training .main-sec .caption-sec .loader {
  margin-top: 2.5vh;
  width: 15px;
  height: 20px;
  margin-left: 15px;
  background: #000;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: bump 0.4s ease-in infinite alternate;
}
#training .main-sec .caption-sec .loader::after {
  content: "";
  box-sizing: border-box;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  position: absolute;
  border: 15px solid transparent;
  border-top-color: #000;
}
@keyframes bump {
  0% {
    transform: translate(-50%, 5px);
  }
  100% {
    transform: translate(-50%, -5px);
  }
}

#scta,
#company {
  font-family: "M Plus 1";
}

#notfound body {
  background-color: #222;
}
#notfound .main-sec div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#notfound .main-sec h1, #notfound .main-sec h2 {
  font-family: "Libre Franklin";
  font-style: italic;
  font-weight: 900;
}
#notfound .main-sec h1 {
  font-size: 10rem;
}
#notfound .main-sec h2 {
  font-size: 5rem;
}
#notfound .main-sec p, #notfound .main-sec button {
  text-align: center;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  font-family: "M Plus 1";
}
#notfound .main-sec button {
  padding-top: 1em;
}
#notfound .main-sec button a {
  position: relative;
  z-index: 1;
}
#notfound .main-sec button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -0.25em;
  right: -0.25em;
  background-color: #ad0000;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}
#notfound .main-sec button a:hover {
  cursor: pointer;
}
#notfound .main-sec button a:hover::before {
  transform: scaleX(1);
  transform-origin: center left;
}