
@media screen and (min-width: 700px) {
  .header_nav{
    display: block!important;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header_section {
  display: flex;
  align-items: center;
  height: min(6.5rem,65px);
  justify-content: space-between;
  padding-left: 1.5rem;
  background-color: rgb(255, 255, 255, 0.9);
  position: relative;
}

.logo_header {
  width: 21.4rem;
  height: 4.482rem;
  object-fit: contain;
  width: min(21.4rem,214px);
  height: auto;
}

.header_nav {
  height: 100%;
}

.header_ul {
  display: flex;
  align-items: center;
  height: 100%;
  /* width: 92.2rem; */
}

.header_li {
  height: 100%;
}

.nav_text_a {
  font-size: min(1.5rem,15px);
  font-weight: 500;
  line-height: calc(20 / 15);
  padding: min(2.3rem,23px) min(1rem,10px);
  display: inline-block;
  font-family: var(--NotoSans);
  transition: all 0.3s ease;
}

.nav_text_a::after{
  content: '';
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #ff6699;
}

.nav_text_a:hover {
  color: #FF6699;
  transition: all 0.3s ease;
}

.tel_area {
  display: flex;
  /* background-color: #FF6699; */
  height: min(6.5rem,65px);
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  width: min(26.5rem,265px);
  flex-direction: column;
  transition: .3s;
}

.tel_icon {
  width: min(2.2rem,22px);
  height: min(2.8rem,28px);
  object-fit: contain;
}

.tel_h2 {
  color: #fff;
  margin-left: min(1.7rem,17px);
  font-size: 1.2rem;
}

.tel_div {
  height: min(6.5rem,65px);
  display: flex;
  padding: min(2rem,20px);
  background-color: #FF6699;
  justify-content: center;
  width: 100%;
}

.tel_pink_text {
  font-size: min(3rem,30px);
  color: #FF6699;
  font-weight: 400;
  width: min(26.5rem,265px);
  display: inline-block;
  text-align: center;
  border: solid 0.1rem #FF6699;
  background-color: #fff;
  line-height: 1;
  padding: min(1rem,10px);
}

.tel_hide_p {
  font-size: min(1rem,10px);
  color: #000;
}

.tel_hide_area {
  visibility: hidden;
  opacity: 0;

}

.tel_area:hover>.tel_hide_area {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.header_sns_icon {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
  /* position: absolute; */
  display: block;
  position: relative;
}

.header_sns_area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: fixed;
  left: 2rem;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
}

.header_sns_icon::after{
  
}

.menu_button {
  display: none;
}



/* FV設定 */
.side_fixed_content {
  position: fixed;
  left: 0;
  top: 0;
  width: 44.8rem;
  height: 100vh;
  z-index: 1;
}

.side_image_wrap {
  width: 100%;
  height: 100%;
  mask-image: url(../img/mask.svg);
  background-image: url(../img/25917848_s.jpg);
  background-size: cover;
  mask-position: 100% 100%;
  background-position: right;
  /* z-index: 1; */
  /* position: relative; */
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media screen and (max-width: 699.98px) {
  .header_sns_area {
    display: none;
  }

  .logo {
    /* display: none; */
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 200;
  }

  .header {
    /* background-color: #fff; */
    /* position: sticky; */
    /* height: 0; */
    /* position: absolute; */
    /* top: 0; */
  }

  .header_ul {
    flex-direction: column;
    width: 100%;
    margin-top: 8.5rem;
    /* padding-bottom: 8rem; */
    height: max-content;
    margin-bottom: 8.5rem;
    padding: 0 6rem;
  }

  .nav_text_a::after{
    display: none;
  }

  .header_section {
    flex-direction: column;
    /* height: 100vh; */
    padding: 0;
    /* overflow: scroll; */
    /* visibility: hidden; */
    /* opacity: 0; */
    background: initial;
    height: auto;
  }

  .header_section.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
  }

  .header_li {
    border-bottom: solid 0.2rem #FF6699;
    width: 100%;
    text-align: center;
    margin-top: 4rem;
    height: max-content;
  }

  .nav_text_a {
    padding: 0 0 0.5rem;
  }

  .tel_area {
    margin-top: 5.5rem;
    /* height: 100%; */
  }

  .tel_hide_area {
    display: none;
  }

  .tel_hide_area.active {
    display: block;
  }

  .tel_area:hover>.tel_hide_area {
    visibility: unset;
    opacity: 1;
    transition: none;
  }

  .menu_button {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 7.5rem;
    top: 2rem;
    right: 2rem;
    background: #FF6699;
    position: absolute;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: var(--NotoSans);
  }

  .header_nav {
    background-color: initial;
    width: 100%;
    /* transition: all 2s; */
    /* transition: all 0.5s; */
    height: 100vh;
    background-color: #fff;
    display: none;
  }


  .menu_button {
    display: block;
  }
  

  .side_fixed_content{
    width: 100%;
    height: 60rem;
    z-index: -1;
  }
}