@charset "utf-8";

/* top image */
.top-image {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(8, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 90vh;
background: #000;
}

.top-image1 { grid-area: 3 / 1 / 9 / 2; 
background: #ffcc00
}
.top-image2 { grid-area: 1 / 2 / 9 / 9;
  position   : relative;
 width  : 100%;
  height     : 100%;
  margin     : auto;
  overflow   : hidden;
border-bottom: 5px solid #000;
}
.top-image2 .bgimage {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 20s infinite; }

.top-image2 .src1 {
background-image : url(../image/bg1.png);  
background-attachment:fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.top-image2 .src2 {
background-image : url(../image/bg2.png); 
background-attachment:fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
animation-delay  : 5s;
}
.top-image2 .src3 {
background-image : url(../image/bg3.png); 
background-attachment:fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
animation-delay  : 10s;
}
.top-image2 .src4 {
background-image : url(../image/bg4.png); 
background-attachment:fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
animation-delay  : 15s;
}

@keyframes bgAnime {
   0% { opacity: 1; transform: scale(1, 1);z-index: 9 }
   5% { opacity: 1; transform: scale(1, 1);z-index: 9 }
  25% { opacity: 1; transform: scale(1, 1);z-index: 10 }
  30% { opacity: 1; transform: scale(0.1, 0.1);z-index: 10 }
  31% { opacity: 0; }
 100% { opacity: 0; }
}
.top-image3 { grid-area: 6 / 1 / 8 / 7;
text-align: left;
padding-left: 50px;
z-index: 100;
}
.top-image3 p{
font-size: 48px;
font-weight: bold;
color: #fff;
letter-spacing: 10px;
line-height: 1em;
}
.head-space{
width: auto;
height: 100px;
}
/* top image */

/* --- farm1　はじまり ----- */
.farm1 {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: 0.5fr repeat(7, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 650px;
opacity: 0.99;
border-radius: 0px;
background: rgba(255,255,255);
border-left: 0px solid rgba(255,204,0);
}

.farm11 { grid-area: 1 / 1 / 3 / 2; 
background: #000;
}
.farm12 { grid-area: 1 / 2 / 3 / 9;
background: #fff;
color: #494544;
text-align: right;
padding: 10px;
}
.farm12 p{
font-size: 24px;
font-weight: bold;
letter-spacing: 5px;
line-height: 0.5em;
}
.farm12 h6{
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 0.5em;
}
.farm13 { grid-area: 3 / 1 / 6 / 4; 
z-index: 100;
padding: 20px;
text-align: center;
}
.farm13 img{
width: 200px;
}
.farm14 { grid-area: 5 / 4 / 9 / 9; 
font-size: 14px;
letter-spacing: 3px;
line-height: 2em;
color: #494544;
font-weight: 500;
z-index: 100;
padding: 20px;
}
.farm14 h5{
font-size: 18px;
color: #494544;
font-weight: 500;
letter-spacing: 2px;
font-family: "Yuji Boku", serif; 
text-align: right;
}
.farm15 { grid-area: 3 / 1 / 9 / 9; 
background: #ffcc00;
}
/* --- farm1　おわり ----- */

/* --- farm2　はじまり ----- */
.farm2 {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: 0.5fr repeat(7, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 650px;
opacity: 0.99;
border-radius: 0px;
background: rgba(255,255,255);
border-left: 0px solid rgba(255,204,0);
}

.farm21 { grid-area: 1 / 1 / 3 / 2; 
background: #000;
}
.farm22 { grid-area: 1 / 2 / 3 / 9;
background: #fff;
color: #494544;
text-align: right;
padding: 10px;
}
.farm22 p{
font-size: 24px;
font-weight: bold;
letter-spacing: 5px;
line-height: 0.5em;
}
.farm22 h6{
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 0.5em;
}
.farm23 { grid-area: 3 / 1 / 6 / 9; 
z-index: 100;
text-align: center;
padding: 10px;
}
.farm23 img{
width: 350px;
}
.farm24 { grid-area: 6 / 1 / 9 / 9; 
z-index: 100;
text-align: center;
padding: 10px;
}
.farm24 img{
width: 800px;
}
.farm25 { grid-area: 3 / 1 / 9 / 9; 
background: #ffcc00;
}
/* --- farm2　おわり ----- */

/* --- farm3　はじまり ----- */
.farm3 {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: 0.5fr repeat(7, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 650px;
opacity: 0.99;
border-radius: 0px;
background: rgba(255,255,255);
border-left: 0px solid rgba(255,204,0);
}

.farm31 { grid-area: 1 / 1 / 3 / 2; 
background: #000;
}
.farm32 { grid-area: 1 / 2 / 3 / 9;
background: #fff;
color: #494544;
text-align: right;
padding: 10px;
}
.farm32 p{
font-size: 24px;
font-weight: bold;
letter-spacing: 5px;
line-height: 0.5em;
}
.farm32 h6{
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 0.5em;
}
.farm33 { grid-area: 3 / 1 / 6 / 4; 
text-align: left;
font-size: 14px;
letter-spacing: 3px;
line-height: 2em;
color: #494544;
font-weight: 500;
z-index: 100;
padding: 20px;
}
.farm34 { grid-area: 4 / 4 / 9 / 9; 
font-size: 14px;
letter-spacing: 3px;
line-height: 2em;
color: #494544;
font-weight: 500;
z-index: 100;
padding: 20px;
}
.farm34 iframe{
width: 100%;
height: 100%;
}
.farm35 { grid-area: 3 / 1 / 9 / 9; 
background: #ffcc00;
}
/* --- farm3　おわり ----- */

/* --- レスポンシブはじまり ----- */  
@media (max-width: 768px){

/* --- farm1　はじまり ----- */
.farm1 {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: 0.1fr repeat(7, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 850px;
opacity: 0.99;
border-radius: 0px;
background: rgba(255,255,255);
border-left: 0px solid rgba(255,204,0);
}

.farm11 { grid-area: 1 / 1 / 3 / 2; 
background: #000;
}
.farm12 { grid-area: 1 / 2 / 3 / 9;
background: #fff;
color: #494544;
text-align: right;
padding: 10px;
}
.farm12 p{
font-size: 24px;
font-weight: bold;
letter-spacing: 5px;
line-height: 0.5em;
}
.farm12 h6{
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 0.5em;
}
.farm13 { grid-area: 3 / 1 / 5 / 9; 
z-index: 100;
padding: 20px;
text-align: center;
}
.farm13 img{
width: 150px;
}
.farm14 { grid-area: 5 / 1 / 9 / 9; 
font-size: 14px;
letter-spacing: 3px;
line-height: 2em;
color: #494544;
font-weight: 500;
z-index: 100;
padding: 20px;
}
.farm14 h5{
font-size: 18px;
color: #494544;
font-weight: 500;
letter-spacing: 2px;
font-family: "Yuji Boku", serif; 
text-align: right;
}
.farm15 { grid-area: 3 / 1 / 9 / 9; 
background: #ffcc00;
}
/* --- farm1　おわり ----- */

/* --- farm2　はじまり ----- */
.farm2 {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: 0.3fr 1fr repeat(2, 0.5fr) repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 550px;
opacity: 0.99;
border-radius: 0px;
background: rgba(255,255,255);
border-left: 0px solid rgba(255,204,0);
}

.farm21 { grid-area: 1 / 1 / 3 / 2; 
background: #000;
}
.farm22 { grid-area: 1 / 2 / 3 / 9;
background: #fff;
color: #494544;
text-align: right;
padding: 10px;
}
.farm22 p{
font-size: 24px;
font-weight: bold;
letter-spacing: 5px;
line-height: 0.5em;
}
.farm22 h6{
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 0.5em;
}
.farm23 { grid-area: 3 / 1 / 7 / 9; 
z-index: 100;
text-align: center;
padding: 10px;
}
.farm23 img{
width: 300px;
}
.farm24 { grid-area: 7 / 1 / 9 / 9; 
z-index: 100;
text-align: center;
padding: 10px;
}
.farm24 img{
width: 100%;
}
.farm25 { grid-area: 3 / 1 / 9 / 9; 
background: #ffcc00;
}
/* --- farm2　おわり ----- */

/* --- farm3　はじまり ----- */
.farm3 {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: 0.5fr repeat(7, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 650px;
opacity: 0.99;
border-radius: 0px;
background: rgba(255,255,255);
border-left: 0px solid rgba(255,204,0);
}

.farm31 { grid-area: 1 / 1 / 3 / 2; 
background: #000;
}
.farm32 { grid-area: 1 / 2 / 3 / 9;
background: #fff;
color: #494544;
text-align: right;
padding: 10px;
}
.farm32 p{
font-size: 24px;
font-weight: bold;
letter-spacing: 5px;
line-height: 0.5em;
}
.farm32 h6{
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 0.5em;
}
.farm33 { grid-area: 3 / 1 / 4 / 9; 
text-align: left;
font-size: 14px;
letter-spacing: 3px;
line-height: 2em;
color: #494544;
font-weight: 500;
z-index: 100;
padding: 20px;
}
.farm34 { grid-area: 4 / 1 / 9 / 9; 
font-size: 14px;
letter-spacing: 3px;
line-height: 2em;
color: #494544;
font-weight: 500;
z-index: 100;
padding: 20px;
}
.farm34 iframe{
width: 100%;
height: 100%;
}
.farm35 { grid-area: 3 / 1 / 9 / 9; 
background: #ffcc00;
}
/* --- farm3　おわり ----- */
    
/* --- レスポンシブおわり ----- */  
}
