.Wall__btn {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  filter: brightness(1);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.Wall__btn:hover {
  filter: brightness(1.1);
}
.-max.Wall__btn {
  max-width: 100% !important;
}
.-yellow.Wall__btn {
  background-color: #FFCB00;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-yellow.Wall__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-yellow.-arrowRight.Wall__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowRight.Wall__btn::before, .-yellow.-arrowRight.Wall__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-yellow.-arrowRight.Wall__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-arrowLeft.Wall__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowLeft.Wall__btn::before, .-yellow.-arrowLeft.Wall__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-yellow.-arrowLeft.Wall__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-plusRight.Wall__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-plusRight.Wall__btn::after {
  content: url("/shared/images/icon_plus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-yellow.-minusRight.Wall__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-minusRight.Wall__btn::after {
  content: url("/shared/images/icon_minus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-white.Wall__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-white.Wall__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-white.-arrowRight.Wall__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowRight.Wall__btn::before, .-white.-arrowRight.Wall__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-white.-arrowRight.Wall__btn::after {
  transform: rotate(-32deg);
}
.-white.-arrowLeft.Wall__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowLeft.Wall__btn::before, .-white.-arrowLeft.Wall__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-white.-arrowLeft.Wall__btn::after {
  transform: rotate(-32deg);
}
.-red.Wall__btn {
  background-color: #D52323;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-red.Wall__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-red.-arrowRight.Wall__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowRight.Wall__btn::before, .-red.-arrowRight.Wall__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-red.-arrowRight.Wall__btn::after {
  transform: rotate(-32deg);
}
.-red.-arrowRight.-down.Wall__btn::before, .-red.-arrowRight.-down.Wall__btn::after {
  top: calc(50% + 4px);
  transform: rotate(122deg);
}
.-red.-arrowRight.-down.Wall__btn::after {
  transform: rotate(58deg);
}
.-red.-arrowLeft.Wall__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowLeft.Wall__btn::before, .-red.-arrowLeft.Wall__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-red.-arrowLeft.Wall__btn::after {
  transform: rotate(-32deg);
}

.Wall__bubble {
  background-color: #FFCB00;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Wall__bubble {
    padding: 20px;
    width: 100%;
  }
}
.Wall__bubble:after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.-right.Wall__bubble:after {
  border-color: transparent transparent transparent #FFCB00;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -20px;
  transform: translateY(50%);
}
.-right.-miniTry.Wall__bubble:after {
  border-width: 5px 0 5px 10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .-rightSp.Wall__bubble:after {
    border-color: transparent transparent transparent #FFCB00 !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -20px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-rightSp.-miniTrySp.Wall__bubble:after {
    border-width: 5px 0 5px 10px !important;
    right: -10px !important;
  }
}
.-left.Wall__bubble:after {
  border-color: transparent #FFCB00 transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -20px;
  transform: translateY(50%);
}
.-left.-miniTry.Wall__bubble:after {
  border-width: 5px 10px 5px 0;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .-leftSp.Wall__bubble:after {
    border-color: transparent #FFCB00 transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -20px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-leftSp.-miniTrySp.Wall__bubble:after {
    border-width: 5px 10px 5px 0 !important;
    left: -10px !important;
  }
}
.-bottom.Wall__bubble:after {
  border-color: #FFCB00 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.-bottom.-miniTry.Wall__bubble:after {
  border-width: 10px 5px 0 5px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .-bottomSp.Wall__bubble:after {
    border-color: #FFCB00 transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -20px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-bottomSp.-miniTrySp.Wall__bubble:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -10px !important;
  }
}
.-top.Wall__bubble:after {
  border-color: transparent transparent #FFCB00 transparent;
  border-width: 0 10px 20px 10px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.-top.-miniTry.Wall__bubble:after {
  border-width: 0 5px 10px 5px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .-topSp.Wall__bubble:after {
    border-color: transparent transparent #FFCB00 transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -20px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-topSp.-miniTrySp.Wall__bubble:after {
    border-width: 0 5px 10px 5px !important;
    top: -10px !important;
  }
}
.-white.Wall__bubble {
  background-color: #fff;
}
.-white.-right.Wall__bubble:after {
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -20px;
  transform: translateY(50%);
}
.-white.-right.-miniTry.Wall__bubble:after {
  border-width: 5px 0 5px 10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .-white.-rightSp.Wall__bubble:after {
    border-color: transparent transparent transparent #fff !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -20px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-rightSp.-miniTrySp.Wall__bubble:after {
    border-width: 5px 0 5px 10px !important;
    right: -10px !important;
  }
}
.-white.-left.Wall__bubble:after {
  border-color: transparent #fff transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -20px;
  transform: translateY(50%);
}
.-white.-left.-miniTry.Wall__bubble:after {
  border-width: 5px 10px 5px 0;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .-white.-leftSp.Wall__bubble:after {
    border-color: transparent #fff transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -20px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-leftSp.-miniTrySp.Wall__bubble:after {
    border-width: 5px 10px 5px 0 !important;
    left: -10px !important;
  }
}
.-white.-bottom.Wall__bubble:after {
  border-color: #fff transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.-white.-bottom.-miniTry.Wall__bubble:after {
  border-width: 10px 5px 0 5px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .-white.-bottomSp.Wall__bubble:after {
    border-color: #fff transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -20px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-bottomSp.-miniTrySp.Wall__bubble:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -10px !important;
  }
}
.-white.-top.Wall__bubble:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 10px 20px 10px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.-white.-top.-miniTry.Wall__bubble:after {
  border-width: 0 5px 10px 5px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .-white.-topSp.Wall__bubble:after {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -20px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-topSp.-miniTrySp.Wall__bubble:after {
    border-width: 0 5px 10px 5px !important;
    top: -10px !important;
  }
}
.-msg.Wall__bubble {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.-z1.Wall__bubble {
  z-index: 1;
}
.-z2.Wall__bubble {
  z-index: 2;
}
.-z3.Wall__bubble {
  z-index: 3;
}

.Wall__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Wall__img img {
  max-width: 100%;
  height: auto;
}
.Wall__img img.-max {
  width: 100%;
}
.Wall__img img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.Wall__img {
  margin: 0px -6%;
}

.Wall__flex, .Wall__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Wall__flex, .Wall__main {
    gap: 20px;
  }
}
.-row.Wall__flex, .-row.Wall__main {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .-row.-colSp.Wall__flex, .-row.-colSp.Wall__main {
    flex-direction: column;
  }
}
.-wrap.Wall__flex, .-wrap.Wall__main {
  flex-wrap: wrap;
}

.Wall__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Wall__title {
    font-size: 20px;
  }
}
.-center.Wall__title {
  text-align: center;
}
.-main.Wall__title {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .-main.Wall__title {
    margin: 20px 0;
  }
}
.-sub.Wall__title {
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub.Wall__title {
    font-size: 20px;
  }
}
ca .-white.Wall__title {
  color: #fff;
}
.-red.Wall__title {
  color: #D52323;
}
.-yellowBg.Wall__title {
  background-color: #FFCB00;
}
.-hasNumWrap.Wall__title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.-num.Wall__title {
  width: 60px;
  height: 60px;
}
.-num.Wall__title img {
  width: 100%;
  height: auto;
}
.-size18.Wall__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-size18.Wall__title {
    font-size: 14px;
  }
}

.Wall__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Wall__txt {
    font-size: 14px;
  }
}
.-red.Wall__txt {
  color: #D52323;
}
.-white.Wall__txt {
  color: #fff;
}
.-blackBg.Wall__txt {
  background-color: #000;
  color: #fff;
}
.-redBg.Wall__txt {
  background-color: #D52323;
  color: #fff;
}
.-yellowBg.Wall__txt {
  background-color: #FFCB00;
  font-weight: 500;
}
.-bold.Wall__txt {
  font-weight: 700;
}
.-fit.Wall__txt {
  line-height: 1;
}

.Wall__flex.-creamBg, .Wall__sec {
  background-color: #F9F7F2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Wall__flex.-creamBg, .Wall__sec {
    gap: 20px;
    padding: 20px;
  }
}

