@charset "UTF-8";

img {
  width: 100%;
  display: block;
}

.lp {
  opacity: 0;
  transition: .3s;
}
.lp--show {
  opacity: 1;
}

.lp-footer {
  position: relative;
  margin-bottom: 60px;
}

.pc-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}

.pc-background__image {
  opacity: 0;
  transition: .2s;
  height: 100%;
  object-fit: cover;
}
.pc-background__image--show {
  opacity: 1;
}

.pc-background__label {
  position: fixed;
  top: 50%;
  width: calc(50vw - 350px);
  translate: 0 -50%;
  z-index: 1;
  opacity: 0;
  transition: .2s;
  transition-delay: 600;
}
  
.pc-background__label--left {
  left: 0;
}
.pc-background__label--right {
  right: 0;
}

.pc-background__label--show {
  opacity: 1;
}

.ikebukuro {
  opacity: 0;
  transition: .2s;
  transition-delay: 300;
  position: relative;
  z-index: 2;
}

.ikebukuro--show {
  opacity: 1;
}

.ikebukuro__cv-area {
  position:fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: rgba(255,255,255,0.8);
  z-index: 10;
  height: 60px;
}
.ikebukuro__cv-area__inner {
  display: flex;
  justify-content: between;
  align-items: center;
  gap: 10px;
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
}
.ikebukuro__cv-area__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  height: 100%;
  background: #b9a767;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  transition: 0.2s;
}
.ikebukuro__cv-area__button:hover {
  opacity: .8;
}

.ikebukuro__cv-area__button--line {
  background: #00B900;
}

.ikebukuro__wrapper {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #e3dcd4;
  overflow: hideen;
}

.ikebukuro__title {
  height: 10.2vw;
  max-height: 72px;
  margin: 0 auto 60px;
}
.ikebukuro__title img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.ikebukuro__title--one {
  height: 4.5vw;
  max-height: 32px;
}

@media (max-width: 768px) {
  .ikebukuro__title {
    margin-bottom: 30px;
  }
}

.ikebukuro__visual {
  position: relative;
}
.ikebukuro__visual__line {
  width: 1px;
  background: rgba(125, 87, 89, 0.6);
  border: none;
  position: absolute;
  top: 37%;
  left: 15.7%;
  height: 0;
  z-index: 3;
  transition: 2.5s;
  transition-delay: .8s;
}

.ikebukuro__visual__line--show {
  height: 145vw;
  max-height: 1020px;
}

.ikebukuro__feature {
  padding: 80px 0 100px;
  background: #faf8f7;
}

.ikebukuro__feature__list p {
  width: 68.6%;
  font-size: clamp(10px, 3.43vw, 16px);
  line-height: 2.5;
  color: #8c6a6f;
  margin: 40px auto 80px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .ikebukuro__feature {
    padding: 40px 0 50px;
  }
  .ikebukuro__feature__list p {
    margin: 20px auto 40px;
  }
}

.ikebukuro__solution {
  padding: 80px 0 0;
}

@media (max-width: 768px) {
  .ikebukuro__solution {
    padding: 40px 0 0;
  } 
}

.ikebukuro__doctor {
  width: 100%;
  background: #cebab8;
  padding: 100px 0 140px;
}

