@charset "UTF-8";

:root {
  --f-sans: "Noto Sans JP" !important;
  --f-serif: "Noto serif JP" !important;
}

* {
  box-sizing: border-box;
}

html {
  font-family: var(--f-serif) !important;
}

body {
  max-width: unset;
  font-family: var(--f-serif) !important;
}

p,
h3,
body main {
  font-family: var(--f-serif) !important;
}
.spNone {
  display: block;
}

.spOnly {
  display: none;
}

@media (max-width: 860px) {
    .spNone {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

.font-nsansjp {
  font-family: "Noto Sans JP" !important;
}

.font-nserifjp {
  font-family: "Noto serif JP" !important;
}

.font-zom {
  font-family: "Zen Old Mincho" !important;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.p-customsuit-section {
  padding: min(8.3333333333vw, 120px) 20px;
}

.p-customsuit-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.p-customsuit-title {
  font-size: clamp(24px, 3.4722222222vw, 50px);
  margin-bottom: clamp(40px, 5.5555555556vw, 80px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #282626;
  margin-top: 0;
  font-family: var(--f-serif) !important;
 
}

.p-customsuit-link {
  text-align: right;
  margin-top: 1em;
  font-family: var(--f-sans) !important;
}

.p-customsuit-link a {
  color: #630202;
  text-decoration: underline;
  font-size: 17px;
  transition: all 0.3s ease;
}

@media (max-width: 860px) {
  .p-customsuit-link a {
    font-size: 15px;
  }
}

.p-customsuit-link a:hover {
  opacity: 0.8;
}

.p-customsuit-mv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000 url("/assets/images/customsuit/top2x.png") no-repeat center/cover;
  color: #fff;
  z-index: 1;
}

@media (max-width: 860px) {
  .p-customsuit-mv {
    background-position: 63% center;
  }
  .p-customsuit-mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

.p-customsuit-mv .p-customsuit-inner {
  width: 100%;
}

.p-customsuit-mv-title {
  color: inherit;
  font-size: clamp(24px, 4.5138888889vw, 65px);
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.95;
  margin: 0;
  font-family: "Zen Old Mincho";
  text-indent: -0.5em;
}

.p-customsuit-mv-title .trim__right {
  letter-spacing: -0.5em;
}

.p-customsuit-mv-subtitle {
  color: inherit;
  font-size: clamp(14px, 1.25vw, 18px);
  margin-top: 20px;
  letter-spacing: 0.05em;
  opacity: 0.9;
  line-height: 1.8;

}

.p-customsuit-mv-buttons {
  display: flex;
  gap: 20px 76px;
  margin-top: 72px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

@media (max-width: 860px) {
  .p-customsuit-mv-buttons {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.p-customsuit-mv-button {
  font-family: var(--f-sans) !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: white;
  display: inline-block;
  padding: 11px 25px;
  background: #770b0b;
  transition: all 0.3s ease;
}

.p-customsuit-mv-button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 8px;
  height: 3px;
  background: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-customsuit-mv-button:hover {
  opacity: 0.8;
}

.p-customsuit-media__inner {
  max-width: 1100px;
}

.p-customsuit-media-img {
  text-align: center;
  width: 100%;
}

.p-customsuit-media-img img {
  display: block;
  width: 100%;
}

.p-customsuit-media-text {
  font-size: 18px;
  margin-top: min(80px, 5.5555555556vw);
}

@media (max-width: 860px) {
  .p-customsuit-media-text {
    font-size: 16px;
  }
}

.p-customsuit-media .p-customsuit-link {
  margin-top: 40px;
}

.p-customsuit-about {
  background: #000 -webkit-image-set(url("/assets/images/customsuit/eikokuya2x.png") 1x, url("/assets/images/customsuit/eikokuya2x.png") 2x) no-repeat center/cover;
  background: #000 image-set(url("/assets/images/customsuit/eikokuya2x.png") 1x, url("/assets/images/customsuit/eikokuya2x.png") 2x) no-repeat center/cover;
  padding: 80px 20px;
}

.p-customsuit-about-content {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 30px;
  margin-left: auto;
}

@media (min-width: 861px) {
  .p-customsuit-about-content {
    background: rgba(0, 0, 0, 0.88);
    padding: 50px 60px;
    width: min(60%, 790px);
  }
}

.p-customsuit-about-content * {
  color: inherit;
}

.p-customsuit-about-subtitle {
  display: flex;
  align-items: center;
  gap: 40px;
  letter-spacing: 0.1em;
  color: #8c8b8b;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-family: var(--f-serif) !important;
  font-weight: 500;
}

.p-customsuit-about-subtitle::after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: currentColor;
  align-self: center;
}

.p-customsuit-about-title {
  font-size: clamp(32px, 3.4722222222vw, 50px);
  letter-spacing: 0.12em;
  margin-top: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--f-serif) !important;
  font-weight: 500;
}

.p-customsuit-about p {
  font-size: 16px;
  line-height: 2 !important;
  letter-spacing: -0.05em;
  margin-top: 10px;
}

@media (min-width: 861px) {
  .p-customsuit-about p {
    font-size: 18px;
  }
}

.p-customsuit-about .p-customsuit-link a {
  color: white;
}

.p-customsuit-features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(96px, 6.6666666667vw);
  overflow: hidden;
}

@media (max-width: 860px) {
  .p-customsuit-features-list {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.p-customsuit-features-item {
  position: relative;
}

.p-customsuit-features-item::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #b2b1b1;
}

@media (min-width: 861px) {
  .p-customsuit-features-item::after {
    width: 1px;
    height: 100%;
    top: 0;
    right: max(-48px, -3.3333333333vw);
  }
}

@media (max-width: 860px) {
  .p-customsuit-features-item::after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -30px;
  }
}

.p-customsuit-features-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-customsuit-features-item-title {
  font-size: clamp(16px, 1.5972222222vw, 23px);
  font-weight: 500;
  color: #282626;
  margin: 24px 0;
  line-height: 1.4;
  font-family: var(--f-serif) !important;
}

@media (max-width: 860px) {
  .p-customsuit-features-item-title {
    margin: 18px 0;
  }
}

.p-customsuit-features-item-title strong {
  font-size: clamp(20px, 2.7777777778vw, 40px);
  line-height: 1.1;
  font-weight: 600;
  color: #282626;
  display: inline-block;
  margin-top: 12px;
}

.p-customsuit-features-item-text {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 860px) {
  .p-customsuit-features-item-text {
    font-size: 16px;
  }
}

.p-customsuit-suit-videos {
  padding: 42px 20px;
  background-color: #000;
}

.p-customsuit-suit-videos-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 60px min(160px, 11.1111111111vw);
}

.p-customsuit-suit-videos-item a {
  transition: all 0.3s ease;
}

.p-customsuit-suit-videos-item a:hover {
  opacity: 0.8;
}

.p-customsuit-suit-videos-item-thumb img {
  width: 100%;
  display: block;
}

.p-customsuit-suit-examples {
  background: #898888 -webkit-image-set(url("/assets/images/customsuit/bg-example.jpg") 1x, url("/assets/images/customsuit/bg-example@2x.jpg") 2x) no-repeat top right/cover;
  background: #898888 image-set(url("/assets/images/customsuit/bg-example.jpg") 1x, url("/assets/images/customsuit/bg-example@2x.jpg") 2x) no-repeat top right/cover;
  color: #fff;
}


@media (max-width: 860px) {
  .p-customsuit-suit-examples {
    padding: 60px 20px;
    background-position: 0% top;
    background: #898888 -webkit-image-set(url("/assets/images/customsuit/size2x_sp.png") 1x, url("/assets/images/customsuit/size2x_sp.png") 2x) no-repeat top right/cover;
    background: #898888 image-set(url("/assets/images/customsuitsize2x_sp.png") 1x, url("/assets/images/customsuit/size2x_sp.png") 2x) no-repeat top right/cover;
  }
}

@media (min-width: 861px) {
  .p-customsuit-suit-examples {
    padding: 230px 20px;
  }
}

.p-customsuit-suit-examples-content {
  background-color: rgba(247, 247, 247, 0.9);
  padding: min(50px, 3.4722222222vw) min(60px, 4.1666666667vw);
  color: #282626;
}

@media (min-width: 861px) {
  .p-customsuit-suit-examples-content {
    margin-right: auto;
    background-color: rgba(247, 247, 247, 0.88);
    width: min(77.7777777778vw, 1120px);
  }
}

.p-customsuit-suit-examples-title {
  font-size: clamp(24px, 3.4722222222vw, 50px);
  color: #282626;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: var(--f-serif) !important;
}

.p-customsuit-suit-examples-text {
  font-size: clamp(14px, 1.3888888889vw, 20px);
  color: #282626;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.p-customsuit-suit-examples-image {
  width: 100%;
  height: 500px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
}

.p-customsuit-suit-examples-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  color: #161616;
}

.p-customsuit-suit-examples-table strong {
  font-weight: 600;
}

.p-customsuit-suit-examples-table th,
.p-customsuit-suit-examples-table td {
  padding: 15px 10px;
  font-size: 16px;
}

@media (max-width: 860px) {

  .p-customsuit-suit-examples-table th,
  .p-customsuit-suit-examples-table td {
    padding: 10px 3px;
    font-size: 12px;
  }
}

.p-customsuit-suit-examples-table thead th,
.p-customsuit-suit-examples-table thead td {
  background-color: #d2d1d3;
  font-family: var(--f-serif) !important;
}

.p-customsuit-suit-examples-table thead th {
  text-align: left;
  font-weight: 300;
}

.p-customsuit-suit-examples-table tbody th,
.p-customsuit-suit-examples-table tbody td {
  font-size: 17px;
  vertical-align: top;
  font-family: var(--f-serif) !important;
  font-weight: 300;
}

@media (max-width: 860px) {

  .p-customsuit-suit-examples-table tbody th,
  .p-customsuit-suit-examples-table tbody td {
    font-size: 10px;
  }
}

.p-customsuit-suit-examples-table tbody th {
  text-align: center;
  font-family: var(--f-serif) !important;
  font-weight: 300;
}

.p-customsuit-suit-examples-table tbody tr:not(:first-of-type) {
  border-top: 0.5px solid #161616;
}

.p-customsuit-suit-examples-tables {
  display: none;
}

@media (max-width: 860px) {
  .p-customsuit-suit-examples-tables {
    display: block;
  }
  .p-customsuit-suit-examples-tables .thead {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .item.p-customsuit-suit-examples-table {
    margin-bottom: 35px;
  }
  .item.p-customsuit-suit-examples-table tbody tr:not(:first-of-type) {
    border: none;
  }
  .item.p-customsuit-suit-examples-table tbody th,
  .item.p-customsuit-suit-examples-table tbody td {
    font-size: 16px;
  }
  .item.p-customsuit-suit-examples-table tbody th {
    background-color: #d2d1d3;
    width: max(120px, 25vw);
    max-width: 250px;
  }
  .item.p-customsuit-suit-examples-table tbody td {
    padding-left: 10px;
    word-break: keep-all;
  }
}

.p-customsuit-suit-examples-caption {
  margin-top: 30px;
  text-align: right;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #898686;
}

@media (max-width: 860px) {
  .p-customsuit-suit-examples-caption {
    margin-top: 10px;
    font-size: 12px;
  }
}

.p-customsuit-flow {
  background: #2d2b2b;
  color: #fff;
}

.p-customsuit-flow * {
  color: inherit;
}

.p-customsuit-flow .p-customsuit-title {
  color: #fff;
}

.p-customsuit-flow-subtitle {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 860px) {
  .p-customsuit-flow-subtitle {
    font-size: 14px;
    text-align: left;
  }
}

.p-customsuit-flow-list {
  max-width: 1260px;
  margin: 0 auto;
}

.p-customsuit-flow-item {
  position: relative;
}

@media (min-width: 861px) {
  .p-customsuit-flow-item {
    margin-top: 80px;
    padding-left: 270px;
  }
}

@media (max-width: 860px) {
  .p-customsuit-flow-item {
    font-size: 16px;
    margin-top: 40px;
    padding-left: 20px;
  }
}

.p-customsuit-flow-item::before,
.p-customsuit-flow-item::after {
  display: block;
  position: absolute;
  background-color: #fff;
}

.p-customsuit-flow-item::before {
  content: "";
  border-radius: 100%;
  left: 0;
}

@media (min-width: 861px) {
  .p-customsuit-flow-item::before {
    width: 16px;
    height: 16px;
    top: 10px;
  }
}

@media (max-width: 860px) {
  .p-customsuit-flow-item::before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

@media (min-width: 861px) {
  .p-customsuit-flow-item::after {
    height: calc(100% + 80px);
    top: 10px;
    left: 6px;
    width: 4px;
  }
}

@media (max-width: 860px) {
  .p-customsuit-flow-item::after {
    height: calc(100% + 40px);
    top: 5px;
    width: 2px;
    left: 4px;
  }
}

.p-customsuit-flow-item:not(:last-of-type)::after {
  content: "";
}

.p-customsuit-flow-item-title {
  font-size: 24px;
  margin: 0;
}

@media (min-width: 861px) {
  .p-customsuit-flow-item-title {
    font-size: 38px;
    position: absolute;
    width: 270px;
    padding-left: 35px;
    top: 0;
    left: 0;
  }
}

.p-customsuit-flow-item-content {
  background-color: #fff;
  padding: min(35px, 2.7777777778vw);
  color: #231815;
}

@media (max-width: 860px) {
  .p-customsuit-flow-item-content {
    margin-top: 20px;
  }
}

.p-customsuit-flow-item-heading {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--f-serif) !important;
}

@media (min-width: 861px) {
  .p-customsuit-flow-item-heading {
    font-size: min(32px, 2.5396825397vw);
  }
}

.p-customsuit-flow-item-heading:not(:first-of-type) {
  margin-top: 40px;
}

@media (max-width: 860px) {
  .p-customsuit-flow-item-heading:not(:first-of-type) {
    margin-top: 20px;
  }
}

.p-customsuit-flow-item-text {
  font-size: 14px;
  margin-top: 10px;
  color: #565555;
}

@media (min-width: 861px) {
  .p-customsuit-flow-item-text {
    font-size: min(18px, 1.4285714286vw);
  }
}

.p-customsuit-flow-item-text a {
  color: #630202;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.p-customsuit-flow-item-text a:hover {
  opacity: 0.8;
}

.p-customsuit-flow-item-images {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 16px;
}

.p-customsuit-flow-item-images img {
  display: block;
  width: 100%;
  aspect-ratio: 285.864 / 152.9759;
  object-fit: cover;
  
}

.p-customsuit-flow-item-accBtn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  width: 100%;
  font-family: var(--f-sans);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
  text-align: center;
  padding: 10px 10px;
  min-height: 50px;
  color: white;
  background: #630202;
  border: 1px solid #630202;

  display: none;
}

@media (max-width: 860px) {
  .p-customsuit-flow-item-accBtn {
    margin-top: 30px;
    font-size: 14px;
    display: flex;
  }
}

.p-customsuit-flow-item-accBtn::before {
  content: "詳しく見る";
}

.p-customsuit-flow-item-accBtn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: transparent url("/assets/images/customsuit/icon/down_white.svg") no-repeat center/contain;
}

@media (max-width: 860px) {
  .p-customsuit-flow-item-accBtn::after {
    width: 22px;
    height: 22px;
  }
}

.p-customsuit-flow-item-accBtn.is-open {
  background: #fff;
  color: #630202;
}

.p-customsuit-flow-item-accBtn.is-open::before {
  content: "閉じる";
}

.p-customsuit-flow-item-accBtn.is-open::after {
  background: transparent url("/assets/images/customsuit/icon/up_red.svg") no-repeat center/contain;
}

.p-customsuit-voices-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 60px min(70px, 4.8611111111vw);
}

