@charset "UTF-8";
/* =============================================
style.scss
============================================= */
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

/* =============================================
Base
============================================= */
/* =============================================
Variable
============================================= */
html {
  position: relative;
  background: #fff;
  color: #171717;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:target {
  scroll-margin-top: 100px;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

main {
  min-height: 80vh;
}

/* =============================================
Base
============================================= */
/* =============================================
Utility
============================================= */
.hl_mt0 {
  margin-top: 0 !important;
}

/* =============================================
Base
============================================= */
/* =============================================
Base
============================================= */
/* =============================================
Component 共通パーツのスタイル
============================================= */
.el_container {
  position: relative;
  max-width: 1300px;
  width: 92%;
  margin: 0 auto;
}

.el_btn {
  display: block;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.15);
  font-size: 0.8125rem;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 13px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  transition: 0.3s ease;
}
.el_btn:hover {
  border: 2px solid #fff;
}
.el_btn__white {
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}
.el_btn__trans {
  border: 2px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.15);
}
.el_btn__inline {
  max-width: 100%;
  display: inline-block;
}
.el_btn__single {
  width: fit-content;
  margin: 0 auto;
  background: #f3f3f3;
}
.el_btn__single:hover {
  border: 2px solid #000;
}

.el_h2ttl {
  font-family: "Fjalla One", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #dadada;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.el_h2ttl__center {
  text-align: center;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .el_h2ttl {
    font-size: 2rem;
  }
}

