/********************
menu
********************/
html:has(.bsp.menu) {
  scroll-padding-top: calc(80px + 3.75em);
}

@media screen and (max-width: 1023px) {
  html:has(.bsp.menu) {
    scroll-padding-top: calc(60px + 3.75em);
  }
}
@media screen and (max-width: 767px) {
  html:has(.bsp.menu) {
    scroll-padding-top: calc(60px + 10.67vw);
  }
}
/*
hero
*/
.bsp.menu #hero {
  font-size: min(1.25vw, 18px);
}
.bsp.menu #hero .hero_wrap {
  position: relative;
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bsp.menu #hero .hero_wrap .bg_img {
  width: 100%;
}
.bsp.menu #hero .hero_wrap .hero_txt {
  position: absolute;
  text-align: center;
}
.bsp.menu #hero .hero_wrap .hero_txt .hero_lead {
  width: 10.1em;
  max-width: 161.5px;
  margin: 0 auto;
}
.bsp.menu #hero .hero_wrap .hero_txt h1 {
  font-size: min(2.78vw, 40px);
  line-height: 2.125;
  margin-top: 0.8em;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bsp.menu #hero .hero_wrap {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .bsp.menu #hero .hero_wrap {
    margin-top: calc(60px + 6.67vw);
  }
  .bsp.menu #hero .hero_wrap .hero_txt .hero_lead {
    width: 30.76vw;
    max-width: 30.76vw;
    margin: 0 auto;
  }
  .bsp.menu #hero .hero_wrap .hero_txt h1 {
    font-size: 5.33vw;
    margin-top: 0.8em;
  }
}
/*
index
*/
.bsp.menu .index_wrap {
  height: 11.56em;
}

.bsp.menu #index {
  font-size: min(1.25vw, 18px);
  margin-top: 5.56em;
}
.bsp.menu #index .bl_index_list {
  margin-top: 3.6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bsp.menu #index .bl_index_list a {
  display: flex;
  align-items: center;
  background: #E8E5DC;
  margin-bottom: 0.22em;
  height: 5.56em;
  position: relative;
  width: 24.76%;
}
.bsp.menu #index .bl_index_list a > span {
  display: block;
  height: 100%;
  margin-right: 1.39em;
  overflow: hidden;
}
.bsp.menu #index .bl_index_list a > span img {
  height: 100%;
  transition: all 0.3s;
}
.bsp.menu #index .bl_index_list a:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 1px solid #8E805A;
  border-right: 1px solid #8E805A;
  top: 45%;
  right: 2em;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
}
.bsp.menu #index .bl_index_list a:hover > span img {
  transform: scale(1.1);
}
.bsp.menu #index .bl_index_list a:hover:before {
  top: 48%;
}
.bsp.menu #index .bl_index_list p {
  font-size: min(1.11vw, 16px);
  padding: 0.8em 0;
  text-align: center;
}

.bsp.menu #index.index.active {
  margin-top: 5.56em;
}
.bsp.menu #index.index.active .bl_inner {
  max-width: 100%;
  padding: 0;
  background: #E8E5DC;
  position: fixed;
  top: 80px;
  margin-top: 0;
  z-index: 2;
  width: 100%;
  border-top: 1px solid #CBC3AC;
  border-bottom: 1px solid #CBC3AC;
}
.bsp.menu #index.index.active .bl_index_list {
  margin-top: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
}
.bsp.menu #index.index.active .bl_index_list a {
  justify-content: center;
  margin-bottom: 0;
  height: 3.75em;
  position: relative;
  width: 24.76%;
}
.bsp.menu #index.index.active .bl_index_list a > span {
  display: none;
}
.bsp.menu #index.index.active .bl_index_list a:before {
  display: none;
}
.bsp.menu #index.index.active .bl_index_list a:hover > span img {
  transform: scale(1.1);
}
.bsp.menu #index.index.active .bl_index_list a:hover:before {
  top: 48%;
}
.bsp.menu #index.index.active .bl_index_list p {
  font-size: min(1.11vw, 16px);
  padding: 0.8em 0;
  text-align: center;
}
.bsp.menu #index.index.active .bl_index_list + .menu_item {
  margin-left: 0.37%;
}

