@charset "UTF-8";
body {
  box-sizing: border-box;
}

main {
  margin-top: -455px;
  padding: 15px 0 0;
} /* ナビの量で高さ要調整 */
h2 {
  font-size: 40px;
  /* font-size: min(40px,2.66vw); */
}

@media screen and (max-width: 768px) {
  body {
    padding: 0;
  }
  h2 {
    font-size: min(52px, 6.77vw);
  }
  main {
    padding: 0;
    margin-top: 80px;
  }
}
/*  ========================
    *********  FV  *********
=============================================  */
.low_fvarea {
  background: url(../images/heparinoids/fv_bg.png);
  background-size: cover;
  height: 300px;
  position: relative;
  border-radius: 10px;
  margin: 0 10px;
}

.breadcrumbs {
  padding: 40px 0px 0 460px;
  display: flex;
  font-size: 10px;
}

.breadcrumbs li {
  position: relative;
  padding-right: 20px;
}

.breadcrumbs li a {
  color: #78828B;
  text-decoration: none;
}

.breadcrumbs li:after {
  position: absolute;
  content: ">";
  right: 6px;
  font-family: "Poppins", sans-serif;
}

.breadcrumbs li:last-of-type:after {
  content: none;
}

.fvttl {
  position: absolute;
  bottom: 0;
  padding: 0 80px 0 460px;
}

.fvttl .subcate {
  width: -moz-fit-content;
  width: fit-content;
  background: #FFF;
  padding: 20px 20px 0;
  border-radius: 5px 5px 0 0;
}

.fvttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  background: #FFF;
  margin: 0;
  padding: 10px 20px 10px;
  border-radius: 0px 5px 0 0;
}

.products_page .case img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .products_page .sec01 .inner {
    padding-top: 50px;
  }
}
.products_page .sec01 .block {
  position: relative;
  margin-top: 40px;
}

.products_page .sec01 .block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 24px;
  border: 40px solid transparent;
  border-left: 44px solid #FBF2F3;
  transform: rotate(90deg);
}

.products_page .sec01 .block .box {
  background: #FBF2F3;
  padding: 80px 64px 60px;
  border-radius: 0 0 20px 20px;
}

.products_page .sec01 .block .box .flex {
  margin-bottom: 2%;
  gap: 40px;
}

.products_page .sec01 .block .box .flex div {
  width: 60%;
}

.products_page .sec01 .block .box .flex img {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
}

.products_page .sec01 .block h2 {
  background: #FF6894;
  color: #FFF;
  margin: 0;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  text-align: center;
  line-height: 1.4;
}

.products_page .sec01 .block h3 {
  color: #FF6894;
  margin-bottom: 20px;
}

.products_page .sec01 .block h4 {
  color: #FF6894;
  margin-bottom: 25px;
}

.txtBlock {
  font-size: 32px;
  color: #FF6894;
  font-weight: 600;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 3% 3% 0;
  }
  .low_fvarea {
    margin: 0;
    border-radius: 0;
    min-height: 200px;
    height: 39.0625vw;
    background: url(../images/heparinoids/sp_fv_bg.png);
  }
  .fvttl {
    padding: 0 4.16%;
  }
  .fvttl h2 {
    font-size: min(52px, 6.77vw);
  }
  .about .fvttl h2 {
    font-size: min(52px, 6.2vw);
  }
  .products_page .sec01 .flex01 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 5px;
    margin-bottom: 10.41vw;
  }
  .products_page .sec01 .flex01 .item {
    width: calc(33.3333333333% - 5px);
  }
  .products_page .sec01 .block .box .flex {
    flex-wrap: wrap;
    margin-bottom: 8%;
  }
  .products_page .sec01 .block .box .flex img {
    width: 100%;
    height: auto;
  }
  .products_page .sec01 .block .box .flex div {
    width: 100%;
  }
  .products_page .sec01 .block .box {
    padding: 8%;
  }
  .products_page .sec01 .block h4 {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 4.16vw;
  }
  section {
    padding-left: 4.16%;
    padding-right: 4.16%;
  }
  .txtBlock {
    font-size: min(44px, 5.72vw);
  }
}
/*  ========================
    *********  product-detail-main  *********
=============================================  */
.product-detail-main {
  background: url(../images/heparinoids/bg.png) repeat center center;
}

