@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.main-inner {
	overflow: hidden;
	background :url("../images/idx_bg01.webp") no-repeat;
	background-size: 100%;
	padding: 16% 0 8%;
}
main .date {
  padding: 3% 5%;
  background: linear-gradient(90deg, rgba(0, 108, 32, 1), rgba(0, 175, 52, 1) 50%, rgba(0, 108, 32, 1));
}
.readText {
	position: relative;
	margin: 0 5% 55%;
}
[class^="pear"] {
	content: "";
	position: absolute;
}
.pear01,.pear04 {
	background: url("../images/idx_im04.webp") no-repeat;
	background-size: 100%;
	width: 53vw;
	height: 55vw;
}
.pear02,.pear05 {
	background: url("../images/idx_im05.webp") no-repeat;
	background-size: 100%;
	width: 57vw;
	height: 55vw;
}
.pear03,.pear06 {
	background: url("../images/idx_im06.webp") no-repeat;
	background-size: 100%;
	width: 46vw;
	height: 60vw;
}
.pear01 {
	top: -22vw;
	left: 65vw;
}
.pear02 {
	top: 34vw;
	left: -17vw;
}
.pear03 {
	top: 48vw;
	left: 49vw;
}
.contents02 {
	margin-bottom: 14%;
}
.contents02-text {
	margin: 0 9% 30%;
}
.flesh-pear {
	margin: 4% 14% 15% 16%;
	position: relative;
}
.flesh-pear::before {
	content: "";
	position: absolute;
	background: url("../images/idx_im07.webp") no-repeat;
	background-size: 100%;
	width: 17vw;
	height: 17vw;
	top: 19vw;
	left: -15vw;
}
.flesh-pear::after {
	content: "";
	position: absolute;
	background: url("../images/idx_im08.webp") no-repeat;
	background-size: 100%;
	width: 9vw;
	height: 9vw;
	top: 0;
	right: -5vw;
}
.contents02-text .line {
	content: "";
	position: absolute;
	background: url("../images/idx_line01.webp") no-repeat;
	background-size: 100%;
	width: 82vw;
	height: 5vw;
	bottom: -8vw;
	left: -13vw;
}
.contents02-images {
	position: relative;
}
.contents02-images figure {
	margin: 0 -5% 0 10%;
}
.point-wrap {
	position: absolute;
	width: 100vw
}
.point01 {
	position: absolute;
	width: 47vw;
	height: 5vw;
	top: -21vw;
	left: 5vw;
}
.point02 {
	position: absolute;
	width: 30vw;
	height: 5vw;
	top: -3vw;
	right: 5vw;
}
.point03 {
	position: absolute;
	width: 34vw;
	height: 5vw;
	top: 55vw;
	left: 5vw;
}
.contents03 {
	margin-bottom: 8%;
}
.contents03-text {
	margin: 0 9%;
}
.contents03-text p {
	margin: 0 12% 0 15%;
	position: relative;
}
.contents03-text p::before {
	content: "";
	position: absolute;
	background: url("../images/idx_im08.webp") no-repeat;
	background-size: 100%;
	width: 9vw;
	height: 9vw;
	top: 17vw;
	left: -12vw;
}
.contents03-text p::after {
	content: "";
	position: absolute;
	background: url("../images/idx_im07.webp") no-repeat;
	background-size: 100%;
	width: 17vw;
	height: 17vw;
	top: 0;
	right: -10vw;
}
.contents04 {
	position: relative;
}
.tx {
	margin: 0 5%;
}
.contents04 figure {
    width: 116%;
	margin: -20% 0 0 -5%;
	position: relative;
}
.pear04 {
	top: 25vw;
	left: -5vw;
}
.pear05 {
	top: 114vw;
	left: -10vw;
}
.pear06 {
	top: 100vw;
	right: -8vw;
	z-index: 1;
}
.box {
	margin: -20% 4% 0;
	position: relative;
	z-index: 1;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3% 2% 5%;
}
.attention {
  color: #380508;
  font-size: 1.2rem;
  position: relative;
}
.recomend h2 {
  padding: 3% 12%;
  background: linear-gradient(90deg, rgba(0, 108, 32, 1), rgba(0, 175, 52, 1) 50%, rgba(0, 108, 32, 1));
}
.recomend ul li {
  width: 100%;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  #main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  #main h1 , #main .date{
    text-align: center;
  }
.main-inner {
    width: 1000px;
    margin: 0 auto;
	background :url("../images/idx_bg01pc.webp") no-repeat;
	background-size: 100%;
	padding: 68px 0 47px;
}
  main .date {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
  }
 .date img {
    width: 450px;
  }
.readText {
	margin: 0 auto 195px;
	width: 460px;
}
.pear01,.pear04 {
	width: 253px;
	height: 277px;
}
.pear02,.pear05 {
	width: 276px;
	height: 260px;
}
.pear03,.pear06 {
	width: 234px;
	height: 304px;
}
.pear01 {
	top: -110px;
	left: 447px;
}
.pear02 {
	top: 80px;
	left: -225px;
}
.pear03 {
	top: 154px;
	left: 350px;
}
.contents02 {
	margin: 0 50px 90px 75px;
	display: flex;
	justify-content: space-between;
}
.contents02-text {
	margin: 0;
	width: 402px;
}
.flesh-pear {
	margin: 40px 64px 65px 70px;
}
.flesh-pear::before {
	width: 72px;
	height: 72px;
	top: 80px;
	left: -80px;
}
.flesh-pear::after {
	width: 38px;
	height: 36px;
	top: -10px;
	right: -30px;
}
.contents02-text .line {
	width: 402px;
	height: 20px;
	bottom: -40px;
	left: -70px;
}
.contents02-images figure {
	margin: 105px 0 0 -0;
	width: 394px;
}
.point-wrap {
	width: 100%;
}
.point01 {
	width: 210px;
	height: 98px;
	top: 13px;
	left: -30px;
}
.point02 {
	width: 136px;
	height: 75px;
	top: 100px;
	right: 5px;
}
.point03 {
	width: 151px;
	height: 98px;
	top: 330px;
	left: -35px;
}
.contents03 {
	margin-bottom: 50px;
}
.contents03-text {
	margin: 0 130px 0 auto;
	width: 400px;
}
.contents03-text p {
	margin: 0 50px 0 55px;
}
.contents03-text p::before {
	width: 40px;
	height: 40px;
	top: 30px;
	left: -40px;
}
.contents03-text p::after {
	width: 72px;
	height: 72px;
	top: 10px;
	right: -50px;
}
.contents03 figure {
	width: 108%;
	margin: -230px 0 0 -30px;
}
.tx {
	margin: 0 auto 10px;
	width: 455px;
}
.contents04 figure {
	margin: -110px auto 0 225px;
	width: 563px;
}
.pear04 {
	top: 140px;
	left: 160px;
}
.pear05 {
	top: 460px;
	left: 60px;
}
.pear06 {
	top: 350px;
	right: 70px;
}
.box {
	margin: -168px auto 0;
}
  .btnArea {
    width: 430px;
    margin: 0 auto 30px;
  }
  .btnArea p:nth-of-type(2) {
    margin: 10px 20px 0;
  }
  .attention {
    margin: 0 150px 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .recomend {
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2 {
    text-align: center;
    padding: 11px 0;
  }
  .recomend h2 img {
    width: 375px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}