.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

img {
  max-width: 100%;
}

.if-category {
  padding-top: 0;
}

.if-category_mv {
  margin-bottom: 0;
}

@media screen and (max-width: 812px) {
  .if-category_mv {
    margin-bottom: 0;
  }
}

.about {
  position: relative;
}

.about_inner {
  padding: 140px 80px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 812px) {
  .about_inner {
    padding: 15.625vw 6.25vw 0;
  }
}

.about_lead {
  margin: 0 0 0;
  width: 340px;
  position: relative;
}

@media screen and (max-width: 812px) {
  .about_lead {
    margin-bottom: 4.6875vw;
    width: 49.21875vw;
  }
}

.about_lead img {
  width: 100%;
}

.about_text {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .about_text {
    font-size: 4.0625vw;
  }
}

.feature {
  padding: 60px 60px 0px;
  background: #f5f5f5;
}

@media screen and (max-width: 812px) {
  .feature {
    padding: 3.125vw 3.125vw;
  }
}

.feature_inner {
  padding: 80px 80px 80px;
  background: #fff;
}

@media screen and (max-width: 812px) {
  .feature_inner {
    padding: 12.5vw 3.125vw 12.5vw;
  }
}

.feature_title {
  text-align: center;
}

.feature_titleHead {
  margin-bottom: 60px;
}

@media screen and (max-width: 812px) {
  .feature_titleHead {
    margin-bottom: 9.375vw;
  }
}

.feature_titleHead img {
  width: auto;
  height: 83px;
}

@media screen and (max-width: 812px) {
  .feature_titleHead img {
    height: 13.75vw;
  }
}

.feature_titleDesc {
  font-size: 20px;
}

@media screen and (max-width: 812px) {
  .feature_titleDesc {
    font-size: 3.28125vw;
  }
}

.feature_caption {
  text-align: center;
}

.feature_captionText {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  font-size: 16px;
}

@media screen and (max-width: 812px) {
  .feature_captionText {
    padding: 1.5625vw 3.125vw;
    font-size: 2.5vw;
  }
}

.feature_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature_list > li {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.feature_list > li + li {
  margin: 60px 0 0;
}

@media screen and (max-width: 812px) {
  .feature_list > li + li {
    margin-top: 6.25vw;
  }
}

.feature_list > li:nth-of-type(2n) {
  margin-left: 80px;
}

@media screen and (max-width: 812px) {
  .feature_list > li:nth-of-type(2n) {
    margin-left: 0;
  }
}

.feature_point {
  margin-bottom: 20px;
  width: 104px;
}

@media screen and (max-width: 812px) {
  .feature_point {
    margin-bottom: 3.125vw;
    width: 16.09375vw;
  }
}

.feature_image {
  flex-shrink: 0;
  width: 240px;
  margin-right: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 812px) {
  .feature_image {
    margin-right: 6.25vw;
    width: 35.9375vw;
  }
}

.feature_contTitle, .feature_contTitle--2line, .feature_contTitle--sp2line {
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width: 812px) {
  .feature_contTitle, .feature_contTitle--2line, .feature_contTitle--sp2line {
    margin-bottom: 3.125vw;
  }
}

.feature_contTitle img, .feature_contTitle--2line img, .feature_contTitle--sp2line img {
  width: auto;
  height: 37px;
}

@media screen and (max-width: 812px) {
  .feature_contTitle img, .feature_contTitle--2line img, .feature_contTitle--sp2line img {
    height: 4.6875vw;
  }
}

.feature_contTitle--2line img {
  height: 87px;
}

@media screen and (max-width: 812px) {
  .feature_contTitle--2line img {
    height: 12.1875vw;
  }
}

@media screen and (max-width: 812px) {
  .feature_contTitle--sp2line img {
    height: 12.1875vw;
  }
}

.feature_contDesc {
  width: 13.5em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 812px) {
  .feature_contDesc {
    width: auto;
    font-size: 3.75vw;
  }
}

.feature_contCaption {
  color: #999;
  font-size: 12px;
}

@media screen and (max-width: 812px) {
  .feature_contCaption {
    font-size: 2.5vw;
  }
}

.feature_other {
  margin-top: 60px;
  padding: 20px 20px;
  background: #ece5db;
}

@media screen and (max-width: 812px) {
  .feature_other {
    margin-top: 9.375vw;
    padding: 4.6875vw 4.6875vw;
  }
}

.feature_otherTitle {
  margin-bottom: 15px;
  padding: 10px 10px;
  background: #7b9100;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .feature_otherTitle {
    margin-bottom: 4.6875vw;
    padding: 1.5625vw 0.78125vw;
  }
}

