.contents_container {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  min-width: auto;
}

.contents_mv {
  width: 100%;
}

.contents_mv img {
  width: 100%;
}

.contents_section {
  padding: 60px 90px;
}

@media screen and (max-width: 812px) {
  .contents_section {
    padding: 9.375vw 4.6875vw;
  }
}

.contents_section img {
  max-width: 100%;
}

.contents_section + .contents_section {
  padding-top: 20px;
}

@media screen and (max-width: 812px) {
  .contents_section + .contents_section {
    padding-top: 3.125vw;
  }
}

.function_lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 812px) {
  .function_lead {
    margin-bottom: 4.6875vw;
  }
}

.function_map {
  display: flex;
  justify-content: space-between;
}

.function_mapArrow {
  flex-shrink: 0;
  margin-right: 20px;
  padding: 42px 0;
  width: 60px;
  position: relative;
}

@media screen and (max-width: 812px) {
  .function_mapArrow {
    margin-right: 3.125vw;
    padding: 6.5625vw 0;
    width: 9.375vw;
  }
}

.function_mapArrow::before, .function_mapArrow::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.function_mapArrow::before {
  border-width: 0 42px 42px 42px;
  border-color: transparent transparent #EAA700 transparent;
  top: 0;
}

@media screen and (max-width: 812px) {
  .function_mapArrow::before {
    border-width: 0 6.5625vw 6.5625vw 6.5625vw;
  }
}

.function_mapArrow::after {
  border-width: 42px 42px 0 42px;
  border-color: #F74E28 transparent transparent transparent;
  bottom: 0;
}

@media screen and (max-width: 812px) {
  .function_mapArrow::after {
    border-width: 6.5625vw 6.5625vw 0 6.5625vw;
  }
}

.function_mapArrowBody {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #EDA700 0%, #FCA565 20%, #F78659 43%, #F98526 70%, #F74E28 100%);
}

@media screen and (max-width: 812px) {
  .function_mapArrowBody {
    padding: 1.5625vw 3.125vw;
  }
}

.function_mapArrowBody img {
  width: 100%;
}

.function_mapList > li {
  width: 100%;
}

.function_mapList > li + li {
  margin-top: 15px;
}

@media screen and (max-width: 812px) {
  .function_mapList > li + li {
    margin-top: 2.34375vw;
  }
}

.product_lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 812px) {
  .product_lead {
    margin-bottom: 4.6875vw;
  }
}

.product_lead img {
  width: 100%;
}

.product_lead.anchor {
  margin-top: -65px;
  padding-top: 65px;
}

@media screen and (max-width: 812px) {
  .product_lead.anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.product_image {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .product_image {
    margin-bottom: 4.6875vw;
  }
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

@media screen and (max-width: 812px) {
  .product_list {
    padding-bottom: 4.6875vw;
  }
}

.product_list li {
  width: 50%;
  color: #663800;
  text-align: center;
}

.product_list li:nth-of-type(n+3) {
  margin-top: 50px;
}

@media screen and (max-width: 812px) {
  .product_list li:nth-of-type(n+3) {
    margin-top: 7.8125vw;
  }
}

.product_listLink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: inherit;
}

.product_listLink .product_image {
  margin-bottom: 10px;
}

@media screen and (max-width: 812px) {
  .product_listLink .product_image {
    margin-bottom: 1.5625vw;
  }
}

.product_name {
  font-size: 20px;
}

@media screen and (max-width: 812px) {
  .product_name {
    font-size: 3.125vw;
  }
}

.product_price {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 812px) {
  .product_price {
    font-size: 4.0625vw;
  }
}

.product_price small {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 812px) {
  .product_price small {
    font-size: 3.125vw;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
