@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpsmall {
  animation-name: fadeInUpsmall
}

@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownsmall {
  animation-name: fadeInDownsmall
}

@keyframes fadeInRightsmall {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightsmall {
  animation-name: fadeInRightsmall
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftsmall {
  animation-name: fadeInLeftsmall
}

.body {
  margin: 0;
  padding: 0;
}

.mv {
  position: relative;
  font-size: 0;
  text-align: center;
}

.mv_title {
  position: absolute;
  top: 75%;
  left: 20%;
  margin: 0;
  color: white;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mv_lead {
  position: absolute;
  top: 85%;
  left: 20%;
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: left;
}

.mv_icon {
  width: 18%;
  position: absolute;
  top: 42%;
  left: 19%;
}

.mv img {
  width: 944px;
  align-items: center;
  margin: 0 auto;
}

.point_padding_1 {
  padding-top: 20px;
  width: 730px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 30px;
}

.point_padding_2 {
  padding-bottom: 20px;
  width: 730px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 30px;
}

.point_text {
  color: #765252;
  font-size: 14px;
  line-height: 23px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 65%;
}

/* spanのスタイル - 強調部分 */
.highlight {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
}

.point_container {
  margin: 0 auto;
  padding: 20px 0px;
  display: flex;
  gap: 6%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.point_background {
  background-color: #F9F4EB;
  width: 944px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.point_icon {
  width: 33%;
}


.pr_padding {
  padding-top: 50px;
  padding-bottom: 100px;
}

.pr_img {
  width: 300px;
}

.pr_text {
  font-size: 13px;
  line-height: 21px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: normal;
  width: 500px;
}

/* spanのスタイル - 強調部分 */
.pr_highlight {
  font-weight: normal;
  font-size: 19px;
  margin-bottom: 10px;
  display: flex;
}

.pr_container {
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 950px;
}


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

.anchor img {
  width: 10%;
  margin-bottom: 10px;
}

.anchor_text {
  font-size: 20px;
  line-height: 30px;
}

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

.anchor_padding {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 auto;
  justify-content: center;
}

.anchor_img {
  margin-bottom: 5px;
}

.anchor_text {
  font-size: 20px;
  line-height: 30px;
}

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

.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;
  margin-bottom: 10px;
}

.box_items_container {
  display: flex;
  gap: 5px;
}

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


.pi_lead {
  font-size: 1.3rem;
  font-weight: 300;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  text-align: left;
  margin-bottom: 30px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 5%;
}

.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: column;
  width: 430px;
  margin-top: 40px;
  margin: 0 auto;
}

.container_item {
  margin-bottom: 40px;
}

.container_item_1 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.container_title {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.container_coordinate {
  display: flex;
  /* margin-bottom: 90px; */
  flex-direction: column;
  font-size: 0;
  width: 73.1%;
  gap: 1px;
}

.coordinate_template {
  display: flex;
  font-size: 0;
}


.title_item {
  font-size: 20px;
}

.img_main {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1px;
}

.img_sub {
  font-size: 0;
}

.title_coordinate {
  font-size: 1.6rem;
  margin-bottom: 20px;
}



.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;
}