html, body p {
  /*font-size: 14px;*/
  color: #000;
	margin: 0;
}
#aojiruindex {
    font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}
.main-title {
  line-height: 80px;
  text-align: center;
  /*font-family: YuMincho;*/
  font-weight: 600;
  font-size: 48px;
  color: rgba(37, 80, 24, 1);
  letter-spacing: 6px;
}
.main-title span {
  line-height: 80px;
  text-align: center;
  /*font-family: YuMincho;*/
  font-weight: 600;
  font-size: 38px;
  color: rgba(37, 80, 24, 1);
  letter-spacing: 6px;
}
@media screen and (max-width:767px) {
  .main-title {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
  }
	.main-title span {
  line-height: 30px;
  font-size: 17px;
  letter-spacing: 3px;
}

}
#concept img{
	width: 100%;
}
.concept-title {
  line-height: 75px;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: rgba(37, 80, 24, 1);
  letter-spacing: 0.5px;
  display: inline;
  padding: 0 10px 0;
  background: linear-gradient(transparent 75%, #FFEB00 75%);
}
.concept-text {
  line-height: 50px;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  color: #ea0077;
  margin: 0 0 0 50px;
}
.concept-read {
  line-height: 45px;
  font-size: 20px;
  margin: 20px 0 70px 50px;
  margin-bottom: 70px!important;
}
@media screen and (max-width:767px) {
  .concept-title {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .concept-text {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
  }
  .concept-read {
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 40px 0!important;
	  
    padding: 15px 0 0 0;
  }
}
.root-title {
  font-size: 40px;
  color: rgba(37, 80, 24, 1);
  text-align: center;
  margin: 80px 0;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width:767px) {
  .root-title {
    font-size: 18px;
    margin: 40px 0 20px;
  }
}
.component-box {
  background-color: #fff;
  padding: 65px 30px;
  border: 2px solid #255018;
}
#component img {
  width: 250px;
  margin-bottom: 50px;
}
#component.bg {
  background-color: #F1F8E7;
  /*padding-top: 105px;*/
  position: relative;
}
.component-title {
  text-align: center;
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  padding: 3px 20px;
  background-color: #255018;
  position: absolute;
  left: 40%;
  right: 40%;
  top: -1%;
}
.component-text {
  line-height: 50px;
  text-align: left;
  font-size: 22px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.component-read {
  line-height: 45px;
  font-size: 22px;
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  .component-title {
    font-size: 18px;
    padding: 4px 15px;
    letter-spacing: 0.5px;
    left: 20px;
    top: 50px;
    width: 150px;
    right: 0;
  }
  .component-text {
    line-height: 26px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .component-read {
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  #component.bg {
    padding-top: 70px;
  }
  #component img {
    width: 120px;
    padding: 0 10px 0 0;
  }
  .component-box {
    padding: 50px 10px 20px;
    margin: 0 10px;
  }
}
#cart img {
  padding: 0 50px 0 0;
  width: 454px;
}
.cart-btn {
  padding: 30px 60px;
  border-radius: 20px;
  background-color: rgba(127, 186, 32, 1);
  /* width: 30%; */
  font-size: 26px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  margin: 0 28%;
  text-align: center;
}
.product-box {
  margin-bottom: 120px;
}
.product-box:last-child {
  margin-bottom: 0;
}
.cart-name {
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: rgba(37, 80, 24, 1);
  letter-spacing: 0.5px;
  display: inline;
  padding: 0 10px 0;
  background: linear-gradient(transparent 75%, #FFEB00 75%);
}
.cart-read {
  line-height: 40px;
  text-align: left;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin: 25px 58px 30px 0;
}
.cart-shipping {
  font-size: 20px;
  background-color: #3A612E;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  margin: 10px 0 15px 0;
  display: table;
}
@media screen and (max-width:767px) {
  .cart-shipping {
    font-size: 14px;
    margin: 5px 0 5px 0;
    padding: 5px 10px;
  }
  .cart-name {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
	  padding: 0;

  }
  .cart-read {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0;
    margin: 15px 0 20px 0;
  }
  #cart img {
    padding: 20px 0;
    width: 100%;
  }
  .product-box {
    margin-bottom: 10px;
  }
}
.card {
  display: flex;
  background-color: #FFEB0020;
  padding: 20px 10px 20px 20px;
  font-size: 26px;
  line-height: 45px;
  border: solid 2px #FFEB00;
  letter-spacing: 0.2px;
  width: 530px;
  margin: 20px 0;
position: relative;
}
.card img {
  width: 150px !important;
  height: 94px !important;
  transform: rotate(-5deg);
  padding: 0 !important;
  margin: 0 20px 0 0;
}
@media screen and (max-width:767px) {
  .card {
    padding: 15px 15px 20px;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin: 10px 0;
  }
  .card img {
    width: 100px !important;
    height: 62px !important;
    transform: rotate(-5deg);
	margin: 0 10px 0 0;

  }
}
.pos-117card-img {
	display: inline-block;
}
.pos-117card-text {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 60%;
}
@media screen and (max-width:767px) {
	.pos-117card-text {
		top: 10px;
	}
}
.banner-bg {
  background-color: rgba(253, 239, 244, 100);
  padding: 40px 0 20px 0;
  border: solid 1px rgba(253, 239, 244, 100);
}
#banner img {
  padding: 30px 0;
	width: revert;
    margin-bottom: revert;
}
#banner p.read {
  font-size: 22px;
  text-align: center;
  line-height: 45px;
  margin: 0;
}
#banner p.read-sub {
  font-size: 22px;
  text-align: center;
  line-height: 45px;
  margin: 0;
}
@media screen and (max-width:767px) {
  #banner p.read {
    font-size: 14px;
    padding: 20px 0;
    letter-spacing: 0;
    line-height: 27px;
  }
  #banner img {
    padding: 5px 0px;
    width: 100%;
  }
  #banner p.read span {
    text-align: left;
  }
  .banner-bg {
    padding: 0 10px;
  }
	#banner p.read-sub {
  font-size: 14px;
  text-align: left;
  line-height: 26px;
  margin: 20px 0;
}

}
.arrow_box.l-fuki, .arrow_box.r-fuki {
  position: relative;
  background: #fff;
  padding: 40px 50px;
  border-radius: 30px;
  text-align: left;
}
.arrow_box.l-fuki:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 53px;
  border-left-width: 17px;
  border-right-width: 17px;
  border-bottom-color: #fff;
  left: -45px;
  top: 40px;
  transform: rotate(-90deg);
}
.arrow_box.r-fuki:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 53px;
  border-left-width: 17px;
  border-right-width: 17px;
  border-bottom-color: #fff;
  left: 100%;
  top: 40px;
  transform: rotate(90deg);
}
#voice.bg {
  background-color: #7fba2020;
  padding-top: 1px;
}
#voice p.title {
  font-size: 22px;
  font-weight: 600;
}
#voice p.read {
  font-size: 22px;
  margin-top: 25px;
  line-height: 40px;
}
#voice img {
  width: 164px;
  height: 164px;
}
@media screen and (max-width:767px) {
  .arrow_box.l-fuki, .arrow_box.r-fuki {
    padding: 20px 15px;
  }
  .arrow_box.l-fuki:before {
    border-bottom-width: 27px;
    border-left-width: 10px;
    border-right-width: 10px;
    left: -27px;
    top: 20px;
  }
  .arrow_box.r-fuki:before {
    border-bottom-width: 27px;
    border-left-width: 10px;
    border-right-width: 10px;
    right: 0;
    top: 20px;
  }
  #voice p.title {
    font-size: 14px;
  }
  #voice p.read {
    font-size: 14px;
    margin-top: 25px;
    line-height: 26px;
  }
  #voice img {
    width: 90px;
    height: 90px;
  }
}
.contact-flex {
  display: flex;
  justify-content: center;
}
.contact-title {
  text-align: center;
  font-size: 40px;
  color: rgba(37, 80, 24, 1);
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-text {
  line-height: 40px;
  margin-top: -5px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-right: 50px;
}
.contact-text span {
  line-height: 40px;
  margin-top: -5px;
  text-align: left;
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .contact-title {
    font-size: 16px;
    color: rgba(37, 80, 24, 1);
    letter-spacing: 0.5px;
  }
  .contact-text {
    margin-top: -5px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-right: 0px;
  }
  .contact-text span {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: normal;
  }
  .contact-flex {
    display: block;
  }
}


.padding-t-100 {
    padding-top: 100px;
}
.padding-t-90 {
    padding-top: 90px;
}
.padding-t-80 {
    padding-top: 80px;
}
.padding-t-70 {
    padding-top: 70px;
}
.padding-t-60 {
    padding-top: 60px;
}
.padding-t-50 {
    padding-top: 50px;
}
.padding-t-40 {
    padding-top: 40px;
}
.padding-t-30 {
    padding-top: 30px;
}
.padding-t-10 {
    padding-top: 10px;
}



span.y-base {
	background-color: #FFEB00;
}