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

STYLE.css (SP)

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

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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: absolute;
  width: 100%;
  height: 70px;
  background: unset;
  padding: 0;
  z-index: 5;
  left: 0;
  top: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-30);
  padding-left: 5vw;
  padding-top: 1vw;
}
#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: 45vw;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
}
@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: 133vw;
  background: url(/img/mv/mv__img_01_sp.png) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#mv .mv-catch img {
  width: 15vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 50vw;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#sv .sv-catch .en img {
  height: 4vw;
}
#sv .sv-catch .ja {
  font-family: var(--fot--Shippori-Mincho);
  font-size: var(--font-size-32);
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 5vw;
}

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

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

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

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

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

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

.sv-partnership {
  background: url(/img/sv/sv__partnership.jpg) center right -50vw/cover no-repeat;
}

.sv-works {
  background: url(/img/sv/sv__works.jpg) center right -50vw/cover no-repeat;
}

.sv-voice {
  background: url(/img/sv/sv__voice.jpg) center right -45vw/cover no-repeat;
}

.sv-info {
  background: url(/img/sv/sv__info.jpg) center right -30vw/cover no-repeat;
}

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  z-index: 0;
  width: 100%;
  background: var(--pattern--texture--01-k);
  border-top: 1px solid transparent;
  padding-top: 5vw;

  .item__logo{
    img{
      width: 45vw;
    }
  }

}
#footer::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 40vw;
  width: 100%;
  top: -0.5vw;
  left: 0;
  background: var(--pattern--texture--02-w);
}
#footer .inner {
  width: 95%;
  padding-block: 0;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .cont__contact {
  background: url(/img/common/deco__shape__01_01r.svg) left top/6vw no-repeat, url(/img/common/deco__shape__01_01g.svg) right bottom/6vw no-repeat, url(/img/common/pattern__texture__04_01w.png) center center/cover no-repeat;
  width: 90%;
  margin-inline: auto;
  margin-bottom: var(--margin-50);
  padding: 5vw;
}
#footer .cont__contact .ttl03 {
  margin-bottom: var(--margin-30);
  margin-bottom: 6vw;
}
#footer .cont__contact .ttl03 .ttl__ja {
  order: 2;
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-20);
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 4.5vw;
  font-family: var(--fot--Shippori-Mincho);
  margin-bottom: 3vw;
}
#footer .cont__contact .ttl03 .ttl__en {
  order: 1;
  margin-bottom: 10px;
  font-size: var(--font-size-52);
  font-weight: 400;
  font-family: var(--fot--Cardo);
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
}
#footer .cont__contact .ttl03 .ttl__lead {
  order: 3;
  font-size: var(--font-size-20);
  font-family: var(--fot--Shippori-Mincho);
  color: var(--col--main-01);
  letter-spacing: 0.1em;
  font-weight: 400;
}
#footer .cont__contact .block__contact {
  width: 100%;
  gap: 5vw;
  flex-direction: column;
}
#footer .cont__contact .block__contact .group__times {
  width: fit-content;
  gap: 45px;
}
#footer .cont__contact .block__contact .group__times .item {
  width: fit-content;
}
#footer .cont__contact .block__contact .group__times .item dt,
#footer .cont__contact .block__contact .group__times .item dd {
  position: relative;
  width: fit-content;
  font-size: var(--font-size-15);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 3.6vw;
}
#footer .cont__contact .block__contact .group__times .item dt {
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
#footer .cont__contact .block__contact .group__times .item dt::before {
  content: "：";
  position: absolute;
  right: -0.4vw;
  top: 0;
}
#footer .cont__contact .block__contact .group__times .item dd .item__attention {
  position: absolute;
  left: -20vw;
  top: 6vw;
  max-width: unset;
  height: 3vw;
}
#footer .cont__contact .block__contact .com__btn_02 {
  width: 100%;
  height: 12vw;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding-bottom: 100px;
  color: #fff;
  font-size: 12px;
  font-family: var(--fot--Shippori-Mincho);
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer .cont__company {
  margin-bottom: var(--margin-60);
}
#footer .cont__company .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  padding-right: var(--margin-30);
  border-right: 1px solid var(--col--acc-gold-02);
  margin-right: var(--margin-30);
}
#footer .cont__company .item__logo img {
  transition: ease 0.2s;
}
#footer .cont__company .item__logo:hover img {
  opacity: 0.6;
}
#footer .cont__company .com__instagram {
  filter: var(--col--white-f);
  --size: 8vw;
}
#footer .cont__info {
  margin-bottom: var(--margin-40);
  display: flex;
  flex-direction: column;
  gap: 5vw;
  width: fit-content;
  margin-inline: auto;
  margin-left: 2vw;
}
#footer .cont__info .com__times {
  gap: 5vw;
}
#footer .cont__info .com__times .item dt,
#footer .cont__info .com__times .item dd {
  width: fit-content;
  font-size: var(--font-size-15);
  line-height: 1.4;
  font-size: 3.2vw;
}
#footer .cont__info .com__times .item dt {
  position: relative;
  width: 17vw;
  margin-right: 6vw;
}
#footer .cont__info .com__times .item dt::before {
  content: "";
  position: absolute;
  height: 5vw;
  border-right: 1px solid #fff;
  right: -2vw;
  top: 0.2vw;
}
#footer .cont__info .com__times .item dd {
  flex-direction: column;
}
#footer .cont__info .com__times .item img {
  filter: var(--col--white-f);
  position: relative;
  top: 3px;
}
#footer .nav__contact {
  width: 100%;
}
#footer .nav__contact .list__btn {
  gap: 5vw;
  flex-direction: column;
  width: 100%;
}
#footer .nav__contact .list__btn .item {
  width: 100%;
}
#footer .nav__contact .list__btn .item a {
  width: 100%;
}
#footer .ft__hr {
  width: 100%;
  border: unset;
  border-bottom: 1px solid var(--col--acc-gold-02);
  margin-bottom: var(--margin-40);
}
#footer .nav__footer {
  width: 1080px;
  margin-inline: auto;
  margin-bottom: var(--margin-50);
}
#footer .nav__footer .list-nav {
  justify-content: space-between;
}
#footer .nav__footer .list-nav .item {
  font-size: var(--font-size-14);
  color: #fff;
  font-weight: 400;
  font-family: var(--fot--Shippori-Mincho);
}
@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ページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  z-index: 0;
  position: relative;
  background: url(/img/top/top__about__bg_img_01.jpg) center center/cover no-repeat, var(--pattern--texture--01-k);
}
#top__about::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5019607843) 100%);
  top: 0;
  width: 100%;
  height: 100vw;
}
#top__about .inner {
  padding-block: 25vw 0 15vw;
}
#top__about .ttl03 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-70);
  width: 100%;
}
#top__about .item__text {
  text-align: left;
}
#top__about .item__text br {
  display: none;
}
#top__about .item__text p {
  font-size: 3.6vw;
  color: #fff;
  margin-bottom: 5vw;
}

