@charset "UTF-8";
@font-face {
  font-display: swap;
}
body.no-scroll {
  position: fixed;
  width: 100%;
  touch-action: none; /* スマホでのスクロール防止 */
}
.use__pc {
  display: none;
}
.use__sp {
  display: block;
}
.vertically {
  clip-path: inset(0 0 100% 0);
}
.vertically.active {
  animation: verticallyAnime 1s ease forwards;
}
@keyframes verticallyAnime {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
  }
}
.horizontally {
  clip-path: inset(0 100% 0 0);
}
.horizontally.active {
  animation: horizontallyAnime 1s ease forwards;
}

@keyframes horizontallyAnime {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

body {
  min-width: auto;
  line-height: 1.5;
}

div#body {
  min-width: auto;
  width: auto;
}

.popupOverlay {
  z-index: 3;
}
#header2025 + .pageHead {
  margin-top: calc(21.28vw - 1px);
}
#header2025 + #contents {
  padding-top: calc(21.28vw - 1px);
}
.header2025 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.header2025_menu {
  float: right;
}
.header2019_menu_button {
  position: absolute;
  right: 0;
  padding: 7.44vw 6.92vw 5.64vw;
  margin-top: 3px;
}
.header2025_menu_button img {
  width: 6.67vw;
  height: 6.92vw;
}
.header2025_logo {
  text-align: center;
  border-bottom: solid 1px #d9d9d9;
}
.header2025_logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0px;
  top: 0px;
  background: linear-gradient(
    270deg,
    #e67a7a 0%,
    #fcc0c0 40%,
    #99d3d3 59.5%,
    #96e0dc 80%,
    #6dd0d0 100%
  );
}
.header2025_logo a {
  display: inline-block;
  padding: 6.15vw 0 4.87vw;
}
.header2025_logo img {
  width: 51.283vw;
}
.header2025 .header2019_menu_content {
  right: auto;
  left: 100%;
  height: 100dvh;
  overflow-y: auto;
  bottom: auto;
}
.header2025 .header2019_menu-open .header2019_menu_content {
  left: 0;
}
.header2025 .header2019_menu_content_inner {
  box-shadow: none;
  width: 100%;
}
.header2025 .header2019_menu_content_inner .header2025_logo {
  border-bottom: solid 1px #fff;
}
.header2025 .header2019_menu_content_close {
  background: url(/sw/beautyinfo/common/img/btn_menu_close.svg) no-repeat center
    center #fff;
  background-size: 7.18vw;
  position: absolute;
  right: 0;
  top: 3px;
  width: 20.51vw;
  height: 19.49vw;
  cursor: pointer;
  position: absolute;
}
.header2025 .header2025_scroll {
  max-height: calc(100vh - 20.28vw);
  overflow: auto;
}
.header2025 .header2025_subtit {
  text-align: center;
  font-size: 4.1vw;
  font-weight: bold;
}
.header2025 .header2025_subtit.hotword {
  font-size: 4.62vw;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.header2025 .banner {
  margin: 0 3.85vw 12.82vw;
}
.header2025 .banner a {
  display: inline-block;
  width: 100%;
  margin-bottom: 3.85vw;
}
.header2025 .banner a:last-child {
  margin-bottom: 0;
}
.header2025 .banner a figure {
  margin: auto;
}
.header2025 .banner a figure img {
  width: 100%;
}
.header2025 .keyword {
  margin: 5.13vw 3.85vw 10.26vw;
}
.header2025 .beautyjourney__sns {
  margin: 14.36vw 0;
  padding: 0 0 25.33vw;
  border: none;
}

.group {
  padding-bottom: 0;
}
.group:after {
  display: none;
}

h2.headline__ttl {
  color: #797979;
  margin: 35px auto 25px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.headline {
  margin: auto 15px;
}
.headline .headline__item {
  font-size: 1.2rem;
  position: relative;
  max-height: 70px;
  margin-top: 12px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}
.headline .headline__item:first-child {
  padding-top: 0;
}
.headline .headline__item:last-child {
  margin-bottom: 30px;
  border-bottom: none;
  padding-bottom: 0;
}
.headline .headline__item::after {
  content: "";
  display: block;
  clear: both;
}
.headline .headline__item a {
  display: inline;
  position: relative;
}
.headline .headline__item a:hover {
  opacity: 0.75;
  cursor: pointer;
}
.headline .headline__item a img {
  float: left;
  margin-right: 10px;
  width: 110px;
  height: 73px;
}
.headline .headline__item a img.ranking__num {
  float: none;
  clear: both;
  height: 20px;
  width: 20px;
  position: absolute;
  margin: 5px auto auto -70px;
}
.headline .headline__item a span {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.95rem;
  padding-right: 1em;
  overflow: hidden;
  word-break: break-all;
}
.headline .headline__item a .item__title {
  font-weight: 700;
}
.keyword {
  margin: 16.67vw 3.85vw 22.56vw;
  display: flex;
  align-items: center;
  column-gap: 8.72vw;
}
.relationCarouselArea h2.keyword__ttl {
  width: 12.05vw;
  position: absolute;
  top: 12.06vw;
  left: 6.41vw;
  z-index: 1;
}
.keyword > ul {
  flex: 1;
  letter-spacing: -0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.56vw;
  row-gap: 2.56vw;
}
.keyword .keyword__item {
  font-size: 3.59vw;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
}
.keyword .keyword__item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000000 !important;
  border: solid 1px #eeeeee;
  background-color: #eeeeee;
  padding: 2.56vw 5.13vw;
  border-radius: 1000px;
}
.keyword .keyword__item a .item__title {
  font-weight: 400;
  overflow: hidden;
  position: relative;
  word-break: break-all;
}
.fixed__banner {
  padding: 12.82vw 3.85vw;
  background: #f5f5f5;
}
.fixed__banner li {
  margin-bottom: 6.92vw;
  font-size: 3.59vw;
}
.fixed__banner a {
  display: inline-block;
  width: 100%;
}
.fixed__banner a img {
  width: 100%;
}
.fixed__banner p {
  margin: 4.36vw 0 0;
  font-size: 3.59vw;
}
.fixed__banner .fixed__separation {
  margin: 11.54vw auto 6.41vw;
  border-top: 1px solid #d9d9d9;
}
.fixed__banner .fixed__separation p {
  padding-top: 10.26vw;
  margin: 0;
  line-height: 2;
}
#contents .menu3Item {
  letter-spacing: -0.5em;
  padding: 5px 0 10px;
  display: none;
  margin-left: 30px;
}
#contents .menu3Item a {
  letter-spacing: normal;
  display: inline-block;
  width: 46.989%;
  margin-bottom: 10px;
}
#contents .menu3Item a:nth-child(odd) {
  margin-right: 6%;
}
#contents .menu3Item a img {
  width: 100%;
}
.accordion {
  padding: 0 3.85vw;
  border-top: 1px solid #ececec;
}
.accordion__ttl {
  color: #797979;
  margin: auto auto 25px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.accordion__menuList {
  text-align: left;
  font-size: 4.1vw;
}
.accordion__menuList .accordion__menu1Item {
  border-bottom: 1px solid #ececec;
  padding: 5.64vw 2.56vw;
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.accordion__menuList .accordion__menu1Item::before {
  content: "";
  display: block;
  background: url(../img/icon_plus.png) no-repeat center center;
  width: 3.33vw;
  height: 3.33vw;
  position: absolute;
  background-size: contain;
  right: 2.56vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion__menuList .accordion__menu1Item.open {
  border-bottom: 1px solid #fff;
}
.accordion__menuList .accordion__menu1Item.open::before {
  content: "";
  display: block;
  background: url(../img/icon_minus.png) no-repeat center center;
  width: 3.33vw;
  height: 3.33vw;
  position: absolute;
  background-size: 3.33vw;
  right: 2.56vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion__menuList ul {
  display: none;
}
.accordion__menu1Item + ul {
  margin: 0 -3.85vw;
  padding: 0 3.85vw;
  position: relative;
}
.accordion__menu1Item + ul:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    253.08deg,
    #fcc0c0 26.68%,
    #99d3d3 63.99%,
    #96e0dc 73.32%
  );
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 0 !important;
}
.accordion__menu1Item + ul li {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
.accordion__menu1Item + ul li:last-child {
  border-bottom: none;
}
.accordion__menu2Item {
}
.accordion ul ul {
  border-top: 1px solid #fff;
  display: block;
}
.accordion ul ul li {
  padding: 0 0 0 7.69vw;
  position: relative;
}
.accordion ul ul li::before {
  content: "";
  display: block;
  background: #fff;
  width: 4.1vw;
  height: 1px;
  position: absolute;
  left: 3.33vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion__menuList .accordion__menu1Item.not::before,
.accordion__menu1Item + ul li a::before {
  content: "";
  display: block;
  background: url(../img/icon_menu_rightarrow.png) no-repeat;
  width: 1.67vw;
  height: 2.95vw;
  position: absolute;
  background-size: contain;
  right: 3.33vw;
}
.accordion .accordion__menu2Item > a,
.accordion ul li a {
  display: block;
  color: #434343;
  padding: 5.64vw 2.56vw;
  line-height: 1;
}
.accordion .accordion__menu2Item > a::before {
  display: none;
}

.mf_finder_container .mf_finder_organic_doc_title {
  font-size: 1.5rem;
}
.mf_finder_container .mf_finder_organic_doc_body {
  font-size: 1.2rem;
  height: 5rem;
}
.mf_finder_container .mf_finder_mark {
  font-weight: 700;
}
.mf_finder_container .mf_finder_organic_doc_url {
  display: none;
}
.mf_finder_container .mf_finder_organic_pager {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#contents .mf_finder_container .mf_finder_pager_items li a {
  color: #eee;
}
#search-results.mf_finder_container .mf_finder_mark {
  background-color: #fff;
}
div#contents div.main {
  position: relative;
  min-height: 300px;
}
div#contents div.main div#loading {
  width: 100%;
  min-height: 300px;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  display: inline-block;
}
div#contents div.main div#loading img {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
}
html {
  font-size: 62.5% !important;
}
body {
  font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}
