@charset "UTF-8";
@font-face {
  font-display: swap;
}
body.no-scroll {
  position: fixed;
  width: 100%;
  touch-action: none; /* スマホでのスクロール防止 */
}
a:hover img {
  opacity: 0.8;
}
.use__pc {
  display: block;
}
.use__sp {
  display: none;
}
.figure img {
  display: inline-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);
  }
}
.localNav-wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.localNav-wrapper.group {
  padding: 20px 0;
}
.localNav {
  background-color: #db8684;
  display: -webkit-box;
  display: flex;
  margin: 0 -500%;
  padding: 0 500%;
  width: 100%;
  position: relative;
}
.localNav.fixed {
  position: fixed;
  z-index: 100;
}
.localNav .searchBox {
  padding: 6px 20px 6px 0;
  width: 360px;
}
.localNav .searchBox.original__searchBox {
  padding: 0 0 0 11px;
  height: auto;
  font-size: 1.6rem;
  width: 148px !important;
}
.localNav li.searchBox:first-child:hover {
  background-color: #db8684;
}
.topNavSearch {
  background-color: #fff;
  width: 180px;
  margin: 7px 19px 7px 0;
  text-align: left;
  position: relative;
  padding: 5px 20px 5px 0;
}
.topNavSearch input {
  vertical-align: middle;
  background-color: transparent;
  padding: 11px 10px;
}
.topNavSearch input.topNavSubmit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
}
.topNavSearch {
  border-radius: 5px;
}
.topNavSearch01 {
  border: none;
  width: 160px;
  padding-left: 10px;
  height: 14px;
  color: #909090;
}
.localNav li {
  list-style-type: none;
}
.localNav > li {
  position: relative;
}
.localNav li:hover {
  background-color: #f3f1f1;
}
.localNav li.searchBox:hover {
  background-color: #db8684;
}
.localNav li.active {
  background-color: #f3f1f1;
  color: #db8684;
}
.localNav li.active > a {
  color: #db8684 !important;
}
.localNav #localNav__menu1 > a {
  color: #fff;
  padding: 19px 7px 18px 47px;
  font-weight: 700;
  width: 160px;
  box-sizing: border-box;
  background-image: url(../img/icon_topnavi_arrow.png);
  background-position: left 22px top 18px;
  background-repeat: no-repeat;
}
.localNav #localNav__menu2 > a {
  color: #fff;
  padding: 19px 7px 18px 51px;
  font-weight: 700;
  width: 230px;
  box-sizing: border-box;
  background-image: url(../img/icon_topnavi_arrow.png);
  background-position: left 24px top 18px;
  background-repeat: no-repeat;
}
.localNav #localNav__menu3 > a {
  color: #fff;
  padding: 19px 7px 18px 49px;
  font-weight: 700;
  width: 190px;
  box-sizing: border-box;
  background-image: url(../img/icon_topnavi_arrow.png);
  background-position: left 24px top 18px;
  background-repeat: no-repeat;
}
.localNav #localNav__menu1 > a:hover,
.localNav #localNav__menu2 > a:hover,
.localNav #localNav__menu3 > a:hover {
  cursor: default;
}
.localNav a {
  font-size: 1.4rem;
  color: #000;
  display: block;
  line-height: 1.4rem;
  text-decoration: none;
}
.localNav a:hover {
  color: #000;
}
.localNav li:hover > ul {
  position: absolute;
  z-index: 10;
}
.localNav li li:hover > ul {
  display: flex;
  flex-flow: column wrap;
  background-color: rgba(0, 0, 0, 0);
}
.localNav ul {
  background-color: #f3f1f1;
  display: none;
  position: absolute;
  z-index: 6;
}
.localNav ul li a {
  font-size: 1.4rem;
  line-height: 3rem;
}
.localNav ul li a:hover {
  background-color: #f3f1f1;
  color: #db8684;
  text-decoration: underline;
}
.localNav > ul > li:hover a {
  color: #db8684;
  text-decoration: none !important;
}
.localNav ul li:hover {
  background-color: #f3f1f1;
  color: #000;
}
.localNav > li > ul {
  width: 960px;
  margin: 0 auto;
  top: 100%;
  right: 0;
  padding: 35px 0;
}
.localNav > li > ul:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  height: calc(100% - 70px);
  background-color: #e1e1e1;
  position: absolute;
  left: 260px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.localNav > li > ul > li {
  padding: 0 0 0 30px;
  width: 260px;
  box-sizing: border-box;
}
.localNav > li > ul > li a {
  font-weight: 700;
}
.localNav > li ul ul {
  margin: 0;
  width: 700px;
  left: 260px;
  top: 0;
  letter-spacing: -0.5em;
  padding: 35px 0 35px 30px;
  box-sizing: border-box;
}
.localNav > li ul ul li {
  letter-spacing: normal;
  width: 50%;
  padding-right: 30px;
  display: inline-block;
  box-sizing: border-box;
}
.localNav > li ul ul li a {
  color: #000 !important;
  font-size: 1.3rem;
  font-weight: normal !important;
}
.localNav > li > ul > li:hover > a {
  color: #db8684;
  text-decoration: underline;
}
#localNav__menu1 > ul {
  height: 180px;
  left: -380px;
}
#localNav__menu1 > ul > li {
  padding: 0 0 0 30px;
  width: 260px;
  box-sizing: border-box;
}
#localNav__menu1 ul ul {
  height: 250px;
  background-color: rgba(0, 0, 0, 0);
}
#localNav__menu2 > ul {
  height: 420px;
  left: -540px;
}
#localNav__menu2 > ul > li {
  padding: 0 0 0 30px;
  width: 260px;
  box-sizing: border-box;
}
#localNav__menu2 ul ul {
  height: 490px;
  background-color: rgba(0, 0, 0, 0);
}
#localNav__menu3 > ul {
  left: -770px;
  padding: 30px 29px 10px;
  letter-spacing: -0.5em;
  box-sizing: border-box;
}
#localNav__menu3 > ul:before {
  display: none;
}
#localNav__menu3 > ul li {
  width: auto;
  letter-spacing: normal;
  display: inline-block;
  padding: 0;
  margin-right: 19px;
  margin-bottom: 20px;
  background: #fff;
}
#localNav__menu3 > ul li:nth-child(5n) {
  margin-right: 0;
}
#localNav__menu3 > ul li a:hover {
  opacity: 0.75;
}
.localNav ul ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
}
.localNav ul ul li {
  width: 218px;
}
div#body h2.ranking__ttl {
  color: #797979;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  margin: 36px auto 18px;
}
.ranking ul .ranking__item {
  display: block;
  font-size: 1.2rem;
  position: relative;
  max-height: 70px;
  margin-top: 2rem;
}
.ranking ul .ranking__item:first-child {
  padding-top: 0;
}
.ranking ul .ranking__item:last-child {
  margin-bottom: 50px;
}
.ranking ul .ranking__item a {
  padding-bottom: 0;
  position: relative;
}
.ranking ul .ranking__item a:hover {
  opacity: 0.75;
  cursor: pointer;
}
.ranking ul .ranking__item a img {
  margin-right: 10px;
  -ms-interpolation-mode: bicubic;
  width: 60px;
  height: 40px;
  z-index: 0;
  position: absolute;
}
.ranking ul .ranking__item a img.ranking__num {
  float: none;
  clear: both;
  height: 21px;
  width: 21px;
  position: absolute;
  z-index: 5;
}
.ranking ul .ranking__item a span {
  float: right;
  margin-top: -2px;
  overflow: hidden;
  position: relative;
  width: 125px;
  word-break: break-all;
}
div#body h2.headline__ttl {
  color: #797979;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
