@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #000000;

  --color-black2: #333a46;
  --color-white: #ffffff;

  --color-pink: #e63082;

  --noto: "Noto Sans JP", sans-serif;
  --din: "Oswald", sans-serif;
  --tsuku: "Zen Kaku Gothic New", sans-serif;
  --serif: "Noto Serif JP", serif;


  --ud: "M PLUS 1p", sans-serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  /* 1440>> 10px */
  font-size: clamp(1px, 0.694444vw, 10px);
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  background: var(--color-white);
  color: var(--color-black);
}



a {
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .6;
}

img {
  max-width: 100%;

  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}



@media screen and (max-width:1023px) {
  html {
    /* 750px>> 10px */
    font-size: 1.3333vw;
  }


}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
}

/*================================================
 *  header / ヘッダー
 ================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 1rem 0;
}

.nav_inner {
  width: 73rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

header .hd_logo {
  width: 20rem;
}

header .hd_btn {
  width: 29rem;
  font-size: 1.6rem;
  font-weight: 600;
}

#fixBtn {
  position: fixed;
  top: 1.6rem;
  right: 2%;
  z-index: 200;
}

#fixBtn ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}

#fixBtn ul li {
  max-width: 20rem;
  width: 10vw;
}

@media screen and (max-width:1023px) {
  #fixBtn {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: var(--color-white);
    padding: 15px 0;
  }

  #fixBtn ul {
    justify-content: center;
    gap: 2rem;
  }

  #fixBtn ul li {
    width: 33rem;
    max-width: unset;
  }
}

/*================================================
* layout
================================================*/
.pcBg {
  scroll-behavior: smooth;
  position: relative;
  height: 100vh;
}

.pcBg::before {
  position: fixed;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pc_bg.webp) no-repeat center top/cover;
  z-index: -1;
}

#layout {
  display: flex;
  justify-content: center;
  padding: 0 1vw;
  max-width: 1920px;
  margin: 0 auto;
}


.layoutLeft,
.layoutRight {
  flex-shrink: 0;
  height: 100vh;
  min-height: 80rem;
  position: sticky;
  top: 0;
}



/* layoutLeft */
.layoutLeft {
  width: calc((100% - 75rem)/2);
  padding-right: 1.3vw;
  padding-top: 12vh;
}

.leftNav_ttl {
  width: 80%;
  margin: 0 auto 3.7vh;
}

.leftNav_menu {
  width: fit-content;
  margin: 0 auto;
}

.leftNav_menu li {
  margin-top: 3vh;
}

.leftNav_menu li:nth-child(2n) {
  padding-right: 1.3vw;
}

.leftNav_menu li a {
  margin-left: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  color: var(--color-white);
  gap: 1rem;
  position: relative;
  padding-right: 4rem;
}

.leftNav_menu li a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/pc_gym_arrow.webp);
  width: 1.4vw;
  height: 1.4vw;
  max-width: 2.8rem;
  max-height: 2.8rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.leftNav_menu img {
  width: 11vw;
  max-width: 20rem;
}


.leftNav_menu li a div {
  text-align: right;
  font-size: clamp(1px, 0.8vw, 25px);
  font-weight: 300;
}

.leftNav_menu li a div span {
  display: block;
}

.leftNav_menu li a div .en {
  font-family: var(--din);
}

.leftNav_menu li a div .ja {
  font-size: clamp(1px, 1vw, 17px);
  margin: 0.2vw 0;
}

/* layoutRight */
.layoutRight {
  padding-top: 12vh;
  width: calc((100% - 75rem)/2);
}

.rightNav_menu {
  width: 15.8vw;
  margin: 0 auto;
  max-width: 470px;
}

.rightNav_menu li {
  margin-top: 1.2vw;
}


.rightNav_menu li a {
  display: block;
  background: var(--color-black);
  box-shadow: -0.7rem 0.7rem 0.7rem rgb(0 0 0 / 30%);
  padding: 1rem 2rem;
}

.rightNav_menu li a:hover {
  opacity: 1;
  background: var(--color-pink);

}

