@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800&display=swap');



*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}



body {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  transition: 0.3s;
  position: relative;
  background: #e10314;
}

.wrapAll {
  max-width: 1800px;
  margin: 0 auto;
}

.kokoro {
  font-family: "ab-kokoro-no1", sans-serif;
  font-weight: bold;
  letter-spacing: -0.08em;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


a {
  color: #ffe200;
  transition: 0.3s;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  opacity: .8;
  transition: 0.3s;
}


p {
  margin-top: 30px;
  line-height: 2;
  color: #fff
}


p.ex {
  margin-top: 10px;
  line-height: 2;
  color: #fff
}


p .yellow {
  color: #ffe200;
  font-size: 1.2em;
  font-weight: bold;
}



.center {
  text-align: center;
}


img {
  max-width: 100%;
}



.btnFix {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 220px;
  z-index: 999;
}



.kurukuru {
  opacity: 0;
  /* 最初は非表示 */
  scale: 1;
}

.visible {
  opacity: 1;
  animation: kurukuru 10s infinite;
}

@keyframes kurukuru {
  20% {
    transform: rotateX(720deg);
    /* 2回転 */
  }

  100% {
    transform: rotateX(720deg);
    /* 2回転後はその状態を維持 */
  }
}




/*----------------------------*/

.title1 {
  font-size: 100px;
  color: #fff;
}

.title2 {
  font-size: 38px;
  color: #fff;
}

.title2 span {
  padding-bottom: 5px;
  border-bottom: 4px solid #fff;
}


.title3 {
  font-size: 65px;
  color: #fff;
}

.title4 {
  font-size: 50px;
  color: #fff;
}


.title5 {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}



.boxTitle {
  text-align: center;
}

.boxTitle span {
  background: #ffe200;
  display: inline-block;
  padding: 10px 40px;
  font-size: 40px;
}

.boxTitle span.ex {
  padding: 10px 20px;
  font-size: 33px;
  margin-bottom: 10px;
}



.titleSet1 {
  color: #fff;
  margin-bottom: 20px;
}

.titleSet1 span:nth-child(1) {
  display: block;
  font-size: 40px;
}

.titleSet1 span:nth-child(2) {
  display: block;
  font-size: 100px;
  letter-spacing: 0;
}

.titleSet1 span:nth-child(3) {
  display: block;
  font-size: 40px;
}


.titleSet2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 20px;
}

.titleSet2 span:nth-child(1) {
  display: block;
  font-size: 50px;
  letter-spacing: -.1em;
}

.titleSet2 span:nth-child(2) {
  display: block;
  font-size: 100px;
  letter-spacing: -.1em;
  margin-left: -20px;
  margin-right: -20px;
}

.titleSet2 span:nth-child(3) {
  display: block;
  font-size: 50px;
  letter-spacing: -.1em;
}


.line-title {
  margin-top: 100px;
  margin-bottom: 50px;
  width: 110%;
  margin-left: -5%;
  position: relative;
  background: #32b16c;
  text-align: center;
  padding: 20px;
  transform: rotate(-3deg);
}


.line-title.ex {
  margin-top: -45px;
}


.line-title h2 {
  font-size: 34px;
  color: #fff;
  padding-left: 50px;
}

.line-title img {
  position: absolute;
  left: -700px;
  right: 0;
  top: -80px;
  margin: auto;
  height: 200px;
}

#fade {
  width: 100%;
  overflow: hidden;
}


.roundTitle {
  display: block;
  background: #32b16c;
  width: 500px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
}

.roundTitle.ex {
  width: 350px;
  height: 80px;
  line-height: 80px;
  border-radius: 60px;
  font-size: 40px;
  margin: 30px auto;
}

.roundTitle.ex2 {
  margin: 0 auto;
  width: 700px;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  font-size: 60px;
  margin-bottom: 60px;
}

.roundTitle.ex3 {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
  color: #e10314;
  border-radius: 60px;
  margin-bottom: 30px;
  font-weight: bold;
}

.contactBtn {
  text-align: center;
  text-decoration: none;
  display: block;
  background: #32b16c;
  width: 800px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border-radius: 60px;
  font-size: 40px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
}





/*----------------------------*/

.colorful {
  background-image: url(../img/back-color-2.png);
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 0;
}

.colorful.ex {
  padding-top: 180px;
  margin-top: -90px
}

