@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 96px;
  background: rgba(255,255,255,0.9);
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: clamp(15px, 59vw - 800px, 60px);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a img {
  width: clamp(155px, 17vw, 250px);
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
  margin-bottom: var(--margin-20);
  margin-top: -20px;
}
#header .com__btn_02 {
  --width: 220px;
  --height: 40px;
  background: #454545;
  color: #fff;
}

#header .com__btn_02 span{
  padding-left: 35px;
}

#header .com__btn_02::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;

  background: url(/img/common/icon__arrow__b_01.png)center center / contain no-repeat;
  width: 18px;
  height: 13px;
}

#header .com__btn_02 span::before {
  background: url(/img/common/icon__mail__a_02.png)center center / contain no-repeat;
}

#header .com__tel {
  width: fit-content;
  color: #222;
  margin-right: var(--margin-20);
  margin-top: 4px;
}
#header .com__tel .item dt, #header .com__tel .item dd {
  font-size: var(--font-size-17);
  font-weight: 700;
  color: #222;
}
#header .com__instagram {
  --size: 30px;
  margin-right: var(--margin-20);
}

#ent__header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#ent__header .wrap-tel{
  width: fit-content;
}
#ent__header .inner {
  width: 100%;
  min-width: 1080px;
  height: 96px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #ent__header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#ent__header .block-left {
  position: relative;
  width: fit-content;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #ent__header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#ent__header .item-logo {
  display: block;
  width: fit-content;
}
#ent__header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#ent__header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #ent__header .item-logo {
    margin: 0 auto;
  }
  #ent__header .item-logo img {
    height: auto;
  }
}
#ent__header .block-right {
  position: relative;
  width: fit-content;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #ent__header .block-right {
    display: none;
  }
}
#ent__header .unit-contact {
  width: fit-content;
  align-items: center;
}
#ent__header .cont-info {
  width: fit-content;
}
#ent__header .com__btn_02 {
  --width: 210px;
  --height: 40px;
  background: #454545;
  color: #fff;
}
#ent__header .com__btn_02 span{
  padding-left: 35px;
  margin-right: 20px;
}

#ent__header .com__btn_02::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;

  background: url(/img/common/icon__arrow__b_01.png)center center / contain no-repeat;
  width: 18px;
  height: 13px;
}

#ent__header .com__btn_02 span::before {
  background: url(/img/common/icon__mail__a_02.png)center center / contain no-repeat;
}

#ent__header .com__tel {
  width: fit-content;
  margin-right: var(--margin-20);
  gap: 15px;
  margin-bottom: 10px;
}
#ent__header .com__tel .item dt {
  color: var(--col--txt-01);
    font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0;
}
#ent__header .com__tel .item dd {
  color: var(--col--txt-01);
    font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0;
}
/* #ent__header .com__tel .item-tel dt,
#ent__header .com__tel .item-tel dd {
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0;
} */
/* #ent__header .com__tel .item-fax dt,
#ent__header .com__tel .item-fax dd {
  font-size: var(--font-size-14);
  font-weight: 700;
  letter-spacing: 0;
} */
#ent__header .com__times-item dt,
#ent__header .com__times-item dd {
  font-size: var(--font-size-16);
}
#ent__header .com__times-item dt {
  color: var(--col--txt-01);
}
#ent__header .com__times-item dd {
  color: var(--col--txt-01);
}
#ent__header .com__instagram {
  --size: 30px;
  margin-right: var(--margin-20);
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 25px;
  margin-right: var(--margin-20);
}
#nav .list-nav-item {
  width: fit-content;
}
#nav .list-nav-item a {
  color: #222;
  transition: ease 0.2s;
    font-weight: 700;
  font-size: var(--font-size-15);
}
#nav .list-nav-item a:hover {
  color: var(--col--acc-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 930px;
  background: url(/img/mv/mv__img_01.jpg) center center/cover no-repeat;

  .item__movie {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;

    text-align: center;
    width: 135%;
    height: 100%;

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

#mv .mv-catch {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
    display: none;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 560px;
}
#sv .sv-catch {
  z-index: 2;
  position: absolute;
  left: clamp(50px, 50vw - 600px, 450px);
  top: 55%;
  translate: 0 -50%;
  width: fit-content;

  display: flex;
  flex-direction: column;
  gap: 30px;
}
#sv .sv-catch .en {
  width: fit-content;
  position: relative;
  font-family: var(--fot--CrimsonText);
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
#sv .sv-catch .ja {
  width: fit-content;
  position: relative;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  padding-left: 70px;
  margin-left: -30px;
}
#sv .sv-catch .ja::before {
  content: "";
  position: absolute;
  width: 20px;
  top: 50%;
  translate: 0 -50%;
  left: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

