* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  font-size: 16px
}
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #334155;
  line-height: 1.9;
  overflow-x: hidden;
  background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 500px);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased
}
.layout-inner {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto
}
h1, h2, .main-title {
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  margin: 0
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease
}
.icon {
  width: 20px;
  height: auto
}
.section-container {
  padding: 100px 0
}
.section-container.background-light {
  background: linear-gradient(135deg, rgba(240, 249, 255, .4) 0%, rgba(240, 253, 244, .4) 100%)
}
.section-container.background-blue {
  background: #f0f9ff
}
.section-header {
  padding-bottom: 2rem
}
.main-title {
  font-size: 2.25rem;
  letter-spacing: .1em;
  line-height: 1.4
}
.sub-title {
  color: #0284c7;
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: .2em;
  display: block;
  margin-bottom: 12px
}
.button {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 2.5rem;
  border-radius: 99px;
  font-weight: 700;
  border: none;
  cursor: pointer
}
.button-line {
  background: #00b900;
  color: #fff;
  gap: .4rem;
  box-shadow: 0 4px 14px rgba(0, 185, 0, .2)
}
.button-line:hover {
  background: #090;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 185, 0, .3)
}
.button-outline {
  border: 2px solid #1e293b;
  color: #1e293b;
  gap: .4rem;
  background: transparent
}
.button-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .3)
}
.button-more {
	  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #1e293b;
  color: #1e293b;
  background: transparent
}
.button-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .3)
}
.text-center {
  text-align: center
}
.js-scroll {
  opacity: 0;
  transition: all 0.5s cubic-bezier(.165, .84, .44, 1)
}
.fade-up {
  transform: translateY(40px)
}
.fade-in {
  transform: scale(.95)
}
.js-scroll.active {
  opacity: 1;
  transform: translateY(0) scale(1)
}
.global-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  padding: .75rem 0;
  border-bottom: 1px solid #f1f5f9
}
.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header-logo {
  display: flex;
  align-items: center;
  gap: .625rem
}