/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works {
  z-index: 0;
  position: relative;
  background: url(/img/top/top__works__bg_img_01_sp.jpg) center center / cover no-repeat, var(--pattern--texture--01-k);
}
#top__works::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5vw;
  background: var(--pattern--texture--01-k);
  left: 0;
  top: 0;
}
#top__works .inner {
  padding-block: 15vw;
  padding-top: 96vw;
  padding-bottom: 0;
  width: 100%;
}
#top__works .group__images {
  z-index: -1;
  position: relative;
  width: 100%;
}
#top__works .group__images .item__img {
  width: 100%;
}
#top__works .group__info {
  z-index: 1;
  background: url(/img/common/pattern__texture__01_01k.png);
  padding: 5vw;
  padding-top: 8vw;
  position: relative;
  bottom: 0;
  width: 80%;
}
#top__works .group__info .ttl03 {
  margin-bottom: var(--margin-30);
  width: 100%;
}
#top__works .group__info .ttl03 .ttl__ja span {
  font-size: var(--font-size-30);
  font-family: var(--fot--Shippori-Mincho);
  color: var(--col--acc-gold-02);
}
#top__works .group__info .ttl03 .ttl__en {
  position: relative;
  width: max-content;
  position: absolute;
  top: -4vw;
  left: 2vw;
}
#top__works .group__info .ttl03 .ttl__en span img {
  height: 6vw;
}
#top__works .group__info .item__text {
  margin-bottom: var(--margin-20);
  margin-bottom: 6vw;
}
#top__works .group__info .item__text p {
  font-size: var(--font-size-15);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.01em;
  color: var(--col--acc-gold-02);
  font-size: 3.5vw;
}
#top__works .group__info .com__btn_01 {
  width: fit-content;
  margin-left: auto;
}

