html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: url(../img/bg.webp);
  background-size: contain;
  font-family: 'Noto Sans JP', sans-serif;
}

.fix-b {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 80%;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  max-width: 1200px;
}

.xxx {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.cm {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.hs {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.ms {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.open_menu {
  opacity: 1;
}

.left-logo {
  background-image: url(../img/left-logo2.png);
  background-repeat-x: no-repeat;
  background-size: 200px;
  padding-top: 150px;
}

.left-logo .stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  text-align: end;
  padding-right: 25px;
  z-index: 9999;
}

.left-logo .stick a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.left-logo .stick a span {
  margin-right: 10px;
}

.fade {
  opacity: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.flex div:nth-of-type(1) {
  padding-left: calc((100% - 1000px) / 2);
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.pad-t150 {
  padding-top: 150px;
}

.sp-hide {
  display: block;
}

.pc_hide {
  display: none;
}

.iframe {
  position: relative;
  width: 80%;
  margin: 0 auto 150px;
  max-width: 1000px;
}

.iframe::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.iframe iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.outer1 {
  background: rgba(198, 123, 70, 0.3);
}

.outer1 .top2 {
  position: relative;
  z-index: 200;
}

.outer1 .top2 img {
  width: 100%;
}

.outer1 .top2 img:nth-of-type(3) {
  position: absolute;
  width: 15%;
  right: 0%;
  top: 0;
}

.outer1 .top2 .baby1 {
  font-weight: bold;
  position: absolute;
  top: 32%;
  right: 12%;
}

.outer1 .top2 p {
  position: absolute;
  z-index: 200;
}

.outer1 .top2 p:nth-of-type(1) {
  font-weight: bold;
  top: 37%;
  right: 5%;
  z-index: 80;
  margin: 0;
}

.outer1 .top2 p:nth-of-type(1) span:nth-of-type(1) {
  position: relative;
  font-size: 22px;
  top: -10%;
  right: 0;
  overflow: hidden;
  -webkit-animation: opacity;
          animation: opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  color: #00000000;
}

.outer1 .top2 p:nth-of-type(1) span:nth-of-type(1)::before {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
}

.outer1 .top2 p:nth-of-type(1) span:nth-of-type(2) {
  overflow: hidden;
  font-size: 100px;
  position: relative;
  display: block;
  margin-top: -20px;
  -webkit-animation: opacity2;
          animation: opacity2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  color: #00000000;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.outer1 .top2 p:nth-of-type(1) span:nth-of-type(2)::before {
  background: #000000;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 70%;
  content: '';
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
}

.outer1 .top2 p:nth-of-type(1) span:nth-of-type(2)::after {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 70%;
  content: '';
  z-index: -1;
  -webkit-animation: opacity3;
          animation: opacity3;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.outer1 .top2 p:nth-of-type(1) .potato {
  color: #D19A3C;
  font-weight: bold;
  font-size: 100px;
  position: relative;
  top: 80%;
  right: 0;
  z-index: 80;
  display: block;
  margin-top: -25px;
  overflow: hidden;
  -webkit-animation: opacity2;
          animation: opacity2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  color: #00000000;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.outer1 .top2 p:nth-of-type(1) .potato::before {
  background: #000000;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 70%;
  content: '';
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
}

.outer1 .top2 p:nth-of-type(1) .potato::after {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  top: 20%;
  left: 0;
  width: 100%;
  height: 70%;
  content: '';
  z-index: -1;
  -webkit-animation: opacity3;
          animation: opacity3;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.outer1 .top2 p:nth-of-type(1) span:nth-of-type(4) {
  right: 0;
  top: 185%;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-animation: opacity;
          animation: opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.outer1 .top2 p:nth-of-type(1) span:nth-of-type(4)::before {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
}

.outer1 .h-mid {
  width: 1000px;
  margin: 0 auto;
}

.outer1 h2 {
  font-size: 45px;
  letter-spacing: 5px;
  color: #D0AA74;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.outer1 .slide-fade {
  -webkit-animation: opacity4;
          animation: opacity4;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: #00000000;
  position: relative;
  overflow: hidden;
  color: #00000000;
  opacity: 1;
}

.outer1 .slide-fade::before {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
}

.outer1 .img1 {
  position: relative;
  text-align: right;
  padding-bottom: 625px;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.outer1 .img1 img {
  width: 80%;
  max-width: 1500px;
}

.outer1 .img1 img:nth-of-type(1) {
  z-index: 20;
  position: absolute;
  right: 100%;
  top: 5%;
}

.outer1 .img1 img:nth-of-type(2) {
  position: absolute;
  right: 0%;
  mix-blend-mode: multiply;
  top: 5%;
}

.outer1 .img1a {
  position: relative;
  text-align: right;
  padding-bottom: 200px;
  max-width: 1920px;
  margin: 0 auto;
}

.outer1 .img1a img {
  width: 80%;
  max-width: 1500px;
}

.outer1 .img1a img:nth-of-type(1) {
  mix-blend-mode: multiply;
  position: absolute;
  right: 100%;
  top: 5%;
}

.outer1 .img1a img:nth-of-type(2) {
  mix-blend-mode: normal;
  z-index: 20;
  position: absolute;
  right: -100%;
  top: 5%;
}

.outer1 .rtol {
  -webkit-animation: RtoL;
          animation: RtoL;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.outer1 .ltor {
  -webkit-animation: LtoR;
          animation: LtoR;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.outer1 .text {
  width: 35%;
}

.outer1 .text h3 {
  line-height: 35px;
}

.outer1 .text p {
  line-height: 35px;
  font-size: 14px;
  letter-spacing: 3px;
}

.outer1 .happa {
  width: 52%;
}

.outer1 .happa img {
  width: 100%;
}

.outer1 .arrow {
  text-align: center;
  margin-top: 35px;
}

.outer1 .arrow p {
  margin: 0;
  opacity: 0;
}

.outer1 .arrow p:nth-of-type(1) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  mix-blend-mode: multiply;
}

.outer1 .arrow p:nth-of-type(1) img {
  margin-right: 70px;
}

.outer1 .arrow p:nth-of-type(2) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  mix-blend-mode: multiply;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.outer1 .arrow p:nth-of-type(3) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  mix-blend-mode: multiply;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.outer1 .arrow p:nth-of-type(3) img {
  margin-left: 70px;
}

.outer1 .arrow2 {
  text-align: center;
  margin-top: 35px;
}

.outer1 .arrow2 p {
  margin: 0;
  opacity: 0;
}

.outer1 .arrow2 p:nth-of-type(1) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  mix-blend-mode: multiply;
}

.outer1 .arrow2 p:nth-of-type(1) img {
  margin-left: 70px;
}

.outer1 .arrow2 p:nth-of-type(2) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  mix-blend-mode: multiply;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.outer1 .arrow2 p:nth-of-type(3) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  mix-blend-mode: multiply;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.outer1 .arrow2 p:nth-of-type(3) img {
  margin-right: 70px;
}

.outer1 .arrow3 {
  text-align: center;
  margin-top: 35px;
  padding: 50px 0;
}

.outer1 .arrow3 p {
  opacity: 0;
}

.outer1 .arrow3 p:nth-of-type(1) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  mix-blend-mode: multiply;
}

.outer1 .arrow3 p:nth-of-type(2) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  mix-blend-mode: multiply;
}

.outer1 .arrow3 p:nth-of-type(3) {
  -webkit-animation: pika;
          animation: pika;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  mix-blend-mode: multiply;
}

.outer1 .satsuma {
  width: 40%;
}

.outer1 .satsuma img {
  width: 90%;
}

.outer1 .text2 h3 {
  line-height: 35px;
}

.outer1 .text2 p {
  line-height: 35px;
  font-size: 14px;
  letter-spacing: 3px;
}

.outer1 .imo {
  width: 60%;
  text-align: center;
}

.outer1 .imo img {
  width: 100%;
}

.outer1 .pack {
  margin: 300px auto 0;
  position: relative;
  max-width: 1920px;
}

.outer1 .pack img:nth-of-type(1) {
  width: 100%;
  mix-blend-mode: multiply;
}

.outer1 .pack .p-item {
  width: 35%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: -25%;
}

.outer1 .pack .p-item img:nth-of-type(1) {
  -webkit-animation: fuwa;
          animation: fuwa;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.outer1 .pack .p-item img:nth-of-type(2) {
  top: -27%;
  left: -49%;
  width: 70%;
  position: absolute;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.outer1 .pack .p-item img:nth-of-type(3) {
  position: absolute;
  top: -30%;
  right: -14%;
  width: 53%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.outer1 .pack .p-item img:nth-of-type(4) {
  right: -50%;
  position: absolute;
  top: 30%;
  width: 55%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.outer1 .pack .p-item img:nth-of-type(5) {
  position: absolute;
  left: -40%;
  width: 55%;
  bottom: 0;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.outer1 .pack img:nth-of-type(2) {
  position: absolute;
  width: 300px;
  bottom: -20%;
  right: 5%;
  z-index: 20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.outer1 .pack img:nth-of-type(2):hover {
  -webkit-transform: scale(1.05) rotate(10deg);
          transform: scale(1.05) rotate(10deg);
}

.outer1 .pack p {
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 3px;
  position: absolute;
  bottom: -15%;
  left: 25%;
}

.outer1 .img2 {
  position: relative;
  text-align: right;
  padding-bottom: 200px;
  padding-top: 150px;
}

.outer1 .img2 img {
  width: 80%;
  max-width: 900px;
}

.outer1 .img2 img:nth-of-type(1) {
  position: relative;
  margin-top: 60px;
  mix-blend-mode: multiply;
}

.outer1 .img2 img:nth-of-type(2) {
  position: absolute;
  left: 0;
  z-index: 20;
}

.outer1 .message {
  width: 35%;
}

.outer1 .message img {
  width: 100%;
}

.outer1 .messa span {
  font-weight: bold;
  font-size: 24px;
  margin-left: 20px;
}

.outer1 .cta {
  text-align: center;
}

.outer1 .cta img {
  width: 1000px;
}

.outer1 .footer {
  position: relative;
  padding: 150px 0;
  margin-top: 150px;
}

.outer1 .footer::before {
  background: #FFDC67;
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.outer1 .footer p {
  margin: 0;
  text-align: center;
}

.outer1 .footer p img {
  width: 100px;
  position: relative;
}

.outer1 .footer .baby2 {
  position: absolute;
  width: 400px;
  right: -175px;
  bottom: 160px;
}

.outer1 .footer .arm {
  position: absolute;
  right: -5px;
  width: 170px;
  bottom: 55px;
}

.outer1 .footer .armove {
  -webkit-animation: pochi;
          animation: pochi;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.of-x {
  overflow-x: hidden;
}

.mar-t150 {
  margin-top: 150px;
}

.mar-t200 {
  margin-top: 200px;
}

.pad-b100 {
  padding-bottom: 100px !important;
}

.mar-left {
  margin-left: 50px;
}

.tfort {
  background-color: rgba(255, 250, 238, 0.3);
  padding: 150px 0;
  margin-top: 200px;
}

.sdgs {
  display: -ms-grid;
  display: grid;
}

.sdgs img:nth-of-type(2) {
  margin-top: 50px;
}

.sdgs-tx {
  color: #89632C;
  letter-spacing: 1px;
  line-height: 30px;
  padding-left: 50px;
}

.sdgs-img {
  width: 30%;
  text-align: right;
  color: #89632C;
  margin-top: 100px;
}

.sdgs-img img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bana {
  text-align: center;
  margin-top: 150px;
}

.bana img {
  width: 1000px;
}

.c {
  color: #FFBE4F;
  background: #000;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 20px 0;
}

.backtop {
  position: absolute;
  mix-blend-mode: multiply;
  right: 100px;
  bottom: 35px;
  z-index: 100;
}

.backtop img {
  position: relative;
  z-index: 100;
}

.backtop::after {
  background-color: #CE9D34;
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  bottom: -8px;
  left: 0;
  border-radius: 0 0 50% 50%;
  z-index: 99;
}

.backtop:active.backtop {
  bottom: 23px;
}

.backtop:active.backtop::after {
  bottom: 4px;
  height: 30px;
}

.fade-zoom {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.zoom {
  -webkit-animation: zoomin;
          animation: zoomin;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#message {
  padding-top: 150px;
}

@-webkit-keyframes opacity {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  60% {
    color: rgba(0, 0, 0, 0);
  }
  100% {
    color: black;
  }
}

@keyframes opacity {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  60% {
    color: rgba(0, 0, 0, 0);
  }
  100% {
    color: black;
  }
}

@-webkit-keyframes opacity2 {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  40% {
    color: #D19A3C;
  }
  100% {
    color: #D19A3C;
  }
}

@keyframes opacity2 {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  40% {
    color: #D19A3C;
  }
  100% {
    color: #D19A3C;
  }
}

@-webkit-keyframes opacity3 {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  40% {
    background-color: black;
  }
  100% {
    background-color: black;
  }
}

@keyframes opacity3 {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  40% {
    background-color: black;
  }
  100% {
    background-color: black;
  }
}

@-webkit-keyframes opacity4 {
  0% {
    color: rgba(0, 0, 0, 0);
    background-color: #00000000;
  }
  40% {
    color: #D0AA74;
    background-color: #000;
  }
  100% {
    color: #D0AA74;
    background-color: #000;
  }
}

@keyframes opacity4 {
  0% {
    color: rgba(0, 0, 0, 0);
    background-color: #00000000;
  }
  40% {
    color: #D0AA74;
    background-color: #000;
  }
  100% {
    color: #D0AA74;
    background-color: #000;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translate(-101%, 0);
            transform: translate(-101%, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(101%, 0);
            transform: translate(101%, 0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translate(-101%, 0);
            transform: translate(-101%, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(101%, 0);
            transform: translate(101%, 0);
  }
}

@-webkit-keyframes RtoL {
  0% {
    right: 10%;
    top: 5%;
  }
  90% {
    top: 5%;
    right: 10%;
  }
  100% {
    right: 20%;
    top: 0;
  }
}

@keyframes RtoL {
  0% {
    right: 10%;
    top: 5%;
  }
  90% {
    top: 5%;
    right: 10%;
  }
  100% {
    right: 20%;
    top: 0;
  }
}

@-webkit-keyframes LtoR {
  0% {
    right: 10%;
    top: 5%;
  }
  90% {
    top: 5%;
    right: 10%;
  }
  100% {
    right: 0;
    top: 20%;
  }
}

@keyframes LtoR {
  0% {
    right: 10%;
    top: 5%;
  }
  90% {
    top: 5%;
    right: 10%;
  }
  100% {
    right: 0;
    top: 20%;
  }
}

@-webkit-keyframes RtoL_sp {
  0% {
    right: -100%;
    top: 5%;
  }
  10% {
    right: -90%;
  }
  80% {
    right: 10%;
    top: 5%;
  }
  90% {
    top: 5%;
    right: 10%;
  }
  91% {
    left: initial;
  }
  92% {
    right: initial;
    left: 15%;
  }
  100% {
    right: initial;
    top: 0;
    left: 0;
  }
}

@keyframes RtoL_sp {
  0% {
    right: -100%;
    top: 5%;
  }
  10% {
    right: -90%;
  }
  80% {
    right: 10%;
    top: 5%;
  }
  90% {
    top: 5%;
    right: 10%;
  }
  91% {
    left: initial;
  }
  92% {
    right: initial;
    left: 15%;
  }
  100% {
    right: initial;
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes LtoR_sp {
  0% {
    right: 100%;
    top: 5%;
  }
  10% {
    right: 90%;
  }
  80% {
    right: 10%;
    top: 5%;
  }
  90% {
    top: 5%;
    right: 10%;
  }
  100% {
    right: 0;
    top: 15px;
  }
}

@keyframes LtoR_sp {
  0% {
    right: 100%;
    top: 5%;
  }
  10% {
    right: 90%;
  }
  80% {
    right: 10%;
    top: 5%;
  }
  90% {
    top: 5%;
    right: 10%;
  }
  100% {
    right: 0;
    top: 15px;
  }
}

@-webkit-keyframes sankakuopa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sankakuopa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pochi {
  0% {
    bottom: 55px;
    right: -5px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: 45px;
    right: -15px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    bottom: 55px;
    right: -5px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes pochi {
  0% {
    bottom: 55px;
    right: -5px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: 45px;
    right: -15px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    bottom: 55px;
    right: -5px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes pochi2 {
  0% {
    bottom: 80px;
    right: 3px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 70px;
    right: -6px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes pochi2 {
  0% {
    bottom: 80px;
    right: 3px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 70px;
    right: -6px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@-webkit-keyframes pochi3 {
  0% {
    bottom: 50px;
    right: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 40px;
    right: -10px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes pochi3 {
  0% {
    bottom: 50px;
    right: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 40px;
    right: -10px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes pika {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pika {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 1100px) {
  .bana img {
    width: 80%;
  }
  .f-t4t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .outer1 .cta img {
    width: 80%;
  }
  .outer1 .flex {
    padding: 0 10%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .outer1 .h-mid {
    margin: initial;
    padding-left: 10%;
    width: 80%;
  }
  .outer1 .pack img:nth-of-type(2) {
    width: 190px;
    right: 5%;
  }
  .outer1 .pack p {
    bottom: -85px;
  }
  .outer1 .footer p:nth-of-type(1) {
    line-height: 30px;
  }
  .outer1 .footer .baby2 {
    width: 300px;
    right: -125px;
  }
  .outer1 .footer .arm {
    width: 130px;
    right: 3px;
    bottom: 80px;
  }
  .outer1 .footer .armove {
    -webkit-animation: pochi2;
            animation: pochi2;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
  }
  .backtop {
    bottom: 50px;
    right: 75px;
  }
  .backtop::after {
    display: none;
  }
  .backtop:active.backtop {
    bottom: 38px;
  }
  #message {
    padding-top: 0;
  }
}

@media screen and (max-width: 810px) {
  .outer1 .img1 {
    padding-bottom: 280px;
  }
  .sdgs-img img {
    height: 220px;
  }
}

@media screen and (max-width: 430px) {
  .mar-t150 {
    margin-top: 100px;
  }
  .mar-t200 {
    margin-top: 100px;
  }
  .sp_hide {
    display: none;
  }
  .pc_hide {
    display: block;
  }
  .br::before {
    content: "\A";
    white-space: pre;
  }
  .left-logo {
    padding-top: 100px;
  }
  .outer1 .top2 p:nth-of-type(1) {
    top: 65%;
    right: 10%;
  }
  .outer1 .top2 img:nth-of-type(3) {
    width: 35%;
    right: 0%;
    top: 20%;
  }
  .outer1 .top2 .baby1 {
    top: 48%;
  }
  .outer1 .rtol {
    -webkit-animation: RtoL_sp;
            animation: RtoL_sp;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .outer1 .ltor {
    -webkit-animation: LtoR_sp;
            animation: LtoR_sp;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .outer1 .img1 {
    padding-bottom: 130px;
  }
  .outer1 h2 {
    font-size: 24px;
  }
  .outer1 .top2 p:nth-of-type(1) {
    zoom: 0.7;
  }
  .outer1 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .outer1 .text {
    width: 100%;
  }
  .outer1 .happa {
    width: 90%;
  }
  .outer1 .satsuma {
    margin-top: 50px;
    width: 80%;
  }
  .outer1 .satsuma img {
    width: 90%;
  }
  .outer1 .imo {
    width: 100%;
  }
  .outer1 .pack {
    margin-top: 150px;
  }
  .outer1 .pack p {
    position: initial;
    padding-left: 15px;
  }
  .outer1 .pack img:nth-of-type(2) {
    bottom: -55%;
    width: 130px;
  }
  .outer1 .pack .p-item {
    width: 50%;
    top: -30%;
  }
  .outer1 .sdgs {
    justify-items: center;
  }
  .outer1 .sdgs img {
    width: 86%;
  }
  .outer1 .footer {
    padding: 100px 0 150px;
  }
  .outer1 .footer .baby2 {
    width: 220px;
    right: -95px;
    bottom: 110px;
  }
  .outer1 .footer .arm {
    width: 95px;
    right: -1px;
    bottom: 50px;
    bottom: 50px;
  }
  .outer1 .footer .armove {
    -webkit-animation: pochi3;
            animation: pochi3;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
  }
  .outer1 .message {
    width: 90%;
  }
  .outer1 .arrow3 {
    padding: 20px 0;
  }
  .sdgs-tx {
    padding-left: 0;
  }
  .sp_flex {
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
            flex-direction: initial !important;
  }
  .pad-t150 {
    padding-top: 70px;
  }
  .bana {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .backtop {
    bottom: 25px;
    right: 50px;
  }
  .backtop:active.backtop {
    bottom: 15px;
  }
  .backtop:active.backtop::after {
    bottom: 0px;
  }
  .backtop img {
    width: 85px;
  }
}
/*# sourceMappingURL=style.css.map */