@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  background: url(../img/common/header-bg.png) repeat-x top center;
  top: 0;
  z-index: 80;
  position: fixed;
  width: 100%;
  height: 180px;
}
.header-right {
  gap: 30px;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: fit-content;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-inner {
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  min-width: 1100px;
}
.header-nav-list {
  gap: 25px;
}
.header-nav-link {
  position: relative;
  display: block;
  font-family: var(--font-ttl-en02);
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.header-nav-link::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: -8px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  opacity: 0;
}
.header-nav-link:hover::before {
  opacity: 1;
}

/*-------------------
header-nav
--------------------*/
.header-nav-link:hover {
  color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main);
}

.header-nav-link.current::before {
    opacity: 1;
}

.drawer-link.current {
  color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 30px;
  z-index: 100;
  transition: all .3s ease;
}
#pagetop:hover {
	bottom: 40px;
	opacity: 0.7;
}
.footer {
  position: relative;
  background: #e2f1f3;
  background: linear-gradient(to bottom, rgb(226, 241, 243) 0%, rgb(138, 215, 226) 100%);
}
.footer-logo {
  display: block;
  width: fit-content;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-nav-link {
  position: relative;
  display: block;
  font-family: var(--font-ttl-en02);
  font-size: 2.6rem;
  font-weight: 300;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  line-height: 1.8;
}
.footer-nav-link::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 8px;
  height: 8px;
  bottom: 0;
  margin: auto;
  left: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.footer-nav-link:hover{
  color: var(--col-main);
}
.footer-nav-link:hover:before{
  width: 11px;
  height: 11px;
}
.footer-logo-wrap {
  gap: 50px;
  margin-bottom: 50px;
}
.footer-bottom {
  position: relative;
  box-sizing: border-box;
  padding: 40px 0;
  margin-top: 80px;
  border-top: 1px solid var(--col-wh);
}
.footer-nav-sub-list {
  gap: 20px;
}
.footer-nav-sub-list .item-link {
  display: block;
  font-family: var(--font-ttl-en02);
  font-size: 1.7rem;
  font-weight: 300;
}
.footer-nav-sub-list .item-link:hover{
  opacity: 0.47;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
}
.footer #copyright small {
  color: var(--col-text);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-text);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  padding: 120px 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: clamp(760px, 65vw, 930px);
  position: relative;
}
#mv .bx-wrapper,
#mv ul {
  height: 100%;
  position: relative;
  z-index: 0;
}
#mv .catch {
  text-align: center;
}
#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}
#mv li {
  height: clamp(760px, 65vw, 930px);

}
#mv li:nth-child(1) {
  background: url(../img/mv/mv_slide01.jpg) no-repeat center/cover;
}
#mv li:nth-child(2) {
  background: url(../img/mv/mv_slide02.jpg) no-repeat center/cover;
}
#mv li:nth-child(3) {
  background: url(../img/mv/mv_slide03.jpg) no-repeat center/cover;
}

