/* 全体のスタイル */
body,
html {
  margin: 0;
  padding: 0;
  /* font-family: Arial, sans-serif; */
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  background-color: #fff;
  color: #000;
  scroll-behavior: smooth;
}

:root {
  /* Colors */
  --color-01: #ffffff;
  --color-02: #333333;
  --color-03: #333333;

  /* Fonts-family */
  --font-family-01: 'Noto Sans JP', sans-serif;
  --font-family-02: 'Zen Old Mincho', serif;
  --font-family-03: 'Yu Mincho', '游明朝', serif;
  --font-family-04: 'Cinzel', serif;


  /* Fonts-size */
  --font-size-01: 16px;
  --font-size-02: 18px;
  --font-size-03: 32px;
  --font-size-04: clamp(22px, 2vw, 29px);
  --font-size-05: clamp(18px, 1.2vw, 23px);
  --font-size-06: clamp(25px, 2vw, 31px);
  --font-size-07: clamp(16px, 1.2vw, 20px);
  --font-size-08: clamp(14px, 1.0vw, 17px);

  /* Sizes */
  --content-width: 1200px;
  --header-height: 80px;

  /* card */
  --gold:#d8d2a4;
  --gold-deep:#cfc890;
  --text:#1a1a1a;
  --muted:#666;
  --accent:#e4312d;
  --border:#e9e6d6;
  --radius:10px;
  --space:16px;

  /* マダム麗奈 */
  --madam:#0E2244;
  --club:#8C88FF;
  --vip:#DDC45B;

  /* テレジア */
  --theresia:#FF1401;
  --machere:#A8A8A8;
  --plaisir:#DDC45B;

  /* 貴楼館 */
  --kirokan:#006D95;
  --gran:#C7C7C7;
  --lareine:#DDC45B;

}

/* ヘッダー */
header {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

header picture.bgimage {

  /* height: 100vh; */
}

header h1.title {
  width: fit-content;
  position: absolute;
  top: 30%;   
  left: 10%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-direction: column;
  gap: 25px;
}

header h1.title span {
  display: block;
}

header h1.title span:nth-of-type(1) {
  font-family: var(--font-family-03);
  color: var(--color-01);
  font-size: var(--font-size-04);
  line-height: 50px;
}

header h1.title span:nth-of-type(2) {
  font-family: var(--font-family-03);
  color: var(--color-01);
  font-size: var(--font-size-05);
}

header .description {
  width: fit-content;
  position: absolute;
  bottom: 7%;   
  right: 5%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.49);
  padding: 2%;
}

header .description strong {
  display: block;
  font-family: var(--font-family-03);
  color: var(--color-01);
  font-size: var(--font-size-04);
  line-height: 50px;
  margin-bottom: 25px;
}

header .description p {
  font-family: var(--font-family-03);
  color: var(--color-01);
  font-size: var(--font-size-05);
}
@media screen and (max-width:725px) {
  header h1.title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 30vw;
    left: 50%;
    transform: translate(-50%, -50%); 
  }

  header h1.title span {
    display: block;
    margin: 0 auto;
  }

  header .description {
    width: calc(100% - 20px);
    height: fit-content;
    margin: 0 auto;
    bottom: 0%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%); 
  }

  header .description strong {
    width: fit-content;
    font-size: 19px;
  }

  header .description p {
    width: fit-content;
    font-size: 16px;
  }

  header h1.title span:nth-of-type(1) {
    font-size: 19px;
    line-height: 2;
  }
  
  header h1.title span:nth-of-type(2) {
    font-size: 17px;
  }

}

/* content1 */
.content1 {
  width: 100%;
}

/* content1　 set01 */
.content1.set01 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.content1.set01 ul {

}
.pickup-slider img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}


/* content1　 set02 */
.content1.set02 {
  margin-top: 270px;
  position: relative; 
}

.content1.set02 picture.bgimage {
  display: block;
  width: 100%;
  height: auto;
}

.content1.set02 .door-link{
  position: absolute;
  top: 45%;
  left: 33%;
  transform: translate(-50%, -50%); /* 完全中央寄せ */
  width: 100%;
  max-width: 550px;
  margin: 40px auto;
  text-align: center;
  border: 1px solid #D9D18E;
}