.colorful.reverse {
  background-image: url(../img/back-color-3.png);
}


.colorful.tate {
  padding: 0;
  background-image: url(../img/back-color-tate6.png);
  background-size: contain;
}

.colorful.tate2 {
  padding: 0;
  background-image: url(../img/back-color-tate6.png);
  background-size: cover;
}


.darkRed {
  background: #c42200;
}

.darkRed.ex {
  height: 100px;
}

.darkRed.ex2 {
  height: 150px;
}

.darkRed.ex3 {
  padding-top: 100px;
  margin-top: -90px;
  padding-bottom: 120px;
}






.mainVisual {
  background-image: url(../img/back-color-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.mainVisual .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mainVisual .main {
  margin: 0 auto;
  padding-top: 350px;
}

.mainVisual .logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 500px;
}

.mainVisual .question {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: -20px;
}

.mainVisual .question img {
  height: 80px;
  margin-right: 10px;
}

.mainVisual .works {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.mainVisual .works img {
  height: 280px;
}

.mainVisual .works img.ex {
  margin-top: 20px;
}

.woman1 {
  position: absolute;
  left: 0px;
  bottom: 230px;
  height: 300px;
}

.baloon1 {
  position: absolute;
  height: 180px;
  left: 30px;
  bottom: 40px;
}

.woman2 {
  position: absolute;
  height: 290px;
  top: 50px;
  right: 500px;
}

.baloon2 {
  position: absolute;
  height: 180px;
  top: 50px;
  right: 300px;
}

.woman3 {
  position: absolute;
  height: 350px;
  right: 0px;
  bottom: -50px;
}

.baloon3 {
  position: absolute;
  height: 180px;
  right: 0;
  bottom: 250px;
}

/*----------------------------*/


.container {
  padding-bottom: 120px;
}

.container2 {
  margin-top: -60px;
}



.basicWrap {
  padding: 80px 0;
  width: 1100px;
  margin: 0 auto;
}

.basicWrap.ex {
  padding-top: 0;
}

.basicWrap.ex2 {
  padding: 0;
  margin-top: -120px;
}

.basicWrap.ex3 {
  padding 0;
  margin-top: -80px;
}

.basicWrap.ex4 {

  padding-bottom: 40px;
}

.basicWrap.ex5 {
  padding-bottom: 0;
}




.box1 {
  width: 600px;
  margin: 0 auto;
  margin-top: 80px;
}


.box1 .item {
  position: relative;
  margin-bottom: 120px;
}


.box1 .icon {
  width: 150px;
  position: absolute;
  left: -40px;
  top: -60px;
}

.box1 .sub {
  margin-top: 0;
}



/*----------------------------*/


.flexBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
  align-items: center;
}


.flexBox.reverse {
  flex-direction: row-reverse;
}

.flexBox.ex {
  margin-bottom: 0;
}

.flexBox.ex2 {
  margin-top: 60px;
}

.flexBox.ex3 {
  align-items: flex-start;
}





.flexBox .item {
  width: 48%;
  position: relative;
}

.flexBox .item.ex {
  width: 48%;
  position: relative;
  text-align: center;
}

.flexBox .item.wide {
  width: 50%;
}

.flexBox .item.slim {
  width: 48%;
}




.flexBox2 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.flexBox2 .item {
  width: 45%;
  position: relative;
  margin-bottom: 60px;
}


.flexBox3 {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}

.flexBox3 .item {
  width: 30%;
  position: relative;
  margin-bottom: 60px;
}

.flexBox3 .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  bottom: 0;
  margin: auto;
  width: 80%;
}

.flexBox3 .inner.one {
  width: 60%;
  top: -80px;
}

.flexBox3 .inner.two {
  width: 90%;
  top: -40px;
}

.flexBox3 .inner.three {
  height: 70%;
  width: auto;
  top: -40px;
}

.flexBox3 span {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 30px;
}


.flexBox4 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}


.flexBox4.ex {
  margin-bottom: 0;
}



.flexBox4 .item {
  width: 48%;
}

.flexBox4 .item .number {
  width: 100px;
}

.flexBox4 .title {
  display: flex;
  align-items: center;
}

.flexBox4 .title span {
  margin-left: 10px;
}


.price.ex {
  margin-top: 60px;
}

/*----------------------------*/