#contents {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
div#body div#main,
div#body div.primary {
  width: auto;
  float: none;
}
div#body div#aside {
  width: auto;
}
h1 {
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  margin: 15px;
}
p.topTtl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin: 15px;
}
/*
.mf_finder_container {
	margin: 10px
}
*/
.mf_finder_searchBox {
  margin: 5.13vw 3.85vw 10.26vw;
}
.mf_finder_searchBox_items {
  padding: 0;
  border-radius: 1000px;
  overflow: hidden;
  background-color: #eeeeee;
}
input.mf_finder_searchBox_query_input {
  border: 0;
  border-radius: 1000px 0 0 1000px;
  font-size: 3.59vw;
  height: 12.31vw;
  width: 100% !important;
  padding-left: 7.69vw;
  background-color: #eeeeee;
}
.mf_finder_searchBox_submit {
  color: #9b9b9b;
  background: #eeeeee url(../../../common/img/icon_search_submit.svg) no-repeat
    center center;
  background-size: 5.64vw;
  width: 12.31vw;
  height: 12.31vw;
}
.mf_finder_searchBox_submit:before {
  display: none;
}
.sns {
  border-top: none;
}
.mf_finder_searchBox_form {
  position: relative;
}
.search_suggest {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.head_suggest {
  top: 36px;
}
.search_suggest li,
.ui-autocomplete .ui-menu-item {
  font-size: 1.5rem;
  border: solid #ddd;
  border-width: 0 1px 1px;
  background: #fff;
  cursor: pointer;
  text-align: left;
}
.search_suggest li span {
  display: block;
  padding: 10px;
}
.search_suggest li:hover,
.ui-autocomplete .ui-menu-item:hover {
  background: #fff3f6;
}
.ui-widget.ui-widget-content.ui-autocomplete {
  border: none;
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper {
  padding: 10px;
  color: #333;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  border: none;
  color: inherit;
  margin: 0;
  background: #fff3f6;
}
.txt_no_keyword {
  font-size: 1.6rem;
  margin: 20px 0 0 10px;
}
.mf_finder_searchBox .mf_finder_searchBox_submit:before {
  color: #e0096d;
}

.link__btn {
  text-align: center;
}
.link__btn a,
.contents .link__btn .l-search-select-function-sort {
  border: solid 1px #000;
  border-radius: 9999px;
  box-sizing: border-box;
  display: inline-block !important;
  text-align: center;
  width: 69.23vw;
  color: #000;
  font-size: 3.59vw;
  font-weight: bold;
  padding: 5.26vw 0;
  background: #fff url("../../img/link__btn-arrow.svg") no-repeat right 5.13vw
    center;
  background-size: 1.79vw;
}
.link__btn .link__btn-more {
  outline: none;
  border: solid 1px #000;
  border-radius: 9999px;
  display: block;
  text-align: center;
  width: 69.23vw;
  color: #000;
  font-size: 3.59vw;
  margin: auto;
  padding: 5.26vw 0;
  text-decoration: none;
  line-height: 1;
  background-color: #fff;
}
.link__btn .link__btn-more:before {
  content: "";
  width: 3.59vw;
  height: 3.59vw;
  display: inline-block;
  background: #fff url("../img/link__btn-plus.svg") no-repeat center center;
  background-size: 3.59vw;
  text-decoration: none;
  line-height: 1;
  vertical-align: bottom;
  margin-right: 2.56vw;
}

.beautyjourney__breadcrumbs {
  border-top: solid 1px #e6e6e6;
  text-align: left;
}
.beautyjourney__breadcrumbs ul {
  letter-spacing: -0.5em;
  margin: 3.85vw;
}
.beautyjourney__breadcrumbs ul li {
  letter-spacing: normal;
  display: inline-block;
  font-size: 3.08vw;
}
.beautyjourney__breadcrumbs ul li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 3.85vw;
}
.beautyjourney__breadcrumbs ul li a {
  text-decoration: underline;
  display: inline-block !important;
}
.link__btn a {
  font-weight: normal;
  text-decoration: none;
}

.beautyjourney__sns {
  text-align: center;
  margin: 25.33vw 0;
}
.beautyjourney__sns-title {
  font-weight: bold;
  font-size: 4.27vw;
  margin-bottom: 6.67vw;
}
.beautyjourney__sns ul {
  letter-spacing: -0.5em;
}
.beautyjourney__sns ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 3.47vw;
  vertical-align: middle;
}

