@charset "UTF-8";
/* CSS Document */

/* body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: blue;
} */

@font-face {
  font-family: 'BauerBodoni-Roman';
  src: url('/shop/otf/BauerBodoni-Roman.otf') format('opentype');
}

@font-face {
  font-family: 'BauerBodoni-Bold';
  src: url('/shop/otf/BauerBodoni-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'BauerBodoni-Italic';
  src: url('/shop/otf/BauerBodoni-Italic.otf') format('opentype');
}

/* body {
  font-family: 'BauerBodoni', sans-serif;
} */

hr::before {
  content: none !important;
  /* コンテンツを無効化 */
  background-image: none !important;
  /* 背景画像を無効化 */
  background-size: initial !important;
  /* 背景サイズを初期値にリセット */
  background-repeat: initial !important;
  /* 背景繰り返しを初期値にリセット */
  position: static !important;
  /* 位置を初期値にリセット */
  top: auto !important;
  /* topプロパティを初期値にリセット */
  bottom: auto !important;
  /* bottomプロパティを初期値にリセット */
  left: auto !important;
  /* leftプロパティを初期値にリセット */
  right: auto !important;
  /* rightプロパティを初期値にリセット */
  margin: initial !important;
}

hr {
  background-color: black;
  height: 1px !important;
  /* margin: 24px 0 !important; */
  margin: 48px 0 !important;

  @media screen and (min-width: 768px) {
    /* margin: 36px 0 !important; */
    margin: 72px 0 !important;
  }
}

/* トップページ */
.vif-top-issue {
  font-family: "Lato", sans-serif;
  font-size: 21px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.vif-top-issue span:nth-child(1) {
  font-weight: 700;
  font-size: 30px;
}

.vif-top-issue span:nth-child(2) {
  font-weight: 700;
}

.vif-top-sidebyside {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "main"
    "contents"
    "side";
  gap: 16px;
}

.vif-top-main {
  grid-area: main;
  /* order: 1; */
  /* width: 100%;

  @media screen and (min-width: 768px) {
    width: 100%;
  } */
}

.vif-top-main-image-wrapper {
  border: 2px solid rgb(230, 230, 230);
  width: 75%;
  margin-inline: auto;
}

.vif-top-side {
  grid-area: side;
  display: block;
  margin-top: 40px;
}

.vif-top-side-contents {
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
  padding-bottom: 20px;
  background-color: rgb(230, 230, 230);
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .vif-top-side-contents {
    margin-top: 12px;
    margin-bottom: 12px;
    flex-direction: row;
    justify-content: center;
    gap: 0 16px;
  }
}

.vif-top-side-content-link-title {
  text-align: center;
  font-size: 20px;
}

.vif-top-main-link-wrapper {
  margin-top: 16px;
  text-align: center;
}

.vif-top-common-link {
  display: inline-block;
  /* border: 1px solid white; */
  color: white;
  background-color: black;
  border-radius: 4px;
  padding: 6px 22px;
}

.vif-top-side-content-title {
  text-align: center;
  font-size: 16px;
  margin-top: 8px;

  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.vif-serialization-topic-courses-intro {
  text-align: center;
}

.vif-serialization-topic-coureses-intro-title-ruby {
  margin-bottom: 0.5em;
}

.vif-serialization-topic-courses-intro-lead {
  font-size: 16px;
}

.vif-serialization-topic-courses-intro span {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
}

.vif-serialization-topic-courses-intro-title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
}

.vif-serialization-topic-courses-intro-title-ruby {
  margin-bottom: 1.1em;
  letter-spacing: -1.4em;
  margin-left: 18px;
  font-size: 8px;
}

.vif-serialization-topic-courses {
  display: flex;
  flex-direction: column;
  row-gap: 72px;
  /* width: 75%; */
  margin-inline: auto;
}

.vif-serialization-topic-courses--margin-top {
  margin-top: 16px;
}

.vif-serialization-topic-course {
  text-align: justify;
}

.vif-serialization-topic-course-body {
  /* margin-top: 8px; */
  font-size: 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .vif-serialization-topic-course-body {
    width: 75%;
  }
}

.vif-serialization-topic-course-images {
  text-align: center;
}

.vif-serialization-topic-course-images-small {
  display: inline-block;
}

.vif-serialization-topic-course-image {
  width: 50%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-serialization-topic-course-image {
    width: 33%;
  }
}

.vif-serialization-topic-course-image+.vif-serialization-topic-course-image {
  margin-top: 6px;
}

.vif-serialization-topic-course-image-supplement {
  width: 100%;
  margin-inline: auto;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .vif-serialization-topic-course-image-supplement {
    width: 75%;
    font-size: 16px;
  }
}

.vif-top-side-content-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 12px;
}



.vif-common-contents-wrapper {
  /* order: 2; */
  grid-area: contents;
}

.vif-common-05em-margin-top {
  margin-top: 0.5em;
}

.vif-common-1em-margin-top {
  margin-top: 1em;
}

.vif-common-6px-margin-top {
  margin-top: 6px;
}

.vif-common-8px-margin-top {
  margin-top: 8px;
}

.vif-common-12px-margin-top {
  margin-top: 12px;
}

.vif-common-16px-margin-top {
  margin-top: 16px;
}

.vif-common-1em-margin-top2 {
  margin-top: 1em;
}

.vif-common-24px-margin-top {
  margin-top: 24px;
}

.vif-common-72px-margin-top {
  margin-top: 72px;
}

.vif-common-15em-margin-top {
  margin-top: 1.5em;
  display: inline-block;
}

.vif-common-footnote-wrapper {
  text-align: center;
  margin-top: 1em;
}

.vif-common-image-center {
  text-align: center;
}

.vif-common-text-left {
  text-align: left;
}

.vif-common-text-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .vif-common-text-center {
    text-align: center;
  }
}

