

.back-img {
  max-width: 47rem;
  width: 70%;
  margin: -12.2% auto -8.2%;
}

#PRODETAILBOX.howSUIRENnew .top-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
  width: 100%;
  margin: 6.6% auto 0;   
  overflow: visible;
}

#PRODETAILBOX.howSUIRENnew .top-img img {
  width: 32%;
  height: auto;
  display: block;
  animation-name: heroFlyUp;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}


#PRODETAILBOX.howSUIRENnew .top-img img:nth-child(1),
#PRODETAILBOX.howSUIRENnew .top-img img:nth-child(3) {
  margin-top: 8.1%;
}

#PRODETAILBOX.howSUIRENnew .top-img img:nth-child(1) { animation-delay: 0s; }
#PRODETAILBOX.howSUIRENnew .top-img img:nth-child(2) { animation-delay: 0.6s; }
#PRODETAILBOX.howSUIRENnew .top-img img:nth-child(3) { animation-delay: 1.2s; }

@keyframes heroFlyUp {
  0% {
    opacity: 0;
    transform: translateY(2rem) scale(0.94);
  }
  14% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  62% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  80% {
    opacity: 0;
    transform: translateY(-9rem) scale(0.88);
  }

  100% {
    opacity: 0;
    transform: translateY(-9rem) scale(0.88);
  }
}


.merit__list {
margin: 0 0 5rem;
}

.merit__list p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.merit__item {
  counter-increment: merit;
  position: relative;
  padding: 1.4rem 2.1rem 2.4rem 2.5rem;
}

.merit__item::before {
  content: counter(merit) ".";
  position: absolute;
  top: 1.9rem;
  left: .1rem;
  color: #006a92;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.merit__lead {
  margin: 0 0 1rem;
  color: #006a92;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.merit__text {
  font-weight: 400;
  font-size: 1.6rem;
}

.fish {
  padding: 4rem 2rem;
}

.fish__heading {
  margin: 0 0 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}


#PRODUCT.hownew h4.hownewTITLE {
  color: #108b96;
}

.fish__list {
  display: grid;
  gap: 2.4rem 1.6rem;
  padding: 0;
  list-style: none;
  margin: 4rem 0 0;
}

.list-03 {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 9rem;
}

.list-04 {
  grid-template-columns: repeat(4, 1fr);
}

.fish__item {
  display: flex;
  flex-direction: column;
}

/* 画像を上、テキストを下に */
.fish__figure {
  order: -1;
  margin: 0 0 1.2rem;
}

.fish__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.fish__def {
  margin: 0;
}

.fish__text,
.fish__name {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.fish__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .4rem;
  margin: 0 0 .6rem;
  color: #006a92;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}


.fish__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.guppi-text {
  display: flex;
  justify-content: end;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background: #e60012;
  padding: 1rem;
  border-radius: 1rem;
  margin: 1rem 0 0;
}

.suiren-img {
  max-width: 60rem;
  margin: auto;
}

.vessel__list {
  padding: 0;
  list-style: none;
}


.vessel__item + .vessel__item {
  margin-top: 2.4rem;
}

.vessel__term,
.vessel__text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}


.vessel__term {
  position: relative;
  margin: 0;
  padding: 0.5rem 0 .5rem !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-indent: 0;  
}

.vessel__term::before {
  content: "・";
}

.vessel__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 2rem !important;
}

.plant-link {
  margin-bottom: 9rem;
}

.plant-link__button {
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 0.8rem 1.8rem;
  border-radius: 5rem;
  background: #c62828;
  color: #fff !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.15);
  transform: rotate(0.05deg);
  transition: background 0.3s ease, transform 0.3s ease;
}

.plant-link__button::after {
  content: "▶";
  font-size: 0.7em;
  transition: transform 0.3s ease;
}


.plant-link__note {
  margin-top: 0.8rem;
  color: #c62828;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-weight: 400;
  font-size: 1.6rem;
}


.recommend {
  position: relative;
  padding: 4rem 2.4rem 2.4rem;
  background: linear-gradient(180deg, #8ccdc5 0%, #78c5ba 100%);
  border-radius: 1.2rem;
  overflow: hidden;
}

.recommend__label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0.6rem 2rem 0.8rem;
  background: #238b96;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  border-bottom-right-radius: 1.2rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.recommend__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem 2.4rem;
  align-items: stretch;
}