.headline .headline__item {
  font-size: 1.2rem;
  position: relative;
  max-height: 70px;
  margin-top: 2rem;
}
.headline .headline__item:first-child {
  padding-top: 0;
}
.headline .headline__item:last-child {
  margin-bottom: 50px;
}
.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;
  margin-top: 3px;
  -ms-interpolation-mode: bicubic;
  width: 60px;
  height: 40px;
}
.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 {
  float: right;
  overflow: hidden;
  position: relative;
  width: 125px;
  word-break: break-all;
}
.headline .headline__item a .item__title {
  font-weight: 700;
}
.keyword {
  margin: 86px 7.69vw 100px;
  display: flex;
  align-items: center;
  column-gap: 8.72vw;
}
.relationCarouselArea h2.keyword__ttl {
  width: 60px;
  position: absolute;
  top: 94px;
  left: calc((100% - 1100px) / 2);
  z-index: 1;
}
.keyword > ul {
  flex: 1;
  letter-spacing: -0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
.keyword .keyword__item {
  font-size: 14px;
  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: 9px 19px;
  border-radius: 1000px;
}
.keyword .keyword__item a .item__title {
  font-weight: 400;
  overflow: hidden;
  position: relative;
  word-break: break-all;
}
.fixed__banner {
  padding: 100px 0;
  background: #f5f5f5;
}
.fixed__banner ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  column-gap: 40px;
  row-gap: 50px;
}
.fixed__banner ul li {
  width: 340px;
}
.fixed__banner a {
  display: inline-block;
  width: 100%;
}
.fixed__banner a img {
  width: 100%;
}
.fixed__banner p {
  margin: 20px 0 0;
  font-size: 14px;
}
.fixed__banner .fixed__separation {
  width: 1100px;
  margin: 70px auto 40px;
  border-top: 1px solid #d9d9d9;
}
.fixed__banner .fixed__separation p {
  padding-top: 70px;
  margin: 0;
}
.side__banner {
  margin-bottom: 50px;
}
.side__banner > ul {
  letter-spacing: -0.5em;
}
.side__banner .banner__item {
  margin-bottom: 11px;
  display: inline-block;
  letter-spacing: normal;
}
.side__banner .banner__item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.side__banner .banner__item a:hover {
  opacity: 0.75;
  cursor: pointer;
}
.side__banner .banner__item a img {
  width: 100%;
}
.mf_finder_container .mf_finder_organic_docs {
  margin-left: 10px;
}
.mf_finder_container .mf_finder_organic_docs .mf_finder_organic_doc {
  width: 710px;
}
.mf_finder_container .mf_finder_organic_doc_title {
  font-size: 1.7rem;
}
.mf_finder_container .mf_finder_organic_doc_body {
  font-size: 1.4rem;
  height: 6rem;
}
.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: 10px;
}
#search-results.mf_finder_container input.mf_finder_searchBox_query_input {
  font-size: 14px;
  width: 100% !important;
}
#search-results.mf_finder_container .mf_finder_mark {
  background-color: #fff;
}
html {
  font-size: 62.5% !important;
}
body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 1rem;
  overflow-x: hidden;
}
div#body h1 {
  font-size: 1.99167rem;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  line-height: 2.39rem;
}
div.group p.inline {
  font-size: 1.2rem;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  line-height: 1.92rem;
}
.inline__ttl {
  display: inline;
  font-size: 1.66rem;
  font-weight: 700;
  line-height: 1.99167rem;
  margin: 0 0 15px;
  padding: 0 20px 0 0;
}
div#body div#main,
div#body div.primary {
  width: 720px;
  margin: 0 auto;
}
div#body .anchor + div#main,
div#body div#main.basic {
  width: 730px;
}
.banner__headline,
.contents.basic > .anchor {
  text-align: center;
}
div#body div#main {
  position: relative;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
