:root {
  --column-color01: #ee3a80;
  --column-color02: #ff6598;
  --product-color: #f46490;
}

.p-column__mukumibutori {
  --product-color: #0ec3c7;
}

.p-column__onakamawari {
  --product-color: #8975cd;
}

.c-color01 {
  color: #0a185a;
}

.c-color02 {
  color: var(--product-color);
}

.c-border-color01 {
  border-top-color: var(--column-color02);
  border-bottom-color: var(--column-color02);
}

.c-border-color02 {
  border-top-color: var(--product-color);
  border-bottom-color: var(--product-color);
}

.c-img-note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-img-note {
    font-size: 3.2vw;
  }
}

img + .c-img-note {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  img + .c-img-note {
    margin-top: 4vw;
  }
}

.c-border-txt {
  display: inline-block;
  padding: 0.2em 0.5em;
  border: 1px solid currentColor;
}

.c-link-txt {
  color: var(--column-color01);
}

.column-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #feeff4;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .column-mv {
    height: 46.66666667vw;
  }
}

.column-mv__ttl {
  color: var(--column-color01);
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .column-mv__ttl {
    font-size: 5.06666667vw;
  }
}
.column-mv__ttl-note {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 10px;
  padding: 0.3em 1.5em;
  background: #0a185a;
  border-radius: 30px;
  color: #fff;
  font-size: 0.55em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .column-mv__ttl-note {
    margin-bottom: 2.66666667vw;
    font-size: 0.84em;
  }
}
.column-mv__ttl-note::before,
.column-mv__ttl-note::after {
  display: flex;
  width: 2px;
  height: 1.2em;
  background: currentColor;
  transform-origin: bottom center;
  content: "";
}

.column-mv__ttl-note::before {
  margin-right: 0.4em;
  transform: rotate(-35deg);
}
.column-mv__ttl-note::after {
  margin-left: 0.4em;
  transform: rotate(35deg);
}

.column-lead {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .column-lead {
    padding: 2.66666667vw 0 16vw;
  }
}

.column-lead__inner {
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column-lead__inner {
    width: 94.66666667vw;
  }
}

.column-lead__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .column-lead__img {
    margin-bottom: 10.66666667vw;
  }
}

@media screen and (max-width: 767px) {
  .column-lead__txt {
    width: 86.66666667vw;
    margin: 0 auto;
  }
}

.column-lead__caption {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .column-lead__caption {
    font-size: 4.26666667vw;
  }
}

.column-body {
  padding: 80px 0 130px;
  background: #feeff4;
}
@media screen and (max-width: 767px) {
  .column-body {
    padding: 14.66666667vw 0 16vw;
  }
}

.column-body__inner {
  width: 1028px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column-body__inner {
    width: 94.66666667vw;
    margin: 0 auto;
  }
}