.rec-item {
  display: flex;
  flex-direction: column;
  height: 100%;    
}

.rec-item__title {
  margin: 0 0 1.2rem;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  color: #006a92;
}


.rec-item__body {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}


.rec-item__figure {
  flex: 0 0 34%;
  margin: 0;
  display: flex;
  object-fit: contain;
  align-items: end;
}

.rec-item__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.rec-item__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.rec-item__desc {
  margin: 0;
  /* min-height: calc(1.6rem * 1.6 * 3); */
  font-weight: 400;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-size: 1.6rem;
  line-height: 1.6;
  color: #231815;
}

.rec-item__sub {
  margin: 0;
  max-width: 16rem;
}

.rec-item__sub img {
  display: block;
  width: 100%;
  height: auto;
}

.rec-item__sub--circle img {
  border-radius: 50%;
}

#PRODETAILBOX.howSUIRENnew .spring {
  background: #e7846a;
  color: #FFF;
}


#PRODETAILBOX.howSUIRENnew table.suiren-table01 th div {
  display: flex;
  justify-content: center;
  align-items: center;
}

#PRODETAILBOX.howSUIRENnew table.suiren-table01 th p {
  padding-right: .5rem;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-size: 1.6rem;
}

#PRODETAILBOX.howSUIRENnew table.suiren-table01 .table-icon {
  display: inline-block;
  max-width: 3.5rem;
}

#PRODETAILBOX.howSUIRENnew table.suiren-table01 th,
#PRODETAILBOX.howSUIRENnew table.suiren-table01 td {
  width: 50%;
  line-height: 110%;
  padding: .5rem; 
}

#PRODETAILBOX.howSUIRENnew .summer {
  background: #00a0e9;
  color: #FFF;
}

#PRODETAILBOX.howSUIRENnew .amountfeed {
  font-weight: bold;
  color: #eb6100;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

#PRODETAILBOX.howSUIRENnew .autumn {
  background: #ec9700;
  color: #FFF;
}

#PRODETAILBOX.howSUIRENnew .winter {
  background: #216fba;
  color: #FFF;
}

.feed {
  padding: 4.8rem 2.4rem 2.4rem;
  border-radius: 1.2rem;
  overflow: inherit;
  margin: 0 0 5rem;
  position: relative;
}

.feed-100 {
  background: #efc882;
  margin-top: 3rem;
}

.feed-75 {
  background: #f3d6a1;
}

.feed-50 {
  background: #f7e4c0;
}

.feed__label {
  position: absolute;
  padding: 0.7rem 3rem 0.9rem;
  background: #eb830a;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  border-radius: 6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  top: -2rem;
  left: 0.2rem;
}

.feed__deco {
  position: absolute;
  z-index: 2;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 .3rem .6rem rgba(90, 60, 15, 0.25));
}

.feed__deco--fry,
.feed__deco--goldfish
 {
  top: 3rem;
  left: 0rem;
  max-width: 7rem;
}

.feed__deco--guppi {
  max-width: 11rem;
  top: 3rem;
  left: 0rem;
}

.feed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 2.4rem;
  align-items: stretch;
}

.feed__grid--2col {
  grid-template-columns: repeat(2, minmax(0, 32rem));
  justify-content: center;
}

.feed-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.feed-item__figure {
  width: 100%;
  max-width: 14rem;
  margin: 0 auto 1.2rem;
}

.feed-item__figure img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 .4rem .8rem rgba(0, 0, 0, 0.3));
  transition: transform .35s cubic-bezier(.22, .61, .36, 1);
  transform-origin: center center;
  will-change: transform;
}

.feed-item a:hover .feed-item__figure img,
.feed-item a:focus-visible .feed-item__figure img,
.column-secret__product-row .column-secret__bottle-image:hover  {
  transform: scale(1.08);
}


.feed-item h3 {
  margin: 0 0 0.8rem;
  text-align: center;
  font-size: 2rem;
}


.feed-item__desc {
  flex: 1;    
  margin: 0;
  color: #231815;
  line-height: 1.7;
  text-align: left;
  text-wrap: pretty;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-weight: 400;
  font-size: 1.6rem;
}

.feed-item__note {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.62em;
  line-height: 1.15;
  text-align: center;
  font-weight: 400;
}

.feed-item__illusts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 2rem 3rem;
  width: 100%;
}

