@charset "UTF-8";
body {
  image-rendering: -webkit-optimize-contrast;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

_::-webkit-full-page-media, _:future, :root body {
  image-rendering: auto;
}

main {
  min-height: 100vh;
}

*, ::before, ::after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  min-height: 100%;
  font-size: 62.5%;
  font-weight: 400;
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-feature-settings: "palt";
  word-break: keep-all;
  overflow-wrap: anywhere;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN w3", "Yu Gothic", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, Meiryo, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFFFFF;
  background-color: #000000;
  container-type: inline-size;
  interpolate-size: allow-keywords;
}

img {
  max-width: none;
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

a {
  opacity: 1;
  color: #581415;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:visited {
  color: #581415;
}
a:hover {
  opacity: 0.7;
  color: #581415;
}
a:focus {
  color: #581415;
}
a:active {
  color: #581415;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  transition: all 0.3s ease;
}

header .logo {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 154px;
  height: auto;
  z-index: 99999;
}

main {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
main h2 {
  font-size: 4.6rem;
  color: #FFFFFF;
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
  font-weight: 500;
}
main h3 {
  font-size: 3.8rem;
  line-height: 1.3;
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
  font-weight: 500;
}
main p {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.1;
}
main #heroSection {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
main #heroSection .firstView {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_main.jpg") center bottom 14vh no-repeat;
  background-size: cover;
}
main #heroSection .firstView img {
  display: block;
  width: 440px;
  margin: 0 auto;
  padding-bottom: 43px;
}
main #heroSection .firstView h1 {
  display: inline-block;
  width: 100%;
  padding: 0 60px;
  text-align: center;
  font-size: 4rem;
  line-height: 1.25;
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
  font-weight: 500;
}
main #heroSection .firstView p {
  margin: 20px auto 9vh;
  padding: 0 30px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.15rem;
}
main #heroSection img {
  display: block;
  margin: 0 auto 100px;
  width: min(760px, 75%);
  animation: blurFadeIn 1s ease forwards;
}
main #fluorite {
  position: relative;
  margin: 0 0 200px 0;
}
main #fluorite .title {
  overflow: hidden;
  width: 100%;
  height: 410px;
  padding-top: 132px;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_fluorite.jpg") center right/cover no-repeat;
}
main #fluorite .title::after {
  content: "";
  position: absolute;
  top: 48px;
  left: -60px;
  width: min(789px, 59cqw);
  height: 852px;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_clipped_lens.png") right center/contain no-repeat;
}
main #fluorite .title__letters {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: max(65%, 800px);
  background: linear-gradient(transparent 64px, #A8BA9A 64px, #A8BA9A 65px, transparent 0);
  z-index: 99999;
}
main #fluorite .title__letters h2 {
  width: 722px;
  margin: -15px 0 0 0;
  text-align: right;
}
main #fluorite .title__letters img {
  width: 722px;
}
main #fluorite .txtBlock {
  position: relative;
  margin-bottom: 110px;
  letter-spacing: 0.1rem;
}
main #fluorite .txtBlock h3 {
  text-align: center;
  margin-bottom: 26px;
}
main #fluorite .txtBlock p {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 100px;
  word-break: break-word;
}
main #fluorite .txtBlock--start {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  width: min(1200px, 100%);
  margin: 60px auto 0;
  padding: 0 100px;
}
main #fluorite .txtBlock--start h3 {
  width: min(680px, 46vw);
  margin-bottom: 30px;
}
main #fluorite .txtBlock--start p {
  width: min(680px, 46vw);
  word-break: break-word;
  letter-spacing: 0.1rem;
}
main #fluorite .abeBlockContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: min(1168px, 100%);
  margin: -20px auto 30px;
}
main #fluorite .abeBlockContainer--fig {
  width: min(500px, 42vw);
}
main #fluorite .abeBlockContainer--fig img {
  width: 100%;
  transform: translateY(50px);
}
main #fluorite .abeBlockContainer--ex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1px;
  width: min(581px, 48vw);
}
main #fluorite .abeBlockContainer--ex img {
  width: 50%;
}
main #fluorite .abeBlockContainer .footnote {
  margin-top: 3px;
  padding: 0;
  text-align: center;
}
main #fluorite .ingotBlock {
  margin: 0 auto;
  width: min(1180px, 98vw);
}
main #fluorite .ingotBlock img {
  width: 100%;
}
main #fluorite .ingotBlock + .txtBlock {
  margin-top: -90px;
}
main #fluorite .ingotBlock + .txtBlock .footnote {
  width: min(1200px, 100%);
  margin-top: 20px;
  padding: 0 100px;
}
main #claftsman {
  position: relative;
  margin: 0 0 200px 0;
}
main #claftsman .title {
  position: relative;
  width: 100%;
  height: 410px;
  padding-top: 132px;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_takumi.jpg") center center no-repeat;
}
main #claftsman .title::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 7.5vw;
  width: 398px;
  height: 448px;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/mark_takumi.svg") right top/contain no-repeat;
}
main #claftsman .title__letters {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: max(49vw, 486px);
  background: linear-gradient(transparent 64px, #A8BA9A 64px, #A8BA9A 65px, transparent 0);
  z-index: 99999;
}
main #claftsman .title__letters h2 {
  width: 486px;
  margin: -15px 0 0 auto;
  text-align: right;
}
main #claftsman .title__letters img {
  display: block;
  width: 486px;
  margin: 0 0 0 auto;
}
main #claftsman .moduleLeftCorner {
  position: relative;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_leftCorner.png") no-repeat;
  padding: 51px 0 0 51px;
}
main #claftsman .moduleLeftCorner.bgNum01 .num {
  position: absolute;
  top: 14px;
  left: 1px;
  width: 230px;
  z-index: 99999;
  overflow: hidden;
}
main #claftsman .moduleLeftCorner.bgNum01 .num img {
  margin-left: -10px;
}
main #claftsman .moduleLeftCorner.bgNum03 .num {
  position: absolute;
  top: 14px;
  left: 1px;
  z-index: 99999;
  overflow: hidden;
}
main #claftsman .moduleLeftCorner.bgNum03 .num img {
  margin-left: -12px;
}
main #claftsman .moduleLeftCorner::after {
  content: "";
  position: absolute;
  top: 51px;
  left: 681px;
  width: min(716px, 100% - 681px + (100cqw - 100%) / 2);
  height: 460px;
}
main #claftsman .moduleLeftCorner.bgNum01::after {
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_num01.jpg") center center no-repeat;
}
main #claftsman .moduleLeftCorner.bgNum03::after {
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_num03.jpg") center center no-repeat;
}
main #claftsman .moduleRightCorner {
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_rightCorner.png") top right no-repeat;
  padding: 51px 51px 0 0;
}
main #claftsman .moduleRightCorner--inner {
  margin: 0 0 0 auto;
}
main #claftsman .moduleRightCorner::before {
  content: "";
  position: absolute;
  top: 51px;
  left: max(-197px, (100cqw - 100%) / -2);
  width: min(716px, 100% - 681px + (100cqw - 100%) / 2);
  height: 460px;
}
main #claftsman .moduleRightCorner.bgNum02 .num {
  position: absolute;
  top: 14px;
  right: 1px;
  z-index: 99999;
  overflow: hidden;
}
main #claftsman .moduleRightCorner.bgNum02 .num img {
  margin-right: -12px;
}
main #claftsman .moduleRightCorner.bgNum04 .num {
  position: absolute;
  top: 14px;
  right: 1px;
  z-index: 99999;
  overflow: hidden;
}
main #claftsman .moduleRightCorner.bgNum04 .num img {
  margin-right: -8px;
}
main #claftsman .moduleRightCorner.bgNum02::before {
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_num02.jpg") center center no-repeat;
}
main #claftsman .moduleRightCorner.bgNum04::before {
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_num04.jpg") center center no-repeat;
}
main #claftsman .moduleLeftCorner,
main #claftsman .moduleRightCorner {
  position: relative;
  width: min(1200px, 100%);
  margin: min(140px, 12cqw) auto 0;
}
main #claftsman .moduleLeftCorner img,
main #claftsman .moduleRightCorner img {
  display: block;
}
main #claftsman .moduleLeftCorner--inner,
main #claftsman .moduleRightCorner--inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 630px;
  z-index: 9999;
}
main #claftsman .moduleLeftCorner--inner .pBW,
main #claftsman .moduleRightCorner--inner .pBW {
  width: 180px;
}
main #claftsman .moduleLeftCorner--inner .txtBlock,
main #claftsman .moduleRightCorner--inner .txtBlock {
  width: 320px;
  margin: 0 65px;
  z-index: 310;
}
main #claftsman .moduleLeftCorner--inner .txtBlock h3,
main #claftsman .moduleRightCorner--inner .txtBlock h3 {
  margin-bottom: 20px;
}
main #claftsman .moduleLeftCorner--inner .txtBlock p,
main #claftsman .moduleRightCorner--inner .txtBlock p {
  word-break: break-all;
  letter-spacing: 0.1rem;
}
main #claftsman .moduleLeftCorner--inner .tRtl,
main #claftsman .moduleRightCorner--inner .tRtl {
  position: relative;
}
main #claftsman .moduleLeftCorner--inner .tRtl::before,
main #claftsman .moduleRightCorner--inner .tRtl::before {
  animation: takumiRtl 1.2s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #000;
  inset: 0;
  pointer-events: none;
  position: absolute;
  left: 385px;
  top: 0;
  width: 716px;
  height: auto;
  z-index: -1;
}
main #claftsman .moduleLeftCorner--inner .tRtl.--active::before,
main #claftsman .moduleRightCorner--inner .tRtl.--active::before {
  content: "";
}
main #claftsman .moduleLeftCorner--inner .tLtr,
main #claftsman .moduleRightCorner--inner .tLtr {
  position: relative;
}
main #claftsman .moduleLeftCorner--inner .tLtr::before,
main #claftsman .moduleRightCorner--inner .tLtr::before {
  animation: takumiLtr 1.1s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #000;
  inset: 0;
  pointer-events: none;
  position: absolute;
  left: -780px;
  top: 0;
  width: 716px;
  height: auto;
  z-index: 2;
}
main #claftsman .moduleLeftCorner--inner .tLtr.--active::before,
main #claftsman .moduleRightCorner--inner .tLtr.--active::before {
  content: "";
}
main #history {
  position: relative;
  margin: 0 0 200px 0;
}
main #history .title {
  overflow: hidden;
  width: 100%;
  height: 410px;
  padding-top: 132px;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_history.jpg") center center no-repeat;
}
main #history .title::after {
  content: "";
  position: absolute;
  top: 210px;
  left: 3%;
  width: min(1008px, 80%);
  height: 458px;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_lineup.png") left center/contain no-repeat;
  z-index: 99999;
}
main #history .title__letters {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: max(83cqw, 247px);
  background: linear-gradient(transparent 60px, #A8BA9A 60px, #A8BA9A 61px, transparent 0);
  z-index: 99999;
}
main #history .title__letters h2 {
  width: 247px;
  margin: -18px 0 0 0;
  text-align: right;
}
main #history .title__letters img {
  width: 247px;
}
main #history .history__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
  position: relative;
  width: min(1200px, 100cqw);
  margin: 5px auto 0;
  transform: translateY(15px);
}
main #history .history__wrapper img {
  width: min(410px, 34cqw);
  height: auto;
}
main #history .txtBlock {
  position: relative;
  margin-top: 140px;
  letter-spacing: 0.15rem;
}
main #history .txtBlock h3 {
  width: min(585px, 47cqw);
  text-align: center;
  margin-bottom: 26px;
}
main #history .txtBlock p {
  width: min(585px, 47cqw);
  margin: 0 auto;
  word-break: break-word;
}
main #show .slideShow {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  clip-path: inset(0);
  background-color: #FFFFFF;
}
main #show .slideShow p {
  opacity: 1;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.5;
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
  filter: drop-shadow(0px 0px 4px #000000);
}
main #show .slideShow .slideShow br.sp--none {
  display: none;
}
main #show .slideShow .origin,
main #show .slideShow .clone {
  position: fixed;
  left: 50cqw;
  top: 20vh;
  height: 70vh;
  transform: translateX(-56%);
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2.1;
  writing-mode: vertical-rl;
  word-break: break-all;
  z-index: 99999;
}
main #show .slideShow::before {
  content: "";
  width: 100cqw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