.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;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
  background: #616161;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-50);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 70px 0 120px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .item-address {
  color: #fff;
  margin-bottom: var(--margin-20);
}
#footer .com__times {
  margin-bottom: var(--margin-30);
}
#footer .unit-contact {
  position: relative;
}
#footer .unit-contact .com__tel {
  margin-bottom: var(--margin-10);
  gap: 10px;

  font-size: var(--font-size-17);
}
#footer .unit-contact .tel-attention {
  position: relative;
  margin-bottom: var(--margin-30);
}
#footer .list-nav {
  gap: 35px;
  height: 340px;
}
#footer .list-nav-item:not(.list-nav-ent) {
  width: fit-content;
  position: relative;
  padding-left: 25px;
}
#footer .list-nav-item:not(.list-nav-ent)::before {
  content: "";
  position: absolute;
  width: 13px;
  border-bottom: 2px solid #fff;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#footer .list-nav-item:not(.list-nav-ent) a {
  position: relative;
  color: #fff;
  font-size: var(--font-size-16);
  transition: ease 0.2s;
}
#footer .list-nav-item:not(.list-nav-ent) a:hover {
  color: var(--col--acc-01);
  color: #fff;
  opacity: .5;
}
#footer .list-nav-ent {
  font-size: var(--font-size-16);
  color: #fff;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 40px;
  position: relative;
  display: block;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .list-nav-ent::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_02.png) center center/contain no-repeat;
  width: 8px;
  height: 15px;
  right: 0;
  top: 0;
}
#footer .list-nav-ent:hover {
  opacity: 0.8;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding-bottom: var(--margin-20);
}
#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 .com__btn_02 {
  --width: 220px;
  --height: 40px;

  background: #454545;
  color: #fff;
  border: unset;
  margin-bottom: var(--margin-40);
}
#footer .com__btn_02 span{
  padding-left: 35px;
}
#footer .com__btn_02::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;

  background: url(/img/common/icon__arrow__b_01.png)center center / contain no-repeat;
  width: 18px;
  height: 13px;
}
#footer .com__btn_02 span::before {
  background: url(/img/common/icon__mail__a_02.png)center center / contain no-repeat;
}

@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

#ent__footer {
  position: relative;
  width: 100%;
}
#ent__footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
  padding-bottom: var(--margin-20);
  padding: 15px 0;
}
#ent__footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#ent__footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #ent__footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #ent__footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

html {
  scroll-padding-top: 120px;
}