.rightNav_menu li img {
  width: auto;
  max-width: unset;
  height: 1vw;
  max-height: 19px;
}


.rightNav_menu li:first-child img {
  height: 0.7vw;
}

.enBg {
  position: absolute;
  width: 19vw;
  max-width: 38rem;
  bottom: 0;
  left: 0;
}





.mainContent {
  width: 75rem;
  flex-shrink: 0;
  min-height: 100vh;
  background: var(--color-white);
  padding-top: 6.5rem;
}


@media screen and (max-width:1023px) {
  #layout {
    padding: 0;
  }

  .layoutLeft,
  .layoutRight {
    display: none;
  }

  .mainContent {
    width: 100%;
  }
}

/*================================================
* mv
================================================*/
#mv video {
  display: block;
  width: 100%;
}

@media screen and (max-width:767px) {}

/*================================================
* map
================================================*/
#map {
  padding: 4rem 0;
}

#map h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
}

#map h3 {
  width: 49rem;
  margin: 3rem auto;
}

.mapScroll {
  overflow-x: scroll;
}


.mapMain {
  position: relative;
  width: 140rem;
}

.mapMain .pin {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 6.5rem;
}

.mapMain .pin .pinImg {
  transition: .2s;
}

.mapMain .pin.is-active .pinImg {
  transform-origin: bottom center;
  transform: scale(1.2);
}

.mapMain .pin .fuki {
  width: auto;
  height: 3.8rem;
  max-width: unset;
  position: absolute;
  left: 7rem;
  top: 1rem;
}

.mapMain .pin01 {
  top: 34.5rem;
  right: 37.5rem;
}

.mapMain .pin02 {
  top: 9.5rem;
  right: 45.5rem;
}

.mapMain .pin03 {
  top: 10rem;
  right: 57rem;
}

.mapMain .pin03 .fuki {
  height: 5rem;
  top: auto;
  bottom: -5.5rem;
  left: -3.5rem;
}

.mapMain .pin04 {
  top: 4rem;
  left: 32rem;
}

.mapMain .pin05 {
  top: 15rem;
  left: 5.5rem;
}


.mapArea .tab-panel {
  width: 69rem;
  min-height: 61rem;
  margin: 3rem auto 0;
}

.tab-cnt {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.tab-cnt.is-active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width:767px) {}

/*================================================
* mv
================================================*/
#mv {
  margin-bottom: 6rem;
}


/*================================================
* cp
================================================*/
.cp_middle {
  background: #0097bb;
  color: var(--color-white);
  padding: 3rem 5rem;
  margin-top: 4rem;
}

.cp_middle h2 {
  text-align: center;
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.cp_middle p {
  font-size: 2.3rem;
  line-height: 1.8;
}

.cp_btm {
  padding: 5rem;
}

.cp_btm iframe {
  display: block;
  width: 90%;
  height: auto;
  margin: 4rem auto 0;
  aspect-ratio: 1026/577;
}

@media screen and (max-width:767px) {}

/*================================================
* joho
================================================*/

#joho .bg {
  padding: 4rem 0;
  background: #00417d;
}



#joho ul li {
  width: 60rem;
  margin: 2rem auto 0;
}

.joho_btn {
  width: 60rem;
  margin: 5rem auto 0;
}


@media screen and (max-width:767px) {}



/*================================================
* who
================================================*/

.who_inner {
  background: url(../images/who_bg.webp) no-repeat center top/cover;
  padding: 6rem 0;
}

.who_top {
  width: 67rem;
  margin: 0 auto;
  position: relative;
  border-radius: 10rem;
  background: var(--color-white);
  border: 0.18rem solid var(--color-black2);
  color: var(--color-white);
  line-height: 2;
}

.who_top::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black2);
  border-radius: 10rem;
}


.who_top-inner {
  z-index: 1;
  position: relative;
  padding: 9rem 4rem;
}

/* who_top */
.who_top .logo {
  width: 39rem;
  margin: 0 auto;
}