div#body div#main div#loading {
  width: 730px;
  min-height: 400px;
  height: 100%;
  position: absolute;
  background-color: #fff;
}
div#body div#main div#loading img {
  position: absolute;
  top: 160px;
  right: 0;
  left: 0;
  margin: auto;
}
div#body div#aside {
  width: 196px;
}
.searchBox {
  position: relative;
}
.searchBox label {
  border-radius: 5px;
  background-color: #fff;
  color: #999;
  display: block;
  font-size: 1.6rem;
  height: 25px;
  padding: 8px 0 4px 10px;
  position: absolute;
  width: 170px;
  z-index: 0;
}
.searchBox .mf_finder_searchBox {
  margin: 0;
}
.searchBox .mf_finder_searchBox_items {
  padding: 0;
  position: relative;
}
.searchBox input.mf_finder_searchBox_query_input {
  font-size: 1.6rem;
  height: 37px;
  width: 360px !important;
  padding: 0.3rem 37px 0.3rem 13px;
  border: solid 2px #fff;
  border-radius: 2px;
}
.searchBox input.mf_finder_searchBox_query_input:focus {
  border: solid 2px #000;
  border-radius: 4px;
  outline: none;
}
.searchBox .mf_finder_searchBox_submit {
  color: #9b9b9b;
  background: #fff url("../img/icon_search_submit.png") no-repeat center center;
  border-radius: 0 2px 2px 0;
  width: 33px;
  height: 33px;
  position: absolute;
  cursor: pointer;
  top: 2px;
  right: 2px;
  bottom: 2px;
  margin: auto;
}
.searchBox .mf_finder_searchBox_submit:before {
  display: none;
}
.searchBox input.example {
  color: transparent;
  background-color: transparent;
  z-index: 5;
}
.searchBox input.example:focus {
  background: #fff;
}
.mf_finder_searchBox_form {
  position: relative;
}
.mf_finder_searchBox {
  margin: 20px 15px 40px;
}
.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: 14px;
  height: 50px;
  width: 100% !important;
  padding-left: 30px;
  background-color: #eeeeee;
}
.mf_finder_searchBox_submit {
  color: #9b9b9b;
  background: #eeeeee url(../img/icon_search_submit.svg) no-repeat center center;
  background-size: 22px;
  width: 50px;
  height: 50px;
}
.mf_finder_searchBox_submit::before {
  display: none;
}
.search_suggest {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 3;
  width: 673px;
}
.head_suggest {
  top: 37px;
  width: 450px;
}
.ui-menu.ui-autocomplete {
  width: 450px !important;
}
.beautySearch .ui-menu.ui-autocomplete {
  width: 673px !important;
}
.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: 5px 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: 5px 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;
}

