@charset "utf-8";

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgb(47, 47, 47);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}


.loaded {
  opacity: 0;
  visibility: hidden;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.blurTrigger {
  opacity: 0;
}

.hina {
  font-family: "hina-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c_000 {
  color: #000;
}

.c_fff {
  color: #ffffffd6;
}

.bg_FA {
  background: #FAFAFA;
}

.bg_green {
  background: #DFF07A;
  margin-top: -10px;

  padding-bottom: 100px;
}



.top_logo {
  position: relative;
}

.h_logo {
  width: 66%;
  margin: 100px auto 50px;
}

.ugp {
  width: 378px;
  margin: 6% auto 7%;
}

.tree {
  position: absolute;
  width: 27%;
  right: 0%;
  top: 36%;
}

.bg_tree {
  height: 620px;
  background-image: url('../img/bg_tree.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 16% 2% 12%;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.tree_txt {
  font-size: 19px;
  line-height: 2em;
  letter-spacing: 0;
}

.fnt15 {
  font-size: 18px;

}

.pd_p {
  padding: 0 12%;
  margin-top: 6%;
}

.sns002 {
  width: 91%;
  margin: 8% auto 40px;
}

.eda {
  margin-left: auto;
  width: 49%;
  margin-right: 6%;
}

.hp_size {
  width: 80%;
  margin-left: auto;
}

.mgl20 {
  margin-left: 21%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mgl20 li:nth-child(1) {
  width: 29%;
  margin-right: 50px;
  margin-top: 10px;
}

.mgl20 li:nth-child(2) {
  width: 52%;
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
}

.syomei {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  letter-spacing: 0em;
}

.mgt250 {
  margin-top: 250px;
}

.imgflex li:first-child {
  margin-top: 140px;
  width: 65%;
}

.imgflex li:nth-child(2) {
  width: 34%;
}

.img155 {
  width: 80%;
  margin-left: auto;
  margin-top: 150px;
}

.img156 {
  margin-top: 200px;

  width: 95%;
  margin-left: auto;
}

.img157 {
  margin: 200px auto;
}

.txt {
  width: 80% !important;
  margin: 200px auto;
}

@media screen and (max-width: 1200px) {
  .bg_tree {
    height: 600px;
    padding: 19% 2% 12%;
  }

  .tree {
    position: absolute;
    width: 26%;
    right: 0.5%;
    top: 30%;
  }

  .tree_txt {
    font-size: 17px;
  }

  .ugp {
    width: 37%;
  }

  .pd_p {
    padding: 0 5%;
    margin-top: 6%;
  }

  .fnt15 {
    font-size: 16px;
  }

  .mgl20 li:nth-child(2), .syomei {
    font-size: 16px;
  }
}

@media screen and (max-width: 1040px) {
  .tree {
    right: 0.5%;
    top: 35%;
  }
}

@media screen and (max-width: 1040px) {

  .tree_txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .bg_tree {
    height: 50%;
  }

  .mgl20 {
    margin-left: 7%;
  }
}

@media screen and (max-width: 980px) {
  .bg_tree {
    padding: 15% 2% 12%;
  }

  .tree_txt {
    font-size: 14px;
  }

  .pd_p {
    padding: 0 3%;
  }

  .fnt15 {
    font-size: 14px;
  }

  .mgl20 li:nth-child(2), .syomei {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  .h_logo {
    margin: 32px auto 40px;
  }

  .tree {
    width: 23%;
    right: 2.5%;
    top: 39%;
  }

  .bg_tree {

    padding: 18% 2% 12%;
  }

  .tree_txt {
    font-size: 12px;
  }

  .fnt15 {
    font-size: 12px;
  }

  .mgl20 li:nth-child(2), .syomei {
    font-size: 14px;
  }

  .ugp {
    width: 30%;
    margin: 0px auto 22px;
  }

  .mgl20 li:nth-child(1) {
    margin-right: 5%;
  }

  .mgl20 {
    margin-left: 12%;
  }
}

@media screen and (max-width: 758px) {
  .bg_tree {
    padding: 18% 2% 12%;
  }

  .tree_txt {
    font-size: 10px;
  }

  .fnt15 {
    font-size: 10px;
  }

  .mgl20 li:nth-child(2), .syomei {
    font-size: 12px;
  }

}

@media screen and (max-width: 698px) {

  .mgl20 li:nth-child(2), .syomei {
    font-size: 11px;
  }

  .tree {
    top: 36%;
  }
}

@media screen and (max-width: 598px) {
  .bg_tree {
    padding: 18% 2% 12%;
  }

  .tree_txt, .fnt15 {
    font-size: 8px;
  }

  .mgl20 li:nth-child(2), .syomei {
    font-size: 9px;
  }

  .tree {
    top: 34%;
  }
}

@media screen and (max-width: 498px) {
  .imgflex {
    flex-direction: row !important;
  }

  .h_logo {
    margin: 32px auto 23px;
  }

  .bg_tree {
    padding: 13% 0% 10%;
  }

  .fnt15 {
    font-size: 7px;
  }

  .tree {
    width: 25%;
    right: 1%;
    top: 37%;
  }

  .ugp {
    width: 36%;
  }

  .tree_txt {
    font-size: 7px;
  }

  .mgl20 li:nth-child(2), .syomei {
    font-size: 7px;
  }

  .pd_p {
    padding: 0 5%;
    letter-spacing: 0;
  }

  .sns002 {
    width: 95%;
    margin: 20px auto 40px;
  }

  .imgflex li:first-child {
    margin-top: 40px;
  }

  .mgt250 {
    margin-top: 130px;
  }

  .img155 {
    margin-top: 50px;
  }

  .img156 {
    margin-top: 80px;
  }

  .img157 {
    margin: 80px auto 0;
  }

  .txt {
    width: 80% !important;
    margin: 80px auto;
  }
}

@media screen and (max-width: 480px) {
  .bg_tree {
    height: auto;
    background-image: none;
    padding: 0;
  }

  .tree {
    width: 25%;
    right: 1%;
    top: 35.5%;
  }
}

@media screen and (max-width: 380px) {
  .mgl20 {
    margin-left: 10%;
  }

  .tree {
    width: 25%;
    right: 1%;
    top: 34.5%;
  }
}