.product-detail-main .inner {
  padding-bottom: 0;
}

.product-detail-main h2 {
  color: #78828B;
  width: 75%;
  font-size: min(32px, 1.9vw);
}

.product-detail-main h2 span {
  font-size: 12px;
  font-weight: 300;
  display: block;
  letter-spacing: 0;
}

.product-detail-main .col2 {
  align-items: baseline;
  gap: 0 24px;
}

.product-detail-main .col2 div {
  font-size: min(32px, 2vw);
}

.product-detail-main .itemImg {
  width: 423px;
  margin-top: -100px;
  position: relative;
}

.product-detail-main .itemImg img {
  width: 100%;
}

.product-detail-main .itemImg .item03-1 {
  position: absolute;
  width: 50%;
  top: -22%;
  left: 0;
}

.product-detail-main .itemImg .item03-2 {
  position: absolute;
  width: 94%;
  right: -22%;
  top: -5%;
}

.product-detail-main .itemImg .item03-1 img,
.product-detail-main .itemImg .item03-2 img {
  width: 100%;
}

.product-detail-main .oss {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 16px;
}

.product-detail-main .oss li {
  background: #FFF;
  border: 1px solid #FF6894;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1;
}

.product-detail-main .oss li span {
  width: 16px;
  height: 16px;
  background: url(../images/common/check.svg) no-repeat center center;
  background-size: contain;
  padding-right: 16px;
  margin-right: 8px;
}

.product-detail-main .note {
  font-size: 12px;
  font-weight: 300;
  display: block;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .product-detail-main .inner {
    padding-top: 0;
  }
  .product-detail .inner {
    padding: 15.625vw 4.6vw 15.625vw 4.6vw;
  }
  .product-detail-main .flex.col-add {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product-detail-main .itemImg .item03-1 {
    position: absolute;
    width: 40%;
    left: 6%;
    top: -10%;
  }
  .product-detail-main .itemImg .item03-2 {
    position: relative;
    width: 80%;
    top: -10px;
    right: -30%;
  }
  .product-detail-main h2 {
    width: 100%;
    font-size: min(44px, 5.72vw);
    letter-spacing: -0.01em;
    margin-top: 0;
  }
  .product-detail-main h2 span {
    margin-top: 3vw;
  }
  .product-detail-main .itemImg {
    width: 80%;
    margin: 0 auto;
  }
  .product-detail-main .col2 div {
    font-size: min(37px, 4.93vw);
  }
  .product-detail-main .col2 img {
    width: 50%;
  }
  .product-detail-main .oss {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-detail-main .oss li {
    font-size: min(26px, 3.38vw);
    padding: 12px 16px;
  }
  .product-detail-main .note {
    text-align: right;
    font-size: min(20px, 2.6vw);
  }
}
/*  ========================
    *********  product-detail  *********
=============================================  */
/* ====== レイアウト全体 ====== */
.product-detail {
  padding: 0 0 0;
  background: url(../images/heparinoids/bg.png) repeat top center;
}

.product-detail .inner {
  padding-top: 0;
}

.detail-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.product-detail .products .block {
  padding: 65px 0 0;
  margin-top: 0;
}

.product-detail .products .flex {
  flex-direction: column;
  gap: 40px 0px;
}

.product-detail .products .flex .item {
  display: flex;
  width: 100%;
  gap: 0px 80px;
}

.product-detail .products .catch {
  border-bottom: 1px solid #B2BEC9;
  position: relative;
}

.product-detail .products .catch:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 30px;
  border-bottom: 2px solid #FF6894;
}

.product-detail .products ul li {
  position: relative;
  padding-left: 20px;
}

.product-detail .products ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #FF6894;
}