.logo-icon {
  color: #fbbf24
}
.logo-name {
  font-weight: 900;
  color: #0ea5e9;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem)
}
.logo-description {
  font-size: .7rem;
  color: #64748b;
  display: block
}
.navigation-pc {
  display: flex;
  align-items: center;
  gap: 1.25rem
}
.navigation-list {
  display: flex;
  list-style: none;
  gap: 1.25rem;
  padding: 0;
  margin: 0
}
.navigation-list a {
  font-weight: 700;
  font-size: .9rem
}
.navigation-list a:hover {
  text-decoration: underline;
  text-underline-offset: 6px
}
.header-button-line {
  background: #06C755;
  color: #fff;
  padding: .5rem 1.125rem;
  border-radius: 99px;
  font-weight: 700;
  font-size: .85rem
}
.menu-toggle {
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5000
}
.menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0ea5e9;
  transition: 0.3s
}
.menu-toggle span:nth-child(1) {
  top: 0
}
.menu-toggle span:nth-child(2) {
  top: 11px
}
.menu-toggle span:nth-child(3) {
  top: 22px
}
.menu-toggle.active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg)
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px)
}
.menu-toggle.active span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg)
}
.navigation-mobile-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1050;
  padding: 6.25rem 2.5rem;
  transition: 0.5s
}
.navigation-mobile-wrapper.active {
  right: 0
}
.navigation-mobile-list {
  list-style: none;
  padding: 0
}
.navigation-mobile-list li {
  margin-bottom: 1.5rem
}
.navigation-mobile-list a {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0ea5e9
}
.navigation-mobile-list a:hover {
  text-decoration: underline;
  text-underline-offset: 6px
}
.hero-section {
  position: relative;
  overflow: hidden;
  height: 90vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center
}
.hero-background {
  position: absolute;
  inset: 0;
  background-image: url(../images/clinic-entrance.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0
}
.hero-contents {
  position: relative;
  max-width: 800px;
  padding: 60px 40px;
  background-color: rgba(255, 255, 255, .56);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  text-align: center;
  z-index: 1
}
.hero-main-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 1.875rem
}
.hero-sub-title {
  font-size: .45em;
  font-weight: 400;
  color: #C79800;
  letter-spacing: .1em
}
.hero-lead {
  font-size: 1.2rem;
  opacity: .9;
  margin-bottom: 2.5rem
}
.hero-action {
  display: flex;
  justify-content: center;
  gap: 1.25rem
}
.news-wrapper {
  max-width: 900px;
  margin: 0 auto
}
.news-list {
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0
}
.news-item {
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.3s ease
}
.news-item:first-child {
  border-top: 1px solid #e2e8f0
}
.news-link {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  padding: 24px 16px;
  gap: 32px
}
.news-link::after {
  content: '→';
  position: absolute;
  right: 1rem;
  color: #0ea5e9;
  font-weight: 700;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease
}
.news-link:hover {
  background: #f8fafc;
  padding-left: 24px
}
.news-link:hover::after {
  opacity: 1;
  transform: translateX(0)
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0
}
.news-date {
  font-size: .9rem;
  color: #94a3b8
}
.news-category-label {
  font-size: .75rem;
  font-weight: 700;
  padding: .2em 1em;
  border-radius: 4px;
  color: #fff;
  min-width: 5.5rem;
  text-align: center
}
.category-important {
  background-color: #ef4444
}
.category-info {
  background-color: #0ea5e9
}
.category-checkup {
  background-color: #22c55e
}
.news-item-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2rem
}
.news-more-action {
  text-align: center
}
@media (min-width:1025px) {
  .news-link:hover .news-item-title {
    color: #0ea5e9
  }
}
@media (max-width:1024px) {
  .news-link {
    gap: 1.5rem
  }
}
@media (max-width:599px) {
  .news-link {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    padding: 1.25rem .5rem
  }
  .news-meta {
    gap: 1rem
  }
  .news-item-title {
    font-size: 1rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 0
  }
  .news-link::after {
    display: none
  }
}
.about-image {
  aspect-ratio: 4/3;
  border-radius: 1.5rem;
  position: relative
}
.about-image img, .doctor-photo img {
  width: 100%;
  height: auto;
  border-radius: 40px 4px 40px 4px;
  box-shadow: 20px 20px 0 #f0f9ff
}
.about-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3.75rem
}
.about-header {
  grid-column: 1;
  grid-row: 1
}
.about-body {
  grid-column: 1;
  grid-row: 2
}
.about-image-wrapper {
  grid-column: 2;
  grid-row: 1 / 3
}
.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem
}
.service-item {
  background: #fff;
  padding: 48px 32px;
  border-radius: 12px;
  border: 5px solid #f1f5f9;
  transition: 0.4s cubic-bezier(.25, .8, .25, 1)
}
.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
  border-color: #e2e8f0
}
.service-icon-wrapper {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.5rem;
  display: grid;
  place-items: center;
  border-radius: 2rem
}
.service-icon-wrapper.background-blue-light {
  background-color: #f0f9ff
}
.service-icon-wrapper.background-green-light {
  background-color: #f0fdf4
}
.service-icon-wrapper.background-accent-light {
  background-color: #fffbeb
}
.service-icon {
  width: 3rem;
  height: 3rem
}
.service-name {
  font-size: 1.5rem;
  color: #0ea5e9;
  margin-bottom: 1rem;
  font-family: 'Shippori Mincho', serif
}
.service-description {
  font-size: .95rem;
  color: #1e293b;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: left
}
.service-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  border-top: 1px dashed #e2e8f0;
  padding-top: 1rem
}
.service-detail-list li {
  font-size: .85rem;
  color: #64748b;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: .25rem
}
.service-detail-list li::before {
  content: '●';
  position: absolute;
  left: 0;
  font-size: .6rem;
  color: #0ea5e9;
  top: 50%;
  transform: translateY(-50%)
}
@media (max-width:1024px) {
  .service-list {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width:599px) {
  .service-list {
    grid-template-columns: 1fr;
    gap: 1.5rem
  }
  .service-item {
    padding: 2.5rem 1.5rem
  }
  .service-icon-wrapper {
    width: 5rem;
    height: 5rem
  }
  .service-icon {
    font-size: 2.5rem
  }
}
.doctor-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  place-content: center;
  place-items: center
}
.doctor-header {
  grid-column: 2;
  grid-row: 1;
  text-align: center
}
.doctor-body {
  grid-column: 2;
  grid-row: 2
}
.doctor-photo-wrapper {
  grid-column: 1;
  grid-row: 1 / 3
}
.doctor-sub-title {
  color: #0ea5e9;
  font-weight: 900;
  font-size: .85rem;
  letter-spacing: .1em;
  display: block
}
.doctor-main-title {
  font-size: 2.2rem;
  margin: 8px 0
}
.doctor-header p {
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em
}
.doctor-photo-wrapper {
  width: 350px;
  height: 450px;
  border-radius: 1.5rem;
  flex-shrink: 0
}
.doctor-introduction {
  margin-bottom: 1.875rem
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem
}
.category-label {
  background: #fff;
  border: 1px solid #0ea5e9;
  color: #0ea5e9;
  padding: .3em .8em;
  border-radius: 4px;
  font-size: .85rem
}
.flow-wrapper {
  max-width: 720px;
  margin: 0 auto
}
.flow-preparation-card {
  background-color: #f0f9ff;
  border: 2px dashed #0ea5e9;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 4rem;
  position: relative
}
.flow-preparation-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem
}
.flow-preparation-icon {
  background: #fff;
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(3, 105, 161, .1);
  flex-shrink: 0
}
.flow-icon {
  width: 3rem;
  height: 3rem
}
.flow-preparation-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  color: #0ea5e9;
  font-weight: 700
}
.flow-preparation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: .5rem 1rem
}
.flow-preparation-list li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500
}
.flow-preparation-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700
}
.flow-preparation-note {
  margin: 1.5rem 0 0 0;
  font-size: .85rem;
  color: #64748b;
  text-align: center;
  border-top: 1px solid rgba(3, 105, 161, .1);
  padding-top: 1rem
}
.flow-step-container {
  display: flex;
  flex-direction: column;
  gap: 0
}
.flow-step-item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  background: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
  position: relative;
  z-index: 2
}
.flow-step-visual {
  position: relative;
  flex-shrink: 0
}
.flow-step-number {
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  background: #fbbf24;
  color: #fff;
  font-weight: 900;
  font-size: .85rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  z-index: 1
}
.flow-step-icon-circle {
  width: 5rem;
  height: 5rem;
  background: #f8fafc;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  border: 2px solid #f1f5f9
}
.flow-step-title {
  margin: 0 0 .5rem 0;
  font-size: 1.35rem;
  color: #0ea5e9
}
.flow-step-description {
  margin: 0;
  color: #334155;
  font-size: .95rem;
  line-height: 1.6
}
.flow-step-connector {
  width: 2px;
  height: 3rem;
  background-image: linear-gradient(#cbd5e1 50%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 2px 10px;
  background-repeat: repeat-y;
  margin-left: 4.5rem
}
@media (max-width:599px) {
  .flow-preparation-content {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
  .flow-preparation-list {
    grid-template-columns: 1fr;
    text-align: left;
    margin-top: 1rem
  }
  .flow-step-item {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    gap: 1.5rem
  }
  .flow-step-connector {
    margin: 0 auto
  }
  .flow-step-number {
    left: 50%;
    transform: translateX(-2.5rem)
  }
}
.hours-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.875rem;
  box-shadow: 0 10px 30px rgba(3, 105, 161, .08)
}
.hours-header {
  text-align: center;
  margin-bottom: 1.875rem
}
.hours-main-title {
  font-size: 1.8rem;
  color: #0ea5e9;
  margin-bottom: .625rem
}
.hours-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center
}
.hours-table th {
  padding: .9rem;
  background: #f8fafc;
  border-bottom: 2px solid #fff;
  font-weight: 700
}
.hours-table td {
  padding: .9rem;
  border-bottom: 1px solid #f1f5f9
}
.hours-notes {
  text-align: center;
  margin-top: 1.25rem;
  font-size: .9rem;
  color: #64748b
}
.access-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto
}
.access-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.access-info-card {
  background: #fff;
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
  border: 1px solid #f1f5f9
}
.access-info-name {
  font-size: 1.1rem;
  color: #0ea5e9;
  font-weight: 900;
  margin-bottom: 1rem
}
.access-data-item {
  padding: .75rem 0;
  border-bottom: 1px solid #f1f5f9
}
.access-data-item dt {
  font-size: .8rem;
  margin-bottom: .25rem;
  font-weight: 700
}
.access-data-item dd {
  font-size: .9rem
}
.access-telephone-number {
  font-size: 1.4rem;
  font-weight: 900
}
.access-map-button {
  width: 100%;
  padding: .6rem;
  font-size: .85rem;
  justify-content: center
}
.access-route-guide {
  background: #f8fafc;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  margin-top: 1rem
}
.access-route-text {
  font-size: .8rem;
  color: #64748b;
  line-height: 1.5
}
.access-map-wrapper {
  height: 400px
}
.access-map-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}
.access-map-container iframe {
  width: 100%;
  height: 100%;
  display: block
}
@media (max-width:1024px) {
  .access-column {
    grid-template-columns: 1fr;
    max-width: 600px
  }
  .access-map-wrapper {
    height: 350px;
    order: -1
  }
}
@media (max-width:599px) {
  .access-map-wrapper {
    height: 280px
  }
  .access-info-card {
    padding: 1.25rem
  }
}
.global-footer {
  background-color: #0369a1;
  color: rgba(255, 255, 255, .8);
  padding: 3.5rem 0 5rem
}
.footer-main-contents {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.5rem
}
.footer-logo-icon {
  font-size: 1.5rem;
  color: #fbbf24
}
.footer-logo-name {
  color: #fff;
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1.3
}
.footer-logo-description {
  font-size: .75rem;
  color: rgba(255, 255, 255, .6)
}
.footer-address {
  font-style: normal;
  font-size: .9rem;
  line-height: 1.8
}
.footer-tel {
  display: block;
  margin-top: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff
}
.footer-navigation-wrapper {
  display: flex;
  gap: 4rem
}
.footer-navigation-title {
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: .5rem;
  display: inline-block
}
.footer-navigation-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, .3)
}
@media (max-width:599px) {
  .footer-navigation-title {
    display: block;
    padding-bottom: .75rem
  }
}
.footer-navigation-list {
  list-style: none;
  padding: 0;
  margin: 0
}
.footer-navigation-list li {
  margin-bottom: .75rem
}
.footer-navigation-list a {
  font-size: .9rem;
  transition: color 0.3s
}
.footer-navigation-list a:hover {
  color: #fff;
  text-decoration: underline
}
.footer-bottom-contents {
  font-size: .75rem;
  color: rgba(255, 255, 255, .5);
  text-align: center
}
.footer-disclaimer {
  margin-bottom: .5rem
}
.footer-copyright {
  margin: 0
}
@media (max-width:1024px) {
  .footer-main-contents {
    flex-direction: column;
    gap: 3rem
  }
}
@media (max-width:599px) {
  .global-footer {
    padding: 3rem 0 6.5rem;
    text-align: center
  }
  .footer-logo {
    justify-content: center
  }
  .footer-main-contents {
    gap: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.25rem
  }
  .footer-navigation-wrapper {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 2rem;
    row-gap: 1.25rem
  }
  .footer-navigation-title {
    margin-bottom: .75rem
  }
  .footer-navigation-list li {
    margin-bottom: .6rem
  }
  .footer-legal-wrapper {
    gap: .75rem
  }
}
.footer-announce {
  font-size: .75rem;
  margin-top: .5rem
}
.fixed-action-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 2000;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, .1)
}
.fixed-action-item {
  flex: 1;
  padding: .9rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  color: #fff;
  font-weight: 700;
  font-size: .85rem
}
.background-secondary {
  background: #22c55e
}
.background-line {
  background: #06C755
}
@media (max-width:1024px) {
  .navigation-pc {
    display: none
  }
  .menu-toggle {
    display: block
  }
  .hero-contents {
    padding: 2.5rem 1rem
  }
}
@media (max-width:599px) {
  .hero-section {
    padding: 5rem 0
  }
  .hero-action {
    flex-direction: column;
    max-width: 15.6rem;
    margin: 0 auto
  }
  .flow-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.875rem
  }
  .doctor-info {
    text-align: center
  }
  .category-list {
    justify-content: center
  }
  .news-link {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    padding: 1.25rem .5rem
  }
  .news-item-title {
    white-space: normal;
    padding-right: 0
  }
  .flow-preparation-content {
    flex-direction: column;
    align-items: center
  }
  .flow-step-item {
    flex-direction: column;
    padding: 1.5rem
  }
  .flow-preparation-note {
    text-align: right
  }
  .fixed-action-navigation {
    display: flex
  }
}
@media (max-width:599px) {
  .about-column, .doctor-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
  }
  .about-header {
    order: 1;
    text-align: center
  }
  .doctor-header {
    order: 1
  }
  .about-image-wrapper, .doctor-photo-wrapper {
    order: 2
  }
  .about-body, .doctor-body {
    order: 3
  }
  .doctor-photo-wrapper {
    width: 240px;
    max-width: 70%;
    height: auto;
    aspect-ratio: 3 / 4;
    margin: 0 auto;
    overflow: hidden
  }
}