#contents {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.link__btn {
  text-align: center;
}
.link__btn a,
.contents .link__btn .l-search-select-function-sort {
  border: solid 1px #000;
  border-radius: 9999px;
  display: inline-block;
  text-align: center;
  width: 270px;
  height: auto;
  color: #000;
  font-size: 14px;
  padding: 23px 0;
  background: #fff url("../../img/link__btn-arrow.svg") no-repeat right 26px
    center;
  background-size: 7px;
  text-decoration: none;
  line-height: 1;
}
.link__btn a:hover,
.link__btn .link__btn-more:hover {
  opacity: 0.8;
}
.link__btn .link__btn-more {
  outline: none;
  border: solid 1px #000;
  border-radius: 9999px;
  display: inline-block;
  text-align: center;
  width: 270px;
  color: #000;
  font-size: 14px;
  padding: 23px 0;
  text-decoration: none;
  line-height: 1;
  background-color: #fff;
}
.link__btn .link__btn-more:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #fff url("../img/link__btn-plus.svg") no-repeat center center;
  background-size: 14px;
  text-decoration: none;
  line-height: 1;
  vertical-align: bottom;
  margin-right: 10px;
}

.beautyjourney__breadcrumbs {
  border-top: solid 1px #e6e6e6;
}
.beautyjourney__breadcrumbs ul {
  letter-spacing: -0.5em;
  padding: 15px;
  width: 720px;
  margin: 0 auto;
  text-align: left;
}
.beautyjourney__breadcrumbs ul li {
  letter-spacing: normal;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
.beautyjourney__breadcrumbs ul li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 15px;
}
.beautyjourney__breadcrumbs ul li a {
  text-decoration: underline;
}

.beautyjourney__sns {
  text-align: center;
  margin: 96px 0;
}
.beautyjourney__sns-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.beautyjourney__sns ul {
  letter-spacing: -0.5em;
}
.beautyjourney__sns ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 13px;
  vertical-align: middle;
}