@media screen and (max-width: 768px) {
  .product-detail {
    padding-bottom: 20px;
  }
  .product-detail .products .flex .item {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
/* ====== スライダー ====== */
.slider {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 440px;
}

.slider-wrapper img {
  width: 100%;
  display: block;
}

.slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 0;
}

.slider-count {
  font-size: 14px;
  color: #78828B;
  margin-right: 16px;
}

.slider-count .current,
.slider-count .total {
  display: inline-block;
  width: 28px;
  text-align: center;
}

.slider-count .sep {
  display: inline-block;
  width: 10px;
}

.prev, .next {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
  }
  .product-detail .products .catch:before {
    width: 10.6vw;
  }
}
/* ====== 商品情報 ====== */
.product-info { /* 右側 */ }

.product-title {
  font-size: 24px;
  line-height: 1.3;
  color: #FF6894;
  margin-bottom: 12px;
}

.product-title span {
  display: block;
  font-size: 28px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.category {
  font-size: 12px;
  padding: 2px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.product-name {
  font-size: 18px;
}

.weight {
  font-size: 14px;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-features li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.product-features li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 8px;
  color: #FF6894;
}

/* ====== おすすめボックス ====== */
.recommend {
  background: #FFF;
  border-radius: 10px;
  padding: 36px 40px;
  margin-top: 35px;
  border: 1px solid #FBF2F3;
  margin-bottom: 56px;
}

.recommend .subcate {
  color: #FF6894;
}

.recommend h3 {
  font-size: 18px;
  color: #FF6894;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.recommend-icon {
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
}

.recommend-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}

.recommend-item {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.recommend-item dt {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  margin-right: 12px;
  background: #FBF2F3;
}

.recommend-item dd {
  margin: 0;
}

/* ====== レスポンシブ ====== */
@media (max-width: 768px) {
  .detail-inner {
    grid-template-columns: 1fr;
  }
  .recommend {
    padding: 4.16vw 5.2vw;
    margin: 4.16vw 0 9.375vw;
  }
  .recommend-list {
    grid-template-columns: 1fr;
    gap: 3.125vw;
  }
  .btn_flex {
    flex-wrap: wrap;
    gap: 4.6vw 0;
  }
}
/*  ========================
  *********  xxxxx  *********
=============================================  */
.smooth {
  /* 最初は右側100%をクリップ */
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-weight: bold;
  /* アニメーション設定 */
  transition: clip-path 2s cubic-bezier(0.37, 0, 0.63, 1);
}

.smooth.is-animated {
  clip-path: inset(0);
}

/*  ========================
    *********  medicine section  *********
=============================================  */
.medicine-section {
  padding: 0 20px;
  line-height: 1.8;
}

.medicine-section h2 {
  font-size: 22px;
  margin-top: 0;
  border-top: 1px dashed #78828B;
  padding-top: 52px;
  padding-bottom: 18px;
  margin-bottom: 0;
  color: #78828B;
}

.medicine-section h3 {
  font-size: 18px;
  margin-top: 40px;
  font-weight: bold;
}

.medicine-section p,
.medicine-section ul {
  margin-bottom: 48px;
}

.medicine-section ul {
  padding-left: 1.2em;
}

.medicine-section ul li {
  margin-bottom: 8px;
}

.medicine-section .note {
  font-size: 14px;
}

.table-area table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}

.table-area .table-area-item-name {
  margin-bottom: 30px;
}

.table-area th,
.table-area td {
  border: 1px solid #78828B;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

.table-area th {
  background: #F5F7FA;
  font-weight: bold;
}

th.component {
  width: 30%;
}

th.quantity {
  width: 20%;
}

th.th-action {
  width: 40%;
}

.table-area .additive {
  font-size: 13px;
}

.table-area .additive.last {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .medicine-section {
    padding-top: 0;
  }
  .medicine-section .inner {
    padding-bottom: 0;
    border-bottom: 1px dashed #F5F7FA;
  }
  .medicine-section h2 {
    margin: 0;
    padding: 7.29vw 0 4.16vw;
  }
  .medicine-section p, .medicine-section ul {
    margin-bottom: 7.29vw;
  }
  .table-area table {
    font-size: min(24px, 3.125vw);
  }
  .table-area th, .table-area td {
    text-align: center;
    padding: 2px;
    vertical-align: middle;
  }
  .table-area .additive {
    font-size: min(24px, 3.125vw);
  }
  .table-area .additive.last {
    margin-bottom: 56px;
  }
}
/*  ========================
    *********  point  *********
=============================================  */
.products_page .point h2 {
  margin-top: 0;
}

.products_page .point .flex {
  gap: 0 58px;
  margin-bottom: 80px;
}

.products_page .point .flex:last-of-type {
  margin-bottom: 0;
}

.products_page .products .flex .item .itemBlock .catch {
  color: #FF6894;
  font-size: 30px;
}

.products_page .point .flex .item p.last {
  margin-bottom: 0;
}

.products_page .point .flex .item .btn {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .products_page .sec01 .inner {
    padding-top: 6.6vw;
  }
  .products_page .point .flex {
    flex-wrap: wrap;
    gap: 6.51vw 0;
    margin-bottom: 6.51vw;
  }
  .point .flex .item .subcate.type {
    justify-content: flex-start;
  }
  .point .flex .item h3 {
    color: #FF6894;
    letter-spacing: -0.01em;
    margin-top: 2vw;
  }
  .products .flex .item .itemBlock {
    width: 100%;
  }
  .products_page .products .flex .item .itemBlock .catch {
    padding: 0 0 5vw;
    font-size: min(44px, 5.72vw);
  }
  .products_page .products .flex .item .itemBlock ul {
    margin-top: 4.16vw;
  }
  .products_page .point .flex .item h3 {
    font-size: min(44px, 5.72vw);
  }
  .products_page .point .flex .item .btn {
    margin-top: 4.16vw;
  }
}
/*  ========================
    *********  howtouse  *********
=============================================  */
.howtouse {
  background: #FBF2F3;
}

.howtouse .block {
  padding: 50px 40px;
  box-sizing: border-box;
  text-align: center;
  background: #FFF;
  border-radius: 20px;
  margin-top: 56px;
}

.howtouse .block h3 img {
  width: 100%;
}

.howtouse .block img {
  margin: 0 auto;
  text-align: center;
}

.howtouse .block p {
  margin: 32px 0;
}

.video-wrap {
  width: 534px;
  margin: 0 auto;
}

.video-16by9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.2%; /* 9 ÷ 16 = 0.5625 */
  height: 0;
  overflow: hidden;
}

.video-16by9.video {
  padding-bottom: 61.45%;
}

.video-16by9 video,
.video-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .howtouse .block {
    margin-top: 4.16vw;
    padding: 2vw 5.2vw 5.2vw;
  }
  .howtouse .block img {
    width: 100%;
  }
  .howtouse .block h3 {
    margin-bottom: 0;
  }
  .howtouse .block p {
    margin: 4.16vw 0;
    text-align: left;
  }
  .video-16by9 video,
  .howtouse .block iframe {
    width: 100%;
  }
  .video-wrap {
    width: 100%;
  }
}
/*  ========================
    *********  ABOUT heparinoids  *********
=============================================  */
.about .col3 {
  gap: 0 40px;
}