.mv {
  position: relative;
  width: 100%;
}
.mv::before {
  position: absolute;
  content: "";
  background: url(../img/mv/mv-wave.png) no-repeat center bottom;
  width: 100%;
  height: 126px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
.mv-catch {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: fit-content;
  height: fit-content;
}
.mv-catch .ttl-en {
  color: var(--col-wh);
  font-size: 7rem;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.mv-catch .ttl-ja {
  display: block;
  text-align: center;
  color: var(--col-wh);
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 2;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-news
---------------------*/
.top-news {
  background: var(--col-base);
}
.top-news-wrap {
  gap: 60px;
}
.top-news-right {
  width: 860px;
  margin: 0 0 0 auto;
}
.top-news-left {
  width: 160px;
}
.top-news-ttl {
  margin-bottom: 60px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  border-left: 5px solid var(--col-main-light);
}
.top-news-ttl .ttl-en {
  display: block;
  position: relative;
  font-family: var(--font-ttl-en02);
  font-size: 5rem;
  font-weight: 300;
}
.top-news-ttl .ttl-ja {
  font-size: 1.7rem;
  font-weight: 300;
  font-family: var(--font-text);
  font-weight: 400;
}

/*--------------------
top-about
---------------------*/
.top-about {
  padding: 150px 0 0;
}
.top-about-wrap {
  margin: 0 auto 190px;
  position: relative;
}
.top-about-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-bg-br.png) no-repeat bottom right;
  width: 774px;
  height: 491px;
  bottom: -170px;
  margin: auto;
  right: -440px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/top/about-deco01.png) no-repeat;
  width: 250px;
  height: 252px;
  margin: auto;
  right: -180px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about-text-wrap {
  width: 500px;
  order: 2;
}
.top-about-text {
  margin-bottom: 40px;
}
.top-about-img {
  position: relative;
  top: 60px;
  left: -100px;
}
.top-about-img::before {
  position: absolute;
  content: "";
  background: url(../img/top/about-img-deco.png) no-repeat;
  width: 583px;
  height: 616px;
  top: -80px;
  left: -100px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -2;
}
.top-about-img .img {
  aspect-ratio: 540/400;
  width: 540px;
  height: 400px;
}
.top-about-bot-img {
  width: 100%;
  margin: 0 auto;
}

/*--------------------
top-menu
---------------------*/
.top-menu {
  padding: 120px 0 0;
  background: var(--col-base);
}
.top-menu-wrap {
  position: relative;
  margin: 0 auto 50px;
}
.top-menu-btn {
  margin: 0 auto 160px;
}
.top-menu-text-wrap {
  width: 540px;
  position: relative;
  z-index: 1;
}
.top-menu-text-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/top/menu-deco.png) no-repeat bottom left;
  width: 250px;
  height: 250px;
  bottom: -60px;
  left: -160px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.top-menu-sub-ttl {
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 500;
}
.top-menu-sub-ttl .large {
  font-size: 2.6rem;
}
.top-menu-text {
  margin-bottom: 40px;
}
.top-menu-img {
  position: relative;
  right: -100px;
}
.top-menu-img::before {
  position: absolute;
  content: "";
  background: url(../img/top/menu-img-deco.png) no-repeat;
  width: 485px;
  height: 400px;
  margin: auto;
  right: -100px;
  top: 150px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-menu-img::after {
  position: absolute;
  content: "";
  background: url(../img/common/logo-nomomi.png) no-repeat;
  width: 127px;
  height: 127px;
  bottom: 0;
  margin: auto;
  right: 300px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-menu-img .img {
  aspect-ratio: 540/400;
  width: 540px;
  height: 400px;
}
.top-menu-bottom-img {
  width: 100%;
  margin: 0 auto;
}

/*--------------------
top-salon
---------------------*/
.top-salon {
  background: url(../img/common/bg-deco-l.png) no-repeat top 100px left;
}
.top-salon-btn-item {
  margin-bottom: 30px;
}
.top-salon-btn-item:last-child {
  margin-bottom: 0;
}
.top-salon-wrap {
  box-sizing: border-box;
  padding: 0 100px;
  margin: 0 auto 100px;
}

/*--------------------
com-reason
---------------------*/
.com-reason {
  background: 
  url(../img/common/bg-deco-r-wh.png)no-repeat top right /30%,
  url(../img/common/bg-deco-l-wh.png)no-repeat bottom left/30%,
  var(--col-main-light);
}
.com-reason-container {
  position: relative;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 60px 100px;
}
.com-reason-ttl {
  text-align: center;
  font-family: var(--font-ttl-en02);
  font-size: 8rem;
  margin: 0 auto;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  color: var(--col-sub);
}
.com-reason-btn-list {
  gap: 30px;
  margin: 0 auto 40px;
}
.com-reason-text {
  margin: 0 auto 40px;
}
.com-reason-text02 {
  margin: 0 auto 20px;
}
.com-reason-mail-btn {
  background: var(--col-main);
  width: 100%;
  height: 120px;
  color: var(--col-wh);
  font-family: var(--font-ttl-en02);
  font-size: 2rem;
}
.com-reason-mail-btn::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  right: 20px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.com-reason-mail-btn .btn-wrap {
  gap: 15px;
}
.com-reason-mail-btn:hover {
  opacity: 0.7;
}
.com-reason-mail-btn:hover::before {
  width: 50px;
  height: 50px;
  opacity: 0;
  right: 0;
}

/*--------------------

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  position: relative;
  padding: 120px 0;
  box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 430px;
}
.sv::before {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-wave-bot.png) no-repeat center bottom/100%;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.sv-ttl {
  font-size: 7rem;
  color: var(--col-wh);
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-about {
  background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-menu {
  background: url(../img/sv/sv-menu-bg.jpg) no-repeat center center/cover;
}

.sv-concept {
  background: url(../img/sv/sv-concept-bg.jpg) no-repeat center center/cover;
}

.sv-info {
  background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 1;
  min-width: 1280px;
}
#bread-clumb ul {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-lead
-------------------------*/
.about-lead {
  background: url(../img/common/deco-bg-br02.png) no-repeat top 30px right;
  padding: 0 0 120px;
}
.about-lead-img {
  aspect-ratio: 515/380;
  width: 515px;
  height: 380px;
}
.about-lead-text-wrap {
  width: 515px;
}

/*-----------------------
about-effect
-------------------------*/
/*-----------------------
about-voice
-------------------------*/
.about-voice {
  padding: 0;
}
.about-voice-item {
  margin: 0 auto 50px;
  position: relative;
}
.about-voice-item:last-child {
  margin-bottom: 0;
}
.about-voice-item .item-wrap {
  position: relative;
}
.about-voice-item .item-balloon {
  position: relative;
  display: block;
  background: var(--col-wh);
  width: 960px;
  box-sizing: border-box;
  padding: 40px;
}
.about-voice-item .item-balloon::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 27px;
  height: 24px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  left: -25px;
  margin: auto;
  top: 25px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
.about-faq
-------------------------*/
.about-faq-item {
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--col-main);
}
.about-faq-item .item-q {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 70px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: var(--font-ttl-ja);
  margin-bottom: 20px;
}
.about-faq-item .item-q::before {
  position: absolute;
  content: "Q.";
  font-family: var(--font-ttl-en);
  color: var(--col-main);
  font-size: 2.6rem;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-faq-item .item-a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 70px;
}
.about-faq-item .item-a::before {
  position: absolute;
  content: "A.";
  font-family: var(--font-ttl-en);
  bottom: 0;
  left: 20px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_concept ▼ ---------------*/
/*-----------------------
concept-lead
-------------------------*/
.concept-lead {
  background: url(../img/concept/lead-bg.png) no-repeat center bottom/100%;
}

/*-----------------------
concept-feature
-------------------------*/
.concept-feature {
  padding: 120px 0 0;
}
.concept-feature-list {
  counter-reset: number 0;
}
.concept-feature-item {
  background: url(../img/common/deco-bg-br.png) no-repeat bottom right/50%, var(--col-wh);
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 40px;
}
.concept-feature-item:last-child {
  margin-bottom: 0;
}
.concept-feature-item .item-num {
  position: absolute;
  right: 30px;
  top: -10px;
  color: var(--col-main);
  box-sizing: border-box;
  padding: 0 70px 0 0;
  font-family: var(--font-ttl-en);
  font-size: 3rem;
  transform: rotate(-5deg);
}
.concept-feature-item .item-num::before {
  content: "0" counter(number);
  counter-increment: number 1;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 3.6rem;
}
.concept-feature-item .item-img {
  aspect-ratio: 1/1;
  width: 340px;
}
.concept-feature-item .item-text-wrap {
  width: 626px;
}
.concept-feature-item .item-btn {
  margin: 30px 0 0;
}

/*-----------------------
concept-greetings
-------------------------*/
.concept-greetings {
  padding: 120px 0 0;
}
.concept-greetings-img {
  position: relative;
  top: 50px;
  height: fit-content;
}
.concept-greetings-img::before {
  position: absolute;
  content: "";
  background: url(../img/concept/greetings-img-deco.png) no-repeat;
  width: 543px;
  height: 574px;
  left: -100px;
  margin: auto;
  top: -80px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1px;
}
.concept-greetings-img .img {
  aspect-ratio: 515/380;
  width: 515px;
  height: 380px;
}
.concept-greetings-img figcaption {
  position: absolute;
  margin: 0 0 0 auto;
  right: 30px;
  bottom: 20px;
  z-index: 5;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.concept-greetings-img figcaption span {
  background: var(--col-main);
  position: relative;
  display: block;
  color: var(--col-wh);
  width: fit-content;
  margin: 0 0 4px auto;
  box-sizing: border-box;
  padding: 2px 6px;
  text-align: right;
}
.concept-greetings-text-wrap {
  width: 515px;
}

/*-----------------------
concept-gallery
-------------------------*/
.concept-gallery-list {
  gap: 40px;
}
.concept-gallery-item {
  width: 520px;
}
.concept-gallery-item .item-img {
  height: 520px;
  aspect-ratio: 1/1;
}

/*--------------- ▲ sub03_concept ▲ ---------------*/
/*--------------- ▼ sub04_menu ▼ ---------------*/
/*-----------------------
menu
-------------------------*/
#menu .menu-list{
  margin: 0 auto 60px;
}
#menu .menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  background: var(--col-wh);
  border: 1px solid var(--col-main);
  margin: 0 auto 50px;
}
#menu .menu-item:last-child {
  margin: 0;
}
#menu .menu-item .item-price-wrap {
  gap: 60px;
  width: 100%;
  margin-bottom: 30px;
}
#menu .menu-item .item-price-wrap .price {
  gap: 15px;
  position: relative;
}
#menu .menu-item .item-price-wrap .price .ttl {
  box-sizing: border-box;
  padding: 3px 6px;
  display: block;
  width: 160px;
}
#menu .menu-item .item-price-wrap .price .text {
  max-width: 300px;
}
#menu .menu-item .item-price-wrap .normal-price .ttl {
  width: 90px;
  text-align: center;
}
#menu .menu-item .item-price-wrap .normal-price::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw02.png) no-repeat;
  width: 20px;
  height: 16px;
  bottom: 0;
  margin: auto;
  right: -40px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

.menu-note{
  background: var(--col-main-light);
  padding: 50px;
  box-sizing: border-box;
  border: 1px solid var(--col-main);
}
/*-----------------------

-------------------------*/
/*-----------------------

-------------------------*/
/*--------------- ▲ sub04_menu ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info-outline
-------------------------*/
.info-outline-map {
  margin: 0 auto 60px;
}

/*-----------------------

-------------------------*/
/*-----------------------

-------------------------*/
/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  width: 19%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px --col-main;
  padding: 10px 0;
  display: block;
  color: var(--col-main);
  background: var(--col-base);
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid var(--col-text);
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: var(--col-text);
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: var(--col-base);
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
  margin-bottom: 20px;
}

.s-post time {
  margin-bottom: 10px;
}

.s-time-tag {
  margin-bottom: 20px;
}

.sb-post-body {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid;
  line-height: 2;
}

/*--------------- ▲ お知らせ ▲ ---------------*/