@charset "UTF-8";
.main-visual {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(./img/main_img.jpg);
  width: 100%;
  height: 100vh;
  z-index: -999;
  display: block;
}
.main-top {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main-logo_contents {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 100vh;
  margin: auto;
}
.main-logo {
  position: absolute;
  right: 140px;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.main-logo .logo-white {
  width: 670px;
  margin: auto;
}
.main-logo .name-white {
  width: 155px;
  margin: 30px auto 0;
}
.main-logo .logo-white img,
.main-logo .name-white img {
  width: 100%;
}
.green-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 100%;
  background-color: #124004;
  padding: 10px 0 20px;
}
.green-head .en {
  font-size: 1.8rem;
  color: #526730;
  display: block;
  text-align: center;
}
.green-head .name-white {
  width: 115px;
  margin: 5px auto 0;
}
.green-head .name-white img {
  display: block;
  width: 100%;
}
.main-mov-play {
  position: absolute;
  left: 90px;
  bottom: 50px;
  transition: .5s;
}
.main-mov-play:hover {
  animation: expansion .4s linear;
  transform: scale(1.3);
  transition: .5s;
}
.main-mov-play img {
  transition: .5s;
}
.main-mov-play img:hover {
  animation: rotation 8s linear infinite;
  transition: .5s;
}
@keyframes expansion {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-mov-play img {
  display: block;
}
.main-mov-play {

}

@media only screen and (max-width: 768px) {
  .main-visual {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(./img/main_img_sp.jpg);
    width: 100%;
    height: 100vh;
    z-index: -999;
    display: block;
  }
  .main-top {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .main-logo_contents {
    position: relative;
    width: 100%;
    max-width: unset;
    height: 100vh;
    margin: auto;
  }
  .main-logo {
    position: absolute;
    right: unset;
    left: 50%;
    top: 150px;
    transform:  translateX(-50%);
    -webkit- transform:  translateX(-50%);
  }
  .main-logo .logo-white {
    width: 345px;
    margin: auto;
  }
  .main-logo .name-white {
    width: 110px;
    margin: 5px auto 0;
  }
  .main-logo .logo-white img,
  .main-logo .name-white img {
    width: 100%;
  }
  .green-head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 100%;
    background-color: #124004;
    padding: 10px 0 15px;
  }
  .green-head .en {
    font-size: 1.5rem;
    color: #526730;
    display: block;
    text-align: center;
  }
  .green-head .name-white {
    width: 110px;
    margin: 5px auto 0;
  }
  .green-head .name-white img {
    display: block;
    width: 100%;
  }
  .main-mov-play {
    position: absolute;
    left: 20px;
    bottom: 25px;
  }
  .main-mov-play img {
    display: block;
  }
}


.element-01 {
  position: relative;
  background-image: url(./img/element_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
  padding: 130px 0 140px;
}
.element-01::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background-color: rgba(6,28,0,.74);
  z-index: -1;
}
.element-01_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.element-01 h1 {
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
}
.element-01 p {
  color: #fff;
  line-height: 3.5;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .element-01 {
    position: relative;
    background-image: url(./img/element_01_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    height: 100%;
    width: 100%;
    padding: 100px 15px;
  }
  .element-01::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgba(6,28,0,.74);
    z-index: -1;
  }
  .element-01_inner {
    width: 100%;
    max-width: unset;
    margin: auto;
  }
  .element-01 h1 {
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
  }
  .element-01 p {
    color: #fff;
    line-height: 3;
    margin-top: 20px;
  }
}


.element-02 {
  position: relative;
  background-image: url(./img/element_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 300px 0 150px;
}
.element-02_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.element-02_text {
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 auto;
}
.element-02 h2 {
  color: #fff;
}
.element-02 h2 small {
  display: block;
  font-size: 1.7rem;
  font-weight: normal;
}
.element-02 h2 strong {
  display: block;
  font-size: 3rem;
  font-weight: normal;
}
.element-02 p {
  color: #fff;
  line-height: 2.5;
  margin-top: 20px;
}
.element-02_link {
  text-align: right;
  margin-top: 20px;
}
.element-02_link a {
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .element-02 {
    position: relative;
    background-image: url(./img/element_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 100px 15px;
  }
  .element-02_inner {
    width: 100%;
    max-width: unset;
    margin: auto;
  }
  .element-02_text {
    width: 100%;
    max-width: 400px;
    margin: 0 0 0 auto;
  }
  .element-02 h2 {
    color: #fff;
  }
  .element-02 h2 small {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .element-02 h2 strong {
    display: block;
    font-size: 2.8rem;
    font-weight: normal;
  }
  .element-02 p {
    color: #fff;
    line-height: 3;
    margin-top: 20px;
  }
  .element-02_link {
    text-align: right;
    margin-top: 20px;
  }
  .element-02_link a {
    color: #fff;
    display: inline-block;
  }
}

.element-03 {
  position: relative;
  background-image: url(./img/element_03.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 110px 0 380px;
}
.element-03_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.element-03 .piano-ico {
  width: 68px;
  margin: auto;
}
.element-03 .piano-ico img {
  display: block;
  width: 100%;
}
.element-03_text {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
.element-03_message {
  font-size: 1.8rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 15px;
  line-height: 3;
  white-space: nowrap;
}
.element-03_mov-single {
  width: 100%;
  max-width: 520px;
  margin: 140px auto 0;
}
.element-03_mov-single_link {
  display: block;
}
.element-03_mov-single_img {
  display: block;
  overflow: hidden;
  position: relative;
}
.element-03_mov-single_img::before {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(./img/element-03_mov_ico.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.element-03_mov-single_img img {
  display: block;
  transition: 1s ease-out;
}
.element-03_mov-single_link:hover .element-03_mov-single_img img {
  transform: scale(1.07);
  transition: 1s ease-out;
}
.element-03_mov-single p {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 10px;
}
.element-03_mov-double {
  display: flex;
  margin: 50px -50px 0;
}
.element-03_mov-double_item {
  width: 50%;
  padding: 0 50px;
}
.element-03_mov-double_link {
  display: block;
}
.element-03_mov-double_img {
  display: block;
  overflow: hidden;
  position: relative;
}
.element-03_mov-double_img::before {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(./img/element-03_mov_ico.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.element-03_mov-double_img img {
  display: block;
  transition: 1s ease-out;
}
.element-03_mov-double_link:hover .element-03_mov-double_img img {
  transform: scale(1.07);
  transition: 1s ease-out;
}
.element-03_mov-double p {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .element-03 {
    position: relative;
    background-image: url(./img/element_03_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 100px 15px;
  }
  .element-03_inner {
    width: 100%;
    max-width: unset;
    margin: auto;
  }
  .element-03 .piano-ico {
    width: 68px;
    margin: auto;
  }
  .element-03 .piano-ico img {
    display: block;
    width: 100%;
  }
  .element-03_text {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  .element-03_message {
    font-size: 1.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    line-height: 2.8;
  }
  .element-03_mov-single {
    width: 100%;
    max-width: 520px;
    margin: 90px auto 0;
  }
  .element-03_mov-single_link {
    display: block;
  }
  .element-03_mov-single_img {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .element-03_mov-single_img::before {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(./img/element-03_mov_ico.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .element-03_mov-single_img img {
    display: block;
    transition: 1s ease-out;
  }
  .element-03_mov-single_link:hover .element-03_mov-single_img img {
    transform: scale(1.07);
    transition: 1s ease-out;
  }
  .element-03_mov-single p {
    text-align: right;
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .element-03_mov-double {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: block;
  }
  .element-03_mov-double_item {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .element-03_mov-double_link {
    display: block;
  }
  .element-03_mov-double_img {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .element-03_mov-double_img::before {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(./img/element-03_mov_ico.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .element-03_mov-double_img img {
    display: block;
    transition: 1s ease-out;
  }
  .element-03_mov-double_link:hover .element-03_mov-double_img img {
    transform: scale(1.07);
    transition: 1s ease-out;
  }
  .element-03_mov-double p {
    text-align: right;
    font-size: 1.3rem;
    margin-top: 10px;
  }
}


.element-04 {
  background-color: rgba(38,19,21,.5);
  padding: 75px 0;
}
.element-04_inner {
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
.element-04_grid {
  display: flex;
  margin: 0 -10px;
}
.element-04_item {
  width: 33.333%;
  padding: 0 10px;
}
.element-04_link {
  display: block;
}
.element-04_link:hover {
  opacity: .6;
}
.element-04_img {
  display: block;
}
.element-04_img img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .element-04 {
    background-color: rgba(38,19,21,.5);
    padding: 75px 15px;
  }
  .element-04_inner {
    width: 100%;
    max-width: unset;
    margin: auto;
  }
  .element-04_grid {
    display: flex;
    flex-wrap: wrap;
    margin: -25px auto 0;
  }
  .element-04_item {
    width: 100%;
    padding: 0 10px;
    margin-top: 25px;
  }
  .element-04_link {
    display: block;
  }
  .element-04_img {
    display: block;
  }
  .element-04_img img {
    display: block;
  }
}


.element-05 {
  background-color: #DADDC5;
  padding: 75px 0;
}
.element-05_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.element-05 h2 {
  color: #124004;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.element-05_btn {
  display: block;
  position: relative;
  width: 350px;
  height: 70px;
  line-height: 68px;
  color: #124004;
  border: 1px solid #124004;
  margin: 30px auto 0;
  transition: .6s;
  letter-spacing: 1px;
  text-align: center;
}
.element-05_btn:hover {
  transition: .6s;
  background-color: #124004;
  color: #DADDC5;
}
@media only screen and (max-width: 768px) {
  .element-05 {
    background-color: #DADDC5;
    padding: 75px 15px;
  }
  .element-05_inner {
    width: 100%;
    max-width: 900px;
    margin: auto;
  }
  .element-05 h2 {
    color: #124004;
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
  }
  .element-05_btn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 70px;
    line-height: 68px;
    color: #124004;
    border: 1px solid #124004;
    margin: 20px auto 0;
    transition: .6s;
    letter-spacing: 1px;
    text-align: center;
  }
  .element-05_btn:hover {
    transition: .6s;
    background-color: #124004;
    color: #DADDC5;
  }
}


.element-06 {
  background-color: rgba(39, 20, 21, .5);
  position: relative;
  width: 100%;
  height: 100vh;
}
.element-06_inner {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 100vh;
  margin: auto;
}
.element-06 .copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #271415;
  padding: 10px;
  letter-spacing: 1px;
}
.sns-wrap {
  position: absolute;
  right: 130px;
  bottom: 70px;
}
.sns-list {
  display: flex;
  align-items: center;
}
.sns-list li {
  padding: 0 15px;
}
.sns-list li a {
  display: block;
}
.sns-list li a img {
  display: block;
  width: 36px;
  transition: .5s;
}
.sns-list li a:hover img {
  transform: scale(1.15);
  transition: .5s;
}
@media only screen and (max-width: 768px) {
  .element-06 {
    background-color: rgba(39, 20, 21, .5);
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .element-06_inner {
    position: relative;
    width: 100%;
    max-width: 1366px;
    height: 100vh;
    margin: auto;
  }
  .element-06 .copyright {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 100%;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    background-color: #271415;
    padding: 10px;
    letter-spacing: 1px;
  }
  .sns-wrap {
    position: absolute;
    right: unset;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    bottom: 60px;
  }
  .sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sns-list li {
    padding: 0 10px;
  }
  .sns-list li a {
    display: block;
  }
  .sns-list li a img {
    display: block;
    width: 36px;
  }
}


.fadeIn {
  opacity: 0;
  transform: translateY(40px);
}
.fadeIn.animated {
  opacity: 1;
  transition: 1s;
  transform: unset;
}
.fadeIn-side {
  opacity: 0;
  transform: translateY(-50%) translateX(40px);
}
.fadeIn-side.animated {
  opacity: 1;
  transition: 3s ease;
  transform: translateY(-50%);
}
.fadeIn-side-b {
  opacity: 0;
  transform: translateY(-50%) translateX(40px);
}
.fadeIn-side-b.animated {
  opacity: 1;
  transition: 1s ease;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .fadeIn-side {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  .fadeIn-side.animated {
    opacity: 1;
    transition: 2s ease;
    transform: translateX(-50%);
  }
  .fadeIn-side-b {
    opacity: 0;
    transform: translateX(-50%) translateX(30px);
  }
  .fadeIn-side-b.animated {
    opacity: 1;
    transition: 1s ease;
    transform: translateX(-50%);
  }
}

.featherlightpop {
  display: none;
  color: #333;
}
.featherlightpop h2 small {
  display: block;
  font-size: 1.7rem;
  font-weight: normal;
}
.featherlightpop h2 strong {
  display: block;
  font-size: 3rem;
  font-weight: normal;
}
.featherlightpop p {
  margin-top: 30px;
  line-height: 2;
}
.featherlightpop .name {
  display: block;
  text-align: right;
  font-size: 2rem;
  margin-top: 40px;
}
.featherlight {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
}
.featherlight::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,.95);
  backdrop-filter: blur(5px);
  z-index: -1;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 40px 80px;
  border-bottom: unset;
  margin-left: 0;
  margin-right: 0;
  max-height: 100%;
  background: transparent;
  background-color: transparent;
  cursor: auto;
  white-space: normal;
}
.featherlight:last-of-type {
  background: transparent;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 50px;
  right: 80px;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: transparent;
  color: #333;
  border: none;
  padding: 0;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .featherlightpop {
    display: none;
    color: #333;
    padding: 40px 0 30px;
  }
  .featherlightpop h2 small {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .featherlightpop h2 strong {
    display: block;
    font-size: 2.8rem;
    font-weight: normal;
  }
  .featherlightpop p {
    margin-top: 30px;
    line-height: 2;
  }
  .featherlightpop .name {
    display: block;
    text-align: right;
    font-size: 2rem;
    margin-top: 40px;
  }
  .featherlight {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .featherlight::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.95);
    backdrop-filter: blur(5px);
    z-index: -1;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 0 15px;
    border-bottom: unset;
    margin-left: 0;
    margin-right: 0;
    max-height: 100%;
    background: transparent;
    background-color: transparent;
    cursor: auto;
    white-space: normal;
  }
  .featherlight:last-of-type {
    background: transparent;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 15px;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: transparent;
    color: #333;
    border: none;
    padding: 0;
    font-size: 2.8rem;
  }
}

::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.1);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
    border-radius: 10px;
}

.forest {
  position: relative;
  background-image: url(./img/forest.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
  padding: 100px 0;
}
.forest::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background-color: rgba(6,28,0,.65);
  z-index: -1;
}
.forest_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.forest h2 {
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
}
.forest p {
  color: #fff;
  margin-top: 30px;
}
.forest_btn {
  display: block;
  position: relative;
  width: 350px;
  height: 70px;
  line-height: 68px;
  color: #fff;
  border: 1px solid #fff;
  margin: 40px auto 0;
  transition: .6s;
  letter-spacing: 1px;
  text-align: center;
}
.forest_btn:hover {
  color: #124004;
  border: 1px solid #fff;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .forest {
    position: relative;
    background-image: url(./img/forest.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    height: 100%;
    width: 100%;
    padding: 70px 15px;
  }
  .forest::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background-color: rgba(6,28,0,.65);
    z-index: -1;
  }
  .forest_inner {
    width: 100%;
    max-width: 900px;
    margin: auto;
    text-align: left;
  }
  .forest h2 {
    font-size: 2.8rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .forest p {
    color: #fff;
    margin-top: 20px;
  }
  .forest_btn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 70px;
    line-height: 68px;
    color: #fff;
    border: 1px solid #fff;
    margin: 35px auto 0;
    transition: .6s;
    letter-spacing: 1px;
    text-align: center;
  }
  .forest_btn:hover {
    color: #124004;
    border: 1px solid #fff;
    background-color: #fff;
  }
}

.sc-text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 140px;
  /* text-shadow: 0 0 3px #333; */
  background-color: #271415;
}
.sc-text::before {
  content: '';
  position: absolute;
  /* bottom: 0; */
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background-color: #fff;

  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
.sc-text::after {
  content: 'Scroll';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height: 120px;
    top: 80px;
    opacity: 0;
  }
  50%{
    height: 60px;
    opacity: 1;
  }
  100%{
    height: 0px;
    top: 140px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sc-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 140px;
    /* text-shadow: 0 0 3px #333; */
    background-color: #271415;
  }
  .sc-text::before {
    content: '';
    position: absolute;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background-color: #fff;

    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
  }
  .sc-text::after {
    content: 'Scroll';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove{
    0%{
      height: 120px;
      top: 65px;
      opacity: 0;
    }
    50%{
      height: 60px;
      opacity: 1;
    }
    100%{
      height: 0px;
      top: 140px;
      opacity: 0;
    }
  }
}
