.fs-l-main, .fs-l-main, .fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
  padding: 0;
}
.fs-c-breadcrumb__listItem {
  display: inline;
}
/* css */ :root {
  --noto: "Noto Sans JP", sans-serif;
  --color_main: #2e2e2e;
  --shadow: drop-shadow(.2em .2em 2em rgba(222, 227, 229, .7));
  --width: 1200px;
}
@media screen and (max-width: 1380px) {
  :root {
    --width: 92%;
  }
}
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.lp_wrap {
  margin: 0 auto;
  font-weight: 400;
  font-family: var(--noto);
}
.lp_wrap img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1380px) {}
@media screen and (max-width: 768px) {}
.lp_wrap * {
  line-height: 1em;
  font-feature-settings: "palt";
  font-family: "source-han-sans-japanese", sans-serif;
  color: var(--color_main);
  font-size: 62.5%;
  line-height: 1.7;
}
/*共通*/
.content-wrap {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 10rem 0;
}
@media screen and (max-width:768px) {
  .content-wrap {
    padding: 6rem 1rem;
  }
}
.lp_wrap .teian {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 6rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;    
	padding: 0 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .lp_wrap .teian {
    flex-direction: column;
  }
}
.lp_wrap .teian div {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lp_wrap .teian div {
    width: 90%;
  }
}
.lp_wrap .teian div ul li {
  font-size: 2.4rem;
  padding: 0 0 0 2rem;
  position: relative;
}
.lp_wrap .teian div ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  aspect-ratio: 31/34;
  background: url(../img/check.png) no-repeat center/contain;
  left: -3%;
  top: 42%;
}
.teian picture {
  max-width: 1035px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp_wrap .teian div ul li {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .lp_wrap .teian div ul li {
    font-size: 2rem;
  }
}
.lp_wrap .teian div small {
  font-size: 1.8rem;
  padding: 0 0 0 2rem;
  margin: 0 0 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp_wrap .teian div small {
    font-size: 2rem;
    padding: 0;
  }
}
.lp_wrap .teian h2 {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp_wrap .teian h2 {
    gap: 2rem;
    align-items: center;
    margin: 0 0 6rem;
  }
}
.lp_wrap .teian h2 span {
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .lp_wrap .teian h2 span {
    font-size: 2.6rem;
    text-align: center;
  }
}
.content01, .content03 {
  background-color: #f9f8f4;
}
.content02 {
  background-color: #f2f9fc;
}
.content_num {
  max-width: 96px;
  width: 100%;
  margin: 0 auto 3rem;
}
.content_ttl {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}
.content_ttl span {
  font-size: 150%;
  font-weight: bold;
}
.content_ttl span.green {
  color: #95c3b5;
}
.content_ttl span.blue {
  color: #5cb8e1;
}
.content_ttl span.yellow {
  color: #e1b75c;
}
.content_text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10rem;
}
.content_img {
  max-width: 800px;
  width: 100%;
  margin: 4rem 0;
}
.contents_box {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 8rem 4rem;
  margin: 0 auto 4rem;
}
.content_point {
  position: absolute;
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  background-color: #2e2e2e;
  color: #FFF;
  padding: 10px 0;
  border-radius: 999px;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}
.intro_ttl {
  color: #9fc9bd;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width:768px) {
	.content_num{
		margin-bottom: 2rem;
	}
  .contents_box {
    padding: 6rem 2rem;
    border-radius: 30px;
  }
  .intro_ttl {
    margin-bottom: 2rem;
  }
  .content_ttl {
    font-size: 2.8rem;
  }
  .content_ttl span {
    font-size: 125%;
  }
  .content_point {
    width: 65%;
    font-size: 2rem;
    padding: 5px 0;
  }
}
@media screen and (max-width:500px) {
  .content_text {
    font-size: 1.4rem;
  }
}
.product_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  margin-bottom: 6rem;
}
.product_img {
  width: 57%;
  margin-bottom: 0;
}
.product_info {
  width: 38%;
  margin-bottom: 0;
}
.product_item {
  width: calc(100% / 2 - 3rem);
}
.product_text {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2;
  margin-bottom: 3rem;
}
.product_name {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2rem;
}
.product_item img {
  margin-bottom: 2rem;
}
.buy {
	position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  max-width: 185px;
  width: 100%;
  background-color: #95c3b5;
  color: #FFF;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  font-family: "quicksand", sans-serif;
  letter-spacing: 0.8px;
}
.buy::after{
	position: absolute;
	content: "";
	background-image: url("../img/btn_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 31 / 8;
	width: 31px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.buy.blue {
  background-color: #5cb8e1;
}
.buy.yellow {
  background-color: #e1b75c;
}
@media screen and (max-width:600px) {
  .product_flex {
    display: block;
    margin-bottom: 0;
  }
  .product_img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .product_info {
    width: 100%;
    margin-bottom: 4rem;
  }
  .product_item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .product_text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.recommend {
  max-width: 695px;
  width: 100%;
  margin: 0 auto;
}
.recommend_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 3rem;
}
.recommend_flex_sp {
  display: none;
}
.recommend_flex.mt40 {
  margin-top: 4rem;
}
.recommend_right, .recommend_left {
  width: 50%;
}
.recommend_positon {
  position: relative;
}
.recommend_positionitem {
  position: absolute;
  aspect-ratio: 1 / 1;
  max-width: 316px;
  width: 50%;
  top: -10%;
  left: -5%;
}
.recommend_left p {
  max-width: 238px;
  width: 100%;
  margin-right: auto;
}
.recommend_ttl {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.recommend_item div {
  margin-bottom: 3rem;
}
.check {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  max-width: 210px;
  width: 100%;
  background-color: #95c3b5;
  color: #FFF;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  font-family: "quicksand", sans-serif;
  letter-spacing: 0.8px;
}
.check::after{
	position: absolute;
	content: "";
	background-image: url("../img/btn_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 31 / 8;
	width: 31px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width:500px) {
  .recommend_flex {
    display: none;
  }
  .recommend_flex_sp {
    display: block;
  }
  .recommend_right, .recommend_left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .recommend_cmt {
    max-width: 238px;
    width: 100%;
    margin: 0 auto 2rem;
  }
  .recommend_ttl {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .recommend_flex_sp.mt40 {
    margin-top: 4rem;
  }
  .recommend_positionitem {
    position: absolute;
    aspect-ratio: 1 / 1;
    max-width: 316px;
    width: 50%;
    top: 5%;
    left: -3%;
  }
}
.list {
	position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  max-width: 450px;
  width: 100%;
  background-color: #95c3b5;
  color: #FFF;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
}
.list::after{
	position: absolute;
	content: "";
	background-image: url("../img/btn_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 31 / 8;
	width: 31px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.list.blue {
  background-color: #5cb8e1;
}
.list.yellow {
  background-color: #e1b75c;
}
hr {
  width: 100%;
  margin: 6rem 0;
}
.mb0 {
  margin-bottom: 0;
}
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}
@media screen and (max-width:768px) {
  .list {
    width: 80%;
  }
  hr {
    margin: 4rem 0;
  }
.pc_only{
	display: none;
}
.sp_only{
	display: block;
}
}