@charset "UTF-8";
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　

STYLE.css (SP)

トップページ、および各ページのスタイリング

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  z-index: 1;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 5vw;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
  padding-left: 4vw;
}
#header .item__logo a img {
  width: 50vw;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 50px;
  align-items: center;
  gap: 50px;
}
#header .com__btn_01 {
  width: 220px;
  height: 50px;
  font-size: var(--font-size-16);
  letter-spacing: 0.08em;
}
#header .com__btn_01:hover {
  border: 1px solid transparent;
  opacity: 0.6;
}
#header .com__instagram {
  --size:35px;
  filter: var(--col--white-f);
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 276vw;
  overflow: hidden;
}

#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}


#mv .item__movie {
  position: fixed;
  left: 50%;
  translate: -50% 0;
  top: 0;
  width: 100%;
  height: 210vw;

  video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


#mv .item__movie::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6274509804);
}
#mv .item__movie video {
  height: 100%;
}
#mv .cont__intro {
  position: relative;
  margin-top: 148vw;
  width: 90%;
  margin-inline: auto;
}
#mv .cont__intro .item__text p {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Old-Mincho);
  letter-spacing: 0em;
  font-size: 4vw;
  line-height: 2.1;
  color: #fff;
  margin-bottom: var(--margin-35);
  text-shadow: 0px 0px 18px rgba(30, 30, 30, 0.5);
  margin-bottom: 3vw;
}
#mv .cont__intro .item__text p br {
  display: none;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 120vw;
}
#sv .sv__catch {
  z-index: 2;
  position: absolute;
  max-width: 1800px;
  width: 90%;
  left: 50%;
  translate: -50% 0;
  bottom: 15vw;
  gap: 4vw;
}
#sv .sv__catch .ttl__ja {
  font-size: var(--font-size-45);
  font-family: var(--fot--Zen-Old-Mincho);
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.7;
}
#sv .sv__catch .ttl__en {
  font-size: var(--font-size-22);
  font-weight: 400;
  font-family: var(--fot--Gelasio);
  letter-spacing: 0.08em;
  color: var(--col--acc-02);
  font-size: 6vw;
}

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

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

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

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

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

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

.sv-about {
  background: url(/img/sv/sv__about.jpg) center bottom/100% auto no-repeat;
}

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

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

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

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

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

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

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

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: 15vw;
}
#footer .item__logo img {
  width: 70vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 90%;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .nav__ft .list-nav {
  flex-wrap: wrap;
  gap: 30px 60px;
  flex-direction: column;
  height: 180px;
}
#footer .nav__ft .list-nav .item {
  width: fit-content;
}
#footer .nav__ft .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-16);
  font-family: var(--fot--Gelasio);
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#footer .com__instagram {
  --size:9vw;
  margin-inline: auto;
  margin-left: auto;
  position: relative;
  filter: var(--col--white-f);
  margin-bottom: var(--margin-70);
}
#footer .nav__other_pages .list__nav {
  justify-content: end;
}
#footer .nav__other_pages .list__nav .item {
  color: var(--col--acc-02);
  font-weight: 400;
  font-family: var(--fot--Gelasio);
  letter-spacing: 0.08em;
  font-size: var(--font-size-16);
  padding-right: var(--margin-35);
  margin-right: var(--margin-35);
  border-right: 1px solid var(--col--acc-02);
}
#footer .nav__other_pages .list__nav .item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: unset;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: var(--col--acc-02);
  font-family: var(--fot--Gelasio);
  padding-bottom: 7vw;
  font-size: 3vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  background: #2b2b2b;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages{
  background: var(--col--acc-01);
}
#top__subpages .inner {
  margin-inline: auto;
  width: 90%;
  padding-block: 30vw;
}
#top__subpages .list__subpages {
  gap: 10vw;
  flex-wrap: wrap;
}
#top__subpages .list__subpages_item {
  width: 100%;
  height: 40vw;
  transition: ease 0.5s;
  background: var(--col--main-01);
  position: relative;
}
#top__subpages .list__subpages_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: ease 0.5s;
}
#top__subpages .list__subpages_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5vw;
  position: relative;
}
#top__subpages .list__subpages_item a::before {
  content: "";
  position: absolute;
  width: 5vw;
  height: 5.5vw;
  border: 1px solid var(--col--acc-02);
  background: url(/img/common/icon__arrow__01_01.png) center center/11px 10px no-repeat, var(--col--acc-01);
  right: 4vw;
  bottom: 3vw;
}
#top__subpages .list__subpages_item a .ttl03 {
  flex-direction: column-reverse;
  display: flex;
  gap: 5vw;
  color: #fff;
}
#top__subpages .list__subpages_item a .ttl03 .ttl__ja {
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Old-Mincho);
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.4;
}
#top__subpages .list__subpages_item a .ttl03 .ttl__en {
  font-weight: 400;
  font-size: var(--font-size-18);
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: var(--fot--Gelasio);
}
#top__subpages .list__subpages_item.hovered {
  width: 100%;
}
#top__subpages .list__subpages_item.hovered::before {
  opacity: 1;
  visibility: visible;
}
#top__subpages .list__subpages_item.item__accessory::before {
  background: url(/img/top/top__subpages__bg_img_01.jpg) center center/cover no-repeat;
}
#top__subpages .list__subpages_item.item__vintage::before {
  background: url(/img/top/top__subpages__bg_img_02.jpg) center center/cover no-repeat;
}
#top__subpages .list__subpages_item.item__hair_salon::before {
  background: url(/img/top/top__subpages__bg_img_03.jpg) center center/cover no-repeat;
}
#top__subpages .list__subpages_item.item__cafe::before {
  background: url(/img/top/top__subpages__bg_img_04.jpg) center center/cover no-repeat;
}
#top__subpages .list__subpages_item.item__green::before {
  background: url(/img/top/top__subpages__bg_img_05.jpg) center center/cover no-repeat;
}
#top__subpages .list__subpages_item.item__garage::before {
  background: url(/img/top/top__subpages__bg_img_06.jpg) center center/cover no-repeat;
}