@media (min-width: 861px) {
  .p-customsuit-voices-list {
    grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr));
  }
}

.p-customsuit-voices-item {
  border: 1px solid #b2b1b1;
}

@media (min-width: 861px) {
  .p-customsuit-voices-item {
    display: flex;
  }

  .p-customsuit-voices-item>a {
    display: flex;
  }
}

.p-customsuit-voices-item a {
  transition: all 0.3s ease;
}

.p-customsuit-voices-item a:hover {
  opacity: 0.8;
}

@media (min-width: 861px) {
  .p-customsuit-voices-item-image {
    flex: 0 0 30%;
  }
}

@media (min-width: 1201px) {
  .p-customsuit-voices-item-image {
    flex: 0 0 47%;
  }
}

.p-customsuit-voices-item-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-customsuit-voices-item-content {
  padding: 20px 10px;
}

@media (min-width: 861px) {
  .p-customsuit-voices-item-content {
    flex: 1 0 53%;
  }
}

@media (min-width: 861px) {
  .p-customsuit-voices-item-content {
    padding: 30px 26px 20px;
  }
}

.p-customsuit-voices-item-heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0 0 16px;
  font-family: "Noto Serif JP";
}

@media (min-width: 861px) {
  .p-customsuit-voices-item-heading {
    font-size: 30px;
    margin-bottom: 24px;
  }
}