.el_h3ttl {
  font-family: "Fjalla One", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
@media screen and (max-width: 450px) {
  .el_h3ttl {
    font-size: 1.375rem;
  }
}

.bl_faqStyle {
  position: relative;
}
.bl_faqStyle_icon {
  position: absolute;
  font-family: "Fjalla One", sans-serif;
  font-size: 2rem;
  left: 25px;
  top: 0.5rem;
}
.bl_faqStyle_ttl {
  font-size: 1.25rem;
  line-height: 1.2;
}
.bl_faqStyle_txt {
  flex: 1;
}
.bl_faqStyle_txt > p {
  line-height: 1.7;
}
.bl_faqStyle_inner {
  display: flex;
}
.bl_faqStyle > dt {
  cursor: pointer;
  display: flex;
  padding: 20px 40px 20px 60px;
  border-radius: 10px;
  position: relative;
  transition: 0.2s ease;
}
.bl_faqStyle > dt:not(.is-open):hover {
  background: #f3f3f3;
}
.bl_faqStyle dd {
  display: none;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 40px 40px 40px 60px;
  position: relative;
}
.bl_faqStyle dd + dt {
  margin-top: 20px;
}
.bl_faqStyle dd > * {
  word-break: break-all;
}
.bl_faqStyle dd .bl_faqStyle_icon {
  top: 1.8rem;
}

@media screen and (max-width: 450px) {
  .bl_faqStyle_icon {
    font-size: 1.7rem;
    left: 22px;
    top: 0.4rem;
  }
  .bl_faqStyle_ttl {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .bl_faqStyle > dt {
    padding: 15px 30px 15px 50px;
  }
  .bl_faqStyle dd {
    padding: 20px 20px 20px 50px;
  }
  .bl_faqStyle dd + dt {
    margin-top: 15px;
  }
  .bl_faqStyle dd .bl_faqStyle_icon {
    top: 0.9rem;
  }
}
.bl_cardGrid {
  display: grid;
  grid-auto-columns: auto;
}
.bl_cardGrid__col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.bl_cardGrid__col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 450px) {
  .bl_cardGrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.el_txtWrap p + p {
  margin-top: 2rem;
}

/* =============================================
Base
============================================= */
/* =============================================
Header ヘッダーのスタイル
============================================= */
.ly_header {
  position: absolute;
  z-index: 10;
  width: 100%;
  inset: 0% 0% auto;
}
.ly_header_logo {
  position: absolute;
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 260px;
  width: 100%;
  inset: 20px auto auto 50px;
}
@media screen and (max-width: 450px) {
  .ly_header_logo {
    left: 20px;
  }
}
.ly_header_logo img {
  width: 100%;
}
.ly_header_logoIcon {
  max-width: 60px;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .ly_header_logoIcon {
    max-width: 50px;
  }
}
.ly_header_logoTxt {
  width: 190px;
  margin-left: 8px;
}
@media screen and (max-width: 450px) {
  .ly_header_logoTxt {
    width: 150px;
  }
}

.bl_navi {
  position: absolute;
  z-index: 1;
  inset: 35px 120px auto auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  .bl_navi {
    display: none;
  }
}
.bl_navi_item {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: 0.2s ease;
}
.bl_navi_item:hover {
  opacity: 0.7;
}

.el_naviOpen {
  position: fixed;
  z-index: 20;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(23, 23, 23, 0.15);
  border-radius: 10px;
  inset: 35px 50px auto auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color 0.2s;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .el_naviOpen {
    right: 20px;
    top: 25px;
  }
}
.el_naviOpen > span {
  transition: 0.2s ease;
  background-color: #fff;
  width: 26px;
  height: 1px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.el_naviOpen.is-open {
  background-color: #000;
}
.el_naviOpen.is-open > span {
  position: absolute;
}
.el_naviOpen.is-open > span:nth-of-type(1) {
  transform: rotate(45deg);
}
.el_naviOpen.is-open > span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.bl_drawNavi {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #202020;
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 220px;
  padding: 10px;
  position: fixed;
  top: 80px;
  right: 50px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  z-index: 19;
  transition: 0.1s ease;
}
.bl_drawNavi.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bl_drawNavi_list {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}
.bl_drawNavi_list a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 10px;
  transition: 0.2s ease;
}
.bl_drawNavi_list a:hover {
  background: #000;
}

.bl_drawNaviBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(128, 128, 128, 0.7);
  z-index: 18;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s ease;
}
.bl_drawNaviBg.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* =============================================
Base
============================================= */
/* =============================================
Footer フッターのスタイル
============================================= */
.ly_footer {
  display: flex;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(to right, #000, #0e0e0e 50%, #000);
  flex-direction: column;
  align-items: center;
}
.ly_footer_top {
  display: grid;
  gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}
.ly_footer_sns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.ly_footer_sns_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.ly_footer_copy {
  display: flex;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 0.8125rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =============================================
Base
============================================= */
/* =============================================
Top トップページのスタイル
============================================= */
.el_heroSlider {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .el_heroSlider {
    margin-bottom: 30px;
  }
}
.el_heroSlider .splide {
  padding-bottom: 30px;
}
.el_heroSlider .splide__slide {
  height: 420px;
}
.el_heroSlider_img {
  height: 400px;
}
.el_heroSlider_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.el_heroSlider_ttl {
  color: #000;
}

.bl_hero {
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}
.bl_hero_inner {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 650px;
  bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.bl_hero_ttl {
  font-size: 3.5rem;
  font-family: "Fjalla One", sans-serif;
}
.bl_hero_subTtl {
  font-size: 1.25rem;
  margin-top: 10px;
}
.bl_hero_bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bl_hero_bg > * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_hero_bg::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bl_hero_links {
  display: grid;
  gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* =============================================
Base
============================================= */
/* =============================================
Under 下層のスタイル
============================================= */
.bl_underHero {
  position: relative;
  display: flex;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  height: 40vh;
  background-image: url(../img/under/Creation-Header.png);
}
.bl_underHero__page {
  background-image: url(../img/under/sample_2.jpg);
}
.bl_underHero__detail {
  height: 60vh;
}
.bl_underHero_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.bl_underHero_detailBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bl_underHero_detailBg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_underHero_ttlWrap {
  position: relative;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 650px;
  padding-bottom: 50px;
  z-index: 1;
}
.bl_underHero_detailTtlWrap {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1100px;
  width: 100%;
  padding-bottom: 50px;
  margin: 0 50px;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .bl_underHero_detailTtlWrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 40px;
    margin: 0 20px;
  }
}
.bl_underHero_detailTtlWrap_list {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 450px) {
  .bl_underHero_detailTtlWrap_list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
  }
  .bl_underHero_detailTtlWrap_list .el_btn {
    width: 100%;
  }
}
.bl_underHero_ttl {
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Fjalla One", sans-serif;
}
@media screen and (max-width: 450px) {
  .bl_underHero_ttl {
    font-size: 2.375rem;
    text-align: center;
  }
}
.bl_underHero_subTtl {
  font-size: 1.25rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 450px) {
  .bl_underHero_subTtl {
    font-size: 1rem;
    text-align: center;
  }
}
.ly_underContainer {
  position: relative;
  background: #fff;
  padding: 20px 0;
}
.ly_underContainer__mbL {
  padding-bottom: 100px;
}
@media screen and (max-width: 450px) {
  .ly_underContainer__mbL {
    padding-bottom: 50px;
  }
}

/* =============================================
Artistページ用
============================================= */
.bl_artistCard {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}
.bl_artistCard::before, .bl_artistCard::after {
  content: "";
  position: absolute;
  left: 0;
  height: 180px;
  width: 100%;
  z-index: 1;
}
.bl_artistCard::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
}
.bl_artistCard::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
}
.bl_artistCard:hover .bl_artistCard_bg {
  transform: scale(1.1);
}
.bl_artistCard_bg {
  position: absolute;
  object-fit: cover;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  will-change: transform;
}
.bl_artistCard_inner {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.bl_artistCard_ttl {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.25rem;
}
.bl_artistCard_cap {
  font-size: 0.8125rem;
  opacity: 0.7;
  white-space: pre-line;
}
.bl_artistCard_list {
  font-size: 0.8125rem;
  opacity: 0.7;
}

/* =============================================
Artist詳細ページ
============================================= */
.bl_artistLy_img {
  margin: 0 auto 20px;
  border-radius: 200px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 36px 0px;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 450px) {
  .bl_artistLy_img {
    width: 250px;
    height: 250px;
  }
}
.bl_artistLy_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_artistLy_ttl {
  margin: 20px 0px;
  font-size: 3.25rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .bl_artistLy_ttl {
    font-size: 2rem;
  }
}
.bl_artistLy_subTtl {
  margin: 20px 0px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  white-space: pre-line;
}
.bl_artistLy_equip {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bl_artistLy_equip > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.7;
  font-size: 0.8125rem;
}
.bl_artistLy_equip::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #f3f3f3;
}
.bl_artistLy_comment {
  margin-top: 15px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.2rem;
}
.bl_artistLy_link {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_artistLy_link_item {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
}
.bl_artistLy_link_item:hover {
  text-decoration: underline;
}
.bl_artistLy_link_item::before {
  content: "";
  position: absolute;
  background: url(../img/common/link-out.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
}
.bl_artistLy_sns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_artistLy_sns_item {
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.2s ease;
}
.bl_artistLy_sns_item:hover {
  opacity: 0.5;
}
.bl_artistLy_sns_item + .bl_artistLy_sns_item {
  margin-left: 20px;
}

/* =============================================
News一覧ページ用
============================================= */
.bl_catSlidebox {
  position: relative;
  display: flex;
  margin: 0 auto;
  overflow: auto;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .bl_catSlidebox {
    justify-content: flex-start;
  }
}
.bl_catSlidebox_item {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 12px 17px;
  font-size: 0.8125rem;
  background: #f3f3f3;
  margin: 0 5px;
  transition: 0.2s ease;
  font-weight: 700;
  word-break: keep-all;
}
.bl_catSlidebox_item:hover {
  background: #171717;
  color: #fff;
}
.bl_catSlidebox_item.current {
  background: #171717;
  color: #fff;
}

.bl_newsCard {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s ease;
}
.bl_newsCard:hover .bl_newsCard_img img {
  transform: scale(1.1);
}
.bl_newsCard_img {
  position: relative;
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 2/1;
  margin-bottom: 15px;
  overflow: hidden;
}
.bl_newsCard_img img {
  transition: 0.2s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_newsCard_desc {
  padding: 10px;
}
.bl_newsCard_date {
  font-size: 0.8125em;
  margin-bottom: 10px;
}
.bl_newsCard_ttl {
  font-size: 1.5rem;
}

/* =============================================
製品一覧
============================================= */
.bl_productSection {
  position: relative;
  padding-top: 30px;
}
.bl_productSection + .bl_productSection {
  margin-top: 80px;
}
@media screen and (max-width: 450px) {
  .bl_productSection + .bl_productSection {
    margin-top: 50px;
  }
}

.bl_productGrid {
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
}
@media screen and (max-width: 450px) {
  .bl_productGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_productGrid_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.2s ease;
}
.bl_productGrid_item:hover {
  opacity: 0.7;
}
.bl_productGrid_img {
  position: relative;
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
}
.bl_productGrid_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.bl_productGrid_desc {
  text-align: center;
  border-radius: 10px;
}
.bl_productGrid_ttl {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.bl_productGrid_txt {
  margin-top: 10px;
  font-size: 0.875rem;
}

.bl_productAnc {
  position: sticky;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 30px 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  overflow: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .bl_productAnc {
    justify-content: flex-start;
    padding-right: 70px;
  }
}
.bl_productAnc_item {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 12px 17px;
  font-size: 0.8125rem;
  background: #f3f3f3;
  margin: 0 5px;
  transition: 0.2s ease;
  white-space: nowrap;
}
.bl_productAnc_item:hover {
  background: #171717;
  color: #fff;
}
.bl_productAnc_item.is-current {
  background: #171717;
  color: #fff;
}

/* =============================================
マニュアル
============================================= */
.bl_manualSection {
  padding: 40px 0;
}
@media screen and (max-width: 450px) {
  .bl_manualSection {
    padding: 20px 0;
  }
}

/* =============================================
取扱店舗
============================================= */
.bl_dealers_item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 50px;
}
@media screen and (max-width: 450px) {
  .bl_dealers_item {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.bl_dealers_item + .bl_dealers_item {
  margin-top: 60px;
}
.bl_dealers_img {
  margin-bottom: 15px;
}
.bl_dealers_img img {
  width: 230px;
  height: 130px;
  object-fit: cover;
  border-radius: 6px;
}
.bl_dealers_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.bl_dealers_ttl > a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding-right: 30px;
}
.bl_dealers_ttl > a::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 3px;
  right: 0;
  background: url(../img/common/external-link.svg) center/contain no-repeat;
  z-index: 2;
}
.bl_dealers_ttl > a:hover {
  text-decoration: none;
}
.bl_dealers_desc {
  margin-bottom: 15px;
}
.bl_dealers_address {
  white-space: pre-line;
}
.bl_dealers_tel {
  margin-bottom: 10px;
}
.bl_dealers_tel > a {
  display: inline-block;
  text-decoration: underline;
}
.bl_dealers_tel > a:hover {
  text-decoration: none;
}
.bl_dealers_dl {
  background: #f3f3f3;
  padding: 10px 15px;
  border-radius: 6px;
}
.bl_dealers_dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.bl_dealers_dl dt:hover {
  opacity: 0.6;
}
.bl_dealers_dl dd {
  display: none;
  padding-top: 10px;
}
.bl_dealers_list > li {
  font-size: 0.875rem;
}
.bl_dealers_list > li::before {
  content: "・";
}
.bl_dealers_map {
  width: 100%;
}
.bl_dealers_map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 450px) {
  .bl_dealers_map iframe {
    height: 60vw;
  }
}

/* =============================================
パーツ
============================================= */
.el_dtailH2ttl {
  font-family: "Fjalla One", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
.el_dtailH2ttl__center {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .el_dtailH2ttl {
    font-size: 2rem;
  }
}

.bl_pageSec {
  position: relative;
  padding: 70px 0;
}
.bl_pageSec__pb0 {
  padding-bottom: 0;
}
.bl_pageSec__large {
  padding: 120px 0;
}
.bl_pageSec__black {
  background: #171717;
}
.bl_pageSec__black * {
  color: #fff;
}

.el_containerMid {
  position: relative;
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}

.el_containerSmall {
  position: relative;
  max-width: 650px;
  width: 92%;
  margin: 0 auto;
}

.bl_gridList {
  display: grid;
  gap: 50px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
}
.bl_gridList__col2 {
  grid-template-columns: 1fr 1fr;
}
.bl_gridList__col3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.bl_gridList__col4 {
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 450px) {
  .bl_gridList__col4 {
    gap: 20px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_gridList_item p + * {
  margin-top: 1em;
}

.bl_cardItem_img {
  margin-bottom: 15px;
}
@media screen and (max-width: 450px) {
  .bl_cardItem_img {
    margin-bottom: 10px;
  }
}
.bl_cardItem_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 450px) {
  .bl_cardItem_img img {
    height: 110px;
  }
}
.bl_cardItem_btn {
  display: block;
  text-align: center;
  background: #fff;
  border: 2px solid #dadada;
  border-radius: 6px;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  transition: 0.3s ease;
}
@media screen and (max-width: 450px) {
  .bl_cardItem_btn {
    padding: 10px;
  }
}
.bl_cardItem_btn:hover {
  border: 2px solid #f3f3f3;
  background: #f3f3f3;
}

.el_dtailMainimg {
  text-align: center;
  margin-top: 50px;
}
.el_dtailMainimg img {
  width: 100%;
  height: auto;
}

.el_imgWrap {
  text-align: center;
}
.el_imgWrap img {
  width: 100%;
  height: auto;
}

.bl_descList {
  column-count: 3;
  column-gap: 50px;
}
@media screen and (max-width: 450px) {
  .bl_descList {
    column-count: 1;
    column-gap: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.bl_descList_item {
  break-inside: avoid;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .bl_descList_item {
    margin-bottom: 0;
  }
}

.el_movieWrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1;
}
.el_movieWrap iframe {
  vertical-align: bottom;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 450px) {
  .el_movieWrap iframe {
    height: 64vw;
  }
}

.bl_iconList {
  display: flex;
  justify-content: center;
  gap: 50px 20px;
}
@media screen and (max-width: 450px) {
  .bl_iconList {
    display: block;
    gap: 20px;
  }
}
.bl_iconList_item {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 450px) {
  .bl_iconList_item {
    width: 100%;
  }
  .bl_iconList_item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.bl_iconList .el_h3ttl {
  text-align: center;
  margin: 10px 0;
}
.bl_iconList img {
  width: 100%;
  height: auto;
}

.bl_flexLayout {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 450px) {
  .bl_flexLayout {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.bl_flexLayout_item {
  flex: 1;
}

.el_listDisc > li::before {
  content: "・";
}
.el_listDisc > li + li {
  margin-top: 10px;
}

/* =============================================
Supportページ用
============================================= */
.bl_contact {
  max-width: 907px;
  margin: 0 auto 55px;
}
.bl_contact_inner {
  margin-bottom: 80px;
}
.bl_contact_txt {
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.bl_contact_item {
  display: grid;
  align-items: center;
  grid-template-columns: 180px 1fr;
  gap: 27px;
  margin-bottom: 40px;
}
.bl_contact .hissu {
  font-size: 1rem;
  letter-spacing: 0;
}
.bl_contact .txt_small {
  display: block;
  font-size: 0.6825rem;
  letter-spacing: 0;
  line-height: 1.45;
}
.bl_contact_ttl {
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.bl_contact_box {
  padding: 34px 10px 34px 34px;
  margin-bottom: 50px;
}
.bl_contact_box_inner {
  height: 185px;
  overflow-y: scroll;
  padding-right: 32px;
  scrollbar-color: #575757 #191919;
  scrollbar-width: thin;
}
.bl_contact_box_txt {
  font-size: 0.8125rem;
  line-height: 1.84;
}
.bl_contact_box_txt + .bl_contact_box_txt {
  margin-top: 16px;
}
.bl_contact .txt_check {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.bl_contact input[type=text],
.bl_contact input[type=email],
.bl_contact input[type=tel],
.bl_contact input[type=number],
.bl_contact input[type=date],
.bl_contact select,
.bl_contact textarea {
  -webkit-appearance: none;
  appearance: none;
  color: #A3A3A3;
  border: none;
  font-size: 0.875rem;
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  min-height: 50px;
}

.bl_contact input[type=text]:focus,
.bl_contact input[type=email]:focus,
.bl_contact input[type=tel]:focus,
.bl_contact input[type=number]:focus,
.bl_contact input[type=file]:focus,
.bl_contact textarea:focus,
.bl_contact select:focus {
  outline: 1px solid #A3A3A3;
}

.bl_contact .name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.bl_contact .name .item {
  display: grid;
  grid-template-columns: 30px 290px;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.bl_contact .name .item .unit {
  font-size: 0.875rem;
  letter-spacing: 0;
  width: 30px;
  text-align: right;
}

.bl_contact textarea {
  height: 270px;
  resize: vertical;
}

.bl_contact .name .select-wrap {
  width: 290px;
}
.bl_contact .name .select-wrap::after {
  background: unset;
}

.bl_contact .age .select-wrap {
  width: 170px;
}

.bl_contact .select-wrap::after {
  content: "";
  background: url(../img/common/accessorylist_arrow.svg) center/contain no-repeat;
  width: 10px;
  height: 5px;
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 23px;
}

.wpcf7-form-control-wrap.inquiry {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 25px 0 0;
}

.wpcf7-radio label {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0;
}

.wpcf7-radio input[type=radio] {
  flex: 0 0 12px;
  display: inline-block;
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  -webkit-appearance: none;
  appearance: none;
  margin: 8px 5px 0 0;
}

.wpcf7-radio input[type=radio]:checked + span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 2px;
  z-index: 0;
}

.wpcf7-radio input[type=radio]:focus-visible {
  outline: none;
}

.bl_contact .select-wrap {
  position: relative;
  width: 170px;
}

.file-label {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0;
  padding: 0 19px 1px;
  transition: 0.5s;
  border: 1px solid #969696;
}

.file-label:hover {
  background-color: #969696;
  color: #000;
}

.file-label input[type=file] {
  display: none;
}

.file-message {
  margin-top: 5px;
  font-size: 0.875rem;
  letter-spacing: 0;
  display: inline;
  padding-left: 15px;
}

.bl_contact .submit-btn {
  display: flex;
  justify-content: center;
}

.bl_contact .submit-btn [type=submit] {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #5D5D5D;
  outline: none;
  color: #5D5D5D;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 22px 113px;
  transition: 0.3s;
  width: 305px;
}

.bl_contact .submit-btn [type=submit]:hover {
  opacity: 0.7;
  background: #EEEEEE;
  color: #000000;
}

.bl_contact .submit-btn [type=submit].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #fff;
  text-align: center;
  margin: 30px 0 0;
}

.bl_contact .wpcf7-not-valid-tip {
  font-size: 11px;
  margin: 5px 0 0 0;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

.bl_contact .wpcf7-spinner {
  display: none;
}

.dtp > .dtp-content {
  font-weight: bold;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #373c3f !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #eff0f0 !important;
  color: #333 !important;
}

.dtp .p10 > a,
.dtp div.dtp-actual-year,
.dtp .bl_contact-inr.dtp-picker-days .bl_contact-item > dt {
  color: #333 !important;
}

.dtp div.dtp-picker-month {
  font-weight: bold;
  padding-bottom: 0 !important;
}

.dtp .bl_contact-inr.dtp-picker-days .bl_contact-item > dd > a.selected {
  background-color: #96cee1 !important;
  border-radius: 3px !important;
}

.dtp .right,
.dtp .left {
  margin-top: 10px !important;
}

.loading-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.loading-send {
  background: #fff;
  padding: 35px 70px;
  box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0, 32, 128, 0.1), 0 0 0 1px #f0f2f7;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1000;
}

.loading-send-dot,
.loading-send-dot::before,
.loading-send-dot::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9face6;
  position: absolute;
  top: 0;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
}

.loading-send-dot {
  margin-top: 5px;
  position: relative;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading-send-dot::before {
  left: -15px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading-send-dot::after {
  left: 15px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (max-width: 450px) {
  .bl_contact .bl_contact-inr {
    margin: 0 0 30px;
  }
  .bl_contact .bl_contact-inr .bl_contact-item {
    display: block;
  }
  .bl_contact .bl_contact-inr dt,
  .bl_contact .bl_contact-inr dd {
    width: 100%;
  }
  .bl_contact .bl_contact-inr dt {
    padding: 15px 0 10px;
  }
  .bl_contact .bl_contact-inr dd {
    padding: 0 0 15px;
  }
  .bl_contact .reserve-date {
    display: block;
  }
  .bl_contact .reserve-date .date {
    width: 100%;
    margin: 0 0 10px;
  }
  .bl_contact .age {
    flex-wrap: wrap;
  }
  .bl_contact .age .item + .item {
    margin-top: 15px;
  }
  .bl_contact .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }
  .bl_contact .submit-btn [type=submit].back-btn {
    margin-right: 25px;
  }
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}
/* =============================================
投稿用
============================================= */
.pagination {
  display: flex;
  justify-content: center;
  margin: 3em 0 0;
  gap: 0.5em;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5em 0.8em;
  background: #fff;
  border: 2px solid #dadada;
  color: #171717;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
.pagination .page-numbers:hover {
  opacity: 0.6;
}
.pagination .page-numbers.current {
  border: 2px solid #f3f3f3;
  background: #f3f3f3;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  background: #fff;
  border: 2px solid #dadada;
}