.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%;
}

.mv {
  margin-bottom: 60px;
}

@media screen and (max-width: 812px) {
  .mv {
    margin-bottom: 10.25vw;
  }
}

.anchor {
  display: block;
  margin-bottom: 60px;
}

@media screen and (max-width: 812px) {
  .anchor {
    margin-bottom: 12.5vw;
  }
}

.anchor_lead {
  margin: 0 auto 40px;
  width: 368px;
}

@media screen and (max-width: 812px) {
  .anchor_lead {
    margin: 0 auto 6.25vw;
    width: 72vw;
  }
}

.anchor_lead img {
  width: 100%;
}

.anchor_list {
  display: flex;
  justify-content: center;
}

.anchor_list + .anchor_list {
  margin-top: 20px;
}

.anchor_list li > a {
  display: block;
  width: 140px;
  font-size: 18px;
  text-align: center;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 812px) {
  .anchor_list li > a {
    width: 22vw;
    font-size: 2.8125vw;
  }
}

@media screen and (min-width: 813px) {
  .anchor_list li > a:hover {
    opacity: 0.7;
  }
}

.anchor_list li + li {
  margin-left: 30px;
}

@media screen and (max-width: 812px) {
  .anchor_list li + li {
    margin-left: 1.45vw;
  }
}

.bg_gray {
  background: #f8f8f8;
}

.section--anchor {
  margin-top: -65px;
  padding-top: 65px;
}