.p-customsuit-voices-item-text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "Noto Serif JP";
}

@media (min-width: 861px) {
  .p-customsuit-voices-item-text {
    font-size: 16px;
  }
}

.p-customsuit-qa {
  background: #ededed;
}

.p-customsuit-qa-list {
  margin-top: 40px;
}

.p-customsuit-qa-item {
  margin-top: 30px;
}

.p-customsuit-qa-item a {
  color: #630202;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.p-customsuit-qa-item a:hover {
  opacity: 0.8;
}

.p-customsuit-qa-question {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #141313;
  letter-spacing: 0.02em;
  padding: 10px 15px 10px 40px;
  background-color: #d8d8d8;
  position: relative;
  font-family: "Noto Serif JP";
  font-weight: 400;
}

@media (min-width: 861px) {
  .p-customsuit-qa-question {
    padding: 10px 15px 10px 50px;
    font-size: 21px;
  }
}

.p-customsuit-qa-question::before {
  content: "Q.";
  display: inline;
  position: absolute;
  top: 12px;
  left: 8px;
  font-size: 20px;
}

@media (min-width: 861px) {
  .p-customsuit-qa-question::before {
    font-size: 24px;
    top: 5px;
    left: 16px;
  }
}

.p-customsuit-qa-answer {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #141313;
  letter-spacing: 0.02em;
  padding: 15px 15px 15px 40px;
  position: relative;
  font-family: "Noto Serif JP";
  font-weight: 300;
}