/* common__news top__news
========================================================================= */
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com__latest .item__time {
  position: relative;
  order: 2;
  width: fit-content;
}
.com__latest .list__tag {
  order: 1;
  width: 100%;
  margin-bottom: 5vw;
  gap: 5vw;
}
.com__latest .group__img {
  height: 100%;
  width: 100%;
  margin-right: 5vw;
}
.com__latest .item__thumb {
  height: 100%;
  width: 100%;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 5vw;
}

/* common__subpages
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wrap__subpages .inner {
  width: 90%;
  padding-block: 20vw;
}

/* common__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__about .inner .cont__intro {
  margin-bottom: 15vw;
}
.common__about .inner .cont__intro .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.08em;
  line-height: 2.5;
}
.common__about .inner .cont__reasons .ttl04 {
  margin-bottom: 5vw;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 5vw;
}
.common__about .inner .cont__reasons .ttl04::before {
  content: "";
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: var(--col--acc-02);
  left: 0vw;
  top: 45%;
  translate: 0 -50%;
}
.common__about .inner .cont__reasons .ttl04::after {
  content: "";
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: var(--col--acc-02);
  right: 0vw;
  top: 45%;
  translate: 0 -50%;
}
.common__about .inner .cont__reasons .ttl04 .ttl__en {
  font-size: var(--font-size-40);
  font-family: var(--fot--Gelasio);
  letter-spacing: 0.07em;
  font-weight: 400;
}
.common__about .inner .cont__reasons .list__reasons .item {
  padding-bottom: 12vw;
  border-bottom: 1px solid var(--col--acc-02);
  margin-bottom: 12vw;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.common__about .inner .cont__reasons .list__reasons .item:last-child {
  margin-bottom: 0;
}
.common__about .inner .cont__reasons .list__reasons .item .group__text {
  width: 100%;
  margin-left: auto;
}
.common__about .inner .cont__reasons .list__reasons .item .ttl05 {
  margin-bottom: 4vw;
}
.common__about .inner .cont__reasons .list__reasons .item .ttl05 .ttl__num {
  font-family: var(--fot--Gelasio);
  font-size: var(--font-size-26);
  letter-spacing: 0.08em;
  font-weight: 400;
}
.common__about .inner .cont__reasons .list__reasons .item .ttl05 .ttl__ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-26);
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 4.5vw;
  line-height: 2;
}
.common__about .inner .cont__reasons .list__reasons .item .item__img {
  margin-bottom: 7vw;
}
.common__about .inner .cont__reasons .list__reasons .item .item__text p {
  font-size: var(--font-size-16);
}

/* common__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__works {
  background: var(--col--main-01);
}
.common__works .inner .ttl03 {
  align-items: center;
}
.common__works .inner .cont__intro {
  margin-bottom: 10vw;
}
.common__works .inner .cont__intro .item__text {
  text-align: left;
}
.common__works .inner .cont__intro .item__text br {
  display: none;
}
.common__works .inner .cont__works {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 10vw;
}
.common__works .inner .cont__works .block__post .item__img {
  width: 100%;
  height: 40vw;
  margin-bottom: 4vw;
}
.common__works .inner .cont__works .block__post .com__btn_01 {
  width: 100%;
  height: 10vw;
  padding-left: 4vw;
  font-size: 3.6vw;
}
.common__in_post .list__images {
  gap: 7vw;
  margin-bottom: 10vw;
}
.common__in_post .list__images .item {
  width: calc((100% - 7vw) / 2);
  height: 30vw;
}
.common__in_post .list__images .item:first-of-type {
  width: 100%;
  height: 60vw;
}
.common__in_post .item__text {
  margin-bottom: 5vw;
}
.common__in_post .item__text br {
  display: none;
}
.common__in_post .com__btn_01 {
  margin-top: 10vw;
  margin-inline: auto;
  height: 12vw;
}

/* common__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__faq .inner .ttl03 {
  align-items: center;
}
.common__faq .inner .cont__post .block__post {
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--col--acc-02);
  margin-bottom: 5vw;
}
.common__faq .inner .cont__post .block__post:last-child {
  margin-bottom: 0;
}
.common__faq .inner .cont__post .block__post dt {
  position: relative;
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding-left: 10vw;
  margin-bottom: 5vw;
}
.common__faq .inner .cont__post .block__post dt::before {
  content: "Q";
  position: absolute;
  font-family: var(--fot--Gelasio);
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: var(--font-size-40);
  left: 0;
  top: -2vw;
}
.common__faq .inner .cont__post .block__post dd {
  position: relative;
  font-family: var(--fot--Zen-Old-Mincho);
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 10vw;
}
.common__faq .inner .cont__post .block__post dd::before {
  content: "A";
  position: absolute;
  font-family: var(--fot--Gelasio);
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: var(--font-size-40);
  left: 0;
  top: -2vw;
  color: var(--col--acc-02);
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: var(--col--main-01);
  border-bottom: 1px solid var(--col--acc-02);
}
.common__contact .inner .wrap__header {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15vw;
  flex-direction: column;
  gap: 10vw;
}
.common__contact .inner .wrap__header .ttl03 {
  margin-bottom: 0;
  align-items: center;
}
.common__contact .inner .group__contact {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
.common__contact .inner .group__contact > * {
  border: 1px solid var(--col--acc-02);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vw;
  width: 100%;
}
.common__contact .inner .group__contact address .item__num {
  font-size: 5vw;
  color: #fff;
}
/* common__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__subpages {
  background: var(--col--main-01);
  border-bottom: 1px solid var(--col--acc-02);
}
.common__subpages .inner .wrap__subpages {
  background: var(--col--acc-01);
  width: 100%;
  height: 100%;
  align-content: center;
  position: relative;
  border: 1px solid var(--col--acc-01);
  transition: ease 0.3s;
  top: 0;
  padding: 5vw;
}
.common__subpages .inner .wrap__subpages::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: 4vw;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.3s;
}
.common__subpages .inner .wrap__subpages::after {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid var(--col--acc-02);
  right: 0vw;
  top: 0;
}
.common__subpages .inner .wrap__subpages .ttl03 {
  margin-bottom: 0;
  margin-left: 3vw;
  gap: 1vw;
}
.common__subpages .inner .wrap__subpages .ttl03 .ttl__en {
  font-size: var(--font-size-50);
  font-size: 5vw;
  line-height: 1.8;
}
.common__subpages .inner .wrap__subpages:hover {
  opacity: 0.6;
  background: var(--col--main-01);
  top: -4px;
  border: 1px solid var(--col--acc-02);
}
.common__subpages .inner .wrap__subpages:hover::before {
  right: 0vw;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__philosophy
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__philosophy {
  background: url(/img/about/about__philosophy__bg_img_01.jpg) center top/100% auto no-repeat;
}
#about__philosophy .cont__about .ttl04 {
  margin-bottom: 5vw;
}
#about__philosophy .cont__about .ttl04 .ttl__ja {
  font-size: var(--font-size-40);
  font-weight: 500;
  font-family: var(--fot--Zen-Old-Mincho);
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 5vw;
}
#about__philosophy .cont__about .item__text p {
  line-height: 2.5;
  font-size: var(--font-size-20);
  margin-bottom: 5vw;
  font-size: 3.4vw;
  letter-spacing: 0em;

  br{
      display: none;
  }
}
#about__philosophy .cont__about .item__text .name {
  gap: 5vw;
  font-size: var(--font-size-22);
}
/* about__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__info {
  background: var(--col--main-01);
}
#about__info .ttl03 {
  align-items: center;
}
#about__info .cont__info .item__table {
  width: 100%;
}
#about__info .cont__info .item__table tr {
  width: 100%;
}
#about__info .cont__info .item__table tr th,
#about__info .cont__info .item__table tr td {
  border-bottom: 1px solid var(--col--acc-02);
  padding-block: 7vw;
  font-size: var(--font-size-18);
  font-size: 3.5vw;
}
#about__info .cont__info .item__table tr th {
  width: 35%;
}
/* about__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__map {
  height: 90vw;
  width: 100%;
}
#about__map .item__map {
  height: 100%;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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 {
  padding: 10px 15px;
  display: block;
}
.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: 10;
  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--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  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 li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy {
  --col--main-01:#fff;
}
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map {
    --col--main-01:#fff;
  }
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--main-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map {
    --col--main-01:#fff;
  }
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
  color: var(--col--acc-01);
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
  background: transparent;
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
    background: var(--col--acc-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt {
  --col--main-01:#fff;
}
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style_sp.css.map */