.who_top h2 {
  width: 55rem;
  margin: 6rem auto;
}

.who_en {
  width: 38rem;
  margin: 6rem auto 0;
}





.who_middle {
  margin-top: 6rem;
  overflow: clip;
}

.who_box {
  display: flex;
  justify-content: center;
}

.who_txt {
  padding-top: 13rem;
}

.who_txt h4 {
  font-family: var(--din);
  font-size: 2.6rem;
  color: var(--color-white);
  background: #333a46;
  padding: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
  width: fit-content;
}



.who_txt h3 span {
  display: block;
  width: fit-content;
  padding: 1rem;
  font-size: 4rem;
  line-height: 1;
  background: var(--color-white);
  margin-top: 1rem;
  /* font-family: var(--ud); */
  font-weight: 800;
}

.who_txt p {
  line-height: 1.6;
  margin-top: 1rem;

}

/* box01 */
.box01 .who_img {
  width: 35rem;
}

/* box02 */
.who_box.box02 {
  margin-top: -6rem;
}

.box02 .who_img {
  width: 29rem;
}

/* box03 */
.who_box.box03 {
  margin-top: -26rem;
}

.box03 .who_txt {
  padding-top: 29rem;
  position: relative;
  left: -4rem;
}

.box03 .who_txt h4 {
  margin: 0 auto;
}

.box03 .who_img {
  width: 50rem;
}

.box03 .who_txt h3 {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.box03 .who_txt h3 span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: fit-content;
  margin-top: 2rem;
}

.box03 .who_txt p {
  margin-top: 2rem;
  position: relative;
  left: -2rem;
}


/* .box04 */
.who_box.box04 {
  margin-top: -3rem;
}

.box04 .who_img {
  width: 39rem;
  margin-left: -5rem;
}

.box04 .who_txt {
  position: relative;
  left: -1rem;
}



.who_btm-ttl {
  font-size: 5.1rem;
  font-family: var(--ud);
  text-align: center;
  font-weight: 800;
  line-height: 1.5;
  padding: 6rem 0;
  background: url(../images/who_btm_bg.webp) no-repeat center top /cover;
  color: #3c3736;
  letter-spacing: 0;
}

.who_btm h2 {
  font-size: 6.1rem;
  font-family: var(--ud);
  text-align: center;
  line-height: 1.5;
  font-weight: 800;
  padding: 4rem 0;
}

@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/
.reason_hd {
  padding: 3rem 0;
}

.reason_hd .num span {
  font-size: 8rem;

  color: var(--color-white);
  font-family: var(--din);
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  display: grid;
  place-content: center;
  margin: 0 auto;
  background: var(--color-black2);
}

.reason_hd .num {
  position: relative;
  z-index: 1;
}

.reason_hd .num::before {
  position: absolute;
  content: "";
  width: 66rem;
  height: 0.5rem;
  background: var(--color-black);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 10rem;
}

.reason_hd {
  text-align: center;
  font-size: 7.2rem;
  font-weight: 900;
  color: var(--color-black2);
}

.reason_hd strong {
  font-size: 10.9rem;
  font-weight: 900;
  display: block;
}

.reason_hd .ja {
  font-size: 2.7rem;
  color: var(--color-black);
  margin-top: 1rem;
}

#reason01,
#reason02 {
  overflow: clip;
}


/* reason01_cnt */
.reason01_cnt,
.reason02_cnt {
  padding: 4rem 0;
  background: #fff878;
}

.reason01_cnt h3 {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.1rem;
  font-weight: 700;
}

.reason01_cnt h3 strong {
  font-size: 5.8rem;
  font-weight: 900;
}

.reason01_cnt ul {
  width: fit-content;
  margin: 0 auto;
}

.reason01_cnt ul li {
  position: relative;
  font-size: 2.8rem;
  padding-left: 6rem;

  margin-top: 2rem;
}

.reason01_cnt ul li::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/reason01_check.webp);
  width: 4.1rem;
  height: 4.2rem;
  top: 0;
  left: 0;
}