main #show .slideShow.slide01 p {
  position: fixed;
  top: 20vh;
  left: 16cqw;
}
main #show .slideShow.slide01::before {
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_slide_01.jpg") center center/cover no-repeat border-box;
}
main #show .slideShow.slide02 p {
  position: fixed;
  top: 46vh;
  right: 20cqw;
  text-align: right;
}
main #show .slideShow.slide02::before {
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_slide_02.jpg") center center/cover no-repeat border-box;
}
main #show .slideShow.slide03 p {
  position: fixed;
  top: 55vh;
  left: 12cqw;
}
main #show .slideShow.slide03::before {
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_slide_03.jpg") center center/cover no-repeat border-box;
}
main #show .slideShow.slide04::before {
  display: block;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_slide_end.jpg") bottom right/cover no-repeat border-box;
  filter: blur(10px) brightness(120%) contrast(88%) saturate(105%);
  scale: 1.1;
}
main #show .slideShow.slide04 .prx_01 {
  position: absolute;
  top: 3vh;
  right: 4cqw;
  width: 30cqw;
  height: auto;
}
main #show .slideShow.slide04 .prx_02 {
  position: absolute;
  bottom: 0;
  left: 2cqw;
  width: 33cqw;
  height: auto;
}
main #show .slideShow.slide04_2 {
  height: 70vh;
}
main #show .slideShow.slide04_2::before {
  display: block;
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_slide_end.jpg") bottom right/cover no-repeat border-box;
  filter: blur(10px) brightness(120%) contrast(88%) saturate(105%);
  scale: 1.1;
}
main #show .slideShow.slide04_2 .prx_03 {
  position: absolute;
  top: 0;
  right: 8cqw;
  width: 48cqw;
  height: auto;
}
main #feature {
  padding: 80px 0 150px;
}
main #feature .title__wrapper {
  display: flex;
  justify-content: center;
  width: min(1200px, 100%);
  margin: 0 auto;
}
main #feature .title__wrapper img {
  width: min(524px, 43%);
}
main #feature .title__txtBlock {
  margin-top: min(200px, 16cqw);
}
main #feature .title__txtBlock h2 {
  margin-top: 16px;
  font-size: 4rem;
}
main #feature .title__txtBlock img {
  width: min(208px, 50%);
  height: auto;
}
main #feature img {
  display: block;
}
main #feature .feature__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 60px 3px;
  width: min(1200px, 100%);
  margin: 0 auto;
  background: linear-gradient(90deg, transparent calc(50% - 1px), #333333 calc(50% + 1px), transparent 0);
  z-index: 99999;
}
main #feature .feature__module {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #000000;
}
main #feature .feature__module__txtBlock {
  flex: 1.05;
  width: 100%;
  padding: 0 30px 0;
  letter-spacing: -0.03rem;
}
main #feature .feature__module__txtBlock h3 {
  margin-bottom: 18px;
  font-size: 2.4rem;
  line-height: 1.3;
}
main #feature .feature__module__txtBlock p {
  line-height: 1.7;
  word-break: break-all;
  letter-spacing: 0.15rem;
}
main #feature .feature__module .imgContainer {
  flex: 0.95;
  width: 100%;
}
main #feature .feature__module img {
  width: 100%;
}
main #feature .feature__module .footnote {
  padding: 12px 0 0 0;
}
main #faq {
  width: 100%;
  padding: 80px 0 90px;
  background-color: #E7EEE2;
}
main #faq h2 {
  margin-bottom: 70px;
  color: #222222;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: -0.15rem;
}
@container (inline-size < 1280px) {
  main #faq .faq__wrapper {
    padding: 0 min(40px, 40px - (100% - 1200px) / 2);
  }
}
main #faq .faq__wrapper {
  width: min(1200px, 100%);
  margin: 0 auto;
}
main #faq .faq__wrapper details {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #B8B8B8;
}
main #faq .faq__wrapper details > .faq__a {
  overflow: hidden;
}
main #faq .faq__wrapper details::details-content {
  content-visibility: unset;
  display: block grid;
  transition: 0.3s ease-out;
  padding-bottom: 0;
}
main #faq .faq__wrapper details:not([open])::details-content {
  opacity: 0.1;
  grid-template-rows: 0fr;
}
main #faq .faq__wrapper details[open]::details-content {
  opacity: 1;
  grid-template-rows: 1fr;
}
main #faq .faq__wrapper details[open] summary::after {
  transform-origin: center 6px;
  transform: rotateX(180deg);
}
main #faq .faq__wrapper details summary {
  position: relative;
  width: 100%;
  padding-right: 40px;
  cursor: pointer;
}
main #faq .faq__wrapper details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/accArrow.svg") center center #839079 no-repeat;
  pointer-events: none;
}
main #faq .faq__wrapper details p {
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.15rem;
  word-break: break-all;
}
main #faq .faq__q {
  display: flex;
  align-items: center;
  gap: 30px;
  width: calc(100% - 30px);
  margin-bottom: 20px;
}
main #faq .faq__a {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
main #faq .faq__a p {
  padding-bottom: 20px;
}
main #faq .faq .accordion-003 {
  max-width: 500px;
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}
main #faq .faq .accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
main #faq .faq .accordion-003 summary::-webkit-details-marker {
  display: none;
}
main #faq .faq .accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.3s;
}
main #faq .faq .accordion-003[open] summary::after {
  transform: rotate(225deg);
}
main #faq .faq .accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}
main #faq .faq .accordion-003[open] p {
  transform: none;
  opacity: 1;
}
main #purchase {
  width: 100%;
  padding: 80px 0 150px;
  text-align: center;
  background-color: #FFFFFF;
}
main #purchase h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #000000;
  font-size: 5.2rem;
  font-weight: 400;
}
main #purchase > p {
  text-align: center;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
