[data-browse-mode="P"] .pane-topic-path .container .block-topic-path {
  padding: 13px 0;
}
[data-browse-mode="P"] .cm-detail-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 100px;
}
[data-browse-mode="P"] .cm-detail-inner h2{
  color: #FF6994;
  margin-top: 0;
}
[data-browse-mode="P"] .cm-detail-inner h3{
  font-weight: bold;
  color: #78828B;
  text-align: center;
  border-bottom: 1px solid #FF6994;
  margin-bottom: 40px;
}
[data-browse-mode="P"] .cm-detail__video-frame{
  width: 720px;
  margin: 0 auto 60px; 
}
[data-browse-mode="P"] .cm-detail__video-title{
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px;
  padding-left: 10px;
  position: relative;
}
[data-browse-mode="P"] .cm-detail__video-title::before{
  content: "";
  width: 5px;
  height: 26px;
  background: #FF6994;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
[data-browse-mode="P"] .cm-detail__video{
  aspect-ratio: 16 / 9;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}
[data-browse-mode="P"] .cm-detail__video-frame .cm-detail__video{
  max-width: 688px;
  border-radius: 16px;
}
[data-browse-mode="P"] .cm-detail__video iframe{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: .5s;
}
[data-browse-mode="P"] .cm-detail__video iframe:hover{
  transform: scale(1.04);
}
[data-browse-mode="P"] .cm-detail__video-frame .cm-detail__video iframe{
  border-radius: 20px;
}
[data-browse-mode="P"] .cm-detail__video-frame-row{
  width: 840px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto 80px;
}
[data-browse-mode="P"] .cm-detail__video-frame-row .cm-detail__video-box{
  width: calc((100% - 40px) / 2);
}
[data-browse-mode="P"] .profile-card {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
  padding: 20px;
  background: #FFF5F8;
  gap: 10px 30px;
}
[data-browse-mode="P"] .profile-card h2{
  font-size: 26px;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #FF6994;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  position: relative;
}
[data-browse-mode="P"] .profile-card h2::before{
  content: "";
  width: 5px;
  height: 26px;
  background: #FF6994;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
[data-browse-mode="P"] .profile-card__image {
  width: 240px;
}
[data-browse-mode="P"] .profile-card__image img{
  border-radius: 16px;
}
[data-browse-mode="P"] .profile-card__info {
  flex: 1;
}
[data-browse-mode="P"] .profile-card__name {
  font-size: 22px;
  color: #FF6994;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
[data-browse-mode="P"] .profile-card__bio {
  font-size: 16px;
  line-height: 1.7;
  color: #7a8088;
}
[data-browse-mode="P"] .profile-card__bio p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
[data-browse-mode="P"] .sp-only{
  display: none;
}

[data-browse-mode="S"] .pane-topic-path .container .block-topic-path {
  padding: 5.38vw 0 5.14vw;
}
[data-browse-mode="S"] .cm-detail-inner{
  padding: 10px 20px 50px;
}
[data-browse-mode="S"] .cm-detail-inner h2{
  font-size: 26px;
  color: #FF6994;
  margin: 0 0 20px;
}
[data-browse-mode="S"] .cm-detail-inner h3{
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #78828B;
  border-bottom: 1px solid #FF6994;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
[data-browse-mode="S"] .cm-detail__video-frame{
  margin: 0 0 30px; 
}
[data-browse-mode="S"] .cm-detail__video-title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  max-width: 560px;
  margin: 0 auto 15px;
  padding-left: 10px;
  position: relative;
}
[data-browse-mode="S"] .cm-detail__video-title::before{
  content: "";
  width: 5px;
  height: 26px;
  background: #FF6994;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
[data-browse-mode="S"] .cm-detail__video{
  aspect-ratio: 16 / 9;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}
[data-browse-mode="S"] .cm-detail__video iframe{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
[data-browse-mode="S"] .cm-detail__video-frame-row{
  margin: 0 0 45px;
}
[data-browse-mode="S"] .cm-detail__video-frame-row > * + *{
  margin-top: 30px;
}
[data-browse-mode="S"] .profile-card {
  padding: 15px;
  background: #FFF5F8;
}
[data-browse-mode="S"] .profile-card h2{
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #FF6994;
  margin: 0 0 15px;
  padding: 0 0 5px 15px;
  position: relative;
}
[data-browse-mode="S"] .profile-card h2::before{
  content: "";
  width: 5px;
  height: 26px;
  background: #FF6994;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}
[data-browse-mode="S"] .profile-card__image{
  margin: 0 0 20px; 
}
[data-browse-mode="S"] .profile-card__image img{
  border-radius: 12px; 
}
[data-browse-mode="S"] .cm-detail-inner .profile-card__name {
  font-size: 20px;
  font-weight: bold;
  color: #FF6994;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
[data-browse-mode="S"] .profile-card__bio {
  font-size: 14px;
  line-height: 1.7;
  color: #7a8088;
}
[data-browse-mode="S"] .profile-card__bio p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}