.feed-item__illust {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: none;
  margin: 2rem 0;
}

.txt-red {
  margin: .6rem 0 0;
  color: #c62828;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-weight: 400;
}

.feed-item__illust img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.season-caution__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:3.2rem 2.8rem;
}

.season-caution__item{
  flex: 1 1 26rem;
  max-width: 30rem;
  margin:0;
  text-align:center;
}

.season-caution__image{
  width:100%;
  height:auto;
  display:block;
  margin:0 0 1.6rem;
  border-radius:.6rem;
}

.season-caution__heading{
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.season-caution__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:3rem;
  height:3rem;
  border-radius:50%;
  color:#fff;
  font-size:1.6rem;
  font-weight:700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.season-caution__item--summer .season-caution__badge{ background:#e60012; }
.season-caution__item--winter .season-caution__badge{ background:#37bef0; }
.season-caution__item--rain   .season-caution__badge{ background:#036eb8; }

.season-caution__text{
  margin:0;
  font-size:1.6rem;
  line-height:1.9;
  text-align:left;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-weight: 400;
}

.predator-caution{
  display:flex;
  align-items:center;
  gap:2.4rem;
  flex-wrap:wrap;
  margin: 3rem 0;
}

.predator-caution__image{
  flex:0 0 26rem;
  max-width:26rem;
  height:auto;
  display:block;
}

.predator-caution__body{
  flex:1 1 32rem;
  min-width:28rem;
}

.predator-caution__heading{
  display:flex;
  align-items:center;
  gap:.8rem;
  font-size:2.2rem;
  font-weight:700;
  margin:0 0 1.4rem;
  line-height:1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.predator-caution__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.6rem 1.4rem;
  border-radius:2rem;
  background:#000000;
  color:#ffffff;
  font-size:1.6rem;
  font-weight:700;
  flex-shrink:0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.predator-caution__text{
  margin:0;
  font-size:1.6rem;
  line-height:1.9;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-weight:700;
}

.column-secret {
  background: linear-gradient(to bottom, #ffffff 0%, #008137 100%);
  padding: 2rem;
  border-radius: 2rem;
}

.column-secret__header{
  display:flex;
  align-items:center;
  gap:1.4rem;
  margin-bottom:1.4rem;
}

.column-secret__flask-image{
  flex-shrink:0;
  width:4.6rem;
  height:auto;
  display:block;
}

.column-secret__title{
  margin:0;
  font-size:2.6rem;
  font-weight:700;
  line-height:1.3;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}


.column-secret__lead{
  margin:0 0 2rem;
  font-size:1.6rem;
  line-height:1.9;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-weight:700;
}

.column-secret__box{
  background: rgb(255 255 255 / 67%);
  border-radius: 2rem;
  padding: 1.8rem 2.2rem 2rem;
}

.column-secret__box-title{
  margin:0 0 1rem;
  font-size:1.6rem;
  font-weight:700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.column-secret__box-list{
  margin:0;
  padding:0;
  list-style:none;
}

.column-secret__box-list li{
  position:relative;
  padding-left:1.1em;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.8;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.column-secret__box-list li::before{
  content:"●";
  position:absolute;
  left:0;
  font-size:1.1rem;
  top:0.35em;
}

.column-secret__product{
  border-radius: 1.6rem;
  margin-top: 2rem;
}

.column-secret__product-row{
  display:flex;
  gap:1.6rem;
  align-items: flex-end;
}


.column-secret__product-name{
  margin:0 0 .6rem;
  font-size: 1.7rem;
  font-weight:700;
  color:#ffffff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.column-secret__product-desc{
  margin:0 0 1.4rem;
  font-size:1.6rem;
  line-height:1.7;
  color:#ffffff;
  font-weight:700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

.column-secret__cup-wrap{
  display:inline-block;
  text-align:center;
}

.column-secret__cup-image{
  max-width: 15rem;
  height:auto;
  display:block;
}

.column-secret__bottle-image{
  max-width: 9rem;
  object-fit: contain;
    transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}

.column-secret__note{
  margin:1.6rem 0 0;
  padding-left:1em;
  text-indent:-1em;
  font-size:1.6rem;
  line-height:1.8;
  color:#ffffff;
  font-weight:700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

#PRODUCT.hownew #RELATION .relation-link-list a p {
	padding: 0 2rem 0 0 !important;
}

#PRODUCT.hownew ul li p,
#PRODUCT.hownew p.txt {
	padding: 0.5rem 0 1.5rem;
}

#PRODUCT.hownew #PROCONTENTS {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
	color: #222;
	font-size: 1.6rem;
	font-family: "メイリオ", Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#PRODUCT.hownew #PROCONTENTS {
  background-color: #00ad76;
}

#PRODUCT.hownew #PROCONTENTS .inner {
	width: 98rem;
	margin: 0 auto;
  overflow: inherit;
  position: relative;
}

#PRODUCT.hownew #PROCONTENTS #PRODETAILBOX {
  background: url(../how/img/fr_about_04_backimg01.avif);
  background-size: 100%;
  background-repeat: repeat;
  background-position: center top;
  padding: 2rem 0 0 0;
}


#PRODUCT.hownew section#H02,
#PRODUCT.hownew section#H03,
#PRODUCT.hownew section#H04,
#PRODUCT.hownew section#H05,
#PRODUCT.hownew section#H06,
#PRODUCT.hownew #FAQBOX {
	padding-top: 15rem;
}
#PRODUCT.hownew section#H02 .inner,
#PRODUCT.hownew section#H02 .inner,
#PRODUCT.hownew section#H03 .inner,
#PRODUCT.hownew section#H04 .inner,
#PRODUCT.hownew section#H05 .inner,
#PRODUCT.hownew section#H06 .inner,
#PRODUCT.hownew #FAQBOX .inner {
	background: rgba(255, 255, 255, 0.9);
	padding: 6rem 2rem;
	border-radius: 1rem;
}


#PRODUCT.hownew section.lastsection {
	padding-bottom: 10rem;
}



#PRODUCT.hownew ol.howmenu {
	overflow: hidden;
  padding: 4rem 0 6%;
	box-sizing: border-box;
}

#PRODUCT.hownew ol.howmenu li {
	width: 49%;
	float: left;
	margin: .8rem 0;
}