.reason01_img {
  width: 80%;
  margin-left: 10rem;
}

.reason01_cnt ol {
  width: 66rem;
  margin: 0 auto;
}

.reason01_cnt ol li {
  list-style: none;
  font-size: 3rem;
  background: var(--color-white);
  padding: 1rem 3rem;
  border-radius: 3rem;
  box-shadow: -0.7rem 0.7rem 0.7rem rgb(0 0 0 / 30%);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  font-weight: 600;
}

.reason01_cnt ol li span {
  font-family: var(--din);
  color: var(--color-pink);
  font-size: 5rem;
  line-height: 1;
}

.reason01_cnt h4 {
  width: 65rem;
  margin: 8rem auto 6rem;
}

.reason01_circle {
  width: 68rem;
  margin: 0 auto;
}

.reason01_circle img {
  animation: poyonpoyon 2s ease-in-out infinite;
  position: relative;
}

@keyframes poyonpoyon {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-2rem);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-2rem);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

/* reason02_cnt */
.shisetsu_img {
  position: relative;
  aspect-ratio: 750/518;
  overflow: clip;
}

.shisetsu_img h2 {
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translateX(-50%);
}

.shisetsu_img span {
  display: block;
  font-size: 4.2rem;
  padding: 1rem;
  background: var(--color-pink);
  color: var(--color-white);
  font-weight: 700;
  white-space: nowrap;
}

.shisetsu_parse {
  position: relative;
  margin-top: -10rem;
}

.shisetsu_parse p {
  position: absolute;
  font-size: 2rem;
  left: 9rem;
  bottom: 6rem;
}

.machine_inner {
  width: 69rem;
  margin: 6rem auto 0;
}

.machine h3 {
  width: 65rem;
  margin: 0 auto 3rem;
}

.machine .lead {
  letter-spacing: 0.1em;
}


.machine_box {
  padding: 4rem 2.5rem 6rem;
  background: #1190a9;
  margin-top: 5rem;
  color: var(--color-white);
}


.machine_img {
  position: relative;
}

.machine_img>img {
  border-radius: 3rem;
}

.machine_img .m_ttl {
  position: absolute;
  width: auto;
  height: 8rem;
  top: -2.5rem;
  left: 1rem;
  z-index: 1;
}

.machine_img .m_ttl img {
  width: auto;
  max-width: unset;
  height: 100%;
}


.machine_img .m_en {
  width: 43rem;
  position: absolute;
  left: 13rem;
  bottom: 4rem;
}

.machine_img .m_note {
  font-size: 1.8rem;
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  font-weight: 400;
}

.machine_box h4 {
  text-align: center;
  margin: 4rem 0 2rem;
  font-weight: 800;
  font-size: 3.5rem;
}

.machine_box p {
  font-size: 2.4rem;
  width: 61rem;
  margin: 0 auto;
}

.machine_box ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  flex-wrap: wrap;
  width: 60rem;
  margin: 4rem auto 0;
}

.machine_box.box01 ul {
  width: 50rem;
}

.machine_box ul li {
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  background: var(--color-white);
  color: var(--color-black);
}


/* machine_box.box02 */
.machine_box.box02 {
  background: #49ab35;
}

.machine_box.box02 .machine_img .m_en {
  left: 3rem;
  bottom: 2rem;
}


/* machine_box.box03 */
.machine_box.box03 {
  background: #4a6085;
}

.machine_box.box03 .machine_img .m_en {
  left: 8rem;
  bottom: 3rem;
  width: 40rem;
}

/* machine_box.box04 */
.machine_box.box04 .machine_img .m_en {
  left: 0.5rem;
  bottom: 3rem;
  width: 62rem;
}


.reason02_lineup {
  background: url(../images/who_bg.webp) no-repeat center top/cover;
  padding: 6rem 0;
  position: relative;
  z-index: 1;
  overflow: clip;
}

.reason02_lineup::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/lineup_bg.webp);
  width: 31.7rem;
  height: 45.6rem;
  top: -1rem;
  left: 0;
  z-index: -1;
}