.footer2025 {
  text-align: center;
  padding: 0 3.85vw;
}
.footer2025 .footer_bannerdarea {
  margin: 10.26vw auto;
}
.footer2025 .footer_bannerdarea a {
  display: inline-block;
}
.footer2025 .footer_bannerdarea a img {
  width: 100%;
}
.footer2025 .footer_thirdarea {
}
.footer2025 .footer_thirdarea ul {
  margin-bottom: 5.13vw;
  letter-spacing: -0.5em;
  text-align: left;
}
.footer2025 .footer_thirdarea ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 5.13vw;
  margin-bottom: 5.13vw;
}
.footer2025 .footer_thirdarea ul li a {
  color: #808080;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.footer2025 .footer_thirdarea ul li a:hover {
  text-decoration: underline;
}

div#topicPathArea {
  width: auto;
  background: #fff;
}
/* SNSシェア */
#topicUnit {
  background: #fff;
}
#topicUnit .sns2019 {
  text-align: right;
  letter-spacing: -0.5em;
  width: 100%;
  box-sizing: border-box;
}

#topicUnit .sns2019 a {
  margin-left: 10px;
}

#topicUnit .sns2019 img {
  width: auto;
  height: 36px;
}

#topicUnit .sns2019 span {
  padding-left: 30px;
  background: url(/shared/assets/img/sp/icon_share.png) no-repeat left center
    #fff;
  background-size: 21px 24px;
}