.popupOverlay {
  display: none;
}
#header2025 + .pageHead {
  margin-top: 97px;
}
#header2025 + #contents {
  padding-top: 96px;
}
.header2025 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.header2025_menu {
  float: right;
}
.header2019_menu_button {
  position: absolute;
  right: 40px;
  margin: 43px 0 41px;
  padding: 0;
  cursor: pointer;
}
.header2025_menu_button img {
  width: 87px;
  height: 12px;
}
.header2025_logo {
  text-align: center;
  border-bottom: solid 1px #d9d9d9;
  background: #fff;
  height: 96px;
}
.header2025_logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  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;
  margin: 29px auto 26px;
}
.header2025_logo img {
  width: 221px;
  vertical-align: top;
}
.header2025 .header2019_menu_content {
  right: auto;
  left: 100%;
}
.header2025 .header2019_menu-open .header2019_menu_content {
  left: 0;
}
.header2025 .header2019_menu_content_inner {
  box-shadow: none;
  width: 390px;
  float: right;
  margin-top: 4px;
  padding-top: 90px;
}
.header2025 .header2019_menu_content_underlay {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.header2025 .header2019_menu-open .header2019_menu_content_underlay {
  display: block;
  position: fixed;
  opacity: 1;
  transition: 0.5s;
}
.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_pc.svg) no-repeat
    center center #fff;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 37px;
  width: 90px;
  height: 19px;
  cursor: pointer;
  position: absolute;
}
.header2025 .header2025_scroll {
  max-height: calc(100vh - 94px);
  overflow: auto;
}
.header2025 .header2025_subtit {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.header2025 .header2025_subtit.hotword {
  font-size: 18px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.header2025 .banner {
  margin: 0 15px 45px;
}
.header2025 .banner a {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.header2025 .banner a:last-child {
  margin-bottom: 0;
}
.header2025 .banner a figure {
  margin: auto;
}
.header2025 .banner a figure img {
  width: 100%;
}
.header2025 .keyword {
  margin: 15px 15px 40px;
}
.header2025 .keyword > ul {
  column-gap: 10px;
  row-gap: 10px;
}
.header2025 .beautyjourney__sns {
  margin: 56px 0;
  padding: 0;
  border: none;
}
.accordion {
  padding: 0 15px;
  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: 16px;
}
.accordion__menuList .accordion__menu1Item {
  border-bottom: 1px solid #ececec;
  padding: 22px 10px;
  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: 13px;
  height: 13px;
  position: absolute;
  background-size: contain;
  right: 10px;
  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: 13px;
  height: 13px;
  position: absolute;
  background-size: 13px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion__menuList ul {
  display: none;
}
.accordion__menu1Item + ul {
  margin: 0 -15px;
  padding: 0 15px;
  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 30px;
  position: relative;
}
.accordion ul ul li::before {
  content: "";
  display: block;
  background: #fff;
  width: 16px;
  height: 1px;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion__menuList .accordion__menu1Item.not::before,
.accordion__menu1Item + ul li a::before {
  content: "";
  display: block;
  background: url(../../sp/common/img/icon_menu_rightarrow.png) no-repeat;
  width: 6.5px;
  height: 11.5px;
  position: absolute;
  background-size: contain;
  right: 13px;
}
.accordion .accordion__menu2Item > a,
.accordion ul li a {
  display: block;
  color: #434343;
  padding: 22px 10px;
  line-height: 1;
}
.accordion .accordion__menu2Item > a::before {
  display: none;
}

div#topicPathArea {
  background: #f4f4f5;
  text-align: left;
  width: 960px;
  margin: 0 auto;
}

div#topicPathArea p.topicPath {
  width: 800px;
  float: left;
  padding: 5px 0;
  color: #807f7d;
  font-size: 83%; /* 10px */
}

div#topicPathArea p.topicPath a {
  color: #45433e;
  text-decoration: underline;
}

div#topicPathArea p.topicPath a:hover {
  color: #615f5b;
}

div#topicPathArea p.topicPath em {
  font-weight: normal;
  color: #807f7d;
}
/* SNSシェア */
.sns2019 {
  width: auto;
  padding: 16px 0;
  float: right;
  text-align: right;
}

.sns2019 a {
  margin-left: 5px;
}

.sns2019 img {
  width: 36px;
  height: 36px;
}

.sns2019 span {
  margin-right: 10px;
  background: url("/shared/assets/img/icon_share.png") no-repeat left center
    transparent;
  padding-left: 25px;
}

.sns2019 a,
.sns2019 span {
  display: inline-block;
  vertical-align: top;
  height: 25px;
  line-height: 25px;
  color: #45433e;
}

.sns2019 a img {
  vertical-align: middle;
}
div#topicUnit,
#topicUnit.custom2019 {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0 none;
}

#topicUnit.custom2019 #topicPathArea p.topicPath {
  padding: 20px 0;
  color: #45433e;
  font-size: 10px;
  width: 750px;
}

#topicUnit.custom2019 #topicPathArea p.topicPath a,
#topicUnit.custom2019 #topicPathArea p.topicPath a:hover {
  color: #45433e;
  text-decoration: underline;
}

