@charset "utf-8";



.koi.lp #BODY {
position: relative;
background-image: url(/koi/img/saki_bg_asanoha.svg) ;
background-size: 16rem auto;
background-repeat: repeat;
background-position: center top;
background-color: #e8c685;
transition: background-image 0.3s ease;
width: 100%;
max-width: 100%;
}

.koi.lp #BODY.bg-changed {
background-image: url(/koi/img/saki_bg_asanoha_2.svg);
background-size: 16rem auto;
background-repeat: repeat;
background-position: center top;
}

#BODY .txt {
margin: 1rem 0 3rem;
padding: 0;
line-height: 1.6;
}

.koi-lp-section-01 {
position: relative;
padding: 7rem 0;
}

.koi-lp-section-01::before {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 80%;
max-width: 100rem;
display: block;
height: 100%; 
background-image: url(/koi/img/saki_bg_cloud.svg);
background-position: top center;
background-repeat: repeat-y;
background-size: 100% auto;
content: "";
z-index: 1;
}

.lineup-contents {
position: relative;
margin-bottom: 7rem;
z-index: 10;
}

.koi-lp-section{
position: relative;
padding: 0 1rem;
z-index: 10;
}

.koi-lp-inner {
max-width: 102rem;
margin: 0 auto 8rem;
overflow: hidden;
font-size: 1.7rem;  
background: rgba(255, 255, 255, 0.85);
border-radius: 0.7rem;
padding: 3rem 2rem;
}



.top-logo h2 {
display: flex;
justify-content: center;
align-items: center;
}

.border-line {
display: inline-block;
height: 19rem;
border-right: solid 4px black;
border-radius: 1rem;
}

.top-logo .sakifish-logo {
max-width: 35rem;
padding-right: 3rem;
}

.top-logo .hikari-logo {
max-width: 35rem;
padding-left: 3rem;
}



h3.n20-title {
font-size: 3rem;
padding: 1.5rem;
font-weight: 700;
color: #ffffff;
text-align: center;
line-height: 100%;
margin-bottom: 2.5rem;
background-color: #231815;
}

h4.n20-txt,
h4.sp20-txt {
text-align: center;
color: #e60012;
font-size: 2.6rem;
font-weight: bold;
}

.koi-lp-section .koi-lp-txt {
color: #000000;
margin: 2rem 0;
line-height: 1.6;
}

.n20-img,
.sp20-img{
max-width: 19rem;
margin: 0 auto 4rem;
}

.n20-img img:nth-child(1),
.sp20-img img:nth-child(1){
max-width: 14rem;
margin: 0 auto 1rem;
display: block;
}

.floating-sinking {
display: flex;
flex-direction: column;
gap: 5rem;
width: 100%;
}

.floating-container,
.sinking-container {
display: flex;
gap: 2rem;
width: 100%;
}

.floating,
.sinking {
width: calc(75% - 1rem);
}

.floating-img,
.sinking-img {
display: flex;
position: relative;
justify-content: flex-end;
align-items: end;
gap: 2rem;  
margin-bottom: 1rem;
}

.floating-img p {
width: 10rem;
}

.floating-img img,
.sinking-img img {
max-width: 37rem;
}

.back-black {
width: 100%;
background-color: #000000;
color: #FFF;
padding: 1rem;
text-align: center;
}

.floating-txt,
.sinking-txt {
position: absolute;
top: -3rem;
right: 31rem;
color: #FFF;
background: black;
font-weight: bold;
padding: 0.8em 1em;
border-radius: 50% / 50%;
font-size: 2.5rem;
max-width: 16rem;
}

#KOI-LP .guarantee-table {
padding: 0;
border: 1px solid #ccc;
font-size: 1.4rem;
box-sizing: border-box;
}

#KOI-LP .guarantee-table th {
margin: auto;
padding: 10px 4px;
width: calc(100% / 6);
border: 1px dotted #ccc;
border-width: 0 1px 1px 0;
background-color: #eee; 
}

#KOI-LP .guarantee-table td {
margin: auto;
padding: 10px 4px;
width: calc(100% / 6);
border: 1px dotted #ccc;
border-width: 0 1px 0 0;
background-color: #fff;
font-weight: 300;
text-align: center; 
}

#KOI-LP .n20-container .floating .guarantee-table,
#KOI-LP .n20-container .sinking .guarantee-table,
#KOI-LP .sp20-container .sp20-floating .guarantee-table,
#KOI-LP .sp20-container .sp20-sinking .guarantee-table{
margin: 1rem auto 3rem;
width: 100%;
}

.ceo-img {
width: calc(25% - 1rem);
}

.ceo-img p {
text-align: center;
font-size: 1.5rem;
}

.red-txt {
position: relative;
color: #e83827;
font-weight: bold;
margin: 0 0 0.8rem;
padding: 0 0 0 1.6rem;
font-size: 2rem;
}