img.man1 {
  width: 80%
}

img.happy {
  width: 150px;
  position: absolute;
  right: -50px;
}

img.post-kun {
  width: 70%;
  display: block;
  margin: 0 auto;
}

img.pc-img {
  width: 100%;
  margin-bottom: 30px;
}




img.posting {
  width: 150px;
  position: absolute;
  right: 20px;
}

img.posting-logo {
  display: block;
  width: 350px;
  margin: 0 auto;
  margin-top: 10px;
}

img.web-desgin {
  display: block;
  width: 350px;
  margin: 0 auto;
  margin-top: 10px;
}

img.pointImg {
  display: block;
  width: 70%;
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

img.pointImg.ex {
  width: 100%;
}


img.point {
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px
}

img.naname.reverse {
  transform: rotate(180deg);
}


img.plus {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}


/*----------------------------*/




.dekaWrap {
  margin: 0px auto;
  position: relative;
  height: 250px;
  margin-bottom: 60px;
  text-align: center;
}

.dekaWrap.ex {
  margin-top: -100px;
}

.dekaWrap.ex2 {
  margin-bottom: 0;
}

.dekaWrap img:first-child {
  max-height: 350px;
}




.dekaWrap .arrow {
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  margin: auto;
}


.dekaWrap .arrow.ex {
  top: inherit;
  bottom: -30px;
}




.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}



.bordertWrap {
  width: 1000px;
  margin: 0 auto;
  border: 10px solid #fff;
  border-radius: 20px;
  padding: 100px 60px;
  padding-bottom: 60px;
  position: relative;

}

.bordertWrap.ex {
  width: 1100px;
  margin-top: 60px;
  padding: 60px;
}


.txtConcept {
  position: absolute;
  height: 120px;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
  background: #e10314;
  padding: 0 20px;
}




.bordertWrap .txt {
  width: 550px;
  margin: 50px auto;
}

.bordertWrap p.ex {
  margin: 0 auto;
  margin-top: 30px;
}





.bordertWrap .logo {
  display: block;
  margin: 0 auto;
  width: 500px;
}

.bordertWrap .sub {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 500px;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}



.entryBtn {
  display: block;
  position: relative;
  background: #fff;
  width: 900px;
  height: 220px;
  margin: 0 auto;
  border-radius: 100px;
  color: #000;
  text-decoration: none;
}

.entryBtn .inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-left: 60px
}

.entryBtn span:nth-child(1) {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
}

.entryBtn span:nth-child(2) {
  font-size: 65px;
  margin-bottom: 20px;
}

.entryBtn span:nth-child(3) {
  font-size: 22px;
}


.entryBtn .woman {
  display: block;
  position: absolute;
  width: 200px;
  left: -25px;
  top: 10px;
}

