@charset "UTF-8";
:root {
  /* Design */
  --design-widith-sm: 375;
  --design-widith-md: 768;
  --design-widith-lg: 1200;
  /* Color */
  --c-white: #fff;
  --c-black: #333;
  --c-red: #d9534f;
  --c-yellow: #FFEC89;
  --c-green: #008E3F;
  --c-brown: #4C271C;
  --c-orange: #F18D05;
  --c-gray: #c3c3c3;
  --c-light-gray: #f6f6f6;
  --c-pink-beige: #DDD3CD;
  --c-main: #043757;
  /* Font Family */
  font-family: "Sawarabi Gothic", serif;
  --font-en: "Montserrat", serif;
  /* Font Size */
  /*---------- SP ----------*/
  /*40px*/
  --font-size-sp40: min(10.2222vw, 2.5rem);
  /*32px*/
  --font-size-sp32: min(8.533333vw, 2rem);
  /*24px*/
  --font-size-sp24: min(6.4vw, 1.5rem);
  /*20px*/
  --font-size-sp20: min(5.33333vw, 1.25rem);
  /*18px*/
  --font-size-sp18: min(4.8vw, 1.125rem);
  /*16px*/
  --font-size-sp16: min(4.26666vw, 1rem);
  /*14px*/
  --font-size-sp14: min(3.733333vw, .875rem);
  /*---------- PC----------*/
  /*48px*/
  --font-size-pc48: min(4vw, 3rem);
  /*40px*/
  --font-size-pc40: min(3.33333vw, 2.5rem);
  /*32px*/
  --font-size-pc32: min(2.66666vw, 2rem);
  /*28px*/
  --font-size-pc28: min(2.33333vw, 1.75rem);
  /*24px*/
  --font-size-pc24: min(2vw, 1.5rem);
  /*20px*/
  --font-size-pc20: min(1.66666vw, 1.25rem);
  /*18x*/
  --font-size-pc18: min(1.5vw, 1.125rem);
  /*16px*/
  --font-size-pc16: min(1.33333vw, 1rem);
  /*14px*/
  --font-size-pc14: min(1.16666vw, 0.875rem);
  /* Font Weight */
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-ex-bold: 900;
  /* Line Height */
  --lh-ss: 1;
  --lh-s: 1.25;
  --lh-m: 1.4;
  --lh-l: 1.8;
  --lh-xl: 2;
  /* Letter Spacing */
  --tracking-normal: normal;
  --tracking-wide: 0.06em;
  --tracking-wider: 0.1em;
  --tracking-widest: 0.16em;
  /* Margin */
  /* 8 */
  --space-xs: .5rem;
  --space-s: 1rem;
  /* 24 */
  --space-m: 1.5rem;
  /* 32 */
  --space-l: 2rem;
  /* 40 */
  --space-xl: 2.5rem;
  /* 56 */
  --space-xxl: 3.5rem;
  /* Container Size & Offset */
  --max-container-size: 1440px;
  --offset-xs: 1.5vw;
  --offset-sm: 2.5vw;
  --offset-md: 5vw;
  --offset-lg: 10vw;
  /* Radius */
  --radius-sm: 4px;
  --radius-m: 8px;
  --radius-md: 16px;
  --radius-lg: 2.5rem;
  --radius-full: 50%;
  /* Transition & Animation */
  --duration-fast: 0.3s;
  --duration-normal: 0.6s;
  --duration-slow: 1.2s;
  --ease-in-sine: cubic-bezier(0.12, 0, 0.39, 0);
  --ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
  --ease-in-out-sine: cubic-bezier(0.37, 0, 0.63, 1);
  --ease-in-quart: cubic-bezier(0.5, 0, 0.75, 0);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
  --ease-in-expo: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out-expo: cubic-bezier(0.87, 0, 0.13, 1);
}

em {
  font-style: normal;
}