.about .col3 .box {
  width: 33.3333333333%;
  flex-direction: column;
  display: flex;
}

.about .col3 .box .ttl {
  background: #FF6894;
  font-size: 20px;
  color: #FFF;
  padding: 26px 30px;
}

.about .col3 .box .ttl .type {
  color: #FFF;
}

.about .col3 .box .ttl .type span {
  background: url(../images/common/icon_logo_white.svg) no-repeat center center;
}

.about .col3 .box .txt {
  background: #FBF2F3;
  height: 176px;
  padding: 26px 30px;
  flex: 1;
}

.about .sec01 h2 {
  margin: 80px 0 40px;
  letter-spacing: -0.01em;
}

.about .gridblock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "txt01 img01" "txt02 img01";
}

.about .gridblock p {
  line-height: 2;
}

.about .gridblock .txt01 {
  grid-area: txt01;
  padding-right: 40px;
}

.about .gridblock .txt02 {
  grid-area: txt02;
  padding: 20px 40px 0 0;
}

.about .gridblock .img01 {
  grid-area: img01;
  max-width: 440px;
}

.about .gridblock .img01 img {
  width: 100%;
}

.about .sec01 .img03 {
  max-width: 960px;
}

.about .sec01 .img03 img {
  width: 100%;
}

.about .btn_flex {
  margin-top: 50px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .about .sec01 h2 {
    margin: 10.41vw 0 5.2vw;
  }
  .about .col3 {
    flex-wrap: wrap;
    gap: 5.2vw 0;
  }
  .about .col3 .box {
    width: 100%;
  }
  .about .col3 .box .ttl {
    padding: 3.125vw 7.291vw;
  }
  .about .col3 .box .ttl .subcate.type {
    color: #FFF;
    justify-content: flex-start;
  }
  .about .col3 .box .txt {
    height: auto;
    padding: 3.125vw 5.2vw;
  }
  .about .gridblock {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.8fr 1fr 0fr;
    gap: 0px 0px;
    grid-template-areas: "txt01" "img01" "txt02";
  }
  .about .gridblock .txt01,
  .about .gridblock .txt02 {
    padding-right: 0;
  }
  .about .gridblock .img01 {
    max-width: 100%;
    width: 100%;
  }
  .about img {
    width: 100%;
  }
  .about .btn_flex {
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 10vw auto 30vw;
  }
}
/* 図全体 */
.points-diagram {
  position: relative;
  width: 430px;
  height: 430px;
  margin: 0 auto;
}

