.p-top__hero {
  display: flex;
  flex-direction: column;
}
@media (min-width: 959px) {
  .p-top__hero {
    flex-direction: row;
    margin-top: 20px;
  }
}
.p-top__hero .u-txt {
  color: #745a44;
  font-size: clamp( 1.25rem, 0.9655643204rem + 1.213592233vw,1.875rem);
  font-weight: 500;
  padding: 1.5em;
  position: relative;
}
.p-top__hero .u-txt div > span {
  display: inline-block;
  position: relative;
  opacity: 0;
  bottom: -10px;
  transition: opacity 2s, bottom 2s;
  transition-delay: 1500ms;
}
@media (min-width: 959px) {
  .p-top__hero .u-txt div > span {
    transition-delay: 1500ms;
  }
}
.p-top__hero .u-txt div > span.u-en {
  font-family: "Marcellus", serif;
  font-size: clamp( 2.1875rem, 1.7608464806rem + 1.8203883495vw,3.125rem);
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media (min-width: 959px) {
  .p-top__hero .u-txt div > span.u-en {
    font-size: clamp( 2.5rem, -0.8395176252rem + 5.5658627087vw,4.375rem);
  }
}
.p-top__hero .u-txt div > span.u-en span.u-sml {
  font-size: 50%;
  display: inline-block;
  position: relative;
  top: -0.3em;
}
@media (min-width: 959px) {
  .p-top__hero .u-txt div > span.u-en span.u-sml {
    font-size: 25%;
    top: -1em;
  }
}
.p-top__hero .u-txt.active div > span {
  opacity: 1;
  bottom: 0;
}
@media (min-width: 959px) {
  .p-top__hero .u-txt {
    width: 46.355%;
    padding: 2em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 959px) {
  .p-top__hero .u-img {
    width: 53.645%;
  }
}
.p-top__hero-slider {
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 500ms;
}
.p-top__hero-slider.show, .p-top__hero-slider.slick-initialized {
  opacity: 1;
}
@media (min-width: 959px) {
  .p-top__hero-slider {
    height: 100%;
  }
  .p-top__hero-slider .slick-list {
    height: 100%;
  }
  .p-top__hero-slider .slick-track {
    height: 100%;
  }
  .p-top__hero-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top__hero-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-top__hero-slider--dots {
  position: absolute;
  right: 3.46%;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 959px) {
  .p-top__hero-slider--dots {
    right: auto;
    left: 4.494%;
  }
}
.p-top__hero-slider--dots .slick-dots {
  position: relative;
  bottom: auto;
  display: flex;
  flex-direction: column;
}
.p-top__hero-slider--dots .slick-dots li {
  margin: 0;
}
@media (min-width: 959px) {
  .p-top__hero-slider--dots .slick-dots li {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 959px) {
  .p-top__hero-slider--dots .slick-dots li button {
    width: 30px;
    height: 30px;
  }
}
.p-top__hero-slider--dots .slick-dots li button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  opacity: 1;
  background-color: #ebe6d7;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media (min-width: 959px) {
  .p-top__hero-slider--dots .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
}
.p-top__hero-slider--dots .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #745a44;
}
.p-top__introduction {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 230, 215) 100%);
  padding: clamp( 60px, 21.3167475728px + 10.3155339806vw,145px) 5% clamp( 60px, 16.765776699px + 11.5291262136vw,155px);
}
@media (min-width: 959px) {
  .p-top__introduction {
    padding: clamp( 60px, 21.3167475728px + 10.3155339806vw,145px) 50px clamp( 60px, 16.765776699px + 11.5291262136vw,155px);
  }
}
.p-top__lead {
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  bottom: -20px;
  transition: opacity 1s, bottom 1s;
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: clamp( 130px, 82.2148058252px + 12.7427184466vw,235px);
}
.p-top__lead.active {
  opacity: 1;
  bottom: 0;
}
@media (min-width: 959px) {
  .p-top__lead {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 959px) {
  .p-top__lead .u-txt {
    width: 46.666%;
  }
}
.p-top__lead .u-txt p {
  font-size: clamp( 1rem, 0.9431128641rem + 0.2427184466vw,1.125rem);
}
.p-top__lead .u-txt p.u-lrg {
  font-weight: 500;
  font-size: clamp( 1.25rem, 1.0793385922rem + 0.7281553398vw,1.625rem);
  margin-bottom: 1em;
}
.p-top__lead figure {
  aspect-ratio: 343/180;
  margin-top: 80px;
}
.p-top__lead figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 959px) {
  .p-top__lead figure {
    aspect-ratio: unset;
    margin-top: 0;
    width: 44.1666%;
  }
}
.p-top__department {
  position: relative;
  text-align: center;
}
.p-top__department::before {
  content: "Clinical \a Department";
  font-family: "Cinzel", serif;
  color: #fff;
  font-size: clamp( 3rem, 0.9520631068rem + 8.7378640777vw,7.5rem);
  white-space: pre;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 959px) {
  .p-top__department::before {
    top: -0.75em;
  }
}
.p-top__department h2 {
  font-weight: 500;
  font-size: clamp( 1.75rem, 1.5224514563rem + 0.9708737864vw,2.25rem);
  position: relative;
  z-index: 1;
  margin-bottom: clamp( 65px, 49.0716019417px + 4.2475728155vw,100px);
  opacity: 0;
  bottom: -20px;
  transition: opacity 1s, bottom 1s;
}
.p-top__department h2.active {
  opacity: 1;
  bottom: 0;
}
.p-top__department ul {
  position: relative;
  z-index: 1;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: clamp( 20px, 8.6225728155px + 3.0339805825vw,45px);
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 959px) {
  .p-top__department ul {
    flex-direction: row;
  }
}
.p-top__department ul li {
  position: relative;
  opacity: 0;
  bottom: -20px;
  transition: opacity 1s, bottom 1s;
}
@media (min-width: 959px) {
  .p-top__department ul li {
    width: calc((100% - clamp( 20px, 8.6225728155px + 3.0339805825vw,45px) * 2) / 3);
  }
}
.p-top__department ul li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 343/180;
  background-color: #fff;
}
@media (any-hover: hover) {
  .p-top__department ul li a:where(:-webkit-any-link, :enabled, summary):hover figure > div::before {
    opacity: 0.2;
  }
  .p-top__department ul li a:where(:-moz-any-link, :enabled, summary):hover figure > div::before {
    opacity: 0.2;
  }
  .p-top__department ul li a:where(:any-link, :enabled, summary):hover figure > div::before {
    opacity: 0.2;
  }
  .p-top__department ul li a:where(:-webkit-any-link, :enabled, summary):hover figure > div img {
    scale: 1.1;
    filter: blur(3px) opacity(70%);
  }
  .p-top__department ul li a:where(:-moz-any-link, :enabled, summary):hover figure > div img {
    scale: 1.1;
    filter: blur(3px) opacity(70%);
  }
  .p-top__department ul li a:where(:any-link, :enabled, summary):hover figure > div img {
    scale: 1.1;
    filter: blur(3px) opacity(70%);
  }
}
@media (min-width: 959px) {
  .p-top__department ul li a {
    aspect-ratio: 37/25;
  }
}
.p-top__department ul li a figure > div {
  position: relative;
}
.p-top__department ul li a figure > div::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(116, 90, 68);
  background: linear-gradient(-90deg, rgb(116, 90, 68) 0%, rgba(116, 90, 68, 0) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  display: block;
  z-index: 1;
  transition: opacity 0.5s;
}
.p-top__department ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.5s, filter 0.5s;
}
.p-top__department ul li a figure figcaption {
  position: absolute;
  z-index: 1;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.75);
  display: grid;
  color: #fff;
  place-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: clamp( 1.625rem, 1.3405643204rem + 1.213592233vw,2.25rem);
}
.p-top__department ul.active li {
  opacity: 1;
  bottom: 0;
}
.p-top__department ul.active li:nth-child(2) {
  transition-delay: 500ms;
}
.p-top__department ul.active li:last-child {
  transition-delay: 1000ms;
}
.p-top__infos {
  padding: 90px 5% 120px;
}
@media (min-width: 959px) {
  .p-top__infos {
    padding: clamp( 100px, 72.6941747573px + 7.2815533981vw,160px) 50px clamp( 120px, 74.4902912621px + 12.1359223301vw,220px);
  }
}
.p-top__infos-inner {
  display: flex;
  flex-direction: column;
  gap: 95px;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 959px) {
  .p-top__infos-inner {
    flex-direction: row;
    gap: clamp( 40px, 30.8980582524px + 2.427184466vw,60px);
  }
}
.p-top__hours {
  position: relative;
  opacity: 0;
  bottom: -20px;
  transition: opacity 1s, bottom 1s;
}
.p-top__hours.active {
  opacity: 1;
  bottom: 0;
}
@media (min-width: 959px) {
  .p-top__hours {
    width: 60%;
  }
}
.p-top__hours h2 {
  font-weight: 500;
  font-size: clamp( 1.75rem, 1.5224514563rem + 0.9708737864vw,2.25rem);
  margin-bottom: clamp( 35px, 28.1735436893px + 1.8203883495vw,50px);
}
.p-top__hours section:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 959px) {
  .p-top__hours section:not(:last-child) {
    margin-bottom: 35px;
  }
}
.p-top__hours section .c-commonSub01 {
  padding: 0.25em 1em;
  margin-bottom: 25px;
}
.p-top__hours section p {
  font-size: 0.875rem;
}
.p-top__hours section p.u-note {
  margin-top: 0.5em;
}
.p-top__hours section p.u-lrg {
  font-size: 1.125rem;
}
.p-top__hours section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  display: flex;
}
@media (min-width: 959px) {
  .p-top__hours section table {
    display: table;
  }
}
.p-top__hours section table th, .p-top__hours section table td {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  padding: 5px 10px;
  font-size: clamp( 0.875rem, 0.8181128641rem + 0.2427184466vw,1rem);
  display: block;
  min-height: 2.5em;
}
@media (min-width: 959px) {
  .p-top__hours section table th, .p-top__hours section table td {
    display: table-cell;
    min-height: auto;
    padding: 7px 10px;
  }
}
.p-top__hours section table th:not(:last-child), .p-top__hours section table td:not(:last-child) {
  border-bottom: 0;
}
.p-top__hours section table thead {
  display: block;
  width: 14.577%;
}
@media (min-width: 959px) {
  .p-top__hours section table thead {
    width: 100%;
    display: table-header-group;
  }
}
.p-top__hours section table thead tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 959px) {
  .p-top__hours section table thead tr {
    display: table-row;
  }
}
.p-top__hours section table thead tr th:first-child {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 959px) {
  .p-top__hours section table thead tr th:first-child {
    width: 34.7222%;
    display: table-cell;
  }
}
@media (min-width: 959px) {
  .p-top__hours section table thead tr th {
    background-color: #f0f0f0;
  }
  .p-top__hours section table thead tr th:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}