/* entrance
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* entrance
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#entrance {
  gap: 40px;
  height: 790px;
  width: min(1820px, 100%);
  margin: 0 auto;
}
#entrance .block-ent {
  width: 100%;
}
#entrance .block-ent a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#entrance .block-ent a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/ent/ent__img_01.jpg) center center/cover no-repeat;
}
#entrance .block-ent a .ttl02 {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 500px;
  height: 225px;
  padding: 40px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  justify-content: center;
}
#entrance .block-ent a .ttl02 .en {
  font-family: var(--fot--CrimsonText);
  font-size: var(--font-size-40);
  font-weight: 400;
  letter-spacing: 0.1em;
}
#entrance .block-ent a .ttl02 .ja {
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
#entrance .block-official {
  position: relative;
}
#entrance .block-official a::before {
  background: url(/img/ent/ent__img_01.jpg) center center/cover no-repeat, rgba(62, 124, 159, 0);
  background-blend-mode: multiply;
  scale: 1;
  transition: ease 0.5s;
}
#entrance .block-official a:hover::before {
  background: url(/img/ent/ent__img_01.jpg) center center/cover no-repeat, rgba(62, 124, 159, 0.4);
  background-blend-mode: multiply;
  scale: 1.02;
}
#entrance .block-products a::before {
  background: url(/img/ent/ent__img_02.jpg) center center/cover no-repeat, rgba(153, 164, 104, 0);
  background-blend-mode: multiply;
  scale: 1;
  transition: ease 0.5s;
}
#entrance .block-products a:hover::before {
  background: url(/img/ent/ent__img_02.jpg) center center/cover no-repeat, rgba(153, 164, 104, 0.4);
  background-blend-mode: multiply;
  scale: 1.02;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  margin-bottom: var(--margin-50);
  transition: ease 0.2s;
  right: 0;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  font-weight: 700;
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-10);
}
.unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-10);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--col--main-02);
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--col--main-02);
}

#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  margin-bottom: var(--margin-50);
  &.com__ttl03_deco_01::before{
    left: 0;
    translate: 0 0;
  }
}
#top__news .cont-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: var(--margin-30);
}
#top__news .unit-latest {
  position: relative;
  margin-bottom: var(--margin-50);
  transition: ease 0.2s;
  right: 0;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-14);
  font-weight: 700;
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-30);
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 88%;
  margin-bottom: var(--margin-30);
  gap: 12px;
  justify-content: end;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--col--main-02);

  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
#top__news .com__btn_01 {
  --width: 230px;
  position: absolute;
  top: 110px;
  right: 0;
}

/* index__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/top/top__about__bg_img_01.jpg) center center/cover no-repeat;
}
#top__about .inner {
  padding: 110px 0;
}
#top__about .wrap-about {
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  z-index: 0;
  width: 870px;
  margin: 0 auto;
  padding: 80px;
}
#top__about .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);

  .en{
    font-size: var(--font-size-45);
  }
}

#top__about .item-text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__about .com__btn_01 {
  margin: 0 auto;
}

/* index__charm
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__charm .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}

#top__charm .inner .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-90);
}

#top__charm .inner .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.2em;
}

#top__charm .topic-post {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 40px;
}

#top__charm .block-post {
  border: 1px solid var(--col--txt-01);
  background: #fff;
  padding: 40px;
}

#top__charm .block-post dt {
  font-size: var(--font-size-20);
  font-weight: 600;
  font-family: var(--fot--Yu-Min);
  text-align: center;
  margin-bottom: var(--margin-20);
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #bfbfbf;
}

/* index__interior
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__interior .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}

#top__interior .inner .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-90);
}

#top__interior .inner .ttl04 .ja{
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.2em;
}

#top__interior .topic_feature em{
  letter-spacing: 0.04em;
  font-family: var(--fot--CrimsonText);
  color: var(--col--txt-01);
  font-size: var(--font-size-40);
}

#top__interior .topic_feature .ttl04{
  margin-top: var(--margin-0);
  margin-bottom: var(--margin-0);
  text-align: left;
}

/* index__analyze
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__analyze {
  /* background: url(/img/top/top__analyze__bg_img_01.png) left bottom no-repeat, var(--col--base-02); */
}
#top__analyze .inner .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-35);
}

#top__analyze .inner .ttl04{
  text-align: center;
  margin-bottom: var(--margin-45);
  .ja{
    font-size: var(--font-size-22);
    font-weight: 500;
    letter-spacing: 0.2em;
  }
}

