@charset "utf-8";
/* CSS Document */

/**********************************************************/
/* PC */
/**********************************************************/


/**********************************
　ファーストビュー
**********************************/
.mv-picture {
  position: absolute;
  width: 57%;
  height: 485px;
  top: 193px;
  right: 0;
  z-index: -1;
}
.mv-picture video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .pic-wrap {
  margin-top: 700px;
}


/**********************************
　WARNING
**********************************/
.warning {
    margin: 0 50px 0 0;
}
.warning .w__inner:last-of-type div {
  position: absolute;
  top: 100px;
  left: 0;
  width: 298px;
  height: 535px;
}
.warning .w__inner div video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.warning .w__inner:last-of-type img:first-of-type {
  position: absolute;
  top: 100px;
  left: -30px;
  width: 360px;
  z-index: 2;
}
.warning .w__inner:last-of-type img:last-of-type {
  position: absolute;
  top: 303px;
  left: 344px;
  width: 249px;
  z-index: 1;
}

/**********************************
  生態について
**********************************/
.ecology {
  margin-bottom: 180px;
}
.ecology .flex:first-of-type {
    margin-bottom: 43px;
}
.ecology .flex.reverse:last-of-type {
  margin-top: 48px;
}
.ecology::after {
    position: absolute;
    content: "";
    top: 321px;
    left: 50px;
    width: calc(100% - 50px);
    height: 1187px;
    background: #F0F0F0;
    z-index: -1;
}


/**********************************************************/
/* SP用 */
/**********************************************************/

@media(max-width: 768px) {

/**********************************
　ファーストビュー
**********************************/
.fv .ttl-bg {
    font-size: 2.1rem;
}  
.fv .ttl-bg span {
    font-size: 1.4rem;
}  
.fv .pic-wrap {
  width: 73%;
  top: 540px;
  margin-top: 0;
}
.fv::before {
  top: 652px;
}
.mv-picture {
  position: absolute;
  width: 100%;
  height: 610px;
  top: -90px;
  right: 0;
}

.fv .txt-wrap {
    top: 596px;
}


/**********************************
　WARNING
**********************************/
.warning {
  margin: 250px 4% 0 0;
}

.warning .w__inner:last-of-type {
    position: relative;
    height: 700px;
    max-width: 360px;
    margin: 0 auto;
}
  .warning .w__inner:last-of-type div {
    position: absolute;
    top: 220px;
    left: 40px;
    width: 280px;
    height: 420px;
}
.warning .w__inner:last-of-type img:first-of-type {
    position: absolute;
    top: 265px;
    left: auto;
    right: 50px;
    width: 270px;
}
.warning .w__inner:last-of-type img:last-of-type {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    width: 150px;
}
  
/**********************************
  生態について
**********************************/
.ecology {
    margin-bottom: 150px;
}
.ecology h3 {
    width: 144px;
}  
.ecology ul:nth-of-type(2) h3 {
    width: 144px;
    margin-top: 300px;
}  
.ecology::after {
    top: 590px;
    left: 0;
    width: 100%;
    height: 1480px;
    background: #F0F0F0;
    z-index: -1;
}  
.ecology .flex:last-of-type img {
    width: 335px;
    position: absolute;
    top: 252px;
    left: 4%;
}  
.media-under .ttl-box {
    margin-left: 2%;
}  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}