.lineup_fuki {
  width: 45rem;
  margin-left: auto;
  margin-right: 3rem;
}


.reason02_lineup .bg {
  width: 71rem;
  background: var(--color-white);
  border-radius: 0 10rem 10rem 0;
  margin-top: 6rem;
  padding-bottom: 8rem;
}

.lineup_img {
  position: relative;
  left: -1.5rem;
  top: -4rem;
}

.lineup_img img {
  border-radius: 0 10rem 10rem 0;
}

.reason02_lineup .bg .inner {
  width: 65rem;
  margin: 0 auto;
}

.reason02_lineup .bg .inner h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
}

.lineup_box {
  width: fit-content;
  margin: 4rem auto 0;
}

.lineup_clm {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 2rem;
}

.lineup_box h4 {
  width: auto;
  height: 10.4rem;
  margin: 0 auto;
}

.lineup_box h4 img {
  width: auto;
  max-width: unset;
  height: 100%;
}

.lineup_box p {
  font-family: var(--ud);
  margin-top: 1rem;
  line-height: 1.5;
  text-align: center;
}

.reason02_facility {
  background: url(../images/facility_bg.webp) no-repeat center top/cover;
  padding: 6rem 0;
}


.reason02_facility h3 {
  text-align: center;
  font-size: 5rem;
  font-weight: 800;
  color: var(--color-black2);
  margin-bottom: 2rem;
}

.reason02_facility .lead {
  text-align: center;
  line-height: 1.8;
}

.reason02_facility h4 {
  text-align: center;
  color: #2eafbf;
  font-family: var(--din);
  font-size: 5.8rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 3rem 0 2rem;
}

.reason02_facility ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  width: 63rem;
  margin: 0 auto;
}

.reason02_facility ul li {
  position: relative;
}

.reason02_facility ul li:nth-child(2),
.reason02_facility ul li:nth-child(5),
.reason02_facility ul li:nth-child(8),
.reason02_facility ul li:nth-child(11),
.reason02_facility ul li:nth-child(14) {
  transition-delay: 0.2s;
}

.reason02_facility ul li:nth-child(3n) {
  transition-delay: 0.3s;
}

.reason02_facility ul li p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
  color: var(--color-black2);
  line-height: 1.3;
}

@media screen and (max-width:767px) {}

/*================================================
* 
================================================*/

.planTabArea {
  margin-top: 10rem;
}

.plan_ttl {
  margin: 4rem 0 2rem;
}

.plan_ttl img {
  width: auto;
  max-width: unset;
  height: 14.6rem;
  margin: 0 auto;
}

.plan_ttl .sarani {
  width: 22rem;
  height: auto;
  max-width: 100%;
  margin-bottom: 1rem;
}

.plan_lead {
  font-size: 4rem;
  font-family: var(--ud);
  font-weight: 700;
  color: var(--color-black2);
  text-align: center;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

.plan_lead span {
  font-size: 4.8rem;
}


.tab-list {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.7rem;
  margin-top: 4rem;
}

.tab-list .tab-btn {
  width: 22rem;
  cursor: pointer;
  position: relative;
  background: #326291;
  color: var(--color-white);
  font-weight: 600;
  padding: 1.6rem 2rem 1.4rem 1.6rem;
  border-radius: 2rem;
  transition: .2s;
  font-size: 2.1rem;
}

.tab-btn.is-active {
  background: #dc6b94;
}

.tab-list .tab-btn::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/tab_arrow.webp);
  width: 1rem;
  height: 2rem;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  transition: .2s;
}

.tab-list .tab-btn.is-active::before {
  transform: translateY(-50%) rotate(90deg);
}

.tab-list .tab-btn .y {
  color: #fff100;
}

.tab-panel {
  position: relative;
  transition: height .3s ease;
  overflow: hidden;
  margin: 3rem auto 0;
  width: 75rem;
}

