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

@media screen and (max-width: 1023px) {
  html:has(.bsp.price) {
    scroll-padding-top: calc(60px + 3.75em);
  }
}
@media screen and (max-width: 767px) {
  html:has(.bsp.price) {
    scroll-padding-top: calc(60px + 10.67vw);
  }
}
/*
hero
*/
.bsp.price #hero {
  font-size: min(1.25vw, 18px);
}
.bsp.price #hero .hero_wrap {
  position: relative;
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bsp.price #hero .hero_wrap .bg_img {
  width: 100%;
}
.bsp.price #hero .hero_wrap .hero_txt {
  position: absolute;
  text-align: center;
}
.bsp.price #hero .hero_wrap .hero_txt .hero_lead {
  width: 5.35em;
  max-width: 96.22px;
  margin: 0 auto;
}
.bsp.price #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.price #hero .hero_wrap {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .bsp.price #hero .hero_wrap {
    margin-top: calc(60px + 6.67vw);
  }
  .bsp.price #hero .hero_wrap .hero_txt .hero_lead {
    width: 18.33vw;
    max-width: 18.33vw;
  }
  .bsp.price #hero .hero_wrap .hero_txt h1 {
    font-size: 5.33vw;
    margin-top: 0.8em;
  }
}
/*
index
*/
.bsp.price .index_wrap {
  height: 11.56em;
}

.bsp.price #index {
  font-size: min(1.25vw, 18px);
  margin-top: 5.56em;
}
.bsp.price #index .bl_index_list {
  margin-top: 3.6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bsp.price #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.price #index .bl_index_list a > span {
  display: block;
  height: 100%;
  margin-right: 1.39em;
  overflow: hidden;
}
.bsp.price #index .bl_index_list a > span img {
  height: 100%;
  transition: all 0.3s;
}
.bsp.price #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.price #index .bl_index_list a:hover > span img {
  transform: scale(1.1);
}
.bsp.price #index .bl_index_list a:hover:before {
  top: 48%;
}
.bsp.price #index .bl_index_list p {
  font-size: min(1.11vw, 16px);
  padding: 0.8em 0;
  text-align: center;
}

.bsp.price #index.index.active {
  margin-top: 5.56em;
}
.bsp.price #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.price #index.index.active .bl_index_list {
  margin-top: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
}
.bsp.price #index.index.active .bl_index_list a {
  justify-content: center;
  margin-bottom: 0;
  height: 3.75em;
  position: relative;
  width: 24.76%;
}
.bsp.price #index.index.active .bl_index_list a > span {
  display: none;
}
.bsp.price #index.index.active .bl_index_list a:before {
  display: none;
}
.bsp.price #index.index.active .bl_index_list a:hover > span img {
  transform: scale(1.1);
}
.bsp.price #index.index.active .bl_index_list a:hover:before {
  top: 48%;
}
.bsp.price #index.index.active .bl_index_list p {
  font-size: min(1.11vw, 16px);
  padding: 0.8em 0;
  text-align: center;
}
.bsp.price #index.index.active .bl_index_list + .menu_item {
  margin-left: 0.37%;
}

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

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

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

  .bsp.price #index.index.active {
    margin-top: 16vw;
    overflow: hidden;
    position: relative;
  }
  .bsp.price #index.index.active .bl_inner {
    top: 60px;
  }
  .bsp.price #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.price #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.price #index.index.active .bl_index_list {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 10.67vw 0 5.33vw;
  }
  .bsp.price #index.index.active .bl_index_list a {
    height: 10.67vw;
    width: auto;
    padding: 0 3.46vw;
  }
  .bsp.price #index.index.active .bl_index_list a > span {
    display: none;
  }
  .bsp.price #index.index.active .bl_index_list a:before {
    display: none;
  }
  .bsp.price #index.index.active .bl_index_list p {
    font-size: 2.97vw;
  }
}
.bsp.price.price_dermatology .index_wrap {
  height: 17.34em;
}