.entryBtn .arrow {
  display: block;
  position: absolute;
  width: 60px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow2 {
  width: 100px;
  margin-top: 10px;
}


/*----------------------------*/



.listBox {
  width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listBox .item {
  width: 30%;
  background: #fff;
  border-radius: 30px;
  position: relative;
  margin-bottom: 60px
}

.listBox .tn {
  height: 250px;
  background: #ddd;
  border-radius: 30px 30px 0 0;
  background-size: cover;
  background-position: 50% 50%;
}

.listBox .tn.one {
  background-image: url(../img/achive-1.jpg);
}

.listBox .tn.two {
  background-image: url(../img/achive-2.jpg);
}

.listBox .tn.three {
  background-image: url(../img/achive-3.jpg);
}

.listBox .tn.four {
  background-image: url(../img/achive-4.jpg);
}

.listBox .tn.five {
  background-image: url(../img/achive-5.jpg);
}

.listBox .tn.six {
  background-image: url(../img/achive-6.jpg);
}




.listBox .title {
  display: block;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}

.listBox .client {
  color: #000;
  font-size: 15px;
  text-align: center;
  margin-top: -0px;
}


.listBox .numberItem {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.listBox .number {
  color: #000;
  font-size: 80px;
  font-family: Impact;
  letter-spacing: 2px;
  margin-top: -30px;
}

.listBox .number span {
  font-size: 30px;
}


.listBox .foot {
  color: #000;
  margin-top: -30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.listBox .foot.ex {
  margin-top: 30px;
  line-height: 1.5;
}




.listBox .ashirai {
  position: absolute;
  width: 30px;
  top: -30px;
  right: -30px;
}

/*----------------------------*/

.infoBox {
  margin-top: 60px;
}








/*----------------------------*/


.imgCont {
  width: 700px;
  margin: 60px auto;
  position: relative;
  z-index: 1;
}

.imgCont .parts {
  width: 250px;
  position: absolute;
}

.imgCont .inner {
  position: relative;
}

.imgCont span {
  position: absolute;
  width: 250px;

  margin: auto;
  font-size: 40px
}

.imgCont span.one {
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
}

.imgCont span.two {
  left: -20px;
  right: 0;
  top: 50px;
  bottom: 0;
}

.imgCont span.three {
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
}

.imgCont span.four {
  left: 5px;
  right: 0;
  top: 60px;
  bottom: 0;
}




.imgCont .parts.one {
  top: 0;
  left: -100px;
}

.imgCont .parts.two {
  top: 400px;
  left: -60px;
}


.imgCont .parts.three {
  top: 40px;
  right: -100px;
}

.imgCont .parts.four {
  top: 360px;
  right: -80px;
}


.txtBox {
  width: 700px;
  margin: 30px auto;
}

.txtBox p {
  margin-top: 10px;
}


.featureBox {
  margin-top: 60px;
}





form {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}

form label {
  width: 100%;
  background: #32b16c;
  color: #fff;
  text-align: center;
  height: 80px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
}

form .item {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.item.message,
.item.radio {
  align-items: flex-start;
  height: auto;
}


form input {
  width: 55%;
  line-height: 50px;
  background: #fff;
  padding: 0 20px;
  height: 80px;
}

textarea {
  width: 55%;
  height: 200px;
  padding: 10px;
  background: #fff;
}

form button {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #32b16c;
  color: #fff;
  width: 400px;
  height: 80px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  border: 0px;
  margin-top: 50px;
  font-size: 18px;
}

::placeholder {
  color: #bbb;
  font-weight: normal;
}


.radio .inner {
  width: 55%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  font-weight: 500;
  background: #fff;
}

.radio .inner.ex {
  height: 220px;
}

.radio.label {
  height: 220px;
}

.message.label {
  height: 200px;
}


.radio span {
  margin-left: 5px;
}

.check {
  width: 20px;
  margin-bottom: 3px;
}

.radio .inner div {
  display: flex;
  height: 40px;
  align-items: center;
}


.label-btn {
  display: block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: #F95F00;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 10px;
}

.label-btn.ex {
  background: #eee;
  color: #999;
}



.copyright {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}



.baan {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.baan.animated {
  animation: scaleAndFade 1.3s cubic-bezier(0.34, 0.1, 0.4, 1) forwards;
}

.baan.ex.animated {
  animation: scaleAndFade 1.8s cubic-bezier(0.34, 0.1, 0.4, 1) forwards;
}





@keyframes scaleAndFade {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  40% {
    opacity: 1;
    transform: scale(1.3);
  }

  80% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}


.swiper-slide img {
  width: 100%;
  max-width: 400px;
  /* ここで最大幅を設定 */
  height: auto;
  object-fit: cover;
}







/*----------------------------*/




.rotation {
  animation: 30s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*----------------------------*/


#pageTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;
}

#pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
}

#pageTop i {
  font-size: 22px;
  font-weight: bold;
  margin-left: 3px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*----------------------------*/

.anm-fade_up,
.anm-fade_left,
.anm-fade_right,
.anm-fade_down {
  opacity: 0;
}

.animated {
  opacity: 1;
}

.anm-fade_up {
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.anm-fade_left {
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.anm-fade_right {
  transform: translateX(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.anm-fade_down {
  transform: translateY(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animated.anm-fade_up,
.animated.anm-fade_left,
.animated.anm-fade_right,
.animated.anm-fade_down {
  transform: translateY(0);

}

.animated.anm-fade_left {
  transform: translateX(0);
}

.animated.anm-fade_right {
  transform: translateX(0);
}

.animated.anm-fade_down {
  transform: translateY(0);
}

.anm-fade_up.two,
.anm-fade_left.two,
.anm-fade_right.two,
.anm-fade_down.two {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}


.anm-fade_up.three,
.anm-fade_left.three,
.anm-fade_right.three,
.anm-fade_down.three {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.anm-fade_up.four,
.anm-fade_left.four,
.anm-fade_right.four,
.anm-fade_down.four {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.anm-fade_up.five,
.anm-fade_left.five,
.anm-fade_right.five,
.anm-fade_down.five {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.anm-fade_up.six,
.anm-fade_left.six,
.anm-fade_right.six,
.anm-fade_down.six {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.anm-fade_up.seven,
.anm-fade_left.seven,
.anm-fade_right.seven,
.anm-fade_down.seven {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

.anm-fade_up.eight,
.anm-fade_left.eight,
.anm-fade_right.eight,
.anm-fade_down.eight {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.anm-fade_up.nine,
.anm-fade_left.nine,
.anm-fade_right.nine,
.anm-fade_down.nine {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.anm-fade_up.ten,
.anm-fade_left.ten,
.anm-fade_right.ten,
.anm-fade_down.ten {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.anm-fade_up.s11,
.anm-fade_left.s11,
.anm-fade_right.s11,
.anm-fade_down.s11 {
  -moz-transition-delay: 1100ms;
  -webkit-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
}

.anm-fade_up.s12,
.anm-fade_left.s12,
.anm-fade_right.s12,
.anm-fade_down.s12 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

/* ここから追加 */
.anm-fade_up.s13,
.anm-fade_left.s13,
.anm-fade_right.s13,
.anm-fade_down.s13 {
  -moz-transition-delay: 1300ms;
  -webkit-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
}

.anm-fade_up.s14,
.anm-fade_left.s14,
.anm-fade_right.s14,
.anm-fade_down.s14 {
  -moz-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
}

.anm-fade_up.s15,
.anm-fade_left.s15,
.anm-fade_right.s15,
.anm-fade_down.s15 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.anm-fade_up.s16,
.anm-fade_left.s16,
.anm-fade_right.s16,
.anm-fade_down.s16 {
  -moz-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
}

.anm-fade_up.s17,
.anm-fade_left.s17,
.anm-fade_right.s17,
.anm-fade_down.s17 {
  -moz-transition-delay: 1700ms;
  -webkit-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
}

.anm-fade_up.s18,
.anm-fade_left.s18,
.anm-fade_right.s18,
.anm-fade_down.s18 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.anm-fade_up.s19,
.anm-fade_left.s19,
.anm-fade_right.s19,
.anm-fade_down.s19 {
  -moz-transition-delay: 1900ms;
  -webkit-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  -ms-transition-delay: 1900ms;
}

.anm-fade_up.s20,
.anm-fade_left.s20,
.anm-fade_right.s20,
.anm-fade_down.s20 {
  -moz-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
}

.anm-fade_up.s11,
.anm-fade_left.s11,
.anm-fade_right.s11,
.anm-fade_down.s11 {
  -moz-transition-delay: 1100ms;
  -webkit-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
}


.anm-fade_up.s12,
.anm-fade_left.s12,
.anm-fade_right.s12,
.anm-fade_down.s12 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}











.anm-fade_up.late-1,
.anm-fade_left.late-1,
.anm-fade_right.late-1,
.anm-fade_down.late-1 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}


.anm-fade_up.late-2,
.anm-fade_left.late-2,
.anm-fade_right.late-2,
.anm-fade_down.late-2 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}


.anm-fade_up.late-3,
.anm-fade_left.late-3,
.anm-fade_right.late-3,
.anm-fade_down.late-3 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.anm-fade_up.late-4,
.anm-fade_left.late-4,
.anm-fade_right.late-4,
.anm-fade_down.late-4 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}


@keyframes fuwafuwa {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.fuwafuwa {
  animation: 2s fuwafuwa infinite;
}

.fuwafuwa-2 {
  animation: 2s fuwafuwa infinite;
  animation-delay: 1s;
}

.fuwafuwa-3 {
  animation: 2s fuwafuwa infinite;
  animation-delay: 2s;
}


.thanks {
  width: 100%;
  height: 100vh;
}


.thanks .wrap {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}

.thanks .inner {
  text-align: center;
}

.thanks .inner img {
  width: 70%;
  margin-bottom: 50px;
}

.thanks .inner h2 {
  font-size: 40px;
  font-weight: bold;
}

.thanks .inner a {
  display: block;
  font-weight: bold;
  margin-top: 50px;
}




.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: block;
}