.red-txt::after {
display: block;
content: '';
position: absolute;
top: 0.77rem;
left: 0;
width: 1rem;
height: 1rem;
border-radius: 50%;
background-color: #e83827; 
}

.product-link {
margin-top: 3rem;
}

.product-link a {
background-color: #dac29d;
display: block;
border: 1px solid #FFF;
border-radius: 3em;
background-image: url(../../common/img/icon_next3.svg);
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 20px;
padding: 1.5rem 1rem;
max-width: 380px;
box-sizing: border-box;
text-align: center;
margin: 0 auto;
color: #231815;
font-size: 2.3rem;
}

.purpose-food,
.high-quality {
display: flex; 
gap: 2rem;
}

.purpose-food-txt {
width: 64%;
}

.base-img {
width: 35%;
}

.base-img img {
max-width: 31rem;
margin: auto;
display: flex;
}


.saki-logo {
display: flex;
align-items: center;
gap: 2rem;
margin-bottom: 1rem;
}

.saki-logo h3 {
font-size: 2.5rem;
font-weight: bold;
}

.saki-logo img {
max-width: 30rem;
}

.saki-fish-farm {
max-width: 102rem;
margin: 0 auto 8rem;
overflow: hidden;
font-size: 1.7rem;
background: #a69a71;
border-radius: 0.7rem;
}

.saki-fish-farm a {
  color: #000000;
}

.sp20-saki-co {
margin: 3rem 2rem;
}

.sp20-saki-co ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 90%;
margin: auto;
gap: 2rem;
}

.sp20-saki-co ul li p {
text-align: center;
font-size: 1.5rem;
}

.sp20-saki-co ul li:nth-child(1),
.sp20-saki-co ul li:nth-child(2),
.sp20-saki-co ul li:nth-child(3),
.sp20-saki-co ul li:nth-child(4) {
    width: 47%;
    margin-bottom: 1rem;

}


.sp20-saki-co ul li:nth-child(5) {
width: 100%;
} 


.sp20-title {
font-size: 3rem;
padding: 1.5rem;
font-weight: 700;
color: #ffffff;
text-align: center;
line-height: 100%;
margin-bottom: 2.5rem;
background-color: #d71518;  
}

.sp20-floating-img,
.sp20-sinking-img {
width: 30%;
position: relative;
}

.sp20-floating-img p,
.sp20-sinking-img p {
text-align: center;
}



.sp20-floating,
.sp20-sinking {
width: 70%;
}

.sp20-floating-txt,
.sp20-sinking-txt {
position: absolute;
top: -4rem;
left: 0;
color: #FFF;
background: #e60012;
font-weight: bold;
padding: 0.8em 1em;
border-radius: 50% / 50%;
font-size: 2.5rem; 
max-width: 16rem;
}

.multti {
display: flex;
gap: 2rem;
align-items: center;
margin: 3rem 0;
}

.multi-txt {
color: #FFF;
background: #e60012;
font-weight: bold;
padding: 0.8em 1em;
border-radius: 50% / 50%;
font-size: 2.5rem;   
width: 30%;
text-align: center; 
}

.sp20-use {
background-color: #a69a71;
padding: 2rem;
color: #FFF;
width: 70%;
}

.sp20-use p:nth-child(1) {
margin-bottom: 1rem;
font-size: 2rem;  
}

.sp20-use p:nth-child(2),
.sp20-use p:nth-child(3) {
font-size: 1.5rem; 
}

.sp20-use ul {
display: flex;
gap: 2rem;
}

.sp20-use ul li:nth-child(1) {
flex: 42;
}

.sp20-use ul li:nth-child(2) {
flex: 37;
}

.sp20-use ul li:nth-child(3) {
flex: 20;
}

.high-quality-txt {
width: 90%;
}


.Spirulina p {
text-align: center;
font-size: 1.5rem;
}

.ceo-n20 {
  display: none;
}


@media screen and (max-width: 767px) {
.top-logo h2 {
width: 90%;
margin: auto;
}

.border-line {
height: 22vw;
}



.top-logo .sakifish-logo {
width: 50%;
padding-right: 1em;
}
.top-logo .hikari-logo {
width: 50%;
padding-left: 1em;
}


.lineup-contents {
margin-bottom: 6rem;
}

.koi-lp-section-01 {
padding: 6rem 0;
}

.ceo-img {
  display: none;
}

.ceo-n20 {
display: flex;
gap: 2rem;
margin-bottom: 2rem;
}

.ceo-n20 li p {
  text-align: center;
}

.sinking-container {
  display: block;
}

.floating, .sinking {
  width: 100%;
}


.floating-txt,
.sinking-txt {
right: 34rem;
}

}

@media screen and (max-width: 695px) {
.sp20-container .floating-container,
.sp20-container .sinking-container,
.multti {
flex-direction: column;
}

.sp20-floating-img,
.sp20-sinking-img {
width: 100%;
max-width: 33rem;
}

.sp20-floating,
.sp20-sinking {
width: 100%;
}

.saki-logo {
flex-direction: column;
gap: 0;
}
.sp20-use {
width: 100%;
}

.multi-txt {
max-width: 50rem;
width: unset;
}

.sp20-floating-txt,.sp20-sinking-txt {
top: -4rem;
}
}