main #purchase > p:nth-of-type(2) {
  margin: 6px auto 50px;
  padding: 0;
  font-size: 1.3rem;
}
@container (inline-size < 1280px) {
  main #purchase .purchase__wrapper {
    padding: 0 min(40px, 40px - (100% - 1200px) / 2);
  }
}
main #purchase .purchase__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  width: min(1200px, 100cqw);
  margin: 0 auto 60px;
  text-align: left;
}
main #purchase .purchase__wrapper > * {
  overflow: hidden;
  padding: 15px 30px 0;
  background-color: #F4F4F4;
}
main #purchase .purchase__wrapper > .--odd {
  overflow: hidden;
  background-color: #ECECEC;
}
main #purchase .purchase__wrapper details {
  position: relative;
  background-color: #F4F4F4;
}
main #purchase .purchase__wrapper details:has(.--odd) {
  background-color: #ECECEC;
}
main #purchase .purchase__wrapper details > .module__spec {
  overflow: hidden;
}
main #purchase .purchase__wrapper details::details-content {
  content-visibility: unset;
  display: block grid;
  transition: 0.4s ease-out;
  padding-bottom: 0;
}
main #purchase .purchase__wrapper details:not([open])::details-content {
  opacity: 0.1;
  grid-template-rows: 0fr;
}
main #purchase .purchase__wrapper details[open]::details-content {
  opacity: 1;
  grid-template-rows: 1fr;
}
main #purchase .purchase__wrapper details summary {
  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  color: #000000;
  padding: 0 40px 36px 0;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