.vif-common-caption {
  text-align: left;
  /* width: 75%; */
  margin-inline: auto;
}

.vif-common-caption-center {
  text-align: left;
  width: 75%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-common-caption-center {
    text-align: center;
  }
}

.vif-special-faisselle-name {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .vif-special-faisselle-name {
    font-size: 18px !important;
  }
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}






/* 共通 */
.vif-base {
  /* padding-inline: 20px; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.vif-color-gold {
  color: #8E725F;
  font-weight: 700;
}

.vif-bg-gold {
  background-color: #8E725F;
  color: white;
  border: none;
}

.vif-bg-silver {
  background-color: #e4e4e4;
  color: black;
  border: none;
}

.vif-bg-default {
  background-color: initial;
  color: black;
  border: none;
}

.vif-no-uppercase {
  text-transform: lowercase !important;
}

/* 共通 */
.vif-common-header-wrapper {
  background-color: black;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.vif-common-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: white;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 16px;
  padding-bottom: 5px;

  @media screen and (min-width: 768px) {
    padding-top: 24px;
  }
}

.vif-common-contents {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
  /* 一列表示に変更 */
  justify-content: center;
  padding-inline: 20px;
  /* padding-bottom: 36px; */
  margin-top: 24px;

  @media screen and (min-width: 768px) {
    grid-template-columns: repeat(2, 400px);
    /* gap: 64px; */
  }
}

.vif-top-content-content {
  text-align: center;
  margin-top: 12px;
  flex: 1;
}

.vif-common-header-logo {
  /* flex: 0 1 auto; ロゴを左揃え */

  margin-left: 7px;
  flex-shrink: 0;
  max-width: 95px;
  margin-bottom: -8px;

  @media screen and (min-width: 768px) {
    max-width: 140px;
    margin-left: -7px;
  }
}

.vif-common-header-logo img {
  width: 100%;
  height: auto;
}

.vif-common-header-catch {
  font-size: 12px;
  flex: 1 1 auto;
  /* テキストを右揃え */
  text-align: right;
  /* margin-right: -13px; */

  @media screen and (min-width: 768px) {
    font-size: initial;
    margin-right: -18px;
  }
}

.vif-common-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  width: initial;

  @media screen and (min-width: 768px) {
    width: 30%;
  }
}

.vif-common-content-content {
  text-align: center;
  margin-top: 12px;
}

.vif-common-content-content-text2 {
  margin-top: 6px;
}

/* .vif-common-content-content-text2 span:first-child {
  font-family: "Prata", serif;

  @media screen and (min-width: 768px) {
    font-size: 14px;
  }
} */

.vif-common-style-number {
  font-family: "Prata", serif;
  font-weight: 700;

  @media screen and (min-width: 768px) {
    font-size: 12px;
  }
}

.vif-common-words {
  font-size: 16px;

  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.vif-common-content-content-text2--specialization span:first-child {
  font-family: initial;
  font-size: 15px;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

/* .vif-common-content-content-text2 span:nth-of-type(2) {
  font-weight: 700;
  font-size: 18px;

  @media screen and (min-width: 768px) {
    font-size: 20px;
  }
} */

.vif-common-store-name {
  font-weight: 700;
  font-size: 16px;

  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.vif-common-person-name {
  font-weight: 400;
  font-size: 16px;
}

.vif-common-sumbnail {
  text-align: center;
}

.vif-common-sumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}

.vif-common-content-content-text {
  font-size: 10px;

  @media screen and (min-width: 768px) {
    font-size: 14px;
  }
}

.vif-common-content-content-text span {
  background-color: black;
  color: white;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 1px 12px;
}

.vif-common-to-toppage {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 64px;
}

.vif-common-to-toppage-link {
  display: inline-block;
  /* border: 1px solid white; */
  color: white;
  background-color: black;
  border-radius: 4px;
  padding: 6px 22px;
  font-size: 20px;
}

/* 共通終了 */




/* 特集 */
.vif-special-overall-inner {
  padding-inline: 20px;

  @media screen and (min-width:768px) {
    padding-inline: 25px;
  }
}

.vif-special-top-image {
  margin-top: 16px;
  margin-inline: auto;
  width: 300px;
  max-width: 100%;

  @media screen and (min-width:768px) {
    width: 400px;
    margin-inline: auto;
  }
}

.vif-special-ingredients-explanation {
  font-size: 13px;
}

.vif-special-category-wrapper {
  text-align: center;
  margin-top: 48px;
}

.vif-special-category {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: black;
  color: white;
  padding: 4px 24px;
  margin-inline: auto;
  font-size: 12px;
}

.font1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: red;
}

.vif-special-title-message {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin-top: 16px;
  /* line-height: 1; */

  @media screen and (min-width: 768px) {
    font-size: 32px;
  }
}

.vif-special-title-message-body-wrapper {
  text-align: center;
}

.vif-special-title-message-body-wrapper--margin {
  margin-top: 10px;
}

.vif-special-sub-title-former {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .vif-special-sub-title-former {
    font-size: 18px;
  }
}

.vif-special-sub-title-former--margin {
  margin-top: 12px;
  margin-bottom: -4px;
}

.vif-special-sub-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  font-size: 26px;
  margin-top: 12px;

  @media screen and (min-width: 768px) {
    font-size: 36px;
  }
}