/* 丸いコネクター */
.points-diagram .connector {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border: 16px solid rgba(230, 192, 203, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
}

/* 共通：泡のサイズ・テキスト */
.points-diagram [class^=point-] {
  position: absolute;
  width: 200px;
  height: 180px;
  transform: translate(-50%, -50%);
}

.points-diagram [class^=point-] img {
  width: 100%;
  height: auto;
  display: block;
}

.points-diagram .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FF6894;
  line-height: 1.2;
  width: 100%;
}

.points-diagram .label {
  display: block;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.5568627451);
  border-radius: 5px;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px auto;
}

.points-diagram .text p {
  font-size: 25px;
  line-height: 1.3;
  margin: 0;
}

.points-diagram .text p span {
  font-size: small;
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
}

/* 個別配置 */
.points-diagram .point-high {
  top: 15%;
  left: 60%;
}

.points-diagram .point-lamella {
  top: 55%;
  left: 20%;
}

.points-diagram .point-nmf {
  top: 70%;
  left: 75%;
}

@media screen and (max-width: 768px) {
  .points-diagram {
    width: 60vw;
    height: 60vw;
    margin: 12vw auto 20vw;
  }
  .points-diagram .connector {
    border: 10px solid rgba(230, 192, 203, 0.5);
  }
  .points-diagram [class^=point-] {
    width: 40vw;
    height: 39vw;
  }
  .points-diagram .point-high {
    top: 16%;
    left: 60%;
  }
  .points-diagram .point-lamella {
    top: 63%;
    left: 10%;
  }
  .points-diagram .point-nmf {
    top: 85%;
    left: 85%;
  }
  .points-diagram .text p {
    font-size: min(38px, 5vw);
  }
}
/*  ========================
    *********  movie_gallery  *********
=============================================  */
.movie_list {
  flex-wrap: wrap;
  gap: 80px 40px;
  margin-bottom: 120px;
  text-align: center;
}

.movie_list .box {
  width: calc(50% - 20px);
}

.movie_list .box p {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .movie_list {
    gap: 16vw 0;
    text-align: center;
  }
  .movie_list .box {
    width: 100%;
  }
}
/*  ========================
    *********  column ichiran  *********
=============================================  */
.column_page .low_fvarea img {
  width: 100%;
}