#PRODUCT.hownew ol.howmenu li:nth-child(2n) {
	margin-left: 2%;
}

#PRODUCT.hownew ol.howmenu li a {
	position: relative;
	padding: 1rem 2rem 1rem 2.5rem;
	font-size: 1.6rem;
	color: #FFF;
	border-radius: 0 20rem 20rem 0;
	box-sizing: border-box;
	margin: 0 0 0 2.5rem;
	background-image: url("../how/img/arrow_how.png");
	background-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: 97% center;
	background-color: #108b96;
	display: block;
	text-align: center;
  font-weight: bold;
  transform: rotate(0.05deg);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}


/* #PRODUCT.hownew ol.howmenu li a:hover,
#PRODUCT.hownew ol.howmenu li a:visited {
	color: #FFF;
} */

#PRODUCT.hownew ol.howmenu li a:before {
	content: "";
	display: inline-block;
	line-height: 4rem;
	position: absolute;
	padding: 0em;
	color: white;
	width: 6rem;
	text-align: center;
	height: 6rem;
	left: -2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#PRODUCT.hownew table {
	width: 100%;
	box-sizing: border-box;
	border: .1rem solid #aaa;
	border-collapse: separate;
	overflow: hidden;
	border-spacing: 0;
	border-radius: .8rem;
	text-align: center;
  margin-bottom: 9rem;
}


#PRODUCT.hownew table th+th,
#PRODUCT.hownew table th+td,
#PRODUCT.hownew table td+th,
#PRODUCT.hownew table td+td {
	border-left: .1rem solid #aaa;
}


#PRODUCT.hownew table td {
	background: #fff;
}

#PRODUCT.hownew table tr+tr th,
#PRODUCT.hownew table tr+tr td {
	border-top: .1rem solid #aaa;
}

.section-sub-title-01 {
  position: relative;
  margin: 0 0 1em;
  padding: 0.3em 0;
  width: 100%;
  border-bottom: 0.1rem dotted #999;
  font-size: 2rem;
  line-height: 1.4;
}

#PRODETAILBOX.howSUIRENnew h1{
  width: 64.3%;    
  margin: auto;
  position: relative;
  z-index: 5;
}


