/* base */
:root{
  --pink:#E8759A;
  --pink-deep:#C74E76;
  --plum:#8B5FBF;
  --blue:#3E7CB1;
  --sky:#5AC2D8;
  --amber:#F2A65A;
  --ink:#22262B;
  --ink-soft:#6B7178;
  --line:#E9E5E1;
  --bg:#FFFFFF;
  --bg-soft:#F8F6F4;
  --radius:1rem;
  --radius-lg:2rem;
  --maxw:1180px;
  font-size:16px;
}

html {
  font-size: 62.5% !important;
}

body {
  font-size: 1.6rem !important;
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

#content.l-content.l-container{
  max-width: 100%;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#body_wrap.w-wrap{
  padding: 0 !important;
}
.w-wrap::before, .w-wrap::after{
  display: none;
}

/* 映画診断 */
@media only screen and (max-width: 960px) {
  #uw-shindan .uw-modal{
    max-height: 75vh !important;
  }
}


/* header */
.w-header {
  background: #fff;
  border-bottom: 1px solid #E9E5E1;
  height: 10rem;
}
.w-header__inner{
  width: 100%;
}
.w-header__menu-toggle{
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  background: transparent;
  border: 0;
}
.w-header__menu-toggle span{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.w-header__menu-toggle svg{
  position: relative;
  top: .5rem;
  width: 4.8rem;
  height: auto;
}
.w-header__menu-toggle img, .w-header__nav-item img{
  height: 4.8rem;
}
.w-header__logo{
  text-align: center;
}
.w-header__logo img{
  min-width: 180px;
}
.w-header__logo--tagline{
  position: relative;
  bottom: -1.4rem;
  display: block;
  font-size: 1rem;
}
.w-header__hnav{
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 8rem 0;
  background: #0582c9;
  z-index: 10000;
}
.w-header__hnav--close{
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.w-header__hnav--close svg{
  width: 3rem;
  height: 3rem;
  color: #fff;
}
.w-header__hnav--inner{
  width: 100%;
  height: 100%;
  overflow: auto;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 2rem;
}
.w-header__hnav--title{
  position: relative;
  display: block;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  margin-top: 3rem;
  color: #fff;
  font-weight: bold;
}
.w-header__hnav--title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='white' d='M14 4h2v10h10v2H16v10h-2V16H4v-2h10V4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.w-header__hnav--title.is-open::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='white' d='M4 14h22v2H4z'/%3E%3C/svg%3E");
}
.w-header__hnav--title:first-of-type{
  margin-top: 0;
}
.w-header__hnav--title.not-child{
  border-bottom: 0;
}
/* .w-header__hnav--title.no-link{
  pointer-events: none;
} */
.w-header__hnav ul{
  display: none;
  margin-top: 1rem;
}
.w-header__hnav ul li{
  margin-bottom: .5rem;
}
.w-header__hnav ul li a{
  font-size: 1.6rem;
  color: #fff;
}
.w-header__hnav--links{
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.w-header__hnav--links a{
  font-size: 1.4rem;
  color: #fff;
  margin-right: 3rem;
}
ul.w-header__hnav--sns{
  width: 100%;
  max-width: 300px;
  margin: 3rem auto 0;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
ul.w-header__hnav--sns li{
  align-items: center;
  display: flex;
  width: 20%;
}
ul.w-header__hnav--sns li a{
  display: block;
}
ul.w-header__hnav--sns li svg,
ul.w-header__hnav--sns li img{
  width: 100%;
  max-width: 4rem;
}

.w-search .w-search__refine-submit{
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .w-wrap{
    margin-bottom: 6rem;
  }
  .c-fixBtn{
    width: 4rem;
    height: 4rem;
  }
  .p-fixBtnWrap{
    bottom: 1rem;
  }
  .w-header{
    height: 10rem;
  }
  .w-header.--fixed{
    height: 6rem;
  }
  .w-header__logo img {
    width: 18rem;
    min-width: 140px;
    margin: 0 auto;
  }
  .w-header.--fixed .w-header__logo img{
    width: 10rem;
    min-width: 100px;
  }
  .w-header__logo--tagline{
    font-size: 1.2rem;
    bottom: -1.2rem;
  }
  .w-header.--fixed .w-header__logo--tagline{
    font-size: .8rem;
    bottom: -.8rem;
  }
  .w-login__list{
    flex-wrap: wrap;
  }
  .w-login__list.--col4 li,
  .w-login__list.--col5 li {
    width: 50%;
    font-size: 2rem;
  }
  .w-modal__container .w-login__btn.--login,
  .w-modal__container .w-login__btn.--nologin{
    height: 6rem;
    font-size: max(14px, 2rem);
  }
}

.w-btn-all,
.w-login__btn{
  width: 100% !important;
  max-width: 50rem;
}

/* footer */
.w-footer{
  background:#f9f9f9;
  padding: 4.8rem 0 10rem;
}
.w-footer__top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.w-footer__brand{
  width: 20%;
}
.w-footer__logo{
  display: block;
  background: none;
  height: auto;
  padding: 0 !important;
}
.w-footer__logo img{
  width: 100%;
  min-width: 100%;
  height: auto;
}
.w-footer__social{
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}
.w-footer__social a{
  width: 23%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-footer__social svg,
.w-footer__social img{
  width: 3.2rem;
  height: auto;
  color: #22262B;
}
.w-footer__links{
  width: 80%;
  padding-left: 8rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.w-footer__links--col{
  width: 33.3333%;
  padding: 0 5rem;
  border-left: 2px solid #e9e9e9;
}
.w-footer__links--title,
.w-footer__links--title a{
  font-size: 1.8rem;
  margin: 0 0 1.4rem;
  font-weight: 700;
}
.w-footer__links--col ul.w-footer__links--flex{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.w-footer__links--col ul.w-footer__links--flex li{
  width: 50%;
}
.w-footer__links--col ul li{
  margin-bottom: .9rem;
}
.w-footer__links--col ul li a{
  font-size: 1.4rem;
  color: #22262B;
}
.w-footer__bottom{
  border-top: 2px solid #e9e9e9;
  padding-top: 2rem;
  margin-top: 5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.w-footer__bottom ul{
  width: calc(100% - 10rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-right: 5rem;
}
.w-footer__bottom ul li,
.w-footer__bottom ul li a{
  font-size: 1.5rem;
}
.w-footer__bottom .pmark{
  width: 10rem;
}
.w-footer__bottom .pmark .pmark-sptxt{
  display: none;
}

.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media only screen and (max-width: 960px) {
  .w-footer{
    padding-bottom: 2rem;
  }
  .w-footer{
    padding-top: 0 !important;
  }
  .w-footer__inner{
    padding: 0 !important;
  }
  .w-footer__brand{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .w-footer__logo{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .w-footer__logo img{
    width: 100%;
    max-width: 140px;
    min-width: unset;
    margin: 0 auto;
  }
  .w-footer__social{
    width: 100%;
    max-width: 260px;
    padding: 0 4rem;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  .w-footer__social a{
    aspect-ratio: unset;
  }
  .w-footer__social svg,
  .w-footer__social img{
    width: auto;
    height: 2rem;
  }
  .w-footer__social .ico-tiktok svg{
    height: 2.7rem;
  }
  .w-footer__col h5{
    background: #F8F6F4;
    padding: 2rem;
    font-size: 2.4rem;
    text-align: center;
  }
  .w-footer__col ul{
    display: flex;
    flex-wrap: wrap;
  }
  .w-footer__col ul li{
    width: 50%;
  }
  .w-footer__col ul li a{
    font-size: 2.2rem;
  }
  .w-footer__bottom{
    font-size: 1.8rem;
  }
  .w-footer__bottom span{
    font-size: 1.8rem;
    display: block;
    margin-top: 2rem;
    width: 100%;
  }
  .w-footer__bottom ul{
    width: 100%;
    justify-content: center;
    padding: 0;
    gap: .8rem;
  }
  .w-footer__bottom .pmark{
    width: 100%;
    padding: 0 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
  .w-footer__bottom .pmark img{
    max-width: 8rem;
    padding-right: 2rem;
  }
  .w-footer__bottom .pmark .pmark-sptxt{
    width: auto;
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 0;
  }
  .w-footer__links{
    width: 100%;
    padding-left: 0;
  }
  .w-footer__links--col{
    width: 100%;
    padding: 0;
    margin-top: -1px;
  }
  .w-footer__links--title{
    background: #f3f4f4;
    padding: .6rem 3rem;
    font-size: 1.2rem;
    margin-bottom: 0;
    display: block;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
  .w-footer__links--title a{
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0;
  }
  .w-footer__links--col ul{
    background: #fff;
    display: flex;
    flex-wrap: wrap;
  }
  .w-footer__links--col ul li{
    width: 50%;
    margin-bottom: 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .w-footer__links--col ul li:nth-child(2n){
    border-right: 0;
  }
  .w-footer__links--col ul li{
    border-right: 1px solid #e4e4e4;
  }
  .w-footer__links--col ul li a{
    font-size: 1.1rem;
    display: block;
    padding: .6rem 3rem;
    background: #fff;
    font-weight: 500;
  }
  .w-footer__bottom ul li, .w-footer__bottom ul li a {
    font-size: 1rem;
  }
  .w-footer__bottom{
    margin-top: 0;
    background: #f7f6f6;
    border-top: 0;
  }
  .w-mobile-nav__list-item {
    height: 6rem;
  }
  .w-mobile-nav__list-item a{
    font-size: clamp(10px, 1.6rem, 10px);
  }
  .u-watch-mobile-nav__icon {
    position: relative;
    top: -.2rem;
    width: 5rem;
    margin-bottom: 0;
  }
}

/* top */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
}

.eyebrow {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.14em;
  color: var(--pink-deep);
}

.eyebrow.blue {
  color: var(--blue);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3rem;
}

.section-head h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.see-all {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ink-soft);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.15s;
}

.see-all:hover {
  color: var(--pink-deep);
}

section {
  padding: 5rem 0;
}

section.soft {
  width: calc(100% + 5rem);
  background: var(--bg-soft);
  margin-left: -2.5rem;
  padding: 5rem 2.5rem;
}

/* ---------- Hero slider ---------- */

.hero {
  padding: 1.75rem 0 0;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  max-width: var(--maxw);
  margin: 0 auto;
}

.hero-track {
  display: flex;
  transition: transform 0.5s ease;
}

.hero-slide {
  min-width: 100%;
  aspect-ratio: 1200 / 420;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.hero-slide .fallback-label {
  position: absolute;
  bottom: 0.875rem;
  left: 1.125rem;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.3125rem 0.625rem;
  border-radius: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.hero-slide{
  border-radius: 1rem;
}
.hero-slide.s1 {
  background: linear-gradient(135deg, #D65A82, #E8759A 55%, #F2A6C0);
}

.hero-slide.s2 {
  background: linear-gradient(135deg, #3E7CB1, #5AC2D8);
}

.hero-slide.s3 {
  background: linear-gradient(135deg, #8B5FBF, #C74E76);
}

.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  z-index: 2;
}

.hero-nav span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
}

.hero-nav span svg{
  color: #000;
  width: 1.5rem;
  height: auto;
}

.hero-nav.prev {
  left: 2rem;
}

.hero-nav.next {
  right: 2rem;
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin: 0.875rem 0 0.25rem;
}

.hero-dots button {
  width: 1rem;
  height: 1rem;
  border-radius: 5em;
  border: none;
  background: var(--line);
  cursor: pointer;
  padding: 0;
}

.hero-dots button.active {
  width: 3rem;
  height: 1rem;
  background: var(--pink);
}

/* ---------- Interview cards ---------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
}

@media (min-width: 40rem) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 60rem) {
  .card-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.interview-card .thumb {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9C8890;
  font-size: 0.6875rem;
  font-family: "Poppins", sans-serif;
}

.interview-card .tag {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pink-deep);
  margin-bottom: 0.25rem;
  display: block;
}

.interview-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- Cheki banner ---------- */

.cheki-banner {
  max-width: var(--maxw);
  margin: 2.75rem auto 0;
  padding: 0 1.5rem;
}

.cheki-banner a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.cheki-banner a img{
  margin: 0 auto;
}

.cheki-banner .icon {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--pink), var(--plum));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cheki-banner .icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #fff;
  fill: none;
}

.cheki-banner .txt {
  color: #fff;
  text-align: left;
}

.cheki-banner .txt .lead {
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  color: var(--pink);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.cheki-banner .txt strong {
  display: block;
  font-size: 1.1875rem;
  font-weight: 900;
  margin-top: 0.1875rem;
}

/* ---------- TikTok / latest movies ---------- */

.video-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.375rem;
  scrollbar-width: thin;
}

.tt-embed {
  flex: 0 0 calc((100% - 4rem) / 5);
  aspect-ratio: 9 / 14;
  border-radius: var(--radius);
  background: linear-gradient(165deg, #232323, #111);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-card .tt-embed .play {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-card .tt-embed .play::after {
  content: "";
  border-left: 0.6875rem solid var(--ink);
  border-top: 0.4375rem solid transparent;
  border-bottom: 0.4375rem solid transparent;
  margin-left: 0.1875rem;
}

.video-card .stats {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 0.625rem;
}

.video-card figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

.video-card {
  margin: 0;
}

/* ---------- Diagnosis cards ---------- */

.diag-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.diag-card{
  width: 49%;
}
.uw-shindan-block{
  margin-bottom: 0 !important;
}
.uw-promo,
.uwv-banner{
  min-height: 37rem;
  max-height: 37rem;
}
#uw-vod-shindan .uwv-banner-desc{
  max-width: unset !important;
}

/* ---------- Feature strip ---------- */

.feature-scroll {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.375rem;
}

.feature-card {
  width: calc((100% - 4rem) / 5);
}

.feature-card .thumb {
  max-height: 14.4rem;
  overflow: hidden;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1rem;
}

.feature-card .thumb img {
  max-height: 14.4rem;
  min-height: 14.4rem;
  object-fit: cover;
}

.feature-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature-card time {
  font-size: 1rem;
  color: var(--ink-soft);
}

/* ---------- Editors recommend ---------- */

.recommend-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.375rem;
  scrollbar-width: thin;
}

.recommend-card {
  flex: 0 0 calc((100% - 4rem) / 5);
}

.recommend-card .thumb {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1rem;
}

.recommend-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recommend-card .rating {
  font-size: 1rem;
  color: var(--amber);
  font-weight: 700;
}

.recommend-card .rating span {
  color: var(--ink-soft);
  font-weight: 500;
  margin-left: 0.25rem;
}

/* ---------- Events calendar ---------- */

.events-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 56.25rem) {
  .events-layout {
    grid-template-columns: 1.5fr 1fr;
  }
}

.tab-row {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1.125rem;
}

.tab-row button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  padding: 0.8rem 1.5rem;
  border-radius: 5em;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  color: var(--ink-soft);
}

.tab-row button.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.event-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.event-row .date {
  width: 7rem;
  flex-shrink: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.event-row .date .d {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.event-row .date .w {
  font-size: 1.2rem;
  color: var(--ink-soft);
}

.event-row .cat {
  min-width: 9rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--blue);
  background: #EAF2F7;
  border-radius: 0.375rem;
  padding: 0.3rem 1rem;
  flex-shrink: 0;
}

.event-row .info {
  width: calc(100% - 16rem);
  padding-left: 2rem;
  flex: 1;
}

.event-row .info .t {
  font-size: 1.4rem;
  font-weight: 700;
}

.event-row .info .p {
  font-size: 1.2rem;
  color: var(--ink-soft);
  margin: 0;
}

.event-row .link {
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid var(--line);
  border-radius: 5em;
  padding: 0.8rem 2rem;
  color: var(--ink);
}

.cal-btn {
  display: block;
  text-align: center;
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: 5em;
  padding: 1.2rem 3rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.pickup-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(160deg, #2D2440 0%, #B8433F 90%);
  height: 100%;
  max-height: 32rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pickup-card .pickup-card-text{
  padding: 0 2rem;
}
.pickup-card .pickup-card-text,
.pickup-card .pickup-card-thumb {
  width: 50%;
}

.pickup-card .badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  background: #fff;
  color: var(--ink);
  border-radius: 5em;
  padding: 0.5rem 1.4rem;
  margin-bottom: 1rem;
}

.pickup-card h3 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  font-weight: 900;
  line-height: 1.4;
}

.pickup-card .when {
  font-size: 1.2rem;
  opacity: 0.9;
  margin: 0 0 0.5rem;
}

.pickup-card .where {
  font-size: 1.2rem;
  opacity: 0.9;
  margin: 0 0 1.5rem;
}

.pickup-card .btn {
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ink);
  padding: 1rem 2rem;
  border-radius: 5em;
}

.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* ---------- Mobile refinements ---------- */

@media (max-width: 960px) {
  :root {
    font-size: 1rem;
  }

  .wrap {
    padding: 0;
  }

  section {
    padding: 4rem 0;
  }

  section.soft {
    padding: 4rem 2.5rem;
  }

  section.calendar{
    padding: 4rem 0 2rem;
  }

  .section-head h2{
    font-size: 1.8rem;
  }

  .eyebrow{
    font-size: 1.4rem;
  }

  .section-head{
    margin-bottom: 2rem;
  }

  .see-all{
    font-size: 1.4rem;
  }

  .hero {
    padding: 0;
  }

  .hero-slider {
    border-radius: 1rem;
    overflow: unset;
  }

  .hero-slide {
    font-family: "Poppins", sans-serif;
    padding: 0 1rem;
  }

  .hero-slide img{
    border-radius: 1rem;
  }

  .hero-nav{
    width: 3rem;
    height: 3rem;
    top: unset;
    transform: translate(0);
    bottom: -5rem;
    background: var(--pink);
  }

  .hero-nav span svg{
    color: #fff;
  }

  .hero-dots{
    margin: 2.875rem 0 0.25rem;
  }

  .interview{
    margin-top: 5rem;
  }

  .interview-card .tag{
    font-size: 1rem;
  }

  .interview-card h3{
    font-size: 1.2rem;
  }

  .card-grid {
    gap: 2rem 1rem;
  }

  .cheki-banner {
    margin-top: 0;
    padding: 0;
  }

  .cheki-banner a {
    padding: 0;
    gap: 0;
    flex-direction: column;
    text-align: center;
  }

  .cheki-banner a img{
    padding: 0;
    gap: 0;
    flex-direction: column;
    text-align: center;
  }

  .cheki-banner .txt {
    text-align: center;
  }

  .cheki-banner .txt strong {
    font-size: 1rem;
  }

  .video-card {
    flex: 0 0 8.125rem;
  }

  .diag-card {
    padding: 1.625rem 1.25rem;
  }

  .diag-card h3,
  .recommend-card h3 {
    font-size: 1.4rem;
  }

  .event-row .cat {
    display: none;
  }

  .pickup-card {
    min-height: unset;
    padding: 0;
  }

  .events-layout{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .diag-grid{
    flex-wrap: wrap;
  }

  .events-layout div{
    width: 100%;
    height: auto;
    min-height: unset;
  }

  .events-layout div.pickup-card{
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
  }

  .events-layout div.tab-row{
    padding-bottom: 1rem;
  }

  .pickup-card .pickup-card-text {
    padding: 0 1.5rem;
  }

  .pickup-card .badge{
    font-size: 1rem;
    display: block;
    text-align: center;
  }
  .pickup-card h3{
    font-size: 1.2rem;
    margin: 0 0 .5rem;
  }

  .pickup-card .when,
  .pickup-card .where{
    font-size: 1rem;
    margin-bottom: 0;
  }

  .pickup-card .where{
    margin-bottom: 1rem;
  }

  .pickup-card .btn{
    font-size: 1rem;
    padding: 1rem;
  }

  .event-row .date{
    width: auto;
  }

  .event-row {
    gap: 1rem;
    padding: 1rem 0;
  }

  .event-row .info .t {
    font-size: 1.2rem;
  }

  .event-row .link {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }

  .event-row .info .p{
    font-size: 1rem;
  }

  .video-scroll,
  .feature-scroll,
  .recommend-scroll{
    width: calc(100% + 2.5rem);
    padding-bottom: 1rem;
    flex-wrap: nowrap;
  }

  .tt-embed,
  .feature-card,
  .recommend-card{
    flex: 0 0 calc((100% - 4rem) / 3.5);
  }

  .feature-card h3{
    font-size: 1.4rem;
  }

  .feature-card time,
  .recommend-card .rating{
    font-size: 1.2rem;
  }

  .diag-card{
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 420px) {
  .tt-embed,
  .feature-card,
  .recommend-card{
    flex: 0 0 calc((100% - 4rem) / 1.5);
  }
}

/* ---------- システム記事調整 ---------- */

@media (max-width: 960px) {
  .top #content{
    margin-top: 0;
    padding-top: 4rem;
  }
  #lp-content .post_content, #main_content .post_content{
    margin-top: 4rem;
  }
  .c-postTitle__ttl{
    font-size: 1.8rem;
  }
  .post_content h2{
    font-size: 1.6rem;
    margin: 3rem 0 2rem;
  }
  .post_content>*{
    font-size: 1.4rem;
  }
  .w-summary .w-summary__title,
  .w-summary__title {
    font-size: max(18px, 1.8rem);
    padding: 1.5rem 2rem;
  }
  .w-summary .w-text,
  .w-text {
    font-size: max(14px, 1.4rem);
    word-break: break-all;
  }
  .w-summary__thumb{
    min-width: 100%;
  }
  .w-summary__service-item{
    padding: 0 0 2rem 0;
  }
  .w-summary__service .status,
  .w-summary__service .column-3,
  .w-summary__service .column-3 small{
    font-size: max(10px, 1.2rem);
  }
  .w-summary__service .column-1 img{
    width: 5rem;
  }
  .w-summary__service .column-4 img{
    width: 5rem;
  }
  .text-large {
    font-size: max(16px, 1.8rem) !important;
  }
  .sv-cell {
    padding: 1rem 1.5rem;
  }
  .sv-cell--label,
  .sv-card__table .sv-cell--value{
    font-size: 1.4rem;
  }
  .w-summary__container{
    padding: 0;
  }
  .w-btn-review{
    font-size: max(14px, 1.6rem);
    border-radius: 5em;
  }
  .w-rating__num{
    font-size: max(12px, 2rem);
  }
}