@media screen and (max-width: 812px) {
  .section--anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.section_inner {
  padding: 90px 90px;
}

@media screen and (max-width: 812px) {
  .section_inner {
    padding: 7vw 9.375vw 9.375vw;
  }
}

.section_wrap, .section_wrap--reverse {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (min-width: 813px) {
  .section_wrap, .section_wrap--reverse {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 812px) {
  .section_wrap, .section_wrap--reverse {
    margin-bottom: 16.67vw;
  }
}

@media screen and (min-width: 813px) {
  .section_wrap--reverse {
    flex-direction: row-reverse;
  }
}

.section_cont {
  text-align: center;
}

@media screen and (min-width: 813px) {
  .section_cont {
    /* padding-top: 50px; */
		position: relative;
		z-index: 10;
    width: 310px;
  }
}

@media screen and (max-width: 812px) {
  .section_cont {
    margin-bottom: 9.25vw;
  }
}

.section_bg, .section_bg--yellow, .section_bg--bluegray, .section_bg--graybeige, .section_bg--camel, .section_bg--black, .section_bg--silver, .section_bg--ivory, .section_bg--grayishpink {
  position: relative;
}

.section_bg::before, .section_bg--yellow::before, .section_bg--bluegray::before, .section_bg--graybeige::before, .section_bg--camel::before, .section_bg--black::before, .section_bg--silver::before, .section_bg--ivory::before, .section_bg--grayishpink::before{
  content: "";
  display: block;
  width: 500px;
  height: 400px;
  position: absolute;
  top: -110px;
  z-index: -1;
	transform: scale(-1, 1);
}

@media screen and (max-width: 812px) {
  .section_bg::before, .section_bg--yellow::before, .section_bg--bluegray::before, .section_bg--graybeige::before, .section_bg--camel::before, .section_bg--black::before, .section_bg--silver::before, .section_bg--ivory::before, .section_bg--grayishpink::before {
    width: 88vw;
    height: 88vw;
    top: -17.375vw;
    right: -9.375vw;
		transform: scale(1, -1);
  }
}

.section_image--left .section_bg::before, .section_image--left .section_bg--yellow::before, .section_image--left .section_bg--bluegray::before, .section_image--left .section_bg--graybeige::before, .section_image--left .section_bg--camel::before, .section_image--left .section_bg--black::before, .section_image--left .section_bg--silver::before, .section_image--left .section_bg--ivory::before, .section_image--left .section_bg--grayishpink::before {
  left: -55px;
}

@media screen and (max-width: 812px) {
  .section_image--left .section_bg::before, .section_image--left .section_bg--yellow::before, .section_image--left .section_bg--bluegray::before, .section_image--left .section_bg--graybeige::before, .section_image--left .section_bg--camel::before, .section_image--left .section_bg--black::before, .section_image--left .section_bg--silver::before, .section_image--left .section_bg--ivory::before, .section_image--left .section_bg--grayishpink::before {
    left: -24.5vw;
  }
}

.section_image--right .section_bg::before, .section_image--right .section_bg--yellow::before, .section_image--right .section_bg--bluegray::before, .section_image--right .section_bg--graybeige::before, .section_image--right .section_bg--camel::before, .section_image--right .section_bg--black::before, .section_image--right .section_bg--silver::before, .section_image--right .section_bg--ivory::before, .section_image--right .section_bg--grayishpink::before {
  right: 0;
}

@media screen and (max-width: 812px) {
  .section_image--right .section_bg::before, .section_image--right .section_bg--yellow::before, .section_image--right .section_bg--bluegray::before, .section_image--right .section_bg--graybeige::before, .section_image--right .section_bg--camel::before, .section_image--right .section_bg--black::before, .section_image--right .section_bg--silver::before, .section_image--right .section_bg--ivory::before, .section_image--right .section_bg--grayishpink::before {
    right: -24.5vw;
  }
}

.section_bg--yellow::before {
  background: url("../../../images/feature/110F1Y01000/bg_yellow.svg") no-repeat left top;
}

@media screen and (max-width: 812px) {
	.section_bg--yellow::before {
		top: -24vw;
	}
}

.section_bg--bluegray::before {
  background: url("../../../images/feature/110F1Y01000/bg_bluegray.svg") no-repeat left top;
}

.section_bg--graybeige::before {
  background: url("../../../images/feature/110F1Y01000/bg_graybeige.svg") no-repeat left top;
}

.section_bg--camel::before {
  background: url("../../../images/feature/110F1Y01000/bg_camel.svg") no-repeat left top;
}

.section_bg--black::before {
  background: url("../../../images/feature/110F1Y01000/bg_black.svg") no-repeat left top;
}

.section_bg--silver::before {
  background: url("../../../images/feature/110F1Y01000/bg_silver.svg") no-repeat left top;
}

.section_bg--ivory::before {
  background: url("../../../images/feature/110F1Y01000/bg_ivory.svg") no-repeat left top;
}

.section_bg--grayishpink::before {
  background: url("../../../images/feature/110F1Y01000/bg_grayishpink.svg") no-repeat left top;
}



.section_image, .section_image--left, .section_image--right {
  width: 350px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 812px) {
  .section_image, .section_image--left, .section_image--right {
    width: 65.625vw;
  }
}

@media screen and (max-width: 812px) {
  .section_image--left {
    margin-left: 15.625vw;
  }
}

.section_image img, .section_image--left img, .section_image--right img {
  width: 100%;
}

.section_number {
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width: 812px) {
  .section_number {
    margin-bottom: 4vw;
  }
}

.section_number img {
  width: auto;
  height: 80px;
}

@media screen and (max-width: 812px) {
  .section_number img {
    height: 16vw;
  }
}

.section_title {
  margin-bottom: 40px;
}

@media screen and (max-width: 812px) {
  .section_title {
    margin-bottom: 6.25vw;
  }
}

.section_title img {
  width: auto;
  height: 24px;
}

@media screen and (max-width: 812px) {
  .section_title img {
    height: 5vw;
  }
}

@media screen and (min-width: 813px) {
  .section_point {
    margin-bottom: 20px;
  }
}

.section_pointTitle {
  margin-bottom: 30px;
  line-height: 1;
	position: relative;
}

@media screen and (max-width: 812px) {
  .section_pointTitle {
    margin-bottom: 4.6875vw;
    font-size: 2.8125vw;
  }
}

.section_pointTitle::before, .section_pointTitle::after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  /* background: rgba(0, 0, 0, 0.6); */
	border-top: 1px dotted #000;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}

.section_pointTitle::after {
	left: auto;
  right: 0;
}

.section_pointTitle img {
  width: auto;
  height: 13px;
}

@media screen and (max-width: 812px) {
  .section_pointTitle img {
    height: 3vw;
  }
}

.section_pointText {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 813px) {
  /* .section_pointText {
    min-height: 7.5em;
  } */
}

@media screen and (max-width: 812px) {
  .section_pointText {
    font-size: 3.75vw;
  }
}

.section_fuwarite, .section_fuwarite--left, .section_fuwarite--right {
  display: inline-block;
  width: 156px;
}

@media screen and (min-width: 813px) {
	.section_fuwarite--left{
		margin-left: -60px;
	}
}

@media screen and (max-width: 812px) {
  .section_fuwarite, .section_fuwarite--left, .section_fuwarite--right {
    width: 30.5vw;
    z-index: 3;
  }
}

@media screen and (max-width: 812px) {
  .section_fuwarite--left {
    position: absolute;
    left: -6.25vw;
    bottom: -40px;
  }
}

@media screen and (max-width: 812px) {
  .section_fuwarite--right {
    position: absolute;
    right: -6.25vw;
    bottom: -40px;
  }
}

@media screen and (max-width: 812px) {
  .section_product {
    margin: 0 -6.25vw;
  }
}

.section_productTitle {
  display: flex;
  align-items: center;
  font-size: 20px;
}

@media screen and (max-width: 812px) {
  .section_productTitle {
    font-size: 3.125vw;
  }
}

.section_productTitle::before, .section_productTitle::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #737373;
}

@media screen and (max-width: 812px) {
  .section_productTitle::before, .section_productTitle::after {
    height: 1px;
  }
}

.section_productTitle img {
  flex-shrink: 0;
  padding: 0 1em;
  width: auto;
  height: 26px;
}

@media screen and (max-width: 812px) {
  .section_productTitle img {
    height: 5vw;
  }
}

.section_productList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section_productList::after {
  content: "";
  display: block;
  width: 196px;
}

@media screen and (max-width: 812px) {
  .section_productList::after {
    width: 28.75vw;
  }
}

.section_productList li {
  margin-top: 60px;
  width: 196px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .section_productList li {
    margin-top: 9.375vw;
    width: 28.75vw;
  }
}

.section_productImage {
  margin-bottom: 20px;
}

@media screen and (max-width: 812px) {
  .section_productImage {
    margin-bottom: 3.125vw;
  }
}

@media screen and (min-width: 813px) {
  .section_productImage a {
    transition: opacity 0.5s ease;
  }
  .section_productImage a:hover {
    opacity: 0.7;
  }
}

.section_productNumber {
  font-size: 16px;
}

@media screen and (max-width: 812px) {
  .section_productNumber {
    margin: 0 -3.125vw;
    font-size: 3.125vw;
  }
}

.section_productPrice {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 812px) {
  .section_productPrice {
    margin-bottom: 3.125vw;
    font-size: 4.375vw;
  }
}

.section_productPrice .tax {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 812px) {
  .section_productPrice .tax {
    font-size: 3.125vw;
  }
}

.checklink {
  display: block;
  box-sizing: border-box;
  padding: 10px 25px 10px 10px;
  width: 100%;
  border-radius: 2px;
  background: #606060;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 812px) {
  .checklink {
    padding: 2.34375vw 3.125vw 2.34375vw 1.5625vw;
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 813px) {
  .checklink:hover {
    opacity: 0.7;
  }
}

.checklink::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 812px) {
  .checklink::after {
    width: 1.25vw;
    height: 1.25vw;
    right: 3.90625vw;
  }
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