@media (min-width: 861px) {
  .p-customsuit-qa-answer {
    padding: 15px 15px 15px 50px;
    font-size: 16px;
  }
}

.p-customsuit-qa-answer::before {
  content: "A.";
  display: inline;
  position: absolute;
  top: 12px;
  left: 8px;
  font-size: 20px;
}

@media (min-width: 861px) {
  .p-customsuit-qa-answer::before {
    font-size: 24px;
    top: 10px;
    left: 16px;
  }
}

.p-customsuit-stores-subtitle {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP";
  font-weight: 300;
}

@media (max-width: 860px) {
  .p-customsuit-stores-subtitle {
    font-size: 14px;
    text-align: left;
  }
}

.p-customsuit-stores-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(520px, 100%), 1fr));
  gap: min(40px, 2.7777777778vw);
  margin-top: 80px;
}

@media (max-width: 860px) {
  .p-customsuit-stores-list {
    margin-top: 40px;
  }
}

.p-customsuit-stores-item-label {
  background: #630202;
  border: 1px solid #630202;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  gap: 10px;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP";
  font-weight: 700;
}

@media (max-width: 860px) {
  .p-customsuit-stores-item-label {
    padding: 14px 14px;
  }
}

.p-customsuit-stores-item-label .item-name {
  flex: auto;
  font-size: 21px;
}

