/*  ----------------------------------------------------------
# 3.0 - フッター（footer）
----------------------------------------------------------  */
.footer {
  margin-top: -3.4375rem;
  z-index: 30;
  position: relative;
  overflow-x: clip; /* horizontal はそのまま */
  overflow-y: visible; /* vertical は表示 OK に */
}

.footer_wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.footer_container {
  color: #fff;
  /* background: url(../img/bg_lbl.png) repeat 100% 100%/300px 300px #2bb2df; */
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 2.5rem;
  text-align: left;
  padding-left: 7.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer_container {
    padding-bottom: 20px;
    padding-left: 2.5rem;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_container {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 860px) {
  .footer_container {
    padding-left: 0;
  }
  .footer_container .pc {
    display: none !important;
  }
  .footer_container .tablet {
    display: none !important;
  }
  .footer_container .sp-only {
    display: flex !important;
  }
}

.footer_nav {
  padding-bottom: 130px;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_nav {
    padding: 5rem 3rem 25.625rem 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer_nav {
    padding-bottom: 5rem;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .footer_nav {
    padding: 2.5rem 3rem 25.625rem;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .tablet {
    display: none !important;
  }
  .footer_nav .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_nav {
    padding: 2.5rem 3rem 9.375rem;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .tablet {
    display: none !important;
  }
  .footer_nav .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .footer_nav {
    padding: 2.5rem 3rem 25.625rem;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .tablet {
    display: none !important;
  }
  .footer_nav .sp-s {
    display: flex !important;
  }
}

.sp-brain_nav_index {
  padding-bottom: 60px;
}
@media (orientation: landscape) and (max-width: 950px) {
  .sp-brain_nav_index {
    padding: 5rem 3rem 25.625rem 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .sp-brain_nav_index {
    padding-bottom: 5rem;
  }
  .sp-brain_nav_index .pc {
    display: none !important;
  }
  .sp-brain_nav_index .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .sp-brain_nav_index {
    padding: 2.5rem 3rem 2.5rem;
  }
  .sp-brain_nav_index .pc {
    display: none !important;
  }
  .sp-brain_nav_index .tablet {
    display: none !important;
  }
  .sp-brain_nav_index .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .sp-brain_nav_index {
    padding: 2.5rem 3rem 2.5rem;
  }
  .sp-brain_nav_index .pc {
    display: none !important;
  }
  .sp-brain_nav_index .tablet {
    display: none !important;
  }
  .sp-brain_nav_index .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-brain_nav_index {
    padding: 2.5rem 3rem 2.5rem;
  }
  .sp-brain_nav_index .pc {
    display: none !important;
  }
  .sp-brain_nav_index .tablet {
    display: none !important;
  }
  .sp-brain_nav_index .sp-s {
    display: flex !important;
  }
}

/*---フッターナビ---*/
.footer_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_menu {
    height: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 860px) {
  .footer_menu {
    height: 100%;
    justify-content: center;
    padding-bottom: 25px;
    align-items: baseline;
  }
}
@media screen and (max-width: 640px) {
  .footer_menu {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .footer_menu {
    flex-wrap: wrap;
    margin: 1em 0 2em;
    list-style-type: disc;
    gap: 1.5625rem;
    height: 100%;
    padding-bottom: 6.25rem;
    padding-bottom: 0;
  }
  .footer_menu .pc {
    display: none !important;
  }
  .footer_menu .tablet {
    display: none !important;
  }
  .footer_menu .sp-s {
    display: flex !important;
  }
}

.footer_sub_menu {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 860px) {
  .footer_sub_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
  .footer_sub_menu .pc {
    display: none !important;
  }
  .footer_sub_menu .tablet {
    display: none !important;
  }
  .footer_sub_menu .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_sub_menu {
    display: flex;
    justify-content: flex-start;
  }
  .footer_sub_menu .pc {
    display: none !important;
  }
  .footer_sub_menu .tablet {
    display: none !important;
  }
  .footer_sub_menu .sp-only {
    display: flex !important;
  }
}

.footer_sub_menu .footer_sub_menu_list {
  font-size: 16px;
}
@media screen and (max-width: 860px) {
  .footer_sub_menu .footer_sub_menu_list {
    font-size: 14px;
  }
  .footer_sub_menu .footer_sub_menu_list .pc {
    display: none !important;
  }
  .footer_sub_menu .footer_sub_menu_list .tablet {
    display: none !important;
  }
  .footer_sub_menu .footer_sub_menu_list .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_sub_menu .footer_sub_menu_list {
    display: list-item;
    list-style-type: disc;
  }
  .footer_sub_menu .footer_sub_menu_list .pc {
    display: none !important;
  }
  .footer_sub_menu .footer_sub_menu_list .tablet {
    display: none !important;
  }
  .footer_sub_menu .footer_sub_menu_list .sp-only {
    display: flex !important;
  }
}

.sp-brain_nav_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 860px) {
  .sp-brain_nav_ttl {
    text-align: center;
    margin-left: -20px;
    font-size: 20px !important;
  }
  .sp-brain_nav_ttl .pc {
    display: none !important;
  }
  .sp-brain_nav_ttl .tablet {
    display: none !important;
  }
  .sp-brain_nav_ttl .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .sp-brain_nav_ttl {
    text-align: left;
  }
  .sp-brain_nav_ttl .pc {
    display: none !important;
  }
  .sp-brain_nav_ttl .tablet {
    display: none !important;
  }
  .sp-brain_nav_ttl .sp-only {
    display: flex !important;
  }
}

.sp-brain_nav .f_menu_list {
  font-size: 18px;
  font-weight: 500;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sp-brain_nav .f_menu_list:first-child {
  border-left: none;
  padding-left: 0;
}

@media screen and (max-width: 860px) {
  .sp-brain_nav .f_menu_list {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .sp-brain_nav .f_menu_list {
    padding: 0;
  }
}

.sp-brain_nav {
  padding-bottom: 60px;
}
@media (orientation: landscape) and (max-width: 950px) {
  .sp-brain_nav {
    padding: 5rem 3rem 5rem 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .sp-brain_nav {
    padding-bottom: 5rem;
  }
  .sp-brain_nav .pc {
    display: none !important;
  }
  .sp-brain_nav .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .sp-brain_nav {
    padding: 0rem 3rem 5rem;
  }
  .sp-brain_nav .pc {
    display: none !important;
  }
  .sp-brain_nav .tablet {
    display: none !important;
  }
  .sp-brain_nav .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .sp-brain_nav {
    padding: 0rem 3rem 5rem;
  }
  .sp-brain_nav .pc {
    display: none !important;
  }
  .sp-brain_nav .tablet {
    display: none !important;
  }
  .sp-brain_nav .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-brain_nav {
    padding: 0rem 3rem 1rem;
  }
}

.f_menu_list {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-left: 1px solid #000;
}

.f_menu_list:first-child {
  border-left: none;
  padding-left: 0;
}

.footer_office_info {
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 1;
  max-width: 550px;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_office_info {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .footer_office_info {
    display: none;
  }
  .footer_office_info .pc {
    display: none !important;
  }
  .footer_office_info .tablet {
    display: none !important;
  }
  .footer_office_info .sp-only {
    display: flex !important;
  }
}

.footer_office_info_sp {
  display: none;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_office_info_sp {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .footer_office_info_sp {
    display: block;
  }
  .footer_office_info_sp .pc {
    display: none !important;
  }
  .footer_office_info_sp .tablet {
    display: none !important;
  }
  .footer_office_info_sp .sp-only {
    display: flex !important;
  }
}

.logo_footer {
  margin-bottom: 2.5rem;
  width: auto;
  height: 50px;
}

.logo_footer_sp_area {
  position: relative;
  width: 100%;
  text-align: center;
}

.logo_footer_sp {
  width: 140px;
  height: 50px;
  margin-bottom: 1.875rem;
  position: relative;
  margin: 0 auto;
}

.logo_footer_sp_area::before {
  content: "";
  width: calc(50% - 100px);
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logo_footer_sp_area::after {
  content: "";
  width: calc(50% - 100px);
  height: 1px;
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer_office_txt_area {
  margin-bottom: 1.5rem;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_office_txt_area {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 860px) {
  .footer_office_txt_area {
    margin-bottom: 1.5625rem;
  }
}

.copyright {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
}
@media (orientation: landscape) and (max-width: 950px) {
  .copyright {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .copyright {
    display: none;
  }
  .copyright .pc {
    display: none !important;
  }
  .copyright .tablet {
    display: none !important;
  }
  .copyright .sp-only {
    display: flex !important;
  }
}

.copyright_sp {
  display: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
}
@media (orientation: landscape) and (max-width: 950px) {
  .copyright_sp {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 860px) {
  .copyright_sp {
    display: block;
    text-align: center;
  }
  .copyright_sp .pc {
    display: none !important;
  }
  .copyright_sp .tablet {
    display: none !important;
  }
  .copyright_sp .sp-only {
    display: flex !important;
  }
}

.access_map_name_s {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 860px) {
  .access_map_name_s {
    font-size: 1.125rem;
    padding-bottom: 0.4375rem;
  }
}

.access_map_address {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 860px) {
  .access_map_address {
    font-size: 1rem;
  }
}

/*---電話用---*/
.tel_link {
  text-decoration: underline;
}

@media screen and (min-width: 861px) {
  .tel_link {
    text-decoration: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .tel_link {
    text-decoration: underline;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.tmland {
  position: absolute;
  right: -290px;
  bottom: -127px;
  max-width: 956px;
  width: 70vw;
  z-index: 2;
}
@media (orientation: landscape) and (max-width: 950px) {
  .tmland {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .tmland {
    display: none;
  }
}

/* 基本：非表示。SP/横向きで表示 */
.sp_f_menu_tmland_link {
  position: relative;
  width: 100%;
  height: 100%;

  display: none;
}

/* 画像は縦横比を守って拡大縮小 */
.tmland_sp_header_img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 666 / 535;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

/* 矢印は必要なら絶対配置 */
.tmland_sp_f_arrow {
  position: absolute;
  right: 3vw;
  top: 6vw;
  width: 9vw;
  height: auto;
  z-index: 2;
}

/* コンテナ：位置と大きさを端末依存にしない */
.sp_f_menu_tmland {
  z-index: 1;
  position: relative;
  /* 幅は画面に対して可変。最大960pxまで */
  width: min(
    960px,
    100vw + 68px
  ); /* 既存の left:-34px を相殺する分を足す場合 */
  left: -34px;
  bottom: -35vw; /* px固定だと端末で崩れる → vw基準に */
}

/* 横向きでの微調整 */
@media (orientation: landscape) and (max-width: 950px) {
  .sp_f_menu_tmland {
    width: 100%;
    position: static;
  }
  .sp_f_menu_tmland_link {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
  }

  .tmland_sp_header_img {
    width: 860px;
    height: auto;
    object-fit: cover;
    top: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 950px) {
  .sp_f_menu_tmland {
    width: 100%;
    position: static;
  }
  .sp_f_menu_tmland_link {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
  }

  .tmland_sp_header_img {
    width: 860px;
    height: auto;
    object-fit: cover;
    object-position: top;
    top: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

@media (orientation: landscape) and (max-width: 950px) {
  .tmland_sp_f_arrow {
    position: absolute;
    left: 590px;
    top: 159px;
    left: 77vw;
    top: 27.7vw;
    width: 50px;
    z-index: 2;
  }
}
@media screen and (max-width: 860px) {
  .tmland_sp_f_arrow {
    position: absolute;
    left: 590px;
    top: 159px;
    left: 77vw;
    top: 29.7vw;
    width: 50px;
    z-index: 2;
  }
}

.sp_f_menu_mokomoko {
  display: none;
}
@media (orientation: landscape) and (max-width: 950px) {
  .sp_f_menu_mokomoko {
    display: block;
    width: 138px;
    height: auto;
    transform: rotate(6.8deg);
    position: absolute;
    left: -17px;
    bottom: 196px;
    width: 18vw;
    left: -2.2vw;
    /* bottom: 11.6vw; */
    top: 6vw;
    z-index: 0;
  }
}
@media screen and (max-width: 860px) {
  .sp_f_menu_mokomoko {
    display: block;
    width: 138px;
    height: auto;
    transform: rotate(6.8deg);
    position: absolute;
    left: -17px;
    bottom: 196px;
    width: 18vw;
    left: -2.2vw;
    /* bottom: 8vw; */
    top: 13vw;
    z-index: 0;
  }
}

/* さらに狭い端末 */
@media screen and (max-width: 500px) {
  .sp_f_menu_tmland {
    width: 600px;
    height: 400px;
  }
  .tmland_sp_header_img {
    top: 100px;
    left: 46%;
  }
  .sp_f_menu_mokomoko {
    width: 138px;
    left: -20px;
    top: 105px;
  }
  .tmland_sp_f_arrow {
    left: 310px;
    top: 183px;
  }
}

.footer_menu_spbrain_ttl {
  font-size: 1.25rem;
  line-height: 1.125rem;
  font-weight: 700;
  padding-top: 3.125rem;
  padding-bottom: 1.5625rem;
}

.footer_menu_spbrain {
  height: auto;
  padding-bottom: 1.5625rem;
}

.footer_menu_spbrain .f_menu_list {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}
.footer_menu_spbrain .f_menu_list:first-child {
  padding-left: 0;
}
@media screen and (max-width: 860px) {
  .footer_menu_spbrain .f_menu_list {
    font-size: 14px;
    padding-left: 0;
  }
  .footer_menu_spbrain .f_menu_list .pc {
    display: none !important;
  }
  .footer_menu_spbrain .f_menu_list .tablet {
    display: none !important;
  }
  .footer_menu_spbrain .f_menu_list .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_menu_spbrain .f_menu_list {
    display: list-item;
    list-style-type: disc;
  }
  .footer_menu_spbrain .f_menu_list .pc {
    display: none !important;
  }
  .footer_menu_spbrain .f_menu_list .tablet {
    display: none !important;
  }
  .footer_menu_spbrain .f_menu_list .sp-only {
    display: flex !important;
  }
}

.footer_wrap::before {
  content: "";

  background: url("../images/footer_cloud.png") 50% 0px / 1600px repeat-x;

  height: 260px;
  top: -258px;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
}
@media screen and (max-width: 860px) {
  .footer {
    overflow: visible; /* vertical は表示 OK に */
  }

  .footer_wrap::before {
    z-index: 999;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .footer {
    overflow: visible; /* vertical は表示 OK に */
  }
  .footer_wrap::before {
    background: url("../images/footer_cloud.png");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;

    height: 100px;
    top: -90px;
  }
}

.footer_container {
  overflow: hidden;
  color: #000000;
  background: #ffffff;
  position: relative;
}
.f_menu_list {
  border-left: 1px solid #000000;
}

@media screen and (max-width: 1024px) {
  .f_menu_list {
    width: auto;
    font-size: 1rem;
    display: list-item;
    list-style-type: disc;
    text-align: left;
    padding-left: 0;
    padding-right: 60px;
    border-left: none;
    /* width: 100%; */
  }
}

@media screen and (max-width: 640px) {
  .f_menu_list {
    font-size: 1rem;
    display: list-item;
    list-style-type: disc;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    width: 100%;
  }
}

.access_map_name_s,
.access_map_address,
.copyright {
  color: #000000;
}

/*add20250401 Start*/
.floating-banner {
  position: fixed;

  width: 275px;
  bottom: 20vh;
  right: 0;
  transform: translateX(500px);
  transition: all 650ms 0s ease;
  background: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.floating-banner .close-button {
  text-align: center;
  position: absolute;
  top: -7px;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #333;
  border-radius: 50%;
  transform: translate(-10px, -10px);
  border: none;
}
.floating-banner .close-button span {
  position: relative;
}
.floating-banner .close-button span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
}
.floating-banner .close-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
}
.floating-banner__inner {
  text-align: center;
  position: relative;
}
.floating-banner .flBnrChar {
  position: absolute;
  left: -20px;
  top: -50px;
  max-width: 75px;
}
.floating-banner .flBnrTtl {
  font-weight: bold;
  margin: 0 0 10px;
  color: #2a84e7;
}
.floating-banner a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
.floating-banner.show {
  transform: translateX(0px);
  transition: all 650ms 0s ease;
}
.floating-banner.show.none {
  opacity: 0;
  transform: translateX(500px);
  transition: all 650ms 0s ease;
}
.floating-banner.show.close {
  transform: translateX(500px);
  transition: all 650ms 0s ease;
  top: inherit;
}
.l-hamburger-nav {
  background: #76cbff;
}
.sp_h_menu_list a {
  color: #000;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
}

@media (max-width: 440px) {
  .floating-banner {
    opacity: 0;
    display: none;
  }
}

.footer_name {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  padding-bottom: 0.9375rem;
  text-align: center;
}

.footer_office_txt_wrap {
  padding: 0 0.9375rem;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.logo_footer_sp_area::before {
  content: "";
  width: calc(50% - 100px);
  height: 1px;
  position: absolute;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logo_footer_sp_area::after {
  content: "";
  width: calc(50% - 100px);
  height: 1px;
  position: absolute;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*  ----------------------------------------------------------
# 2.0 - トップへ戻るボタン
----------------------------------------------------------  */
.sticky_btn_box {
  opacity: 0;
  /* 最初は透明で非表示 */
  position: fixed;
  width: 120px;
  height: 120px;
  z-index: 999;
  right: 30px;
  bottom: 3.8vh;
  transform: translateY(250px);
  /* 最初は下に隠れている */
  transition: transform 0.6s ease-in-out;
  /* 位置変更をスムーズにする */
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

@media screen and (max-width: 860px) {
  .sticky_btn_box {
    display: flex;
    justify-content: flex-end;
    width: 50px;
    height: 50px;
    right: 15px;
  }
  .sticky_btn_box .pc {
    display: none !important;
  }
  .sticky_btn_box .tablet {
    display: none !important;
  }
  .sticky_btn_box .sp-only {
    display: flex !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .sticky_btn_box {
    display: flex;
    justify-content: flex-end;
    width: 50px;
    height: 50px;
    right: 15px;
  }
}

.sticky_btn_box.show {
  opacity: 1;
  /* 表示されるときに透明度を1に */
  transform: translateY(0);
  /* 下から元の位置に戻る */
}

.sticky_btn_box.hide {
  opacity: 0;
  /* 消えるときに透明度を0に */
  transform: translateY(100px);
  /* 下にスライドして消える */
}

.sticky_btn {
  border-radius: 8px;
  border: 3px solid #000;
  background: #b0dffb;
  width: 120px;
  height: 120px;
  padding: 20px 20px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 16px 16px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 860px) {
  .sticky_btn {
    padding: 5px 5px;
    width: 50px;
    height: 50px;
    box-shadow: 8px 8px 3px rgba(0, 0, 0, 0.25);
  }
  .sticky_btn .pc {
    display: none !important;
  }
  .sticky_btn .tablet {
    display: none !important;
  }
  .sticky_btn .sp-only {
    display: flex !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .sticky_btn {
    padding: 5px 5px;
    width: 50px;
    height: 50px;
    box-shadow: 8px 8px 3px rgba(0, 0, 0, 0.25);
  }
}

.sticky_txt {
  padding-top: 10px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .sticky_txt {
    display: none;
  }
  .sticky_txt .pc {
    display: none !important;
  }
  .sticky_txt .tablet {
    display: none !important;
  }
  .sticky_txt .sp-only {
    display: flex !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .sticky_txt {
    display: none;
  }
}

.sticky_arrow {
  width: 21px;
  height: 15px;
}

.sticky_btn_box_mokomoko {
  display: none;
  position: absolute;
  left: -45px;
  bottom: 33px;
  z-index: 0;
  width: 160px;
  transform: rotate(-8.2deg);
}
@media screen and (max-width: 860px) {
  .sticky_btn_box_mokomoko {
    left: 2px;
    bottom: 21px;
    width: 100px;
  }
  .sticky_btn_box_mokomoko .pc {
    display: none !important;
  }
  .sticky_btn_box_mokomoko .tablet {
    display: none !important;
  }
  .sticky_btn_box_mokomoko .sp-only {
    display: flex !important;
  }
}

@media (max-width: 1280px) {
  .floating-banner {
    bottom: 28vh;
  }
}

/*  ----------------------------------------------------------
# 2.0 - トップへ戻るボタン ここまで
----------------------------------------------------------  */

/*  ----------------------------------------------------------
# 3.0 - フッター（footer） -ここまで-
----------------------------------------------------------  */