/*========== responsive ==========*/
/* 374px以下  SPデザイン以下 */
/* 〜767px SPデザイン */
/* 768px〜 PCデザイン */
/* 768px〜1199px  タブレットのみ */
/* 1300px以上  PCコンテンツ幅以上 */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/* stylelint-disable */
/*! Oreset.css v2.0.0 | MIT License | https://github.com/hilosiva/Oreset.css */
/*
  # Global
---------------------------------------------- */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
  # Document & Sections
---------------------------------------------- */
:where(html) {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  background-color: #f8f8f8;
}

:where(body) {
  width: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  line-height: var(--lh-l);
  font-family: var(--font-ja);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

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

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

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

/*
  # Text-level semantics
---------------------------------------------- */
:where(a:not([class])) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/*
  # Embedded content
---------------------------------------------- */
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

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

:where(svg:not([fill])) {
  fill: currentColor;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

/*
  # Tabular data
---------------------------------------------- */
:where(table) {
  border-collapse: collapse;
}

/*
  # Forms
---------------------------------------------- */
:where(input, button, textarea, select, optgroup) {
  font: inherit;
  color: inherit;
}

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

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

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

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

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

:where(button) {
  border-style: solid;
}

/*
  # Interactive & Misc
---------------------------------------------- */
:where(template, [hidden]:not([hidden=until-found])) {
  display: none;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none;
}

/*
  # Accessibility
---------------------------------------------- */
:where([disabled], [aria-disabled=true]) {
  cursor: not-allowed;
}

:where([aria-busy=true]) {
  cursor: progress;
}

:where([aria-controls]) {
  cursor: pointer;
}

:where([aria-hidden=false][hidden]) {
  display: initial;
}

:where([aria-hidden=false][hidden]):not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:where(:focus:not(:focus-visible), ::before:focus:not(:focus-visible), ::after:focus:not(:focus-visible)) {
  outline: none;
}

/*
  # aタグ
---------------------------------------------- */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * Prettier ignore
 */
@media (prefers-reduced-motion: reduce) {
  ::-webkit-backdrop {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    scroll-behavior: auto !important;
  }
  *,
*:before,
*:after,
::backdrop {
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    scroll-behavior: auto !important;
  }
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
    margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* input */
input {
  /* inputの枠線を消す */
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

select {
  /* 右端の▼を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

/**
  * Remove padding
  */
option {
  padding: 0;
}

/**
  * Reset to invisible
  */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/*
  # other
---------------------------------------------- */
/*-- telスマホのみ --*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

.grad-wrapper {
  padding: 2.4rem 0;
  width: 100vw;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  background: linear-gradient(45deg, #5c554e, #f6f4f1, #ddd3cd);
  background-size: 200% 200%;
  -webkit-animation: bggradient 10s ease infinite;
          animation: bggradient 10s ease infinite;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ===============================================
 アニメーション
=============================================== */
.top {
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease, visibility 1s ease, height 1s ease;
}
.top.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.top-images {
  padding-inline: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .top-images {
    grid-template-columns: repeat(4, 1fr);
  }
}

.top-image {
  position: relative;
}

.top-image {
  height: calc((var(--vh, 1vh) * 100 - 5rem) / 4);
  width: auto;
}
@media screen and (min-width: 768px) {
  .top-image {
    height: calc((var(--vh, 1vh) * 100 - 5rem) / 3);
  }
}
.top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s ease, transform 0.5s ease-out;
  will-change: opacity, transform;
}

.top-image img.show {
  opacity: 1;
  transform: scale(1);
  -webkit-animation: fadeInRotate 0.8s ease-out;
          animation: fadeInRotate 0.8s ease-out;
}

@-webkit-keyframes fadeInRotate {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  50% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInRotate {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  50% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.top-side {
  height: 100%;
  max-width: 40px;
  overflow: hidden;
  -webkit-animation: reveal 1.5s ease-out forwards;
          animation: reveal 1.5s ease-out forwards;
}
@media screen and (min-width: 768px) {
  .top-side {
    max-width: 120px;
  }
}

@-webkit-keyframes reveal {
  0% {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: inset(50% 0% 0% 0%);
            clip-path: inset(50% 0% 0% 0%);
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}

@keyframes reveal {
  0% {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: inset(50% 0% 0% 0%);
            clip-path: inset(50% 0% 0% 0%);
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
.top-modal-title-container {
  padding: 3rem 0 1.5rem;
  background-color: var(--c-pink-beige);
  height: calc(var(--vh, 1vh) * 50);
  min-height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-modal-title-container {
    padding: 2.5rem 0 1.5rem;
  }
}

.top-modal-title {
  display: block;
  max-width: 17.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-modal-title {
    max-width: 32rem;
  }
}

.top-modal-title-text2 {
  margin-top: 24px;
  text-align: center;
  font-size: var(--font-size-sp14);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-modal-title-text2 {
    font-size: var(--font-size-pc24);
  }
}

.top-modal-button {
  margin-top: 0.6rem;
  text-align: center;
}

/* モーダル表示 */
.top-contents {
  background-color: var(--c-pink-beige);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 10;
}

/* フェードイン効果を適用するためのクラス */
.top-contents.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.p-top-introduction {
  height: calc(var(--vh, 1vh) * 100);
  min-height: 530px;
}

/* ===============================================
 アルバム紹介
=============================================== */
.p-gallery-album-lists {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-gallery-album-lists {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery-album-lists {
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 初期状態：非表示（透明） */
.p-gallery-album-lists .p-gallery-album-list {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1s ease, transform 1s ease;
}
.p-gallery-album-lists .p-gallery-album-list a:hover img {
  transition: 0.5s;
  filter: grayscale(1);
}
.p-gallery-album-lists .p-gallery-album-list a:hover:after {
  position: absolute;
  content: "More";
  font-weight: var(--font-bold);
  font-family: var(--font-en);
  color: var(--c-white);
  font-size: var(--font-size-sp14);
  letter-spacing: var(--tracking-wide);
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-gallery-album-lists .p-gallery-album-list a:hover:after {
    font-size: var(--font-size-pc16);
  }
}

/* 表示状態：フェードイン */
.p-gallery-album-lists .p-gallery-album-list.show {
  opacity: 1;
  transform: scale(1);
}

.p-gallery-album-list {
  height: auto;
}
.p-gallery-album-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-links {
    gap: 1.5rem;
  }
}

.c-link a {
  padding: 0.6rem 0.8rem;
  border: solid 1px var(--c-brown);
  font-size: var(--font-size-sp14);
  letter-spacing: var(--tracking-widest);
  line-height: var(--lh-s);
  transition: var(--duration-normal);
}
@media screen and (min-width: 768px) {
  .c-link a {
    padding: 0.6rem 1.4rem;
    font-size: var(--font-size-pc14);
  }
}

.c-link:first-of-type a {
  background-color: var(--c-white);
  color: var(--c-brown);
}
.c-link:last-of-type a {
  background-color: var(--c-brown);
  color: var(--c-white);
}

.c-link a:hover {
  filter: brightness(0.8);
}

.price {
  padding: 4rem 0;
}

.price-album-image {
  margin-inline: auto;
  max-width: 8rem;
}
@media screen and (min-width: 768px) {
  .price-album-image {
    max-width: 18rem;
  }
}

.price-album-title-container {
  margin-top: 1rem;
  text-align: center;
}

.price-album-title {
  text-align: center;
  text-transform: uppercase;
  font-size: var(--font-size-sp32);
  font-family: var(--font-en);
  font-weight: var(--font-medium);
  line-height: var(--lh-ss);
}
@media screen and (min-width: 768px) {
  .price-album-title {
    font-size: var(--font-size-pc48);
  }
}
.price-album-title span {
  display: block;
  font-weight: 400;
  font-size: var(--font-size-sp16);
  font-family: var(--font-ja);
  letter-spacing: var(--tracking-wide);
}
@media screen and (min-width: 768px) {
  .price-album-title span {
    font-size: var(--font-size-pc16);
  }
}

.price-album-body {
  padding-top: 2rem;
  font-size: var(--font-size-sp16);
}
@media screen and (min-width: 768px) {
  .price-album-body {
    text-align: center;
    font-size: var(--font-size-pc16);
  }
}

.price-title {
  margin-bottom: 0.5rem;
  font-family: var(--font-en);
  font-weight: var(--font-medium);
  letter-spacing: var(--tracking-wide);
  line-height: var(--lh-s);
}

.price-album-text {
  font-size: var(--font-size-sp14);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .price-album-text {
    font-size: var(--font-size-pc16);
  }
}

.product-details {
  margin: auto;
  padding-top: 1.5rem;
  position: relative;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .product-details {
    padding: 2rem;
  }
}

.product-header {
  text-align: center;
}

.product-image {
  max-width: 100%;
  height: auto;
}

.tabs {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.tab-button {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  border: none;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tab-button.active {
  background-color: #ccc;
}

.tab-contents {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .tab-contents {
    padding: 2.5rem 1.5rem;
  }
}

.tab-panel {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.tab-panel.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.tab-panel ul li {
  position: relative;
  padding-left: 0.8rem;
  margin-top: 0.5rem;
}
.tab-panel ul li:first-child {
  margin-top: 0;
}
.tab-panel ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #333;
}

.tab-panel table {
  width: 100%;
  border-collapse: collapse;
}

.tab-panel th,
.tab-panel td {
  padding: 0.5rem;
  text-align: left;
}

.tab-panel th {
  font-weight: var(--font-medium);
  color: #333;
}

.tab-panel td {
  color: #555;
}

@media screen and (max-width: 767px) {
  .tab-panel.--option th, .tab-panel.--option td {
    display: block;
    width: 100%;
  }
  .tab-panel.--option th {
    padding-bottom: 0;
  }
  .tab-panel.--option td {
    padding-top: 0;
  }
}
.c-title-section {
  text-align: center;
  text-transform: uppercase;
  font-size: var(--font-size-sp20);
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  .c-title-section {
    font-size: var(--font-size-pc28);
  }
}

.c-title-section-text {
  text-align: center;
}
.c-title-section-text span {
  display: block;
  line-height: var(--lh-s);
  font-size: min(3vw, 0.7rem);
}
@media screen and (max-width: 767px) {
  .c-title-section-text span {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title-section-text span {
    font-size: 0.7rem;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.c-button a {
  text-decoration: none;
  font-size: var(--font-size-sp16);
  color: #a48765;
  letter-spacing: var(--tracking-wider);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-button a {
    font-size: var(--font-size-pc18);
  }
}
.c-button a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999;
  top: 100%;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-button a::after {
  content: "◆";
  font-size: 8px;
  color: #b19777;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out;
  -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite;
}
.c-button a:hover {
  color: #b19777;
}
.c-button a:hover::before {
  transform: scaleX(1);
  background-color: #b19777;
}

/* 点滅アニメーション */
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1; /* 最初と最後は表示 */
  }
  50% {
    opacity: 0; /* 中間で非表示 */
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1; /* 最初と最後は表示 */
  }
  50% {
    opacity: 0; /* 中間で非表示 */
  }
}
.c-site-nav-list span {
  display: block;
  line-height: var(--lh-ss);
}
.c-site-nav-list a {
  color: var(--c-brown);
  transition: 0.3s;
}
.c-site-nav-list a:hover {
  color: #a48765;
}

.nav-en {
  font-size: var(--font-size-sp18);
  font-weight: var(--font-medium);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
}
@media screen and (min-width: 768px) {
  .nav-en {
    font-size: var(--font-size-pc18);
  }
}

.nav-ja {
  margin-top: 0.4rem;
  font-size: 0.75rem;
}

/*------------------------------
layout > section
------------------------------*/
.l-section {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 3.75rem 0;
  }
}

.l-section-bg-gray {
  background-color: var(--c-light-gray);
}

.l-section-bg-lightBlue {
  background-color: var(--c-light-gray);
}

.l-section-l {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .l-section-l {
    padding: 5rem 0;
  }
}

/*------------------------------
layout > container
------------------------------*/
.l-container {
  width: 92%;
  margin-inline: auto;
}
.l-container.--m {
  max-width: 67.5rem;
}
.l-container.--s {
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .l-container.--s {
    max-width: 48rem;
  }
}

.scroll-y-container {
  overflow-y: auto;
}

.header-logo {
  position: fixed;
  bottom: 5%;
  right: 0;
  margin-left: -1rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 0.4rem;
  display: block;
  writing-mode: vertical-rl;
  padding: 0;
  color: #7a7a7a;
  font-family: var(--font-en);
  font-weight: var(--font-semi-bold);
  font-size: 12px;
  letter-spacing: var(--tracking-widest);
}
@media screen and (min-width: 768px) {
  .header-logo {
    padding: 1rem 0.5rem;
    right: 10px;
    font-size: var(--font-size-pc14);
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
  }
}
@media screen and (max-width: 767px) {
  .header-logo.--pc {
    display: none;
  }
}

/* ヘッダー */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  top: 1.5rem;
  left: 0.5rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-header {
    left: 2rem;
    top: 2rem;
  }
}
.l-header.--top {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.l-header.--top.active {
  display: block;
  opacity: 1;
}

/* メニューボタン */
.c-menu-button {
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  transition: transform 0.5s ease;
  transform: rotate(0);
}

.menu-icon {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: #5C554E;
  display: block;
  opacity: 0;
  -webkit-animation: fadeIn 6s infinite ease-in-out 0.2s;
          animation: fadeIn 6s infinite ease-in-out 0.2s;
  transition: transform 0.3s ease-in-out;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #5C554E;
}

.menu-icon::before {
  top: -0.7rem;
  -webkit-animation: fadeIn 6s infinite ease-in-out;
          animation: fadeIn 6s infinite ease-in-out;
}

.menu-icon::after {
  top: 0.7rem;
  -webkit-animation: fadeIn 6s infinite ease-in-out 0.4s;
          animation: fadeIn 6s infinite ease-in-out 0.4s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-menu-button.open .menu-icon {
  transform: rotate(90deg);
}

.c-menu-button.open .menu-icon,
.c-menu-button.open .menu-icon::before,
.c-menu-button.open .menu-icon::after {
  -webkit-animation: none;
          animation: none;
  opacity: 1 !important;
}

/* ナビゲーション */
.c-site-nav {
  position: fixed;
  padding: 2rem 1.5rem;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 17.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
  transform: translateX(-100%);
  transition: transform 0.6s ease, visibility 0s linear 0.6s;
  visibility: hidden;
  overflow-y: scroll;
}

.c-site-nav.active {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.6s ease;
}

.c-site-nav-lists.--fixed {
  padding-top: 2.5rem;
  flex-direction: column;
  display: flex;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-site-nav-lists.--fixed {
    padding-top: 3.5rem;
  }
}

.l-footer {
  padding: 2rem 0;
}

.copyright {
  color: var(--c-black);
  font-family: var(--font-en);
  display: block;
  text-align: center;
  font-size: clamp(10px, 1.2vw, 0.75rem);
  line-height: var(--lh-ss);
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
  box-shadow: none;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
}

/* スピンボタン非表示 chrome,safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
   margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* input */
input {
  /* inputの枠線を消す */
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
  box-shadow: none;
}

select {
  /* 右端の▼を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
  box-shadow: none;
}

.contact-message {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .contact-message {
    font-size: 15px;
  }
}
.form {
  padding: 2.5rem 0;
}

.form dt {
  display: flex;
  align-items: center;
}

.contact-check-lists {
  display: block;
  margin-top: 20px;
}

.contact-title {
  margin-top: 20px;
}

.form-item-textarea {
  border-radius: 10px;
  display: block;
  width: 100% !important;
  height: 230px !important;
  padding: 7px 20px;
  resize: vertical;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  margin-top: 10px;
}

.contact-check-lists label {
  display: block;
  margin: 10px auto;
}

.check-box input[type=checkbox] {
  display: none;
}

.check-box__text {
  display: inline-block;
  padding: 3px 0 3px 40px;
  cursor: pointer;
  position: relative;
}

.check-box__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 3px;
  left: 0;
  border: 1px solid #9b9b9b;
  background: #fff;
}

.check-box__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  padding-top: 10px;
  top: 9px;
  left: 4px;
  border-left: 2px solid #72aed1;
  border-bottom: 2px solid #72aed1;
  transform: rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .check-box__text::after {
  opacity: 1;
}

input::-moz-placeholder {
  color: #ddd;
}

input::placeholder {
  color: #ddd;
}

/*送信ボタン*/
.submit-container {
  margin-bottom: 29px;
}

.form-message {
  font-size: 12px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
}

.required-tab {
  font-size: 10px;
  color: #fff;
  height: 18px;
  font-weight: 500;
  width: 30px;
  margin-right: 6px;
  background: #db3500;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy-container {
  font-size: var(--font-size-sp14);
  height: 12rem;
  overflow-y: scroll;
  padding: 1rem 1.2rem 2rem;
  border: solid 1px #ddd;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-container {
    font-size: var(--font-size-pc14);
  }
}

.privacy-container h2 {
  font-size: var(--font-size-sp18);
  font-weight: var(--font-semi-bold);
  text-align: center;
  color: var(--c-brown);
  font-family: var(--font-en);
}
@media screen and (min-width: 768px) {
  .privacy-container h2 {
    font-size: var(--font-size-pc18);
  }
}

.privacy-container h3 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: solid 0.5px var(--c-black);
  margin-top: 20px;
  margin-bottom: 5px;
}

.privacy-container li {
  padding-left: 15px;
  position: relative;
}

.privacy-container li span {
  position: absolute;
  left: 0;
}

.privacy-container a {
  color: var(--c-brown);
  text-decoration: underline;
}

.privacy-container a:hover {
  opacity: 0.7;
}

.form-item-input {
  width: 100%;
  height: 58px;
  border-radius: 10px;
  padding: 7px 20px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  margin-top: 10px;
  box-shadow: none;
}

.form-item-label {
  display: flex;
  align-items: center;
  font-size: var(--font-size-sp14);
  line-height: var(--lh-m);
}
@media screen and (min-width: 768px) {
  .form-item-label {
    font-size: var(--font-size-pc14);
  }
}

.form-item {
  margin-bottom: 1.2rem;
}

.radio-buttons {
  margin-top: 0.5rem;
  font-size: var(--font-size-sp14);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .radio-buttons {
    font-size: var(--font-size-pc14);
  }
}

@media screen and (max-width: 767px) {
  .radio-buttons label + label {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .radio-buttons label span {
    margin-left: 1rem;
    display: inline-block;
  }
}
.radio-buttons input {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1045px) {
  .radio-buttons div.mfp_err {
    left: 0;
    bottom: -17rem;
  }
}
.radio-buttons label {
  display: none;
  cursor: pointer;
  display: flex;
  position: relative;
  padding-left: 23px;
  padding-right: 10px;
  align-items: flex-start;
}

.radio-buttons label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  border-color: #585753;
  background-color: #fff;
}

.radio-buttons input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -6px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: var(--c-brown);
}

.custom-radio {
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--c-black);
  border-radius: 50%; /* ラジオボタンを円形に */
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  transition: all 0.3s ease;
}

.custom-radio:checked {
  background-color: var(--c-black);
}

.custom-radio:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

label {
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
}

.radio-buttons-photographer {
  margin-top: 1rem;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .radio-buttons-photographer {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .radio-buttons-photographer {
    flex-direction: column;
  }
}

.policy-check {
  margin-right: 0;
  margin-left: auto;
  line-height: 1.77;
  margin-top: 2.4rem;
  font-size: var(--font-size-sp14);
}
@media screen and (min-width: 768px) {
  .policy-check {
    font-size: var(--font-size-pc14);
  }
}

.policy-check label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.policy-check label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 10px;
  top: 50%;
  border: 1px solid;
  border-color: #585753;
  /* 枠の色変更 お好きな色を */
  background-color: #fff;
  /* 背景の色変更 お好きな色を */
}

.policy-check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -7px;
  top: 50%;
  left: 12px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: var(--c-brown);
  /* チェックの色変更 お好きな色を */
}

@media screen and (max-width: 767px) {
  .policy-check div.mfp_err {
    bottom: -5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1045px) {
  .policy-check div.mfp_err {
    bottom: -5rem;
  }
}
.submit-button {
  margin-top: 1.5rem;
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c-brown);
  border-radius: 24.5px;
  background: var(--c-white);
  font-size: 16px;
  color: var(--c-brown);
  font-family: inherit;
  -webkit-appearance: none;
  transition: 0.3s;
}

.submit-button:hover {
  cursor: pointer;
  background: var(--c-brown);
  color: var(--c-white);
}

/* -- div#thanks -------------------------------------------------------------------------------- */
.thanks {
  padding: 80px 0 100px;
}

.common-button-border {
  margin-top: 50px;
  text-align: center;
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #72aed1;
  border-radius: 24.5px;
  background: #72aed1;
  font-size: 16px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  transition: 0.3s;
}

.common-button-border:hover {
  cursor: pointer;
  background: #fff;
  color: #72aed1;
}

.thanks-message {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .thanks-message {
    text-align: center;
  }
}
.thanks-footer {
  position: relative;
}

.thanks-container {
  max-width: 70rem;
  width: 100%;
  padding-inline: auto;
}

.p-top-photographer-name {
  text-align: center;
  color: var(--c-black);
  margin-top: 20px;
  font-family: var(--font-en);
  text-transform: uppercase;
  font-size: min(3.2vw, 12px);
  line-height: var(--lh-m);
}
@media screen and (min-width: 768px) {
  .p-top-photographer-name {
    font-size: var(--font-size-pc20);
  }
}

.p-top-photographer-image {
  max-width: 48rem;
  width: 100%;
  margin-inline: auto;
  height: calc(var(--vh, 1vh) * 50);
  min-height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top-photographer-photo {
  width: 100%;
  height: 100%;
  background-color: #5C554E;
}
.p-top-photographer-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-top-photographer-initial {
  width: 100%;
  height: 100%;
  background-color: #5C554E;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-photographer-initial img {
    max-width: 45px;
  }
}

.p-top-photographer-initial img,
.p-top-photographer-photo img {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

/* ===============================================
 フォトグラファーページ
=============================================== */
@media screen and (min-width: 768px) {
  .p-photographer-page {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-photographer-lists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-photographer-lists {
    flex-direction: column;
    gap: 6.4rem;
  }
}
.p-photographer-lists.--photographerPage {
  margin-top: 4rem;
}

.p-photographer-list a {
  transition: 0.3s;
}
.p-photographer-list a img {
  transition: 0.3s;
}
.p-photographer-list a:hover img {
  filter: brightness(1.05);
}
.p-photographer-list a:hover .c-button {
  color: #b19777;
}
.p-photographer-list a:hover .c-button::before {
  transform: scaleX(1);
  background-color: #b19777;
}
.p-photographer-list a .c-button {
  text-decoration: none;
  font-size: var(--font-size-sp16);
  color: #a48765;
  letter-spacing: var(--tracking-wider);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-photographer-list a .c-button {
    font-size: var(--font-size-pc18);
  }
}
.p-photographer-list a .c-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999;
  top: 100%;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.p-photographer-list a .c-button::after {
  content: "◆";
  font-size: 8px;
  color: #b19777;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out;
  -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite;
}

.p-photographer-list-sign {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-photographer-list-sign {
    padding-top: 0;
    position: absolute;
    bottom: -5rem;
  }
}

.p-photographer-page-name {
  padding: 0.5rem 0 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-en);
  font-weight: var(--font-light);
  font-size: var(--font-size-sp32);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-photographer-page-name {
    padding: 1rem 0 2.4rem;
    font-size: var(--font-size-pc40);
  }
}

/* ===============================================
 フォトグラファープロフィール
=============================================== */
.p-photographerPage {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.p-photographer-profile {
  border-top: 1px solid var(--c-pink-beige);
  padding-top: 1.4rem;
  padding-bottom: 4rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .p-photographer-profile {
    padding-top: 2.4rem;
    padding-bottom: 6.4rem;
  }
}

.p-photographer-profile-inner {
  gap: 1rem;
  flex-direction: row-reverse;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-photographer-profile-inner {
    gap: 2rem;
    align-items: flex-end;
  }
}

.p-photographer-profile-button2 {
  margin-top: 1.5rem;
}
.p-photographer-profile-button2 .c-button {
  display: block;
}
.p-photographer-profile-button2 a {
  font-size: clamp(min(3.2vw, 12px), 1.4vw, 14px);
  padding-inline: 10px;
  padding-block: 2px;
}
@media screen and (min-width: 768px) {
  .p-photographer-profile-button2 a {
    padding-inline: 16px;
    padding-block: 4px;
  }
}

.p-photographer-profile-button2 .c-button:nth-child(1) a,
.p-photographer-profile-button2 .c-button:nth-child(2) a
 {
  display: block;
  background-color: #fff;
  color: #a48765;
  transition: .3s;
}
.p-photographer-profile-button2 .c-button:nth-child(2) a {
  display: block;
  margin-top: 0.8rem;
  background-color: #a48765;
  color: #fff;
  transition: .3s;
}
.p-photographer-profile-button2 .c-button:nth-child(2) a:after,
.p-photographer-profile-button2 .c-button:nth-child(1) a:after,
.p-photographer-profile-button2 .c-button:nth-child(1) a:before,
.p-photographer-profile-button2 .c-button:nth-child(2) a:before {
  display: none;
}

.p-photographer-profile-button2 .c-button:nth-child(1) a:hover,
.p-photographer-profile-button2 .c-button:nth-child(2) a:hover {
  filter: brightness(.9);
}



.p-photographer-profile-image {
  max-width: 30rem;
  flex: 0 0 46%;
}

.p-photographer-profile-body h3 {
  color: #444;
  line-height: 1.4;
  text-align: justify;
  font-size: var(--font-size-sp14);
}
@media screen and (min-width: 768px) {
  .p-photographer-profile-body h3 {
    line-height: 1.75;
    font-size: var(--font-size-pc18);
  }
}

.p-photographer-profile-message {
  margin-top: 0.5rem;
}
.p-photographer-profile-message p {
  color: #444;
  line-height: 1.4;
  text-align: justify;
  font-size: min(3.2vw, 12px);
}
@media screen and (min-width: 768px) {
  .p-photographer-profile-message p {
    line-height: 1.75;
    font-size: var(--font-size-pc16);
  }
}

.p-photographer-profile-sign {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: -5.5rem;
}
@media screen and (min-width: 768px) {
  .p-photographer-profile-sign {
    bottom: -8rem;
  }
}
.p-photographer-profile-sign img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 8rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-photographer-profile-sign img {
    height: 15rem;
  }
}

/* ===============================================
 slider
=============================================== */
.p-photographer-slider-title {
  line-height: 1.2;
  text-align: center;
  font-size: var(--font-size-sp16);
}
@media screen and (min-width: 768px) {
  .p-photographer-slider-title {
    font-size: var(--font-size-pc18);
  }
}
.p-photographer-slider-title img {
  max-width: 20rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.p-photographer-slider-title span {
  display: block;
  margin-top: -2.5rem;
  text-transform: uppercase;
}

.p-photographer-slider-container {
  padding-top: 2rem;
}
.p-photographer-slider-container .splide__list {
  align-items: center;
}

/* スライド共通のスタイル */
.splide__slide img {
  opacity: 0.3;
  transform: scale(0.8);
  transition: 0.7s;
}

/* アクティブなスライドのスタイル */
.splide__slide.is-active img {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}