* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Lexend Giga";
  font-style: normal;
  font-weight: 600;
  src: url("../../public/fonts/LexendGiga-SemiBold.ttf") format("truetype");
  font-display: swap;
}

img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--auto {
  height: 100%;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.image--right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.banner {
  width: 100%;
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(135deg, #a5cbff 0%, #4794ff 50%, #1a70e7 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner {
    height: 100%;
    min-height: 102px;
  }
}
.banner.yellow {
  background: linear-gradient(-130deg, #daeb1c 29%, #edff9b 100%);
}
.banner.yellow .banner__head {
  color: #595757;
}
.banner.orange {
  background: #FF953E;
}
.banner.green {
  background: #98D418;
}
.banner.pink {
  background: #F29EC2;
}
.banner.blue {
  background: #0168B7;
}
.banner__container {
  width: 100%;
  max-width: calc(1160px + 8%);
  padding: 0 4%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .banner__container {
    padding: 0 5.3%;
  }
}
.banner__icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .banner__icon-box {
    gap: 15px;
  }
}
.banner__icon {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .banner__icon {
    height: 30px;
  }
}
.banner__head {
  color: #fff;
}
.banner__title-jp {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .banner__title-jp {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .banner__title-jp {
    font-size: 24px;
  }
}
.banner__title-en {
  font: 600 20px "Lexend Giga", sans-serif;
}
@media screen and (max-width: 767px) {
  .banner__title-en {
    font-size: 12px;
  }
}

.button-sub {
  position: relative;
  background: #4794ff;
  color: #fff;
  width: 100%;
  max-width: 305px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 980px) {
  .button-sub {
    max-width: 267px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
  }
}
.button-sub::after {
  content: "";
  background: url("../../public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .button-sub::after {
    width: 18px;
    height: 18px;
    right: 17px;
  }
}
.button--white {
  background: #fff;
  color: #595757;
}
.button--white::after {
  background: url("../../public/img/icons/circled-right-arrow-gray.svg") no-repeat center/contain;
}
.button--blue-ol {
  background: #fff;
  color: #4794ff;
  border: 1px solid #4794ff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.button--blue-ol::after {
  background: url("../../public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
}
.button--pink {
  background-color: #ff2d65;
}
.button--pink::after {
  background: url("../../public/img/icons/circled-right-arrow-pink.svg") no-repeat center/contain;
}
.button--arrow-blue::after {
  background: url("../../public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
}
.button-sub:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 980px) {
  .button-sub:hover::after {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.sl-sec {
  position: relative;
  padding: 20px 20px 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sl-sec {
    padding: 26px 20px 0;
  }
}
.sl-sec:last-child {
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .sl-sec:last-child {
    padding-bottom: 26px;
  }
}
.sl-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7)); */
  /* background: linear-gradient(to top, #81b6ff 0%, #4794ff 36%, #1a70e7 100%); */
  background: #98D418;
  z-index: -1;
}
.sl-sec.pink::before {
  background: #F29EC2;
}
.sl-sec:not(:first-child) {
  margin-top: -110px;
}
@media screen and (max-width: 1200px) {
  .sl-sec:not(:first-child) {
    margin-top: -70px;
  }
}
.sl-sec:not(:first-child)::before {
  -webkit-clip-path: polygon(0 0, 100% 110px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 110px, 100% 100%, 0 100%);
}
@media screen and (max-width: 1200px) {
  .sl-sec:not(:first-child)::before {
    -webkit-clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
  }
}
.sl-sec:not(:first-child) .sl-sec__ctr::before {
  -webkit-clip-path: polygon(0 0, 100% 105px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 105px, 100% 100%, 0 100%);
}
@media screen and (max-width: 1200px) {
  .sl-sec:not(:first-child) .sl-sec__ctr::before {
    -webkit-clip-path: polygon(0 0, 100% 62px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 62px, 100% 100%, 0 100%);
  }
}
/* .sl-sec:nth-child(even)::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
} */
@media screen and (max-width: 1200px) {
  .sl-sec:first-child {
    padding-top: 20px;
  }
}
.sl-sec:first-child .sl-sec__ctr {
  padding-top: 0;
}
.sl-sec:last-child .sl-sec__ctr {
  padding-bottom: 0;
}
.sl-sec.pb-100 {
  padding-bottom: 100px;
}
.sl-sec__ctr {
  position: relative;
  padding: 105px 0 110px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sl-sec__ctr {
    padding: 65px 0 70px;
  }
}
.sl-sec__ctr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.asoview__button-block {
  margin-block: 24px 100px;
}
@media screen and (max-width: 767px) {
  .asoview__button-block {
    margin-block: 24px 64px;
  }
}

.asoview__modal {
  width: 100%;
  inset: 0; 
  max-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  padding-block: 20px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch;
  z-index: -999;
  transition: opacity 0.4s ease;
}

.asoview__modal.is-show {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.asoview__modal-container {
  position: relative;
  width: 100%;
  max-width: calc(1440px + 8%);
  max-height: calc(100% - 40px);
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.asoview__modal-container::-webkit-scrollbar {
  display: none;
}

.asoview__modal-close-block {
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 45px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .asoview__modal-close-block {
    height: 65px;
    padding: 20px 24px;
  }
}

.asoview__modal-close {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.asoview__modal-close::before {
  content: "";
  background: url("../../public/img/static/asoview/close.svg") no-repeat center / contain;
  width: 35px;
  height: 35px;
  display: block;
}
@media screen and (max-width: 767px) {
  .asoview__modal-close::before {
    width: 25px;
    height: 25px;
  }
}

.asoview__modal-close:hover {
  opacity: 0.8;
}

.asoview__modal-wrapper {
  width: 100%;
  height: auto;
  background: #fff;
}


.info-cases__main {
  counter-reset: cases;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content {
  grid-template-columns: auto 54.95%;
  padding: 29px 4% 0;
  gap: 27px;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-block:nth-child(even) .info-cases__main-content {
    padding: 29px 4% 39px;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-block:nth-child(even) .info-cases__main-content {
    padding: 7px 20px 26px;
  }
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-heading {
  grid-area: 1/2;
}
/* .info-cases__main-block:nth-child(even) .info-cases__main-content-title {
  color: #ff2d65;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-num,
.info-cases__main-block:nth-child(even) .info-cases__main-content-type {
  color: #ff2d65;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-type::before {
  border-color: #ff2d65;
} */
.info-cases__main-block:nth-child(even) .info-cases__main-content-detail {
  padding-left: 32px;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-block:nth-child(even) .info-cases__main-content-detail {
    padding: 0;
  }
}
/* .info-cases__main-block:nth-child(even) .info-cases__main-content-button {
  background-color: #ff2d65;
} */
/* .info-cases__main-block:nth-child(even) .info-cases__main-content-button::after {
  background: url("../../public/img/icons/circled-right-arrow-pink.svg") no-repeat center/contain;
} */
.info-cases__main-block:first-child .info-cases__main-content {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .info-cases__main-block:first-child .info-cases__main-content {
    padding-top: 10px;
  }
}
.info-cases__main-block:last-child .info-cases__main-content {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .info-cases__main-block:last-child .info-cases__main-content {
    padding-bottom: 98px;
  }
}
.info-cases__main-content {
  display: grid;
  grid-template-columns: 54.95% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  max-width: calc(970px + 8%);
  padding: 0 4% 39px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content {
    padding: 7px 20px 26px;
  }
}
.info-cases__main-content-heading {
  position: relative;
  max-width: 533px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-content-heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-heading {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.info-cases__main-splide .splide__list {
  width: 100%;
  border-radius: 30px;
}

.info-cases__main-splide-item {
  width: 100%;
}

.info-cases__main-splide .info-cases__main-content-image {
  border-radius: 30px;
}

.info-cases__main-content-image {
  width: 100%;
  aspect-ratio: 533/533;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-image {
    max-width: 286px;
    margin: 0 auto;
  }
}
.info-cases__content-image {
  width: 100%;
  aspect-ratio: 98/98;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.info-cases__main-content-num {
  font-family: "Lexend Giga", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #FF953E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-num {
    display: unset;
    font-size: 18px;
    position: static;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.info-cases__main-content-num::after {
  display: block;
  counter-increment: cases;
  content: counter(cases, decimal-leading-zero);
  color: #98D418;
  font-size: 96px;
  line-height: 0.9193548387em;
  letter-spacing: -0.025em;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-num::after {
    font-size: 64px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.info-cases__main-content-num.blue-pink {
  color: #1A70E7;
}
.info-cases__main-content-num.blue-pink::after {
  color: #F29EC2;
}
.info-cases__main-content-type {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 49px;
  font-family: "Lexend Giga", sans-serif;
  color: #FF953E;
  text-transform: uppercase;
  position: absolute;
  right: 6px;
  bottom: 62px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-type {
    position: static;
    font-size: 30px;
    line-height: 1.0508361204em;
  }
}
.info-cases__main-content-type::before {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 4px 0 auto;
  content: "with";
  font-size: 22px;
  color: #98D418;
  border-bottom: 2px solid #98D418;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-type::before {
    font-size: 13px;
    line-height: 1.2871870398em;
    border-width: 1px;
    margin-bottom: 7px;
  }
}
.info-cases__main-content-type > .hyphen {
  display: none;
}
@media screen and (max-width: 500px) {
  .info-cases__main-content-type > .hyphen {
    display: inline;
  }
}
.info-cases__main-content-type > .mx500 {
  display: none;
}
@media screen and (max-width: 500px) {
  .info-cases__main-content-type > .mx500 {
    display: block;
  }
}
.info-cases__main-content-title {
  font-size: 54px;
  font-weight: 700;
  color: #FF953E;
  margin-bottom: 17px;
}
@media screen and (min-width: 1241px) and (max-width: 1440px) {
  .info-cases__main-content-title {
    font-size: calc(43px + (52 - 43) * (100vw - 1241px) / (1440 - 1241));
  }
}
@media screen and (max-width: 1240px) {
  .info-cases__main-content-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-title {
    font-size: 37px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.info-cases__main-content-title.blue {
  color: #0168B7;
}
.info-cases__splide .splide__track--nav>.splide__list>.splide__slide {
  border: none !important;
}
.info-cases__splide .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none !important;
}
.info-cases__splide .splide__list {
  border-radius: 15px;
}
.info-cases__splide .info-cases__content-image {
  border-radius: 15px;
}
.info-cases__main-content-text {
  max-width: 345px;
  color: #4F5559;
  font-size: 24px;
  font-weight: 700;
  line-height: 2em;
  margin-bottom: 31px;
  margin-right: 26px;
  text-align: justify;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-content-text {
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-text {
    line-height: 1.8464285714em;
    margin-bottom: 29px;
    font-size: 20px;
    text-align: center;
  }
}
.info-cases__main-content-text.sp-main-text {
  margin-bottom: 0;
  margin-top: 8px;
}
.info-cases__main-content-button {
  max-width: 377px;
  height: 60px;
  font-size: 24px;
  background: #98D418;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-content-button {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-button {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
  }
}
.info-cases__main-content-button::after {
  right: 18px;
  background: url("../../public/img/static/asoview/circled-right-arrow-green.svg") no-repeat center/contain;
}
.info-cases__main-content-button.attractions {
  max-width: 456px;
  margin: -80px auto 80px;
  color: #F29EC2;
  background: #fff;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-button.attractions {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
.info-cases__main-content-button.attractions::after {
  background: url("../../public/img/static/asoview/circled-right-arrow-f-pink.svg") no-repeat center/contain;;
}
.info-cases__other {
  position: relative;
  padding: 160px 0 120px;
  margin-top: -62px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
  -webkit-clip-path: polygon(0 0, 100% 62px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 62px, 100% 100%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .info-cases__other {
    padding: 88px 0 59px;
    margin-top: -62px;
  }
}
.info-cases__other-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .info-cases__other-title {
    font-size: 18px;
    line-height: 1.75em;
    margin: 0 auto 21px;
  }
}
.info-cases__other-title::before, .info-cases__other-title::after {
  content: "";
  background: url("../../public/img/icons/line.svg") no-repeat center/contain;
  width: 20px;
  height: 48px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .info-cases__other-title::before, .info-cases__other-title::after {
    width: 15px;
    height: 37px;
  }
}
.info-cases__other-title::before {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .info-cases__other-title::before {
    left: -25px;
  }
}
.info-cases__other-title::after {
  right: -30px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .info-cases__other-title::after {
    right: -25px;
  }
}
.info-cases__other-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .info-cases__other-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
  }
}
.info-cases__other-button {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info-cases__other-button {
    max-width: 221px;
    font-size: 17px;
    font-weight: 700;
  }
}

.friends {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(0deg, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
}
@media screen and (max-width: 767px) {
  .friends {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.friends__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .friends__wrap-sp {
    margin-inline: auto;
    padding-inline: 8.7%;
    max-width: calc(400px + 17.4%);
  }
}
.friends__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .friends__container {
    padding: 12px 0 64px;
    overflow: visible;
  }
}
.friends__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(3, auto);
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .friends__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .friends__header {
    row-gap: 38px;
    padding: 0 6%;
  }
}
.friends__case-text {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .friends__case-text {
    font-size: 13.5px;
  }
}
.friends__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 106px;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .friends__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.friends__cat {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .friends__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .friends__cat {
    margin-bottom: 16px;
  }
}
.friends__cat-sub {
  display: block;
  font-size: 23px;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .friends__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.friends__cat-text {
  margin-top: 12px;
  font-size: 44px;
  display: block;
}
@media screen and (max-width: 767px) {
  .friends__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.friends__title {
  font: 400 54px "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .friends__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .friends__title {
    font-size: 40px;
  }
}
.friends__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .friends__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .friends__mv {
    margin-bottom: 46px;
  }
}
.friends__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.friends__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.friends__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .friends__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.friends__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .friends__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.friends__mv-info-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .friends__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .friends__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.friends__mv-info-par {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .friends__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .friends__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.friends__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.friends__mv-img-list {
  margin-top: 65px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .friends__mv-img-list {
    margin-top: 30px;
    gap: 12px;
  }
}
.friends__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img-sm {
    width: 100%;
  }
}
.friends__model {
  margin: auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .friends__model-header {
    padding-inline: 6.5%;
    margin: 0 auto -8px;
    max-width: calc(360px + 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.friends__model-title {
  flex-shrink: 0;
  margin: auto;
  gap: 24px;
  font: 600 24px "Lexend Giga", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .friends__model-title {
    margin: 0;
    gap: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.friends__model-title::before, .friends__model-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  background: url("../../public/img/icons/dbl-line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .friends__model-title::before, .friends__model-title::after {
    width: 21px;
    height: 38px;
  }
}
.friends__model-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.friends__model-img {
  position: absolute;
  z-index: 2;
}
.friends__model-img--tr {
  top: 95px;
  right: 0;
  width: 29%;
}
@media screen and (max-width: 767px) {
  .friends__model-img--tr {
    position: static;
    width: 100%;
  }
}
.friends__model-img--tr img {
  aspect-ratio: 262/166;
}
@media screen and (max-width: 767px) {
  .friends__model-img--tr img {
    position: relative;
    left: -12px;
    top: -14px;
    width: 120%;
  }
}
.friends__model-img--bl {
  top: calc(100% - 560px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26.7%;
}
@media screen and (max-width: 767px) {
  .friends__model-img--bl {
    left: 40%;
    width: 60.5%;
    max-width: 280px;
    top: unset;
    bottom: -100px;
  }
}
.friends__model-img--mid {
  top: calc(100% - 60px);
  left: -28px;
  width: 75.8%;
}
@media screen and (max-width: 767px) {
  .friends__model-img--mid {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.friends__list {
  margin-block: 40px 145px;
  display: grid;
  gap: 142px 5%;
  grid-template-columns: repeat(3, 30%);
}
@media screen and (max-width: 767px) {
  .friends__list {
    margin-block: 20px 128px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.friends__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .friends__item {
    top: 0 !important;
  }
}
.friends__item--bg-white {
  background: #fff;
}
.friends__item:nth-child(even) .friends__item-content {
  background: #fafdda;
}
.friends__item:nth-child(odd) .friends__item-content {
  background: #fff;
}
.friends__item:nth-child(3n+1)::before, .friends__item:nth-child(3n+1)::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  left: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .friends__item:nth-child(3n+1)::before, .friends__item:nth-child(3n+1)::after {
    content: none;
  }
}
.friends__item:nth-child(3n+1)::after {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  top: 142px;
}
.friends__item:nth-child(3n+1):first-child::before {
  content: none;
}
.friends__item:nth-child(2) {
  top: 112px;
}
.friends__item:nth-child(3) {
  top: 194px;
}
.friends__item:nth-child(4)::before {
  top: 52px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.friends__item:nth-child(4)::after {
  top: 152px;
}
.friends__item:nth-child(5) {
  top: 120px;
}
.friends__item:nth-child(6) {
  top: 230px;
}
.friends__item:nth-child(7)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.friends__item:nth-child(7)::after {
  top: 170px;
}
.friends__item:nth-child(8) {
  top: 135px;
}
.friends__item:nth-child(9) {
  top: 260px;
}
.friends__item:nth-child(10)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.friends__item:nth-child(10)::after {
  display: none;
}
.friends__item-content {
  border-radius: 14.5px;
  border: 1px solid #4794ff;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.friends__item-header {
  padding: 14px 1.7% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.friends__item-main {
  padding: 0 7% 24px;
}
@media screen and (max-width: 767px) {
  .friends__item-main {
    padding: 0 4% 18px;
  }
}
.friends__item-case {
  flex-shrink: 0;
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
.friends__item-case-text {
  display: block;
  font-size: 11px;
}
.friends__item-case-num {
  margin-top: -6px;
  display: block;
  font-size: 31px;
}
.friends__item-bbl {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 194.6px;
}
.friends__item-bbl::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -17px;
  width: 65px;
  height: 25px;
  background: url("../../public/img/friends/bbl-tail.svg") no-repeat center/contain;
}
.friends__item-bbl-text {
  padding: 14px 8px 8px;
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.4285714286em;
  background: #ff2d65;
  z-index: 1;
  -webkit-clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
          clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
}
@media screen and (max-width: 767px) {
  .friends__item-bbl-text {
    font-size: 14.5px;
  }
}
.friends__item-icon {
  margin-top: 12px;
  margin-inline: auto;
}
.friends__item-icon--bag {
  margin-bottom: 10px;
  width: 24px;
  height: 33px;
}
.friends__item-icon--ferris {
  margin-bottom: 10px;
  width: 32px;
  height: 34px;
}
.friends__item-icon--utensils {
  margin-block: 22px 12px;
  width: 33px;
  height: 22px;
}
.friends__item-icon--logo-prio {
  margin-block: 24px 10px;
  width: 95px;
  height: 22px;
}
.friends__item-sub {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.friends__item-title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .friends__item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.friends__item-par {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .friends__item-par {
    padding-inline: 2.5%;
    font-size: 12px;
    line-height: 1.5708333333em;
  }
}
.friends__item-legend {
  margin: 22px auto -8px;
  padding: 1.5px 12.5px;
  border: 1px solid #595757;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.friends__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 290/182;
}
.friends__item-footer {
  padding: 8px 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
}
.friends__item-links-list {
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
  .friends__item-links-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .friends__item-links-list {
    gap: 18px;
  }
}
.friends__item-link {
  display: block;
  width: 22px;
}
.friends__item-footer-logo {
  width: 128px;
  height: 30px;
}
.friends__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.friends__item-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.friends__item-list-caption {
  margin-top: 12px;
  padding-inline: 5px;
  font-size: 12px;
  font-weight: 700;
}
.friends__item-long-btn-wrap {
  padding-inline: 7.5%;
}
.friends__item-long-btn {
  margin: 32px auto 35px;
  max-width: 245px;
}
.friends__links {
  border-radius: 26.5px;
  margin: 0 auto 70px;
  padding: 38px 20px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 548px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .friends__links {
    border-radius: 17px;
    padding: 28px 23px 26px;
    margin-bottom: 40px;
  }
}
.friends__links-caption {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .friends__links-caption {
    margin-bottom: 22px;
  }
}
.friends__links-prio {
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .friends__links-prio {
    margin-bottom: 6px;
  }
}
.friends__links-prio-logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .friends__links-prio-logo {
    width: 126px;
  }
}
.friends__links-note {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.friends__long-btn {
  margin-inline: auto;
  gap: 20px;
  max-width: 336px;
}
.friends__long-btn::after {
  margin-right: -10px;
  position: static;
  background: url("../../public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}

.case-family {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(0deg, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
}
@media screen and (max-width: 767px) {
  .case-family {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.case-family__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .case-family__wrap-sp {
    margin-inline: auto;
    padding-inline: 8.7%;
    max-width: calc(400px + 17.4%);
  }
}
.case-family__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-family__container {
    padding: 12px 0 64px;
    overflow: visible;
  }
}
.case-family__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(3, auto);
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-family__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__header {
    row-gap: 38px;
    padding: 0 6%;
  }
}
.case-family__case-text {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .case-family__case-text {
    font-size: 13.5px;
  }
}
.case-family__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 106px;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .case-family__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.case-family__cat {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .case-family__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .case-family__cat {
    margin-bottom: 16px;
  }
}
.case-family__cat-sub {
  display: block;
  font-size: 23px;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .case-family__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.case-family__cat-text {
  margin-top: 12px;
  font-size: 44px;
  display: block;
}
@media screen and (max-width: 767px) {
  .case-family__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.case-family__title {
  font: 400 54px "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-family__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .case-family__title {
    font-size: 40px;
  }
}
.case-family__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .case-family__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__mv {
    margin-bottom: 46px;
  }
}
.case-family__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.case-family__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.case-family__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.case-family__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.case-family__mv-info-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .case-family__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.case-family__mv-info-par {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.case-family__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-family__mv-img-list {
  margin-top: 115px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__mv-img-list {
    margin-top: 30px;
    gap: 12px;
  }
}
.case-family__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img-sm {
    width: 100%;
  }
}
.case-family__model {
  margin: auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .case-family__model-header {
    padding-inline: 6.5%;
    margin: 0 auto -8px;
    max-width: calc(360px + 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-family__model-title {
  margin: auto;
  gap: 24px;
  font: 600 24px "Lexend Giga", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .case-family__model-title {
    margin: 0;
    gap: 5px;
    width: 100%;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.case-family__model-title::before, .case-family__model-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  background: url("../../public/img/icons/dbl-line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .case-family__model-title::before, .case-family__model-title::after {
    width: 21px;
    height: 38px;
  }
}
.case-family__model-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.case-family__model-img {
  position: absolute;
  z-index: 2;
}
.case-family__model-img--tr {
  top: 14px;
  right: 59px;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--tr {
    position: static;
    width: 100%;
    padding-left: 20px;
  }
}
.case-family__model-img--tr img {
  aspect-ratio: 170/258;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--tr img {
    aspect-ratio: 4/3;
    position: relative;
    left: -12px;
    top: -14px;
    width: 120%;
  }
}
.case-family__model-img--bl {
  top: calc(100% - 10px);
  left: -22px;
  width: 31.7%;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--bl {
    left: 5px;
    width: 60.5%;
    max-width: 280px;
    top: unset;
    bottom: -86px;
  }
}
.case-family__model-img--mid {
  top: calc(100% - 60px);
  left: -28px;
  width: 75.8%;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--mid {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-family__model-img--left {
  top: calc(100% - 54px);
  right: -93px;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--left {
    left: -11px;
    right: unset;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-family__list {
  margin-block: 40px 345px;
  display: grid;
  gap: 142px 5%;
  grid-template-columns: repeat(3, 30%);
}
@media screen and (max-width: 767px) {
  .case-family__list {
    margin-block: 20px 128px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.case-family__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-family__item {
    top: 0 !important;
  }
}
.case-family__item--bg-white {
  background: #fff;
}
.case-family__item:nth-child(odd) .case-family__item-content {
  background: #fafdda;
}
.case-family__item:nth-child(even) .case-family__item-content {
  background: #fff;
}
.case-family__item:nth-child(3n+1)::before, .case-family__item:nth-child(3n+1)::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  left: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-family__item:nth-child(3n+1)::before, .case-family__item:nth-child(3n+1)::after {
    content: none;
  }
}
.case-family__item:nth-child(3n+1)::after {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  top: 142px;
}
.case-family__item:nth-child(3n+1):first-child::before {
  content: none;
}
.case-family__item:nth-child(2) {
  top: 112px;
}
.case-family__item:nth-child(3) {
  top: 194px;
}
.case-family__item:nth-child(4)::before {
  top: 52px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.case-family__item:nth-child(4)::after {
  top: 152px;
}
.case-family__item:nth-child(5) {
  top: 120px;
}
.case-family__item:nth-child(6) {
  top: 230px;
}
.case-family__item:nth-child(7)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.case-family__item:nth-child(7)::after {
  top: 170px;
}
.case-family__item:nth-child(8) {
  top: 135px;
}
.case-family__item:nth-child(9) {
  top: 260px;
}
.case-family__item-content {
  border-radius: 14.5px;
  border: 1px solid #4794ff;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.case-family__item-header {
  padding: 14px 1.7% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-family__item-main {
  padding: 0 7% 24px;
}
@media screen and (max-width: 767px) {
  .case-family__item-main {
    padding: 0 4% 18px;
  }
}
.case-family__item-case {
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
.case-family__item-case-text {
  display: block;
  font-size: 11px;
}
.case-family__item-case-num {
  margin-top: -6px;
  display: block;
  font-size: 31px;
}
.case-family__item-bbl {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 194.6px;
}
.case-family__item-bbl::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -17px;
  width: 65px;
  height: 25px;
  background: url("../../public/img/friends/bbl-tail.svg") no-repeat center/contain;
}
.case-family__item-bbl-text {
  padding: 14px 0 8px;
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.4285714286em;
  background: #ff2d65;
  z-index: 1;
  -webkit-clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
          clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
}
@media screen and (max-width: 767px) {
  .case-family__item-bbl-text {
    font-size: 14.5px;
  }
}
.case-family__item-icon {
  margin-top: 12px;
  margin-inline: auto;
}
.case-family__item-icon--bag {
  margin-bottom: 10px;
  width: 24px;
  height: 33px;
}
.case-family__item-icon--ferris {
  margin-bottom: 10px;
  width: 32px;
  height: 34px;
}
.case-family__item-icon--utensils {
  margin-block: 22px 12px;
  width: 33px;
  height: 22px;
}
.case-family__item-icon--camera {
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.case-family__item-icon--logo-prio {
  margin-block: 24px 10px;
  width: 95px;
  height: 22px;
}
.case-family__item-sub {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.case-family__item-title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2695454545em;
}
@media screen and (max-width: 767px) {
  .case-family__item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.case-family__item-par {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .case-family__item-par {
    padding-inline: 2.5%;
    font-size: 12px;
    line-height: 1.5708333333em;
  }
}
.case-family__item-legend {
  margin: 22px auto -8px;
  padding: 1.5px 12.5px;
  border: 1px solid #595757;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-family__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 290/182;
}
.case-family__item-footer {
  padding: 8px 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
}
.case-family__item-links-list {
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
  .case-family__item-links-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__item-links-list {
    gap: 18px;
  }
}
.case-family__item-link {
  position: relative;
  display: block;
  width: 22px;
  z-index: 10;
}
.case-family__item-footer-logo {
  width: 128px;
  height: 30px;
}
.case-family__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.case-family__item-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-family__item-list-caption {
  margin-top: 12px;
  padding-inline: 5px;
  font-size: 12px;
  font-weight: 700;
}
.case-family__item-long-btn-wrap {
  padding-inline: 7.5%;
}
.case-family__item-long-btn {
  margin: 32px auto 35px;
  max-width: 245px;
}
.case-family__links {
  border-radius: 26.5px;
  margin: 0 auto 70px;
  padding: 38px 20px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 548px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-family__links {
    border-radius: 17px;
    padding: 28px 23px 26px;
    margin-bottom: 40px;
  }
}
.case-family__links-caption {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case-family__links-caption {
    margin-bottom: 22px;
  }
}
.case-family__links-prio {
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .case-family__links-prio {
    margin-bottom: 6px;
  }
}
.case-family__links-prio-logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .case-family__links-prio-logo {
    width: 126px;
  }
}
.case-family__links-note {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.case-family__long-btn {
  margin-inline: auto;
  gap: 20px;
  max-width: 336px;
}
.case-family__long-btn::after {
  margin-right: -10px;
  position: static;
  background: url("../../public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}

.case-lover {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
}
@media screen and (max-width: 767px) {
  .case-lover {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.case-lover__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .case-lover__wrap-sp {
    margin-inline: auto;
    padding-inline: 8.7%;
    max-width: calc(400px + 17.4%);
  }
}
.case-lover__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-lover__container {
    padding: 12px 0 64px;
    overflow: visible;
  }
}
.case-lover__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(3, auto);
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-lover__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__header {
    row-gap: 38px;
    padding: 0 6%;
  }
}
.case-lover__case-text {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .case-lover__case-text {
    font-size: 13.5px;
  }
}
.case-lover__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 106px;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .case-lover__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.case-lover__cat {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .case-lover__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__cat {
    margin-bottom: 16px;
  }
}
.case-lover__cat-sub {
  display: block;
  font-size: 23px;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .case-lover__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.case-lover__cat-text {
  margin-top: 12px;
  font-size: 44px;
  display: block;
}
@media screen and (max-width: 767px) {
  .case-lover__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.case-lover__title {
  font: 400 54px "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-lover__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__title {
    font-size: 40px;
  }
}
.case-lover__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__mv {
    margin-bottom: 46px;
  }
}
.case-lover__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.case-lover__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.case-lover__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.case-lover__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.case-lover__mv-info-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.case-lover__mv-info-par {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.case-lover__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-lover__mv-img-list {
  margin-top: 105px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__mv-img-list {
    margin-top: 30px;
    gap: 12px;
  }
}
.case-lover__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img-sm {
    width: 100%;
  }
}
.case-lover__model {
  margin: auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .case-lover__model-header {
    padding-inline: 6.5%;
    margin: 0 auto -8px;
    max-width: calc(360px + 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-lover__model-title {
  margin: auto;
  gap: 24px;
  font: 600 24px "Lexend Giga", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .case-lover__model-title {
    margin: 0;
    gap: 5px;
    width: 100%;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.case-lover__model-title::before, .case-lover__model-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  -webkit-mask: url("../../public/img/icons/dbl-line.svg") no-repeat center/contain;
          mask: url("../../public/img/icons/dbl-line.svg") no-repeat center/contain;
  background: #ff2d65;
}
@media screen and (max-width: 767px) {
  .case-lover__model-title::before, .case-lover__model-title::after {
    width: 21px;
    height: 38px;
  }
}
.case-lover__model-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.case-lover__model-img {
  position: absolute;
  z-index: 2;
}
.case-lover__model-img--tr {
  max-width: 170px;
  max-height: 248px;
  top: 14px;
  right: 13.5%;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--tr {
    position: static;
    width: 100%;
    padding-left: 20px;
  }
}
.case-lover__model-img--tr img {
  aspect-ratio: 170/248;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--tr img {
    aspect-ratio: 4/3;
    position: relative;
    left: -12px;
    top: -14px;
    width: 120%;
  }
}
.case-lover__model-img--bl {
  top: calc(100% - 10px);
  left: -22px;
  width: 31.7%;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--bl {
    left: 5px;
    width: 60.5%;
    max-width: 280px;
    top: unset;
    bottom: -86px;
  }
}
.case-lover__model-img--mid {
  top: calc(100% - 60px);
  left: -28px;
  width: 75.8%;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--mid {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-lover__model-img--left {
  top: calc(100% - 45px);
  left: -25px;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--left {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-lover__model-img--left img {
  width: 67%;
  aspect-ratio: 224/164;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--left img {
    width: 100%;
  }
}
.case-lover__list {
  margin-block: 40px 345px;
  display: grid;
  gap: 142px 5%;
  grid-template-columns: repeat(3, 30%);
}
@media screen and (max-width: 767px) {
  .case-lover__list {
    margin-block: 20px 128px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.case-lover__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-lover__item {
    top: 0 !important;
  }
}
.case-lover__item--bg-white {
  background: #fff;
}
.case-lover__item:nth-child(odd) .case-lover__item-content {
  background: #fafdda;
}
.case-lover__item:nth-child(even) .case-lover__item-content {
  background: #fff;
}
.case-lover__item:nth-child(3n+1)::before, .case-lover__item:nth-child(3n+1)::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  left: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #ff2d65;
}
@media screen and (max-width: 767px) {
  .case-lover__item:nth-child(3n+1)::before, .case-lover__item:nth-child(3n+1)::after {
    content: none;
  }
}
.case-lover__item:nth-child(3n+1)::after {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  top: 142px;
}
.case-lover__item:nth-child(3n+1):first-child::before {
  content: none;
}
.case-lover__item:nth-child(2) {
  top: 112px;
}
.case-lover__item:nth-child(3) {
  top: 194px;
}
.case-lover__item:nth-child(4)::before {
  top: 52px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.case-lover__item:nth-child(4)::after {
  top: 152px;
}
.case-lover__item:nth-child(5) {
  top: 120px;
}
.case-lover__item:nth-child(6) {
  top: 230px;
}
.case-lover__item:nth-child(7)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.case-lover__item:nth-child(7)::after {
  top: 170px;
}
.case-lover__item:nth-child(8) {
  top: 135px;
}
.case-lover__item:nth-child(9) {
  top: 260px;
}
.case-lover__item-content {
  border-radius: 14.5px;
  border: 1px solid #ff2d65;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.case-lover__item-header {
  padding: 14px 1.7% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-lover__item-main {
  padding: 0 7% 24px;
}
@media screen and (max-width: 767px) {
  .case-lover__item-main {
    padding: 0 4% 18px;
  }
}
.case-lover__item-case {
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
.case-lover__item-case-text {
  display: block;
  font-size: 11px;
}
.case-lover__item-case-num {
  margin-top: -6px;
  display: block;
  font-size: 31px;
}
.case-lover__item-bbl {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 194.6px;
}
.case-lover__item-bbl::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -17px;
  width: 65px;
  height: 25px;
  background: url("../../public/img/case-lover/bbl-tail.svg") no-repeat center/contain;
}
.case-lover__item-bbl-text {
  padding: 14px 0 8px;
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.4285714286em;
  background: #1a70e7;
  z-index: 1;
  -webkit-clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
          clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
}
@media screen and (max-width: 767px) {
  .case-lover__item-bbl-text {
    font-size: 14.5px;
  }
}
.case-lover__item-icon {
  margin-top: 12px;
  margin-inline: auto;
}
.case-lover__item-icon--bag {
  margin-bottom: 10px;
  width: 24px;
  height: 33px;
}
.case-lover__item-icon--ferris {
  margin-bottom: 10px;
  width: 32px;
  height: 34px;
}
.case-lover__item-icon--utensils {
  margin-block: 22px 12px;
  width: 33px;
  height: 22px;
}
.case-lover__item-icon--camera {
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.case-lover__item-icon--logo-prio {
  margin-block: 24px 10px;
  width: 95px;
  height: 22px;
}
.case-lover__item-sub {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.case-lover__item-title {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2695454545em;
}
@media screen and (max-width: 767px) {
  .case-lover__item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.case-lover__item-par {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .case-lover__item-par {
    padding-inline: 2.5%;
    font-size: 12px;
    line-height: 1.5708333333em;
  }
}
.case-lover__item-legend {
  margin: 22px auto -8px;
  padding: 1.5px 12.5px;
  border: 1px solid #595757;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-lover__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 290/182;
}
.case-lover__item-footer {
  padding: 8px 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
}
.case-lover__item-links-list {
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .case-lover__item-links-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__item-links-list {
    gap: 18px;
  }
}
.case-lover__item-link {
  display: block;
  width: 22px;
}
.case-lover__item-footer-logo {
  width: 128px;
  height: 30px;
}
.case-lover__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.case-lover__item-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-lover__item-list-caption {
  margin-top: 12px;
  padding-inline: 5px;
  font-size: 12px;
  font-weight: 700;
}
.case-lover__item-long-btn-wrap {
  padding-inline: 7.5%;
}
.case-lover__item-long-btn {
  margin: 32px auto 35px;
  max-width: 245px;
}
.case-lover__links {
  border-radius: 26.5px;
  margin: 0 auto 70px;
  padding: 38px 20px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 548px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-lover__links {
    border-radius: 17px;
    padding: 28px 23px 26px;
    margin-bottom: 40px;
  }
}
.case-lover__links-caption {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case-lover__links-caption {
    margin-bottom: 22px;
  }
}
.case-lover__links-prio {
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .case-lover__links-prio {
    margin-bottom: 6px;
  }
}
.case-lover__links-prio-logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .case-lover__links-prio-logo {
    width: 126px;
  }
}
.case-lover__links-note {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.case-lover__long-btn {
  margin-inline: auto;
  gap: 20px;
  max-width: 336px;
}
.case-lover__long-btn::after {
  margin-right: -10px;
  position: static;
  background: url("../../public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}

.asoview__float-ticket {
  position: fixed;
  left: 5%;
  bottom: 20px;
  z-index: 9999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .asoview__float-ticket {
    left: 8px;
    bottom: 10px;
  }
}
.asoview__float-ticket:hover {
  opacity: 0.9;
}
.asoview__float-ticket-image {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .asoview__float-ticket-image {
    width: 100px;
    height: 100px;
  }
}
.asoview__btt-block {
  position: fixed;
  right: 4.3%;
  bottom: 20px;
  z-index: 9999;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: none;
}
@media screen and (max-width: 767px) {
  .asoview__btt-block {
    right: 4%;
    bottom: 10px;
  }
}
.asoview__btt-image {
  width: 127px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .asoview__btt-image {
    width: 67px;
    height: auto;
  }
}

.overflow {
  overflow: hidden;
}

.big-screen {
  display: block;
}
@media screen and (max-width: 1367px) {
  .big-screen {
    display: none;
  }
}


.tab980 {
  display: none;
}
@media screen and (max-width: 980px) {
  .tab980 {
    display: block;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-underline {
  text-decoration: underline !important;
}

.container-980 {
  width: 100%;
  max-width: calc(980px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .container-980 {
    max-width: 100%;
    padding: 0 5.33%;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 980px) {
  .anchor {
    scroll-margin-top: 75px;
  }
}
.anchor--t-40 {
  position: relative;
  top: -40px;
}

.bold {
  font-weight: 700;
}

.white {
  color: #fff;
}

.blue-1a {
  color: #1a70e7;
}

.blue-47 {
  color: #4794ff;
}

.pink-ff {
  color: #ff2d65;
}

.bg-ff {
  background-color: #ff963c;
}

.bg-479 {
  background-color: #4794ff;
}

.col-ff {
  color: #ff963c;
}

.col-479 {
  color: #4794ff;
}

.color-txt {
  color: #595757;
}

.nowrap {
  white-space: nowrap;
}

.link-o {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link-o:hover {
  opacity: 0.7;
}

.underline {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.zen {
  font-family: "Zen Kaku Gothic Antique";
}

.hidden {
  display: none;
}

.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fs-16 {
    font-size: 12px;
  }
}

.a-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.a-link:hover {
  color: #4794ff;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .lantern-bg-stars {
    background-attachment: scroll !important;
  }
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

.text-external {
  position: relative;
}
.text-external::after {
  content: "";
  background: url("../../public/img/icons/external-blue.svg") no-repeat center/contain;
  display: inline-block;
  margin-left: 5px;
  padding-right: 5px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .text-external::after {
    width: 12px;
    height: 12px;
  }
}