.bsp.price.price_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.price.price_dermatology #index .bl_index_list a > span {
  display: block;
  width: 17.07%;
  height: auto;
  border-radius: 100%;
}
.bsp.price.price_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.price.price_dermatology #index .bl_index_list a:hover > span img {
  transform: scale(1.1);
}
.bsp.price.price_dermatology #index .bl_index_list a:hover:before {
  top: 48%;
}
.bsp.price.price_dermatology #index .bl_index_list a br.is_sticky {
  display: none;
}

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

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

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

  .bsp.price.price_dermatology #index.index.active {
    margin-top: 16vw;
    overflow: hidden;
    position: relative;
  }
  .bsp.price.price_dermatology #index.index.active .bl_inner {
    top: 60px;
  }
  .bsp.price.price_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.price.price_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.price.price_dermatology #index.index.active .bl_index_list {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 10.67vw 0 5.33vw;
  }
  .bsp.price.price_dermatology #index.index.active .bl_index_list a {
    height: 10.67vw;
    width: auto;
    padding: 0 3.46vw;
  }
  .bsp.price.price_dermatology #index.index.active .bl_index_list a > span {
    display: none;
  }
  .bsp.price.price_dermatology #index.index.active .bl_index_list a:before {
    display: none;
  }
  .bsp.price.price_dermatology #index.index.active .bl_index_list p {
    font-size: 2.97vw;
  }
}
.bsp.price .price_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.price .price_area .price_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.price .price_area .price_area_ttl .thumb {
  position: absolute;
  bottom: 0;
  left: 6.5%;
  width: 8.61em;
  max-width: 155px;
  z-index: 1;
}
.bsp.price .price_area .price_area_ttl .price_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.price .price_area .price_area_ttl .price_area_ttl_txt .ttl_inner {
  width: fit-content;
  text-align: left;
}
.bsp.price .price_area .price_area_ttl .price_area_ttl_txt .price_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.price .price_area .price_area_ttl .price_area_ttl_txt h2 {
  font-size: min(2.43vw, 35px);
  color: #fff;
  margin-top: 0.3em;
}
.bsp.price .price_area .price_area_index {
  display: flex;
  margin-top: 5em;
}
.bsp.price .price_area .price_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.price .price_area .price_area_index a + a {
  margin-left: 0.31em;
}
.bsp.price .price_area .price_area_item {
  /*margin-top: 1.12em; padding-top: 4.44em;*/
  margin-top: 5.56em;
}
.bsp.price .price_area .price_area_item + .price_area_item {
  margin-top: 5.56em;
}
.bsp.price .price_area .price_area_item + .price_area_item dl {
  margin-top: 0;
}
.bsp.price .price_area .price_area_item h3 {
  font-size: min(1.39vw, 20px);
  background: #E8E5DC;
  padding: 0.3em 0.5em;
  margin-bottom: 1em;
}
.bsp.price .price_area .dl_inner {
  display: flex;
  align-items: center;
  font-size: min(1.11vw, 16px);
  padding: 1.69em 0;
  border-bottom: #CBC3AC solid 1px;
}
.bsp.price .price_area dt {
  position: relative;
  width: 32.26%;
  max-width: 400px;
}
.bsp.price .price_area dt a {
  text-decoration: underline;
}
.bsp.price .price_area dd {
  margin-top: 0.7em;
  letter-spacing: 0.05em;
}
.bsp.price .price_area .dd_wrap {
  width: 50.81%;
  max-width: 630px;
}
.bsp.price .price_area .dd_inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.bsp.price .price_area .type {
  width: 52.38%;
  max-width: 330px;
}
.bsp.price .price_area .prices {
  width: 44.44%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
}
.bsp.price .price_area .price + .price {
  margin-top: 0.7em;
}
.bsp.price .price_area .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.bsp.price .price_area .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;
}
.bsp.price .price_area .tag + .tag {
  margin-left: 0.33em;
}
.bsp.price .price_area .tag.unsupported {
  background-color: #B9BFC4;
}