main #purchase .purchase__wrapper details summary::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-color: #000000;
  pointer-events: none;
}
main #purchase .purchase__wrapper details p {
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.15rem;
  word-break: break-all;
}
main #purchase .purchase__wrapper p {
  padding-bottom: 18px;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
main #purchase .purchase__wrapper p:has(strong) {
  font-weight: 500;
  padding-bottom: 5px;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
}
main #purchase .purchase__wrapper .module__heading h3 {
  margin-bottom: 15px;
  color: #22411C;
  font-size: 1.7rem;
  line-height: 1.5;
  word-break: break-all;
  font-weight: 600;
  font-family: "Noto Sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN w3", "Yu Gothic", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, Meiryo, Helvetica, sans-serif;
}
main #purchase .purchase__wrapper .module__name h4 {
  margin: 5px 0 15px;
  color: #000000;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
}
main #purchase .purchase__wrapper .module__name h4 span {
  font-size: 1.8rem;
}
main #purchase .purchase__wrapper .module__photo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-image: linear-gradient(#1A1A1A, #7B7B7B);
}
main #purchase .purchase__wrapper .module__photo img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
main #purchase .purchase__wrapper .module__photo.--pTS66 img {
  width: 85%;
}
main #purchase .purchase__wrapper .module__photo.--pTS55 img {
  width: 75%;
}
main #purchase .purchase__wrapper .module__photo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
main #purchase .purchase__wrapper .module__photo::after {
  content: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/icon_mafnify.svg");
  position: absolute;
  right: 10%;
  bottom: 10%;
  pointer-events: none;
}
main #purchase .purchase__wrapper .module__buy {
  padding-bottom: 40px;
}
main #purchase .purchase__wrapper .module__buy p:first-of-type {
  margin-bottom: 10px;
  padding: 5px 0 6px;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
main #purchase .purchase__wrapper .module__buy p:nth-of-type(2) {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
}
main #purchase .purchase__wrapper .module__buy p:nth-of-type(2) span {
  font-size: 1.6rem;
  white-space: nowrap;
}
@container (inline-size < 1280px) {
  main #purchase .purchase__wrapper__smasco {
    padding: 0 min(40px, 40px - (100% - 1200px) / 2);
  }
}
main #purchase .purchase__wrapper__smasco {
  width: min(1200px, 100%);
  margin: 0 auto;
}
main #purchase .purchase__wrapper__smasco h3 {
  margin-bottom: 8px;
  color: #111111;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN w3", "Yu Gothic", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, Meiryo, Helvetica, sans-serif;
}
main #purchase .purchase__wrapper__smasco p {
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
main #purchase .purchase__wrapper__smasco .lead {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 1rem;
  color: #000000;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #ADADAD;
}
main #purchase .purchase__wrapper__smasco .lead span {
  white-space: nowrap;
}
main #purchase .purchase__wrapper__smasco .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
main #purchase .purchase__wrapper__smasco .block .example img {
  width: 100%;
}
main #purchase .purchase__wrapper__smasco .block h4 {
  margin: 5px auto 12px;
  color: #000000;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
}
main #purchase .purchase__wrapper__smasco .block p {
  line-height: 1.75;
  letter-spacing: 0.1rem;
  word-break: break-all;
}
main #purchase .purchase__wrapper__smasco .block .plus {
  margin-top: 40px;
  font-size: 8rem;
  text-align: center;
  color: #C0C0C0;
  font-weight: 900;
}
main #purchase .purchase__wrapper__smasco .block .ar1,
main #purchase .purchase__wrapper__smasco .block .un1 {
  width: 20%;
}
main #purchase .purchase__wrapper__smasco .block .buy {
  width: 18%;
  align-self: flex-end;
}
main #purchase .purchase__wrapper__smasco .block .buy p {
  padding-bottom: 18px;
  text-align: left;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
}
main #purchase .purchase__wrapper__smasco .block .buy p span {
  font-size: 1.6rem;
  white-space: nowrap;
}
main #purchase .purchase .btn--addToCart p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 100%;
  height: 80px;
  font-size: 1.8rem;
  background-color: #DEDBCA;
  border: 1px solid #FFFFFF;
}
main #rating {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background-color: #F2F2F2;
}
main #rating h2 {
  margin-bottom: 60px;
  text-align: center;
  color: #000000;
  font-size: 3.6rem;
  font-weight: 400;
}
main #rating p {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: left;
  word-break: break-all;
}
@container (inline-size < 1280px) {
  main #rating .rating__wrapper {
    padding: 0 min(40px, 40px - (100% - 1200px) / 2);
  }
}
main #rating .rating__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  width: min(1200px, 100%);
  margin: 0 auto;
}
main #rating .rating__wrapper .card {
  flex: 1;
  padding: 30px;
  background-image: linear-gradient(#E5E5E5, #FFFFFF);
}
main #rating .rating__wrapper .card p {
  line-height: 2.1;
  letter-spacing: 0.1rem;
}
main #rating .rating__wrapper .card .heading {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
main #rating .rating__wrapper .card .gender p {
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
main #rating .rating__wrapper .card .gender__male {
  color: #5698D5;
}
main #rating .rating__wrapper .card .gender__female {
  color: #CE6F6F;
}
main #rating .rating__wrapper .card .item p:has(strong) {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  word-break: keep-all;
}
main #rating .rating__wrapper .card .item p:nth-of-type(2) {
  font-size: 1.9rem;
  line-height: 1;
  color: #ffcc00;
}