.door-link a{
  width: 100%;
  display: inline-block;
  background: rgba(85, 23, 23, 0.9);
  color: #fff;
  text-decoration: none;
  padding: 30px 100px;
  border: 1px solid #cbb883; /* ゴールドの枠線 */
  border-radius: 2px;
  position: relative;
  font-family: var(--font-family-03);
  line-height: 1;
}

.door-link .main-text{
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}

.door-link .sub-text{
  display: block;
  font-size: 17px;
  color: #d9cfcf; /* 淡い白系 */
  letter-spacing: 0.03em;
}

/* ホバー時の効果（任意） */
.door-link a:hover{
  /* background: linear-gradient(90deg, #4d0e0e, #3a0c0c); */
  border-color: #e5d8a1;
}


/* .content1.set03 */
.content1.set03 {
  width: 100%;
  background: #EDEDED;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 130px 0;
}

.content1.set03 ul {
  /* max-width: 1200px; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.content1.set03 ul li {
  width: 100%;
  max-width: 250px;
}

.content1.set03 p {
  font-size: 19px;
  font-family: var(--font-family-03);
  text-align: center;

}

@media screen and (max-width:725px) {
  .content1.set02 {
    margin-top: 100px;
  }

  .content1.set02 .door-link {
    width: 80%;
    top: 50%;
    left: 50%;
    margin: 0;
  }
  .door-link a {
    padding: 10px;
  }
  .door-link .main-text{
    margin: 0 auto;
    margin-bottom: 5px;
    width: fit-content;
    font-size: 18px;
    text-align: center;
  }

  .door-link .sub-text {
    margin: 0 auto;
    width: fit-content;
    font-size: 14px;
    text-align: center;
  }

  .content1.set03 ul {
    max-width: 340px;
    flex-direction: column;
    gap: 30px;
  }

  .content1.set03 {
    padding: 50px 0;
  }

  .content1.set03 p {
    padding: 0 10px;
    font-size: 15px;
    text-align: justify;
  }
}

/* content2 */
.content2 {
  width: 100%;
  max-width:1260px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 300px;
}

.content2 h2 {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 105px;
}

.content2 h2 span:nth-of-type(1) {
  font-family: var(--font-family-04);
  color: var(--color-02);
  font-size: var(--font-size-06);
  line-height: 50px;
  font-weight: 100;
  position: relative;
  display: inline-block; 
  padding-bottom: 10px;
}

.content2 h2 span:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0;             
  left: 50%;
  transform: translateX(-50%); 
  width: 74px;            
  height: 3px;           
  background-color: #d4cf95; 
  border-radius: 2px; 
}

.content2 h2 span:nth-of-type(2) {
  font-family: var(--font-family-04);
  color: var(--color-02);
  font-size: var(--font-size-07);
  font-weight: 100;
  padding: 0 15px;
  margin-top: 10px;
  position: relative;
}

.content2 h2 span:nth-of-type(2)::before,
.content2 h2 span:nth-of-type(2)::after {
  content: "▶";
  font-size: 0.8em; 
  color: #000;     
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.content2 h2 span:nth-of-type(2)::before {
  left: -20px; 
  transform: translateY(-50%) rotate(180deg); 
}

.content2 h2 span:nth-of-type(2)::after {
  right: -20px; 
}

.content2 section{
  width: 100%;
  text-align: center;
}

.content2 section .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.content2 section .flex .images {
  width: 40%;
  max-width: 560px;
  padding: 3px;
  border: 1px solid #D9D18E;
}

.content2 section .flex .message {
  width: 60%;
  text-align: left;
}

.content2 section .flex .message .title {
  font-family: var(--font-family-03);
  font-size: var(--font-size-05);
  color: var(--color-02);
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 2px solid #D9D18E;
  margin-bottom: 19px;
}

.content2 section .flex .message .description {
  font-family: var(--font-family-03);
  font-size: var(--font-size-08);
  color: var(--color-02);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width:725px) {
  .content2 {
    padding: 0 10px;
    margin-top: 100px;
  }

  .content2 section .flex {
    flex-direction: column;
  }

  .content2 section .flex .images {
    width: 100%;
  }

  .content2 section .flex .message {
    width: 100%;
  }
  .content2 h2 {
    margin-bottom: 70px;
  }

}

/* .content2.set02 */
.content2.set02 section .flex:nth-of-type(even) {
  flex-direction: row-reverse;
}

.content2.set02 section .flex {
  margin-bottom: 140px;
}

.content2.set02 section .flex:last-of-type {
  margin-bottom: 0px;
}

.content2.set02 section .flex .message {
  text-align: center;
  max-width: 565px;
}

.content2.set02 section .flex .message .description {
  text-align: justify;
}

@media screen and (max-width:725px) {

  .content2.set02 section .flex:nth-of-type(even) {
    flex-direction: column;
  }

  .content2.set02 section .flex {
    margin-bottom: 90px;
  }

  .content2 section .flex .message .title {
    letter-spacing: -1px;
  }

}


/* .content2.set03 */
.card_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 80px;
  margin: 40px auto;
  max-width: 1200px; 
}