#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew ol.howmenu li.navi01 a:before{ background:  url("../how/img/fr_about_04_icon01.avif") no-repeat ; background-size:contain; }
#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew ol.howmenu li.navi02 a:before{ background:  url("../how/img/fr_about_04_icon02.avif") no-repeat ; background-size:contain; }
#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew ol.howmenu li.navi03 a:before{ background:  url("../how/img/fr_about_04_icon03.avif") no-repeat ; background-size:contain; }
#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew ol.howmenu li.navi04 a:before{ background:  url("../how/img/fr_about_04_icon04.avif") no-repeat ; background-size:contain; }
#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew ol.howmenu li.navi05 a:before{ background:  url("../how/img/fr_about_04_icon05.avif") no-repeat ; background-size:contain; }


#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew h2{ 
border-top: dotted #08ae76 .7rem;
border-bottom:dotted #08ae76 .7rem;
font-weight: bold;
font-family: 'M PLUS Rounded 1c', sans-serif;
transform: rotate(0.05deg);
}

#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew h2 strong {
  color: #08ae76;
  font-size: 2.8rem;
  font-weight: bold;
}

#PRODUCT.hownew h2 {
  font-size: 2.3rem;
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 4rem;
}

#PRODETAILBOX.howSUIRENnew section#H01 .inner {
background: rgba(255, 255, 255, 0.9);
padding: 6rem 2rem;
border-radius: 1rem;
}


.relation-link-list {
margin-top: 2rem;
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.relation-link-list li {
margin: 0.5em 0 0;
width: 49%;
display: block;
overflow: hidden;
border-radius: 0.4rem;
}

.relation-link-list a {
position: relative;
padding: 0.5em;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #f1f1f1;
color: #333;
font-size: 1.5rem;
}

.relation-link-list a img {
width: 4rem;
}

.relation-link-list a p {
padding: 0 2rem 0 0 !important;
width: calc(100% - 5rem);
}

.relation-link-list a:after {
position: absolute;
top: 0;
right: 0.5rem;
bottom: 0;
margin: auto;
width: 1.4rem;
height: 1.4rem;
display: block;
background: url(/common/img/icon_arrow_blue.svg) center center no-repeat;
background-size: contain;
content: "";
}

#RELATION.contents-section .section-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-weight: 400;
}


@media only screen and (max-width:425px) {
.column-secret__product-row {
  justify-content: space-around; 
}
}


#PRODETAILBOX.howSUIRENnew #HOWTITLEBOX{ position: relative; }

.inner{ margin:0 2.5rem; }

.section-heading {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  margin: 3rem 0 1rem;
  color: #006a92;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
}

#PRODUCT.hownew h4.hownewTITLE {
  color: #108b96;
  font-size: 2.5rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding-left: 2rem;
}

#PRODUCT.hownew h4.hownewTITLE::before {
background: #108b96;
position: absolute;
left: 0;
top: 1.3rem;
content: '';
width: 1.5rem;
height: 1.5rem;
border-radius: 50%;
}


@media (max-width: 900px) {
#PRODETAILBOX.howSUIRENnew .top-img { 
  margin-top: 5%;
}

#PRODETAILBOX.howSUIRENnew .back-img {
  width: 54%;
  /* margin: -6.5% auto -6.5%; */
}

#PRODETAILBOX.howSUIRENnew h1#HOWTITLE { 
  width: 78%;
}

.recommend {
  padding: 3.6rem 1.6rem 2rem;
}

.recommend__grid {
  gap: 2.8rem 1.6rem;
}

.rec-item:nth-child(2) {
  border: none;
  padding: 0;
}

.rec-item__body {
  gap: 1.2rem;
}

.rec-item__figure {
  flex-basis: 34%;
}

.rec-item__main {
  gap: 1rem;
}

.rec-item__desc {
  font-size: 1.4rem;
  line-height: 1.7;
}

.rec-item__sub {
  max-width: 13rem;
}

.feed {
  padding: 4.2rem 1.6rem 2rem;
}
.feed__grid {
  gap: 1.6rem 1.2rem;
}
.feed-item__figure {
  max-width: 12rem;
}
}

@media only screen and (max-width:899px) {
#PRODUCT.hownew #PROCONTENTS .inner {
  width: inherit !important;
  margin: 0 1rem;
}

#PRODUCT.hownew section#H02,
#PRODUCT.hownew section#H03,
#PRODUCT.hownew section#H04,
#PRODUCT.hownew section#H05,
#PRODUCT.hownew #FAQBOX
  {
  padding-top: 12rem;
}