.column_page .low_fvarea .inner {
  padding: 56px 80px 0 460px;
}

.post_list {
  display: flex;
  gap: 64px 40px;
  margin: 0 0 80px;
  flex-wrap: wrap;
}

.post_list li {
  width: calc(25% - 30px);
}

.post_list li a {
  color: #78828B;
  text-decoration: none;
}

.post_list li a img {
  width: 100%;
}

.post_list li .post-date {
  margin-top: 6px;
  margin-bottom: 16px;
}

.post_list li .post-title {
  color: #78828B;
  font-size: 16px;
  line-height: 2;
}

.pager {
  text-align: center;
  margin: 40px 0 120px;
}

.pager__list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px; /* アイテム間の余白 */
}

.pager__link {
  display: flex;
  font-size: 16px;
  text-decoration: none;
  padding: 4px;
  transition: color 0.2s;
  color: #78828B;
  align-items: center;
  line-height: 0.8;
}

/* 現在ページ */
.pager__item--active .pager__link {
  color: #FF6894;
  font-weight: bold;
  cursor: default;
}

/* 前へ／次へ矢印 */
.pager__item--prev .pager__link,
.pager__item--next .pager__link {
  font-size: 20px;
}

/* 無効化（必要なら、最初・最後で非活性に） */
.pager__item--disabled .pager__link {
  color: #78828B;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .column_page .post {
    padding-left: 4.16%;
    padding-right: 4.16%;
  }
  .column_page .low_fvarea .inner {
    padding: 30px 4.16% 0;
  }
  .post_list li {
    width: calc(50% - 5.41vw);
  }
  .post_list li .post-date {
    font-size: min(22px, 2.864vw);
  }
  .post_list li .post-title {
    font-size: min(24px, 3.125vw);
    line-height: 1.7;
  }
}
/*  ========================
    *********  column nakami  *********
=============================================  */
.column_page .low_fvarea {
  background: none;
  min-height: auto;
  height: auto;
}

.post {
  margin: 0 auto;
  line-height: 1.6;
  padding: 80px 80px 80px 460px;
}

.post-header {
  text-align: left;
  margin-bottom: 32px;
}

.post-date {
  display: block;
  font-size: 14px;
  margin-bottom: 32px;
}

.post-title {
  font-size: 28px;
  color: #FF6894;
  line-height: 1.3;
  margin: 0;
}

.post-hero {
  margin-bottom: 40px;
}

.hero-placeholder {
  background: #78828B;
  border-radius: 4px;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.hero-placeholder span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e0fff0;
  border: 1px solid #0c0;
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 14px;
  color: #060;
}

.post-topics {
  background: #FBF2F3;
  border-radius: 4px;
  padding: 80px;
  margin-bottom: 40px;
}

.post-topics h2 {
  font-size: 18px;
  color: #FF6894;
  margin: 0 0 16px;
}

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

.post-topics li {
  margin-bottom: 12px;
}

.post-topics .num {
  display: inline-block;
  width: 28px;
  color: #FF6894;
}

.post-topics a {
  text-decoration: none;
  color: #FF6894;
  font-size: 16px;
}

/*─── セクション見出し ─────────────*/
.post-section {
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.sec-title {
  font-size: 32px;
  color: #FF6894;
  margin: 120px 0 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B2BEC9;
  position: relative;
}

.sec-title:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 60px;
  border-bottom: 2px solid #FF6894;
}

.sec-title .num {
  font-weight: 200;
  font-size: 38px;
  margin-right: 8px;
  font-size: "Poppins", sans-serif;
}

/*─── サブ見出し（h3） ────────────*/
.sec-subtitle {
  font-size: 24px;
  color: #FF6894;
  margin: 0 0 40px;
}

/*─── h4 ボタン風 ─────────────────*/
.btn-pill {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #B2BEC9;
  border-radius: 100px;
  font-size: 20px;
  color: #FF6894;
  text-decoration: none;
  line-height: 1;
}

