@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
/* -----------------------------------------------------------------------------------
 VitaminD研究所
----------------------------------------------------------------------------------- */
/*--------------------------------------
header
----------------------------------------*/
.vd-header {
  display: block;
  width: 100%;
  padding: 20px 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (width <= 1080px) {
  .vd-header {
    padding: 8px 8px 0;
  }
}
.vd-header.is_scroll {
  padding: 10px 20px 0;
}
@media (width <= 1080px) {
  .vd-header.is_scroll {
    padding: 8px 8px 0;
  }
}
.vd-header__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 25px 32px;
  padding: 25px 2.29vw;
  border-radius: 10px;
  background: #fff;
}
.vd-header.is_scroll .vd-header__content {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

@media (width <= 1080px) {
  .vd-header__content {
    min-height: 82px;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    padding: min(4.27vw, 16px);
  }
}
.vd-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width <= 1080px) {
  .vd-header__left {
    min-height: auto;
  }
}
.vd-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (width <= 1080px) {
  .vd-header__right {
    min-height: auto;
  }
}
.vd-header .page-logo {
  display: block;
  width: clamp(254px, 34.07vw, 477px);
}
.vd-header .page-logo * {
  display: block;
}
@media (width <= 1080px) {
  .vd-header .page-logo {
    display: block;
    width: min(100%, 254px);
  }
}
.vd-header .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  gap: 2.29vw;
}
.vd-header .menu-item {
  color: #351800;
  font-size: clamp(14px, 1.14vw, 16px);
  line-height: 1.6;
  font-weight: 700;
  word-wrap: break-word;
}
.vd-header .vd-drawer .page-logo {
  display: none;
}
@media (width <= 1080px) {
  .vd-header .vd-drawer .page-logo {
    display: block;
  }
}
@media (width <= 1080px) {
  .vd-header .vd-drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    gap: 6.25vh;
    width: 100%;
    height: 100vh;
    padding: 8px 8px 0;
    background: #34ca70;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    left: 150vw;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transition-property: left, opacity;
    transition-property: left, opacity;
  }
  .vd-header .vd-drawer.is_active {
    left: 0;
    opacity: 1;
  }
}
@media (width <= 1080px) {
  .vd-header .vd-drawer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 82px;
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    padding: min(4.27vw, 16px);
  }
}
@media (width <= 1080px) {
  .vd-header .vd-drawer__foot {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(100% - 17.06vw);
    min-width: 280px;
  }
  .vd-header .vd-drawer__foot .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    width: 100%;
  }
  .vd-header .vd-drawer__foot .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #0f8b41;
    font-size: clamp(16px, 1.67vw, 20px);
    font-size: 20px;
    color: #fff;
  }
  .vd-header .vd-drawer__foot .menu-item > a {
    display: block;
    padding: 1.63em 0;
  }
}
.vd-header .vd-drawer-icon {
  display: none;
}
@media (width <= 1080px) {
  .vd-header .vd-drawer-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .vd-header .vd-drawer-icon > span {
    display: block;
    width: 100%;
    height: 33.3333333333%;
    position: relative;
  }
  .vd-header .vd-drawer-icon > span > span {
    display: block;
    width: 100%;
    height: 4px;
    background: #34ca70;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .vd-header .vd-drawer-icon > span > span::before, .vd-header .vd-drawer-icon > span > span::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #34ca70;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .vd-header .vd-drawer-icon > span > span::after {
    top: auto;
    bottom: 8px;
  }
  .vd-header .vd-drawer-icon--close > span > span {
    background: transparent;
  }
  .vd-header .vd-drawer-icon--close > span > span::before, .vd-header .vd-drawer-icon--close > span > span::after {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .vd-header .vd-drawer-icon--close > span > span::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

/*--------------------------------------
main
----------------------------------------*/
.vd-main {
  /* .main */
  padding-top: 0;
  background: #fff;
}

/*--------------------------------------
ファーストビュー
----------------------------------------*/
.vd-fv {
  display: block;
  width: 100%;
  min-height: 100vh;
  background: url(../img/vd/bg_fv_normal.jpg) center no-repeat, #34ca70;
  background-size: min(100%, 1440px);
}
@media (width <= 764px) {
  .vd-fv {
    background: url(../img/vd/bg_fv_normal_sp.jpg) center no-repeat, #34ca70;
    background-size: 480px;
  }
}
.vd-fv__container {
  /* .main-container */
  display: block;
  padding: calc(112px + min(11.7vh, 120px)) 0 min(11.7vh, 120px);
}
@media (width <= 764px) {
  .vd-fv__container {
    padding: calc(90px + min(7.29vh, 56px)) 0 min(11.46vh, 88px);
  }
}
.vd-fv__top {
  padding: 0 0 min(6.24vh, 64px);
}
@media (width <= 764px) {
  .vd-fv__top {
    padding: 0 0 clp_vw_sp(48, 24);
  }
}
.vd-fv__top .text {
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  font-size: 48px;
  font-size: clamp(30px, 4vw, 48px);
}
.vd-fv__top .line {
  padding: 0 0.1em;
  color: #34ca70;
  background: #fff;
}
.vd-fv__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 20px;
  width: 100%;
  padding: min(6.24vh, 64px) 0 0;
  border-top: 2px dashed transparent;
  -o-border-image: repeating-linear-gradient(to right, #0f8b41 0px, #0f8b41 10px, transparent 10px, transparent 18px) 30;
     border-image: repeating-linear-gradient(to right, #0f8b41 0px, #0f8b41 10px, transparent 10px, transparent 18px) 30;
  border-image-slice: 1;
}
@media (width <= 764px) {
  .vd-fv__bottom {
    padding: clp_vw_sp(48, 24) 0 0;
    position: relative;
    z-index: 0;
  }
}
.vd-fv__bottom .text {
  width: calc(88.33% - 40px);
  color: #fff;
  font-size: 22px;
  font-size: clamp(16px, 1.83vw, 22px);
  font-weight: 700;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (width <= 764px) {
  .vd-fv__bottom .text {
    width: 100%;
    font-size: clp_vw_sp(16, 14);
  }
}
.vd-fv__bottom .icon {
  width: clamp(104px, 11.67vw, 140px);
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width <= 764px) {
  .vd-fv__bottom .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
@media (width <= 480px) {
  .vd-fv__bottom .br {
    display: inline-block;
  }
}

/*--------------------------------------
セクションの背景
----------------------------------------*/
.vd-sect-style-1 {
  min-height: 6px;
  background: #f7f7f7;
}
.vd-sect-style-1 > :first-child {
  /* .main-container */
  position: relative;
}
.vd-sect-style-1 > :first-child::before {
  content: "";
  display: block;
  width: 320px;
  height: 6px;
  background: #34ca70;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width <= 764px) {
  .vd-sect-style-1 > :first-child::before {
    width: 120px;
  }
}

.vd-sect-style-2 > :first-child {
  /* .main-container */
  border-top: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(to right, #351800 0px, #351800 5px, transparent 5px, transparent 10px) 30;
     border-image: repeating-linear-gradient(to right, #351800 0px, #351800 5px, transparent 5px, transparent 10px) 30;
  border-image-slice: 1;
}

.vd-sect-style-3 {
  background-image: url(../img/vd/bg_sect_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (width <= 764px) {
  .vd-sect-style-3 {
    background-image: url(../img/vd/bg_sect_1_sp.jpg);
  }
}

.vd-sect-style-4 {
  border-radius: 20px;
  background: #f7f7f7;
}

/*--------------------------------------
見出し
----------------------------------------*/
.vd-section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  color: #351800;
  font-size: clamp(24px, 2.67vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.vd-section-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 0.8em 0 0;
  background: #34ca70;
  border-radius: 100%;
}
.vd-section-title__inner {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  font-size: 1em;
}

.wp-section-title-2 {
  color: #351800;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}

.vd-section-title-3 {
  display: block;
  padding: 0 0 16px;
  border-bottom: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(to right, #351800 0px, #351800 5px, transparent 5px, transparent 10px) 30;
     border-image: repeating-linear-gradient(to right, #351800 0px, #351800 5px, transparent 5px, transparent 10px) 30;
  border-image-slice: 1;
  color: #351800;
  font-size: clamp(18px, 1.83vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.vd-section-title-3__inner {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 0.5em;
  border-left: 2px solid #34ca70;
  font-size: 1em;
}

/*--------------------------------------
テキスト
----------------------------------------*/
.vd-section-text {
  color: #351800;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.vd-section-text--small {
  font-size: 14px;
  font-weight: 400;
}
@media (width <= 764px) {
  .vd-section-text--small {
    font-size: 12px;
  }
}
.vd-section-text--large {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
}

.vd-section-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.vd-section-buttons > .wp-block-button {
  width: 180px;
  height: 48px;
  font-size: 14px;
}

/*--------------------------------------
(タイトル + 説明) + ボタン
----------------------------------------*/
.vd-sect-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(32px, 3.7vw, 40px);
}
.vd-sect-block__content {
  /* タイトルと文章のグループ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(24px, 2.96vw, 32px);
}
.vd-sect-block__text {
  /* 文章のグループ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(8px, 1.48vw, 16px);
}

/*--------------------------------------
横並びコンテナ
----------------------------------------*/
.vd-row-container-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  gap: 64px 4%;
}
@media (width <= 764px) {
  .vd-row-container-1 {
    gap: 40px;
  }
}
.vd-row-container-1__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (width <= 764px) {
  .vd-row-container-1__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.vd-row-container-1__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (width <= 764px) {
  .vd-row-container-1__buttons {
    margin-top: 80px;
  }
}

.vd-row-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
@media (width <= 764px) {
  .vd-row-container-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px 0;
  }
}
.vd-row-container-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: clamp(24px, 4.44vw, 48px);
  padding-left: 0;
}
@media (width <= 764px) {
  .vd-row-container-2__item {
    width: 100%;
    padding: 0;
  }
}
.vd-row-container-2__item:nth-child(even) {
  padding: clamp(24px, 4.44vw, 48px);
  padding-right: 0;
  border-left: 1px dashed #351800;
  -o-border-image: repeating-linear-gradient(to bottom, #351800 0px, #351800 5px, transparent 5px, transparent 10px) 30;
     border-image: repeating-linear-gradient(to bottom, #351800 0px, #351800 5px, transparent 5px, transparent 10px) 30;
  border-image-slice: 1;
}
@media (width <= 764px) {
  .vd-row-container-2__item:nth-child(even) {
    padding: 0;
    border-left: none;
  }
}
.vd-row-container-2__item > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vd-row-container-2__item .vd-sect-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*--------------------------------------
ビタミンDを多く含む食品
ハナビラタケのビタミンD含有量がスゴイ！
ビタミンDの特徴と働き
----------------------------------------*/
.vd-intro-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 96px 0px 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 120px;
}
@media (width <= 764px) {
  .vd-intro-sections {
    margin: 64px 0px 96px;
    gap: 80px;
  }
}

/*--------------------------------------
ビタミンDを多く含む食品
----------------------------------------*/
.vd-foods .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (width <= 764px) {
  .vd-foods .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.vd-foods .vd-sect-block {
  width: min(100%, 680px);
}
.vd-foods .vd-sect-block .vd-section-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (width <= 764px) {
  .vd-foods .vd-sect-block .vd-section-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vd-foods .content-image {
  width: min(38vw, 456px);
}
@media (width <= 764px) {
  .vd-foods .content-image {
    width: 100%;
    margin: 0 auto;
  }
}
.vd-foods .content-image.pc {
  display: block;
}
@media (width <= 764px) {
  .vd-foods .content-image.pc {
    display: none;
  }
}
.vd-foods .content-image.sp {
  display: none;
}
@media (width <= 764px) {
  .vd-foods .content-image.sp {
    display: block;
  }
}

/*--------------------------------------
ハナビラタケのビタミンD含有量がスゴイ！
----------------------------------------*/
.vd-amazing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  padding: 48px;
  border-radius: 20px;
  background: #f7f7f7;
}
@media (width <= 764px) {
  .vd-amazing .container {
    gap: 32px;
    padding: 48px 0;
  }
}
.vd-amazing .content-image-wrapper {
  width: 100%;
  min-height: 589px;
  padding: 0 0 24.09% 28.26%;
  position: relative;
  z-index: 0;
}
@media (width <= 764px) {
  .vd-amazing .content-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    min-height: auto;
    padding: 0;
  }
}
.vd-amazing .content-image-wrapper::before {
  content: "";
  display: block;
  width: 147px;
  height: 147px;
  background: url(../img/vd/img_comparison_1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media (width <= 764px) {
  .vd-amazing .content-image-wrapper::before {
    width: 110px;
    height: 110px;
    top: -72px;
    right: -15px;
  }
}
.vd-amazing .vd-sect-block {
  width: min(100%, 792px);
  padding: 40px 0 40px 40px;
}
@media (width <= 764px) {
  .vd-amazing .vd-sect-block {
    padding: 0 25px 0 15px;
  }
}
.vd-amazing .content-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: url(../img/vd/img_comparison_2.png) bottom left no-repeat;
  background-size: min(100%, 1104px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (width <= 764px) {
  .vd-amazing .content-image {
    width: min(100%, 375px);
    height: auto;
    padding: min(162.69%, 610.07px) 0 0;
    margin: 0 auto;
    background: transparent;
    position: relative;
  }
  .vd-amazing .content-image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/vd/img_comparison_2_sp.png) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.vd-amazing .vd-section-title::before {
  display: none;
}
@media (width <= 764px) {
  .vd-amazing .vd-section-title {
    font-size: clamp(28px, 2.88vw, 22px);
    line-height: 1.5;
  }
}

/*--------------------------------------
ビタミンDの特徴と働き
----------------------------------------*/
.vd-effect-second-item {
  padding: 48px;
  border-radius: 15px;
  background: #f7f7f7;
  position: relative;
}
@media (width <= 764px) {
  .vd-effect-second-item {
    padding: 32px 20px;
    margin: 0 0 80px;
  }
}
.vd-effect-second-item::after {
  content: "";
  display: block;
  width: 240px;
  height: 160px;
  background: url(../img/vd/img_effect_1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media (width <= 764px) {
  .vd-effect-second-item::after {
    background: url(../img/vd/img_effect_1_sp.png) center no-repeat;
    background-size: contain;
    bottom: -114.2857142857px;
  }
}

/*--------------------------------------
摂取量の目安
----------------------------------------*/
.vd-recommended .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 102px 0px 120px 0px;
}
@media (width <= 764px) {
  .vd-recommended .container {
    padding: 56px 0px 96px 0px;
  }
}
.vd-recommended-first-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
}
.vd-recommended-first-item .vd-sect-block {
  width: min(100%, 610px);
}
.vd-recommended-second-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(32px, 4vw, 48px) 0;
  padding: clamp(32px, 4vw, 48px) 0 0;
  margin: clamp(32px, 4vw, 48px) 0 0;
}
.vd-recommended-second-item .content-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(16px, 2vw, 25px) clamp(24px, 3.33vw, 40px);
}
.vd-recommended-second-item .content-image {
  width: min(100%, 580px);
}
.vd-recommended-second-item .content-image.pc {
  display: block;
}
@media (width <= 764px) {
  .vd-recommended-second-item .content-image.pc {
    display: none;
  }
}
.vd-recommended-second-item .content-image.sp {
  display: none;
}
@media (width <= 764px) {
  .vd-recommended-second-item .content-image.sp {
    display: block;
  }
}
.vd-recommended-second-item .vd-section-text {
  width: 100%;
}
.vd-recommended-second-item .wp-section-title-2 .text {
  font-size: 10px;
  vertical-align: text-top;
}

/*--------------------------------------
摂取のポイント
摂取の注意点
----------------------------------------*/
.vd-guide-caution {
  padding: 80px 0px;
}
@media (width <= 764px) {
  .vd-guide-caution {
    padding: 64px 0px 96px;
  }
}

/*--------------------------------------
ビタミンDはどのくらい不足している？
----------------------------------------*/
.vd-deficient .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  padding: 102px 0px 120px 0px;
}
@media (width <= 764px) {
  .vd-deficient .container {
    padding: 56px 0px 96px;
  }
}
.vd-deficient .content-row-container {
  display: grid;
  grid-template-columns: min(100%, 876px) 22.58%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width <= 764px) {
  .vd-deficient .content-row-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.vd-deficient .vd-section-title .text {
  display: block;
  font-size: 0.88em;
}
@media (width <= 764px) {
  .vd-deficient .content-image {
    width: min(72.27vw, 375px);
    margin: 0 auto;
  }
}

/*--------------------------------------
記事一覧
----------------------------------------*/
.vd-blog-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 0 96px;
}
@media (width <= 764px) {
  .vd-blog-sections {
    padding: 48px 0px 80px;
  }
}

.vd-article-section {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "sect-ttl sect-btn" "archive-list archive-list";
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 32px 0;
  padding: 64px 0;
}
@media (width <= 764px) {
  .vd-article-section {
    grid-template-areas: "sect-ttl sect-ttl" "archive-list archive-list" "sect-btn sect-btn";
    padding: 48px 0;
  }
}
.vd-article-section:has(.home-archive-description) {
  grid-template-areas: "sect-ttl sect-btn" "archive-description archive-description" "archive-list archive-list";
}
@media (width <= 764px) {
  .vd-article-section:has(.home-archive-description) {
    grid-template-areas: "sect-ttl sect-ttl" "archive-description archive-description" "archive-list archive-list" "sect-btn sect-btn";
  }
}
.vd-article-section:has(.home-archive-description):not(:has(.home-section-buttons)) {
  grid-template-areas: "sect-ttl -" "archive-description archive-description" "archive-list archive-list";
}
@media (width <= 764px) {
  .vd-article-section:has(.home-archive-description):not(:has(.home-section-buttons)) {
    grid-template-areas: "sect-ttl sect-ttl" "archive-description archive-description" "archive-list archive-list";
  }
}
.vd-article-section__title {
  /* .home-section-title */
  grid-area: sect-ttl;
}
.vd-article-section__description {
  /* .home-archive-description */
  grid-area: archive-description;
}
.vd-article-section__buttons {
  /* .home-section-buttons */
  grid-area: sect-btn;
  align-self: flex-end;
}
@media (width <= 764px) {
  .vd-article-section__buttons {
    justify-self: center;
  }
}
@media (width <= 764px) {
  .vd-article-section__buttons .wp-block-button {
    width: 150px;
  }
}
.vd-article-section__list {
  /* > .archive-list-post-vd */
  grid-area: archive-list;
}

/*--------------------------------------
ビタミンD豊富なレシピ
----------------------------------------*/
.vd-recipe {
  padding: 98px 0;
}
@media (width <= 764px) {
  .vd-recipe {
    padding: 52px 0px 108px;
  }
}
.vd-recipe .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.vd-recipe-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.5;
}
.vd-recipe-description {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 1.33vw, 16px);
  font-weight: 500;
  line-height: 1.7;
}
.vd-recipe .wp-block-button {
  width: 192px;
  height: 48px;
}

/*--------------------------------------
監修・研究メンバー
----------------------------------------*/
.vd-member {
  padding: 96px 0px 144px 0px;
}
@media (width <= 764px) {
  .vd-member {
    padding: 96px 0px;
  }
}
.vd-member .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 0;
}
.vd-member .profile-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: clamp(16px, 2vw, 24px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vd-member .profile-card {
  width: min(100%, 384px);
  min-height: 138px;
  padding: clamp(16px, 2.22vw, 24px);
  background: #f7f2ec;
  border-radius: 10px;
  list-style-type: none;
}
@media (width <= 764px) {
  .vd-member .profile-card {
    width: 100%;
    min-height: 120px;
  }
}
.vd-member .profile-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (width <= 764px) {
  .vd-member .profile-card__content {
    gap: 12px;
  }
}
.vd-member .profile-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
}
@media (width <= 480px) {
  .vd-member .profile-card__img {
    width: 80px;
    height: 80px;
  }
}
.vd-member .profile-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vd-member .profile-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.vd-member .profile-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
}
.vd-member .profile-card__name .text {
  color: #351800;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  word-wrap: break-word;
}
.vd-member .profile-card__name .title {
  color: #351800;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  word-wrap: break-word;
}
.vd-member .profile-card__expertise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.vd-member .profile-card__expertise .text {
  color: #351800;
  font-size: clamp(14px, 1.33vw, 16px);
  font-weight: 500;
  line-height: 1.2;
  word-wrap: break-word;
}
.vd-member .profile-card__expertise-badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 10px;
  background: #fff;
  border-radius: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vd-member .profile-card__expertise-badge .text {
  color: #ef8300;
  font-size: clamp(12px, 1.17vw, 14px);
}