.column-teacher {
  display: flex;
  align-items: center;
  width: 840px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .column-teacher {
    flex-wrap: wrap;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .column-teacher__img {
    width: 39.86666667vw;
    margin: 0 auto;
  }
}

.column-teacher__txt {
  width: 752px;
  margin-left: -112px;
  padding: 40px 70px 55px 156px;
  background: #fff;
  border-radius: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .column-teacher__txt {
    margin: -16.8vw auto 0;
    padding: 20.53333333vw 8vw 9.06666667vw;
    border-radius: 10px;
  }
}

.column-teacher__note {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .column-teacher__note {
    font-size: 3.73333333vw;
  }
}

.column-teacher__ttl {
  margin-bottom: 20px;
  color: var(--column-color01);
  font-size: 26px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .column-teacher__ttl {
    margin-bottom: 5.33333333vw;
    font-size: 4.26666667vw;
    text-align: center;
  }
}

.column-teacher__note--small {
  margin-top: 18px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .column-teacher__note--small {
    margin-top: 5.06666667vw;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 2.93333333vw;
  }
}

.column-outline {
  position: relative;
  z-index: 0;
  width: 1017px;
  margin: 0 0 80px 4px;
  padding: 58px 0 42px;
  background: url(/brand/visrrat/img/konenkibutori/outline_repeat_bg_pc.jpg) repeat-y top left;
  background-size: 100% auto;
  border-radius: 15px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 767px) {
  .column-outline {
    width: 100%;
    margin: 0 0 10.66666667vw;
    padding: 7.46666667vw 4vw;
    background-image: url(/brand/visrrat/img/konenkibutori/outline_repeat_bg_sp.jpg);
    border-radius: 2vw;
    box-shadow: 0.93333333vw 0.93333333vw 0 rgba(0, 0, 0, 0.09);
  }
}

.column-outline::before,
.column-outline::after {
  display: block;
  position: absolute;
  left: -4px;
  z-index: 1;
  width: 1023px;
  background: no-repeat top center;
  background-size: 100% auto;
  content: "";
}

.column-outline::before {
  top: -4px;
  left: -4px;
  height: 112px;
  background-image: url(/brand/visrrat/img/konenkibutori/outline_top_img_pc.png);
}
@media screen and (max-width: 767px) {
  .column-outline::before {
    top: -0.26666667vw;
    left: -0.26666667vw;
    width: 95.06666667vw;
    height: 14.93333333vw;
    background-image: url(/brand/visrrat/img/konenkibutori/outline_top_img_sp.png);
  }
}
.column-outline::after {
  bottom: -2px;
  height: 81px;
  background-image: url(/brand/visrrat/img/konenkibutori/outline_bottom_img_pc.png);
}
@media screen and (max-width: 767px) {
  .column-outline::after {
    bottom: -0.26666667vw;
    left: -0.26666667vw;
    width: 95.06666667vw;
    height: 7.46666667vw;
    background-image: url(/brand/visrrat/img/konenkibutori/outline_bottom_img_sp.png);
  }
}
.column-outline__inner {
  width: 840px;
  margin: 0 auto;
  padding: 75px 70px;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .column-outline__inner {
    width: auto;
    padding: 9.33333333vw 4vw;
    box-shadow: 0.66666667vw 0.66666667vw 0 rgba(0, 0, 0, 0.07);
  }
}

.column-outline__ttl {
  margin-bottom: 30px;
  border-bottom: 2px solid #d1d1d1;
  color: var(--column-color01);
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column-outline__ttl {
    margin-bottom: 8vw;
    padding-bottom: 0.2em;
    border-bottom-width: 1px;
    font-size: 5.33333333vw;
  }
}

.column-outline__item {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .column-outline__item {
    font-size: 4vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .column-outline__item + .column-outline__item {
    margin-top: 2.66666667vw;
  }
}

.column-outline__item::before {
  display: flex;
  position: relative;
  top: 0.65em;
  flex-shrink: 0;
  width: 0.7em;
  margin-right: 15px;
  background: var(--column-color01);
  border-radius: 100%;
  aspect-ratio: 1;
  content: "";
}
@media screen and (max-width: 767px) {
  .column-outline__item::before {
    top: 0.35em;
    margin-right: 1.6vw;
  }
}

.column-outline__item a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .column-outline__item a {
    padding-right: 4vw;
  }
}

.column-outline__item a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  border-right: 3px solid var(--column-color01);
  border-bottom: 3px solid var(--column-color01);
  transform: translateY(-50%) rotate(45deg);
  aspect-ratio: 1;
  content: "";
}
@media screen and (max-width: 767px) {
  .column-outline__item a::after {
    width: 2vw;
    border-width: 2px;
  }
}

.column-block {
  padding: 80px 0 90px;
  background: #fff;
  filter: drop-shadow(10px 10px 22px rgba(184, 69, 114, 0.18));
}
@media screen and (max-width: 767px) {
  .column-block {
    padding: 10.66666667vw 8vw 12vw;
  }
}

.column-block + .column-block {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .column-block + .column-block {
    margin-top: 10.66666667vw;
  }
}

.column-block__inner {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column-block__inner {
    width: auto;
  }
}

.column-block__ttl {
  margin-bottom: 70px;
  font-size: 40px;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .column-block__ttl {
    margin-bottom: 8.66666667vw;
    font-size: 6.13333333vw;
    letter-spacing: -0.02em;
  }
}