.p-top__hours section table tbody {
  display: flex;
  width: 85.423%;
}
@media (min-width: 959px) {
  .p-top__hours section table tbody {
    width: 100%;
    display: table-row-group;
  }
}
.p-top__hours section table tbody tr {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 959px) {
  .p-top__hours section table tbody tr {
    width: 100%;
    display: table-row;
  }
}
.p-top__hours section table tbody tr:not(:last-child) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media (min-width: 959px) {
  .p-top__hours section table tbody tr:not(:last-child) {
    border-left: 0;
    border-right: 0;
  }
}
@media (min-width: 959px) {
  .p-top__hours section table tbody tr:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.p-top__hours section table tbody tr th {
  background-color: #f0f0f0;
}
@media (min-width: 959px) {
  .p-top__hours section table tbody tr th {
    background-color: transparent;
    border-right: 1px solid #ccc;
  }
}
.p-top__hours section table tbody tr th span {
  display: block;
  background-color: #fff;
  padding: 0.25em;
  font-size: clamp( 0.75rem, 0.6931128641rem + 0.2427184466vw,0.875rem);
  margin-top: 5px;
}
@media (min-width: 959px) {
  .p-top__hours section table tbody tr th span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 1em;
  }
}
@media (min-width: 767px) {
  .p-top__hours section table tbody tr th span br {
    display: none;
  }
}
.p-top__hours section table tbody tr td img {
  vertical-align: middle;
}
@media (min-width: 959px) {
  .p-top__hours section table tbody tr td {
    width: 9.4444%;
  }
  .p-top__hours section table tbody tr td:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}