@media screen and (max-width: 767px) {
  .bsp.price .price_area {
    margin-top: 25.33vw;
  }
  .bsp.price .price_area .price_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.price .price_area .price_area_ttl .thumb {
    position: absolute;
    bottom: 0;
    left: 6.67vw;
    width: 17.87vw;
    max-width: 17.87vw;
  }
  .bsp.price .price_area .price_area_ttl .price_area_ttl_txt {
    height: 21.33vw;
    width: 100%;
    padding-left: 23.2vw;
    position: absolute;
    left: 6.67vw;
    top: 4.5vw;
  }
  .bsp.price .price_area .price_area_ttl .price_area_ttl_txt .price_area_ttl_lead {
    font-size: 2.13vw;
  }
  .bsp.price .price_area .price_area_ttl .price_area_ttl_txt h2 {
    font-size: 4.8vw;
    margin-top: 0.2em;
  }
  .bsp.price .price_area .price_area_index {
    margin-top: 12.53vw;
    flex-wrap: wrap;
  }
  .bsp.price .price_area .price_area_index a {
    width: 42.67vw;
    height: 8vw;
    font-size: 3.2vw;
    border-radius: 4vw;
  }
  .bsp.price .price_area .price_area_index a + a {
    margin-left: 1.3vw;
    margin-bottom: 1.3vw;
  }
  .bsp.price .price_area .price_area_index a:nth-child(2n+1) {
    margin-left: 0;
  }
  .bsp.price .price_area .price_area_item {
    margin-top: 16vw;
  }
  .bsp.price .price_area .price_area_item h3 {
    font-size: 3.73vw;
    padding: 1.33vw 2.67vw;
    margin-bottom: 0;
  }
  .bsp.price .price_area dl {
    margin-top: 0;
  }
  .bsp.price .price_area .dl_inner {
    flex-direction: column;
    font-size: 3.73vw;
    padding: 9.33vw 0 8vw;
    border-bottom: none;
  }
  .bsp.price .price_area dt {
    width: 100%;
    max-width: 100%;
  }
  .bsp.price .price_area dd {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }
  .bsp.price .price_area .dd_wrap {
    width: 100%;
    max-width: 100%;
  }
  .bsp.price .price_area .dd_inner {
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #CBC3AC;
    padding: 2.67vw 0 5.33vw;
  }
  .bsp.price .price_area .type {
    width: 100%;
    max-width: 100%;
  }
  .bsp.price .price_area .prices {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .bsp.price .price_area .price + .price {
    margin-top: 0.3em;
  }
  .bsp.price .price_area .tags {
    margin-top: 5.33vw;
  }
  .bsp.price .price_area .tag {
    width: 16vw;
    height: 5.33vw;
    font-size: 2.93vw;
  }
  .bsp.price .price_area .tag + .tag {
    margin-left: 1.33vw;
  }
}
.bsp.price.price_dermatology .price_area .price_area_ttl .thumb {
  position: absolute;
  bottom: 0;
  left: 9.7%;
  width: 4.44em;
  max-width: 80px;
}
.bsp.price.price_dermatology .price_area .price_area_ttl .price_area_ttl_txt {
  padding-left: 8.89em;
}
.bsp.price.price_dermatology .price_area .price_area_item + .price_area_item {
  margin-top: 0;
}
.bsp.price.price_dermatology .price_area dt {
  width: 33.06%;
  max-width: 410px;
}
.bsp.price.price_dermatology .price_area .type {
  width: 68.75%;
  max-width: 440px;
}
.bsp.price.price_dermatology .price_area .prices {
  width: 29.69%;
  max-width: 190px;
}

@media screen and (max-width: 767px) {
  .bsp.price.price_dermatology .price_area {
    margin-top: 25.33vw;
  }
  .bsp.price.price_dermatology .price_area .price_area_ttl .thumb {
    left: 12.33vw;
    bottom: 1.07vw;
    width: 10.67vw;
    max-width: 10.67vw;
  }
  .bsp.price.price_dermatology .price_area .price_area_ttl .price_area_ttl_txt {
    height: 21.33vw;
    width: 100%;
    padding-left: 23.2vw;
    position: absolute;
    left: 6.67vw;
    top: 4.5vw;
  }
  .bsp.price.price_dermatology .price_area .price_area_ttl .price_area_ttl_txt .price_area_ttl_lead {
    font-size: 2.13vw;
  }
  .bsp.price.price_dermatology .price_area .price_area_ttl .price_area_ttl_txt h2 {
    font-size: 4.8vw;
    margin-top: 0.2em;
  }
  .bsp.price.price_dermatology .price_area dt {
    width: 100%;
    max-width: 100%;
  }
  .bsp.price.price_dermatology .price_area .type {
    width: 100%;
    max-width: 100%;
  }
  .bsp.price.price_dermatology .price_area .prices {
    width: 100%;
    max-width: 100%;
  }
}