.footnote {
  width: 100%;
  padding: 30px 0 16px 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  word-break: break-all;
}

.lity {
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.5s;
}

.lity-content {
  transition: all 0.8s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.95);
}

.lity-image .lity-wrap {
  cursor: pointer;
}
.lity-image .lity-container {
  pointer-events: none;
}

.lity-content:after {
  box-shadow: none;
}

.lity-close {
  width: 50px;
  height: 50px;
  text-align: left;
  vertical-align: bottom;
  font-weight: 100;
  font-size: 40px;
  font-family: "Noto Sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN w3", "Yu Gothic", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, Meiryo, Helvetica, sans-serif;
  line-height: 40px;
}

.btn--gotoPurchase {
  opacity: 0.88;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 24px;
  width: 100px;
  height: 100px;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 999999;
}
.btn--gotoPurchase:hover {
  opacity: 1;
  filter: saturate(150%) brightness(125%);
}
.btn--gotoPurchase svg {
  opacity: 0;
  width: 96%;
  height: 96%;
}
.btn--gotoPurchase a {
  pointer-events: auto;
}
.btn--gotoPurchase img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.--isHidden {
  opacity: 0;
}
.--isHidden a {
  pointer-events: none;
}

.btn--gotoPurchase--sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  main #fluorite .title {
    padding-top: 146px;
  }
  main #fluorite .title::after {
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_clipped_lens.png") right top 100px/contain no-repeat;
  }
  main #fluorite .title__letters {
    width: 72%;
    background: linear-gradient(transparent 45px, #A8BA9A 45px, #A8BA9A 46px, transparent 0);
  }
  main #fluorite .title__letters h2 {
    width: 500px;
    margin: -11px 0 0 0;
  }
  main #fluorite .title__letters img {
    width: 500px;
  }
  main #claftsman .title {
    padding-top: 146px;
  }
  main #claftsman .title::after {
    content: "";
    position: absolute;
    top: 38px;
    width: 30%;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/mark_takumi.svg") right bottom/contain no-repeat;
  }
  main #claftsman .title__letters {
    width: max(49vw, 486px);
    background: linear-gradient(transparent 53px, #A8BA9A 53px, #A8BA9A 54px, transparent 0);
  }
  main #claftsman .title__letters h2 {
    width: 390px;
    margin: -14px 0 0 auto;
  }
  main #claftsman .title__letters img {
    width: 390px;
  }
  main #claftsman .moduleLeftCorner--inner .txtBlock {
    margin-left: 140px !important;
  }
  main #claftsman .moduleLeftCorner::after {
    left: 561px;
    width: min(596px, 100% - 561px + (100cqw - 100%) / 2);
  }
  main #claftsman .moduleRightCorner--inner .txtBlock {
    margin-right: 140px !important;
  }
  main #claftsman .moduleRightCorner::before {
    left: max(-197px, (100cqw - 100%) / -2);
    width: min(596px, 100% - 561px + (100cqw - 100%) / 2);
    height: 460px;
  }
  main #claftsman .moduleLeftCorner--inner,
  main #claftsman .moduleRightCorner--inner {
    width: 510px;
    height: 460px;
  }
  main #claftsman .moduleLeftCorner--inner .pBW,
  main #claftsman .moduleRightCorner--inner .pBW {
    display: none;
  }
  main #history .title::after {
    top: 150px;
    left: 0;
    width: max(740px, 80%);
  }
  main #history .history__wrapper {
    align-items: flex-end;
    gap: 30px;
  }
  main #history .history__wrapper img {
    width: 290px;
    height: auto;
  }
  main #history .txtBlock {
    margin-top: 90px;
  }
  main #feature .title__txtBlock h2 {
    margin-top: 10px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  main #history .history__wrapper {
    align-items: flex-start;
  }
  main #history .history__wrapper img {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    position: absolute;
    top: 14px;
    left: 18px;
    width: 104px;
    height: auto;
    z-index: 99999;
  }
  main #heroSection .firstView {
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_main.jpg") center bottom 18vh no-repeat;
    background-size: cover;
  }
  main #heroSection .firstView img {
    width: min(400px, 80%);
    padding-bottom: 35px;
  }
  main #heroSection .firstView h1 {
    font-size: 3rem;
    line-height: 1.35;
  }
  main #heroSection .firstView p {
    margin: 15px auto 9vh;
    padding: 0 20px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.08rem;
  }
  main #fluorite {
    margin-bottom: 150px;
  }
  main #fluorite .title {
    height: 380px;
    padding-top: 220px;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_fluorite.jpg") top -170px right -340px no-repeat;
  }
  main #fluorite .title::after {
    content: "";
    position: absolute;
    top: 280px;
    left: 50%;
    width: 50cqw;
    transform: translateX(-50%);
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_clipped_lens.png") right top/contain no-repeat;
  }
  main #fluorite .title__letters {
    width: max(90%, 335px);
    background: linear-gradient(transparent 28px, #A8BA9A 28px, #A8BA9A 29px, transparent 0);
    z-index: 99999;
  }
  main #fluorite .title__letters h2 {
    width: 320px;
    margin: -5px 0 0 0;
    font-size: 3.3rem;
  }
  main #fluorite .title__letters img {
    width: 320px;
  }
  main #fluorite .txtBlock {
    margin-bottom: 80px;
  }
  main #fluorite .txtBlock h3 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 40px;
    font-size: 3rem;
  }
  main #fluorite .txtBlock p {
    width: 100%;
    padding: 0 40px;
  }
  main #fluorite .txtBlock--start {
    width: 100%;
    margin: 33cqw auto 0;
    padding: 0 40px;
  }
  main #fluorite .txtBlock--start h3 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 3rem;
  }
  main #fluorite .txtBlock--start p {
    width: 100%;
    letter-spacing: 0.1rem;
  }
  main #fluorite .abeBlockContainer {
    display: block;
    margin: 20px auto 40px;
  }
  main #fluorite .abeBlockContainer--fig {
    width: 90%;
    margin: 50px auto 0;
  }
  main #fluorite .abeBlockContainer--fig img {
    width: 100%;
    transform: translateY(0);
  }
  main #fluorite .abeBlockContainer--ex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: -15px auto 0;
  }
  main #fluorite .abeBlockContainer--ex img {
    width: 50%;
  }
  main #fluorite .txtBlock {
    margin-bottom: 100px;
  }
  main #fluorite .ingotBlock {
    margin: 0 auto;
    width: 100%;
  }
  main #fluorite .ingotBlock img {
    width: 100%;
  }
  main #fluorite .ingotBlock + .txtBlock {
    margin-top: -40px;
  }
  main #claftsman {
    position: relative;
    margin: 0 0 150px 0;
  }
  main #claftsman .title {
    height: 380px;
    padding-top: 216px;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_takumi.jpg") left -790px top -295px no-repeat;
  }
  main #claftsman .title::after {
    top: 310px;
    left: 50%;
    width: 30cqw;
    transform: translateX(-50%);
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/mark_takumi.svg") right top/contain no-repeat;
  }
  main #claftsman .title__letters {
    left: 0;
    width: max(90%, 335px);
    background: linear-gradient(transparent 42px, #A8BA9A 42px, #A8BA9A 43px, transparent 0);
    z-index: 99999;
  }
  main #claftsman .title__letters h2 {
    width: 320px;
    margin: -6px 0 0 auto;
    font-size: 3.3rem;
  }
  main #claftsman .title__letters img {
    width: 320px;
    margin: 0 0 0 auto;
  }
  main #claftsman .moduleLeftCorner {
    background: none;
    padding: 0;
  }
  main #claftsman .moduleLeftCorner .num {
    opacity: 0.6;
  }
  main #claftsman .moduleLeftCorner.bgNum01 {
    margin: 23cqw auto 0;
  }
  main #claftsman .moduleLeftCorner.bgNum01 .num {
    left: 2px;
    top: 15px;
    z-index: -1;
  }
  main #claftsman .moduleLeftCorner.bgNum01 .num img {
    margin-left: 0;
  }
  main #claftsman .moduleLeftCorner.bgNum03 .num {
    left: 4px;
    top: 16px;
    z-index: -1;
  }
  main #claftsman .moduleLeftCorner.bgNum03 .num img {
    margin: 0;
  }
  main #claftsman .moduleLeftCorner::after {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 460px;
    z-index: 99999;
  }
  main #claftsman .moduleLeftCorner.bgNum01::after {
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_num01.jpg") center center/cover no-repeat;
  }
  main #claftsman .moduleLeftCorner.bgNum03::after {
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_num03.jpg") center center/cover no-repeat;
  }
  main #claftsman .moduleRightCorner {
    background: none;
    padding: 0;
  }
  main #claftsman .moduleRightCorner::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 460px;
    z-index: 999999;
  }
  main #claftsman .moduleRightCorner .num {
    opacity: 0.6;
  }
  main #claftsman .moduleRightCorner.bgNum02 .num {
    left: 4px;
    top: 18px;
    z-index: -1;
  }
  main #claftsman .moduleRightCorner.bgNum02 .num img {
    margin: 0;
  }
  main #claftsman .moduleRightCorner.bgNum04 .num {
    left: 4px;
    top: 3px;
    z-index: -1;
  }
  main #claftsman .moduleRightCorner.bgNum04 .num img {
    margin: 0;
  }
  main #claftsman .moduleRightCorner.bgNum02::before {
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_num02.jpg") center center/cover no-repeat;
  }
  main #claftsman .moduleRightCorner.bgNum04::before {
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_num04.jpg") center center/cover no-repeat;
  }
  main #claftsman .moduleLeftCorner,
  main #claftsman .moduleRightCorner {
    width: 100%;
    margin: 60px auto 0;
  }
  main #claftsman .moduleLeftCorner img,
  main #claftsman .moduleRightCorner img {
    display: block;
  }
  main #claftsman .moduleLeftCorner--inner,
  main #claftsman .moduleRightCorner--inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  main #claftsman .moduleLeftCorner--inner .pBW,
  main #claftsman .moduleRightCorner--inner .pBW {
    display: none;
  }
  main #claftsman .moduleLeftCorner--inner .txtBlock,
  main #claftsman .moduleRightCorner--inner .txtBlock {
    width: 100%;
    margin: 0;
    margin-left: 0 !important;
    padding: 60px 40px 0;
  }
  main #claftsman .moduleLeftCorner--inner .txtBlock h3,
  main #claftsman .moduleRightCorner--inner .txtBlock h3 {
    margin-bottom: 530px;
    font-size: 2.7rem;
    text-align: center;
  }
  main #claftsman .moduleLeftCorner--inner .txtBlock p,
  main #claftsman .moduleRightCorner--inner .txtBlock p {
    word-break: break-all;
    letter-spacing: 0.1rem;
  }
  main #history {
    margin: 0 0 150px 0;
  }
  main #history .title {
    height: 380px;
    padding-top: 220px;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_history.jpg") center top -320px no-repeat;
  }
  main #history .title::after {
    content: "";
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_lineup.png") left center/contain no-repeat;
    z-index: 99999;
  }
  main #history .title__letters {
    width: 240;
    background: linear-gradient(transparent 39px, #A8BA9A 39px, #A8BA9A 40px, transparent 0);
    z-index: 99999;
  }
  main #history .title__letters h2 {
    width: 210px;
    margin: -10px 0 0 0;
    font-size: 3.3rem;
  }
  main #history .title__letters img {
    width: 150px;
  }
  main #history .history__wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 40px;
  }
  main #history .history__wrapper img {
    display: block;
    width: 70%;
    height: auto;
    margin: 30px auto 0;
  }
  main #history .txtBlock {
    margin-top: 21cqw;
  }
  main #history .txtBlock h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
    font-size: 3rem;
  }
  main #history .txtBlock p {
    width: 100%;
    margin: 0 auto;
  }
  main #show .slideShow br.sp--none {
    display: none;
  }
  main #show .slideShow p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  main #show .slideShow.slide01 p {
    top: 20vh;
    left: 16cqw;
  }
  main #show .slideShow.slide02 p {
    top: 61vh;
    right: 9cqw;
    letter-spacing: 0.1rem;
  }
  main #show .slideShow.slide03 p {
    top: 66vh;
    left: 18cqw;
  }
  main #show .slideShow .origin,
  main #show .slideShow .clone {
    position: fixed;
    left: 50cqw;
    top: 12vh;
    height: 85vh;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 1.7rem;
    line-height: 2.4;
  }
  main #show .slideShow.slide04::before {
    display: block;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/p_slide_end.jpg") bottom right/cover no-repeat;
    filter: blur(10px) brightness(120%) contrast(88%) saturate(105%);
    scale: 1.1;
  }
  main #show .slideShow.slide04 .prx_01 {
    position: absolute;
    top: 8vh;
    right: 5cqw;
    width: 41cqw;
    height: auto;
  }
  main #show .slideShow.slide04 .prx_02 {
    position: absolute;
    top: 68vh;
    left: 4cqw;
    width: 50cqw;
    height: auto;
  }
  main #show .slideShow.slide04_2 {
    height: 70vh;
  }
  main #show .slideShow.slide04_2 .prx_03 {
    position: absolute;
    top: 0;
    right: 5cqw;
    width: 54cqw;
    height: auto;
  }
  main #feature {
    padding: 60px 0 100px;
  }
  main #feature .title__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  main #feature .title__wrapper img {
    width: 60%;
  }
  main #feature .title__txtBlock {
    margin-top: -30px;
  }
  main #feature .title__txtBlock h2 {
    margin: 10px auto 60px;
    font-size: 2.6rem;
    padding: 0;
    text-align: center;
  }
  main #feature .title__txtBlock img {
    width: 140px;
    height: auto;
    margin: 0 auto;
  }
  main #feature .feature__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    gap: 40px 0;
    width: 100%;
    margin: 0 auto;
    background: none;
  }
  main #feature .feature__module {
    display: flex;
    justify-content: center;
  }
  main #feature .feature__module:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  main #feature .feature__module__txtBlock {
    flex: 1.4;
    width: 100%;
    padding: 0 30px 0;
    letter-spacing: -0.03rem;
  }
  main #feature .feature__module__txtBlock h3 {
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  main #feature .feature__module__txtBlock p {
    line-height: 1.7;
    font-size: 1.5rem;
  }
  main #feature .feature__module .imgContainer {
    flex: 0.6;
    width: 100%;
  }
  main #feature .feature__module img {
    width: 100%;
  }
  main #faq {
    width: 100%;
    padding: 40px 0 60px;
    background-color: #E7EEE2;
  }
  main #faq h2 {
    margin-bottom: 40px;
    color: #222222;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: -0.15rem;
  }
  main #purchase {
    padding: 40px 0 80px;
  }
  main #purchase h2 {
    font-size: 3.8rem;
    font-weight: 400;
  }
  main #purchase > p {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    padding: 0 40px;
  }
  main #purchase > p:nth-of-type(2) {
    margin-bottom: 40px;
    padding-top: 10px;
  }
  main #purchase .purchase__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(20, auto);
    grid-auto-flow: column;
    margin: 0 auto 20px;
  }
  main #purchase .purchase__wrapper h4 {
    white-space: nowrap;
  }
  main #purchase .purchase__wrapper h4 br:nth-child(2) {
    display: none;
  }
  main #purchase .purchase__wrapper details {
    position: relative;
    background-color: #F4F4F4;
  }
  main #purchase .purchase__wrapper details:has(.--odd) {
    background-color: #ECECEC;
  }
  main #purchase .purchase__wrapper details > .module__spec {
    overflow: hidden;
  }
  main #purchase .purchase__wrapper details::details-content {
    content-visibility: unset;
    display: block grid;
    transition: 0.3s ease-out;
    padding-bottom: 0;
  }
  main #purchase .purchase__wrapper details:not([open])::details-content {
    opacity: 0.1;
    grid-template-rows: 0fr;
  }
  main #purchase .purchase__wrapper details[open]::details-content {
    opacity: 1;
    grid-template-rows: 1fr;
  }
  main #purchase .purchase__wrapper details[open] summary::after {
    transform-origin: center 6px;
    transform: rotateX(180deg);
  }
  main #purchase .purchase__wrapper details summary {
    display: block;
    position: relative;
    width: 100%;
    height: 24px;
    color: #000000;
    padding: 0 40px 36px 0;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;
  }
  main #purchase .purchase__wrapper details summary::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/accArrow.svg") center center #839079 no-repeat;
    pointer-events: none;
  }
  main #purchase .purchase__wrapper details p {
    color: #222222;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.15rem;
    word-break: break-all;
  }
  main #purchase .purchase__wrapper .module__buy {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  main #purchase .purchase__wrapper__smasco {
    width: 100%;
  }
  main #purchase .purchase__wrapper__smasco .block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 0px;
  }
  main #purchase .purchase__wrapper__smasco .block .example img {
    width: 100%;
  }
  main #purchase .purchase__wrapper__smasco .block h4 {
    margin: 5px auto 12px;
  }
  main #purchase .purchase__wrapper__smasco .block .plus {
    margin-top: 0;
  }
  main #purchase .purchase__wrapper__smasco .block .ar1,
  main #purchase .purchase__wrapper__smasco .block .un1 {
    width: 100%;
    text-align: center;
  }
  main #purchase .purchase__wrapper__smasco .block .buy {
    width: 100%;
    align-self: auto;
    margin-top: 40px;
  }
  main #purchase .purchase__wrapper__smasco .block .buy p {
    padding-bottom: 18px;
    text-align: left;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1;
    font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
  }
  main #purchase .purchase__wrapper__smasco .block .buy p span {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  main #purchase .purchase .btn--addToCart p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    width: 100%;
    height: 80px;
    font-size: 1.8rem;
    background-color: #DEDBCA;
    border: 1px solid #FFFFFF;
  }
  main #rating {
    width: 100%;
    padding: 40px 0 60px;
    text-align: center;
    background-color: #F2F2F2;
  }
  main #rating h2 {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
  main #rating .rating__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    width: min(1200px, 100%);
    margin: 0 auto;
  }
  main #rating .--upTarget,
  main #rating .--blurTarget,
  main #rating .--animDelay1,
  main #rating .--animDelay2 {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0;
  }
  .btn--gotoPurchase--sp {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    bottom: -2px;
    width: 100cqw;
    height: 49px;
    pointer-events: auto;
    transition: all 0.3s ease;
    z-index: 999999;
  }
  .btn--gotoPurchase--sp a:active {
    opacity: 1;
    transition: none;
    filter: saturate(300%) brightness(140%);
  }
  .btn--gotoPurchase--sp p {
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 pro", "Yu Mincho", 游明朝, YuMincho, serif;
    filter: drop-shadow(2px 2px 1px #000000);
    letter-spacing: 0.06rem;
  }
  .btn--gotoPurchase--sp p span {
    letter-spacing: -0.12rem;
  }
  .--isHidden {
    opacity: 0;
    pointer-events: none;
  }
  .btn--gotoPurchase {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  main #heroSection .firstView h1 {
    padding: 0 12px;
    font-size: 2.4rem;
    line-height: 1.35;
  }
  main #heroSection .firstView p {
    margin: 12px auto 7vh;
    padding: 0 20px;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.08rem;
  }
  main #fluorite .title {
    padding-top: 210px;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_fluorite.jpg") top -170px right -380px no-repeat;
  }
  main #fluorite .title__letters {
    width: 290px;
    background: linear-gradient(transparent 24px, #A8BA9A 24px, #A8BA9A 25px, transparent 0);
    z-index: 99999;
  }
  main #fluorite .title__letters h2 {
    width: 275px;
    margin: -6px 0 0 0;
    font-size: 2.8rem;
  }
  main #fluorite .title__letters img {
    width: 275px;
  }
  main #fluorite .txtBlock {
    margin-bottom: 60px;
  }
  main #fluorite .txtBlock h3 {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  main #fluorite .txtBlock p {
    width: 100%;
    padding: 0 40px;
  }
  main #fluorite .txtBlock--start {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 40px;
  }
  main #fluorite .txtBlock--start h3 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.6rem;
  }
  main #fluorite .txtBlock--start p {
    width: 100%;
    letter-spacing: 0.1rem;
  }
  main #fluorite .abeBlockContainer {
    display: block;
    margin: 20px auto 40px;
  }
  main #fluorite .abeBlockContainer--fig {
    width: 100%;
    margin: 50px auto 0;
  }
  main #fluorite .abeBlockContainer--fig img {
    width: 100%;
    transform: translateY(0);
  }
  main #fluorite .abeBlockContainer--ex {
    width: 100%;
  }
  main #fluorite .ingotBlock + .txtBlock {
    margin-top: -10px;
  }
  main #claftsman {
    position: relative;
    margin: 0 0 150px 0;
  }
  main #claftsman .title {
    height: 380px;
    padding-top: 216px;
    background: url("https://file002.shop-pro.jp/PA01360/671/prominar/imgs/bg_takumi.jpg") left -920px top -295px no-repeat;
  }
  main #claftsman .title::after {
    width: 40cqw;
  }
  main #claftsman .title__letters {
    left: 0;
    width: max(90%, 270px);
    background: linear-gradient(transparent 42px, #A8BA9A 42px, #A8BA9A 43px, transparent 0);
    z-index: 99999;
  }
  main #claftsman .title__letters h2 {
    width: 270px;
    margin: -6px 0 0 auto;
    text-align: right;
    font-size: 2.8rem;
    letter-spacing: 0.04rem;
  }
  main #claftsman .title__letters img {
    width: 270px;
    margin: 0 0 0 auto;
  }
  main #show .slideShow .origin,
  main #show .slideShow .clone {
    top: 8vh;
  }
}
.--upTarget {
  opacity: 0;
  transform: translateY(25%);
}