/*――― セクション全体 ―――*/
.typography-section {
  margin: 0 auto 60px;
  padding-left: 0;
  padding-right: 0;
}

/*――― 本文テキスト 16px / 行間32px ―――*/
.text-block p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 16px;
}

/*――― 強調テキスト 20px / 行間44px ―――*/
.phrase-strong {
  font-size: 20px;
  line-height: 1;
  margin: 32px 0 24px;
}

.phrase-strong .bullet {
  margin-right: 8px;
}

/*――― ハイライトボックス ―――*/
.box-highlight {
  border: 16px solid #F5F7FA;
  padding: 80px 56px;
  margin: 80px auto;
}

/* h3 見出し */
.box-highlight h3 {
  font-size: 18px;
  color: #FF6894;
  margin: 0 0 16px;
  line-height: 1.3;
}

/* ボックス内本文同じ本文スタイル */
.box-text p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 16px;
}

/* mark 強調 */
.box-text mark {
  color: #78828B;
  background-color: #FBF2F3;
  padding: 0 4px;
}

/* ボックス内強調テキスト */
.box-strong {
  font-size: 20px;
  line-height: 44px;
  margin: 16px 0;
}

.box-strong .bullet {
  margin-right: 8px;
}

/* ダミー画像プレースホルダー */
.box-image .image-placeholder {
  background: #ddd;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.post .link {
  color: #78828B;
  text-decoration: underline;
}

/* ─────────── チェックリスト ─────────── */
.check-list ul {
  list-style: none;
  margin: 32px 0;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 32px;
  display: flex;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  background: url(../images/common/check.svg) no-repeat center center;
  width: 20px;
  height: 20px;
}

/* ─────────── ハイライトブロック ─────────── */
.highlight-block {
  background: #F5F7FA;
  padding: 64px 48px;
  margin: 80px auto;
}

.highlight-block p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
}

/* ─────────── 画像プレースホルダー ─────────── */
.placeholder-image {
  background: #ddd;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.placeholder-image span {
  font-size: 14px;
}

/* ─────────── 区切り線 ─────────── */
.divider {
  border: none;
  border-top: 1px dashed #78828B;
  margin: 20px 0;
}

/* ─────────── 監修者セクション ─────────── */
.author-section {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 40px 0;
  margin-bottom: 40px;
  border-top: 1px dashed #78828B;
  border-bottom: 1px dashed #78828B;
}

.author-photo {
  width: 80px;
  height: 80px;
  background: #D3D3D3;
  border-radius: 4px;
  flex-shrink: 0;
}

.author-info {
  flex: 1;
}

.author-role {
  margin: 0 0 4px;
}

.author-name {
  font-weight: 600;
  margin: 0 0 12px;
}

.author-name span {
  font-size: 20px;
  margin-right: 12px;
}

.author-intro {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  text-align: left;
}

/* ─────────── コラム一覧リンク ─────────── */
.more-link {
  text-align: right;
  margin-bottom: 60px;
}

.more-link a {
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #78828B;
  font-weight: 600;
}

.more-link .arrow {
  font-size: 20px;
  line-height: 1;
}

/* ─────────── レスポンシブ ─────────── */
@media (max-width: 768px) {
  .ichiran .post {
    padding-left: 4.16%;
    padding-right: 4.16%;
  }
  .post {
    padding: 0 0 80px;
  }
  .post-section {
    margin-bottom: 7.46vw;
  }
  .post_list {
    gap: 10.41vw 10.41vw;
    margin-top: 10.41vw;
  }
  .post-title {
    font-size: min(52px, 6.77vw);
    line-height: 1.7;
  }
  .post-topics {
    padding: 10.6vw 7.46vw;
  }
  .author-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-info {
    margin-top: 16px;
  }
  .sec-title {
    margin: 0 auto 7.46vw;
    font-size: min(52px, 6.77vw);
    align-items: baseline;
  }
  .sec-title .num {
    font-size: min(52px, 6.77vw);
  }
  .phrase-strong,
  .box-strong {
    font-size: min(32px, 4.26vw);
    line-height: 1.7;
    font-weight: 600;
  }
  .box-strong .bullet {
    margin-right: 0;
  }
  .sec-subtitle {
    font-size: min(36px, 4.8vw);
    margin-bottom: 4.16vw;
  }
  .btn-pill {
    font-size: min(32px, 4.26vw);
  }
  .box-highlight {
    margin: 0 auto 7.46vw;
    padding: 7.46vw 4.16vw;
  }
  .highlight-block {
    padding: 7.46vw 4.16vw;
    margin: 0 auto 4.16vw;
  }
  .more-link {
    margin-bottom: 40px;
  }
}
/*  ========================
  *********  FAQ  *********
=============================================  */
.faq_page .faq {
  padding: 0 0 100px;
  background: #FFF;
}