#top__analyze .item-text{
  text-align: center;
    margin-top: -20px;
  margin-bottom: var(--margin-30);
}
#top__analyze #chart {
  padding: 0;
}
#top__analyze .com_chart {
  background: #fff;
  padding: 70px 60px;
  border: 2px solid var(--col--txt-01);
  position: relative;
  z-index: 0;
}
#top__analyze .com_chart .chart_title {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: var(--margin-35);
  margin-bottom: var(--margin-40);
}
#top__analyze .com_chart .chart_title .q-icon {
  font-size: var(--font-size-30);
  font-family: var(--fot--BELL);
  font-weight: 400;
  color: var(--col--acc-01);
  color: var(--col--txt-01);
  margin-right: var(--margin-10);
}
#top__analyze .com_chart .chart_title .title {
  font-size: var(--font-size-20);
  font-weight: 600;
  font-family: var(--fot--Yu-Min);
}
#top__analyze .com_chart .chart_btn_list {
  flex-wrap: nowrap;
}
#top__analyze .com_chart .chart_btn_list-item {
  width: 100%;
  background: unset;
}
#top__analyze .com_chart .chart_btn_list-item a {
  width: 100%;
  justify-content: start;
  padding-left: 20px;
}
#top__analyze .com_chart .answer_btn {
  border-radius: 0;
  min-height: unset;
  top: 0;
  transition: ease 0.2s;
  position: relative;
  background: unset;

  &::after {
    z-index: -2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -5px;
    bottom: -5px;
    background: #e9e9e9;
  }
}
#top__analyze .result_chart {
  background: #fff;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 70px;
}
#top__analyze .result_chart .result_title {
  width: 100%;
}
#top__analyze .result_chart .result_title .sub {
  width: 100%;
  display: block;
  background: unset;
  font-size: var(--font-size-25);
  color: var(--col--acc-01);
  font-family: var(--fot--Noto-Serif);
  margin-bottom: var(--margin-10);

    color: var(--col--txt-01);
}
#top__analyze .result_chart .result_title .sub::before {
  display: none;
}
#top__analyze .result_chart .result_title .main {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  font-size: var(--font-size-20);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.1em;
  font-weight: 400;
  background: var(--col--txt-01);
  
  background: #616161;
}
#top__analyze .result_chart .result_container {
  gap: 40px;
}
#top__analyze .result_chart .result_container .result_img {
  width: 450px;
  height: 400px;
}
#top__analyze .result_chart .result_container .result_txtxbx .result_btn-list li {
  width: fit-content;
}


#top__analyze .result_chart .result_container .result_txtxbx .result_btn-list li a {
  border: 1px solid var(--col--acc-01);
}


#top__analyze .result_chart .result_container .result_txt{
  p{
    line-height: 1.7;
  }
}
#top__analyze .result_chart .result_txt_person .ttl04{
  margin-bottom: var(--margin-10);
  text-align: start;

  .ja{
    color: #878958;
    font-size: var(--font-size-16);

    color: var(--col--txt-01);
  }
}
#top__analyze .result_chart .result_txt_person p{
    line-height: 1.7;
}
#top__analyze .result_chart .btn_wrp{
  gap: 20px;
}
#top__analyze .result_chart .btn_wrp .more_btn {
  width: 450px;
  border: 1px solid #878958;
}