.feature_otherTitle img {
  width: auto;
  height: 27px;
}

@media screen and (max-width: 812px) {
  .feature_otherTitle img {
    height: 4.6875vw;
  }
}

.feature_otherCont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.feature_otherCont .feature_image {
  margin-right: 40px;
}

@media screen and (max-width: 812px) {
  .feature_otherCont .feature_image {
    margin-right: 6.25vw;
  }
}

.product {
  margin-bottom: 70px;
  padding: 60px 40px 60px;
  background: #f5f5f5;
}

@media screen and (max-width: 812px) {
  .product {
    margin-bottom: 15.625vw;
    padding: 12.5vw 3.125vw 12.5vw;
  }
}

.product_head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.product_head::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}

.product_headImage {
  flex-shrink: 0;
  margin-right: 20px;
}

@media screen and (max-width: 812px) {
  .product_headImage {
    margin-right: 3.125vw;
  }
  .product_headImage img {
    height: 8.28125vw;
  }
}

.product_title {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .product_title {
    margin-bottom: 12.5vw;
  }
}

.product_titleHead {
  margin-bottom: 40px;
}

@media screen and (max-width: 812px) {
  .product_titleHead {
    margin-bottom: 6.25vw;
  }
}

.product_titleHead img {
  width: auto;
  height: 84px;
}

@media screen and (max-width: 812px) {
  .product_titleHead img {
    height: 18.90625vw;
  }
}

.product_titleDesc {
  font-size: 20px;
}

@media screen and (max-width: 812px) {
  .product_titleDesc {
    font-size: 3.28125vw;
  }
}

.product_list > li {
  position: relative;
}

.product_list > li + li {
  margin-top: 50px;
}

@media screen and (max-width: 812px) {
  .product_list > li + li {
    margin-top: 12.5vw;
  }
}

.product_image--01 {
  width: 528px;
}

@media screen and (max-width: 812px) {
  .product_image--01 {
    width: 57.96875vw;
  }
}

.product_image--02 {
  width: 588px;
}

@media screen and (max-width: 812px) {
  .product_image--02 {
    width: 64.53125vw;
  }
}

.product_image--03 {
  width: 640px;
}

@media screen and (max-width: 812px) {
  .product_image--03 {
    width: 70.3125vw;
  }
}

.product_image--04 {
  width: 579px;
}

@media screen and (max-width: 812px) {
  .product_image--04 {
    width: 63.4375vw;
  }
}

.product_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.product_size {
  flex-shrink: 0;
  width: 174px;
}

@media screen and (max-width: 812px) {
  .product_size {
    margin-right: 1.5625vw;
    width: 21.875vw;
  }
}

.product_size img {
  width: 100%;
}

.product_link {
  margin: 30px auto 0;
  display: block;
  width: 240px;
}

@media screen and (max-width: 812px) {
  .product_link {
    margin: 6.25vw auto 0;
    width: 40.625vw;
  }
}

.caption {
  margin-bottom: 80px;
}

@media screen and (max-width: 812px) {
  .caption {
    margin-bottom: 12.5vw;
    padding: 0 3.125vw;
  }
}

.related_title {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .related_title {
    margin-bottom: 7.8125vw;
  }
}

.related_titleHead img {
  width: auto;
  height: 70px;
}

@media screen and (max-width: 812px) {
  .related_titleHead img {
    height: 12.5vw;
  }
}

@media screen and (max-width: 812px) {
  .related_list {
    padding: 0 3.125vw;
  }
}

.related_list > li {
  margin-top: 15px;
}

@media screen and (max-width: 812px) {
  .related_list > li {
    margin-top: 2.8125vw;
  }
}

.related_list > li img {
  width: 100%;
}

.attention {
  margin-top: 50px;
  padding: 30px 30px;
  border: 3px solid #e60012;
  color: #e60012;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .attention {
    margin: 6.25vw 3.125vw 0;
    padding: 4.6875vw 1.5625vw;
  }
}

.attention_text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 812px) {
  .attention_text {
    font-size: 4.375vw;
  }
}

.attention_text small {
  font-size: 21px;
}

@media screen and (max-width: 812px) {
  .attention_text small {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 813px) {
  a:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
  }
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
