
* {
  box-sizing: border-box;
}
.u-pc{display: block;}
.u-sp{display: none;}
@media screen and (max-width: 767px) {
  .u-pc{display: none;}
  .u-sp{display: block;}
  img {
    width: 100%;
    height: auto;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.party-vol2-content {
  overflow: hidden;
}

.kv-wrap {
  width: 100%;
  background-color: #FFA19F;
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .kv-wrap {
    padding-top: 70px;
  }
}

.kv-inner {
  width: 1147px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .kv-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.3%;
  }
}


.contnet01 {
  width: 100%;
  background-color: #fff;
}

.contnet01-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 45px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet01-inner {
    width: 86.67%;
    margin: 0 auto;
    padding: 22px 0;
  }
}

.contnet01-img {
  text-align: center;
}

.contnet02 {
  background-color: #CDE8ED;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contnet02 {
    background-color: #CDE8ED;
    margin-bottom: 30px;
  }
}

.contnet02-talk {
  padding-top: 50px;
  width: 1150px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet02-talk {
    padding-top: 10px;
    width: 92.4%;
  }
}

.contnet02-inner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contnet02-inner {
    width: 86.66%;
    margin: 30px auto 0;
  }
}

.contnet02-title {
  text-align: center;
}

.contnet02-comment {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contnet02-comment {
    flex-direction: column;
    width: 100%;
    margin: 15px auto 0;
  }
}

.contnet02-comment > div:nth-child(1) {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .contnet02-comment > div:nth-child(1) {
    width: 100%;
  }
}

.contnet02-comment > div:nth-child(2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contnet02-comment > div:nth-child(2) {
    margin: 30px auto 0;
    width: 91%;
  }
}

.contnet02-comment > div:nth-child(1) > p {
  line-height: 2;
  font-size: 1.6rem;
  padding-left: 20px;
  margin-top: 5px;
  width: 574px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .contnet02-comment > div:nth-child(1) > p {
    line-height: 1.5;
    font-size: 1.4rem;
    padding-left: 10px;
    margin-top: 5px;
    width: 100%;
  }
}

.contnet02-step {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  width: 1150px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .contnet02-step {
    padding-bottom: 25px;
    width: 100%;
    width: calc(100% + 5%);
    margin-left: -2.5%;
  }
}

.contnet02-btn {
  position: absolute;
  bottom: 100px;
  right: 65px;
}
@media screen and (max-width: 767px) {
  .contnet02-btn {
    position: absolute;
    bottom: 55px;
    right: 50%;
    transform: translateX(50%);
    width: 212px;
  }
}

.contnet03 {
  background-color: #FFD6BC;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contnet03 {
    margin-bottom: 30px;
  }
}

.contnet03-talk {
  padding-top: 50px;
  width: 1150px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet03-talk {
    padding-top: 25px;
    width: 92.4%;
  }
}

.contnet03-title {
  text-align: center;
}

.contnet03-inner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contnet03-inner {
    width: 86.66%;
    margin: 30px auto 0;
  }
}

.contnet03-comment {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contnet03-comment {
    flex-direction: column;
    width: 100%;
    margin: 15px auto 0;
  }
}

.contnet03-comment > div:nth-child(1) {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .contnet03-comment > div:nth-child(1) {
    width: 100%;
  }
}

.contnet03-comment > div:nth-child(2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contnet03-comment > div:nth-child(2) {
    margin: 30px auto 0;
    width: 91%;
  }
}

.contnet03-comment > div:nth-child(1) > p {
  line-height: 2;
  font-size: 1.6rem;
  padding-left: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .contnet03-comment > div:nth-child(1) > p {
    line-height: 1.5;
    font-size: 1.4rem;
    padding-left: 10px;
    margin-top: 5px;
  }
}

.contnet03-step {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  width: 1150px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .contnet03-step {
    padding-bottom: 25px;
    width: 100%;
  }
}

.contnet03-btn {
  position: absolute;
  bottom: 130px;
  right: 150px;
}
@media screen and (max-width: 767px) {
  .contnet03-btn {
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    width: 212px;
  }
}


.contnet04 {
  background-color: #FFBFB9;
}

.contnet04-talk {
  padding-top: 50px;
  width: 1150px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet04-talk {
    padding-top: 20px;
    width: 92.4%;
  }
}

.contnet04-title {
  text-align: center;
}

.contnet04-inner {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet04-inner {
    width: 86.66%;
    margin: 30px auto 0;
  }
}

.contnet04-comment {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet04-comment {
    flex-direction: column;
    width: 100%;
    margin: 15px auto 0;
  }
}

.contnet04-comment > div:nth-child(1) {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .contnet04-comment > div:nth-child(1) {
    width: 100%;
  }
}

.contnet04-comment > div:nth-child(2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contnet04-comment > div:nth-child(2) {
    margin: 30px auto 0;
    width: 91%;
  }
}