@media screen and (max-width: 1023px) {
  .bsp.menu #index.index.active .bl_inner {
    top: 60px;
  }

  .bsp.menu #header {
    background: #F4F3F0 !important;
  }
}
@media screen and (max-width: 767px) {
  .bsp.menu .index_wrap {
    height: 117.76vw;
  }

  .bsp.menu #index {
    margin-top: 16vw;
  }
  .bsp.menu #index .bl_index_list {
    margin-top: 0;
  }
  .bsp.menu #index .bl_index_list a {
    margin-bottom: 1.39vw;
    height: 13.33vw;
    width: 100%;
  }
  .bsp.menu #index .bl_index_list a > span {
    margin-right: 6.67vw;
  }
  .bsp.menu #index .bl_index_list a:before {
    width: 1.8em;
    height: 1.8em;
    right: 6.13vw;
  }
  .bsp.menu #index .bl_index_list p {
    font-size: 3.2vw;
  }

  .bsp.menu #index.index.active {
    margin-top: 16vw;
    overflow: hidden;
    position: relative;
  }
  .bsp.menu #index.index.active .bl_inner {
    top: 60px;
  }
  .bsp.menu #index.index.active .bl_inner #btn_scr {
    position: absolute;
    width: 10.67vw;
    height: 10.67vw;
    display: block;
    z-index: 3;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(232, 229, 220, 0.63) 0%, #e8e5dc 15%);
  }
  .bsp.menu #index.index.active .bl_inner #btn_scr:after {
    content: "";
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    border-bottom: 1px solid #8E805A;
    border-right: 1px solid #8E805A;
    top: 50%;
    right: 4vw;
    transform: rotate(-45deg) translateY(-50%);
    transition: all 0.3s;
  }
  .bsp.menu #index.index.active .bl_index_list {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 10.67vw 0 5.33vw;
  }
  .bsp.menu #index.index.active .bl_index_list a {
    height: 10.67vw;
    width: auto;
    padding: 0 3.46vw;
  }
  .bsp.menu #index.index.active .bl_index_list a > span {
    display: none;
  }
  .bsp.menu #index.index.active .bl_index_list a:before {
    display: none;
  }
  .bsp.menu #index.index.active .bl_index_list p {
    font-size: 2.97vw;
  }
}
.bsp.menu.menu_dermatology .index_wrap {
  height: 17.34em;
}

.bsp.menu.menu_dermatology #index .bl_index_list a {
  display: flex;
  align-items: center;
  background: #E8E5DC;
  margin-bottom: 0.22em;
  height: 5.56em;
  position: relative;
  width: 33.06%;
  padding: 0 1.44em;
}
.bsp.menu.menu_dermatology #index .bl_index_list a > span {
  display: block;
  width: 17.07%;
  height: auto;
  border-radius: 100%;
}
.bsp.menu.menu_dermatology #index .bl_index_list a:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 1px solid #8E805A;
  border-right: 1px solid #8E805A;
  top: 45%;
  right: 2em;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
}
.bsp.menu.menu_dermatology #index .bl_index_list a:hover > span img {
  transform: scale(1.1);
}
.bsp.menu.menu_dermatology #index .bl_index_list a:hover:before {
  top: 48%;
}
.bsp.menu.menu_dermatology #index .bl_index_list a br.is_sticky {
  display: none;
}

.bsp.menu.menu_dermatology #index.index.active .bl_index_list {
  max-width: 1440px;
}
.bsp.menu.menu_dermatology #index.index.active .bl_index_list a {
  position: relative;
  width: 11.11%;
  padding: 0;
}
.bsp.menu.menu_dermatology #index.index.active .bl_index_list a br.is_sticky {
  display: block;
}