#topicUnit.custom2019 #topicPathArea p.topicPath em {
  color: #45433e;
}
.header__below {
  padding: 20px 0;
  border-bottom: solid 1px #d9d9d9;
}
.header__below a {
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}
.header__below.-type01 {
  margin-top: 97px;
}

/**/
.footer2025 {
  text-align: center;
  border-top: 1px solid #e6e6e6;
}
.footer2025 .footer_bannerdarea {
  margin: 50px auto 50px;
}
.footer2025 .footer_bannerdarea a {
  display: inline-block;
  max-width: 720px;
}
.footer2025 .footer_bannerdarea a img {
  width: 100%;
}
.footer2025 .footer_thirdarea {
}
.footer2025 .footer_thirdarea ul {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-bottom: 50px;
}
.footer2025 .footer_thirdarea ul li {
}
.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;
}

.footer-nav {
  padding-bottom: 0;
}

.otherContents {
}
.otherContents.about .topTtl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 100px auto 54px;
}
.otherContents.notfound .topTtl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 70px auto 30px;
}
.otherContents.about .introduce {
  position: relative;
  width: 720px;
  margin: 0 auto 84px;
  line-height: 3;
}
.otherContents.about .introduce p {
  font-size: 16px;
  margin-bottom: 3em;
}
.otherContents.about .introduce img {
  width: 100%;
}
.otherContents.about .introduce .image01 {
  position: absolute;
  width: 220px;
  top: 94px;
  right: 670px;
}
.otherContents.about .introduce .image02 {
  position: absolute;
  width: 210px;
  top: 424px;
  left: 650px;
}
.otherContents.notfound .image {
  width: 360px;
  margin: 0 auto 55px;
}
.otherContents.notfound .image img {
  width: 100%;
}
.otherContents.notfound .search {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.otherContents.notfound .search_inner {
  max-width: 360px;
  margin: auto;
}
.otherContents.notfound .search_inner .subtit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.otherContents.notfound .search_inner .subtit.hotword {
  font-size: 18px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.otherContents.notfound .search_inner .mf_finder_searchBox {
  margin: 20px 0 40px;
}
.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: 20px auto 0;
}
.otherContents.notfound .search_inner .keyword > ul {
  column-gap: 10px;
  row-gap: 10px;
}
.otherContents.notfound .search_inner .keyword .keyword__item a {
  background-color: #fff;
  border-color: #fff;
}
.otherContents .bj__instagram {
  width: 720px;
  margin: 0 auto 100px;
}
.otherContents .bj__instagram .bj__instagram_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 35px;
}
.otherContents .bj__instagram .staff__item {
  display: inline-block;
  letter-spacing: -0.5em;
  margin-bottom: 34px;
}
.otherContents .bj__instagram .staff__item span {
  display: inline-block;
  width: 356px;
}
.otherContents .bj__instagram .staff__item a {
  display: inline-block;
  width: 174px;
  height: 174px;
  overflow: hidden;
  margin-right: 4px;
  margin-bottom: 4px;
  vertical-align: top;
}
.otherContents .bj__instagram .staff__item > a {
  display: inline-block;
  height: 352px;
  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: 310px;
  letter-spacing: -0.5em;
  padding: 12px 0;
}
.otherContents .bj__instagram .link__btn a > * {
  vertical-align: middle;
  letter-spacing: normal;
}
.otherContents .bj__instagram .link__btn a span {
  display: inline-block;
  margin-left: 15px;
  line-height: 1.3;
}

.otherContents .pbp__found {
  width: 720px;
  margin: 80px auto 70px;
}
.otherContents .pbp__found .pbp__found_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.otherContents .pbp__found .pbp__found_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.otherContents .pbp__found .pbp__found_list .staff {
  width: 165px;
}
.otherContents .pbp__found .pbp__found_list .staff figure {
  margin: auto;
  width: 165px;
  height: 165px;
}
.otherContents .pbp__found .pbp__found_list .staff figure img {
  width: 165px;
  height: 165px;
  object-fit: cover;
}
.otherContents .pbp__found .pbp__found_list .staff .encounter__itemTitle {
  text-align: left;
  font-size: 14px;
  margin-top: 15px;
}
.otherContents .pbp__found .link__btn {
}
.otherContents .pbp__found .link__btn a {
  width: 360px;
  line-height: 1.3;
  padding: 12px 0;
}

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

.js-pageTop img {
  width: 50px;
  height: auto;
}