.column-block__ttl::before,
.column-block__ttl::after {
  display: block;
  width: 100%;
  height: 19px;
  background: url(/brand/visrrat/img/konenkibutori/ttl-deco_pc.png) no-repeat center center;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .column-block__ttl::before,
  .column-block__ttl::after {
    height: 2.26666667vw;
    background-image: url(/brand/visrrat/img/konenkibutori/ttl-deco_sp.png);
  }
}

.column-block__ttl::before {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .column-block__ttl::before {
    margin-bottom: 2.66666667vw;
  }
}

.column-block__ttl::after {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .column-block__ttl::after {
    margin-top: 2.66666667vw;
  }
}

.column-faq {
}

.column-faq + .column-faq {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .column-faq + .column-faq {
    margin-top: 8vw;
  }
}

.column-faq__content-q {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: var(--column-color02);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .column-faq__content-q {
    align-items: flex-start;
    margin-bottom: 5.33333333vw;
    font-size: 4.26666667vw;
  }
}

.column-faq__content-q::before {
  background: var(--column-color02);
  border: 6px solid #ffccdd;
  color: #fff;
  content: "Q";
}

.column-faq__content-a::before {
  background: #feeff4;
  border: 6px solid #ffacc8;
  color: #ff4885;
  font-family: var(--maru-gothic);
  content: "A";
}
@media screen and (max-width: 767px) {
  .column-faq__content-a::before {
    float: left;
  }
}

.column-faq__content-q::before,
.column-faq__content-a::before {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  margin-right: 30px;
  border-radius: 100%;
  font-family: var(--maru-gothic);
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 62px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .column-faq__content-q::before,
  .column-faq__content-a::before {
    width: 14.66666667vw;
    margin-right: 4.8vw;
    border-width: 4px;
    font-size: 6.13333333vw;
    line-height: 11.46666667vw;
  }
}


.column-faq__inner {
  flex: 1;
}

.column-faq__content-a {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .column-faq__content-a {
    display: block;
    font-size: 3.73333333vw;
    overflow: hidden;
  }
}


.column-faq__content > p + *,
.column-faq__content > img + *,
.column-content__img-box img + img {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .column-faq__content > p + *,
  .column-faq__content > img + *,
  .column-content__img-box img + img {
    margin-top: 4vw;
  }
}
.column-faq__content > :not(.column-content__ttl) + .column-content__img-box,
.column-faq__content > .column-content__img-box + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .column-faq__content > :not(.column-content__ttl) + .column-content__img-box,
  .column-faq__content > .column-content__img-box + * {
    margin-top: 9.33333333vw;
  }
}

.column-faq__content + .column-faq__content {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .column-faq__content + .column-faq__content {
    margin-top: 9.33333333vw;
  }
}

.column-content__ttl {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid var(--column-color02);
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .column-content__ttl {
    margin-bottom: 8vw;
    font-size: 4.26666667vw;
  }
}

.column-content__note {
  font-size: 0.8em;
}

.column-content__list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .column-content__list li {
    font-size: 3.73333333vw;
  }
}

.column-content__list li::before {
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: var(--column-color02);
  border-radius: 100%;
  content: "";
}

.column-other {
  padding: 120px 0 110px;
}
@media screen and (max-width: 767px) {
  .column-other {
    padding: 13.33333333vw 0 12vw;
  }
}

.column-other__inner {
  width: 1028px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column-other__inner {
    width: 94.66666667vw;
  }
}

.column-summary {
  margin-bottom: 80px;
  background: #fffff9;
  border-radius: 20px;
  border: 2px solid var(--column-color01);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column-summary {
    margin-bottom: 13.33333333vw;
    border-radius: 10px;
  }
}

.column-summary__ttl {
  padding: 10px 0;
  background: #fffdd8;
  border-bottom: 2px dotted var(--column-color01);
  color: #0a185a;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column-summary__ttl {
    font-size: 4.26666667vw;
  }
}

.column-summary__body {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .column-summary__body {
    padding: 9.33333333vw 8vw 11.33333333vw;
  }
}

.column-summary__inner {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column-summary__inner {
    width: auto;
  }
}

.column-summary__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column-summary__img {
    margin-bottom: 8vw;
  }
}

.column-summary__txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .column-summary__txt {
    font-size: 3.73333333vw;
  }
}

.column-summary__txt + .column-summary__txt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .column-summary__txt + .column-summary__txt {
    margin-top: 6.13333333vw;
  }
}

