.mv_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

h4 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.7;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 100;
}

.container_height {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 50px;
}

.anchor_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 800px;
  margin: 0 auto;
  gap: 10px;
  margin-bottom: 50px;
}

.anchor_box {
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 120px;
}

.anchor {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.anchor_item {
  font-size: 11px;
  text-align: center;
}

.anchor_img {
  width: 90%;
  margin-bottom: 5px;
}


.color-ball {
  width: 12px;
  /* 正方形のサイズ */
  height: 12px;
  background-color: #000;
  /* 背景色 */
  border: 0.5px solid #898989;
  /* 枠線 */
  display: inline-block;
  /* 横に並べるための設定 */
}

.color-ball_container {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.box_items_container {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}

.box_items {
  padding: 1px 5px;
  border: solid 0.5px;
  font-size: 10px;
  display: inline;
  align-items: center;
  font-weight: normal;
}

.lead_title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

.lead {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 100;
  margin-bottom: 40px;
}

.img_main {
  margin-bottom: 20px;
  width: 407px;
}

.img_sub {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.img_sub img {
  width: 200px;
}


.items_buy-title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}

.items_buy-container {
  font-size: 0;
  display: flex;
  gap: 10px;
  flex-direction: row;
  margin-top: 5px;
}

.items_buy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
  width: 80px;
}

.items_buy-text {
  font-size: 10px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}


.item_main {
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
  font-weight: normal;
}

.item_lead {
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-bottom: 28px;
}

/* コンテナ */
.container {
  display: flex
  ;
      flex-direction: row;
      gap: 40px;
      width: 800px;
      margin: 0 auto;
      margin-bottom: 30px;
      align-items: center;
}

.container_width {
  width: 400px;
}

.button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* margin: 10px; */
  padding: 0.7em 1.2em;
  border: none;
  border-radius: 25px;
  background-color: #000000;
  color: #fff;
  /* font-weight: 600; */
  font-size: 10px;
}

.button-2::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

.button-2:hover {
  background-color: #000000;
}

.profile_background {
    background-color: #f6f6f6;
    padding: 50px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.profile_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.profile_container img {
  width: 140px;
}

.profile_name {
  font-size: 17px;
  line-height: 1rem;
  letter-spacing: 0.5px;
  font-weight: 100;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  text-align: left;
}

.highlight {
  font-weight: 100;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  /* margin-bottom: 49px; */
  color: #9B9B9B;
}

.profile_text {
  font-size: 12px;
  font-weight: 300;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  text-align: left;
  line-height: 20px;
  letter-spacing: 1px;
}