@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
html {
  font-size: calc(100vw / 37.5);
}
body {
  color: #000;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: rgb(178, 178, 178, 0.2) url("../img/pc_logo.png") repeat 0 0/390px 160px;
  background-attachment: fixed;
  padding: 0 !important;
}
li {
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
}
@media (min-width: 500px) {
  html {
    font-size: 62.5%;
  }
}
/* --- 共通 --- */
.text_yellow {
  color: #EBFF32;
}
.pT20 {
  padding-top: 20px !important;
}
.pB15 {
  padding-bottom: 15px !important;
}
.hide {
  opacity: 0;
  display: none;
}
.open {
  z-index: 2;
}
/*==== Slickのためのcss ====*/
.slick-arrow_prev, .slick-arrow_next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
}
.slick-arrow_prev {
  left: 6px;
}
.slick-arrow_next {
  right: 6px;
}
@media screen and (max-width: 750px) {
  .slick-arrow_prev, .slick-arrow_next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 200;
  }
}
/*==== sliderのためのcss ====*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  /*    width:94%;*/
  margin: 0 auto;
}
.slider img {
  height: auto;
}
.slider .slick-slide {
  transform: scale(0.9); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*------CTA ボタン------*/
.cta_area {
  background: none;
  padding: 0;
  position: relative;
}
.researve_kengaku_btn {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 94%;
}
.taiken_info {
  position: relative;
}
.taiken_info .researve-btn_top {
  position: absolute;
  bottom: 17%;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
/*.researve-btn {
width: 80%;
    position: absolute;
    bottom: 9rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}*/
.reserve_btn {
  display: inline-block;
}
.researve_kengaku_btn {
  width: 87%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.c-button._shiny {
  display: block;
  position: relative;
  /* padding: 1em 1.5em; */
  /* background-color: #fff; */
  /* box-shadow: 0 3px 0 0 #0867d4; */
  border-radius: 100px;
  margin: 0px auto;
  font-weight: bold;
  font-size: 16px;
  /* max-width: 500px; */
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 300ms;
}
.c-button._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  /*animation: shinyshiny 2.5s ease-in-out infinite;*/
}
.c-button._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
@-webkit-keyframes shinyshiny {
  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;
  }
}
@media screen and (max-width: 500px) {
  .researve-btn {
    bottom: 5rem;
  }
}
/*------追従ボタン------*/
.fixed_bnr_sp {
  position: fixed;
  bottom: 0;
  z-index: 500;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .floating__inner_250301 {
    display: inline-block;
    width: 500px;
    position: auto;
    bottom: 5%;
  }
}
/*------MV------*/
header {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.header-mv {
  width: 100%;
}
.header-mv img {
  width: 100%;
}
.first_note_250219 {
  background: #C10003;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.3em 0;
  font-size: 0.9em;
}
/*注釈*/
.cp-offer {
  position: relative;
}
.cp-offer .limited_note {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: clamp(10px, 2vw, 14px);
  line-height: 1.4;
  text-align: right;
}
/*------手ぶら体験------*/
/*注釈*/
ul.cp_lesson_note_wrap {
  position: absolute;
  bottom: 2rem;
  padding: 0 2.5rem;
  font-size: 0.9rem;
  /*    line-height: 1.2;
    top: calc((100vw / var(--vw-sp))* 530);
    width: calc((100vw / var(--vw-sp))* 315);*/
}
ul.cp_lesson_note_wrap li {
  position: relative;
  padding-left: 1.4rem;
}
ul.cp_lesson_note_wrap li span {
  position: absolute;
  top: 0;
  left: 0;
}
.s_tx, ul.cp_lesson_note_wrap {
  background: 0 !important;
}
@media screen and (min-width: 500px) {
  ul.cp_lesson_note_wrap {
    font-size: 12px;
  }
}
/*------CPエリア（PFF）------*/
#campaign .cp_tx {
  bottom: 6.5rem;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
/*キャンペーン詳細*/
.paypay_accordion_btn, .paypay_accordion_btn * {
  pointer-events: auto;
}
.paypay_accordion_btn {
  position: relative;
  z-index: 5;
}
/*注釈*/
.cp_special_text_wrap {
  position: relative;
}
.cp_plan_note_wrap {
  position: absolute;
  background: 0;
  padding: 0 3rem;
  font-size: 2.6vw;
  ;
  top: 1rem;
  line-height: 1.35;
}
.cp_plan_note_wrap dd {
  padding-left: 1em;
  text-indent: -1em;
}
.cp_plan_note_wrap dd.tx_red {
  color: #E5353B;
}
@media screen and (min-width: 500px) {
  .cp_plan_note_wrap {
    margin: 0px 17px 0px;
    font-size: 12px;
    line-height: 1.5;
  }
}
/*======= モーダルウィンドウ 251226(広瀬)　=======*/
.popup {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  max-width: none;
  padding: 0;
  transform: none;
  background-image: none;
  background-color: transparent;
  display: block;
  transform: translateX(-50%);
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup a:hover {
  opacity: 1;
}
.popup-inner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  z-index: 2;
  border-radius: 3px;
}
.popup_cta {
  position: absolute;
  bottom: 15%;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width:751px) {
  .popup-inner {
    width: 400px;
  }
}
.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
  opacity: 1;
}
.modalCloseButton {
  position: absolute;
  left: 87%;
  top: 2%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: white;
  border-radius: 50%;
}
@media screen and (min-width:751px) {
  .modalCloseButton {
    position: absolute;
    left: 86%;
    top: 0%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: white;
    border-radius: 50%;
  }
}
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: gray;
  line-height: 1;
  width: 1.3rem;
  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_note {
  position: absolute;
  left: 44%;
    transform: translateX(-40%);
    top: 66.5%;
  border-bottom: 1px solid;
    padding-bottom: 2px;
}
.popup_note{
  color: #333;
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.popup_note button {
  ackground: none;
    background: none;
  border: none;
}
@media screen and (min-width: 500px){
.popup_note button {
    font-size: 1.6rem;
}
}*/
/*------美濃加茂限定プラン------*/
section.sec03 {
  margin-top: 6.25vw;
}
.go_experience_block {
  position: relative;
}
.go_experience_block .list {
  position: absolute;
  list-style: none;
  overflow: hidden;
  padding-left: 8%;
  padding-bottom: 18%;
  bottom: -2em;
}
.go_experience_block .list li {
  width: 42.03%;
  margin-right: 4.35%;
  margin-bottom: 4.35%;
  float: left;
}
/*------店内イメージ------*/
.shopimg_box {
  background: #e5537d;
  padding-bottom: 3rem;
}
img.slider_shopbox_img.slick-slide {
  padding: 0 5px;
}
p.slider_text {
  padding: 1rem;
  color: white;
  text-align: end;
  font-size: clamp(10px, 2vw, 14px);
}
/*------6ブランド7スタジオの超大型スタジオをオープン！------*/
.sec04-main {
  position: relative;
}
.sec04-text {
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1.4;
  margin: auto;
  color: #5b4020;
  text-align: center;
  font-size: clamp(16px, 3vw, 20px);
}
.sec04-text span {
  font-size: 0.9rem;
}
.sec04-text .text-big {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem auto;
}
.sec04-text .note {
  padding: 1rem;
  text-align: end;
  font-size: 9px;
}
@media screen and (min-width: 500px) {
  .sec04-text .text-big {
    font-size: 26px;
  }
}
/*------6つのサービス------*/
.open-btn-1, .open-btn-2, .open-btn-3, .open-btn-4, .open-btn-5 {
  position: absolute;
  width: 42px;
  top: 28px;
  right: 18px;
}
.close-btn-1, .close-btn-2, .close-btn-3, .close-btn-4, .close-btn-5 {
  position: absolute;
  width: 42px;
  top: 28px;
  right: 18px;
  z-index: -1;
}
.list-1::after, .list-2::after, .list-3::after, .list-4::after, .list-5::after {
  display: none;
}
.list-1 {
  margin: auto 0 auto auto;
  position: relative;
}
.list-1::before {
  content: "";
  display: block;
  /*background-color: #469bcf;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 2.083vw;
  z-index: 1;
}
.list-1::after {
  content: "";
  display: block;
  /*background-color: #469bcf;*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2.083vw;
  z-index: 1;
}
.list-2 {
  position: relative;
  margin: auto 0 auto auto;
}
.list-2::before {
  content: "";
  display: block;
  /*background-color: #AF62A2;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 2.083vw;
  z-index: 1;
}
.list-2::after {
  content: "";
  display: block;
  /*background-color: #AF62A2;*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2.083vw;
  z-index: 1;
}
.list-3 {
  position: relative;
  margin: auto 0 auto auto;
}
.list-3::before {
  content: "";
  display: block;
  /*background-color: #EF8200;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 2.083vw;
  z-index: 1;
}
.list-3::after {
  content: "";
  display: block;
  /*background-color: #EF8200;*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2.083vw;
  z-index: 1;
}
.list-4 {
  position: relative;
  margin: auto 0 auto auto;
}
.list-4::before {
  content: "";
  display: block;
  /*background-color: mediumpurple;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 2.083vw;
  z-index: 1;
}
.list-4::after {
  content: "";
  display: block;
  /*background-color: mediumpurple;*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2.083vw;
  z-index: 1;
}
.list-5 {
  position: relative;
  margin: auto 0 auto auto;
}
.list-5::before {
  content: "";
  display: block;
  /*background-color: darkolivegreen;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 2.083vw;
  z-index: 1;
}
.list-5::after {
  content: "";
  display: block;
  /*background-color: darkolivegreen;*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2.083vw;
  z-index: 1;
}
.list-text {
  width: 95%;
  margin: 20px 0 auto auto;
}
.fade-area {
  display: none;
}
/*修正追加*/
.bg-section {
  position: relative;
  padding: 65% 0 90px;
  background-size: cover;
}
.sec05-bg-1 {
  background-image: url("../img/sec05-bg-1.webp");
}
.sec05-bg-2 {
  background-image: url("../img/sec05-bg-2.webp");
}
.sec05-bg-3 {
  background-image: url("../img/sec05-bg-3.webp");
}
.sec05-bg-5 {
  background-image: url("../img/sec05-bg-5.webp");
}
.sec05-bg-6 {
  background-image: url("../img/sec05-bg-6.webp");
}
.sec05-list-area {
  width: 93%;
  background-color: #fff;
}
.sec05-list-area img {
  z-index: 2;
  position: relative;
}

/*------会員さまの声------*/
section.sec06 {
  position: relative;
  padding: 70px 0;
}
section.sec06::before {
  content: "";
  display: block;
  background-image: url("../img/sec06-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec06-top {
  width: 74%;
  margin: 0 auto 3rem;
}
.sec06-main {
  width: 95%;
  height: 125vw;
  margin: 50px auto 0;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 16.667vw;
  padding: 6.25vw 0px 6.25vw 10.417vw;
}
p.sec06-message {
  font-size: 14px;
  color: #fff;
  width: 95%;
  margin: 12px auto 0;
}
/*------ご入会・ご登録手続きに必要なもの------*/
.td_ttl, .td_price_01, .td_price_02, .td_txt {
  font-size: 3.1vw;
}
.list_pink, .list_comment p, .comment {
  font-size: 1.4rem;
}
.things_necessary {
  width: 76%;
  margin: 0 auto;
  display: block;
  padding-bottom: 1em;
}
.comment {
  font-size: .80em;
}
@media screen and (min-width: 500px) {
  .td_ttl, .td_price_01, .td_price_02, .td_txt {
    font-size: 1.6rem;
  }
}
/*------マンスリーメンバー料金------*/
.pricelist dl dt {
  font-size: clamp(25px, 5vw, 40px);
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-left: 8%;
}
section.pricelist.sec_padding {
  padding-top: clamp(30px, 10vw, 70px);
  padding-bottom: 2rem;
  background: white;
}
.pricelist dl dt {
  color: #292929;
}
.pricelist dl dt .icon {
  position: absolute;
  width: 8.696%;
  right: 5.7972%;
  top: 30%;
  background: url("../img/common/fitness_ac_close_icon01.webp") no-repeat;
  background-size: 100%;
}
.pricelist dl dd {
  margin-top: 9.3334%;
  display: none;
  padding: 0 6%;
}
.pricelist dl dd img {
  margin-bottom: 3rem;
}
.pricelist dl dt.open .icon img {
  opacity: 0;
}
span.icon img {
  vertical-align: top;
}
.pricelist .caption {
  font-size: clamp(14px, 3.75vw, 16px);
  padding: 0;
}
/*------店舗情報------*/
.sec13__btn01 {
  position: absolute;
  top: 57.4%;
  left: 10.66667%;
  width: 78.66667%;
}
.sec13_text01, .sec13_text02, .sec13_text03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.4;
}
.sec13_text03_02 {
  margin: 1.5em 0;
  top: 22%;
}
address {
  font-style: inherit;
}
p.shop {
  font-size: clamp(17px, 4vw, 30px);
  font-weight: 500;
}
p.user {
  border: solid 1px #000;
  padding: 0.3em;
  color: #000;
  font-weight: 600;
  margin-left: 1.5em;
}
.sec13_text01 {
  top: 18.2%;
  display: flex;
  font-size: clamp(10px, 3vw, 20px);
  align-items: center;
}
.sec13_text03_03 {
  margin-top: 1em;
}
.gmaps {
  position: absolute;
  width: 80%;
  top: 80%;
  left: 50.2%;
  transform: translateX(-50%);
}
.gmaps iframe {
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 400px;
  width: 100%;
}
/*------footer------*/
footer {
  text-align: center;
}
#company nav {
  padding: 30px 0;
}
#company ul {
  padding: 0;
}
#company ul li, #company ul li a {
  display: inline-block;
}
#company ul li a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .5em;
  font-size: 9pt;
  line-height: 2.5em;
}
#copyright {
  text-align: center;
  line-height: 3.0em;
  background: antiquewhite;
  font-size: .8em;
}
/*========アニメーション(共通)========*/
/*アップダウン*/
.updown {
  animation-name: updown1; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*上下にふわふわ動く*/
.floatV {
  -webkit-animation: floatV 2.5s ease-in-out infinite alternate;
  animation: floatV 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.3em, 0);
    transform: translate3d(0, 0.3em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.3em, 0);
    transform: translate3d(0, -0.3em, 0);
  }
}
@keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.3em, 0);
    transform: translate3d(0, 0.3em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.3em, 0);
    transform: translate3d(0, -0.3em, 0);
  }
}
/*===============　フェードアップアニメーション ===============*/
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*===============　フェードインアニメーション上から ===============*/
@keyframes fadeUpTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*===============　フェードインアニメーション左から ===============*/
@keyframes fadeUpLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*===============　アニメーションディレイ ===============*/
/*===============　ズームイン ===============*/
@keyframes zoomInAnime {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
/*拡大~縮小で小刻みに動く*/
.dokidoki {
  animation: dokundokun 2300ms ease infinite;
}
@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}
/*カウントダウンタイマー*/
/* ボタン */
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  background: #007aff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.btn a {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  /*border-radius: 120px;*/
  position: relative;
  overflow: hidden;
  width: 90%;
  padding-top: 20px;
}
/* ボタンをキラッとさせる */
.btn a::before, .btn2 a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 1s infinite;
  animation: shine 1s infinite;
}
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
/* --------------------------------------------------------------------------------------------
カウントダウンタイマー
-------------------------------------------------------------------------------------------- */
/*
.countdown {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  max-width: 750px;
  z-index: 999;
  bottom: 0;
}

@media screen and (max-width:750px) {
  .countdown {
    font-size: 3.3vw;
  }
}
.countdown_box {
  position: absolute;
  background: rgb(255 244 80 / 90%);
  padding: 0.5em 0 0;
  bottom: 0;
}
span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
  margin-right: 4px;
  padding: 0.4em;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 3px -2px #666464;
  color: black;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 30px;
}
@media screen and (max-width:750px) {
  span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
    font-size: 3.5vw;
  }
}
.countdownbtn_img {
  width: 90%;
  display: block;
  margin:0 auto .5em;
}
p.countdown_box_text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #e7365c;
  ;
  margin-left: -0.5em;
  top: 30%;
  transform: rotate(-25deg);
}
p.countdown_box_text {
  position: relative;
}
p.countdown_box_text {
  position: relative;
  font-size: 23px;
  color: #e7365c;
  font-weight: bold;
  width: 92%;
  left: 8%;
}
@media screen and (max-width:750px) {
  p.countdown_box_text {
    font-size: 3vw;
  }
}
p.countdown_box_text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #e7365c;
  ;
  margin-left: 0.2em;
  top: 30%;
  transform: rotate(25deg);
}
p.countdown_box_text_02 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0.2em;
}
p.countdown_box_text_02 {
  width: 93%;
  left: 7%;
  margin: 20px 0;
}
.cv_box_last {
  padding-bottom: 16em;
}
.btn2.countdownbtn_img a {
  padding-top: 0.5rem;
}
.countdown_box_bigtext {
  font-size: 30px;
}
@media screen and (max-width:750px) {
  .countdown_box_bigtext {
    font-size: 3.5vw;
  }
}
.countdown_imgbox {
  position: relative;
}
.countdown_icon {
  width: 18%;
  position: absolute;
  left: 2%;
}
*/