@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: wrap;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  background-color: #000;
  color: #000000;
  font-size: 1rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}
a img {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

/* Base */
html {
  width: 100%;
  background-color: #000;
}

@media screen and (max-width: 979px) {
  html {
    height: auto;
    overflow: auto;
  }
}
body {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
  z-index: 0;
}
body.modal-open {
  position: fixed;
}

body::before,
body::after {
  content: none;
}

main::before {
  content: none;
}

@media screen and (max-width: 979px) {
  body {
    min-height: auto;
    overflow-x: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
    top: auto;
    left: auto;
    background-color: #000;
  }
  body::before,
  body::after {
    content: none;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #000;
  }
  body::before {
    content: none;
    top: auto;
    left: auto;
    right: auto;
  }
  body::after {
    content: none;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
main {
  padding-top: 0;
}

header {
  z-index: 100;
  font-family: "NotoSansJp", sans-serif;
}
header .headerBusinessHours p {
  display: block;
  font-family: "din-2014";
}

.section {
  width: 100%;
  color: white;
  background-color: #000;
}

.container {
  overflow-x: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.cards_contents {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .cards_contents {
    margin-top: 50px;
  }
}

body.in-animationg main div.container section.section:nth-child(n+4) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.disable-on-scroll {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.disable-on-scroll.is-stoped {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.loader div.skip_btn {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .loader div.skip_btn {
    top: 60px;
  }
}
.loader div.skip_btn button {
  color: white;
}
.loader div.skip_btn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.loader img {
  transition: all 0.3s;
  height: 100%;
}
.loader .loader_content {
  visibility: hidden;
  position: fixed;
  z-index: 80;
  transition: transform 0.6s, width 0.6s, height 0.6s, left 0.6s, top 0.6s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-timing-function: linear;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loader .loader_content * {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .loader .loader_content.animation-end div.logo_wrap {
    left: 20px;
    top: 80px;
    transform: translate(0%, 0%);
    width: 60.14vw;
    height: auto;
  }
}
.loader .loader_content div.logo_wrap {
  width: 100%;
  height: calc(25vw + 2px);
  transition: transform 0.6s, width 0.6s, height 0.6s, left 0.6s, top 0.6s;
  position: absolute;
  left: 0;
  top: calc(12.5vw + 56px);
}
@media screen and (min-height: 700px) and (max-width: 1200px) and (min-width: 768px) {
  .loader .loader_content div.logo_wrap {
    top: calc(25vw + 56px);
  }
}
@media screen and (max-width: 767px) {
  .loader .loader_content div.logo_wrap {
    transition-delay: 500ms;
    width: 94%;
    height: auto;
    left: 3%;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.loader .loader_content img {
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .loader .loader_content img {
    width: 100%;
    height: auto;
  }
}
.loader .loader_content.fixed div.logo_wrap {
  width: 330px;
  height: 150px;
  top: 30px;
  left: 20px;
  transform: translate(0, 0);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .loader .loader_content.fixed div.logo_wrap {
    transform: translate(0%, 0%);
    width: 60.14vw;
    height: auto;
  }
}
.loader .loader_content.fixed.is-stoped div.logo_wrap {
  top: 80px;
}
@media screen and (max-width: 767px) {
  .loader .loader_content.fixed img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .loader .loader_content.no-transition {
    transition: none;
  }
  .loader .loader_content.no-transition .logo_wrap {
    transition: none;
    transition-delay: 0;
  }
}
.loader.loaded .loader_content img {
  transform: translateY(0);
}

.loader_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #000;
  z-index: 60;
}
.loader_bg.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.archive_ba {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  overflow: auto;
}
.archive_ba .loader_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #000;
  z-index: 60;
  overflow: auto;
}

body.in-animationg {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
body.in-animationg .touch_cover {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 65;
  overflow: hidden;
  top: 0;
  left: 0;
}
body.in-animationg.archive_ba {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  height: auto;
}
body.in-animationg.archive_ba .touch_cover {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 65;
  overflow: auto;
  top: auto;
  left: auto;
}

.main.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
}

.archive_ba .main.fixed {
  position: fixed;
  width: 100%;
  height: auto;
  top: auto;
  left: 0;
}
.archive_ba .skip_btn {
  display: none;
}

body.in-animationg .reason_for_result__btn,
body.in-animationg .sub_menu_btn,
body.in-animationg header {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.animation_wrap.started {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .animation_wrap.started .ba-card:nth-child(n+16) {
    visibility: hidden;
  }
}
.animation_wrap.started.archive_ba {
  overflow: auto;
  width: 100%;
  height: auto;
  pointer-events: all;
}

.section01 {
  position: relative;
  overflow: hidden;
}

.kv_text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  transition: all 1s;
  z-index: 50;
  width: auto;
  margin: 0 auto;
}
.kv_text img {
  max-width: 100%;
  width: 100%;
  transition: all 1s;
}
@media screen and (max-width: 767px) {
  .kv_text {
    transform-origin: top left;
    transition: none;
    width: 90%;
  }
}
.kv_text.fixed {
  top: 20px;
  left: 20px;
  transform: none;
  transform: translate(0, 0);
}
.kv_text.fixed img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .kv_text.fixed img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .kv_text.fixed {
    top: auto;
    left: auto;
    transform: none;
    width: auto;
  }
}
.kv_text h1 {
  display: flex;
  justify-content: center;
}

/*1で解説*/
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.layout {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
.layout a {
  cursor: pointer;
}
.layout a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  padding: 1px;
}
@media screen and (max-width: 767px) {
  .layout {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(16, 1fr);
  }
}

.layout1 div.ba-card {
  z-index: 1;
}
.layout1 div.ba-card:nth-child(1) {
  grid-column: 7/9;
  grid-row: 1/3;
}
.layout1 div.ba-card:nth-child(2) {
  grid-column: 3/5;
  grid-row: 2/4;
}
.layout1 div.ba-card:nth-child(3) {
  grid-column: 5/7;
  grid-row: 3/5;
}
.layout1 div.ba-card:nth-child(4) {
  grid-column: 7/9;
  grid-row: 4/6;
}
.layout1 div.ba-card:nth-child(5) {
  grid-column: 1/3;
  grid-row: 5/7;
}
.layout1 div.ba-card.ba-card-big {
  position: relative;
  z-index: 5;
}

.layout2 div.ba-card:nth-child(1) {
  grid-column: 6/8;
  grid-row: 1/3;
}
.layout2 div.ba-card:nth-child(2) {
  grid-column: 3/5;
  grid-row: 2/4;
}
.layout2 div.ba-card:nth-child(3) {
  grid-column: 1/3;
  grid-row: 3/5;
}
.layout2 div.ba-card:nth-child(4) {
  grid-column: 2/4;
  grid-row: 5/7;
}
.layout2 div.ba-card:nth-child(5) {
  grid-column: 7/9;
  grid-row: 5/7;
}

.layout3 div.ba-card:nth-child(1) {
  grid-column: 5/7;
  grid-row: 2/4;
}
.layout3 div.ba-card:nth-child(2) {
  grid-column: 2/4;
  grid-row: 3/5;
}
.layout3 div.ba-card:nth-child(3) {
  grid-column: 7/9;
  grid-row: 4/6;
}
.layout3 div.ba-card:nth-child(4) {
  grid-column: 1/3;
  grid-row: 5/7;
}
.layout3 div.ba-card:nth-child(5) {
  grid-column: 4/6;
  grid-row: 5/7;
}

.layout div.ba-card {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.layout div.ba-card * {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .layout div.ba-card:nth-child(1) {
    grid-column: 2/4;
    grid-row: 2/4;
  }
  .layout div.ba-card:nth-child(2) {
    grid-column: 1/3;
    grid-row: 5/7;
  }
  .layout div.ba-card:nth-child(3) {
    grid-column: 2/4;
    grid-row: 8/10;
  }
  .layout div.ba-card:nth-child(4) {
    grid-column: 1/3;
    grid-row: 11/13;
  }
  .layout div.ba-card:nth-child(5) {
    grid-column: 2/4;
    grid-row: 14/16;
  }
}
@media screen and (max-width: 767px) {
  .layout:nth-child(even) div.ba-card:nth-child(1) {
    grid-column: 1/3;
    grid-row: 2/4;
  }
  .layout:nth-child(even) div.ba-card:nth-child(2) {
    grid-column: 2/4;
    grid-row: 5/7;
  }
  .layout:nth-child(even) div.ba-card:nth-child(3) {
    grid-column: 1/3;
    grid-row: 8/10;
  }
  .layout:nth-child(even) div.ba-card:nth-child(4) {
    grid-column: 2/4;
    grid-row: 11/13;
  }
  .layout:nth-child(even) div.ba-card:nth-child(5) {
    grid-column: 1/3;
    grid-row: 14/16;
  }
}

.dialog_bg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior-y: none; /* 適用される */
  background-color: rgba(59, 59, 59, 0.9);
  transition: all 0.5s;
}
.dialog_bg.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.dialog {
  z-index: 1000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dialog {
    padding-top: 0;
  }
}
.dialog::-webkit-scrollbar {
  display: none;
}
.dialog.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.dialog .modal-close-btn {
  position: sticky;
  left: 100%;
  top: 50px;
  z-index: 10;
  transform: translateX(50px);
}
.dialog .modal-close-btn svg {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .dialog .modal-close-btn {
    width: 21px;
    top: 6px;
    transform: translateX(0);
  }
  .dialog .modal-close-btn.bg-white svg {
    fill: #000;
  }
}
.dialog::-webkit-backdrop {
  background-color: rgba(59, 59, 59, 0.9);
}
.dialog::backdrop {
  background-color: rgba(59, 59, 59, 0.9);
}
@media screen and (max-width: 767px) {
  .dialog {
    width: calc(100% - 40px);
  }
}
.dialog .dialog-container {
  background-color: white;
  margin-top: 1vh;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 900px;
  border: none;
  padding: 0 50px;
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container {
    padding: 0;
    padding-top: 40px;
    width: 100%;
  }
}
.dialog .dialog-container .scroll_box {
  overflow-y: auto;
  overscroll-behavior-y: none; /* 適用される */
}
.dialog .dialog-container .picture_wrap {
  position: relative;
}
.dialog .dialog-container .picture_wrap .picture img {
  width: 100%;
}
.dialog .dialog-container .picture_wrap .person_infos {
  position: absolute;
  bottom: 20px;
  background-color: #000;
  padding: 6px 20px;
  min-width: 200px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .picture_wrap .person_infos {
    position: relative;
    bottom: auto;
    min-width: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 22px;
    max-width: none;
  }
}
.dialog .dialog-container .picture_wrap .person_infos .busiperson_infosness {
  display: flex;
}
.dialog .dialog-container .picture_wrap .person_infos span {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .picture_wrap .person_infos span {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #fff;
  }
}
.dialog .dialog-container .picture_wrap .person_infos span.head {
  margin-right: 20px;
  flex-shrink: 0;
}
.dialog .dialog-container .picture_wrap .person_infos .treatment_names {
  display: flex;
  flex-wrap: wrap;
}
.dialog .dialog-container .treatment_box {
  background-color: white;
  color: #000;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box {
    padding: 25px 20px;
  }
}
.dialog .dialog-container .treatment_box .description_box .descriiption p {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .description_box .descriiption p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.dialog .dialog-container .treatment_box .ba_images {
  margin-top: 50px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .ba_images {
    margin-top: 25px;
    flex-direction: column;
  }
}
.dialog .dialog-container .treatment_box .ba_images .ba_img {
  background: #707070;
}
.dialog .dialog-container .treatment_box .ba_images .ba_img .text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 54px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .ba_images .ba_img .text p {
    font-size: 15px;
    line-height: 40px;
  }
}
.dialog .dialog-container .treatment_box .ba_images .ba_img .text p span {
  margin-left: 15px;
}
.dialog .dialog-container .treatment_box .treatment_detail_link {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .treatment_detail_link {
    margin-top: 25px;
  }
}
.dialog .dialog-container .treatment_box .treatment_detail_link a.treatment_detail_link_btn {
  display: block;
  margin-bottom: 25px;
  background: #bba171;
  line-height: 55px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  line-height: 55px;
  box-shadow: 5px 5px 0 rgba(216, 205, 202, 0.95);
  transition: opacity 0.3s;
}
.dialog .dialog-container .treatment_box .treatment_detail_link a.treatment_detail_link_btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .treatment_detail_link a.treatment_detail_link_btn {
    font-size: 1rem;
    line-height: 2.8125rem;
    font-weight: bold;
  }
}
.dialog .dialog-container .treatment_box .treatment_detail_link .treatment_table_wrap p.desc {
  margin-top: 40px;
  font-weight: normal;
  font-size: 13px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .treatment_detail_link .treatment_table_wrap p.desc {
    margin-top: 20px;
    line-height: 1;
  }
}
.dialog .dialog-container .treatment_box .treatment_detail_link .treatment_table_wrap .treatment_table {
  margin-top: 25px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .treatment_detail_link .treatment_table_wrap .treatment_table tr {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
}
.dialog .dialog-container .treatment_box .treatment_detail_link .treatment_table_wrap .treatment_table tr th {
  padding: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  color: #000;
  width: 166px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .treatment_detail_link .treatment_table_wrap .treatment_table tr th {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
  }
}
.dialog .dialog-container .treatment_box .treatment_detail_link .treatment_table_wrap .treatment_table tr td {
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  color: #000;
  padding-left: 32px;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .treatment_detail_link .treatment_table_wrap .treatment_table tr td {
    padding-left: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
  }
}
.dialog .dialog-container .treatment_box .cta_btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .cta_btn {
    margin-top: 20px;
  }
}
.dialog .dialog-container .treatment_box .cta_btn a {
  display: block;
  margin-bottom: 25px;
  background: #bba171;
  line-height: 55px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  line-height: 55px;
  box-shadow: 5px 5px 0 rgba(216, 205, 202, 0.95);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-container .treatment_box .cta_btn a {
    font-weight: bold;
    font-size: 1rem;
    line-height: 2.8125rem;
    text-align: center;
    color: #fff;
  }
}
.dialog .dialog-container .treatment_box .cta_btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.sub_menu_btn {
  position: fixed;
  bottom: 20px;
  left: 42px;
  z-index: 10;
  transition: all 0.5s;
}
.sub_menu_btn.close {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sub_menu_btn {
    width: auto;
    bottom: 70px;
    right: 25.6px;
    left: auto;
  }
}

.reason_for_result__btn {
  position: fixed;
  bottom: 20px;
  right: 33px;
  z-index: 10;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s;
}
.reason_for_result__btn a.btn {
  background-color: #040000;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  padding: 25px 15px;
}
.reason_for_result__btn a.btn svg {
  position: relative;
  z-index: 5;
}
.reason_for_result__btn a.btn svg.text {
  fill: #fff;
  margin-right: 8px;
  transition: 0.3s ease-in-out;
}
.reason_for_result__btn a.btn svg.sankaku {
  fill: #b79e70;
  transition: 0.3s ease-in-out;
}
.reason_for_result__btn a.btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b79e70;
  display: block;
  transform: translateX(-100%);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason_for_result__btn a.btn::after {
    content: none;
  }
}
.reason_for_result__btn a.btn:hover {
  background-color: #040000;
  color: #bba170;
}
.reason_for_result__btn a.btn:hover::after {
  transform: translateX(0%);
}
.reason_for_result__btn a.btn:hover svg.text {
  fill: #040000;
  margin-right: 8px;
}
.reason_for_result__btn a.btn:hover svg.sankaku {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .reason_for_result__btn a.btn:hover {
    background-color: #040000;
  }
  .reason_for_result__btn a.btn:hover svg.text {
    fill: #fff;
  }
  .reason_for_result__btn a.btn:hover svg.sankaku {
    fill: #b79e70;
  }
}
.reason_for_result__btn.close {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .reason_for_result__btn {
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .reason_for_result__btn img {
    width: 100%;
  }
}

.sub_meanus {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10.5px 20px 13px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
}
.sub_meanus.is-stoped {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sub_meanus {
    bottom: 0;
  }
}
.sub_meanus.active.is-stoped {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.sub_meanus p.text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 15px;
  text-align: center;
  color: #fff;
}
.sub_meanus .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sub_meanus .btns {
    margin-top: 20px;
  }
}
.sub_meanus .btns .close_btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sub_meanus .btns .close_btn {
    position: absolute;
    right: 18px;
    top: 12.5px;
  }
}
@media screen and (max-width: 767px) {
  .sub_meanus .btns {
    flex-direction: column-reverse;
  }
}
.sub_meanus ul {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: calc(100% - 35px);
}
@media screen and (max-width: 767px) {
  .sub_meanus ul {
    flex-wrap: wrap;
    gap: 17px;
    width: 100%;
  }
}
.sub_meanus ul li {
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .sub_meanus ul li {
    max-width: none;
    width: calc(50% - 9px);
  }
  .sub_meanus ul li:first-child {
    width: 100%;
  }
}
.sub_meanus ul li a {
  width: 100%;
  border-radius: 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  display: block;
  background: #fff;
  padding: 8px 0;
  text-align: center;
  transition: opacity 0.3s;
}
.sub_meanus ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.sub_meanus ul li.parts_btn a {
  background: #fff;
}
.sub_meanus ul li.active a {
  border: 1px solid #fff;
  background: #000;
  color: white;
}

.headerWrapper a {
  text-decoration: none;
}

.parts_layout {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.parts_layout .ba-card {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .parts_layout .ba-card {
    width: 33.3333%;
  }
}
.parts_layout .ba-card a {
  cursor: pointer;
}
.parts_layout .ba-card a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  padding: 1px;
}

.parts_page_wrap h2 {
  padding-left: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .parts_page_wrap h2 {
    margin: 5px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-align: left;
    color: #fff;
  }
}
.parts_page_wrap.parts_img_loading .ba-card {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.headerWrapper {
  max-width: none;
  padding: 0 20px;
}

* {
  -webkit-tap-highlight-color: transparent; /* 強調をなくす */
}

.for-lp {
  display: none !important;
}

.for-top {
  display: block !important;
}

.dialog.ad-lp .for-lp {
  display: block !important;
}
.dialog.ad-lp .for-top {
  display: none !important;
}

.lp_btn {
  display: none;
}

.ad-lp .headerWrapper .headerLogo {
  pointer-events: none;
}
.ad-lp .headerWrapper .headerBtnWrapper,
.ad-lp .headerWrapper .headerIconWrapper,
.ad-lp .headerWrapper .headerBusinessHours,
.ad-lp .headerWrapper .headerHamWrapper {
  display: none;
}
.ad-lp .lp_btn {
  display: flex;
  align-items: center;
}
.ad-lp .lp_btn a.btn {
  padding: 10px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 27px;
  color: #171717;
  background: #bba171;
  border: 1px solid #bba171;
}
@media screen and (max-width: 767px) {
  .ad-lp .lp_btn a.btn {
    padding: 2.5px 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 21px;
    height: 26px;
  }
}/*# sourceMappingURL=common.css.map */