/* index__product
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__product .inner {
  padding-bottom: var(--margin-50);
}
#top__product .link-bnr {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  transition: ease 0.2s;

  &::after{
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  }
}
#top__product .link-bnr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__product__bg_img_01.jpg) center center/cover no-repeat;
  scale: 1;
  transition: ease 0.4s;
}
#top__product .link-bnr .ttl03 {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  gap: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
#top__product .link-bnr .ttl03 .en {
  color: #fff;
  font-family: var(--fot--CrimsonText);
  font-size: var(--font-size-45);
  letter-spacing: 0.05em;
}
#top__product .link-bnr .ttl03 .ja {
  color: #fff;
  font-size: var(--font-size-20);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.2em;
}
#top__product .link-bnr:hover {
  opacity: 0.95;
}
#top__product .link-bnr:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__product__bg_img_01.jpg) center center/cover no-repeat;
  scale: 1.03;
}

/* index__purchasers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__purchasers .inner {
  width: 1080px;
  padding-top: var(--margin-50);
}
#top__purchasers .wrap-purchasers {
  z-index: 0;
  width: 360px;
  margin-right: auto;
  position: relative;
}
#top__purchasers .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__purchasers .ttl03 .en {
  font-family: var(--fot--CrimsonText);
  font-size: var(--font-size-32);
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-40);
  line-height: 1.5;

  &::before {
  content: "";
  position: absolute;
  width: 30px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--col--txt-01);
  }

}
#top__purchasers .ttl03 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: var(--fot--Noto-Serif);
}
#top__purchasers .item-img {
  position: absolute;
  width: max-content;
  right: -80px;
  top: 0;
  translate: 100% 0;
}
#top__purchasers .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--col--acc-01);
  right: -30px;
  top: -30px;
}
#top__purchasers .item-img img {
  width: max-content;
}
#top__purchasers .item-text {
  margin-bottom: var(--margin-40);
}
#top__purchasers .com__btn_01 {

}
/* index__order
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__order .inner {
  width: 1080px;
  padding-top: var(--margin-50);
}
#top__order .wrap-purchasers {
  z-index: 0;
  width: 360px;
  margin-left: auto;
  position: relative;
}
#top__order .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__order .ttl03 .en {
  font-family: var(--fot--CrimsonText);
  font-size: var(--font-size-32);
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-40);
  line-height: 1.5;

  &::before {
  content: "";
  position: absolute;
  width: 30px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--col--txt-01);
  }

}
#top__order .ttl03 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: var(--fot--Noto-Serif);
}
#top__order .item-img {
  position: absolute;
  width: max-content;
  left: -130px;
  top: 0;
  translate: -100% 0;
}
#top__order .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--col--acc-01);
  right: -30px;
  top: -30px;
}
#top__order .item-img img {
  width: max-content;
}
#top__order .item-text {
  margin-bottom: var(--margin-40);
}
#top__order .com__btn_01 {
  
}


/* index__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__gallery {
  /* background: var(--pattern--texture--a-01); */
}
#top__gallery .inner {
  width: min(100%, 2220px);
  padding: 120px 0 50px;
}
#top__gallery .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#top__gallery .cont-post {
  --num: 4;
  --column-gap: 40px;
  --row-gap: 0;
  margin-bottom: var(--margin-50);
}
#top__gallery .cont-post .block-post {
  transition: ease 0.4s;
  position: relative;
  top: 0;
}
#top__gallery .cont-post .block-post .item-img {
  width: 100%;
  height: 450px;
}
#top__gallery .cont-post .block-post:hover {
  opacity: 0.8;
  top: -3px;
}
#top__gallery .com__btn_01 {
  margin: 0 auto;
}
/* index__instagram
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__instagram {
  position: relative;
  z-index: 0;
}
#top__instagram .link-bnr {
  width: 1080px;
  height: 250px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: ease 0.4s;
}
#top__instagram .link-bnr::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid #8a8a8a;
}
#top__instagram .link-bnr::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__instagram__bg_img_01.png) center center/cover no-repeat;
  scale: 1;
  transition: ease 0.4s;
}
#top__instagram .link-bnr .ttl03 {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__instagram .link-bnr .ttl03 .en {
  color: #fff;
  font-size: var(--font-size-45);
  letter-spacing: 0.05em;
    font-family: var(--fot--CrimsonText);
}
#top__instagram .link-bnr:hover {
  opacity: 0.95;
}
#top__instagram .link-bnr:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__instagram__bg_img_01.png) center center/cover no-repeat;
  scale: 1.03;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* about__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__message {
  background: url(/img/about/about__message__bg_img_01.jpg) center center/cover no-repeat;
}


/* about__botanique
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__botanique{
  position: relative;
  z-index: 0;
  /* background: #f0f0f0; */
}



/* products
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* products
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#products .topic-post {
  --num: 2;
  --column-gap: 40px;
  --row-gap: 50px;
}
#products .ttl__wrp{
}


#products .topic-post .block-post .ttl04 {
  order: 2;
  margin-bottom: var(--margin-10);
}
#products .topic-post .block-post .item-img {
  order: 1;
  width: 100%;
  height: 360px;
}
#products .topic-post .block-post .item-text {
  order: 3;
}

/* products__scene
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#products__scene .wrp{
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

#products__scene .topic-post {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 40px;
}

#products__scene .block-post {
  border: 1px solid var(--col--txt-01);
  background: #fff;
  padding: 40px;
}

#products__scene .ttl04 {
  font-size: var(--font-size-22);
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: var(--margin-25);
  text-align: center;
}

#products__scene .block-post dt {
  font-size: var(--font-size-20);
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--fot--Yu-Min);
  text-align: center;
  margin-bottom: var(--margin-20);
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #bfbfbf;
}

/* products__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#products__bnr {
  /* background: var(--pattern--texture--a-01); */

  .inner{
    padding-top: 20px;
  }
}
#products__bnr .block_link {
  display: block;
  width: 100%;
  height: 320px;
  margin-bottom: var(--margin-40);
  position: relative;
  transition: ease 0.3s;

  &::after {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }

}
#products__bnr .block_link:last-child {
  margin-bottom: 0;
}
#products__bnr .block_link .ttl03 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#products__bnr .block_link .ttl03 .en {
  font-family: var(--fot--CrimsonText);
  font-size: var(--font-size-45);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
