@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
main {
  background-color: #F0EBDD;
  color: #655744;
  overflow: hidden;
  letter-spacing: 0.07em;
  padding-top: 16px;
  line-height: 1.4375;
}
@media (max-width: 768px) {
  main {
    padding-top: 12px;
  }
}

.main a {
  text-decoration: none;
  color: #655744;
  word-wrap: break-word;
  white-space: normal;
}
.main a:hover {
  opacity: 0.7;
  color: #655744;
}
.main a:active {
  opacity: 0.7;
  color: #655744;
}

main img {
  width: 100%;
}

main p {
  line-height: 1.3571428571;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.mb-12px {
  margin-bottom: 16px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.mb-28px {
  margin-bottom: 28px !important;
}

.mb-32px {
  margin-bottom: 32px !important;
}

.mb-36px {
  margin-bottom: 36px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-44px {
  margin-bottom: 44px !important;
}

.mb-48px {
  margin-bottom: 48px !important;
}

.mb-52px {
  margin-bottom: 52px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-72px {
  margin-bottom: 72px !important;
}

.mb-78px {
  margin-bottom: 78px !important;
}

.mb-124px {
  margin-bottom: 124px !important;
}

.pt-32px {
  padding-top: 32px !important;
}

.pb-0px {
  padding-bottom: 0px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pb-56px {
  padding-bottom: 56px !important;
}

.letterSpace-0 {
  letter-spacing: 0 !important;
}

.text-decoration-none {
  text-decoration: none;
}

@media (max-width: 768px) {
  .mb-md--24px {
    margin-bottom: -24px !important;
  }
  .mb-md-12px {
    margin-bottom: 12px !important;
  }
  .mb-md-16px {
    margin-bottom: 16px !important;
  }
  .mb-md-20px {
    margin-bottom: 20px !important;
  }
  .mb-md-24px {
    margin-bottom: 24px !important;
  }
  .mb-md-28px {
    margin-bottom: 28px !important;
  }
  .mb-md-32px {
    margin-bottom: 32px !important;
  }
  .mb-md-36px {
    margin-bottom: 36px !important;
  }
  .mb-md-40px {
    margin-bottom: 40px !important;
  }
  .mb-md-52px {
    margin-bottom: 52px !important;
  }
  .mb-md-62px {
    margin-bottom: 62px !important;
  }
  .mb-md-64px {
    margin-bottom: 64px !important;
  }
  .mb-md-72px {
    margin-bottom: 72px !important;
  }
  .pb-md-84px {
    padding-bottom: 84px !important;
  }
}
@media (max-width: 768px) {
  .fs-sm-10px {
    font-size: 10px !important;
  }
  .fs-sm-14px {
    font-size: 14px !important;
  }
  .letterSpace-sm-0 {
    letter-spacing: 0 !important;
  }
}
mark.-underLine-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(20%, #FBE096));
  background: linear-gradient(transparent 70%, #FBE096 20%);
  color: inherit;
}

.container-lp__asterisk {
  font-size: 13px;
  letter-spacing: 0.083em;
  line-height: 1.9230769231;
}
@media (max-width: 768px) {
  .container-lp__asterisk {
    font-size: 12px;
  }
}

.chatBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.3571428571;
  min-height: 0px;
}

.chatBox p:not(.chatBox__nameTag) {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 16px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .chatBox p:not(.chatBox__nameTag) {
    padding: 12px;
    font-size: 14px;
  }
}

main .chatBox-2line.chatBox-left {
  min-height: 100% !important;
}
main .chatBox-2line.chatBox-left p:not(.chatBox__nameTag) {
  padding: 16px 15px 16px 16px;
  margin-left: 132px;
}
@media (max-width: 768px) {
  main .chatBox-2line.chatBox-left p:not(.chatBox__nameTag) {
    margin-left: 96px;
    width: calc(100% - 96px);
    padding: 12px;
  }
}
main .chatBox-2line.chatBox-left::before {
  background-image: none !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
}

main .chatBox-left p:not(.chatBox__nameTag) {
  line-height: 1.3571428571;
}
main .chatBox-right p:not(.chatBox__nameTag) {
  line-height: 1.3571428571;
}

main .chatBox {
  position: relative;
}
main .chatBox::before {
  position: absolute;
  bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
main .chatBox-left::before {
  left: 0;
}
main .chatBox-right::before {
  right: 0;
}
main .chatBox-kouhai1 {
  min-height: 139px;
  max-width: 682px;
  overflow-wrap: break-word;
}
main .chatBox-kouhai1 p:not(.chatBox__nameTag) {
  padding: 16px 15px 16px 50px;
  margin-left: 95px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai1 p:not(.chatBox__nameTag) {
    margin-left: 55px;
    width: calc(100% - 55px);
    padding: 12px 5px 12px 52px;
  }
}
@media (max-width: 768px) {
  main .chatBox-kouhai1 {
    min-height: 106px;
    max-width: 100%;
  }
}
main .chatBox-kouhai1::before {
  content: "";
  background-image: url("/tips/10years/img/kouhai1.png");
  width: 130px;
  height: 139px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai1::before {
    width: 99px;
    height: 106px;
  }
}
main .chatBox-kouhai2 {
  min-height: 149px;
  max-width: 760px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai2 {
    min-height: 106px;
    max-width: 760px;
  }
}
main .chatBox-kouhai2 p:not(.chatBox__nameTag) {
  padding: 16px 16px 16px 50px;
  margin-left: 95px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai2 p:not(.chatBox__nameTag) {
    margin-left: 69px;
    width: calc(100% - 69px);
    padding: 12px 11px 12px 35px;
  }
}
main .chatBox-kouhai2::before {
  content: "";
  background-image: url("/tips/10years/img/kouhai2.png");
  width: 130px;
  height: 149px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai2::before {
    width: 92px;
    height: 106px;
  }
}
main .chatBox-kouhai3 {
  min-height: 189px;
  max-width: 770px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai3 {
    min-height: 150px;
    max-width: 100%;
  }
}
main .chatBox-kouhai3::before {
  content: "";
  background-image: url("/tips/10years/img/kouhai3.png");
  width: 176px;
  height: 189px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai3::before {
    width: 140px;
    height: 150px;
  }
}
main .chatBox-kouhai3 p:not(.chatBox__nameTag) {
  display: block;
  padding: 35px 50px 35px 90px;
  margin-left: 90px;
  background-color: transparent;
  background-image: url("/tips/10years/img/component/bg_jagged_bubbles_pc.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  main .chatBox-kouhai3 p:not(.chatBox__nameTag) {
    padding: 24px 22px 24px 76px;
    margin-left: 64px;
  }
}
@media (max-width: 576px) {
  main .chatBox-kouhai3 p:not(.chatBox__nameTag) {
    background-image: url("/tips/10years/img/component/bg_jagged_bubbles_sp.svg");
  }
}
main .chatBox-kouhai4 {
  min-height: 156px;
  max-width: 742px;
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai4 {
    min-height: 110px;
    max-width: 100%;
    margin-bottom: 64px;
  }
}
main .chatBox-kouhai4 p:not(.chatBox__nameTag) {
  padding: 16px 16px 16px 82px;
  margin-left: 62px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai4 p:not(.chatBox__nameTag) {
    margin-left: 45px;
    width: calc(100% - 45px);
    padding: 12px 12px 12px 59px;
  }
}
main .chatBox-kouhai4::before {
  content: "";
  background-image: url("/tips/10years/img/kouhai4.png");
  width: 130px;
  height: 156px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai4::before {
    width: 92px;
    height: 110px;
  }
}
main .chatBox-kouhai4 p:not(.chatBox__nameTag) {
  margin-left: 64px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai4 p:not(.chatBox__nameTag) {
    margin-left: 44px;
    padding-left: 60px;
    width: calc(100% - 44px);
  }
}
main .chatBox-kouhai5 {
  min-height: 158px;
  max-width: 520px;
}
main .chatBox-kouhai5 p:not(.chatBox__nameTag) {
  padding: 16px 16px 16px 75px;
  margin-left: 76px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai5 p:not(.chatBox__nameTag) {
    margin-left: 45px;
    width: calc(100% - 45px);
    padding: 12px 12px 12px 56px;
  }
}
@media (max-width: 768px) {
  main .chatBox-kouhai5 {
    min-height: 112px;
    max-width: 100%;
  }
}
main .chatBox-kouhai5::before {
  content: "";
  background-image: url("/tips/10years/img/kouhai5.png");
  width: 130px;
  height: 158px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai5::before {
    width: 92px;
    height: 112px;
  }
}
main .chatBox-kouhai5 p:not(.chatBox__nameTag) {
  margin-left: 76px;
  padding-left: 76px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai5 p:not(.chatBox__nameTag) {
    margin-left: 44px;
    padding-left: 60px;
    width: calc(100% - 44px);
  }
}
main .chatBox-kouhai6 {
  min-height: 106px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai6 {
    min-height: 155px;
    max-width: 100%;
  }
}
main .chatBox-kouhai6::before {
  content: "";
  background-image: url("/tips/10years/img/kouhai6.png");
  width: 186px;
  height: 206px;
}
@media (max-width: 768px) {
  main .chatBox-kouhai6::before {
    width: 140px;
    height: 155px;
  }
}
main .chatBox-kouhai6 p:not(.chatBox__nameTag) {
  max-width: 590px;
  display: block;
  text-align: center;
  padding: 74px 68px 72px 64px;
  margin-left: 140px;
  background-color: transparent;
  background-image: url("/tips/10years/img/component/bg_jagged_bubbles_pc-Lheight.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(100% - 76px);
}
@media (max-width: 768px) {
  main .chatBox-kouhai6 p:not(.chatBox__nameTag) {
    padding: 30px 18px 30px 66px;
    width: calc(100% - 88px);
    margin-left: 88px;
    background-image: url("/tips/10years/img/component/bg_jagged_bubbles_pc.svg");
  }
}
@media (max-width: 576px) {
  main .chatBox-kouhai6 p:not(.chatBox__nameTag) {
    background-image: url("/tips/10years/img/component/bg_jagged_bubbles_sp.svg");
  }
}
main .chatBox-senpai1 {
  min-height: 161px;
  max-width: 536px;
  margin-left: auto;
  margin-right: 0;
  overflow-wrap: break-word;
}
main .chatBox-senpai1 p:not(.chatBox__nameTag) {
  padding: 20px 84px 20px 20px;
  margin-right: 66px;
}
@media (max-width: 768px) {
  main .chatBox-senpai1 p:not(.chatBox__nameTag) {
    margin-right: 46px;
    width: calc(100% - 46px);
    padding: 12px 56px 12px 12px;
  }
}
@media (max-width: 768px) {
  main .chatBox-senpai1 {
    min-height: 114px;
    max-width: 100%;
  }
}
main .chatBox-senpai1::before {
  content: "";
  background-image: url("/tips/10years/img/senpai1.png");
  width: 130px;
  height: 161px;
}
@media (max-width: 768px) {
  main .chatBox-senpai1::before {
    width: 92px;
    height: 114px;
  }
}
main .chatBox-senpai2 {
  min-height: 132px;
  margin-left: auto;
  margin-right: 0;
  max-width: 794px;
}
@media (max-width: 768px) {
  main .chatBox-senpai2 {
    min-height: 110px;
  }
}
main .chatBox-senpai2 p:not(.chatBox__nameTag) {
  padding: 16px 48px 16px 16px;
  margin-right: 99px;
}
@media (max-width: 768px) {
  main .chatBox-senpai2 p:not(.chatBox__nameTag) {
    margin-right: 70px;
    width: calc(100% - 70px);
    padding: 12px 48px 12px 12px;
  }
}
main .chatBox-senpai2::before {
  content: "";
  background-image: url("/tips/10years/img/senpai2.png");
  width: 130px;
  height: 132px;
}
@media (max-width: 768px) {
  main .chatBox-senpai2::before {
    width: 108px;
    height: 110px;
  }
}
main .chatBox-senpai3 {
  min-height: 182px;
  max-width: 795px;
  margin-left: auto;
  margin-right: 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  main .chatBox-senpai3 {
    min-height: 144px;
    max-width: 100%;
  }
}
main .chatBox-senpai3::before {
  content: "";
  background-image: url("/tips/10years/img/senpai3.png");
  width: 184px;
  height: 182px;
}
@media (max-width: 768px) {
  main .chatBox-senpai3::before {
    width: 145px;
    height: 144px;
  }
}
main .chatBox-senpai3 p:not(.chatBox__nameTag) {
  display: block;
  padding: 48px 70px 48px 52px;
  margin-right: 110px;
  background-color: transparent;
  background-image: url("/tips/10years/img/component/bg_jagged_bubbles_pc.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  main .chatBox-senpai3 p:not(.chatBox__nameTag) {
    padding: 21px 60px 20px 31px;
    margin-right: 80px;
  }
}
@media (max-width: 576px) {
  main .chatBox-senpai3 p:not(.chatBox__nameTag) {
    background-image: url("/tips/10years/img/component/bg_jagged_bubbles_sp.svg");
  }
}
main .chatBox-senpai3-second {
  max-width: 596px;
}
@media (max-width: 768px) {
  main .chatBox-senpai3-second {
    max-width: 100%;
  }
}
main .chatBox-senpai3-second p:not(.chatBox__nameTag) {
  padding: 62px 54px 60px 70px;
  margin-right: 146px;
  width: calc(100% - 146px);
  background-image: url("/tips/10years/img/component/bg_jagged_bubbles_pc-Lheight.svg");
}
@media (max-width: 768px) {
  main .chatBox-senpai3-second p:not(.chatBox__nameTag) {
    padding: 30px 54px 30px 70px;
    width: calc(100% - 88px);
    margin-right: 88px;
    background-image: url("/tips/10years/img/component/bg_jagged_bubbles_pc.svg");
  }
}
@media (max-width: 576px) {
  main .chatBox-senpai3-second p:not(.chatBox__nameTag) {
    padding: 20px 56px 21px 23px;
    background-image: url("/tips/10years/img/component/bg_jagged_bubbles_sp.svg");
  }
}
main .chatBox-senpai4 {
  min-height: 175px;
  margin-left: auto;
  margin-right: 0;
  max-width: 794px;
}
main .chatBox-senpai4 p:not(.chatBox__nameTag) {
  padding: 16px 124px 16px 16px;
  margin-right: 94px;
}
@media (max-width: 768px) {
  main .chatBox-senpai4 p:not(.chatBox__nameTag) {
    margin-right: 122px;
    width: calc(100% - 122px);
    padding: 12px 90px 12px 12px;
  }
}
@media (max-width: 768px) {
  main .chatBox-senpai4 {
    min-height: 164px;
    max-width: 100%;
  }
}
main .chatBox-senpai4::before {
  content: "";
  background-image: url("/tips/10years/img/senpai4.png");
  width: 204px;
  height: 175px;
}
@media (max-width: 768px) {
  main .chatBox-senpai4::before {
    width: 191px;
    height: 164px;
  }
}
@media (max-width: 768px) {
  main .chatBox-senpai4 p:not(.chatBox__nameTag) {
    margin-right: 94px;
    width: calc(100% - 94px);
    padding-right: 92px;
  }
}
main .chatBox-senpai5 {
  min-height: 132px;
  margin-left: auto;
  margin-right: 0;
  max-width: 582px;
}
main .chatBox-senpai5 p:not(.chatBox__nameTag) {
  padding: 16px 58px 16px 16px;
  margin-right: 95px;
}
@media (max-width: 768px) {
  main .chatBox-senpai5 p:not(.chatBox__nameTag) {
    margin-right: 32px;
    width: calc(100% - 32px);
    padding: 12px 76px 12px 12px;
  }
}
@media (max-width: 768px) {
  main .chatBox-senpai5 {
    min-height: 110px;
    max-width: 100%;
  }
}
main .chatBox-senpai5::before {
  content: "";
  background-image: url("/tips/10years/img/senpai5.png");
  width: 130px;
  height: 132px;
}
@media (max-width: 768px) {
  main .chatBox-senpai5::before {
    width: 108px;
    height: 110px;
  }
}
main .chatBox__nameTag {
  line-height: 1;
  font-size: 16px;
  position: absolute;
  top: calc(100% + 12px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px;
  color: white;
  background-color: #655745;
  font-weight: 700;
  border-radius: 2px;
}
@media (max-width: 768px) {
  main .chatBox__nameTag {
    font-size: 14px;
    padding: 3px 5px 5px 5px;
    top: calc(100% + 4px);
  }
}
main .chatBox__nameTag-kouhai {
  left: 24px;
}
@media (max-width: 768px) {
  main .chatBox__nameTag-kouhai {
    left: 14px;
  }
}
main .chatBox__nameTag-senpai {
  right: 24px;
}
@media (max-width: 768px) {
  main .chatBox__nameTag-senpai {
    right: 14px;
  }
}

.titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  height: 68px;
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  .titleBox {
    width: 100%;
    height: 68px;
    margin-bottom: 28px;
  }
}
.titleBox__imgBox {
  margin-right: 12px;
}
.titleBox__imgBox img {
  width: 40px;
  height: 68px;
}
.titleBox__textBox {
  width: calc(100% - 52px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.titleBox__textBox h2 {
  color: #655745;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .titleBox__textBox h2 {
    font-size: 20px;
  }
}
.titleBox__textBox h2.-black {
  font-weight: 900;
}
.titleBox__textBox h2 span.-min {
  font-size: 14px;
  font-weight: 0.9285714286;
}
.titleBox-1 .titleBox__imgBox {
  margin-right: 20px;
  margin-left: 8px;
}
.titleBox-1 .titleBox__imgBox img {
  width: 24px;
  height: 68px;
}
.titleBox-1 .titleBox__textBox h2 {
  font-weight: 900;
  font-size: 24px;
}

.titleBox-otherCampaign {
  font-size: 24px;
  position: relative;
  height: auto;
}
.titleBox-otherCampaign h2 {
  position: relative;
  z-index: 3;
  padding-left: 28px;
  max-width: 732px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .titleBox-otherCampaign h2 {
    font-size: 16px;
  }
}
.titleBox-otherCampaign .titleBox__decorationother-Campaign {
  position: absolute;
  background-color: white;
  width: 40px;
  height: calc(100% - 4px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
  top: 50%;
}

@media (max-width: 576px) {
  .figure.figure-otherCampaign {
    padding: 36px 11px;
  }
}

.figure__subtitleBox-otherCampaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.figure__subtitleBox-otherCampaign .figure__subtitleBox__textBox {
  width: 82.7586206897%;
}
@media (max-width: 576px) {
  .figure__subtitleBox-otherCampaign .figure__subtitleBox__textBox {
    width: calc(100% - 32px - 68px);
  }
}
.figure__subtitleBox-otherCampaign .figure__subtitleBox__imgBox {
  width: 12.2844827586%;
  position: relative;
}
@media (max-width: 576px) {
  .figure__subtitleBox-otherCampaign .figure__subtitleBox__imgBox {
    width: 46px;
    margin-right: 12px;
  }
}
.figure__subtitleBox-otherCampaign .figure__subtitleBox__imgBox img {
  position: absolute;
  top: -24px;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}
@media (max-width: 576px) {
  .figure__subtitleBox-otherCampaign .figure__subtitleBox__imgBox img {
    top: -16px;
  }
}

.figure__subtitle-otherCampaign {
  margin-left: 30px;
  max-width: 384px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid #635645;
  position: relative;
}
@media (max-width: 768px) {
  .figure__subtitle-otherCampaign {
    margin-left: 0px;
  }
}

.figure {
  overflow: hidden;
}
.figure-otherCampaign {
  margin-bottom: 52px;
}
@media (max-width: 576px) {
  .figure-otherCampaign {
    padding: 36px 16px;
  }
}
.figure-otherCampaign h3 {
  font-size: 16px;
}
.figure-otherCampaign .figure__figureBox {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.figure-otherCampaign .figure__text {
  text-align: center;
}
.figure span.-underLine {
  border-bottom: 1px solid #655744;
}

@media (max-width: 768px) {
  .titleBox-2 .-letterSpace-point {
    letter-spacing: -0.036em;
  }
  .titleBox-2 .-letterSpace-exclamation {
    letter-spacing: -0.46em;
  }
}

.figure {
  background-color: #ffffff;
  padding: 32px 69px;
  border-radius: 8px;
  position: relative;
  width: 100%;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.figure__titleBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.figure__titleBox h3 {
  position: relative;
  z-index: 3;
}
.figure__titleBox-decoration1::after {
  content: "";
  width: 105.1282051282%;
  padding-bottom: 4.5296167247%;
  background-image: url("/tips/10years/img/component/line5.svg");
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .figure__titleBox-decoration2 {
    margin-left: 0;
  }
}
.figure__titleBox-decoration2::after {
  content: "";
  width: 115.6462585034%;
  padding-bottom: 8.2352941176%;
  background-image: url("/tips/10years/img/component/line4.svg");
  position: absolute;
  top: calc(100% - 18px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .figure__titleBox-decoration2::after {
    width: 110.4347826087%;
  }
}
@media (max-width: 768px) {
  .figure__titleBox-decoration3 {
    margin-left: auto;
    margin-right: auto;
  }
}
.figure__titleBox-decoration3::after {
  content: "";
  width: 136.018957346%;
  padding-bottom: 4.5296167247%;
  background-image: url("/tips/10years/img/component/line5.svg");
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.figure-4 .figure__title {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .figure-4 .figure__title {
    margin-bottom: 24px;
  }
}
.figure.figure-large {
  max-width: 880px;
  padding: 32px 28px;
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .figure.figure-large {
    padding: 32px 69px;
  }
}
@media (max-width: 576px) {
  .figure.figure-large {
    padding: 20px 12px;
  }
}
.figure.figure-large::before {
  display: none;
}
.figure.figure-large::after {
  content: "";
  width: 64px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/tips/10years/img/icon/icon_clip.svg");
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .figure.figure-large::after {
    left: calc(100% - 64px);
    width: 48px;
    height: 54px;
  }
}
@media (max-width: 576px) {
  .figure {
    padding: 20px 12px;
  }
}
.figure::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  background-image: url("/tips/10years/img/component/img_figureButton.svg");
  background-size: 100% 100%;
}
@media (max-width: 576px) {
  .figure::before {
    width: 15px;
    height: 15px;
    top: 8px;
    left: 8px;
  }
}
.figure::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-image: url("/tips/10years/img/component/img_figureButton.svg");
  background-size: 100% 100%;
}
@media (max-width: 576px) {
  .figure::after {
    width: 15px;
    height: 15px;
    top: 8px;
    right: 8px;
  }
}
.figure h3 {
  line-height: 1.2136363636;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 576px) {
  .figure h3 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.40625;
  }
}
.figure__figureBox {
  max-width: 510px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .figure__figureBox {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .figure__figureBox {
    display: block;
  }
}
.figure__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .figure__flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.figure__flexBox__item {
  width: 47.3300970874%;
}
@media (max-width: 768px) {
  .figure__flexBox__item {
    width: 100%;
  }
}
.figure__flexBox__item h3 {
  text-align: left;
}
.figure__flexText {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .figure__flexText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.figure__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 424px;
  border-bottom: 1px solid #F2F0E6;
  margin-bottom: 12px;
}
.figure__List p {
  font-size: 16px;
  letter-spacing: 0;
  display: block;
}
@media (max-width: 576px) {
  .figure__List p {
    font-size: 14px;
  }
}
.figure__List__num {
  display: block;
  width: 48px;
  padding: 5px 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  line-height: 1;
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  .figure__List__num {
    width: 40px;
    padding: 6px 7px;
    padding-bottom: 10px;
  }
}
.figure__List__text {
  display: block;
  margin-left: 14px;
  width: 240px;
  line-height: 1.4375;
  padding-top: 4px;
}
.figure__List__vote {
  width: 3em;
  line-height: 1.4375;
  padding-top: 4px;
}
.figure__List-1 p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .figure__List-1 p {
    font-size: 16px;
  }
}
.figure__List-1 .figure__List__num {
  background-image: url("/tips/10years/img/component/bg_1rank.svg");
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
@media (max-width: 576px) {
  .figure__List-1 .figure__List__num {
    font-size: 14px;
  }
}
.figure__List-1 .figure__List__text {
  padding-top: 0;
}
.figure__List-1 .figure__List__vote {
  padding-top: 0;
}
.figure__List-2 p {
  font-size: 18px;
}
@media (max-width: 576px) {
  .figure__List-2 p {
    font-size: 14px;
  }
}
.figure__List-2 .figure__List__num {
  background-image: url("/tips/10years/img/component/bg_2rank.svg");
}
.figure__List-2 .figure__List__text {
  padding-top: 2px;
}
.figure__List-2 .figure__List__vote {
  padding-top: 2px;
}
.figure__List-3 p {
  font-size: 18px;
}
@media (max-width: 576px) {
  .figure__List-3 p {
    font-size: 14px;
  }
}
.figure__List-3 .figure__List__num {
  background-image: url("/tips/10years/img/component/bg_3rank.svg");
}
.figure__List-3 .figure__List__text {
  padding-top: 2px;
}
.figure__List-3 .figure__List__vote {
  padding-top: 2px;
}
.figure__List-5 {
  border-bottom: none;
}

.figure__otherTitle {
  padding-bottom: 8px;
  border-bottom: 1px solid #635645;
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
}

.figure .figure__otherList {
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
}

.figure__bgimg {
  position: absolute;
}
.figure__bgimg img {
  width: 100%;
  height: auto;
  opacity: 0.15;
}
.figure__bgimg-osouji {
  width: 144px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 32px;
  right: 7px;
}
@media (max-width: 768px) {
  .figure__bgimg-osouji {
    width: 131px;
    top: 32px;
    right: -24px;
  }
}
.figure__bgimg-manekineko {
  width: 158px;
  bottom: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 8px;
}
@media (max-width: 768px) {
  .figure__bgimg-manekineko {
    width: 136px;
    bottom: -30px;
    right: -26px;
  }
}
.figure__bgimg-onegai {
  width: 97px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 20px;
  bottom: 111px;
}
@media (max-width: 768px) {
  .figure__bgimg-onegai {
    width: 79px;
    bottom: 120px;
    left: -2px;
  }
}

.firstConvesation__toBe {
  position: relative;
  margin-bottom: 12px;
}
.firstConvesation__toBe p {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3571428571;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 60px);
  letter-spacing: 0.07em;
}
@media (max-width: 576px) {
  .firstConvesation__toBe p {
    margin-left: 0;
    margin-right: auto;
  }
}
.firstConvesation__toBe p::after {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  content: "";
  width: calc(100% + 20px);
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #655745;
  border-bottom: 2px solid #655745;
}
.firstConvesation__toBe p img {
  position: absolute;
  bottom: -8px;
  left: calc(100% + 14px);
  width: 57px;
  height: 57px;
}
.firstConvesation__toBe__imgBox {
  position: absolute;
  bottom: -8px;
  right: 0;
}
.firstConvesation__toBe__imgBox img {
  width: 57px;
  height: 57px;
}

.bord {
  position: relative;
  z-index: 3;
  max-width: 648px;
  width: 94.1176470588%;
  margin: 12px auto 16px auto;
}
.bord-clip {
  margin: 26px auto 16px auto;
}
@media (max-width: 768px) {
  .bord-clip {
    margin: 26px auto 22px auto;
  }
}
.bord-clip::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -26px;
  right: 10.4615384615%;
  width: 63px;
  height: 70px;
  background-image: url("/tips/10years/img/icon/icon_clip.svg");
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .bord-clip::before {
    top: -20px;
    right: 7.8125%;
    width: 38px;
    height: 42px;
  }
}
.bord-pen::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -19px;
  right: 0%;
  width: 100px;
  height: 100px;
  background-image: url("/tips/10years/img/icon/pen.svg");
  background-size: 100% 100%;
}
@media (max-width: 576px) {
  .bord-pen::before {
    top: auto;
    bottom: 21.1180124224%;
    right: -8.6956521739%;
    width: 17.3913043478%;
    padding-bottom: 17.3913043478%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.bord__inner {
  width: 100%;
  background-color: #FCF9F1;
  border: 2px solid #76715F;
  border-radius: 3px;
  padding-top: 16px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .bord__inner {
    padding-top: 8px;
    padding-bottom: 20px;
  }
}
.bord__bg {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCF9F1;
  border: 2px solid #76715F;
  -webkit-transform: rotate(-2.87deg);
  transform: rotate(-2.87deg);
}
.bord__bg-rev {
  -webkit-transform: rotate(2.87deg);
  transform: rotate(2.87deg);
}
.bord__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bord__imgBox {
  margin-left: 18px;
  width: 27.5%;
}
@media (max-width: 768px) {
  .bord__imgBox {
    margin-left: 8px;
  }
}
.bord__imgBox img {
  width: 100%;
  height: auto;
  max-width: 161px;
}
.bord__titleBox {
  width: 65%;
  max-width: 400px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .bord__titleBox {
    padding-top: 8px;
  }
}
.bord__titleBox h3 {
  border-bottom: 3px solid #76715F;
  line-height: 1;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .bord__titleBox h3 {
    padding-bottom: 8px;
  }
}
.bord__text {
  padding-left: 44px;
  padding-right: 44px;
}
@media (max-width: 576px) {
  .bord__text {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 768px) {
  .bord__text-link {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 576px) {
  .bord__text-link {
    letter-spacing: 0.07em;
  }
}
.bord__text-link span.-underLine {
  border-bottom: 1px solid #655744;
}
.bord__text-link img {
  margin-left: 0.5em;
  width: 16px;
  height: 16px;
}

.slide {
  height: 469px;
  margin-bottom: 36px;
}
.slide__item__tag {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.slide__inner {
  max-width: 787px;
  height: 469px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .slide__inner {
    height: 422px;
    margin-bottom: 56px;
  }
}
.slide__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 0px;
  width: 361px;
  height: 472px;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .slide__item {
    width: 320px;
    height: 422px;
  }
}
.slide__item__hukidasi {
  width: 362px;
  height: auto;
  opacity: 0;
}
.slide__item__hukidasi img {
  width: 100%;
}
.slide__item__hukidasiText {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.slide__item__face {
  height: auto;
  text-align: center;
  width: 30.8917197452%;
}
.slide__item__face-change {
  position: absolute;
  width: 30.8917197452%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  height: auto;
  text-align: center;
  opacity: 0;
}
.slide__item-4 {
  left: -100px;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
  opacity: 0;
}
.slide__item-3 {
  left: 0;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
@media (max-width: 576px) {
  .slide__item-3 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slide__item-3 .slide__item__hukidasi {
  padding-bottom: 40px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.slide__item-3-change {
  width: 45.764%;
  opacity: 1;
}
.slide__item-2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: left 1s 0s ease;
  transition: left 1s 0s ease;
  padding-bottom: 0px;
}
.slide__item-2 .slide__item__hukidasi {
  -webkit-animation: hukidashi forwards 4s 1;
  animation: hukidashi forwards 4s 1;
  opacity: 1;
}
.slide__item-2 .slide__item__hukidasiText {
  opacity: 1;
  -webkit-animation: hukidashi forwards 4s 1;
  animation: hukidashi forwards 4s 1;
}
.slide__item-2 .slide__item__face {
  width: 45.764%;
  -webkit-transition: left 0.5s 0 ease;
  transition: left 0.5s 0 ease;
  -webkit-animation: slideface-hide forwards 4s 1;
  animation: slideface-hide forwards 4s 1;
}
.slide__item-2 .slide__item__face-change {
  width: 45.764%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-animation: slideface-change-show none 4s 1;
  animation: slideface-change-show none 4s 1;
  opacity: 1;
}
.slide__item-1 {
  left: 100%;
  -webkit-transform: translateX(-65%);
  transform: translateX(-65%);
  -webkit-transition: left 1s, opacity 1s 0s ease;
  transition: left 1s, opacity 1s 0s ease;
}
@media (max-width: 576px) {
  .slide__item-1 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slide__item-1 .slide__item__hukidasi {
  opacity: 0;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.slide__item-1 .slide__item__face {
  opacity: 1;
  -webkit-animation: slideface-show forwards 4s 1;
  animation: slideface-show forwards 4s 1;
}
.slide__item-1 .slide__item__face-change {
  opacity: 0;
  -webkit-animation: slideface-change-hide forwards 4s 1;
  animation: slideface-change-hide forwards 4s 1;
}
.slide__item-0 {
  left: calc(100% + 100px);
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  opacity: 0;
}

main .container-lp {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
}
@media (max-width: 768px) {
  main .container-lp {
    padding-top: 4px;
  }
}

main .firstConversation__innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  main .firstConversation__innerWrap {
    padding-left: 14px;
    padding-right: 14px;
  }
}

main .article1__innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  main .article1__innerWrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

main .article2__innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  main .article2__innerWrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

main .article3__innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  main .article3__innerWrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

main .otherCampaign__innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  main .otherCampaign__innerWrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mainVisual-lp {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .mainVisual-lp {
    margin-bottom: 28px;
  }
}

.firestConversation {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .firestConversation {
    padding-bottom: 72px;
  }
}
.firestConversation__bg {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-image: url("/tips/10years/img/component/bg_osatu.png");
  background-repeat: repeat;
  background-size: auto 100%;
}

.firestConversation__asteriskBox {
  text-align: left;
  padding-left: 152px;
}
@media (max-width: 768px) {
  .firestConversation__asteriskBox {
    padding-left: 124px;
  }
}

.article1 {
  position: relative;
  background: #DFD8C0;
  padding-top: 60px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .article1 {
    padding-top: 56px;
    padding-bottom: 90px;
  }
}
.article1__endtext {
  position: absolute;
  width: 100%;
  bottom: -0.5em;
}
.article1__endtext p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article1__endtext p::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  right: 100%;
  top: -9px;
  background-image: url("/tips/10years/img/icon/pen.svg");
  background-size: 100% 100%;
}
.article1__endtext p::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 100%;
  top: -9px;
  background-image: url("/tips/10years/img/icon/pen.svg");
  background-size: 100% 100%;
}

.article2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 124px;
}
@media (max-width: 768px) {
  .article2 {
    padding-top: 88px;
    padding-bottom: 72px;
  }
}

.article3 {
  position: relative;
  background: #DFD8C0;
  padding-top: 66px;
  padding-bottom: 126px;
}
@media (max-width: 768px) {
  .article3 {
    padding-top: 44px;
    padding-bottom: 32px;
  }
}

.otherCampaign {
  position: relative;
  padding-top: 90px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .otherCampaign {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.otherCampaign__10yearCP {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .otherCampaign__10yearCP {
    margin-bottom: 40px;
  }
}
.otherCampaign__10yearCP img {
  width: 100%;
}
.otherCampaign__tipsLink {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .otherCampaign__tipsLink {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .otherCampaign__tipsLink {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.otherCampaign__tipsLink__item {
  margin-left: auto;
  margin-right: auto;
  max-width: 286px;
  width: 100%;
}
.otherCampaign__tipsLink__item img {
  width: 100%;
}
@media (max-width: 992px) {
  .otherCampaign__tipsLink__item:nth-child(3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
@media (max-width: 768px) {
  .otherCampaign__tipsLink__item {
    max-width: 400px;
  }
  .otherCampaign__tipsLink__item:nth-child(3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}
.otherCampaign__tipsLink__title {
  font-weight: 700;
  text-align: center;
}
.otherCampaign__tipsLink__text {
  text-align: center;
}

.footContent {
  padding-top: 28px;
  padding-bottom: 148px;
  border-top: 1px solid #635645;
}
.footContent__innerWrap {
  max-width: 232px;
  margin-left: auto;
  margin-right: auto;
}
.footContent__innerWrap p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}
.footContent__SNSBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footContent__SNSBox img {
  width: 59px;
  height: 59px;
}

.fixed__button {
  width: 116px;
  height: 116px;
  padding: 36px 20px 35px 20px;
  border-radius: 50%;
  background: #E61616;
  position: fixed;
  z-index: 10;
  right: 115px;
  bottom: 32px;
}
@media (max-width: 768px) {
  .fixed__button {
    width: calc(100% - 32px);
    height: auto;
    left: 16px;
    bottom: 9px;
    border-radius: 0;
    padding: 16px;
    border-radius: 5px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .fixed__button {
    width: calc(100% - 16px);
    left: 8px;
    padding: 12px;
  }
}
.fixed__button p {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.2514092446;
}
.fixed__button:hover {
  background-color: #E75A5A;
}
.fixed__button:active {
  background-color: #E75A5A;
}

@-webkit-keyframes slideface-hide {
  0% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    width: 30.8917197452%;
    padding-bottom: 20px;
  }
  13% {
    -webkit-transform: translateX(0%) scale(1.2);
    transform: translateX(0%) scale(1.2);
    width: 45.764%;
    padding-bottom: 0px;
  }
  25% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
  35% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
  100% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
}

@keyframes slideface-hide {
  0% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    width: 30.8917197452%;
    padding-bottom: 20px;
  }
  13% {
    -webkit-transform: translateX(0%) scale(1.2);
    transform: translateX(0%) scale(1.2);
    width: 45.764%;
    padding-bottom: 0px;
  }
  25% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
  35% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
  100% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
}
@-webkit-keyframes slideface-change-show {
  0% {
    -webkit-transform: translate(-50% 0%) scale(0);
    transform: translate(-50% 0%);
    width: 30.8917197452%;
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  13% {
    -webkit-transform: translate(-50%, 0%) scale(0);
    transform: translate(-50%, 0%) scale(0);
    width: 45.764%;
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-50%, 0%) scale(0);
    transform: translate(-50%, 0%) scale(0);
  }
  23% {
    -webkit-transform: translate(-50%, 0%) scale(1.5);
    transform: translate(-50%, 0%) scale(1.5);
    
  }
  30% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%) scale(1.0);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 45.764%;
    opacity: 1;
    
  }
}
@keyframes slideface-change-show {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0);
    transform: translate(-50%, 0%) scale(0);
    width: 30.9%;
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  13% {
    -webkit-transform: translate(-50%, 0%) scale(0);
    transform: translate(-50%, 0%) scale(0);
    width: 45.8%;
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-50%, 0%) scale(0);
    transform: translate(-50%, 0%) scale(0);
  }
  23% {
    -webkit-transform: translate(-50%, 0%) scale(1.5);
    transform: translate(-50%, 0%) scale(1.5);
  }
  30% {
    -webkit-transform: translate(-50%, 0%) scale(1.0);
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 1;
    width: 45.764%;
  }
}
@-webkit-keyframes hukidashi {
  0% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
  13% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  32% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
  42% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes hukidashi {
  0% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
  13% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  32% {
    -webkit-transform: translateX(0%) scale(0);
    transform: translateX(0%) scale(0);
  }
  42% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
  }
  100% {
    opacity: 1;
  }
}
.verticalAlign-middle{
  vertical-align:middle
}

/* add for top banner */

.topBanner{
  margin:0px auto 16px auto;
  max-width: 980px;
  padding-left:16px;
  padding-right: 16px;
}
.topBanner a,.topBanner img{
  display: block;
  margin: 0 auto;
}
.topBanner img{
  width: 100%;
  height: auto;
  max-width: 750px;
}
@media (max-width: 768px){
  .topBanner{
    margin-bottom: 14px;
    padding-left:8px;
    padding-right: 8px;
  }
}

.netxCpBannerBox{
  margin-top:20px;
  text-align:center;
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  @media (max-width: 768px){
    margin-top:12px;
  }
}
.netxCpBannerBox img{
  width: 100%;
}