.Wall.-creamBgSp {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .Wall.-creamBgSp {
    background-color: #F9F7F2;
    margin: 40px 0;
    padding: 40px 0;
  }
}
.Wall.-bottom0 {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .Wall.-bottom0 {
    background-color: #F9F7F2;
    margin: 40px 0 0;
  }
}
.Wall.-top0 {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .Wall.-top0 {
    background-color: #F9F7F2;
    margin: 0 0 40px;
  }
}
.Wall .-order1 {
  order: 1;
}
.Wall .-order2 {
  order: 2;
}
.Wall .-gap0 {
  gap: 0;
}
.Wall .-gap20Sp10 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .Wall .-gap20Sp10 {
    gap: 10px;
  }
}
.Wall .-gap10Sp5 {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .Wall .-gap10Sp5 {
    gap: 5px;
  }
}
.Wall .-halfGap10Sp5 {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767px) {
  .Wall .-halfGap10Sp5 {
    width: calc((100% - 5px) / 2);
  }
}
.Wall .-halfGap40 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .Wall .-halfGap40 {
    width: 100%;
  }
}
.Wall .-halfGap20 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .Wall .-halfGap20 {
    width: 100%;
  }
}

.Wall__btn.-banner {
  max-width: 480px;
  margin: 0 auto;
}
.Wall__btn.-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .Wall__btn.-fit {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .Wall__bubble.-insSp5 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .Wall__bubble.-insSp-15 {
    margin-bottom: -15px;
  }
}