@media screen and (max-width: 600px) {


.sp20-floating-txt,
.sp20-sinking-txt {
font-size: 2rem;
max-width: 13rem;
top: -3rem;
}

} 

@media screen and (max-width: 560px)  {
.floating-img img,
.sinking-img img {
max-width: 21rem;
width: 64%;   
}

.floating-txt,
.sinking-txt
 {
font-size: 2rem;
max-width: 13rem;
right: 19rem;
} 
}







@media screen and (max-width: 500px) {
#KOI-LP .n20-container .floating .guarantee-table thead,
#KOI-LP .n20-container .sinking .guarantee-table thead,
#KOI-LP .sp20-container .sp20-floating .guarantee-table thead,
#KOI-LP .sp20-container .sp20-sinking .guarantee-table thead{
display: block;
float: left;
width: 50%; 
}

#KOI-LP .n20-container .floating .guarantee-table thead tr,
#KOI-LP .n20-container .floating .guarantee-table tbody tr,
#KOI-LP .n20-container .sinking .guarantee-table thead tr,
#KOI-LP .n20-container .sinking .guarantee-table tbody tr,
#KOI-LP .sp20-container .sp20-floating thead tr,
#KOI-LP .sp20-container .sp20-floating tbody tr,
#KOI-LP .sp20-container .sp20-sinking .guarantee-table thead tr,
#KOI-LP .sp20-container .sp20-sinking .guarantee-table tbody tr {
display: block;
float: left;
width: 100%;
}

#KOI-LP .n20-container .floating .guarantee-table thead th,
#KOI-LP .n20-container .sinking .guarantee-table thead th,
#KOI-LP .sp20-container .sp20-floating .guarantee-table thead th,
#KOI-LP .sp20-container .sp20-sinking .guarantee-table thead th
 {
margin: auto;
padding: 10px 0;
width: 100%;
display: block; 
}

#KOI-LP .n20-container .floating .guarantee-table thead th:nth-child(6),
#KOI-LP .n20-container .sinking .guarantee-table thead th:nth-child(6),
#KOI-LP .sp20-container .sp20-floating .guarantee-table thead th:nth-child(6),
#KOI-LP .sp20-container .sp20-sinking .guarantee-table thead th:nth-child(6),
#KOI-LP .n20-container .floating .guarantee-table tbody td:nth-child(6),
#KOI-LP .n20-container .sinking .guarantee-table tbody td:nth-child(6),
#KOI-LP .sp20-container .sp20-floating .guarantee-table tbody td:nth-child(6),
#KOI-LP .sp20-container .sp20-sinking .guarantee-table tbody td:nth-child(6) {
  border-bottom: none;
}

#KOI-LP .n20-container .floating .guarantee-table tbody,
#KOI-LP .n20-container .sinking .guarantee-table tbody,
#KOI-LP .sp20-container .sp20-floating .guarantee-table tbody,
#KOI-LP .sp20-container .sp20-sinking .guarantee-table tbody
 {
display: block;
float: left;
width: 50%;
}

#KOI-LP .n20-container .floating .guarantee-table tbody td,
#KOI-LP .n20-container .sinking .guarantee-table tbody td,
#KOI-LP .sp20-container .sp20-floating .guarantee-table tbody td,
#KOI-LP .sp20-container .sp20-sinking .guarantee-table tbody td {
margin: auto;
padding: 10px 0;
width: 100%;
display: block;
border-right: none;
border-bottom: 1px dotted #ccc;
text-align: center;   
}

.floating-container,
.sinking-container,
.purpose-food,
.high-quality{
flex-direction: column;
}



.purpose-food-txt,
.high-quality-txt {
width: 100%;
}

.base-img {
width: 100%;
margin-top: 0;
}

.Spirulina {
    margin: auto; 
}

.floating,
.sinking {
width: 100%;
}

.ceo-img {
width: 100%;
max-width: 23rem;
margin: auto;
}

.sp20-saki-co ul,
.sp20-use ul{
flex-direction: column;
}

.sp20-use ul li p {
text-align: center;
}


.sp20-saki-co ul li:nth-child(1),
.sp20-saki-co ul li:nth-child(2),
.sp20-saki-co ul li:nth-child(3),
.sp20-saki-co ul li:nth-child(4),
.sp20-saki-co ul li:nth-child(5) {
width: 100%;
}

.floating-txt,
.sinking-txt {
    right: 18rem; 
}
}

@media screen and (max-width: 425px) {
  .lineup-contents {
margin-bottom: 4rem;
}

.koi-lp-section-01 {
padding: 4rem 0;
}

.ceo-n20 {
flex-direction: column;
}
}