.column-banner {

}

.column-banner__ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 27px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .column-banner__ttl {
    margin-bottom: 3.4vw;
    font-size: 4.26666667vw;
    line-height: 1.8;
  }
}

.column-banner__ttl::before,
.column-banner__ttl::after {
  display: flex;
  width: 3px;
  height: 1.5em;
  background: currentColor;
  transform-origin: bottom center;
  content: "";
}

@media screen and (max-width: 767px) {
  .column-banner__ttl::before,
  .column-banner__ttl::after {
    width: 2px;
    height: 2em;
  }
}

.column-banner__ttl::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.column-banner__ttl::after {
  margin-left: 0.3em;
  transform: rotate(30deg);
}

.column-banner__ttl--large {
  display: inline-block;
  position: relative;
  margin: 10px 0.5em 0;
  color: transparent;
  font-size: 1.14em;
}
@media screen and (max-width: 767px) {
  .column-banner__ttl--large {
    margin-top: 0.6vw;
  }
}

.column-banner__ttl--large::after {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #fff;
  content: attr(data-text);
}

.column-banner__ttl--large > span {
  position: relative;
  z-index: 0;
}

.column-banner__ttl--large > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1.7em;
  background: var(--product-color);
  aspect-ratio: 1;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  content: "";
}

.column-banner__sub-ttl {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column-banner__sub-ttl {
    margin-bottom: 2.6vw;
    font-size: 4.26666667vw;
  }
}

.column-banner__sub-ttl--large {
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #0a185a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: italic;
  font-size: 1.7em;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .column-banner__sub-ttl--large {
    margin-top: 2.6vw;
  }
}
.column-banner__sub-ttl--large::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 4px #fff;
  content: attr(data-text);
}

.column-banner__sub-ttl--large02 {
  padding-right: 0.2em;
  background: linear-gradient(107deg, #dec783, #f6e0b1, #dec783);
  color: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: italic;
  font-size: 1.7em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 3px #09185b;
}
@media screen and (max-width: 767px) {
  .column-banner__sub-ttl--large02 {
    -webkit-text-stroke-width: 2px;
  }
}
.column-banner__product-ttl {
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .column-banner__product-ttl {
    margin-top: 2.6vw;
  }
}

.column-banner__sub-ttl--normal {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-left: -0.4em;
  color: #0a185a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: italic;
}
.column-banner__sub-ttl--normal::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 4px #fff;
  content: attr(data-text);
}

.column-banner__txt {
  margin-bottom: 70px;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .column-banner__txt {
    margin-bottom: 6.66666667vw;
    font-size: 4vw;
  }
}

.column-product__outer + .column-product__outer {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .column-product__outer + .column-product__outer {
    margin-top: 13.33333333vw;
  }
}

.column-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 44px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .column-product {
    width: 72vw;
    margin: 0 auto 13.33333333vw;
  }
}

@media screen and (max-width: 767px) {
  .column-product__img {
    width: 36vw;
    margin: 0 auto 5.33333333vw;
  }
}

.column-product__ttl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 1em 0;
  border-width: 2px 0 2px 0;
  border-style: solid none solid none;
  color: #09185b;
  font-size: 17px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .column-product__ttl {
    padding: 0.6em 0 0.7em;
    font-size: 4.26666667vw;

  }
}

.column-product__ttl span {
  flex: 1;
}

.column-product__note {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .column-product__note {
    margin-bottom: 1.33333333vw;
    font-size: 3.73333333vw;
  }
}

.column-product__labels li {
  display: inline-block;
  padding: 0.1em 0.5em;
  border: 1px solid currentColor;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .column-product__labels li {
    font-size: 3.2vw;
  }
}

.column-banner__link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .column-banner__link {
    width: 89.33333333vw;
  }
}

/*  konenkibutori  */
@media screen and (max-width: 767px) {
  .column__konenkibutori-product-ttl {
    width: 71.33333333vw;
  }
}

@media screen and (max-width: 767px) {
  .column__mukumibutori-product-ttl {
    width: 68.4vw;
  }
}

@media screen and (max-width: 767px) {
  .column__onakamawari-product-ttl {
    width: 64.4vw;
  }
}