#PRODUCT.hownew section#H02 .inner,
#PRODUCT.hownew section#H03 .inner,
#PRODUCT.hownew section#H04 .inner,
#PRODUCT.hownew section#H05 .inner,
#PRODUCT.hownew #FAQBOX .inner {
  padding: 3rem 2rem;
}

#PRODUCT.hownew section.lastsection {
  padding-bottom: 6rem;
}

.fish__list {
  grid-template-columns: repeat(3, 1fr);
}

}

@media (max-width: 800px) {
.recommend__grid {
  grid-template-columns: minmax(0, 40rem);
  justify-content: center;
  gap: 3.2rem;
}

.rec-item {
  padding-bottom: 3rem;
  border-bottom: dotted #08ae76 .7rem;
}
}

@media (max-width: 767px) {
.feed__grid {
  gap: 1.2rem 0.8rem;
}

}

@media only screen and (max-width:746px) {
#PRODUCT.hownew ol.howmenu li a {
  font-size: 1.4rem;
}

#PRODUCT.hownew ol.howmenu li {
  width: 100%;
  float: inherit;
  margin: 2rem 0;
}

#PRODUCT.hownew ol.howmenu li:nth-child(2n) {
  margin-left: 0;
}

}

@media (max-width: 640px) {
.feed {
  padding: 3.2rem 1rem 1.4rem;
}
.feed__grid {
  grid-template-columns: minmax(0, 1fr);
  padding-left: 0;
  gap: 2rem;
}
.feed-item {
  flex-direction: column;
  align-items: center;
}

.feed-item__figure {
  flex: none;
  width: 100%;
  max-width: 12rem;
  margin: 0 auto 1rem;
}

.fish__list {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 600px) {
#PRODETAILBOX.howSUIRENnew .top-img {
  margin-top: 4%;
  gap: 2%;
}

#PRODETAILBOX.howSUIRENnew .top-img img:nth-child(1),
#PRODETAILBOX.howSUIRENnew .top-img img:nth-child(3) {
  margin-top: 5%;
}

#PRODETAILBOX.howSUIRENnew .back-img {
  width: 62%;
  margin: -9% auto -8.2%;
}

#PRODETAILBOX.howSUIRENnew h1#HOWTITLE { 
  width: 92%;
  margin: -5rem auto 0rem;
}

#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew ol.howmenu { padding-top: 3rem; }
#PRODUCT.hownew #PRODETAILBOX.howSUIRENnew ol.howmenu li {
  width: 100%;
  float: none;
  margin-left: 0;
}

.rec-item__figure {
  flex-basis: 34%;
}
.rec-item__desc {
  font-size: 1.5rem;
}
.rec-item__sub {
  max-width: 12rem;
}

.feed-item__illusts {
  grid-template-columns: 1fr;
  gap: 0;
}

.feed-item__illust img {
  margin-top: 1.2rem;
}
}

@media only screen and (max-width:550px) { 
#PRODUCT.hownew section#H02 .inner,
#PRODUCT.hownew section#H03 .inner,
#PRODUCT.hownew section#H04 .inner,
#PRODUCT.hownew section#H05 .inner,
#PRODUCT.hownew section#H06 .inner,
#PRODUCT.hownew #FAQBOX .inner {
  padding: 3rem 1rem;
}

#PRODUCT.hownew section#H01 div.contentsAREA {
  padding: 0 0;
}

#PRODUCT.hownew section div.contentsAREA {
  padding: 0 1rem;
}

}

@media (max-width: 420px) {
.rec-item__body {
  flex-direction: column;
  align-items: center;
}
.rec-item__figure {
  flex-basis: auto;
  max-width: 18rem;
}
.rec-item__main {
  width: 100%;
}
.rec-item__sub {
  align-self: center;
}

.fish__list {
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
}


@media (hover: hover) {
.plant-link__button:hover {
  background: #a81f1f;
  transform: rotate(0.05deg) translateY(-.2rem);
}

.plant-link__button:hover::after {
  transform: translateX(.4rem);
}

.feed-item a:hover,
.feed-item a:focus-visible {
  opacity: 1;
}

#PRODUCT.hownew ol.howmenu li a:hover {
  background-color: #15aab7;
  opacity: 1;
}

.column-secret__product-row .easy-img:hover {
  opacity: 1;
}
}