.tab-cnt {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.tab-cnt.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.tab-cnt img {
  display: block;
  width: 100%;
  height: auto;
}



/* box01 */
.tab-box.box01 .tab-btn {
  width: 33rem;
}

.tab-box.box01 .tab-btn:nth-of-type(2),
.tab-box.box01 .tab-btn:nth-of-type(4) {
  width: 37rem;
}

.tab-box.box02 .tab-btn {
  background: #2eafbf;
}

.tab-box.box02 .tab-btn.is-active {
  background: #dc6b94;
}


.tab-box.box04 .tab-btn {
  background: #dc6b94;
}

.tab-box.box04 .tab-btn.is-active {
  background: #326291;
}



.planTabArea .note {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: var(--ud);
  margin-top: 2rem;
}

@media screen and (max-width:767px) {}

/*================================================
* charm
================================================*/
#charm {
  margin-top: 6rem;
  overflow: clip;
}

.charm_bg {
  background: url(../images/charm_bg.webp) no-repeat center top/cover;
  padding-top: 8rem;
  padding-bottom: 10rem;
}

#charm h2 {
  text-align: center;
  font-size: 6.8rem;
  font-weight: 800;
  color: var(--color-black2);
  letter-spacing: 0;
  line-height: 1.3;
}

#charm h2 span {
  display: block;
  font-size: 10.2rem;
  font-weight: 900;
}

.charm_top {
  position: relative;
}

.charm_top-ttl {
  width: 66rem;
  margin: -14rem auto 10rem;
  position: relative;
  z-index: 1;
}




.charm_top-ttl span {
  display: block;

}

.charm_top-ttl .obi {
  width: 100%;
  width: fit-content;
  margin: 1rem auto 0;
}


.charm_top-ttl .obi::before {
  background: #2eafbf;
}

.charm_top-ttl span img {
  width: auto;
  max-width: unset;
  height: 6.8rem;
  padding: 1rem;
}

.charm_top-ttl .obi01 span img {
  padding: 1rem 3.6rem;
}


/* timeLine */
.timeCnt {
  position: relative;
}

.timeMain_img {
  position: relative;
}

.kaku_img {
  position: relative;
  z-index: 1;
}

.kaku_img .bg {
  position: absolute;
  left: -3rem;
  bottom: -3rem;
  z-index: -1;
}

.kaku_img .obi {
  position: absolute;
  width: auto;
  height: 9rem;
  z-index: 1;
}

.kaku_img .obi img {
  width: auto;
  max-width: unset;
  height: 100%;
}

.timeMain_txt {
  width: auto;
  height: 9rem;
  position: absolute;
}

.timeMain_txt img {
  width: auto;
  max-width: unset;
  height: 100%;
}

/* cnt01 */
.cnt01 .timeMain_txt {
  height: 10rem;
  left: 50%;
  transform: translateX(-50%);
  top: 32rem;
}

.cnt01 .kaku_img {
  width: 64rem;
  margin-left: 7rem;
  margin-top: -10rem;
}

.cnt01 .kaku_img .obi {
  right: 3rem;
  top: 36rem;
}

/* .cnt02 */
.cnt02 .timeMain_txt {
  top: 20rem;
  right: 3rem;
}

.cnt02 .kaku_img {
  width: 37rem;
  margin-left: 22rem;
  margin-top: -41rem;
}

.cnt02 .kaku_img .obi {
  right: -10rem;
  top: 45rem;
}


/* .cnt03 */
.timeCnt.cnt03 {
  margin-top: -13rem;
  z-index: 1;
}

.cnt03 .timeMain_txt {
  top: 40rem;
  left: 6rem;
}


/* .cnt04 */
.timeCnt.cnt04 .timeMain_img {
  width: 71rem;
}

.timeCnt.cnt04 .kaku_img {
  width: 72rem;
  margin-top: -4rem;
}

.timeCnt.cnt04 .kaku_img .bg {
  left: -2rem;
}

.cnt04 .kaku_img .obi {
  left: 4rem;
  top: 6rem;
}


/* .cnt05 */
.timeCnt.cnt05 {
  margin-top: -19rem;
  z-index: 1;
}