.--upVisible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.--ltrTarget {
  opacity: 0;
  transform: translateX(-7%);
}

.--rtlTarget {
  opacity: 0;
  transform: translateX(7%);
}

.--ltrRtlVisible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease;
}

.--blurTarget {
  opacity: 0.5;
  filter: blur(15px);
}

.--blurVisible {
  opacity: 1;
  filter: blur(0);
  transition: all 0.5s ease;
}

.--upScaleTargetR {
  opacity: 0;
  transform-origin: right top;
  scale: 0.9;
  filter: blur(10px);
}

.--upScaleTargetL {
  opacity: 0;
  transform-origin: left center;
  scale: 0.8;
  filter: blur(10px);
}

.--upScaleTargetC {
  opacity: 0;
  scale: 0.8;
  filter: blur(10px);
}

.--upScaleActiveR {
  opacity: 1;
  scale: 1;
  filter: blur(0);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.--upScaleActiveL {
  opacity: 1;
  scale: 0.9;
  filter: blur(0);
  transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.--upScaleActiveC {
  opacity: 1.2;
  scale: 1;
  filter: blur(0);
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.--animDelay1 {
  transition-delay: 0.1s;
}

.--animDelay2 {
  transition-delay: 0.2s;
}

@keyframes takumiLtr {
  100% {
    width: 0;
    transform: translate(716px);
  }
}
@keyframes takumiRtl {
  100% {
    width: 0;
  }
}
.footer-lst a {
  font-size: 1.4rem;
  color: #4d4d4d;
  word-break: break-all;
}

#notice-wrapper {
  font-size: 1.4rem;
  word-break: break-all;
}
#notice-wrapper .def-lst-dt, #notice-wrapper def-lst-dd {
  word-break: break-all;
}

.footer-wrapper {
  padding: 0 0 40px 0;
}
.footer-wrapper .col-lg-3 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .footer-wrapper {
    margin-top: 0;
    padding: 0;
  }
  .footer-wrapper .container {
    padding: 0;
  }
  .footer-wrapper .container .col-lg-3 {
    width: 100%;
  }
  .footer-wrapper .container .footer-lst {
    margin: 0;
    background-color: #545454;
  }
  .footer-wrapper .container .footer-lst a {
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #FFFFFF !important;
    font-size: 1.2rem;
    line-height: 1.3;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .footer-wrapper .container .footer-lst ul.unstyled {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 1px;
  }
  .footer-wrapper .container .footer-lst li {
    border: none;
  }
  .footer-wrapper .container .footer-lst li:nth-child(odd) {
    border: none;
  }
  .footer-wrapper .container .footer-lst .col-sm-6 {
    float: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 14px;
    background-color: #4d4d4d;
  }
}/*# sourceMappingURL=style_prominar_colorme.css.map */