.card{
  display:flex;
  gap:10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:var(--text);
  font-feature-settings:"palt";
}

.card .images {
  width: 100%;
  max-width: 400px;
}

.card .images .photo{
  position:relative;
  margin:0;
  border:2px solid var(--gold);
  border-radius:2px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  padding: 5px;
}

.card .images img{
  display:block;
  width:100%;
  height:auto;
}

.card .images .ribbon{
  position:absolute;
  right:-70px;
  bottom:40px;
  display:inline-block;
  padding:10px 110px;
  
  color:#fff;
  font-weight:700;
  letter-spacing:.08em;
  transform:rotate(-35deg);
  text-transform:uppercase;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  font-family: var(--font-family-03);
  font-size: 18px;
}

.ribbon-madam {
  background:var(--madam);
}

.ribbon-madam::before {
  content: "MADAM RENA";
}

.ribbon-theresia {
  background:var(--theresia);
}

.ribbon-theresia::before {
  content: "THERESIA";
}

.ribbon-kirokan {
  background:var(--kirokan);
}

.ribbon-kirokan::before {
  content: "KIROKAN";
}


.card .message {
  width: 100%;
  max-width: 380px;
}

.card .message .profile{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.card .name-line{
  display:flex;
  justify-content: center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.card .badge{
  margin:0;
  padding: 4px 20px;
  color:#000;
  border-radius:999px;
  font-size:14px;
  line-height:1;
  font-family: var(--font-family-03);
}

.badge-madam-club {
  background:var(--club);
}

.badge-madam-club::before {
  content: "CLUB";
}

.badge-madam-vip {
  background:var(--vip);
}

.badge-madam-vip::before {
  content: "VIP";
}

.badge-theresia-machere {
  background:var(--machere);
}

.badge-theresia-machere::before {
  content: "Machere";
}

.badge-theresia-plaisir {
  background:var(--plaisir);
}

.badge-theresia-plaisir::before {
  content: "Plaisir";
}

.badge-kirokan-gran {
  background:var(--gran);
}

.badge-kirokan-gran::before {
  content: "Gran";
}

.badge-kirokan-lareine {
  background:var(--lareine);
}

.badge-kirokan-lareine::before {
  content: "Lareine";
}

.card .name{
  margin:0;
  font-size:20px;
  letter-spacing:.04em;
  font-family: var(--font-family-03);
}

.card .name .age{ font-weight:400; }
.card .stats{
  margin:.25rem 0 0;
  color:#444;
  letter-spacing:.05em;
  font-family: var(--font-family-03);
  font-size: 16px;
}

.card .stats span.stats-t::before {
  content: "T.";
}

.card .stats span.stats-t::after {
  content: "cm ／";
}

.card .stats span.stats-b::before {
  content: "B.";
}

.card .stats span.stats-b::after {
  content: "／";
}

.card .stats span.stats-w::before {
  content: "W.";
}

.card .stats span.stats-w::after {
  content: "／";
}

.card .stats span.stats-h::before {
  content: "H.";
}

.card .stats span.stats-h::after {
  content: "";
}

.card .cta{
  width: fit-content;
  max-width: 380px;
  margin:.4rem 0 0;
}

.card .cta a{
  width: 100%;
  display:inline-block;
  padding:7px 8px;
  border:2.5px solid var(--border);
  border-radius:2px;
  text-decoration:none;
  color:var(--text);
  /* background:#fff; */
  transition:transform .06s ease, box-shadow .2s ease;
  font-size: 15px;
  font-family: var(--font-family-03);
}

.card .cta a:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(0,0,0,.06);
}

.card .descriptions{
  margin-top:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.card dl{
  margin:0;
  text-align: left;
}

.card dl dt{
  width: 100px;
  display:inline-block;
  /* background:linear-gradient(#efe9c9, #dfd8af); */
  background: #D9D18E;
  color:#5b5637;
  font-weight:700;
  font-size:11px;
  letter-spacing:.06em;
  padding:.25em .6em;
  /* border-radius:6px; */
  /* margin:0 0 .5em; */
  text-align: center;
}

.card dl.point dd,
.card dl.review dd{
  margin:0;
  padding:5.5px 0 12px;
  border-top:1.5px solid #D9D18E;
  /* border-radius:8px; */
  line-height:1.9;
  /* background:#fff; */
  font-size: 15px;
  font-family: var(--font-family-03);
}

/* .content2.set04 */
.step-row{
  width: 100%;
  margin: 0 auto 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.step-item{
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 0;
  background: #fff;
  overflow: hidden;
  /* border-radius: 4px; */
}

.step-item dt{
  box-sizing: border-box;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 16px;
  flex: 0 1 190px;
  width: 190px;
  height: 170px;
}

.step-item .step-label{
  display: block;
  /* letter-spacing: .2em; */
  text-indent: .2em;
  opacity: .95;
  font-size: 25px;
  width: 100%;
  text-align: center;
  line-height: 0.8;
  font-family: var(--font-family-04);
}

.step-item .step-num{
  display: block;
  line-height: 1;
  /* margin-top: 6px; */
  font-size: 42px;
  font-weight: 100;
  letter-spacing: .02em;
  font-size: 60px;
  width: 100%;
  text-align: center;
  font-family: var(--font-family-04);
}

.step-item .step-body{
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 120px;
  color: #fff;
  font-size: 20px;
  letter-spacing: .06em;
  text-align: center;
  padding: 24px 20px; 
  font-family: var(--font-family-03);
}

.step-item .step-body.set01 {
  background: #333 url("../images/content2_04-01.png") center/cover no-repeat; 
}

.step-item .step-body.set02 {
  background: #333 url("../images/content2_04-02.png") center/cover no-repeat; 
}

.step-item .step-body.set03 {
  background: #333 url("../images/content2_04-03.png") center/cover no-repeat; 
}

.step-item .step-body{
  z-index: 0;
}

.step-item .step-body > *{
  position: relative;
  z-index: 1;
}

.contact-list{
  display:flex;
  align-items:center;
  justify-content: center;
  gap:32px;                 /* 項目間の余白 */
  margin-top:50px;
  padding:0;
  list-style:none;
  color:#333;
  font-size:14px;
  letter-spacing:.02em;
}
.contact-list li{
  position:relative;
  padding-left:26px;        /* アイコン分のスペース */
  line-height:1.8;
  font-size: 28px;
  font-family: var(--font-family-03);

}
.contact-list a{
  color:inherit;
  text-decoration:none;
}
.contact-list a:hover{
  text-decoration:underline;
}

/* 共通アイコン */
.contact-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:18px; height:18px;
  transform:translateY(-50%);
  background-repeat:no-repeat;
  background-size:18px 18px;
  opacity:.85;
}

/* 1) 時計 */
.contact-list li:nth-child(1)::before{
  background-image:url('../images/item-01.png');
}

/* 2) 電話 */
.contact-list li:nth-child(2)::before{
  background-image:url('../images/item-02.png');
}

/* 3) メール */
.contact-list li:nth-child(3)::before{
  background-image:url('../images/item-03.png');
}

@media screen and (max-width:725px) {
  .step-item {
    flex-direction: column;
  }
  .step-item dt {
    width: 100%;
    height: auto;
    flex: none;
    padding: 15px 0 5px;
  }

  .step-item .step-label,
  .step-item .step-num {
    line-height: 1;
  }

  .contact-list {
    flex-direction: column;
    gap: 25px;
  }

  .contact-list li {
    font-size: 20px;
  }

  .contact-list li:nth-of-type(1),
  .contact-list li:nth-of-type(2) {
    font-size: 30px;
  }
  
  .step-item .step-body.set01 {
    padding: 20px 10px;
  }

  .step-item .step-num {
    font-size: 50px;
  }



}

footer {
  padding: 30px 0;
  background: #EDEDED;
  text-align: center;
}

footer small {
  font-size: 19px;
  font-family: var(--font-family-03);
}

@media screen and (max-width:725px) {
footer small {
  font-size: 11px;
}

}