.cnt05 .kaku_img .main {
  width: 48rem;
}

.cnt05 .kaku_img .obi {
  top: 32rem;
  left: 28rem;
}

.cnt05 .timeMain_img {
  width: 73rem;
  margin-top: -11.8rem;
  z-index: 1;
}

/* .cnt06 */
.cnt06 .kaku_img .main {
  width: 59rem;
  margin-left: auto;
}

.cnt06 .kaku_img .obi {
  top: 11rem;
  left: 2rem;
}

.cnt06 .timeMain_img {
  margin-top: -12.8rem;
  z-index: 1;
}


/* cnt07 */
.timeCnt.cnt07 {
  margin-top: -6rem;
}

.cnt07 .timeMain_img {
  width: 24rem;
  margin-left: 5rem;
}

.cnt07 .kaku_img {
  width: 68rem;
  margin-left: 4rem;
}

.cnt07 .kaku_img .obi {
  top: 34rem;
  left: 7rem;
}

.charm_btm {
  padding: 6rem 0;
  font-weight: 900;
  text-align: center;
}

.charm_btm .lead {
  font-size: 4.3rem;
  color: var(--color-black2);
}

.charm_btm .ttl {
  font-size: 6.8rem;
  color: var(--color-pink);
  transform: rotate(-3.3deg);
}

.charm_btm .ttl span {
  font-size: 9.8rem;
}


@media screen and (max-width:767px) {}



/*================================================
 *  qa
 ================================================*/
#qa {
  background: url(../images/qa_bg.webp) no-repeat center top /cover;
  padding-bottom: 10rem;
}

#qa ul {
  width: 60rem;
  margin: 0 auto;
}

#qa ul li {
  margin: 4rem 0;
}

.qa_btn a {
  width: 60rem;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:767px) {}


/*================================================
 *  trial
 ================================================*/
#trial {
  padding: 10rem 0 6rem;
  background: #fff7fa;
}

.trial_inner {
  width: 70rem;
  margin: 0 auto;
}

.trial_ttl {
  width: 50rem;
  margin: 0 auto;
}



@media screen and (max-width:767px) {}


/*================================================
 *  access
 ================================================*/
.acc_inner {
  width: 66rem;
  margin: 0 auto;
  text-align: center;
  color: var(--color-black2);
  font-weight: 600;
}

.acc_logo img {
  width: 49rem;
  margin: 3rem auto;
}

.acc_Gmap {
  margin: 3rem 0 4rem;
}

.acc_Gmap iframe {
  display: block;
  width: 100%;
  height: 40rem;
  margin: 1rem 0;
}

.acc_Gmap .address {
  color: #1190a9;
  font-size: 2.8rem;
}

.ill_map img {
  margin: 1rem 0;
}

.acc_meta {
  font-size: 2.4rem;
  line-height: 2;
}

.acc_meta span {
  font-size: 2.5rem;
}

.toiawase {
  margin: 4rem 0 2rem;
}

.toiawase a {
  display: inline;
  font-family: var(--din);
  font-size: 8rem;
}

.parking_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.parking .item {
  position: relative;
  height: 11rem;
}

.parking .item>img {
  width: auto;
  max-width: unset;
  height: 100%;
}

.parking .item div {
  position: absolute;
  color: #2eafbf;
  font-size: 3rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 11rem;
  line-height: 1.2;
}

.parking .item div span {
  font-size: 2.2rem;
}


.parking .note {
  text-align: center;
  color: #2eafbf;
  margin-top: 1rem;
}


@media screen and (max-width:767px) {}



/*================================================
 *  footer
 ================================================*/
footer {
  padding-top: 10rem;
}

footer .logo {
  width: 49rem;
  margin: 0 auto 3rem;
}

footer .ft {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 0;
  color: var(--color-white);
  font-weight: 400;
  background: var(--color-pink);
}

footer .ft a {
  display: block;
  width: 5rem;
}

@media screen and (max-width:767px) {}


/*================================================
 *  ani
 ================================================*/
