/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .sp_break {
    display: inline;
  }
}

.pc_break {
  display: none;
}


.mv {
  margin: 0 auto;
  margin-bottom: 60px;
}

.anchor_container {
  display: flex;
  margin: 0 auto;
  gap: 12px;
  margin-bottom: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.anchor_img {
  width: 75px;
  font-size: 0;
}

.item_main {
  font-size: 12px;
  margin-bottom: 8%;
  text-decoration: underline;
  margin-top: 3%;
}

/* コンテナ */
.container {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin: 0 auto;
  width: 80%;
}

.pi_border {
  width: 100%;
  border-top: 1px solid #000;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}


.container_item {
  margin-bottom: 70px;
  margin-top: 30px;
}

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


.coordinate_buy {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 20px;
  padding: 0 0 6px 0px;
}


.coordinate_title_eng {
  font-family: montserrat, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 7%;
}

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

.container_coordinate_buy {
  margin: 0px 8% auto;
}

.coordinate_buy {
  display: flex;
  flex-direction: row;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 20px;
  padding: 0 0 6px 0px;
}

.container_coordinate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.coordinate_template {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.img_container {
  display: flex;
  justify-content: space-between;
}


.title_item {
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

.title_number {
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
}


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



.button-2 {
  align-items: center;
  width: 31px;
  line-height: 17px;
  margin: 0 auto;
  background-color: #000000;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
}

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


/*---------------------------------PC差異部分のみ---------------------------------*/
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }

  .mv {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .anchor_container {
    display: flex;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  
  .anchor_img {
    width: 89px;
    font-size: 0;
  }

  .pc_width {
    width: 400px;
    margin: 0 auto;
  }

  .container {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin: 0 auto;
    width: 100%;
  }