@charset "utf-8";
/*=============================================
* :root
=============================================*/
:root {
  --sns-line-color: #06c755;
}



/*=============================================
* #mv
=============================================*/
#mv {
  background-color: var(--theme-top-color);
  margin-top: 5rem;
}

#mv_inner {
  overflow: hidden;
  padding-top: 68.75%;
  position: relative;
}

#mv_bg {
  height: 165.455%;
  left: -140%;
  position: absolute;
  top: 0;
  width: 375%;
}

#mv_bg img {
  height: 100%;
  width: auto;
}

#mv_bg_bask {
  background-color: var(--theme-black-color);
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
}

#mv_title {
  color: var(--base-color-white);
  font-size: 2.2rem;
  left: 50%;
  letter-spacing: .2em;
  line-height: 3rem;
  padding: 0 0 1.6rem .2em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#mv_title::after {
  background-color: var(--base-color-white);
  bottom: 0;
  content: "";
  height: .1rem;
  position: absolute;
  width: 5.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width:768px) {
  #mv {
    margin-top: 6.4rem;
  }

  #mv_inner {
    padding-top: 36.4rem;
  }

  #mv_bg {
    height: 100%;
    left: 0;
    width: 100%;
  }
}

@media (min-width:1200px) {
  #mv_inner {
    padding-top: max(36.4rem, 30.334%);
  }
}



/*=============================================
* #section_artist
=============================================*/
#section_artist {
  padding-bottom: 6.6rem;
}

#section_artist .section_inner {
  padding-top: 6.6rem;
}

.section_contents+.section_contents {
  margin-top: 6.4rem;
}