/* fadeUp */
.fadeLeft {
  opacity: 0;
  transform: translate(-20px);
  transition: all 0.8s ease;
}

.fadeLeft.started {
  opacity: 1;
  transform: translateX(0px);
}

/* fadeUp */
.fadeRight {
  opacity: 0;
  transform: translate(20px);
  transition: all 0.8s ease;
}

.fadeRight.started {
  opacity: 1;
  transform: translateX(0px);
}

/* fadeUp */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fadeUp.started {
  opacity: 1;
  transform: translateY(0px);
}

/* fadeDown */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s ease;
}

.fadeDown.started {
  opacity: 1;
  transform: translateY(0px);
}

/* fadeUp */
.fadeIn {
  opacity: 0;
  transition: all 0.8s ease;
}

.fadeIn.started {
  opacity: 1;
}



.zoom img {
  opacity: 0;
  -webkit-transform: scale(0) translateY(1rem) rotate(20deg);
  transform: scale(0) translateY(1rem) rotate(20deg);
  will-change: opacity, transform;
  transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
  -webkit-transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom.started img {
  -webkit-transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0) rotate(0);
  transform: scale(1) translateY(0) rotate(0);
}




@keyframes buruburu {
  0% {
    transform: translate(4px, 0px);
  }

  5% {
    transform: translate(-4px, 0px);
  }

  10% {
    transform: translate(4px, 0px);
  }

  15% {
    transform: translate(-4px, 0px);
  }

  20% {
    transform: translate(4px, 0px);
  }

  25% {
    transform: translate(-4px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

.obi {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


.obi::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: var(--color-primary); */
  z-index: -1;
  transition: width 0.6s ease;
  height: 100%;
  width: 0;
}

.started .obi::before {
  width: 100%;
}

.obi span {
  position: relative;
  transition: width 0.6s ease .4s;
  overflow: hidden;
  width: 0;
  display: block;
  white-space: nowrap;
}

.started .obi span {
  width: 100%;
}


@keyframes buruburu {
  0% {
    transform: translate(4px, 0px);
  }

  5% {
    transform: translate(-4px, 0px);
  }

  10% {
    transform: translate(4px, 0px);
  }

  15% {
    transform: translate(-4px, 0px);
  }

  20% {
    transform: translate(4px, 0px);
  }

  25% {
    transform: translate(-4px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}



.pop-in-Left span,
.pop-in-Left img {
  transform: translate(-100%) scale(.8) rotate(-20deg);
  animation: .8s steps(6, end) both popOutLeft;
  display: block;
}

.started .pop-in-Left span,
.started .pop-in-Left img {
  animation: .8s steps(6, end) both popInLeft;
}

@keyframes popInLeft {

  0% {
    transform: translate(-100%) scale(.8) rotate(-20deg);
  }

  100% {
    transform: translate(0) scale(1) rotate(0);
  }
}

@keyframes popOutLeft {
  0% {
    transform: translate(0) scale(1) rotate(0);
  }

  100% {
    transform: translate(-100%) scale(.8) rotate(-20deg);
  }
}

.pop-in-Right span,
.pop-in-Right img {
  transform: translate(100%) scale(.8) rotate(-20deg);
  animation: .8s steps(6, end) both popOutRight;
  display: block;
}

.started .pop-in-Right span,
.started .pop-in-Right img {
  animation: .8s steps(6, end) both popInRight;
}

@keyframes popInRight {

  0% {
    transform: translate(100%) scale(.8) rotate(20deg);
  }

  100% {
    transform: translate(0) scale(1) rotate(0);
  }
}

@keyframes popOutRight {
  0% {
    transform: translate(0) scale(1) rotate(0);
  }

  100% {
    transform: translate(100%) scale(.8) rotate(20deg);
  }
}




.delay02 {
  transition-delay: 0.2s;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay05 {
  transition-delay: 0.5s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay07 {
  transition-delay: 0.7s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay09 {
  transition-delay: 0.9s;
}

.delay10 {
  transition-delay: 1s;
}

@media screen and (max-width:767px) {}