#topicUnit .sns2019 a,
#topicUnit .sns2019 span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  color: #45433e;
  letter-spacing: normal;
}

#topicUnit .sns2019 a img {
  vertical-align: middle;
}
#topicUnit.custom2019 {
  border-top: 1px solid #e6e6e6;
}
/* SNSシェア */
.sns2019 {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 12px;
}
.sns2019 li {
  float: right;
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #45433e;
  height: 36px;
  line-height: 36px;
  letter-spacing: normal;
}
.sns2019 li a img {
  height: 36px;
}
.sns2019_share {
  padding-left: 30px;
  background: url("/shared/assets/img/sp/icon_share.png") no-repeat left center
    #fff;
  background-size: 21px 24px;
}

.header__below {
  padding: 5.33vw 0;
  border-bottom: solid 1px #d9d9d9;
  text-align: center;
}
.header__below a {
  font-size: 3.73vw;
  text-decoration: underline;
}
.header__below.-type01 {
  margin-top: calc(21.28vw - 1px);
}
.otherContents {
}
.otherContents.about .topTtl {
  font-size: 5.13vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 20.51vw auto 9.74vw;
}
.otherContents.notfound .topTtl {
  font-size: 5.13vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 12.82vw auto 5.13vw;
}
.otherContents.about .introduce {
  position: relative;
  width: auto;
  margin: 0 6.41vw 17.44vw;
  line-height: 2.5;
  text-align: left;
}
.otherContents.about .introduce p {
  font-size: 4.1vw;
  margin-bottom: 2.5em;
}
.otherContents.about .introduce img {
  width: 100%;
}
.otherContents.about .introduce .image01 {
  position: absolute;
  width: 30.77vw;
  top: 33.33vw;
  right: 0;
}
.otherContents.about .introduce .image02 {
  position: absolute;
  width: 30.77vw;
  top: 164.1vw;
  right: 0;
}
.otherContents.notfound .image {
  width: 66.67vw;
  margin: 0 auto 15.38vw;
}
.otherContents.notfound .image img {
  width: 100%;
}
.otherContents.notfound .search {
  background-color: #f5f5f5;
  padding: 15.38vw 0;
}
.otherContents.notfound .search_inner {
  max-width: 92.31vw;
  margin: auto;
}
.otherContents.notfound .search_inner .subtit {
  font-size: 4.1vw;
  font-weight: bold;
  line-height: 1;
}
.otherContents.notfound .search_inner .subtit.hotword {
  font-size: 4.62vw;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.otherContents.notfound .search_inner .mf_finder_searchBox {
  margin: 5.13vw 0 10.26vw;
}
.otherContents.notfound .search_inner input.mf_finder_searchBox_query_input,
.otherContents.notfound .search_inner .mf_finder_searchBox_submit {
  background-color: #fff;
}
.otherContents.notfound .search_inner .keyword {
  margin: 5.13vw auto 0;
}
.otherContents.notfound .search_inner .keyword > ul {
  column-gap: 2.56vw;
  row-gap: 2.56vw;
}
.otherContents.notfound .search_inner .keyword .keyword__item a {
  background-color: #fff;
  border-color: #fff;
}
.otherContents .pbp__found {
  width: auto;
  margin: 15.38vw 3.85vw;
}
.otherContents .pbp__found .pbp__found_ttl {
  font-size: 4.1vw;
  font-weight: bold;
  margin-bottom: 7.69vw;
  text-align: left;
}
.otherContents .pbp__found .pbp__found_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.69vw;
  flex-wrap: wrap;
  row-gap: 6.41vw;
}
.otherContents .pbp__found .pbp__found_list .staff {
  width: 44.87vw;
}
.otherContents .pbp__found .pbp__found_list .staff figure {
  margin: auto;
  width: 44.87vw;
  height: 44.87vw;
}
.otherContents .pbp__found .pbp__found_list .staff figure img {
  width: 44.87vw;
  height: 44.87vw;
  object-fit: cover;
}
.otherContents .pbp__found .pbp__found_list .staff .encounter__itemTitle {
  text-align: left;
  font-size: 3.59vw;
  margin-top: 3.85vw;
}
.otherContents .pbp__found .link__btn {
}
.otherContents .pbp__found .link__btn a {
  width: 92.31vw;
  line-height: 1.3;
  padding: 3.33vw 0;
}
.otherContents .bj__instagram {
  margin: 0 3.85vw 20.51vw;
}
.otherContents .bj__instagram .bj__instagram_ttl {
  font-size: 4.1vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 6.41vw;
  text-align: left;
}
.otherContents .bj__instagram .staff__item {
  display: inline-block;
  letter-spacing: -0.5em;
  margin-bottom: 6.92vw;
}
.otherContents .bj__instagram .staff__item span {
  display: inline-block;
  width: 62.05vw;
}
.otherContents .bj__instagram .staff__item a {
  display: inline-block;
  width: 30.25vw;
  height: 30.25vw;
  overflow: hidden;
  margin-right: 0.76vw;
  margin-bottom: 0.76vw;
  vertical-align: top;
}
.otherContents .bj__instagram .staff__item > a {
  display: inline-block;
  height: 61.28vw;
  margin-right: 0;
}
.otherContents .bj__instagram .staff__item a figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
.otherContents .bj__instagram .staff__item a figure img {
  margin: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.otherContents .bj__instagram .link__btn {
}
.otherContents .bj__instagram .link__btn a {
  width: 79.49vw;
  letter-spacing: -0.5em;
  padding: 3.33vw 0;
}
.otherContents .bj__instagram .link__btn a > * {
  vertical-align: middle;
  letter-spacing: normal;
}
.otherContents .bj__instagram .link__btn a img {
  width: 6.67vw;
  height: 6.67vw;
}
.otherContents .bj__instagram .link__btn a span {
  display: inline-block;
  margin-left: 3.85vw;
  line-height: 1.3;
}

#backgroundOff figure:before,
#backgroundOff figure > a:before {
  display: none !important;
}
.js-pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
  display: none;
}

.js-pageTop img {
	max-width: 50px;
	width: calc(50 / 390 * 100vw);
	height: auto;
}