.vif-special-sub-title--no-margin {
  margin-top: initial;
}

.vif-special-sub-title-bottom {
  /* font-family: "Shippori Mincho", serif; */
  font-family: "Prata", serif;
  text-align: center;
}

/* .vif-special-sub-title-message {

} */

/* .vif-special-issue-link {
  text-align: center;
} */

.vif-special-issue-link-wrapper {
  text-align: center;
  margin-top: 16px;
}

.vif-special-issue-link {
  display: inline-block;
  /* border: 1px solid white; */
  color: white;
  background-color: black;
  border-radius: 4px;
  padding: 6px 22px;
}


.vif-special-sub-title-message {
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .vif-special-sub-title-message {
    font-size: 16px;
  }
}

.vif-special-sub-title-message--no-margin {
  margin-top: initial;
}

.vif-special-sub-title-message-latter {
  text-align: center;
  font-size: 18px;
  margin-top: 12px;
}

/* .vif-special-contents-wrapper {
  padding-bottom: 48px;
} */

/* @media screen and (min-width: 768px) {
  .vif-special-contents-wrapper {
    padding-bottom: 72px;
  }
} */

.vif-special-contents-wrapper--no-padding-bottom {
  padding-bottom: initial;
}

.vif-special-content:first-child {
  margin-top: 16px;
}

.vif-special-content+.vif-special-content {
  margin-top: 16px;
}

.vif-heading-en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  /* margin-top: 24px; */
  line-height: 1;

  @media screen and (min-width: 768px) {
    font-size: 36px;

  }
}

.vif-heading-en--back {
  @media screen and (min-width: 768px) {
    font-size: 20px;
  }
}

.vif-special-shop-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-top: 24px; */
}

.vif-special-profile-shop-person-image {
  width: 30%;
}

.vif-special-profile-shop-person-image--wide {
  width: 50%;
}