#products__bnr .block_link .ttl03 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #fff;
}
#products__bnr .block_link:hover {
  opacity: 0.9;
}
#products__bnr .block_link:nth-of-type(1) {
  background: url(/img/products/products__bnr__bg_img_01.jpg) center center/cover no-repeat;
}
#products__bnr .block_link:nth-of-type(2) {
  background: url(/img/products/products__bnr__bg_img_02.jpg) center center/cover no-repeat;
}

/* purchasers
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#purchasers__about {
  .inner {
    padding-top: 155px;
  }
}

#purchasers__about .flx {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 50px;
}

#purchasers__feature {
  /* background: var(--col--base-02); */

  .ttl__wrp {
    margin-bottom: var(--margin-90);
  }
}

#purchasers__flow {
  position: relative;
  z-index: 0;

  .inner {
    padding-top: 50px;
  }
}

#purchasers__faq {

  /* background: var(--col--base-02); */
  .inner {
    padding-top: 50px;
  }
}


/* made_to_order
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#made_to_order__about {
  .inner {
    padding-top: 155px;
  }
}

#made_to_order__feature {
  /* background: var(--col--base-02); */

  .ttl__wrp {
    margin-bottom: var(--margin-90);
  }
}

#made_to_order__about .flx{
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 50px;
}

#made_to_order__flow {
  position: relative;
  z-index: 0;

  .inner {
    padding-top: 50px;
  }
}

#made_to_order__flow .list-flow-item .flx{
  display: flex;
  column-gap: 20px;
}

#made_to_order__faq {

  /* background: var(--col--base-02); */
  .inner {
    padding-top: 50px;
  }
}




/* gallery
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#gallery .lead-text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#gallery .lead-text p .btn_contact {
  color: var(--col--acc-01);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--col--acc-01);

  color: var(--col--txt-01);
  border-bottom: 1px solid var(--col--txt-01);
}
#gallery .topic-post {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 40px;
}
#gallery .topic-post .block-post a {
  transition: ease 0.4s;
}
#gallery .topic-post .block-post a .ttl04 {
  position: relative;
  order: 2;
  letter-spacing: 0.02em;
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid var(--col--acc-01);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-15);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#gallery .topic-post .block-post a .ttl04 .ja {
  font-size: var(--font-size-17);
  font-weight: 500;
}
#gallery .topic-post .block-post a .item-img {
  order: 1;
  width: 100%;
  height: 340px;
  margin-bottom: var(--margin-15);
}
#gallery .topic-post .block-post a .list-tags {
  order: 3;
  gap: 20px;
  justify-content: end;
}
#gallery .topic-post .block-post a .list-tags-item {
  font-weight: 500;
  font-size: var(--font-size-15);
  color: var(--col--acc-01);
  color: var(--col--txt-01);
}
#gallery .topic-post .block-post a:hover {
  opacity: 0.8;
}
#gallery .tag-select-box {
  border: 0;
}
#gallery .tag-select-box #tag-select {
  border: 0;
  font-size: var(--font-size-15);
  font-family: var(--fot--Yu-Go);
}
/* gallery__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.gallery__in_post .block-about {
  --column-gap: 40px;
  --row-gap: 0px;
  position: relative;
  margin-bottom: var(--margin-50);
}
.gallery__in_post .block-about:last-child {
  margin-bottom: 0;
}
.gallery__in_post .block-about .item-img {
  width: 520px;
  height: 460px;
}
.gallery__in_post .block-about .unit-text .ttl03 {
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: var(--margin-20);
}
.gallery__in_post .block-about .unit-text .ttl03 .ja {
  font-size: var(--font-size-22);
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--fot--Yu-Min);
  letter-spacing: 0.1em;
}
.gallery__in_post .block-about .unit-text .list-tags {
  gap: 20px;
  margin-bottom: var(--margin-25);
}
.gallery__in_post .block-about .unit-text .list-tags-item {
  color: #bfbfbf;
    color: var(--col--txt-01);
  font-size: var(--font-size-15);
  font-weight: 500;
}
.gallery__in_post .list-images {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 30px;
  margin-bottom: var(--margin-50);
}
.gallery__in_post .list-images-item {
  height: 340px;
}
.gallery__in_post .com__btn_01 {
  margin: 0 auto;
  width: 370px;

  span{
    margin-left: 30px;
  }
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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: 1.2rem;
  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.css.map */