.ikebukuro__doctor__visual img {
  width: 68.5%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ikebukuro__doctor__text {
  width: 82.8%;
  background: #fff;
  margin: -18% auto 0;
  display: block;
}
@media (max-width: 768px) {
  .ikebukuro__doctor {
    padding: 50px 0 70px;
  }
}

.ikebukuro__treatment {
  padding: 120px 0 100px;
}
@media (max-width: 768px) {
  .ikebukuro__treatment {
    padding: 60px 0 50px;
  }
}

.ikebukuro__treatment__list li {
  transition: .2s;
  cursor: pointer;
}
.ikebukuro__treatment__list li:hover {
  opacity: .8;
}

.ikebukuro__close-up {
  background: #fff;
  padding: 120px 0 90px;
}
@media (max-width: 768px) {
  .ikebukuro__close-up {
    padding: 65px 0 45px;
  }
}

.ikebukuro__access {
  background: #fff;
  padding: 72px 0 100px;
}

.ikebukuro__access__map {
  width: 100%;
  height: 300px;
}

.ikebukuro__access dl {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.ikebukuro__access dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #95767a;
  color: #fff;
  font-size: clamp(10px, 3.43vw, 16px);
  text-align: center;
  line-height: 1.1;
  letter-spacing: .2rem;
  font-weight: 300;
  width: 49%;
  height: 24px;
}

.ikebukuro__access dd {
  padding: 0 10px;
  color: #71484a;
  text-align: center;
  line-height: 2;
  font-size: clamp(10px, 3.43vw, 16px);
  letter-spacing: 0.03rem;
}
.ikebukuro__access dd a,
.ikebukuro__access dd strong {
  font-size: 30px;
  font-weight: 400;
  font-family: din-2014, sans-serif;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .ikebukuro__access {
    padding: 36px 0 50px;
  }
  .ikebukuro__access__map {
    height: 200px;
  }
  .ikebukuro__access dl {
    margin: 48px auto 0;
  }
}



.ikebukuro__price {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .ikebukuro__price {
    padding: 68px 0;
  }
}

/* Price */

.prices__counseling {
  width: 74%;
  margin: 0 auto 58px;
}
.prices__counseling dt, .prices__counseling dd {
  font-size: clamp(10px, 3.43vw, 16px);
  color: #71484a;
  font-weight: 300;
}

.prices__counseling dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #71484a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.prices__counseling dt span + span{
  font-family: din-2014, sans-serif;
  font-size: clamp(11px, 4.8vw, 17px);
}

.prices__counseling dd + dt {
  margin-top: 20px;
}

.prices__accordion {
  width: 88%;
  margin: 0 auto;
}

.prices__button {
  width: 100%;
  background: #fff;
  color: #7d5759;
  font-size: clamp(12px, 4.8vw, 16px);
  padding: 16px 24px;
  line-height: 1.1;
  border-radius: 30px;
  position: relative;
  margin: 0 auto 16px;
}
.prices__button:before, .prices__button:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #7d5759;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: .2s;
}

.prices__button:before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}

.prices__button--small {
  background: #7d5759;
  color: #fff;
  font-size: clamp(10px, 3.43vw, 14px);
  padding: 10px 24px;
}

.prices__button--small:before,
.prices__button--small:after {
  background: #fff;
  width: 10px;
}

.prices__button--show:before {
  transform: rotate(180deg);
}

.prices__button--show:after {
  opacity: 0;
  transition: .1s
}


.prices__outer {
  display: none;
}
.prices__price-list {
  display: none;
}

.prices__price-list p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #71484a;
  font-size: clamp(10px, 3.43vw, 14px);
  line-height: 2;
  margin: 0 0 20px;
}

.prices__table {
  width: 100%;
  margin: 0 auto 50px;
}

.prices__table + p {
  margin: -30px auto 50px;
}

.prices__table thead {
  border-bottom: 2px solid #8c6a6f;
}
.prices__table__price {
  width: 128px;
  text-align: center;
}
.prices__table th, .prices__table td {
  font-weight: 300;
  color: #8c6a6f;
}
.prices__table th {
  font-size: 12px;
  padding: 4px 2px;
  line-height: 1.1;
  letter-spacing: 0;
}


.prices__table td {
  font-size: clamp(10px, 3.43vw, 14px);
  line-height: 1.4;
  padding: 6px 0;
  vertical-align: middle;
  border-top: 1px solid #8c6a6f;
}

.prices__table__count {
  width: 9%;
}

@media (max-width: 768px) {
  .prices__table__price {
    width: 64px;
    text-align: center;
  }
  .prices__table {
    width: 100%;
    margin: 0 auto 30px;
  }
  
  .prices__table + p {
    margin: -15px auto 30px;
  }
}

.prices__table__text-bold {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  padding: 0 16px 5px;
}
@media (max-width: 768px) {
  .prices__table__text-bold {
    width: 92%;
    font-size: 12px;
    padding: 0 12px 5px;
  }
}

.prices__table__text-bold::before,
.prices__table__text-bold::after {
  position: absolute;
  top: -2px;
  width: 10px;
  height: 100%;
  content: '';
  border-top: solid 2px;
  border-bottom: solid 2px;
}

.prices__table__text-bold::before {
  border-left: solid 2px;
  left: 0;
}

.prices__table__text-bold::after {
  border-right: solid 2px;
  right: 0;
}