.vif-special-profile-shop-person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .test2-image { */
/* width: 50%; */

/* @media screen and (min-width: 768px) {
  width: 50%;
 } */
/* } */

/* test2-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .vif-special-body-message-wrapper {
  padding-top: 72px;
} */

.vif-special-body-message-wrapper--no-padding {
  padding-top: initial;
}

.vif-special-body-message-wrapper--hokkaido {
  padding-top: initial;
}

.vif-special-contents-items {
  display: flex;
  flex-direction: column;
  /* gap: 16px 0; */
  /* width: 75%; */
  margin-inline: auto;
  margin-top: 16px;
}

.vif-special-contents-item--01-rensai {
  margin-top: 16px;
}

.vif-special-contents-heading-wrapper {
  text-align: center;
}

/* .vif-special-contents-heading-wrapper--margin {
  margin-top: 12px;
} */

/* @media screen and (min-width: 768px) {
  .vif-special-contents-heading-wrapper--margin {
    margin-top: 16px;
  }
} */


.vif-special-contents-heading {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: black;
  border: 1px solid black;
  border-radius: 15px;
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  /* padding: 5px; */
  padding-inline: 12px;
  display: inline-block;
  text-transform: uppercase;

  @media screen and (min-width: 768px) {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* .vif-special-contents-heading--center {
  /* margin-inline: auto;
  display: inline-block; */
/* text-align: center; */


.vif-special-contents-heading--white {
  border: none;
  color: white;
}

.vif-special-contents-heading-sub {
  font-size: 18px;
  margin-top: 10px;
}

.vif-contents-content {
  font-weight: 700;
  font-size: 20px;
  margin-top: 8px;
  /* line-height: 1; */

  @media screen and (min-width: 768px) {
    gap: 24px 0;
    font-size: 24px;
  }
}

.vif-contents-content--no-margin {
  margin-top: initial;
}

.vif-contents-content--lineheight {
  line-height: 1.3;
}

.vif-contents-content span {
  font-weight: 400;
}

.vif-contents-content-q {
  font-size: 18px;
}

.vif-contents-content-q--second,
.vif-contents-content-q--third {
  margin-top: -18px;
}

.vif-contents-content-sub {
  font-weight: 700;
  margin-top: 12px;
}

.vif-contents-content-sub span:first-child {
  font-size: 14px;

  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.vif-contents-content-sub span:nth-child(1) {
  font-size: 14px;

  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.vif-contents-content-sub span:nth-child(2) {
  font-weight: 400;
}

.vif-special-shop-name {
  font-weight: 700;
  /* margin-top: 6px; */
}

.vif-special-headingA-wrapper {
  text-align: center;
}

.vif-special-headingA-wrapper--margin {
  margin-top: 16px;
}

.vif-special-headingA {
  font-size: 16px;
  /* margin-top: 12px; */

  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.vif-special-headingA span {
  font-weight: 700;
  font-size: 15px;
}

.vif-special-headingB {
  font-weight: 700;
  font-size: 20px;

  @media screen and (min-width: 768px) {
    font-size: 28px;
  }
}

.vif-special-body-message {
  font-size: 16px;

  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.vif-special-body-message-unit {
  text-align: justify;
}

.vif-special-body-message-unit+.vif-special-body-message-unit {
  margin-top: 1em;
}

.vif-special-body-message-unit:first-child {
  margin-top: 16px;
}

.vif-special-headingC-wrapper {
  margin-top: 16px;
  text-align: center;
}

.vif-special-headingC-wrapper span {
  text-transform: uppercase;
}

.vif-special-headingC {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;

  @media screen and (min-width: 768px) {
    font-size: 28px;
  }
}

.vif-special-headingC-wrapper span:nth-child(2) {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  display: block;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: -8px;
}

.vif-special-headingC--margin {
  margin-top: 12px;
}

.vif-special-headingC--01-rensai {
  position: relative;
}


.vif-special-point-wrapper-wrapper {
  text-align: center;
  margin-top: 36px;
}

.vif-special-point-wrapper {
  position: relative;
  display: inline-block;
  /* margin-inline: auto; */
  margin-left: -10px;
  text-align: center;
}

.vif-special-point-wrapper::before {
  position: absolute;
  left: 0.4em;
  top: 7px;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #000;
  border-radius: 3px;
  transform: rotate(-30deg);
}

.vif-special-point-wrapper::after {
  position: absolute;
  right: -0.5em;
  top: 7px;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #000;
  border-radius: 3px;
  transform: rotate(30deg);
}









.vif-special-point-header {
  text-transform: uppercase;
  border: 1px solid black;
  padding: 5px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vif-special-point-header:before,
.vif-special-point-header:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  /* 線の長さ */
}

.vif-special-point-header:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.vif-special-point-header:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

.vif-special-point-heading {
  font-weight: 500;
  display: inline-block;
  font-size: 10px;
}

.vif-special-point-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.vif-special-point-header-container:before,
.vif-special-point-header-container:after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
  width: 100%;
}

.vif-special-point-header {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
}



.vif-special-point-heading span,
.vif-special-item-heading span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}

.vif-special-item-heading {
  font-weight: 500;
  display: inline-block;
  font-size: 10px;
}



.vif-special-item-wrapper-wrapper {
  text-align: center;
  margin-top: 36px;
}

.vif-special-item-wrapper {
  position: relative;
  display: inline-block;
  /* margin-inline: auto; */
  text-align: center;
  margin-left: -10px;
}

.vif-special-item-wrapper::before {
  position: absolute;
  left: 0.3em;
  top: 7px;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #000;
  border-radius: 3px;
  transform: rotate(-30deg);
}

.vif-special-item-wrapper::after {
  position: absolute;
  right: -0.5em;
  top: 7px;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #000;
  border-radius: 3px;
  transform: rotate(30deg);
}

.vif-special-item-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.vif-special-item-header-container:before,
.vif-special-item-header-container:after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
  width: 100%;
}

.vif-special-item-header {
  text-transform: uppercase;
  border: 1px solid black;
  padding: 5px;
  border-radius: 30px;
  display: inline-block;
}

.vif-special-item-header:before,
.vif-special-item-header:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  /* 線の長さ */
}

.vif-special-item-header:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.vif-special-item-header:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

.vif-special-point-points {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 16px 0; */
  margin-top: 24px;
  margin-inline: auto;
}

.vif-special-point-points.vif-common-1em-margin-top2 {
  margin-top: 1em;
}

.vif-special-point-point {
  width: 100%;
}

.vif-special-point-point+.vif-special-point-point {
  margin-top: 24px;
}

.vif-special-point-point-image {
  width: 50%;
  margin-inline: auto;
}

.vif-special-point-message {
  text-align: left;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-point-message.vif-common-text-center {
  text-align: center;
}

.vif-special-item-items {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 16px;
  width: 100%;

  @media screen and (min-width: 768px) {
    flex-direction: row;
    justify-content: center;
    gap: 0 12px;
    width: 75%;
    margin-inline: auto;
  }
}

.vif-special-item-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vif-special-item-item span {
  @media screen and (min-width: 768px) {
    font-size: 14px;
  }
}

.vif-special-item-item-image {
  text-align: center;
  width: 70%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-special-item-item-image {
    width: 100%;
  }
}

.vif-special-item-item-image--margin {
  margin-top: 28px;
}

.vif-special-item-item-image img {
  width: 70%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .vif-special-item-item-image--half img {
    width: 50%;
  }
}

.vif-special-item-item-image--long img {
  width: 35%;
}

@media screen and (min-width: 768px) {
  .vif-special-item-item-image--long img {
    width: 30%;
  }
}

.vif-special-item-item-image--qa-pick-1,
.vif-special-item-item-image--qa-pick-2,
.vif-special-item-item-image--qa-pick-3 {
  width: 50%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {

  .vif-special-item-item-image--qa-pick-1,
  .vif-special-item-item-image--qa-pick-2,
  .vif-special-item-item-image--qa-pick-3 {
    width: 100%;
  }
}

.vif-special-item-item-message {
  text-align: left;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-item-item-nutrition {
  text-align: left;
}

.vif-special-item-item-sub-image {
  width: 33%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-special-item-item-sub-image {
    width: 240px;
  }
}

.vif-special-point-title {
  font-family: "Prata", serif;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-point-title span:first-child {
  font-style: italic;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-point-title span:nth-child(2) {
  font-size: 14px;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-ingredients-title,
.vif-special-howto-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: 1px solid black;
  padding-top: 6px;
  padding-bottom: 6px;

  @media screen and (min-width: 768px) {
    font-size: 20px;
  }
}

.vif-special-ingredients-title--margin,
.vif-special-howto-title--margin {
  margin-top: 24px;
}

.vif-special-ingredients-lists {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  /* gap: 16px 0; */
  /* margin-left: -1em; */
  width: 100%;
  /* width: 75%; */
  margin-top: 12px;

  @media screen and (min-width: 768px) {
    width: 75%;
  }
}

.vif-special-ingredients-lists--adjust {
  display: block;
}

.vif-special-ingredients-list-inner {
  /* margin-top: 5px; */

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-ingredients-list+.vif-special-ingredients-list {
  margin-top: 12px;
}

.vif-special-ingredients-list:before {
  content: '▶︎';
  /* margin-left: -1em; */
}

.vif-special-ingredients-list--no-arrow:before {
  content: none;
}

.vif-special-ingredients-list span {
  font-weight: 700;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-howto-lists {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  /* gap: 16px 0; */
  width: 100%;
  margin-top: 12px;

  @media screen and (min-width: 768px) {
    width: 75%;
  }
}

.vif-special-howto-lists--adjust {
  display: block;
}

.vif-special-howto-list+.vif-special-howto-list {
  margin-top: 12px;
}


.vif-special-howto-list:before {
  content: '▶︎';
  /* margin-left: -1em; */
}

.vif-special-howto-list--no-arrow:before {
  content: none;
}

.vif-special-howto-list span {
  font-weight: 700;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-howto-list-content {
  /* margin-top: 5px; */
  text-align: justify;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}


.vif-special-menu-menus {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
  /* margin-top: 12px; */

  /* @media screen and (min-width: 940px) { */
    /* flex-direction: row; */
    /* gap: 0 16px; */
  /* } */
}

.vif-special-menu-menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  background-color: rgb(230, 230, 230);
  padding-top: 28px;
  padding-bottom: 28px;
  /* max-width: 300px; */
  /* ここで親要素の幅を統一 */
}

.vif-special-menu-menu--hommage {
  margin-inline: auto;
  width: 100%;

  @media screen and (min-width: 768px) {
    width: 60%;
  }
}

.vif-special-menu-menu-image {
  /* min-width: 140px;
  flex: 1;
  aspect-ratio: 336/478; */
  width: 50%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-special-menu-menu-image {
    width: 27%;
  }
}

.vif-special-menu-menu-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vif-special-menu-menu-text-wrapper {
  flex: 1;
  /* テキストの背景色 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* テキストを中央揃え */
  /* padding: 20px; */
  /* テキスト周りの余白を追加 */
  min-width: 140px;
  /* padding-inline: 16px; */
  font-size: 12px;

  @media screen and (max-width: 767px) {
    font-size: 13px;
  }
}

/* .vif-special-menu-menu-text-wrapper--hommage {
display: none;
} */

@media screen and (max-width: 767px) {
  .vif-special-menu-menu--homage {
    flex-direction: column;
    /* SP表示時に縦方向に並べる */
    align-items: center;

    /* @media screen and (max-width: 395px) {
      display: none;
    } */
  }

  .vif-special-menu-menu-image--hommage,
  .vif-special-menu-menu-text-wrapper--hommage {
    width: 100%;
    /* 両方のコンテナが全幅になるように */
    max-width: none;
    /* 最大幅の制限を解除 */
  }

  .vif-special-menu-menu-image--hommage img {
    max-height: none;
    /* 高さの制限を解除 */
  }
}


.vif-special-item-use {
  font-weight: 600;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.vif-special-menu-sub {
  font-weight: 700;
}

.vif-special-menu-menu-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
}

.vif-special-menu-menu-title--small {
  font-size: 17px;
}

.vif-special-menu-menu-body {
  margin-top: 8px;
  text-align: justify;
  width: 75%;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .vif-special-menu-menu-body {
    font-size: 14px;
    width: 50%;
  }
}

/* .vif-special-menu-menu-body--hommage {
  display: none;
} */

.vif-special-profile-shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(230, 230, 230);
  padding-top: 24px;
  padding-bottom: 24px;
}

.vif-special-profile-shop-profile-detail span,
.vif-special-profile-shop-shop-detail span {
  font-family: "Prata", serif;
  font-style: italic;
}

.vif-special-profile-shop-profile-detail {
  text-align: center;
  margin-top: 8px;
  margin-inline: auto;

  @media screen and (min-width: 768px) {
    width: 50%;
  }
}

.vif-special-profile-shop-profile-detail-body {
  margin-top: 6px;
  padding: 0 12px;
  text-align: justify;
}

@media screen and (min-width: 600px) {
  .vif-special-profile-shop-profile-detail-body {
    font-size: 14px;
    padding: initial;
  }
}

.vif-special-profile-shop-shop-detail {
  text-align: center;
  /* margin-top: 12px; */
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}

.vif-special-profile-shop-shop-image {
  width: 50%;
  margin-inline: auto;
  /* margin-top: 8px; */
}

.vif-special-profile-shop-shop-image--narrow {
  width: 30%;
}

.test3-image {
  width: 50%;
}

.test3-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.test4-image {
  width: 50%;
}

.test4-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.test6-image {
  width: 10%;
}

.test6-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.test7-image {
  width: 30%;
}

.test7-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.test8-image {
  width: 30%;
}

.test8-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vif-special-main-image {
  width: 100vw;
  /* margin-top: 12px; */
  overflow-x: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  @media screen and (min-width: 768px) {
    width: 100%;
    overflow-x: initial;
    margin-left: initial;
    margin-right: initial;
  }
}

.vif-special-sub-image {
  width: 37%;
  margin-inline: auto;
}

.vif-special-main-body {
  margin-top: 12px;
  margin-inline: auto;
  text-align: justify;

  @media screen and (min-width: 600px) {
    font-size: 16px;
    width: 75%;
  }
}

.vif-special-main-body--14px {
  font-size: 14px;
}

.vif-common-contents {
  display: flex;
  flex-direction: column;
  gap: 24px 24px;
  margin-top: 24px;

  @media screen and (min-width: 768px) {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}



.vif-special-issue {
  padding-bottom: 80px;
}

.vif-special-issue-image {
  text-align: center;
  margin-top: 16px;
}

.vif-special-issue-image img {
  border: 1px solid rgb(230, 230, 230);
}

/* .vif-special-content-content-text span {
  background-color: black;
  color: white;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 1px 12px;
  font-size: 10px;
} */



.vif-special-content-content-text2 {
  margin-top: 6px;
}



/* 連載 */

.vif-serialization-sub-title {
  text-align: center;
  font-size: 28px;
}


.vif-serialization-title {
  text-align: center;
  font-size: 36px;
}

.vif-serialization-ingredients-lists {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  /* margin-left: -1em; */
}

.vif-serialization-topic-course-sub {
  text-align: center;
  font-size: 18px;

  @media screen and (min-width: 768px) {
    font-size: 24px;
  }
}

.vif-serialization-qa-main-question-wrapper {
  text-align: center;
}

.vif-serialization-qa-main-question-title {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  margin-top: 12px;
  font-weight: 500;
}

.vif-serialization-qa-main-question-image {
  margin-top: 32px;
  margin-inline: auto;
  width: 75%;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-main-question-image {
    width: 50%;
  }
}

.vif-serialization-qa-main-question-body {
  font-size: 16px;
}

.vif-serialization-qa-title {
  text-align: center;
  padding: 4px 0;
  font-size: 24px;
}

.vif-serialization-q-title--margin {
  margin-top: 48px;
}

.vif-serialization-a-title--margin {
  margin-top: 16px;
}

.vif-serialization-qa-advice-title-wrapper {
  text-align: center;
}

.vif-serialization-qa-advice-lead-wrapper {
  text-align: center;
}

.vif-serialization-qa-advice-lead {
  margin-top: 6px;
  font-size: 16px;
}

.vif-serialization-qa-advice-image {
  width: 50%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-advice-image {
    width: 33%;
  }
}

.vif-serialization-qa-advice-bodies {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 24px;
}


.vif-serialization-qa-advice-body-wrapper {
  width: 100%;
  margin-inline: auto;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-advice-body-wrapper {
    width: 45%;
  }
}

.vif-serialization-qa-advice-body {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-inline: 12px;
}

.vif-serialization-qa-advice-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 12px;
}

.vif-serialization-qa-advice-body-title-wrapper {
  text-align: center;
  margin-inline: auto;
}

.vif-serialization-qa-advice-body-title {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
}

.vif-serialization-qa-question-wrapper {
  text-align: center;
}

.vif-serialization-qa-question {
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
}

.vif-serialization-qa-answer {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.vif-serialization-qa-advice-body-body {
  font-size: 16px;
  text-align: justify;
}

.vif-serialization-qa-advice-body-body-image {
  margin-inline: auto;
  width: 70%;
  margin-left: 15%;
}

@media screen and (min-width:768px) {
  .vif-serialization-qa-advice-body-body-image {
    width: 75%;
    margin-left: 20%;
  }
}



.vif-serialization-answer-image {
  margin-inline: auto;
  margin-top: 16px;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .vif-serialization-answer-image {
    margin-top: 16px;
    width: 40%;
  }
}

.vif-serialization-answer-image img {
  width: 100%;
}

.vif-serialization-answer-margin {
  margin-top: 6px;
}

.vif-serialization-qa-answer-wrapper {
  /* text-align: center; */
  padding-top: 12px;
  padding-bottom: 8px;
}

.vif-serialization-qa-answer-body {
  text-align: justify;
  margin-top: 24px;
  font-size: 16px;
}

.vif-serialization-qa-answer-body-text {
  font-size: 18px;
}

.vif-serialization-answer-supplement {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-inline: auto;
  margin-top: 6px;
  text-align: left;
  font-size: 13px;
  width: 100%;
  /* text-align: justify; */
}

@media screen and (min-width:768px) {
  .vif-serialization-answer-supplement {
    font-size: 13px;
    width: 45%;
  }
}

.vif-serialization-qa-answer-supplement-text {
  text-align: justify;
}

.u-mobile {
  display: block;
}

@media screen and (min-width:768px) {
  .u-mobile {
    display: none;
  }
}

.u-pc {
  display: none;
}

@media screen and (min-width:768px) {
  .u-pc {
    display: block;
  }
}

.vif-special-title-en {
  font-family: "Prata", serif;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
}

.vif-special-title-en span {
  font-size: 32px;
}




.vif-serialization-point-header {
  text-transform: uppercase;
  border: 1px solid black;
  padding: 5px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vif-serialization-point-header:before,
.vif-serialization-point-header:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  /* 線の長さ */
}

.vif-serialization-point-header:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.vif-serialization-point-header:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

.vif-serialization-point-heading {
  display: inline-block;
}

.vif-serialization-point-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.vif-serialization-point-header-container:before,
.vif-serialization-point-header-container:after {
  content: '';
  flex: 0.15;
  border-bottom: 1px solid #000;
  width: 100%;
}

.vif-serialization-point-header {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
}



.vif-serialization-point-wrapper-wrapper {
  text-align: center;
  margin-top: 12px;
}

.vif-serialization-point-wrapper {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  text-align: center;
}

.vif-serialization-point-wrapper::before {
  position: absolute;
  left: -0.3em;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #000;
  border-radius: 3px;
  transform: rotate(-30deg);
}

.vif-serialization-point-wrapper::after {
  position: absolute;
  right: -1em;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #000;
  border-radius: 3px;
  transform: rotate(30deg);
}


.vif-serialization-point-points {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
  margin-top: 16px;
}

.vif-serialization-point-point-image {
  width: 50%;
  margin-inline: auto;
}

.vif-serialization-point-message {
  text-align: center;
}


.vif-serialization-ingredients-title,
.vif-serialization-howto-title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.vif-serialization-ingredients-title--margin,
.vif-serialization-howto-title--margin {
  margin-top: 16px;
}








/*  */
.vif-serialization-ingredients-lists {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  /* margin-left: -1em; */
  width: 100%;

  @media screen and (min-width: 768px) {
    width: 75%;
  }
}

.vif-serialization-ingredients-list:before {
  content: '▶︎';
  /* margin-left: -1em; */
}

.vif-serialization-ingredients-list span {
  font-weight: 700;
}

.vif-serialization-howto-lists {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  width: 100%;

  @media screen and (min-width: 768px) {
    width: 75%;
  }
}

.vif-serialization-howto-list:before {
  content: '▶︎';
  /* margin-left: -1em; */
}

.vif-serialization-howto-list span {
  font-weight: 700;
}






.vif-serialization-item-wrapper-wrapper {
  text-align: center;
}

.vif-serialization-item-wrapper {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  text-align: center;
}

.vif-serialization-item-wrapper::before {
  position: absolute;
  left: -0.7em;
  top: 50%;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #000;
  border-radius: 3px;
  transform: rotate(-30deg);
}

.vif-serialization-item-wrapper::after {
  position: absolute;
  right: -0.4em;
  top: 50%;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #000;
  border-radius: 3px;
  transform: rotate(30deg);
}

.vif-serialization-item-header-container:before,
.vif-serialization-item-header-container:after {
  content: '';
  flex: 0.15;
  border-bottom: 1px solid #000;
  width: 100%;
}


.vif-serialization-item-header {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.vif-serialization-item-header:before,
.vif-serialization-item-header:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  /* 線の長さ */
}

.vif-serialization-item-header:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.vif-serialization-item-header:after {
  margin-left: 1em;
  /* 文字の左隣 */
}


.vif-special-dream-image-explanation-wrapper {
  text-align: center;
}

.vif-special-dream-image-explanation {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .vif-special-dream-image-explanation {
    font-size: 15px;
  }
}

.vif-special-title-message-former {
  text-align: center;
}

.vif-special-title-message-former--margin-top {
  margin-top: 16px;
}

.vif-special-title-message-former span:nth-child(3),
.vif-special-title-message-former span:nth-child(4) {
  font-size: 20px;
}

.vif-special-faisselle-recipe-sub {
  font-size: 18px;
  margin-top: 12px;
}

.vif-special-body-image-wrapper {
  width: 75%;
  margin-inline: auto;
}

.vif-special-body-image {
  width: 50%;
  margin-inline: auto;
}

.vif-special-text-supplement {
  font-size: 13px;
  line-height: 1;
}

.vif-serialization-qa-main-question-image-texts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 14%;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-main-question-image-texts {
    gap: 12%;
  }
}

.vif-serialization-qa-main-question-image-text {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-main-question-image-text {
    font-size: 14px;
  }
}

.vif-common-no-padding-top {
  padding-top: initial;
}

.vif-common-75per {
  width: 75%;
}

.vif-common-margin-auto {
  margin-inline: auto;
}

.vif-common-shippori {
  font-family: "Shippori Mincho", serif;
}

.vif-common-store-place {
  margin-top: 12px;
  display: inline-block;
}

.vif-common-store-name--vif3-78 {
  font-size: 24px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .vif-common-store-name--vif3-78 {
    font-size: 32px;
  }
}

.vif-common-32px-margin-top {
  margin-top: 32px;
}

.vif-contents-content-sub>.vif-common-small {
  font-size: 90%;
}

.vif-special-point-point-image--vif3-1314 {
  width: 25%;
  margin-top: 8px;
}

.vif-special-dream-image-explanation-wrapper span:nth-of-type(2) {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
}

.vif-contents-content-sub>.vif-store-place-small {
  font-size: 12px !important;
  font-weight: 400;
  display: inline-block;
}

.vif-serialization-qa-answer-body-label-wrapper {
  text-align: center;
}

.vif-serialization-qa-answer-body-label-wrapper>span {
  display: inline-block;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
}

.vif-serialization-qa-answer-body-label-wrapper--blue>span {
  border: 1px solid #0047AB;
  border-radius: 16px;
  color: #fff;
  background-color: #0047AB;
}

.vif-serialization-qa-answer-condition-text {
  font-size: 13px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-answer-condition-text {
    width: 45%;
  }
}

.vif-serialization-qa-advice-condition-text {
  /* font-size: 12px; */
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-advice-condition-text {
    width: 45%;
  }
}

.vif-serialization-qa-answer-condition-text-body {
  text-align: justify;
  font-feature-settings: "palt";
  word-break: break-all;
}

.vif-serialization-qa-advice-body-label-wrapper {
  text-align: center;
}

.vif-serialization-qa-advice-body-label-wrapper>span {
  display: inline-block;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
}

.vif-serialization-qa-advice-body-label-wrapper--gold>span {
  border: 1px solid #8E725F;
  border-radius: 16px;
  color: #fff;
  background-color: #8E725F;
}

.vif-serialization-qa-advice-body-label-wrapper--blue>span {
  border: 1px solid #0047AB;
  border-radius: 16px;
  color: #fff;
  background-color: #0047AB;
}

.vif-serialization-qa-advice-body-label-wrapper--white>span {
  border: 1px solid #8E725F;
  border-radius: 16px;
  color: #8E725F;
  background-color: #fff;
}

/* .vif-serialization-qa-advice-condition {
  margin-inline: auto;
} */

.vif-serialization-qa-advice-condition-image {
  width: 75%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-advice-condition-image {
    width: 35%;
  }
}

.vif-serialization-answer-image-text-wrapper {
  width: 50%;
  margin-inline: auto;
}

.vif-common-jcc {
  display: flex;
  justify-content: center;
}




.vif-common-line-height-15 {
  line-height: 1.5;
}

.vif-common-nowrap {
  white-space: nowrap;
  overflow-wrap: normal;
}

.vif-serialization-qa-answer-body-image-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-answer-body-image-wrapper {
    width: 45%;
  }
}

.vif-serialization-qa-answer-body-image-text-wrapper {
  width: 100%;
}

.vif-serialization-qa-answer-body-image-text-wrapper-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 428px;
  margin-inline: auto;
}

.vif-serialization-qa-answer-body-image-text-wrapper-item+.vif-serialization-qa-answer-body-image-text-wrapper-item {
  margin-top: 12px;
}

.vif-serialization-qa-answer-body-image-text-wrapper-item-image {
  /* flex-grow: 1; */
  width: 55%;
  text-align: center;
}

.vif-serialization-qa-answer-body-image-text-wrapper-item-image img {
  width: 100%;
  min-width: 100px;
  /* ← 小さくなりすぎるのを防止！ */
  height: auto;
  display: block;
  margin-inline: auto;
}

.vif-serialization-qa-answer-body-image-text-wrapper-item-text {
  width: 46%;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-answer-body-image-text-wrapper-item-text {
    width: 50%;
  }
}

.vif-serialization-qa-answer-body-image-text-wrapper-item-text-title {
  font-size: 13px;
  white-space: nowrap;
}

.vif-serialization-qa-answer-body-image-text-wrapper-item-text-body {
  font-size: 13px;
  min-width: initial;
}

@media screen and (min-width: 768px) {
  .vif-serialization-qa-answer-body-image-text-wrapper-item-text-body {
    min-width: 146px;
  }
}





.vif-special-headingA--other-menu span {
  font-size: 17px;
}

/* アコーディオン用CSS */
.vif-common-accordion-title {
  position: relative;
  cursor: pointer;
}

/* 横線（常に表示） */
.vif-common-accordion-title::before,
.vif-common-accordion-title::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: black;
  /* transform: rotate(90deg); */
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 768px) {

  .vif-common-accordion-title::before,
  .vif-common-accordion-title::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 100px;
    width: 20px;
    height: 2px;
    background-color: black;
    /* transform: rotate(90deg); */
    transition: all .3s ease-in-out;
  }
}

/* after＝縦線（90度回転）で ＋ を作る */
.vif-common-accordion-title::after {
  transform: rotate(90deg);
}

/* activeがついたら afterも横線に → − */
.vif-common-accordion-title.active::after {
  transform: rotate(180deg);
  /* ←これで横線になり、beforeと重なる */
}

.vif-common-accordion-content {
  display: none;
}

/* ↑アコーディオン用CSS↑ */