.artist_profile {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.artist_image {
  margin: 0 auto;
  width: calc(100% - 7.6rem);
}

.artist_name {
  border-bottom: .1rem solid var(--theme-color);
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1;
  padding-bottom: 2.1rem;
}

.artist_type {
  font-family: var(--ff-cormorant);
  font-size: 2rem;
  letter-spacing: .2em;
  margin-top: .5rem;
}

.artist_lead {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 3rem;
  margin-top: 4.2rem;
  text-align: justify;
}

.artist_message {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2rem;
  margin-top: 1.63rem;
  text-align: justify;
}

.artist_achievements {
  margin-top: 2rem;
}

.artist_achievements_title {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2rem;
}

.artist_achievements_title::before {
  content: "【";
}

.artist_achievements_title::after {
  content: "】";
}

.achievement_list {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
}

.artist_licenses {
  margin-top: 2rem;
}

.artist_licenses_title {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2rem;
}

.artist_licenses_title::before {
  content: "【";
}

.artist_licenses_title::after {
  content: "】";
}

.license_list {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
}

.artist_treatments {
  margin-top: 3.28rem;
}

.artist_treatments_title {
  color: var(--theme-color);
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 2.4rem;
  text-align: center;
  padding-left: .1em;
}

.treatment_images {
  align-items: flex-start;
  column-gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.65rem;
  row-gap: 1.8rem;
}

.treatment_image {
  border: none;
  border-radius: 0;
  opacity: 1;
  padding: 0;
  transition-duration: .6s;
  transition-property: opacity;
  width: calc(50% - 1rem);
}

.treatment_image:focus {
  box-shadow: none;
}

.treatment_image:focus-visible {
  box-shadow: 0 0 0 .2rem rgba(var(--theme-gray-color-rgb), .25);
}

@media (any-hover: hover) {
  .treatment_image:hover {
    opacity: 0.6;
  }
}

@media (any-hover: none) {
  .treatment_image:active {
    opacity: 0.6;
  }
}

.sns_btns {
  margin-top: 4.2rem;
}

.sns_btn_list {
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 1.56rem;
}

.common_btn.sns_btn {
  align-items: center;
  color: var(--base-color-white);
  display: flex;
  font-family: var(--ff-sans);
  font-size: 1.2rem;
  height: 4rem;
  justify-content: center;
  line-height: 1.2rem;
  padding: 0;
  width: 20rem;
}

.common_btn.sns_btn::before,
.common_btn.sns_btn::after {
  content: none;
}

.sns_btn_instagram {
  background-color: var(--theme-black-color);
  column-gap: 1.6rem;
}

.sns_btn_line {
  background-color: var(--sns-line-color);
  column-gap: .8rem;
}

.sns_btn_instagram img {
  width: 2.6rem;
}

.sns_btn_line img {
  width: 3.41rem;
}

.sns_icons {
  margin-top: 3rem;
}

.sns_icon_title {
  color: var(--theme-color);
  font-size: 1.34rem;
  letter-spacing: .1em;
  line-height: 1.9rem;
  padding-left: .1em;
  position: relative;
  text-align: center;
}

.sns_icon_title::before,
.sns_icon_title::after {
  background-color: var(--theme-color);
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: .1rem;
}

.sns_icon_title::before {
  margin-right: 1rem;
  transform: rotate(-32.5deg);
  transform-origin: bottom right;
}

.sns_icon_title::after {
  margin-left: 1rem;
  transform: rotate(32.5deg);
  transform-origin: bottom left;
}

.sns_icon_list {
  align-items: center;
  column-gap: 2.1rem;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.sns_icon_list>li {
  width: 4rem;
}

.sns_icon_list>li a {
  opacity: 1;
  transition-duration: .6s;
  transition-property: opacity;
}

@media (any-hover: hover) {
  .sns_icon_list>li a:hover {
    opacity: 0.6;
  }
}

@media (any-hover: none) {
  .sns_icon_list>li a:active {
    opacity: 0.6;
  }
}

@media (min-width:576px) {
  .sns_btn_list {
    column-gap: 2.4rem;
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width:768px) {
  #section_artist {
    padding-bottom: 10rem;
  }

  #section_artist .section_inner {
    padding-top: 10rem;
  }

  .section_contents {
    margin: 0 auto;
    max-width: 66.4rem;
  }

  .section_contents+.section_contents {
    margin-top: 10rem;
  }

  .artist_profile {
    flex-direction: row;
    gap: 3.8rem;
  }

  .artist_image {
    width: 20.4rem;
  }

  .artist_detail {
    flex: 1;
  }

  .artist_name {
    font-size: 2.6rem;
    padding-bottom: 3rem;
  }

  .artist_type {
    font-size: 2.2rem;
    margin-top: 1.3rem;
  }

  .artist_lead {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-right: -1em;
    margin-top: 7.4rem;
  }

  .artist_message {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-top: 2.27rem;
  }

  .artist_achievements {
    margin-top: 2.4rem;
  }

  .artist_achievements_title {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }

  .achievement_list {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }

  .artist_licenses {
    margin-top: 2.4rem;
  }

  .artist_licenses_title {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }

  .license_list {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }

  .artist_treatments {
    margin-top: 4.04rem;
  }

  .artist_treatments_title {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .treatment_images {
    column-gap: 2rem;
    justify-content: center;
    margin-top: 2.06rem;
    row-gap: 2.4rem;
  }

  .treatment_image {
    width: 15.6rem;
  }

  .sns_btns {
    margin-top: 4.7rem;
  }

  .sns_btn_list {
    column-gap: 3.7rem;
  }

  .common_btn.sns_btn {
    font-size: 1.4rem;
    height: 4.7rem;
    line-height: 1.4rem;
    width: 23rem;
  }

  .sns_btn_instagram img {
    width: 3rem;
  }

  .sns_btn_line img {
    width: 4rem;
  }

  .sns_icons {
    margin-top: 3.8rem;
  }

  .sns_icon_title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .sns_icon_title::before,
  .sns_icon_title::after {
    height: 1.7rem;
  }

  .sns_icon_list {
    column-gap: 2.4rem;
    margin: 1.5rem 0 0;
  }

  .sns_icon_list>li {
    width: 4.8rem;
  }
}

@media (min-width:992px) {
  .section_contents {
    max-width: none;
  }

  .artist_profile {
    gap: 5.9rem;
  }

  .artist_image {
    width: 33rem;
  }
}



/*=============================================
* modal
=============================================*/
.modal-backdrop {
  background-color: var(--theme-gray-color);
  height: 100vh;
  height: 100dvh;
  mix-blend-mode: multiply;
}

.modal-backdrop.show {
  opacity: 1;
}

#treatment_modal .modal-dialog {
  margin: .5rem auto;
  max-width: 40rem;
  width: calc(100% - 7rem);
}

#treatment_modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

#treatment_modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
}

#treatment_modal .modal-title {
  font-size: 1rem;
  visibility: hidden;
}

#treatment_modal .close {
  color: transparent;
  margin: 0 -.88rem -.46rem auto;
  opacity: 1;
  padding: 1rem;
  position: relative;
  text-shadow: none;
}

#treatment_modal .close:focus {
  outline: 0;
}

#treatment_modal .close:focus-visible {
  outline: .5rem auto var(--theme-gray-color);
}

#treatment_modal .close::before,
#treatment_modal .close::after {
  background-color: var(--base-color-white);
  content: "";
  height: 2.04rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: .084rem;
}

#treatment_modal .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#treatment_modal .close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

#treatment_modal .modal-body {
  padding: 0;
}

@media (min-width:576px) {
  #treatment_modal .modal-dialog {
    margin: 1.75rem auto;
  }

  #treatment_modal .close {
    font-size: 2.4rem;
    margin: 0 -.805rem -.135rem auto;
  }

  #treatment_modal .close::before,
  #treatment_modal .close::after {
    height: 3.258rem;
    width: .136rem;
  }
}

@media (min-width:992px) {
  #treatment_modal .modal-dialog {
    max-width: 50rem;
  }

  #treatment_modal .close {
    font-size: 3rem;
    margin: 0 -.756rem .082rem auto;
  }

  #treatment_modal .close::before,
  #treatment_modal .close::after {
    height: 4.073rem;
    width: .171rem;
  }
}