@charset "UTF-8";
#container {
  max-width: inherit;
}

#container .contents-e-kurashi {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-bottom: 64px;
}
@media screen and (max-width: 640px) {
  #container .contents-e-kurashi {
    padding-bottom: 8.53333vw;
  }
}
#container .contents-e-kurashi.-theme {
  width: 608px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #container .contents-e-kurashi.-theme {
    width: 92vw;
  }
}
@media screen and (max-width: 640px) {
  #container .contents-e-kurashi.-idea-column {
    padding-bottom: 17.06667vw;
  }
}
@media screen and (max-width: 640px) {
  #container .contents-e-kurashi.-outlet-plan {
    padding-bottom: 17.33333vw;
  }
}

#container a:hover span,
#container a:hover p,
#container a:hover ul {
  color: inherit;
  font-family: inherit;
}

#container a:hover img {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .h1_area h1 {
    display: grid;
    width: 92vw !important;
    align-items: center;
  }
}

.contents-e-kurashi * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents-e-kurashi {
  font-weight: 400;
  letter-spacing: 0.04em;
  /* common */
  /* column */
  /* survey */
  /* recipe-mv */
  /* e-kurashi-mv */
}
.contents-e-kurashi a {
  color: #000;
}
.contents-e-kurashi a:hover {
  text-decoration: none;
}
.contents-e-kurashi .sp-disp {
  display: none;
}
.contents-e-kurashi .pc-disp {
  display: inline;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .sp-disp {
    display: inline;
  }
  .contents-e-kurashi .pc-disp {
    display: none;
  }
}
.contents-e-kurashi img {
  width: 100%;
  height: auto;
}
.contents-e-kurashi .icon-maru {
  border: 1px solid #000;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #71aa6d;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .icon-maru {
    width: 2.66667vw;
    height: 2.66667vw;
    top: 0.53333vw;
    margin-right: 0.53333vw;
  }
}
.contents-e-kurashi .-hack-10 {
  position: relative;
  left: -10px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .-hack-10 {
    left: 0;
  }
}
.contents-e-kurashi .-hack-25 {
  position: relative;
  left: -25px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .-hack-25 {
    left: 0;
  }
}
.contents-e-kurashi .img-arrow__btm {
  width: 40px;
  margin: 15px auto 15px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .img-arrow__btm {
    width: 10.66667vw;
    margin: 4vw auto 4vw;
  }
}
.contents-e-kurashi .bg-txt {
  background: #71ab6d;
  padding: 10px 10px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .bg-txt {
    padding: 2.66667vw 2.66667vw;
  }
}
.contents-e-kurashi .ttl-label {
  font-size: 16px;
  background: #f0e385;
  line-height: 1;
  padding: 4px 10px 6px;
  border-radius: 13px;
  display: inline-block;
  min-width: 104px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.contents-e-kurashi .ttl-label.-label-green {
  background: #e6f1e5;
}
.contents-e-kurashi .ttl-label.-label-dark-blue {
  background: #1d485f;
  color: #fff;
  min-width: 64px;
}
.contents-e-kurashi .ttl-label.-label-w-138 {
  min-width: 138px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ttl-label.-label-w-138 {
    min-width: 36.26667vw;
  }
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ttl-label {
    font-size: 4.26667vw;
    padding: 1.06667vw 2.66667vw 1.6vw;
    border-radius: 3.46667vw;
    min-width: 27.73333vw;
    margin-bottom: 2.66667vw;
  }
}
.contents-e-kurashi .ttl-case {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ttl-case {
    font-size: 4.26667vw;
  }
}
.contents-e-kurashi .ttl-case span {
  display: inline-block;
  padding: 4px 6px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ttl-case span {
    padding: 1.06667vw 1.6vw;
    font-size: 3.2vw;
    margin-bottom: 1.06667vw;
  }
}
.contents-e-kurashi .ek-w-570 {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-570 {
    width: 100%;
  }
}
.contents-e-kurashi .ek-w-375 {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-375 {
    width: 100%;
  }
}
.contents-e-kurashi .ek-w-395 {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-395 {
    width: 100%;
  }
}
.contents-e-kurashi .ek-w-345 {
  width: 345px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-345 {
    width: 100%;
  }
}
.contents-e-kurashi .ek-w-310 {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-310 {
    width: 81.33333vw;
  }
}
.contents-e-kurashi .ek-w-305 {
  width: 305px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-305 {
    width: 81.33333vw;
  }
}
.contents-e-kurashi .ek-w-600 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-600 {
    width: 81.33333vw;
  }
}
.contents-e-kurashi .ek-w-315 {
  width: 315px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-315 {
    width: 81.33333vw;
  }
}
.contents-e-kurashi .ek-grid {
  display: grid;
  justify-content: space-between;
}
.contents-e-kurashi .ek-grid.ek-grid__160-160 {
  grid-template-columns: 160px 160px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-grid.ek-grid__160-160 {
    grid-template-columns: 37.33333vw 37.33333vw;
  }
}
.contents-e-kurashi .ek-grid.ek-grid__190-120 {
  grid-template-columns: 190px 120px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-grid.ek-grid__190-120 {
    grid-template-columns: 50.66667vw 32vw;
  }
}
.contents-e-kurashi .ek-grid.ek-grid__163 {
  grid-template-columns: 163px 163px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-grid.ek-grid__163 {
    grid-template-columns: 43.46667vw 45.33333vw;
  }
}
.contents-e-kurashi .ek-grid.ek-grid__290 {
  grid-template-columns: 150px 150px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-grid.ek-grid__290 {
    grid-template-columns: 40vw 40vw;
  }
}
.contents-e-kurashi .ek-grid.ek-grid__290 .ek-grid__inner:last-child {
  position: relative;
  left: 10px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-grid.ek-grid__290 .ek-grid__inner:last-child {
    left: 5.33333vw;
  }
}
.contents-e-kurashi .line-marker {
  background: linear-gradient(transparent 70%, #9cb2c9 70%) 0 -3px no-repeat;
}
.contents-e-kurashi .rable-txt {
  position: relative;
  width: 110%;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .rable-txt {
    font-size: 3.2vw;
  }
}
.contents-e-kurashi .rable-txt span {
  text-align: center;
  display: inline-block;
  padding: 2px 5px 3px;
  letter-spacing: 0.2em;
  background: #e6f1e5;
  margin-right: 4px;
  border-radius: 4px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .rable-txt span {
    padding: 0.53333vw 1.33333vw 0.8vw;
    margin-right: 1.06667vw;
    border-radius: 1.06667vw;
  }
}
.contents-e-kurashi .ek-ttl__bg {
  padding: 6px 0;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-ttl__bg {
    padding: 1.6vw 0;
  }
}
.contents-e-kurashi .ek-ttl__line {
  font-size: 20px;
  color: #00b8ee;
  border-bottom: 1px solid #00b8ee;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-ttl__line {
    font-size: 5.33333vw;
    padding-bottom: 1.33333vw;
    margin-bottom: 2.13333vw;
  }
}
.contents-e-kurashi .ek-ttl__line.-col-red {
  color: #d14e3f;
  border-bottom: 1px solid #d14e3f;
}
.contents-e-kurashi .ek-ttl__line.-col-71aa6d {
  color: #71aa6d;
  border-bottom: 1px solid #71aa6d;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-ttl__line.-col-71aa6d {
    padding-bottom: 1.06667vw;
    margin-bottom: 1.6vw;
  }
}
.contents-e-kurashi .ek-pt-0 {
  padding-top: 0px !important;
}
.contents-e-kurashi .ek-pt-05 {
  padding-top: 5px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-pt-05 {
    padding-top: 1.33333vw !important;
  }
}
.contents-e-kurashi .ek-pt-10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-pt-10 {
    padding-top: 2.66667vw !important;
  }
}
.contents-e-kurashi .ek-mt-minus-05 {
  margin-top: -5px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mt-minus-05 {
    margin-top: -1.33333vw !important;
  }
}
.contents-e-kurashi .ek-mt-minus-10 {
  margin-top: -10px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mt-minus-10 {
    margin-top: -2.66667vw !important;
  }
}
.contents-e-kurashi .ek-mt-minus-15 {
  margin-top: -15px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mt-minus-15 {
    margin-top: -4vw !important;
  }
}
.contents-e-kurashi .ek-mt-minus-50 {
  margin-top: -50px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mt-minus-50 {
    margin-top: -13.33333vw !important;
  }
}
.contents-e-kurashi .ek-mt-minus-10 {
  margin-top: -10px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mt-minus-10 {
    margin-top: -2.66667vw !important;
  }
}
.contents-e-kurashi .ek-mb-05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-05 {
    margin-bottom: 1.33333vw !important;
  }
}
.contents-e-kurashi .ek-mb-10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-10 {
    margin-bottom: 2.66667vw !important;
  }
}
.contents-e-kurashi .ek-mb-15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-15 {
    margin-bottom: 4vw !important;
  }
}
.contents-e-kurashi .ek-mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-20 {
    margin-bottom: 5.33333vw !important;
  }
}
.contents-e-kurashi .ek-mb-25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-25 {
    margin-bottom: 6.66667vw !important;
  }
}
.contents-e-kurashi .ek-mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-30 {
    margin-bottom: 8vw !important;
  }
}
.contents-e-kurashi .ek-mb-35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-35 {
    margin-bottom: 9.33333vw !important;
  }
}
.contents-e-kurashi .ek-mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-40 {
    margin-bottom: 10.66667vw !important;
  }
}
.contents-e-kurashi .ek-mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-50 {
    margin-bottom: 13.33333vw !important;
  }
}
.contents-e-kurashi .ek-mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-60 {
    margin-bottom: 16vw !important;
  }
}
.contents-e-kurashi .ek-col-notice {
  color: #d14e3f !important;
}
.contents-e-kurashi .ek-col-blue-01 {
  color: #5983aa !important;
}
.contents-e-kurashi .ek-col-blue {
  color: #5983aa !important;
  color: #4b6c8c !important;
}
.contents-e-kurashi .ek-col-white {
  color: #fff !important;
}
.contents-e-kurashi .ek-col-yellow {
  color: #b8a91f !important;
}
.contents-e-kurashi .ek-col-green {
  color: #71a56d !important;
}
.contents-e-kurashi .ek-col-dark-blue {
  color: #1d485f !important;
}
.contents-e-kurashi .bg-col-yellow {
  background: #b8a91f !important;
}
.contents-e-kurashi .bg-col-green {
  background: #71a56d !important;
}
.contents-e-kurashi .bg-col-dark-blue {
  background: #1d485f !important;
}
.contents-e-kurashi .bg-fcf8d8 {
  background: #fcf8d8 !important;
}
.contents-e-kurashi .bg-e6f1e5 {
  background: #e6f1e5 !important;
}
.contents-e-kurashi .bg-fff {
  background: #fff !important;
}
.contents-e-kurashi .ek-fs-10 {
  font-size: 10px !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-fs-10 {
    font-size: 2.66667vw !important;
  }
}
.contents-e-kurashi .ek-fs-11 {
  font-size: 11px !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-fs-11 {
    font-size: 2.93333vw !important;
  }
}
.contents-e-kurashi .ek-fs-12 {
  font-size: 12px !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-fs-12 {
    font-size: 3.2vw !important;
  }
}
.contents-e-kurashi .ek-fs-16 {
  font-size: 16px !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-fs-16 {
    font-size: 4.26667vw !important;
  }
}
.contents-e-kurashi .ek-fs-18 {
  font-size: 18px !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-fs-18 {
    font-size: 4.8vw !important;
  }
}
.contents-e-kurashi .ek-fs-20 {
  font-size: 20px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-fs-20 {
    font-size: 5.33333vw !important;
  }
}
.contents-e-kurashi .ek-fs-22 {
  font-size: 22px !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-fs-22 {
    font-size: 5.86667vw !important;
  }
}
.contents-e-kurashi .ek-ta-c {
  text-align: center !important;
}
.contents-e-kurashi .ek-ta-l {
  text-align: left !important;
}
.contents-e-kurashi .ek-ta-r {
  text-align: right !important;
}
.contents-e-kurashi .ls-s {
  letter-spacing: 0.00em !important;
}
.contents-e-kurashi .ls-l {
  letter-spacing: 0.3em !important;
}
.contents-e-kurashi .ls-ll {
  letter-spacing: 0.3em !important;
}
.contents-e-kurashi .ek-fw-700 {
  font-weight: 700 !important;
}
.contents-e-kurashi .ek-fw-600 {
  font-weight: 600 !important;
}
.contents-e-kurashi .ek-fw-500 {
  font-weight: 500 !important;
}
.contents-e-kurashi .ek-fw-400 {
  font-weight: 400 !important;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-mb-20__sp {
    margin-bottom: 5.33333vw !important;
  }
  .contents-e-kurashi .ek-mb-25__sp {
    margin-bottom: 6.66667vw !important;
  }
  .contents-e-kurashi .ek-ta-l__sp {
    text-align: left !important;
  }
  .contents-e-kurashi .ek-w-690__sp {
    width: 92vw !important;
    margin-inline: auto;
  }
}
.contents-e-kurashi .idea-column__arrow-items {
  width: 345px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-items {
    width: 92vw;
  }
}
.contents-e-kurashi .idea-column__arrow-items .idea-column__arrow-item {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-items .idea-column__arrow-item {
    margin-bottom: 9.33333vw;
    padding-bottom: 9.33333vw;
  }
}
.contents-e-kurashi .idea-column__arrow-items .idea-column__arrow-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contents-e-kurashi .idea-column__arrow {
  display: table;
  width: 100%;
  border: 1px solid #000;
  border-radius: 16px;
  margin-bottom: 46px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow {
    border-radius: 4.26667vw;
    margin-bottom: 12.26667vw;
  }
}
.contents-e-kurashi .idea-column__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 104px;
  height: 44px;
  background: #fff;
  left: 50%;
  margin-left: -52px;
  bottom: -44px;
  background: url(../img/idea-column/img_arrow_btm_l.webp) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow::after {
    width: 27.73333vw;
    height: 11.73333vw;
    margin-left: -13.86667vw;
    bottom: -11.73333vw;
  }
}
.contents-e-kurashi .idea-column__arrow-l {
  display: table-cell;
  vertical-align: middle;
  background: #f0e385;
  width: 100px;
  text-align: center;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-l {
    border-radius: 4.26667vw 0 0 4.26667vw;
  }
}
.contents-e-kurashi .idea-column__arrow-l .-img {
  width: 48px;
  display: block;
  margin: 0 auto 5px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-l .-img {
    width: 12.8vw;
    margin-bottom: 1.33333vw;
  }
}
.contents-e-kurashi .idea-column__arrow-l .-txt {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-l .-txt {
    font-size: 3.2vw;
  }
}
.contents-e-kurashi .idea-column__arrow-r {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px 20px 15px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-r {
    padding: 4vw 4vw 4vw 3.33333vw;
  }
}
.contents-e-kurashi .marupeke-list li {
  position: relative;
  width: 110%;
  font-size: 12px;
  padding-left: 28px;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .marupeke-list li {
    font-size: 3.2vw;
    padding-left: 7.46667vw;
    margin-bottom: 2.13333vw;
  }
}
.contents-e-kurashi .marupeke-list li:last-child {
  margin-bottom: 0;
}
.contents-e-kurashi .marupeke-list li img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .marupeke-list li img {
    width: 5.86667vw;
  }
}
.contents-e-kurashi .idea-column__arrow-ill {
  display: grid;
  grid-template-columns: auto 162px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-ill {
    grid-template-columns: auto 44.53333vw;
  }
}
.contents-e-kurashi .idea-column__arrow-ill .-img {
  padding-top: 3px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-ill .-img {
    padding-top: 0.8vw;
  }
}
.contents-e-kurashi .idea-column__arrow-ill .ek-fs-16 {
  padding-right: 12px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__arrow-ill .ek-fs-16 {
    padding-right: 3.2vw;
    letter-spacing: 0.02em;
  }
}
.contents-e-kurashi .-img-hack-315 {
  width: 315px;
  position: relative;
  left: -5px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .-img-hack-315 {
    width: 84vw;
    left: -1.33333vw;
  }
}
.contents-e-kurashi .-img-hack-330 {
  width: 330px;
  position: relative;
  left: -12px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .-img-hack-330 {
    width: 84vw;
    left: -1.33333vw;
  }
}
.contents-e-kurashi .idea-column__boxs-fff {
  width: 345px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__boxs-fff {
    width: 100%;
  }
}
.contents-e-kurashi .idea-column__boxs-fff .idea-column__box-fff {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 10px;
}
.contents-e-kurashi .idea-column__boxs-fff .idea-column__box-fff:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__boxs-fff .idea-column__box-fff {
    width: 100%;
    padding: 4vw 4.66667vw;
    margin-bottom: 2.66667vw;
  }
}
.contents-e-kurashi .idea-column__boxs {
  background: #ebeef0;
  width: 600px;
  margin: 0 auto;
  padding: 20px 20px;
}
.contents-e-kurashi .idea-column__boxs.-pad-15 {
  padding: 15px 15px;
}
.contents-e-kurashi .idea-column__boxs.-pab-0 {
  padding-bottom: 0;
}
.contents-e-kurashi .idea-column__boxs.-palr-0 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__boxs {
    width: 100%;
    padding: 6vw 4.66667vw 6.66667vw;
  }
  .contents-e-kurashi .idea-column__boxs.-pad-15 {
    padding: 4vw 4vw;
  }
}
.contents-e-kurashi .idea-column__boxs.line-fff section {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__boxs.line-fff section {
    margin-bottom: 3.2vw;
    padding-bottom: 1.06667vw;
  }
}
.contents-e-kurashi .idea-column__boxs.line-fff section:last-child {
  border-bottom: none;
}
.contents-e-kurashi .idea-column__boxs.-w-345 {
  width: 345px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__boxs.-w-345 {
    width: 100%;
  }
}
.contents-e-kurashi .idea-column__boxs.-w-345 section {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__boxs.-w-345 section {
    margin-bottom: 3.2vw;
    padding-bottom: 1.06667vw;
  }
}
.contents-e-kurashi .idea-column__boxs.-w-345 section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contents-e-kurashi .idea-column__boxs.-w-345.-noline section {
  border-bottom: none;
}
.contents-e-kurashi .idea-column__boxs.-w-630 {
  width: 630px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__boxs.-w-630 {
    width: 100%;
  }
}
.contents-e-kurashi .idea-column__boxs.bg-e7eff6 {
  background: #e7eff6;
}
.contents-e-kurashi .idea-column__boxs.bg-e6e5e5 {
  background: #e6e5e5;
}
.contents-e-kurashi .idea-column__boxs.bg-e6f1e5 .idea-column__box {
  border-bottom: 1px solid #71ab6d;
}
.contents-e-kurashi .idea-column__boxs .idea-column__box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #5a8ab1;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__boxs .idea-column__box {
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}
.contents-e-kurashi .idea-column__boxs .idea-column__box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.contents-e-kurashi .idea-column__copy-ttl {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__copy-ttl {
    text-align: left;
    font-size: 5.33333vw;
    line-height: 1.5;
    margin-bottom: 3.2vw;
  }
}
.contents-e-kurashi .idea-column__copy-txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__copy-txt {
    width: 100%;
    text-align: left;
    font-size: 4.26667vw;
    margin-bottom: 8vw;
  }
}
.contents-e-kurashi .idea-column__mv {
  position: relative;
  width: 600px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__mv {
    margin-bottom: 1.6vw;
    width: 100%;
    margin-bottom: 8vw;
  }
}
.contents-e-kurashi .idea-column__mv img {
  display: block;
  position: relative;
  z-index: 1;
}
.contents-e-kurashi .idea-column__mv.-col-blue .-vol {
  background: #5983aa;
}
.contents-e-kurashi .idea-column__mv.-col-yellow .-vol {
  background: #e4bf00;
}
.contents-e-kurashi .idea-column__mv.-col-green .-vol {
  background: #71a56d;
}
.contents-e-kurashi .idea-column__mv.-col-dark-blue .-vol {
  background: #1d485f;
}
.contents-e-kurashi .idea-column__mv.-col-dark-yellow .-vol {
  background: #c2ca2d;
}
.contents-e-kurashi .idea-column__mv.-col-white .-txt {
  color: #fff;
}
.contents-e-kurashi .idea-column__mv .-vol {
  position: absolute;
  display: inline-block;
  padding: 0px 32px;
  top: 14px;
  background: #666;
  color: #fff;
  font-size: 24px !important;
  font-weight: 700 !important;
  z-index: 2;
  background: #ccc;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__mv .-vol {
    padding: 0.26667vw 5.33333vw;
    top: 2.13333vw;
    font-size: 4vw !important;
  }
}
.contents-e-kurashi .idea-column__mv .-txt {
  position: absolute;
  top: 80px;
  left: 32px;
  font-size: 28px;
  font-weight: 700;
  z-index: 2;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__mv .-txt {
    top: 12vw;
    left: 5.33333vw;
    font-size: 4.66667vw;
  }
}
.contents-e-kurashi .idea-column__mv .-txt.-col-w {
  color: #fff !important;
}
.contents-e-kurashi .idea-column__mv .-txt span {
  display: block;
  margin-top: 10px;
  line-height: 1.25;
  font-size: 42px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .idea-column__mv .-txt span {
    margin-top: 1.86667vw;
    font-size: 7vw;
    line-height: 1.3;
  }
}
.contents-e-kurashi .plan-nav__page {
  width: 100%;
  background: #dbdbdb;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-nav__page {
    border-bottom: none;
  }
}
.contents-e-kurashi .plan-nav__page ul {
  width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-nav__page ul {
    width: 100%;
    border-left: none;
    flex-wrap: wrap;
  }
}
.contents-e-kurashi .plan-nav__page ul li {
  width: 75px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-nav__page ul li {
    width: 20%;
    border-bottom: 1px solid #fff;
  }
  .contents-e-kurashi .plan-nav__page ul li:nth-child(5n) {
    border-right: none;
  }
}
.contents-e-kurashi .plan-nav__page ul li div,
.contents-e-kurashi .plan-nav__page ul li a {
  text-align: center;
  display: grid;
  height: 40px;
  place-items: center;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-nav__page ul li div,
  .contents-e-kurashi .plan-nav__page ul li a {
    height: 10.66667vw;
    font-size: 3.73333vw;
  }
}
.contents-e-kurashi .plan-nav__page ul li div {
  background: #5a8ab1;
}
.contents-e-kurashi .plan-nav__page ul li a {
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.contents-e-kurashi .plan-nav__page ul li a:hover {
  background: #5a8ab1;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.contents-e-kurashi .plan-main {
  width: 100%;
  background: #d6e1eb;
  padding: 50px 0 40px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-main {
    padding: 12vw 0 10.66667vw;
  }
}
.contents-e-kurashi .plan-main__inner {
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-main__inner {
    width: 92vw;
  }
}
.contents-e-kurashi .plan-main__ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-main__ttl {
    margin-bottom: 10.66667vw;
  }
}
.contents-e-kurashi .plan-main__ttl img {
  display: block;
  width: auto;
  height: 26px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-main__ttl img {
    height: 6.93333vw;
  }
}
.contents-e-kurashi .plan-main__copy {
  position: relative;
  width: 110%;
  left: -5%;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-main__copy {
    font-size: 5.33333vw;
    line-height: 1.6;
    margin-bottom: 4.26667vw;
  }
}
.contents-e-kurashi .plan-main__txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-main__txt {
    font-size: 4.26667vw;
    margin-bottom: 9.6vw;
  }
}
.contents-e-kurashi .outlet-info {
  margin: 30px auto 60px;
  width: 345px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info {
    margin: 9.33333vw auto 9.6vw;
    width: 92vw;
  }
}
.contents-e-kurashi .outlet-info__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 4px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info__total {
    padding: 0 0 1.06667vw;
  }
}
.contents-e-kurashi .outlet-info__total .-txt {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info__total .-txt {
    font-size: 4.26667vw;
  }
}
.contents-e-kurashi .outlet-info__total .-total {
  position: relative;
  font-size: 25px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info__total .-total {
    font-size: 6.66667vw;
  }
}
.contents-e-kurashi .outlet-info__total .-total strong {
  font-size: 43px;
  font-weight: 400;
  padding: 0 4px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info__total .-total strong {
    font-size: 11.46667vw;
    padding: 0 1.06667vw;
  }
}
.contents-e-kurashi .outlet-info__ttl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info__ttl {
    padding: 1.33333vw 0;
    font-size: 3.73333vw;
  }
}
.contents-e-kurashi .outlet-info__items {
  padding: 4px 0;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info__items {
    padding: 1.06667vw 0;
  }
}
.contents-e-kurashi .outlet-info__items .outlet-info__item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 4px 0;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info__items .outlet-info__item {
    padding: 1.06667vw 0;
  }
}
.contents-e-kurashi .outlet-info__items .outlet-info__item p {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .outlet-info__items .outlet-info__item p {
    font-size: 3.2vw;
  }
}
.contents-e-kurashi .outlet-info__items .outlet-info__item p:last-child {
  text-align: right;
}
.contents-e-kurashi .plan-link__ill {
  position: relative;
}
.contents-e-kurashi .plan-link__ill .plan-link__ill-img {
  position: relative;
  z-index: 1;
}
.contents-e-kurashi .plan-link__ill-points.-exterior li:nth-child(1) {
  top: 327px;
  left: 32px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-exterior li:nth-child(1) {
    top: 54.53333vw;
    left: 5.2vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-exterior li:nth-child(2) {
  top: 54px;
  left: 430px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-exterior li:nth-child(2) {
    top: 9.46667vw;
    left: 71.6vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-exterior li:nth-child(3) {
  top: 380px;
  left: 179px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-exterior li:nth-child(3) {
    top: 64vw;
    left: 29.86667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-toilet li:nth-child(1) {
  top: 25px;
  left: 103px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-toilet li:nth-child(1) {
    top: 4.26667vw;
    left: 16.66667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-toilet li:nth-child(2) {
  top: 387px;
  left: 396px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-toilet li:nth-child(2) {
    top: 64vw;
    left: 65.33333vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-laundry li:nth-child(1) {
  top: 27px;
  left: 37px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-laundry li:nth-child(1) {
    top: 4.53333vw;
    left: 6.13333vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-laundry li:nth-child(2) {
  top: 392px;
  left: 416px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-laundry li:nth-child(2) {
    top: 65.06667vw;
    left: 68.66667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-laundry li:nth-child(3) {
  top: 392px;
  left: 218px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-laundry li:nth-child(3) {
    top: 65.06667vw;
    left: 37.06667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-corridor li:nth-child(1) {
  top: 90px;
  left: 58px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-corridor li:nth-child(1) {
    top: 15.46667vw;
    left: 9.6vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-entrance li:nth-child(1) {
  top: 18px;
  left: 304px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-entrance li:nth-child(1) {
    top: 3.2vw;
    left: 50.26667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-entrance li:nth-child(2) {
  top: 18px;
  left: 15px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-entrance li:nth-child(2) {
    top: 3.2vw;
    left: 5.06667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-entrance li:nth-child(3) {
  top: 358px;
  left: 104px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-entrance li:nth-child(3) {
    top: 59.73333vw;
    left: 17.2vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-children_room li:nth-child(1) {
  top: 108px;
  left: 51px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-children_room li:nth-child(1) {
    top: 18.53333vw;
    left: 8.53333vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-workspace li:nth-child(1) {
  top: 325px;
  left: 42px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-workspace li:nth-child(1) {
    top: 53.46667vw;
    left: 7.33333vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-workspace li:nth-child(2) {
  top: 29px;
  left: 387px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-workspace li:nth-child(2) {
    top: 5.33333vw;
    left: 64.26667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(1) {
  top: 74px;
  left: 30px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(1) {
    top: 12.8vw;
    left: 5.06667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(2) {
  top: 19px;
  left: 169px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(2) {
    top: 3.6vw;
    left: 28.26667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(3) {
  top: 382px;
  left: 30px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(3) {
    top: 63.33333vw;
    left: 5.06667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(4) {
  top: 314px;
  left: 462px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(4) {
    top: 52.26667vw;
    left: 76.66667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(5) {
  top: 206px;
  left: 462px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-bedroom li:nth-child(5) {
    top: 34.66667vw;
    left: 76.66667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-kitchen li:nth-child(1) {
  top: 25px;
  left: 50px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-kitchen li:nth-child(1) {
    top: 4.66667vw;
    left: 8.66667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-kitchen li:nth-child(2) {
  top: 378px;
  left: 90px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-kitchen li:nth-child(2) {
    top: 62.93333vw;
    left: 15.06667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-kitchen li:nth-child(3) {
  top: 12px;
  left: 367px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-kitchen li:nth-child(3) {
    top: 2.66667vw;
    left: 60.8vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-kitchen li:nth-child(4) {
  top: 12px;
  left: 174px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-kitchen li:nth-child(4) {
    top: 2.66667vw;
    left: 28.93333vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(1) {
  top: 308px;
  left: 458px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(1) {
    top: 51.33333vw;
    left: 76vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(2) {
  top: 377px;
  left: 361px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(2) {
    top: 62.4vw;
    left: 60.13333vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(3) {
  top: 394px;
  left: 9px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(3) {
    top: 65.73333vw;
    left: 1.6vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(4) {
  top: 133px;
  left: 23px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(4) {
    top: 22.26667vw;
    left: 3.6vw;
  }
}
.contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(5) {
  top: 25px;
  left: 161px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points.-living-dining li:nth-child(5) {
    top: 3.73333vw;
    left: 26.93333vw;
  }
}
.contents-e-kurashi .plan-link__ill-points li {
  position: absolute;
  z-index: 3;
}
.contents-e-kurashi .plan-link__ill-points li a {
  display: block;
  width: 72px;
  height: 77px;
  position: relative;
  text-align: center;
  padding-top: 7px;
  background: rgba(223, 233, 239, 0.9);
  border: 2px solid #5a8ab1;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points li a {
    font-size: 4.26667vw;
    margin-bottom: 12vw;
    width: 11.73333vw;
    height: 13.33333vw;
    padding-top: 1.06667vw;
    border-radius: 2.66667vw;
  }
}
.contents-e-kurashi .plan-link__ill-points li a:hover {
  background: #fff;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.contents-e-kurashi .plan-link__ill-points li a:hover::after {
  transform: translateY(2px);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.contents-e-kurashi .plan-link__ill-points li a::after {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  background: #5a8ab1;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  z-index: 2;
  transform: translateY(0);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points li a::after {
    width: 1.6vw;
    height: 1.33333vw;
    bottom: 0.8vw;
    margin-left: -0.8vw;
  }
}
.contents-e-kurashi .plan-link__ill-points li a img {
  position: relative;
  z-index: 2;
  display: block;
  width: 48px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .plan-link__ill-points li a img {
    width: 8vw;
  }
}
.contents-e-kurashi .btn-rect {
  text-align: center;
}
.contents-e-kurashi .btn-rect a {
  margin: 0 auto;
  display: grid;
  place-items: center;
  width: 345px;
  height: 33px;
  border: 1px solid #5a8ab1;
  font-size: 16px;
  color: #5a8ab1;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.contents-e-kurashi .btn-rect.-product a {
  height: 47px;
  border: 1px solid #b8a91f;
  color: #b8a91f;
  background: #fff;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.contents-e-kurashi .btn-rect.-product a:hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
}
.contents-e-kurashi .btn-rect.-dark-blue a {
  height: 47px;
  border: 1px solid #1d485f;
  color: #1d485f;
  background: #fff;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.contents-e-kurashi .btn-rect.-dark-blue a:hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-rect a {
    width: 100%;
    font-size: 4.26667vw;
    height: 9.06667vw;
  }
}
.contents-e-kurashi .btn-rect a:hover {
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  background: #fff;
}
.contents-e-kurashi .btn-rect a:hover span::after {
  transform: translateX(2px);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.contents-e-kurashi .btn-rect a span {
  position: relative;
  padding-right: 32px;
  left: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-rect a span {
    padding-right: 7.46667vw;
    left: 2.26667vw;
  }
}
.contents-e-kurashi .btn-rect a span::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 5px;
  margin-top: -5px;
  background: url(../img/common/icon_arr_r_b.webp) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.contents-e-kurashi .btn-rect.-product a span::after {
  width: 9px;
  height: 17px;
  margin-top: -9px;
  right: -6px;
  background: url(../img/common/icon_arr_r_y.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
.contents-e-kurashi .btn-rect.-dark-blue a span::after {
  width: 9px;
  height: 17px;
  margin-top: -9px;
  right: -6px;
  background: url(../img/common/icon_arr_r_db.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-rect a span::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 1.33333vw;
    margin-top: -1.33333vw;
  }
}
.contents-e-kurashi .sec-point {
  width: 608px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .sec-point {
    width: 92vw;
    margin-bottom: 10.66667vw;
  }
}
.contents-e-kurashi .point-ttl__point {
  background: #d6e1eb;
  display: grid;
  grid-template-columns: 115px 481px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .point-ttl__point {
    grid-template-columns: 30.66667vw 58.13333vw;
    margin-bottom: 4.8vw;
  }
}
.contents-e-kurashi .point-ttl__point::after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 116px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .point-ttl__point::after {
    left: 30.93333vw;
  }
}
.contents-e-kurashi .point-ttl__point .-txt {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .point-ttl__point .-txt {
    font-size: 4.26667vw;
  }
}
.contents-e-kurashi .point-ttl {
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .point-ttl {
    font-size: 5.86667vw;
    margin-bottom: 16px;
  }
}
.contents-e-kurashi .point-txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.contents-e-kurashi .point-img {
  width: 345px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .point-img {
    width: 100%;
  }
}
.contents-e-kurashi .survey-copy__ttl {
  text-align: left;
  font-size: 22px;
  line-height: 1;
  margin: 20px auto 20px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-copy__ttl {
    line-height: 1.5;
    font-size: 5.86667vw;
    margin: 2.66667vw auto 4vw;
  }
}
.contents-e-kurashi .survey-txt__copy {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
  letter-spacing: 0.0em;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-txt__copy {
    font-size: 4.26667vw;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 8vw;
  }
}
.contents-e-kurashi .survey-ttl_05theme {
  width: 134px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-ttl_05theme {
    width: 34.66667vw;
    margin-bottom: 8vw;
  }
}
.contents-e-kurashi .survey-nav__page {
  margin-bottom: 72px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-nav__page {
    margin-bottom: 19.73333vw;
  }
}
.contents-e-kurashi .survey-nav__page ul {
  display: flex;
  justify-content: center;
  gap: 15px 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-nav__page ul {
    gap: 4vw 4vw;
  }
}
.contents-e-kurashi .survey-nav__page ul li {
  width: 90px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-nav__page ul li {
    width: 24vw;
  }
  .contents-e-kurashi .survey-nav__page ul li.-theme01 {
    margin-left: 6.66667vw;
  }
  .contents-e-kurashi .survey-nav__page ul li.-theme02 {
    margin-right: 6.66667vw;
  }
}
.contents-e-kurashi .survey-nav__page ul li a {
  display: block;
  width: 100%;
  height: 126px;
  background: #ebebeb;
  text-align: center;
  padding-top: 5px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-nav__page ul li a {
    padding-top: 0.66667vw;
    height: 33.6vw;
    border-radius: 2.66667vw 2.66667vw 2.66667vw 2.66667vw;
  }
}
.contents-e-kurashi .survey-nav__page ul li a .-img {
  display: block;
  width: 68px;
  margin: 0 auto 2px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-nav__page ul li a .-img {
    width: 18.13333vw;
  }
}
.contents-e-kurashi .survey-nav__page ul li a .-txt {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-nav__page ul li a .-txt {
    font-size: 4.26667vw;
  }
}
.contents-e-kurashi .survey-nav__page ul li a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.contents-e-kurashi .survey-nav__page ul li a:hover::after {
  transform: translateY(1px);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.contents-e-kurashi .survey-nav__page ul li a::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-nav__page ul li a::before {
    height: 6.66667vw;
    border-radius: 0 0 2.66667vw 2.66667vw;
  }
}
.contents-e-kurashi .survey-nav__page ul li a::after {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  z-index: 2;
  transform: translateY(0);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .survey-nav__page ul li a::after {
    width: 3.2vw;
    height: 2.66667vw;
    bottom: 2vw;
    margin-left: -1.6vw;
  }
}
.contents-e-kurashi .survey-nav__page ul li.-theme01 a::before {
  background: #5a8ab1;
}
.contents-e-kurashi .survey-nav__page ul li.-theme02 a::before {
  background: #e4bf00;
}
.contents-e-kurashi .survey-nav__page ul li.-theme03 a::before {
  background: #c2ca2d;
}
.contents-e-kurashi .survey-nav__page ul li.-theme04 a::before {
  background: #71a56d;
}
.contents-e-kurashi .survey-nav__page ul li.-theme05 a::before {
  background: #1d485f;
}
.contents-e-kurashi .sec-theme {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .sec-theme {
    margin-bottom: 18.66667vw;
  }
}
.contents-e-kurashi .sec-theme .list-indent {
  width: 325px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .sec-theme .list-indent {
    width: 81.33333vw;
  }
}
.contents-e-kurashi .-theme01 .theme-ttl .-txt {
  background: #5a8ab1;
}
.contents-e-kurashi .-theme01 .theme-con {
  border-color: #5a8ab1;
}
.contents-e-kurashi .-theme01 .btn-round__theme a .-txt-sub::before {
  background: #5a8ab1;
}
.contents-e-kurashi .-theme01 .btn-round__theme a .-txt-sub::after {
  background: #5a8ab1;
}
.contents-e-kurashi .-theme01 .btn-round__theme a .-txt-sub {
  color: #5a8ab1 !important;
}
.contents-e-kurashi .-theme01 .btn-round__theme a .-txt-main {
  background: #5a8ab1;
}
.contents-e-kurashi .-theme01 .theme-con::after {
  background: url(../img/survey/border_triangle_theme01.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
.contents-e-kurashi .-theme02 .theme-ttl .-txt {
  background: #e4bf00;
}
.contents-e-kurashi .-theme02 .theme-con {
  border-color: #e4bf00;
}
.contents-e-kurashi .-theme02 .btn-round__theme a .-txt-sub::before {
  background: #e4bf00;
}
.contents-e-kurashi .-theme02 .btn-round__theme a .-txt-sub::after {
  background: #e4bf00;
}
.contents-e-kurashi .-theme02 .btn-round__theme a .-txt-sub {
  color: #e4bf00 !important;
}
.contents-e-kurashi .-theme02 .btn-round__theme a .-txt-main {
  background: #e4bf00;
}
.contents-e-kurashi .-theme02 .theme-con::after {
  background: url(../img/survey/border_triangle_theme02.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
.contents-e-kurashi .-theme03 .theme-ttl .-txt {
  background: #c2ca2d;
}
.contents-e-kurashi .-theme03 .theme-con {
  border-color: #c2ca2d;
}
.contents-e-kurashi .-theme03 .btn-round__theme a .-txt-sub::before {
  background: #c2ca2d;
}
.contents-e-kurashi .-theme03 .btn-round__theme a .-txt-sub::after {
  background: #c2ca2d;
}
.contents-e-kurashi .-theme03 .btn-round__theme a .-txt-sub {
  color: #c2ca2d !important;
}
.contents-e-kurashi .-theme03 .btn-round__theme a .-txt-main {
  background: #c2ca2d;
}
.contents-e-kurashi .-theme03 .theme-con::after {
  background: url(../img/survey/border_triangle_theme03.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
.contents-e-kurashi .-theme04 .theme-ttl .-txt {
  background: #71a56d;
}
.contents-e-kurashi .-theme04 .theme-con {
  border-color: #71a56d;
}
.contents-e-kurashi .-theme04 .btn-round__theme a .-txt-sub::before {
  background: #71a56d;
}
.contents-e-kurashi .-theme04 .btn-round__theme a .-txt-sub::after {
  background: #71a56d;
}
.contents-e-kurashi .-theme04 .btn-round__theme a .-txt-sub {
  color: #71a56d !important;
}
.contents-e-kurashi .-theme04 .btn-round__theme a .-txt-main {
  background: #71a56d;
}
.contents-e-kurashi .-theme04 .theme-con::after {
  background: url(../img/survey/border_triangle_theme04.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
.contents-e-kurashi .-theme05 .theme-ttl .-txt {
  background: #1d485f;
}
.contents-e-kurashi .-theme05 .theme-con {
  border-color: #1d485f;
}
.contents-e-kurashi .-theme05 .btn-round__theme a .-txt-sub::before {
  background: #1d485f;
}
.contents-e-kurashi .-theme05 .btn-round__theme a .-txt-sub::after {
  background: #1d485f;
}
.contents-e-kurashi .-theme05 .btn-round__theme a .-txt-sub {
  color: #1d485f !important;
}
.contents-e-kurashi .-theme05 .btn-round__theme a .-txt-main {
  background: #1d485f;
}
.contents-e-kurashi .-theme05 .theme-con::after {
  background: url(../img/survey/border_triangle_theme05.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
.contents-e-kurashi .theme-ttl {
  width: 345px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .theme-ttl {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}
.contents-e-kurashi .theme-ttl .-txt {
  display: block;
  padding: 8px 20px;
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .theme-ttl .-txt {
    font-size: 5.33333vw;
    padding: 2.13333vw 5.33333vw;
  }
}
.contents-e-kurashi .theme-img__per {
  width: 345px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .theme-img__per {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}
.contents-e-kurashi .theme-con {
  width: 608px;
  margin: 24px auto 0;
  border-top: 2px solid #000;
  padding: 32px 6px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .theme-con {
    width: 100%;
    margin-top: 6.4vw;
    padding: 8.53333vw 1.06667vw 0;
  }
}
.contents-e-kurashi .theme-con::after {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 20px;
  background: #fff;
  left: 50%;
  margin-left: -13px;
  top: -3px;
  background: url(../img/survey/border_triangle_theme01.webp) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.contents-e-kurashi .theme-con::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  top: -22px;
  background: #fff;
  z-index: 2;
}
.contents-e-kurashi .btn-round__theme {
  width: 345px;
  margin: 32px auto 0;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-round__theme {
    width: 100%;
    margin-top: 8.53333vw;
  }
}
.contents-e-kurashi .btn-round__theme a {
  text-align: center;
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.contents-e-kurashi .btn-round__theme a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.contents-e-kurashi .btn-round__theme a:hover .-txt-sub {
  transform: translateY(-2px);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.contents-e-kurashi .btn-round__theme a .-txt-sub {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 0 14px;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-round__theme a .-txt-sub {
    padding: 0 3.73333vw;
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
  }
}
.contents-e-kurashi .btn-round__theme a .-txt-sub::before, .contents-e-kurashi .btn-round__theme a .-txt-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #ccc;
  top: 2px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-round__theme a .-txt-sub::before, .contents-e-kurashi .btn-round__theme a .-txt-sub::after {
    height: 5.33333vw;
  }
}
.contents-e-kurashi .btn-round__theme a .-txt-sub::after {
  left: 0;
  transform: rotate(-45deg);
}
.contents-e-kurashi .btn-round__theme a .-txt-sub::before {
  right: 0;
  transform: rotate(45deg);
}
.contents-e-kurashi .btn-round__theme a .-txt-main {
  display: grid;
  place-items: center;
  width: 100%;
  height: 64px;
  background: #ccc;
  font-size: 20px;
  border-radius: 32px;
  color: #fff !important;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-round__theme a .-txt-main {
    height: 17.06667vw;
    font-size: 5.33333vw;
    border-radius: 8.53333vw;
  }
}
.contents-e-kurashi .theme-con__ttl {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .theme-con__ttl {
    font-size: 5.86667vw;
    margin-bottom: 5.33333vw;
  }
}
.contents-e-kurashi .theme-con__txt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .theme-con__txt {
    font-size: 4.26667vw;
    letter-spacing: 0.0em;
  }
}
.contents-e-kurashi .list-label li {
  font-size: 12px;
  color: #00b8ee;
  line-height: 1.8;
  margin-bottom: 12px;
  position: relative;
  padding-left: 6.8em;
}
.contents-e-kurashi .list-label li:last-child {
  margin-bottom: 0;
}
.contents-e-kurashi .list-label li span {
  position: absolute;
  top: 0;
  left: 0;
  background: #00b8ee;
  color: #fff;
  width: 6em;
  display: inline-block;
  padding: 2px 0;
  text-align: center;
}
.contents-e-kurashi .list-label li.-red {
  color: #d14e3f;
}
.contents-e-kurashi .list-label li.-red span {
  background: #d14e3f;
}
.contents-e-kurashi .list-label li.-red-border {
  color: #d14e3f;
}
.contents-e-kurashi .list-label li.-red-border span {
  background: #f9e8e5;
  border: 1px dashed #d14e3f;
  color: #d14e3f;
}
.contents-e-kurashi .list-circle li {
  font-size: 12px;
  position: relative;
  padding-left: 1em;
}
.contents-e-kurashi .list-circle li::after {
  content: '・';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .list-circle li {
    font-size: 3.2vw;
  }
}
.contents-e-kurashi .list-circle.-circle-l li::after {
  content: '⚫︎';
}
.contents-e-kurashi .list-indent.-num02 li {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.contents-e-kurashi .list-indent.-num15 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.contents-e-kurashi .list-indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .list-indent li {
    font-size: 3.2vw;
  }
}
.contents-e-kurashi .recipe-mv {
  position: relative;
  width: 100%;
  height: 190px;
  background: #54c3f1;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-mv {
    width: 100%;
    height: 50.66667vw;
    margin-bottom: 5.33333vw;
  }
}
.contents-e-kurashi .recipe-mv::after {
  content: "";
  display: block;
  position: absolute;
  width: 424px;
  height: 170px;
  bottom: 0;
  left: 50%;
  margin-left: 60px;
  background: url(../img/idea-column/column_under_bg.webp) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-mv::after {
    width: 74.66667vw;
    height: 30vw;
    margin-left: -37.33333vw;
  }
}
.contents-e-kurashi .recipe-mv__inner {
  position: relative;
  z-index: 2;
  display: block;
  width: 976px;
  height: 190px;
  margin: 0 auto;
  text-align: left;
  font-size: 44px;
  line-height: 1;
  color: #fff;
}
.contents-e-kurashi .recipe-mv__inner span {
  display: block;
  font-size: 30px;
  margin-bottom: 16px;
  padding-top: 48px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-mv__inner {
    width: 100%;
    text-align: center;
    font-size: 7.2vw;
    height: 21.33333vw;
  }
  .contents-e-kurashi .recipe-mv__inner span {
    font-size: 5.33333vw;
    margin-bottom: 2.13333vw;
    padding-top: 3.2vw;
  }
}
.contents-e-kurashi .recipe-txt__copy {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-txt__copy {
    font-size: 4.26667vw;
    line-height: 2.0;
    letter-spacing: 0.04em;
    margin-bottom: 8.53333vw;
  }
}
.contents-e-kurashi .e-kurashi-mv {
  position: relative;
  width: 100%;
  height: 376px;
  background: url(../img/index/mv_bg_pc.webp) center center repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-mv {
    width: 100%;
    height: 100vw;
    background: url(../img/index/mv_bg_sp.webp) center center no-repeat;
    background-size: cover;
  }
}
.contents-e-kurashi .e-kurashi-mv__ttl {
  position: absolute;
  width: 488px;
  height: 83px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-mv__ttl {
    width: 100%;
    height: 21.33333vw;
  }
}
.contents-e-kurashi .e-kurashi-lead {
  padding: 55px 0 55px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-lead {
    padding: 8vw 0 0;
  }
}
.contents-e-kurashi .e-kurashi-lead__ttl {
  color: #5a8ab1;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-lead__ttl {
    font-size: 6.93333vw;
    margin-bottom: 5.33333vw;
  }
}
.contents-e-kurashi .e-kurashi-lead__txt {
  font-weight: 500;
  color: #5a8ab1;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-lead__txt {
    font-size: 4.26667vw;
    margin-bottom: 8vw;
  }
}
.contents-e-kurashi .e-kurashi-theme05 {
  position: relative;
  width: 610px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-theme05 {
    width: 100%;
  }
}
.contents-e-kurashi .e-kurashi-theme05 .btn-round {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-theme05 .btn-round {
    bottom: 5.33333vw;
  }
}
.contents-e-kurashi .e-kurashi-theme05__ttl {
  position: absolute;
  width: 100%;
  top: 16px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-theme05__ttl {
    top: 5.33333vw;
    font-size: 5.33333vw;
  }
}
.contents-e-kurashi .e-kurashi-theme05__img {
  position: relative;
  z-index: 1;
}
.contents-e-kurashi .e-kurashi-recipe__ttl {
  width: 100%;
  height: 180px;
  text-align: center;
  background: #54c3f1;
  color: #fff;
  padding-top: 12px;
  background: url(../img/index/column_bg.webp) center bottom no-repeat #54c3f1;
  background-size: 276px 112px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-recipe__ttl {
    padding-top: 3.2vw;
    font-size: 4.8vw;
    height: 48vw;
    background-size: 73.6vw 29.86667vw;
    margin-bottom: 11.73333vw;
  }
}
.contents-e-kurashi .e-kurashi-recipe__ttl span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-recipe__ttl span {
    font-size: 6.4vw;
  }
}
.contents-e-kurashi .recipe-items {
  width: 976px;
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 300px 300px 300px;
  margin-bottom: 24px;
  gap: 32px 38px;
}
.contents-e-kurashi .recipe-items.-mb-l {
  margin-bottom: 40px;
}
.contents-e-kurashi .recipe-items.-column-01 {
  width: 300px;
  grid-template-columns: 100%;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-items.-column-01 {
    width: 80vw;
  }
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-items {
    width: 80vw;
    grid-template-columns: 100%;
    gap: 6.4vw 0;
    margin-bottom: 6.4vw;
  }
}
.contents-e-kurashi .recipe-items .recipe-item {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contents-e-kurashi .recipe-items .recipe-item:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.contents-e-kurashi .recipe-items .recipe-item .recipe-item__main {
  position: relative;
}
.contents-e-kurashi .recipe-items .recipe-item .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item .recipe-item__main::after {
  display: block;
  content: '';
  position: absolute;
}
.contents-e-kurashi .recipe-items .recipe-item .recipe-item__main::before {
  z-index: 3;
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-items .recipe-item .recipe-item__main::before {
    width: 5.33333vw;
  }
}
.contents-e-kurashi .recipe-items .recipe-item .recipe-item__main::after {
  z-index: 4;
  width: 10px;
  height: 19px;
  top: 50%;
  right: 5px;
  margin-top: -10px;
  background: url(../img/common/icon_arr_r_w.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-items .recipe-item .recipe-item__main::after {
    width: 2.66667vw;
    height: 5.06667vw;
    right: 1.33333vw;
    margin-top: -2.66667vw;
  }
}
.contents-e-kurashi .recipe-items .recipe-item.-vol-01 .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item.-vol-01 .recipe-item__main-vol {
  background: #5983aa;
}
.contents-e-kurashi .recipe-items .recipe-item.-vol-02 .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item.-vol-02 .recipe-item__main-vol {
  background: #e4bf00;
}
.contents-e-kurashi .recipe-items .recipe-item.-vol-03 .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item.-vol-03 .recipe-item__main-vol {
  background: #71a56d;
}
.contents-e-kurashi .recipe-items .recipe-item.-col-blue .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item.-col-blue .recipe-item__main-vol {
  background: #5983aa;
}
.contents-e-kurashi .recipe-items .recipe-item.-col-yellow .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item.-col-yellow .recipe-item__main-vol {
  background: #e4bf00;
}
.contents-e-kurashi .recipe-items .recipe-item.-col-green .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item.-col-green .recipe-item__main-vol {
  background: #71a56d;
}
.contents-e-kurashi .recipe-items .recipe-item.-col-dark-blue .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item.-col-dark-blue .recipe-item__main-vol {
  background: #1d485f;
}
.contents-e-kurashi .recipe-items .recipe-item.-col-dark-yellow .recipe-item__main::before, .contents-e-kurashi .recipe-items .recipe-item.-col-dark-yellow .recipe-item__main-vol {
  background: #c2ca2d;
}
.contents-e-kurashi .recipe-item__main {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-item__main {
    margin-bottom: 1.6vw;
  }
}
.contents-e-kurashi .recipe-item__main img {
  display: block;
  position: relative;
  z-index: 1;
}
.contents-e-kurashi .recipe-item__main-vol {
  position: absolute;
  display: inline-block;
  padding: 2px 18px;
  top: 10px;
  background: #666;
  color: #fff;
  font-size: 12px;
  font-weight: 700 !important;
  z-index: 2;
  background: #5983aa;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-item__main-vol {
    padding: 0.26667vw 4.8vw;
    top: 2.66667vw;
    font-size: 3.2vw;
  }
}
.contents-e-kurashi .recipe-item__main-txt {
  position: absolute;
  top: 42px;
  left: 18px;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-item__main-txt {
    top: 11.73333vw;
    left: 4.8vw;
    font-size: 3.73333vw;
  }
}
.contents-e-kurashi .recipe-item__main-txt.-col-w {
  color: #fff !important;
}
.contents-e-kurashi .recipe-item__main-txt span {
  display: block;
  margin-top: 5px;
  line-height: 1.2;
  font-size: 21px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-item__main-txt span {
    margin-top: 1.33333vw;
    font-size: 5.6vw;
    line-height: 1.25;
  }
}
.contents-e-kurashi .recipe-item__txt {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .recipe-item__txt {
    font-size: 4.26667vw;
  }
}
.contents-e-kurashi .e-kurashi-modelplan {
  width: 608px;
  margin: 0 auto 70px;
  padding-top: 55px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan {
    width: 100%;
    padding-top: 14.66667vw;
    margin-bottom: 16vw;
  }
}
.contents-e-kurashi .e-kurashi-modelplan__ttl {
  width: 99px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan__ttl {
    width: 26.4vw;
    margin-bottom: 2.66667vw;
  }
}
.contents-e-kurashi .e-kurashi-modelplan__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #5a8ab1;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan__txt {
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
  }
}
.contents-e-kurashi .e-kurashi-modelplan__arrow {
  margin: 0 auto 30px;
  width: 10px;
  position: relative;
  z-index: 10;
  left: 4px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan__arrow {
    margin-bottom: 8vw;
    width: 2.66667vw;
    left: 1.06667vw;
  }
}
.contents-e-kurashi .e-kurashi-modelplan__guide {
  width: 608px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan__guide {
    width: 100%;
  }
}
.contents-e-kurashi .e-kurashi-modelplan__guide-main {
  position: relative;
  height: 180px;
  background: url(../img/index/bg_modelplan_guide.webp) center 0 no-repeat;
  background-size: 100% 180px;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan__guide-main {
    padding-top: 5.86667vw;
    height: 48vw;
    background-size: auto 48vw;
  }
}
.contents-e-kurashi .e-kurashi-modelplan__guide-ttl {
  width: 300px;
  margin: 0 auto 16px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan__guide-ttl {
    width: 80vw;
    margin-bottom: 4.26667vw;
    font-size: 6.4vw;
    line-height: 1.35;
  }
}
.contents-e-kurashi .e-kurashi-modelplan__guide-ttl span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan__guide-ttl span {
    font-size: 4.26667vw;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-modelplan__guide-map {
    position: relative;
    width: 162.13333vw;
    height: 94.66667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contents-e-kurashi .e-kurashi-letscheck {
  width: 608px;
  margin: 0 auto 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-letscheck {
    width: 92vw;
    padding-bottom: 5.33333vw;
  }
}
.contents-e-kurashi .e-kurashi-letscheck__ttl {
  width: 105px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-letscheck__ttl {
    width: 28vw;
    margin-bottom: 2.66667vw;
  }
}
.contents-e-kurashi .e-kurashi-letscheck__img {
  width: 608px;
  height: 240px;
  margin: -42px auto 10px;
  padding-top: 20px;
  background: url(../img/index/bg_letscheck_pc.webp) 0 0 no-repeat;
  background-size: 100% auto;
  color: #5a8ab1;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-letscheck__img {
    width: 92vw;
    height: 64vw;
    margin: -11.2vw auto 2.66667vw;
    padding-top: 5.86667vw;
    font-size: 6.4vw;
    background: url(../img/index/bg_letscheck_sp.webp) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
.contents-e-kurashi .e-kurashi-letscheck__txt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .e-kurashi-letscheck__txt {
    font-size: 4.26667vw;
    margin-bottom: 4vw;
    letter-spacing: 0;
  }
}
.contents-e-kurashi .btn-planrecipe {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-planrecipe {
    margin-bottom: 8vw;
  }
}
.contents-e-kurashi .btn-planrecipe a {
  margin: 0 auto;
  position: relative;
  display: grid;
  width: 300px;
  height: 80px;
  color: #fff;
  font-size: 21px;
  align-items: center;
  padding-left: 90px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-planrecipe a {
    width: 80vw;
    height: 21.33333vw;
    font-size: 5.6vw;
    padding-left: 24vw;
  }
}
.contents-e-kurashi .btn-planrecipe a span {
  position: relative;
  z-index: 2;
  font-weight: 700 !important;
}
.contents-e-kurashi .btn-planrecipe a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #54c3f1;
  z-index: 1;
  border-radius: 32px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-planrecipe a::before {
    border-radius: 8.53333vw;
  }
}
.contents-e-kurashi .btn-planrecipe a::after {
  position: absolute;
  content: "";
  display: block;
  width: 64px;
  height: 95px;
  top: -15px;
  left: 20px;
  background: url(../img/index/btn_planrecipe_chara.webp) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 3;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-planrecipe a::after {
    width: 17.06667vw;
    height: 25.33333vw;
    top: -4vw;
    left: 5.33333vw;
  }
}
.contents-e-kurashi .btn-planrecipe a:hover::before {
  background: #75cff4;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.contents-e-kurashi .btn-letscheck__txt {
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
  color: #5a8ab1;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-letscheck__txt {
    font-size: 4.26667vw;
    padding-top: 5.33333vw;
  }
}
.contents-e-kurashi .btn-letscheck {
  text-align: center;
}
.contents-e-kurashi .btn-letscheck a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 345px;
  height: 129px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-letscheck a {
    width: 92vw;
    height: auto;
  }
}
.contents-e-kurashi .btn-letscheck a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 109px;
  top: 20px;
  left: 0;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-letscheck a::after {
    width: 100%;
    height: 29.06667vw;
    top: 5.33333vw;
  }
}
.contents-e-kurashi .btn-letscheck a img {
  position: relative;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contents-e-kurashi .btn-letscheck a:hover img {
  opacity: 0.8 !important;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.contents-e-kurashi .anchor-point {
  margin-top: -90px;
  padding-top: 90px;
}
.contents-e-kurashi .-mb-0 {
  margin-bottom: 0 !important;
}
.contents-e-kurashi .btn-round {
  text-align: center;
}
.contents-e-kurashi .btn-round a {
  margin: 0 auto;
  display: grid;
  width: 300px;
  height: 32px;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-round a {
    width: 80vw;
    height: 8.53333vw;
    font-size: 4.26667vw;
  }
}
.contents-e-kurashi .btn-round a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  border-radius: 16px;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-round a::before {
    border-radius: 4.26667vw;
  }
}
.contents-e-kurashi .btn-round a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  border-radius: 16px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .btn-round a::after {
    border-radius: 4.26667vw;
  }
}
.contents-e-kurashi .btn-round a span {
  position: relative;
  z-index: 3;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contents-e-kurashi .btn-round a:hover span, .contents-e-kurashi .btn-round a:hover::after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.contents-e-kurashi .btn-round.-bg-black a::after {
  background: #3c3c46;
}
.contents-e-kurashi .btn-round.-bg-blue a::after {
  background: #54c3f1;
}
.contents-e-kurashi .btn-round.-bg-white a {
  color: #5a8ab1;
}
.contents-e-kurashi .btn-round.-bg-white a::after {
  background: #fff;
}
.contents-e-kurashi .btn-round.-bg-white-line a {
  color: #727171;
}
.contents-e-kurashi .btn-round.-bg-white-line a::after {
  background: #fff;
  border: 1px solid #727171;
}
.contents-e-kurashi .btn-round.-living-dining a {
  width: 338px;
  letter-spacing: 0.05em;
  color: #fff;
}
.contents-e-kurashi .btn-round.-living-dining a::after {
  background: #5989b0;
  border: 1px solid #5989b0;
}
.contents-e-kurashi .btn-round.-idea-column a {
  width: 338px;
  letter-spacing: 0.05em;
  color: #000;
}
.contents-e-kurashi .btn-round.-idea-column a::after {
  background: #cccccc;
  border: 1px solid #cccccc;
}

.btn-side-float {
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .btn-side-float {
    top: auto;
    transform: translateY(0);
  }
}

@media screen and (max-width: 640px) {
  .holdings-footer {
    padding-bottom: 94px;
  }
}