@media screen and (max-width: 767px) {
  .bsp.menu.menu_dermatology .index_wrap {
    height: 132.48vw;
  }

  .bsp.menu.menu_dermatology #index {
    margin-top: 16vw;
  }
  .bsp.menu.menu_dermatology #index .bl_index_list {
    margin-top: 0;
  }
  .bsp.menu.menu_dermatology #index .bl_index_list a {
    margin-bottom: 1.39vw;
    height: 13.33vw;
    width: 100%;
    padding: 0 2.67vw;
  }
  .bsp.menu.menu_dermatology #index .bl_index_list a > span {
    margin-right: 4vw;
    width: 10.13vw;
    height: 10.13vw;
  }
  .bsp.menu.menu_dermatology #index .bl_index_list a:before {
    width: 1.8em;
    height: 1.8em;
    right: 6.13vw;
  }
  .bsp.menu.menu_dermatology #index .bl_index_list p {
    font-size: 3.2vw;
  }

  .bsp.menu.menu_dermatology #index.index.active {
    margin-top: 16vw;
    overflow: hidden;
    position: relative;
  }
  .bsp.menu.menu_dermatology #index.index.active .bl_inner {
    top: 60px;
  }
  .bsp.menu.menu_dermatology #index.index.active .bl_inner #btn_scr {
    position: absolute;
    width: 10.67vw;
    height: 10.67vw;
    display: block;
    z-index: 3;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(232, 229, 220, 0.63) 0%, #e8e5dc 15%);
  }
  .bsp.menu.menu_dermatology #index.index.active .bl_inner #btn_scr:after {
    content: "";
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    border-bottom: 1px solid #8E805A;
    border-right: 1px solid #8E805A;
    top: 50%;
    right: 4vw;
    transform: rotate(-45deg) translateY(-50%);
    transition: all 0.3s;
  }
  .bsp.menu.menu_dermatology #index.index.active .bl_index_list {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 10.67vw 0 5.33vw;
  }
  .bsp.menu.menu_dermatology #index.index.active .bl_index_list a {
    height: 10.67vw;
    width: auto;
    padding: 0 3.46vw;
  }
  .bsp.menu.menu_dermatology #index.index.active .bl_index_list a > span {
    display: none;
  }
  .bsp.menu.menu_dermatology #index.index.active .bl_index_list a:before {
    display: none;
  }
  .bsp.menu.menu_dermatology #index.index.active .bl_index_list p {
    font-size: 2.97vw;
  }
}
.bsp.menu .menu_area {
  position: relative;
  background-color: #F4F3F0;
  font-size: min(1.25vw, 18px);
  /*margin-top: calc(6.39em - 5.56em); padding-top: calc(4.72em +  5.56em);*/
  margin-top: 11.11em;
}
.bsp.menu .menu_area .menu_area_ttl {
  background: url(../img/common/bg_menu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  left: -7.45%;
  width: 114.9%;
  height: 9.44em;
}
.bsp.menu .menu_area .menu_area_ttl .thumb {
  position: absolute;
  bottom: 0;
  left: 6.5%;
  width: 8.61em;
  max-width: 155px;
  z-index: 1;
}
.bsp.menu .menu_area .menu_area_ttl .menu_area_ttl_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0F2743;
  height: 8.89em;
  width: 93.52%;
  padding-left: 10.83em;
  position: absolute;
  left: 6.5%;
  top: 2.78em;
}
.bsp.menu .menu_area .menu_area_ttl .menu_area_ttl_txt .ttl_inner {
  width: fit-content;
  text-align: center;
}
.bsp.menu .menu_area .menu_area_ttl .menu_area_ttl_txt .menu_area_ttl_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
  white-space: nowrap;
  color: #fff;
  width: unset;
  max-width: unset;
}
.bsp.menu .menu_area .menu_area_ttl .menu_area_ttl_txt h2 {
  font-size: min(2.43vw, 35px);
  color: #fff;
  margin-top: 0.3em;
}
.bsp.menu .menu_area .menu_area_index {
  display: flex;
  margin-top: 5em;
}
.bsp.menu .menu_area .menu_area_index a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.63em;
  height: 2.5em;
  font-size: min(1.11vw, 16px);
  border: 1px solid #000;
  border-radius: 1.25em;
}
.bsp.menu .menu_area .menu_area_index a + a {
  margin-left: 0.31em;
}
.bsp.menu .menu_area .menu_area_item {
  /*margin-top: 1.12em; padding-top: 4.44em;*/
  margin-top: 5.56em;
}
.bsp.menu .menu_area .menu_area_item h3 {
  font-size: min(1.39vw, 20px);
  background: #E8E5DC;
  padding: 0.3em 0.5em;
}
.bsp.menu .menu_area ul {
  list-style: none;
  margin-top: 2em;
}
.bsp.menu .menu_area li a, .bsp.menu .menu_area li span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: min(1.11vw, 16px);
  padding: 0.8em 0;
  border-bottom: #CBC3AC solid 1px;
}
.bsp.menu .menu_area li a .title, .bsp.menu .menu_area li span .title {
  margin-left: 2.19em;
  position: relative;
}
.bsp.menu .menu_area li a .title:before, .bsp.menu .menu_area li span .title:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1px;
  background: #000;
  top: 50%;
  left: -2.19em;
  transform: translateY(-50%);
}
.bsp.menu .menu_area li a .title:after, .bsp.menu .menu_area li span .title:after {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 1px;
  background: #000;
  top: 49.5%;
  left: -1.49em;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: bottom right;
}
.bsp.menu .menu_area li a .key, .bsp.menu .menu_area li span .key {
  margin-left: 2.31em;
  font-size: min(0.9vw, 13px);
  padding: 0.46em 0.77em;
  background: #E8E5DC;
}
.bsp.menu .menu_area li a .tags, .bsp.menu .menu_area li span .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.bsp.menu .menu_area li a .tag, .bsp.menu .menu_area li span .tag {
  background-color: #0f2743;
  color: #fff;
  width: 6.31em;
  height: 1.92em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.9vw, 13px);
  border-radius: 2px;
  padding: 0;
}
.bsp.menu .menu_area li a .tag + .tag, .bsp.menu .menu_area li span .tag + .tag {
  margin-left: 0.33em;
}
.bsp.menu .menu_area li a .tag.unsupported, .bsp.menu .menu_area li span .tag.unsupported {
  background-color: #B9BFC4;
}
.bsp.menu .menu_area li span .title:before, .bsp.menu .menu_area li span .title:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .bsp.menu .menu_area {
    margin-top: 25.33vw;
  }
  .bsp.menu .menu_area .menu_area_ttl {
    background: url(../img/common/bg_menu_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    left: -6.67vw;
    width: 100vw;
    height: 21.33vw;
  }
  .bsp.menu .menu_area .menu_area_ttl .thumb {
    position: absolute;
    bottom: 0;
    left: 6.67vw;
    width: 17.87vw;
    max-width: 17.87vw;
  }
  .bsp.menu .menu_area .menu_area_ttl .menu_area_ttl_txt {
    height: 21.33vw;
    width: 100%;
    padding-left: 23.2vw;
    position: absolute;
    left: 6.67vw;
    top: 4.5vw;
  }
  .bsp.menu .menu_area .menu_area_ttl .menu_area_ttl_txt .menu_area_ttl_lead {
    font-size: 2.13vw;
  }
  .bsp.menu .menu_area .menu_area_ttl .menu_area_ttl_txt h2 {
    font-size: 4.8vw;
    margin-top: 0.2em;
  }
  .bsp.menu .menu_area .menu_area_index {
    margin-top: 12.53vw;
    flex-wrap: wrap;
  }
  .bsp.menu .menu_area .menu_area_index a {
    width: 42.67vw;
    height: 8vw;
    font-size: 3.2vw;
    border-radius: 4vw;
  }
  .bsp.menu .menu_area .menu_area_index a + a {
    margin-left: 1.3vw;
    margin-bottom: 1.3vw;
  }
  .bsp.menu .menu_area .menu_area_index a:nth-child(2n+1) {
    margin-left: 0;
  }
  .bsp.menu .menu_area .menu_area_item {
    margin-top: 16vw;
  }
  .bsp.menu .menu_area .menu_area_item h3 {
    font-size: 3.73vw;
    padding: 1.33vw 2.67vw;
  }
  .bsp.menu .menu_area ul {
    margin-top: 2.67vw;
  }
  .bsp.menu .menu_area li a, .bsp.menu .menu_area li span {
    flex-direction: column;
    align-items: baseline;
    font-size: 3.73vw;
    padding: 5.33vw 0;
  }
  .bsp.menu .menu_area li a .key, .bsp.menu .menu_area li span .key {
    margin-left: 2.31em;
    font-size: 3.2vw;
    padding: 1.33vw 2.67vw;
    margin-top: 0.8em;
  }
  .bsp.menu .menu_area li a .tags, .bsp.menu .menu_area li span .tags {
    margin-top: 4vw;
  }
  .bsp.menu .menu_area li a .tag, .bsp.menu .menu_area li span .tag {
    width: 16vw;
    height: 5.33vw;
    font-size: 2.93vw;
  }
  .bsp.menu .menu_area li a .tag + .tag, .bsp.menu .menu_area li span .tag + .tag {
    margin-left: 1.33vw;
  }
}
.bsp.menu.menu_dermatology .menu_area .menu_area_ttl .thumb {
  position: absolute;
  bottom: 0;
  left: 9.7%;
  width: 4.44em;
  max-width: 80px;
}
.bsp.menu.menu_dermatology .menu_area .menu_area_ttl .menu_area_ttl_txt {
  padding-left: 8.89em;
}

@media screen and (max-width: 767px) {
  .bsp.menu.menu_dermatology .menu_area {
    margin-top: 25.33vw;
  }
  .bsp.menu.menu_dermatology .menu_area .menu_area_ttl .thumb {
    left: 12.33vw;
    bottom: 1.07vw;
    width: 10.67vw;
    max-width: 10.67vw;
  }
  .bsp.menu.menu_dermatology .menu_area .menu_area_ttl .menu_area_ttl_txt {
    height: 21.33vw;
    width: 100%;
    padding-left: 23.2vw;
    position: absolute;
    left: 6.67vw;
    top: 4.5vw;
  }
  .bsp.menu.menu_dermatology .menu_area .menu_area_ttl .menu_area_ttl_txt .menu_area_ttl_lead {
    font-size: 2.13vw;
  }
  .bsp.menu.menu_dermatology .menu_area .menu_area_ttl .menu_area_ttl_txt h2 {
    font-size: 4.8vw;
    margin-top: 0.2em;
  }
}