.p-top__information {
  position: relative;
  opacity: 0;
  bottom: -20px;
  transition: opacity 1s, bottom 1s;
}
.p-top__information.active {
  opacity: 1;
  bottom: 0;
}
@media (min-width: 959px) {
  .p-top__information {
    width: calc(40% - clamp( 40px, 30.8980582524px + 2.427184466vw,60px));
    transition-delay: 500ms;
  }
}
.p-top__information hgroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.p-top__information hgroup h2 {
  font-weight: 500;
  font-size: clamp( 1.75rem, 1.5224514563rem + 0.9708737864vw,2.25rem);
}
.p-top__information hgroup a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 87.5%;
  gap: 5px;
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-top__information hgroup a:where(:-webkit-any-link, :enabled, summary):hover span:last-child::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .p-top__information hgroup a:where(:-moz-any-link, :enabled, summary):hover span:last-child::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .p-top__information hgroup a:where(:any-link, :enabled, summary):hover span:last-child::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.p-top__information hgroup a span:first-child {
  width: 25px;
  height: 25px;
  background-color: #8e8064;
  display: grid;
  place-items: center;
  border-radius: 100%;
}
.p-top__information hgroup a span:first-child img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(161deg) brightness(107%) contrast(102%);
}
.p-top__information hgroup a span:last-child {
  position: relative;
}
.p-top__information hgroup a span:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 0;
}
.p-top__information hgroup a span:last-child::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #745a44;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.p-top__pickup {
  text-align: center;
  position: relative;
  padding: 60px 5%;
  overflow: hidden;
}
@media (min-width: 959px) {
  .p-top__pickup {
    padding: 0 50px clamp( 80px, 61.7961165049px + 4.854368932vw,120px);
  }
}
.p-top__pickup-bg {
  width: 100%;
  height: 75.035%;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 767px) {
  .p-top__pickup-bg {
    height: 65%;
  }
}
@media (min-width: 959px) {
  .p-top__pickup-bg {
    height: 60%;
  }
}
@media (min-width: 1699px) {
  .p-top__pickup-bg {
    height: 67.629%;
  }
}
.p-top__pickup-bg::after {
  content: "";
  width: calc(100% + 50px);
  height: 100px;
  background-color: #f0f0f0;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  position: absolute;
  left: 50%;
  top: -50px;
  translate: -50% 0;
}
@media (min-width: 959px) {
  .p-top__pickup-bg::after {
    height: 200px;
    top: -100px;
    width: calc(100% + 150px);
  }
}
.p-top__pickup-ttl {
  color: #f0f0f0;
  font-size: clamp( 3.5rem, 0.9685224515rem + 10.8009708738vw,9.0625rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  margin-bottom: -0.5em;
  position: relative;
  opacity: 0;
  bottom: -20px;
  transition: opacity 1s, bottom 1s;
}
@media (min-width: 1199px) {
  .p-top__pickup-ttl {
    margin-bottom: -0.3em;
  }
}
.p-top__pickup-ttl.active {
  opacity: 1;
  bottom: 0;
}
.p-top__pickup-inner {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp( 20px, 8.6225728155px + 3.0339805825vw,45px);
}
@media (min-width: 767px) {
  .p-top__pickup-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-top__pickup-inner.active .p-top__pickup-item {
  opacity: 1;
  bottom: 0;
}
.p-top__pickup-inner.active .p-top__pickup-item:nth-child(2) {
  transition-delay: 500ms;
}
.p-top__pickup-inner.active .p-top__pickup-item:nth-child(3) {
  transition-delay: 1000ms;
}
.p-top__pickup-inner.active .p-top__pickup-item:nth-child(4) {
  transition-delay: 1500ms;
}
.p-top__pickup-inner.active .p-top__pickup-item:last-child {
  transition-delay: 2000ms;
}
.p-top__pickup-item {
  text-align: left;
  position: relative;
  opacity: 0;
  bottom: -20px;
  transition: opacity 1s, bottom 1s;
}
@media (min-width: 767px) {
  .p-top__pickup-item {
    width: calc((100% - clamp( 20px, 8.6225728155px + 3.0339805825vw,45px)) / 2);
  }
}
@media (min-width: 959px) {
  .p-top__pickup-item {
    width: calc((100% - clamp( 20px, 8.6225728155px + 3.0339805825vw,45px) * 2) / 3);
  }
}
.p-top__pickup-item a {
  display: block;
  color: #000;
  background-color: #fff;
  height: 100%;
  text-decoration: none;
  padding: clamp( 20px, 15.4490291262px + 1.213592233vw,30px) clamp( 20px, 15.4490291262px + 1.213592233vw,30px) clamp( 30px, 25.4490291262px + 1.213592233vw,40px);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: bottom 0.5s;
  bottom: 0;
  position: relative;
  /* @include hover_opc {
      opacity: 0.6;
  } */
}
@media (any-hover: hover) {
  .p-top__pickup-item a:where(:-webkit-any-link, :enabled, summary):hover {
    bottom: clamp( 15px, 8.1735436893px + 1.8203883495vw,30px);
  }
  .p-top__pickup-item a:where(:-moz-any-link, :enabled, summary):hover {
    bottom: clamp( 15px, 8.1735436893px + 1.8203883495vw,30px);
  }
  .p-top__pickup-item a:where(:any-link, :enabled, summary):hover {
    bottom: clamp( 15px, 8.1735436893px + 1.8203883495vw,30px);
  }
}
.p-top__pickup-item h2 {
  border-bottom: 1px solid #8e8064;
  font-weight: 500;
  font-size: clamp( 1.25rem, 1.0793385922rem + 0.7281553398vw,1.625rem);
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin-bottom: clamp( 15px, 12.7245145631px + 0.6067961165vw,20px);
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (min-width: 959px) {
  .p-top__pickup-item h2 {
    height: 124px;
  }
}
.p-top__pickup-item h2 img {
  filter: invert(58%) sepia(3%) saturate(3298%) hue-rotate(2deg) brightness(87%) contrast(91%);
}
.p-top__pickup-item h2 > span:first-child {
  width: calc(100% - clamp( 80px, 70.8980582524px + 2.427184466vw,100px) - 30px);
}
.p-top__pickup-item h2 > span:first-child span {
  background-color: #8e8064;
  color: #fff;
  font-size: clamp( 0.8125rem, 0.784056432rem + 0.1213592233vw,0.875rem);
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  min-width: clamp( 120px, 118.6347087379px + 0.3640776699vw,123px);
}
@media (min-width: 959px) {
  .p-top__pickup-item h2 > span:first-child span {
    border-radius: 9999px;
  }
}
.p-top__pickup-item h2 > span:last-child {
  width: clamp( 80px, 70.8980582524px + 2.427184466vw,100px);
  text-align: center;
}
.p-top__todokede {
  padding: 0 5% 60px;
  text-align: center;
  background-color: #f0f0f0;
}
@media (min-width: 959px) {
  .p-top__todokede {
    padding: 0 50px clamp( 80px, 61.7961165049px + 4.854368932vw,120px);
  }
}
.p-top__todokede-outer {
  max-width: 1200px;
  margin-inline: auto;
  border: 1px solid #988469;
  border-radius: 10px;
  padding: clamp( 30px, 14.0716019417px + 4.2475728155vw,65px) clamp( 20px, 6.3470873786px + 3.640776699vw,50px);
  position: relative;
  opacity: 0;
  bottom: -20px;
  transition: opacity 1s, bottom 1s;
}
.p-top__todokede-outer.active {
  opacity: 1;
  bottom: 0;
}
.p-top__todokede-inner {
  max-width: 920px;
  margin-inline: auto;
}
.p-top__todokede h2 {
  font-weight: 500;
  font-size: clamp( 1.125rem, 0.9543385922rem + 0.7281553398vw,1.5rem);
  margin-bottom: clamp( 15px, 10.4490291262px + 1.213592233vw,25px);
}
.p-top__todokede h2 + p {
  margin-bottom: clamp( 20px, 13.1735436893px + 1.8203883495vw,35px);
}
.p-top__todokede table {
  background-color: #fff;
  text-align: left;
  font-size: 90%;
}
.p-top__todokede table th {
  background-color: #ebe6d7;
  width: 33%;
}
@media (min-width: 767px) {
  .p-top__todokede table th {
    width: 164px;
  }
}
.p-top__todokede table td ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 959px) {
  .p-top__todokede table td ul {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    gap: 5px 20px;
  }
  .p-top__todokede table td ul li {
    margin-left: 1.5em;
    width: calc(50% - 1.5em - 20px);
  }
}
@media (min-width: 1199px) {
  .p-top__todokede table td ul li {
    width: auto;
  }
  .p-top__todokede table td ul li:nth-child(odd) {
    width: 35%;
  }
}
.p-top__todokede dl {
  margin-top: clamp( 25px, 20.4490291262px + 1.213592233vw,35px);
  text-align: left;
}
@media (min-width: 767px) {
  .p-top__todokede dl {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 40px;
  }
}
@media (min-width: 959px) {
  .p-top__todokede dl {
    gap: 50px;
  }
}
.p-top__todokede dl dt {
  margin-bottom: 1em;
}
@media (min-width: 767px) {
  .p-top__todokede dl dt {
    width: 100%;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .p-top__todokede dl dt {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) and (min-width: 959px) {
  .p-top__todokede dl dt {
    width: auto;
  }
}
.p-top__todokede dl dd h3 {
  font-weight: 500;
  margin-bottom: 0.25em;
  font-size: 100%;
}
.p-top__todokede dl dd p {
  font-size: 90%;
}
.p-top__todokede dl dd:not(:last-child) {
  margin-bottom: 0.75em;
}
@media (min-width: 767px) {
  .p-top__todokede dl dd:not(:last-child) {
    margin-bottom: 0;
  }
}

.l-gNav__home > a {
  color: #745a44;
}
.l-gNav__home > a::before {
  transform: scale(1, 1) !important;
}
.l-main {
  overflow: hidden;
}
/*# sourceMappingURL=home.css.map */