.contnet04-comment > div:nth-child(1) > p {
  line-height: 2;
  font-size: 1.6rem;
  padding-left: 20px;
  margin-top: 5px;
  width: 557px;
}
@media screen and (max-width: 767px) {
  .contnet04-comment > div:nth-child(1) > p {
    line-height: 1.5;
    font-size: 1.4rem;
    padding-left: 10px;
    margin-top: 5px;
    width: 100%;
    text-align: justify;
  }
}

.contnet04-step {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  width: 1150px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .contnet04-step {
    padding-bottom: 25px;
    width: 100%;
  }
}

.contnet04-btn {
  position: absolute;
  bottom: 130px;
  right: 75px;
}
@media screen and (max-width: 767px) {
  .contnet04-btn {
    position: absolute;
    bottom: 55px;
    right: 50%;
    transform: translateX(50%);
    width: 212px;
  }
}


.contnet05-title {
  text-align: center;
}

.contnet05-inner {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet05-inner {
    width: 86.66%;
    margin: 30px auto 0;
  }
}

.contnet05-comment {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contnet05-comment {
    flex-direction: column;
    width: 91%;
    margin: 15px auto 0;
  }
}

.contnet05-comment > div:nth-child(1) {
  width: 580px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet05-comment > div:nth-child(1) {
    width: 100%;
    position: relative;
  }
  .contnet05-comment > div:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contnet05-comment > div:nth-child(1) > p {
    line-height: 1.5;
    font-size: 1.4rem;
    padding-left: 0;
    margin-top: 5px;
    text-align: justify;
  }
}


.contnet05-btn {
  position: absolute;
  right: 0;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .contnet05-btn {
    top: 290px;
    right: 50%;
    transform: translateX(50%);
    width: 212px;
  }
}

.contnet06 {
  background-color: #81D599;
  margin-top: 100px;
}

.contnet06-inner {
  text-align: center;
  padding: 100px 0;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contnet06-inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
}

.homeButton {
  background-color: #fff;
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .homeButton {
    padding: 50px 0 20px;
  }
}


.decoItem {
  position: absolute;
}

.deco01 {
  right: -80px;
  bottom: -105px;
}

.deco02 {
  right: -70px;
  bottom: -110px;
}
@media screen and (max-width: 767px) {
  .deco02 {
    width: 61px;
    right: -23px;
    bottom: -40px;
  }
}

.deco03 {
  left: -53px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .deco03 {
    width: 58px;
    left: -18px;
    bottom: 40px;
  }
}

.deco04 {
  right: -200px;
  top: -90px;
}

.deco05 {
  right: -80px;
  top: 735px;
}
@media screen and (max-width: 767px) {
  .deco05 {
    width: 69px;
    right: -8%;
    top: 95.7%;
  }
}

.deco06 {
  left: -115px;
  top: 865px;
}
@media screen and (max-width: 767px) {
  .deco06 {
    width: 78px;
    left: -10%;
    top: 103%;
  }
}

.deco07 {
  right: -53px;
  bottom: 215px;
}
@media screen and (max-width: 767px) {
  .deco07 {
    width: 69px;
    right: -15px;
    bottom: 85%;
  }
}

.deco08 {
  right: 400px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .deco08 {
    width: 83px;
    right: 80%;
    bottom: 19%;
  }
}

.deco09 {
  left: -20px;
  bottom: -55px;
}
@media screen and (max-width: 767px) {
  .deco09 {
    width: 52px;
    left: 88%;
    bottom: -8%;
  }
}

.deco10 {
  left: -130px;
  bottom: -120px;
}
@media screen and (max-width: 767px) {
  .deco10 {
    width: 91px;
    left: -6%;
    top: 95%;
  }
}

.deco11 {
  right: -95px;
  top: -25px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .deco11 {
    width: 78px;
    right: -10%;
    top: -25%;
  }
}

.deco12 {
  left: -30px;
  bottom: -130px;
}
@media screen and (max-width: 767px) {
  .deco12 {
    width: 68px;
    left: 260px;
    bottom: 110px;
  }
}

.deco13 {
  right: -87px;
  bottom: -150px;
}
@media screen and (max-width: 767px) {
  .deco13 {
    width: 68px;
    bottom: -3%;
    right: 93%;
  }
}

.deco14 {
  right: -150px;
  top: -40px
}
@media screen and (max-width: 767px) {
  .deco14 {
    width: 47px;
    right: -8%;
    top: 26%;
  }
}

.deco15 {
  left: -130px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .deco15 {
    width: 69px;
    left: -35px;
    top: -125px;
  }
}

.deco16 {
  left: -65px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .deco16 {
    width: 48px;
    left: -13px;
    bottom: -5px;
  }
}

.party-vol2-pagetop {
  width: auto;
}