@media (max-width: 860px) {
  .p-customsuit-stores-item-label .item-name {
    font-size: 16px;
  }
}

.p-customsuit-stores-item-label .item-btn {
  font-size: 16px;
  flex: none;
  color: inherit;
  font-family: var(--f-sans);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

@media (max-width: 860px) {
  .p-customsuit-stores-item-label .item-btn {
    font-size: 12px;
  }
}

.p-customsuit-stores-item-label .item-btn::before {
  content: "詳しく見る";
}

.p-customsuit-stores-item-label .item-btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: transparent url("/assets/images/customsuit/icon/down_white.svg") no-repeat center/contain;
}

@media (max-width: 860px) {
  .p-customsuit-stores-item-label .item-btn::after {
    width: 16px;
    height: 16px;
  }
}

.p-customsuit-stores-item-label.is-open {
  background: #fff;
  color: #630202;
}

.p-customsuit-stores-item-label.is-open .item-btn::before {
  content: "閉じる";
}

.p-customsuit-stores-item-label.is-open .item-btn::after {
  background: transparent url("/assets/images/customsuit/icon/up_red.svg") no-repeat center/contain;
}

.p-customsuit-stores-item-contents {
  padding: min(40px, 2.7777777778vw) min(50px, 3.4722222222vw);
  display: grid;
  grid-template-columns: 1fr 53%;
  border: 1px solid #630202;
  border-width: 0 1px 1px;
}