.Wall__flex.-alignCenter {
  align-items: center;
}
.Wall__flex.-bubbleWrap {
  margin-bottom: 5px;
}
.Wall__flex.-shouei {
  align-items: center;
  margin: 40px 0 -80px;
}
@media screen and (max-width: 767px) {
  .Wall__flex.-shouei {
    margin: 20px 0 -40px;
  }
}
.Wall__flex.-border {
  border-top: 1px dashed #000;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .Wall__flex.-border {
    padding-top: 20px;
  }
}
.Wall__flex.-border10 {
  align-items: center;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 10px 0;
  margin-top: -1px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .Wall__flex.-border10 {
    padding: 10px 0;
  }
}
.Wall__flex.-redBg {
  align-items: center;
  background-color: #D52323;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.Wall__flex.-center {
  justify-content: center;
}
.Wall__flex.-right {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .Wall__flex.-creamBg {
    padding: 0;
  }
}
.Wall__flex.-logoBg {
  background: url("../images/slide_bg.png");
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Wall__flex.-logoBg {
    background: initial;
    padding: 20px;
  }
}
.Wall__flex.-whiteBg {
  background-color: #fff;
  padding: 20px;
}
.Wall__flex.-worryWrap {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .Wall__flex.-worryWrap {
    gap: 15px;
  }
}
.Wall__flex.-worry {
  border-bottom: 1px dashed #000;
  gap: 20px;
  padding: 0 0 20px;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .Wall__flex.-worry {
    gap: 10px;
    width: calc((100% - 15px) / 2);
  }
}

.Wall__img.-alignTop {
  justify-content: flex-start;
}
.Wall__img.-cons3 {
  width: 33.3333333333%;
}
.Wall__img.-shouei {
  width: 40.5%;
  max-width: 250px;
}
.Wall__img.-staffIcon {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .Wall__img.-staffIcon {
    gap: 60px;
  }
}
.Wall__img.-maxWidthPcHalf {
  margin: 0 auto;
  max-width: 430px;
}
.Wall__img.-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.Wall__img.-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Wall__main {
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .Wall__main {
    gap: 40px;
  }
}

.Wall__title.-flexible {
  flex: 1;
}

.Wall__txt.-center {
  text-align: center;
}/*# sourceMappingURL=style.css.map */