/* top__partnership
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__partnership {
  background: var(--pattern--texture--01-k);
  padding-block: 15vw;
}
#top__partnership .inner {
  max-width: 100%;
  width: 100%;
  background: url(/img/top/top__partnership__bg_img_01.jpg) center center/cover no-repeat;
}
#top__partnership .wrap__partnership {
  width: 80%;
  margin: 0 auto;
  background: var(--pattern--texture--03-k);
  padding-block: 5vw 5vw;
  position: relative;
}
#top__partnership .wrap__partnership .ttl03 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-top: 5vw;
  margin-bottom: 9vw;
}
#top__partnership .wrap__partnership .ttl03 .ttl__ja span {
  font-size: var(--font-size-32);
  font-size: 5.5vw;
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.1em;
  color: var(--col--acc-gold-02);
}
#top__partnership .wrap__partnership .ttl03 .ttl__en {
  position: absolute;
  bottom: -12.5vw;
  left: 50%;
  translate: -50% 0;
}
#top__partnership .wrap__partnership .ttl03 .ttl__en span img {
  max-width: unset;
  width: 68vw;
}
#top__partnership .wrap__partnership .item__text_lead {
  margin-bottom: var(--margin-30);
  text-align: center;
  padding-left: 5vw;
}
#top__partnership .wrap__partnership .item__text_lead p {
  font-size: var(--font-size-15);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.1em;
  color: var(--col--acc-gold-02);
  font-size: 3.5vw;
}
#top__partnership .wrap__partnership .com__btn_02 {
  width: 70vw;
  height: 11vw;
  margin-right: auto;
  margin-bottom: var(--margin-30);
}

/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  background: var(--pattern--texture--01-k);
  position: relative;
}
#top__voice .inner {
  padding-block: 15vw 15vw;
  position: relative;
}
#top__voice .ttl03 {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-55);
  flex-direction: column-reverse;
  display: flex;
}
#top__voice .ttl03 .ttl__ja span {
  font-size: var(--font-size-24);
  color: var(--col--acc-gold-02);
  letter-spacing: 0.1em;
  font-weight: 400;
}
#top__voice .ttl03 .ttl__en {
  margin-bottom: var(--margin-15);
}
#top__voice .ttl03 .ttl__en span {
  font-family: var(--fot--Cardo);
  font-size: 12vw;
  letter-spacing: 0.01em;
  color: var(--col--acc-gold-02);
  font-weight: 400;
}
#top__voice .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__voice .item__text_lead {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-45);
}
#top__voice .item__text_lead p {
  font-size: var(--font-size-17);
  letter-spacing: 0.1em;
  color: var(--col--acc-gold-02);
  font-weight: 400;
}
#top__voice .com__btn_01 {
  margin-left: auto;
}

/* top__remake
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__remake {
  background: url(/img/top/top__remake__bg_img_01_sp.png) top center / 100% no-repeat, var(--pattern--texture--02-w);
  height: 102vw;
}
#top__remake .inner {
  padding-block: 15vw;
}
#top__remake .wrap__remake {
  background: var(--pattern--texture--03-k);
  width: 100%;
  height: auto;
  position: relative;
  margin-inline: auto;
  padding-block: 1vw;
  padding: 5vw;
  margin-top: 26vw;
}
#top__remake .wrap__remake .ttl03 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-50);
  margin-bottom: 4vw;
  position: relative;
}
#top__remake .wrap__remake .ttl03 .ttl__ja span {
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: var(--font-size-24);
  color: var(--col--acc-gold-02);
  font-size: 3.8vw;
}
#top__remake .wrap__remake .ttl03 .ttl__en {
  margin-bottom: var(--margin-20);
  margin-bottom: 4vw;
}
#top__remake .wrap__remake .ttl03 .ttl__en span {
  color: var(--col--acc-gold-02);
  letter-spacing: 0.1em;
  font-weight: var(--fot--Cardo);
  font-size: 5vw;
}
#top__remake .wrap__remake .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-30);
  width: 90%;
  margin-inline: auto;
}
#top__remake .wrap__remake .item__text_lead p {
  font-size: var(--font-size-17);
  letter-spacing: 0.1em;
  color: var(--col--acc-gold-02);
  font-weight: 400;
  font-size: 3.5vw;
  font-family: var(--fot--Shippori-Mincho);
}
#top__remake .wrap__remake .com__btn_02 {
  height: 11vw;
  margin-inline: auto;
}

/* 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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: 100%;
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.com__latest .group__img {
  height: 20vw;
  width: 20vw;
  margin-right: 5vw;
}
.com__latest .item__thumb {
  height: 20vw;
  width: 20vw;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
}

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

#top__news {
  background: var(--pattern--texture--02-w);

  .ttl03 .ttl__en{
    img{
      height: 8vw;
    }
  }
}
#top__news .inner {
  position: relative;
  padding-block: 20vw 5vw;
}
#top__news .ttl03 {
  gap: 5vw;
  width: fit-content;
  margin-bottom: var(--margin-60);
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10vw;
}
#top__news .ttl03 .ttl__ja span {
  font-size: var(--font-size-24);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--fot--Shippori-Mincho);
}
#top__news .cont__latest {
  width: 100%;
  gap: 5vw;
  display: flex;
  align-items: start;
  margin-bottom: 10vw;
}
#top__news .cont__latest .block__latest {
  width: calc((100% - 5vw) / 2);
}
#top__news .cont__latest .block__latest a {
  display: flex;
  flex-direction: column-reverse;
}
#top__news .cont__latest .block__latest .item__ttl {
  order: 2;
  font-size: var(--font-size-15);
  letter-spacing: 0.04em;
  font-family: var(--fot--Shippori-Mincho);
  margin-bottom: 3vw;
  font-size: 3.5vw;
}
#top__news .cont__latest .block__latest .item__time {
  order: 1;
  font-size: var(--font-size-15);
  letter-spacing: 0.04em;
  font-family: var(--fot--Shippori-Mincho);
  height: fit-content;
  margin-bottom: var(--margin-10);
  margin-bottom: 3vw;
  font-size: 3.5vw;
}
#top__news .cont__latest .block__latest .list__tag {
  gap: 4vw;
  order: 3;
  width: 100%;
  height: fit-content;
  margin-bottom: var(--margin-10);
}
#top__news .cont__latest .block__latest .list__tag .item {
  font-size: var(--font-size-15);
  letter-spacing: 0.04em;
  font-family: var(--fot--Shippori-Mincho);
  font-size: 3vw;
}
#top__news .cont__latest .block__latest .group__img {
  width: 100%;
  height: 40vw;
  margin-right: 0;
  margin-bottom: 3vw;
}
#top__news .cont__latest .block__latest .group__img .item__thum {
  width: 100%;
  height: 100%;
}
#top__news .com__btn_01 {
  position: absolute;
  right: 0vw;
  top: 35vw;
}

/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__about {
  position: relative;
  z-index: 0;
  background: var(--pattern--texture--01-k);
  padding-top: 10vw;
}
#works__about .inner {
  position: relative;
  padding-block: 15vw;
}
#works__about .wrap__about {
  padding: 5vw;
  width: 100%;
  background: var(--pattern--texture--03-k);
  margin-top: 30vw;
  padding-top: 8vw;
}
#works__about .wrap__about .ttl03 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#works__about .wrap__about .ttl03 .ttl__ja img {
  height: 42vw;
}
#works__about .wrap__about .item__img {
  z-index: -1;
  position: absolute;
  width: 120%;
  right: -10%;
  top: 0vw;
}
#works__about .wrap__about .item__img img {
  width: 100%;
}
#works__about .wrap__about .item__text {
  margin-bottom: var(--margin-50);
}
#works__about .wrap__about .item__text p {
  font-size: var(--font-size-15);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.1em;
  color: var(--col--acc-gold-02);
  font-size: 3.8vw;
}
#works__about .wrap__about .item__text p br {
  display: none;
}
#works__about .wrap__about .com__btn_02 {
  margin-inline: auto;
}
/* works__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__gallery {
  background: var(--pattern--texture--01-k);
  position: relative;
  z-index: 0;
}
#works__gallery::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 25vw;
  width: 100%;
  background: var(--pattern--texture--02-w);
  bottom: 0vw;
  left: 0vw;
}
#works__gallery .inner {
  padding-bottom: 5vw;
}
#works__gallery .list__images {
  position: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 5vw;
  gap: 5vw;
}
#works__gallery .list__images-item {
  width: 40vw;
}
#works__gallery .list__images .item {
  width: 40vw;
}
/* works__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__feature {
  background: var(--pattern--texture--02-w);
}
#works__feature .inner {
  padding-top: 15vw;
}
#works__feature .ttl03 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 15vw;
}
#works__feature .ttl03 .ttl__ja img {
  height: 5.4vw;
}
#works__feature .cont__feature .list__feature {
  gap: 15vw;
  display: flex;
  flex-direction: column;
}
#works__feature .cont__feature .list__feature .item {
  position: relative;
  align-content: end;
}
#works__feature .cont__feature .list__feature .item .ttl04 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  position: relative;
  margin-bottom: var(--margin-30);
  width: 100%;
}
#works__feature .cont__feature .list__feature .item .ttl04 .ttl__num {
  width: 10vw;
  top: 1vw;
  position: relative;
}
#works__feature .cont__feature .list__feature .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--fot--Shippori-Mincho);
  line-height: 1.6;
  font-size: 5vw;
  flex: 1;
}
#works__feature .cont__feature .list__feature .item .ttl04 .ttl__ja br {
  display: none;
}
#works__feature .cont__feature .list__feature .item .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-30);
  font-size: 5vw;
}
#works__feature .cont__feature .list__feature .item .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#works__feature .cont__feature .list__feature .item .item__text {
  width: 100%;
}
#works__feature .cont__feature .list__feature .item .item__text p {
  font-size: var(--font-size-15);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--fot--Shippori-Mincho);
}
#works__feature .cont__feature .list__feature .item:nth-of-type(odd) .item__text {
  margin-left: auto;
}
/* partnership
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* partnership__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#partnership__about {
  background: var(--pattern--texture--01-k);
  position: relative;
  z-index: 0;
}
#partnership__about .inner {
  padding-bottom: 15vw;
}
#partnership__about .wrap__intro {
  background: #020202;
  padding: 5vw;
  margin-top: 35vw;
  position: relative;
  margin-left: 0;
}
#partnership__about .wrap__intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0vw;
  top: 0vw;
  translate: 100% 0;
  background: #020202;
}
#partnership__about .wrap__intro::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow__lb.svg) center center/100% 100% no-repeat;
  width: 5vw;
  height: 5vw;
  filter: var(--col--acc-gold-02-f);
  left: 0vw;
  bottom: 0vw;
}
#partnership__about .wrap__intro .ttl03 {
  margin-bottom: var(--margin-50);
}
#partnership__about .wrap__intro .ttl03 .ttl__ja {
  font-size: 5.7vw;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
#partnership__about .wrap__intro .item__img {
  position: absolute;
  width: 150%;
  top: -35vw;
  left: -60vw;
  z-index: -1;
}
#partnership__about .wrap__intro .item__text p {
  color: var(--col--acc-gold-02);
  font-weight: 400;
  font-size: var(--font-size-15);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.1em;
  color: var(--col--acc-gold-02);
  margin-bottom: var(--margin-50);
  font-size: 3.8vw;
  margin-bottom: 3vw;
}

/* partnership__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#partnership__target {
  background: var(--pattern--texture--01-k);
}
#partnership__target .inner {
  padding-top: 5vw;
}
#partnership__target .ttl03 {
  text-align: center;
}
#partnership__target .ttl03 .ttl__ja {
  font-size: var(--font-size-30);
  line-height: 1.8;
}
#partnership__target .list__target {
  padding-block: 5vw;
  padding-inline: 3vw;
  border: 1px solid var(--col--acc-gold-02);
  gap: 3vw 5vw;
  display: flex;
  flex-wrap: wrap;
}
#partnership__target .list__target > .item .text {
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  line-height: 2;
  color: var(--col--acc-gold-02);
}

/* partnership__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#partnership__merit {
  background: var(--pattern--texture--02-w);
}
#partnership__merit .ttl03 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
  margin-bottom: 10vw;
}
#partnership__merit .cont__merit .list__merit {
  display: flex;
  flex-direction: column;
  gap: 15vw;
}
#partnership__merit .cont__merit .list__merit > .item {
  position: relative;
  align-content: end;
}
#partnership__merit .cont__merit .list__merit > .item .ttl04 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  position: relative;
  margin-bottom: var(--margin-30);
  width: 100%;
}
#partnership__merit .cont__merit .list__merit > .item .ttl04 .ttl__num {
  width: 10vw;
  top: 1vw;
  position: relative;
}
#partnership__merit .cont__merit .list__merit > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--fot--Shippori-Mincho);
  line-height: 1.6;
  font-size: 5vw;
  flex: 1;
}
#partnership__merit .cont__merit .list__merit > .item .ttl04 .ttl__ja br {
  display: none;
}
#partnership__merit .cont__merit .list__merit > .item .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-30);
  font-size: 5vw;
}
#partnership__merit .cont__merit .list__merit > .item .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#partnership__merit .cont__merit .list__merit > .item .item__text {
  width: 100%;
}
#partnership__merit .cont__merit .list__merit > .item .item__text p {
  font-size: var(--font-size-15);
  letter-spacing: 0.1em;
  font-family: var(--fot--Shippori-Mincho);
}
#partnership__merit .cont__merit .list__merit .item:nth-of-type(odd) .item__text {
  margin-left: auto;
}
#partnership__merit .cont__merit .list__merit .item:nth-of-type(even) .item__text {
  margin-right: auto;
}

/* partnership__state
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#partnership__state {
  background: var(--pattern--texture--01-k);
}
#partnership__state .inner {
  padding-bottom: 15vw;
}
#partnership__state .ttl03 {
  text-align: center;
  padding-bottom: 5vw;
}
#partnership__state .ttl03 .ttl__ja {
  color: var(--col--acc-gold-01);
  font-size: var(--font-size-38);
}
#partnership__state .ttl03::before {
  display: none;
  border-right: 1px solid var(--col--acc-gold-01);
}
#partnership__state .list__feature {
  padding: 5vw;
  background: #111111;
  width: 100%;
  display: flex;
  justify-content: space-between;
  outline: 1px solid var(--col--acc-gold-01);
  outline-offset: -6px;
  flex-direction: column;
  gap: 5vw;
}
#partnership__state .list__feature > .item .text {
  font-size: var(--font-size-17);
  color: var(--col--acc-gold-02);
  letter-spacing: 0.1em;
}

/* partnership__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#partnership__contact {
  background: var(--pattern--texture--01-k);
  position: relative;
  z-index: 0;
}
#partnership__contact .inner {
  padding-top: 45vw;
}
#partnership__contact .wrap__contact {
  background: #111111;
  position: relative;
  padding: 5vw;
  width: 90%;
  margin-left: auto;
  margin-right: -5vw;
}
#partnership__contact .wrap__contact .ttl03 {
  margin-left: auto;
  width: 100%;
  margin-bottom: var(--margin-30);
  margin-bottom: 5vw;
}
#partnership__contact .wrap__contact .ttl03 .ttl__ja {
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
  color: var(--col--acc-gold-02);
  line-height: 1.8;
  font-size: 5vw;
}
#partnership__contact .wrap__contact .item__img {
  z-index: -1;
  position: absolute;
  left: -29vw;
  top: -35vw;
  width: 100%;
}
#partnership__contact .wrap__contact .item__text {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-30);
}
#partnership__contact .wrap__contact .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: var(--col--acc-gold-02);
  font-size: 3.6vw;
}
#partnership__contact .wrap__contact .btn__instagram span {
  position: relative;
  padding-left: 8vw;
  font-size: var(--font-size-21);
}
#partnership__contact .wrap__contact .btn__instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
  filter: var(--col--acc-gold-02-f);
}
#partnership__contact .wrap__contact .com__btn_02 {
  width: 100%;
  margin-left: auto;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice (一覧ページ)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  background: var(--pattern--texture--01-k);
}
#voice .ttl03 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
}
#voice .ttl03 .ttl__ja img {
  height: 9vw;
}
#voice .cont__post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 10vw;
}
#voice .cont__post .block__post {
  background: #020202;
  padding: 5vw 6vw;
  width: 100%;
}
#voice .cont__post .block__post a {
  display: flex;
  flex-direction: column;
}
#voice .cont__post .block__post a .ttl04 {
  order: 2;
  margin-bottom: var(--margin-30);
  margin-bottom: 3vw;
}
#voice .cont__post .block__post a .ttl04 .ttl__ja {
  font-family: var(--fot--Shippori-Mincho);
  font-size: var(--font-size-21);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: var(--col--acc-gold-02);
}
#voice .cont__post .block__post a .item__img {
  order: 1;
  margin-bottom: var(--margin-30);
  width: 100%;
  height: 50vw;
}
#voice .cont__post .block__post a .item__text {
  order: 3;
  margin-bottom: var(--margin-30);
  overflow: hidden;
  height: 25vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#voice .cont__post .block__post a .item__text p {
  font-size: var(--font-size-15);
  font-family: var(--fot--Shippori-Mincho);
  color: var(--col--acc-gold-02);
  font-weight: 400;
}
#voice .cont__post .block__post a .item__btn {
  order: 4;
  width: 100%;
  height: 12vw;
}
/* voice__in_post (詳細ページ)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.voice__in_post {
  background: var(--pattern--texture--01-k);
}
.voice__in_post .wrap__in_post {
  background: #020202;
  padding: 5vw;
  margin-bottom: var(--margin-60);
  display: flex;
  flex-direction: column;
}
.voice__in_post .wrap__in_post .ttl03 {
  order: 2;
  margin-bottom: var(--margin-45);
}
.voice__in_post .wrap__in_post .ttl03 .ttl__ja {
  color: var(--col--acc-gold-02);
  font-size: var(--font-size-21);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--fot--Shippori-Mincho);
}
.voice__in_post .wrap__in_post .item__img {
  order: 1;
  width: 100%;
  height: 60vw;
  margin-bottom: var(--margin-45);
}
.voice__in_post .wrap__in_post .item__text {
  order: 3;
}
.voice__in_post .wrap__in_post .item__text p {
  color: var(--col--acc-gold-02);
  letter-spacing: 0.1em;
  font-weight: 400;
}
.voice__in_post .com__btn_02 {
  margin-inline: auto;
}

/* info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* info__owner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__owner {
  background: var(--pattern--texture--01-k);
  position: relative;
  z-index: 0;
}
#info__owner .inner {
  padding-bottom: 15vw;
}
#info__owner .ttl03 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 52vw;
}
#info__owner .ttl03 .ttl__ja img {
  height: 6vw;
}
#info__owner .cont__message {
  background: rgba(16, 16, 16, 0.9490196078);
  padding: 5vw;
  width: 86%;
  margin-left: auto;
  position: relative;
  margin-left: -5vw;
}
#info__owner .cont__message .ttl04 {
  position: relative;
  margin-bottom: var(--margin-40);
  padding-top: 8vw;
}
#info__owner .cont__message .ttl04 .ttl__ja span {
  font-size: var(--font-size-32);
  font-family: var(--fot--Shippori-Mincho);
  font-weight: 400;
  color: var(--col--acc-gold-02);
  letter-spacing: 0.1em;
}
#info__owner .cont__message .ttl04 .ttl__en {
  position: absolute;
  left: 5vw;
  bottom: 4vw;
}
#info__owner .cont__message .ttl04 .ttl__en img {
  height: 8vw;
}
#info__owner .cont__message .item__img {
  position: absolute;
  z-index: -1;
  right: -83vw;
  top: -43vw;
  width: 130vw;
}
#info__owner .cont__message .item__text p {
  font-size: var(--font-size-15);
  font-family: var(--fot--Shippori-Mincho);
  font-weight: 400;
  color: var(--col--acc-gold-02);
  font-size: 3.8vw;
}
#info__owner .cont__message .item__text p br {
  display: none;
}

/* info__salon
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__salon {
  background: var(--pattern--texture--01-k);
}
#info__salon .inner {
  padding-top: 15vw;
}
#info__salon .ttl03 .ttl__en span {
  font-size: 6.2vw;
}
#info__salon .cont__info {
  padding-block: 3vw;
  padding-inline: 5vw;
  border: 1px solid var(--col--acc-gold-02);
}
#info__salon .item__table {
  width: 100%;
}
#info__salon .item__table tr {
  width: 100%;
}
#info__salon .item__table tr th,
#info__salon .item__table tr td {
  font-size: var(--font-size-15);
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.1em;
  color: var(--col--acc-gold-02);
  padding-block: 5vw;
  border-bottom: 1px solid var(--col--acc-gold-02);
  line-height: 1.8;
  font-size: 3.7vw;
}
#info__salon .item__table tr th {
  width: 35%;
  padding-inline: 3vw;
}
#info__salon .item__table tr td {
  padding-inline: 3vw;
}
#info__salon .item__table tr:last-of-type th,
#info__salon .item__table tr:last-of-type td {
  border-bottom: unset;
}
#info__salon .item__table .wrap__tel {
  width: fit-content;
  gap: 2vw;
}
#info__salon .item__table .wrap__tel .tel-attention {
  filter: var(--col--acc-gold-02-f);
  height: 5vw;
}

/* info__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info__map {
  background: var(--pattern--texture--02-w);
  width: 100%;
  height: 60vw;
  padding-bottom: 5vw;
}

#contact .item__text_lead {
  margin-bottom: var(--margin-50);
  border: 1px solid var(--col--acc-gold-02);
  padding: 2vw 5vw;
}
#contact .item__text_lead p {
  text-align: left;
  font-size: var(--font-size-17);
  font-size: 3.5vw;
}
#contact .item__text_lead p br {
  display: none;
}

#contents-u .com__latest {
  position: relative;
  margin-bottom: var(--margin-40);
  right: 0;
  transition: ease 0.3s;
}
#contents-u .com__latest:last-child {
  margin-bottom: 0;
}
#contents-u .com__latest a {
  width: 100%;
  height: 100%;
}
#contents-u .com__latest .group__info {
  width: 100%;
}
#contents-u .com__latest .group__info.on_thumb {
  width: 85%;
}
#contents-u .com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3.5vw;
  margin-bottom: 3vw;
}
#contents-u .com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: 3vw;
  font-size: 3.5vw;
}
#contents-u .com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: 3vw;
  gap: 3vw;
}
#contents-u .com__latest .list__tag .item {
  font-size: var(--font-size-15);
  font-size: 3.5vw;
}
#contents-u .com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
#contents-u .com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
#contents-u .com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  #contents-u .com__latest .group__info.on_thumb {
    width: 70%;
  }
  #contents-u .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  #contents-u .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

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

共通下層ページ　( 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 .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 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--txt-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 #000;
    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 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;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#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);
  }
  #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 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 */