.p-customsuit-stores-item-contents .item-content {
  padding-right: 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media (max-width: 860px) {
  .p-customsuit-stores-item-contents .item-content {
    font-size: 12px;
  }
}

.p-customsuit-stores-item-contents .item-content>*:first-child {
  margin-top: 0;
}

.p-customsuit-stores-item-contents .item-text {
  font-size: inherit;
}

.p-customsuit-stores-item-contents .item-map iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
}

.p-customsuit-stores-item-contents dl {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px 5px;
  margin-top: 30px;
}

@media (max-width: 860px) {
  .p-customsuit-stores-item-contents dl {
    margin-top: 20px;
    gap: 3px 5px;
    grid-template-columns: 1fr;
  }
}

.p-customsuit-stores-item-contents dt {
  font-size: 12px;
  align-self: center;
}

.p-customsuit-stores-item-contents dt,
.p-customsuit-stores-item-contents dd {
  font-family: var(--f-serif) !important;
}

@media (max-width: 860px) {
  .p-customsuit-stores-item-contents dt {
    font-size: 10px;
  }
}
@media (max-width: 860px) {
  .p-customsuit-stores-item-contents dd:first-of-type {
    margin-bottom: 8px;
  }
}

.js-acc-btn {
  cursor: pointer;
  transition: all 0.2s ease;
}

.js-acc-btn:hover {
  opacity: 0.8;
}

.js-acc-contents {
  display: none;
}