.faq_page .faq .accod {
  max-width: 747px;
  border: 1px solid #F0C2C9;
  margin: 24px 0;
}

.faq_page .faq .accod picture {
  margin-bottom: 40px;
}

.accod dd .flex p {
  margin: 0 0 8px;
  gap: 0 20px;
}

.accod dd .flex p span.icon {
  width: 60px;
  flex-shrink: 0;
}

.accod dd div.flex {
  flex-direction: column;
}

.accod dd .flex.flex02 {
  flex-wrap: nowrap;
  flex-direction: inherit;
  gap: 0 40px;
}

.accod dd .flex.flex02 p span {
  font-size: small;
  line-height: 1.4;
}

.accod dd .flex.flex02 p {
  text-indent: -1em;
  padding-left: 1em;
}

.accod dd .flex.flex02 p {
  width: 54%;
}

.accod dd .flex.flex02 picture {
  width: 46%;
}

.accod dd .flex.flex02 picture img {
  width: 100%;
}

.accod dd img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .faq_page .faq .w747 {
    max-width: 747px;
  }
}
@media screen and (max-width: 768px) {
  .faq_page .faq {
    padding-left: 4.16%;
    padding-right: 4.16%;
  }
  .faq_page .faq .inner {
    padding-bottom: 15.625vw;
  }
}
/*  ========================
  *********  Slide  *********
=============================================  */
.products_page .swiper .swiper-pagination {
  position: absolute;
  top: inherit;
  bottom: 24px;
  left: -2%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: sans-serif;
  z-index: 10;
  line-height: 1.2;
}

/* 前後ナビ */
.products_page .swiper .swiper-button-prev,
.products_page .swiper .swiper-button-next {
  position: absolute;
  top: inherit;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 16px;
  color: #78828B;
  font-size: 32px;
  cursor: pointer;
  z-index: 20;
  line-height: 1;
}

.products_page .swiper .swiper-button-prev {
  left: 57%;
}

.products_page .swiper .swiper-button-next {
  left: 59%;
}

.products_page .swiper.page2-swiper .swiper-button-prev {
  left: 65%;
}

.products_page .swiper.page2-swiper .swiper-button-next {
  left: 69%;
}

.products_page .swiper-button-prev:after,
.products_page .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
}

/* 再生／停止ボタン */
.products_page .swiper .swiper-button-play-pause {
  position: absolute;
  top: inherit;
  bottom: 24px;
  right: 46%;
  transform: translateX(50%);
  width: 30px;
  height: 20px;
  border: 1px solid #78828B;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  z-index: 20;
  font-family: unset;
}

/* 既存のボタンと状態クラス */
.products_page .swiper-button-play-pause::before {
  content: "❙❙"; /* 停止アイコン */
  color: #78828B;
  font-family: inherit;
}

.products_page .swiper-button-play-pause.paused::before {
  content: "▶"; /* 再生アイコン */
  color: #78828B;
  line-height: 1.4;
}

/* プログレスバー */
.products_page .swiper .pagination-bar {
  position: relative;
  width: 40px;
  height: 2px;
  background: #78828B;
}

.products_page .swiper .pagination-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FF6894;
  border-radius: 2px;
  width: 0%;
  transition: width 0.3s;
}/*# sourceMappingURL=low.css.map */