/* ================================================================
   推しポイントページ専用スタイル
   ij_oshipoint.css
   このファイルは /iijan/oshipoint/index.html のみで読み込み
   ================================================================ */

/* ----------------------------------------------------------------
   ページ共通
   ---------------------------------------------------------------- */
.oshipoint_page {
  overflow: hidden;
}

.oshipoint__link {
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 400px;
  background-color: #cc7182;
  border-radius: 8px;
  box-sizing: border-box;
  transform: scale(1) translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.3s ease-out;
}

.oshipoint__link--text {
  color: #fff;
  font-family: "IBM Plex Sans JP";
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.oshipoint__link--text:after {
  display: block;
  content: "";
  width: 25px;
  height: 47px;
  background: url(/share/imgs/ij_index_finger.svg) no-repeat center / cover;
  transition: translate 0.3s ease-out;
}

@media (any-hover: hover) {
  .oshipoint__link:hover {
    transform: scale(1.05) translateZ(0);
    opacity: 1;
  }

  .oshipoint__link:hover .oshipoint__link--text:after {
    translate: 0 -5px;
  }
}

@media screen and (max-width: 1170px) {
  .oshipoint__link {
    width: 300px;
  }
}

@media screen and (max-width: 834px) {
  .oshipoint__link {
    gap: 7px;
    width: max(172px, 45.86666666666667vw);
  }

  .oshipoint__link--text {
    font-size: max(16px, 4vw);
    line-height: calc(max(25.976px, 6.926933333333333vw) / max(15px, 4vw));
    gap: 7px;
  }

  .oshipoint__link--text:after {
    width: max(14px, 3.733333333333334vw);
    height: max(25.976px, 6.926933333333333vw);
    right: min(-21px, -5.6000000000000005vw);
  }


}

/* ----------------------------------------------------------------
   ヒーローセクション
   ---------------------------------------------------------------- */
.oshipoint_hero {
  position: relative;
  width: 100%;
  background-image: url("/share/imgs/ij_oshipoint_hero_bgi.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 120px;
  overflow: visible;
}

.oshipoint_hero__inner {
  max-width: 1330.79px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.oshipoint_hero__contents {
  position: relative;
  padding-bottom: 32px;
  padding-top: 110px;
}

.oshipoint_hero__images--left .oshipoint_hero__images--icon {
  position: absolute;
  top: min(229px, 44.3%);
  left: 20px;
  max-width: clamp(56.5px, 8.559999999999999vw, 94.16px);
  width: 100%;
  aspect-ratio: 94.16 / 88.71;
}

.oshipoint_hero__images--left .oshipoint_hero__images--illust {
  position: absolute;
  bottom: -22px;
  left: 0;
  max-width: clamp(118.44px, 22.092727272727274vw, 243.02px);

  width: 100%;
  aspect-ratio: 243.02 / 197.8;
}


.oshipoint_hero__images--right .oshipoint_hero__images--icon {
  position: absolute;
  bottom: min(82.81px, 16%);
  right: 0;
  max-width: clamp(80.14px, 17.435454545454547vw, 191.79px);
  width: 100%;
  aspect-ratio: 191.79 / 166.19;
}

.oshipoint_hero__images--right .oshipoint_hero__images--illust {
  position: absolute;
  max-width: clamp(71.68px, 12.225454545454545vw, 134.48px);
  width: 100%;
  aspect-ratio: 134.48 / 224;
  top: min(74px, 14.3%);
  right: min(69.31px, 6.5%);
}

.oshipoint_hero_content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.oshipoint_hero_title_wrap {
  display: flex;
  justify-content: center;
}

.oshipoint_hero_title {
  display: block;
}

.oshipoint_hero_title img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.oshipoint_hero_text {
  margin-top: 30px;
  text-align: center;
}

.oshipoint_hero_desc {
  color: #424142;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.oshipoint_hero_desc .is-pc {
  display: block;
}

.oshipoint_hero_desc .is-sp {
  display: none;
}

/* ----------------------------------------------------------------
   レスポンシブ（834px以下）
   ---------------------------------------------------------------- */
@media screen and (max-width: 834px) {
  .oshipoint_hero {
    background: url(/share/imgs/ij_oshipoint_hero_bgi-sp.webp) no-repeat center / cover;
    margin-top: 87px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background-position: top -7px right;
  }

  .oshipoint_hero__inner {
    max-width: 1330.79px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .oshipoint_hero_title {
    max-width: 166px;
    margin: 0;
  }

  .oshipoint_hero__contents {
    position: relative;
    padding-top: 127px;
    padding-bottom: 166px;
  }


  .oshipoint_hero_content {
    padding-inline: 0;
    padding-top: 0;
  }


  .oshipoint_hero__images--left .oshipoint_hero__images--icon {
    top: 67px;
    left: 1px;
    max-width: clamp(56.5px, 15.066666666666666vw, 94.16px);
    aspect-ratio: 56.5 / 53.23;
  }

  .oshipoint_hero__images--left .oshipoint_hero__images--illust {
    bottom: 38.57px;
    left: 0;
    max-width: clamp(118.44px, 31.584vw, 225.02px);
    aspect-ratio: 118.44 / 142.43;
  }

  .oshipoint_hero__images--right .oshipoint_hero__images--icon {
    position: absolute;
    bottom: 48.43px;
    right: 0;
    max-width: clamp(80.14px, 21.370666666666665vw, 161.79px);
    width: 100%;
    aspect-ratio: 80.14 / 114.06;
  }

  .oshipoint_hero__images--right .oshipoint_hero__images--illust {
    position: absolute;
    max-width: clamp(71.68px, 19.11466666666667vw, 122.48px);
    width: 100%;
    aspect-ratio: 71.68 / 119.41;
    top: 27px;
    right: 0;
  }

  .oshipoint_hero_title_wrap {
    margin-top: 0;
  }



  .oshipoint_hero_text {
    margin-top: 31px;
    color: #424142;
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }

  .oshipoint_hero_desc {
    font-size: 14px;
  }

  .oshipoint_hero_desc .is-pc {
    display: none;
  }

  .oshipoint_hero_desc .is-sp {
    display: block;
  }
}


@media screen and (max-width: 375px) {

  .oshipoint_hero__images--left .oshipoint_hero__images--icon {
    max-width: min(56.5px, 15.066666666666666vw);
  }

  .oshipoint_hero__images--left .oshipoint_hero__images--illust {
    max-width: min(118.44px, 31.584vw);
  }

  .oshipoint_hero__images--right .oshipoint_hero__images--icon {
    max-width: min(80.14px, 21.370666666666665vw);
  }

  .oshipoint_hero__images--right .oshipoint_hero__images--illust {
    max-width: min(71.68px, 19.11466666666667vw);
  }
}


/* ----------------------------------------------------------------
   メインコンテンツエリア
   ---------------------------------------------------------------- */
.oshipoint_main {
  border-top-right-radius: 2800px 200px;
  border-top-left-radius: 2800px 200px;
  position: relative;
  width: 100%;
  margin-top: 71px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: url("/share/imgs/ij_oshipoint_main_bgi.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.oshipoint_main_inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 434.31px;
  padding-left: 20px;
  padding-right: 20px;
}

.oshipoint_section__manabi {
  margin-top: 167.35px;
}

.oshipoint_section__culture {
  margin-top: 272px;
}

.oshipoint_section__sports {
  margin-top: 254.49px;
}

.oshipoint_section__odekake {
  margin-top: 152.02px;
}

.oshipoint_section__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.oshipoint_section__content--reverse {
  flex-direction: row-reverse;
}

.oshipoint_section__text {
  margin-top: -21px;
}

.oshipoint_section__text--odekake {
  margin-top: -4px;
}

.oshipoint_section__text--sports {
  margin-top: -3px;
}

.oshipoint_section__text--culture {
  margin-top: -4px;
}

.oshipoint_section__text--manabi {
  margin-top: -10px;
}

.oshipoint_section__catchcopy {
  color: #424142;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  margin-right: -56px;
  margin-bottom: 0;
}

.oshipoint_section__catchcopy--start {
  align-items: start;
}

.oshipoint_section__catchcopy::before {
  content: "";
  display: inline-block;
  background-image: url("/share/imgs/ij_oshipoint_line_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 76px;
  height: 49px;
  aspect-ratio: 67 / 49;
  transform: rotate(-8.563deg);
  margin-right: -2.67px;
}

.oshipoint_section__catchcopy::after {
  content: "";
  display: inline-block;
  background-image: url("/share/imgs/ij_oshipoint_line_bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 67px;
  height: 49px;
  aspect-ratio: 67 / 49;
  transform: rotate(20.904deg);
  margin-right: 19.87px;
  margin-top: 5px;
}

.oshipoint_section__catchcopy--sports {
  gap: 25px;
  margin-right: -27px;
  transform: rotate(3deg);
}

.oshipoint_section__catchcopy--sports::before {
  transform: rotate(-8.563deg);
  margin-right: -41px;
}

.oshipoint_section__catchcopy--sports::after {
  transform: rotate(20.904deg);
  margin-right: -25.13px;
  margin-top: 0;
}

.oshipoint_section__catchcopy--culture {
  gap: 14px;
  margin-right: -60px;
  transform: rotate(3deg);
}

.oshipoint_section__catchcopy--culture::before {
  transform: rotate(-8.563deg);
  margin-right: -11.67px;
}

.oshipoint_section__catchcopy--culture::after {
  width: 76px;
  transform: rotate(20.904deg);
  margin-right: 0;
  margin-top: 0;
}

.oshipoint_section__catchcopy--odekake {
  margin-right: 0;
  transform: rotate(-5deg);
  margin-left: -55px;
}

.oshipoint_section__catchcopy--odekake::before {
  transform: rotate(-62deg);
  margin-right: 0;
  margin-left: -49px;
}

.oshipoint_section__catchcopy--odekake::after {
  width: 76px;
  transform: rotate(52.904deg);
  margin-right: 0;
  margin-left: -36px;
  margin-top: 5px;
}

.oshipoint_section__catchcopy--manabi {
  margin-right: 0;
  transform: rotate(-5deg);
  margin-left: -44px;
}

.oshipoint_section__catchcopy--manabi::before {
  transform: rotate(-62.563deg);
  margin-right: 0;
  margin-left: -23px;
}

.oshipoint_section__catchcopy--manabi::after {
  width: 76px;
  transform: rotate(53.904deg);
  margin-right: 0;
  margin-left: -14px;
  margin-top: 7px;
}

.oshipoint__btn {
  margin-top: 45.58px;
}

.oshipoint__btn--sports {
  margin-top: 47.58px;
}

.oshipoint__btn--odekake {
  margin-top: 55.58px;
}

.oshipoint_section__images {
  position: relative;
  width: 100%;
  text-align: left;
}

.oshipoint_section__images a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.oshipoint_section__images a:hover {
  filter: brightness(1.1);
  transition: filter 0.3s ease;
  opacity: 1;
}


.oshipoint_section__images--nature {
  max-width: 468px;
  min-height: 498px;
  filter: drop-shadow(7px 7px 10px rgba(35, 24, 21, 0.40));
  margin-right: 100px;
}

.oshipoint_section__images--odekake {
  max-width: 492.51px;
  min-height: 501.51px;
  text-align: right;
  margin-left: 20px;
}

.oshipoint_section__images--odekake a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.oshipoint_section__images--odekake a:hover {
  filter: brightness(1.05);
  transition: filter 0.3s ease;
  opacity: 1;
}

.oshipoint_section__images--sports {
  max-width: 585.81px;
  min-height: 495px;
}

.oshipoint_section__images--manabi {
  max-width: 502.87px;
  min-height: 536px;
  text-align: right;
}

.oshipoint_section__images--manabi a:hover {
  filter: brightness(1.05);
  transition: filter 0.3s ease;
  opacity: 1;
}

.oshipoint_section__images--culture {
  max-width: 497.77px;
  min-height: 504.69px;
  margin-right: 85px;
}

.oshipoint_section__image--baloon {
  max-width: 281px;
  width: 100%;
  aspect-ratio: 267 / 256;
  position: absolute;
  top: -155px;
  right: -108.84px;
  z-index: 10;
}

.oshipoint_section__sports__image--baloon {
  max-width: 362px;
  aspect-ratio: 348 / 293;
  top: -153.78px;
  right: 0;
  z-index: 10;
}

.oshipoint_section__odekake__image--baloon {
  max-width: 287px;
  aspect-ratio: 287 / 240;
  top: -65.03px;
  left: -26px;
  right: auto;
  z-index: 10;
  filter: drop-shadow(7px 7px 10px rgba(35, 24, 21, 0.40));
}

.oshipoint_section__image__baloon--manabi {
  max-width: 269px;
  aspect-ratio: 256.43 / 245.4;
  top: -70.89px;
  left: -3px;
  right: auto;
  z-index: 10;
}

.oshipoint_section__image__baloon--culture {
  max-width: 355px;
  aspect-ratio: 340 / 306;
  top: -177.46px;
  right: -89.34px;
  z-index: 10;
}

.oshipoint_section__image--main {
  max-width: 359.622px;
  width: 100%;
  aspect-ratio: 166/127;
  position: absolute;
  left: -2px;
}

.oshipoint_section__odekake__image--main {
  max-width: 294px;
  aspect-ratio: 294 / 271;
  left: auto;
  right: 0;
}

.oshipoint_section__sports__image--main {
  max-width: 360px;
  aspect-ratio: 360 / 275;
  left: 3px;
}

.oshipoint_section__manabi__image--main {
  max-width: 294px;
  aspect-ratio: 293.99 / 271.375;
  right: -5px;
  left: auto;
}

.oshipoint_section__image--sub {
  max-width: 215.144px;
  width: 100%;
  aspect-ratio: 215.144 / 198.488;
  position: absolute;
  top: 116.51px;
  right: 2px;
}

.oshipoint_section__odekake__image--sub {
  max-width: 204px;
  aspect-ratio: 204 / 181;
  left: 71.2px;
  top: 183.08px;
}


.oshipoint_section__sports__image--sub {
  max-width: 215px;
  aspect-ratio: 215 / 198;
  top: 146.51px;
  right: 86.04px;
}

.oshipoint_section__manabi__image--sub {
  max-width: 204.11px;
  aspect-ratio: 204.11 / 180.917;
  top: 183px;
  right: 211px;
}

.oshipoint_section__culture__image--sub {
  max-width: 215.14px;
  aspect-ratio: 215.14 / 198.49;
  right: -2px;
  top: 144.51px;
}

.oshipoint_section__image--illust {
  max-width: 225.551px;
  width: 100%;
  aspect-ratio: 225.551 / 255.615;
  position: absolute;
  left: 64.88px;
  bottom: 0;
}

.oshipoint_section__odekake__image--illust {
  max-width: 176px;
  aspect-ratio: 176 / 286;
  left: 220.29px;
  bottom: 0;
}

.oshipoint_section__sports__image--illust {
  max-width: 298px;
  aspect-ratio: 298 / 280;
  left: 82px;
  bottom: 0;
}

.oshipoint_section__manabi__image--illust {
  max-width: 170px;
  aspect-ratio: 170 / 283;
  right: 72.16px;
  left: auto;
}

.oshipoint_section__culture__image--illust {
  max-width: 97.14px;
  aspect-ratio: 97.14 / 278.69;
  right: 182.74px;
  left: auto;
}



.oshipoint_section__image--icon {
  max-width: 117px;
  width: 100%;
  aspect-ratio: 117 / 140.329;
  position: absolute;
  right: 60.88px;
  bottom: 73.61px;
}

.oshipoint_section__odekake__image--icon {
  max-width: 172.98px;
  aspect-ratio: 172.98 / 208;
  left: 0;
  right: auto;
  bottom: 28.51px;
}

.oshipoint_section__sports__image--icon {
  max-width: 136.922px;
  aspect-ratio: 136.922 / 107;
  top: 143px;
  right: -2px;
  left: auto;
}

.oshipoint_section__manabi__image--icon {
  max-width: 332px;
  height: auto;
  aspect-ratio: 332 / 167;
  left: -155px;
  right: auto;
  bottom: 89px;
}

.oshipoint_section__culture__image--icon {
  max-width: 148.13px;
  aspect-ratio: 148.13 / 117.38;
  left: 62.88px;
  bottom: 107.53px;
}

@media screen and (max-width: 1170px) {
  .oshipoint_section__content {
    gap: 60px;
  }

  .oshipoint_section__images--nature {
    max-width: min(468px, 40vw);
    min-height: min(498px, 42.56410256410256vw);
    filter: drop-shadow(7px 7px 10px rgba(35, 24, 21, 0.40));
    margin-right: 100px;
  }

  .oshipoint_section__images--odekake {
    max-width: min(492.51px, 42.09487179487179vw);
    min-height: min(501.51px, 42.86496598639456vw);
    text-align: right;
    margin-left: 20px;
  }

  .oshipoint_section__images--sports {
    max-width: min(585.81px, 50.06923076923077vw);
    min-height: min(495px, 42.30769230769231vw);
  }

  .oshipoint_section__images--manabi {
    max-width: min(502.87px, 42.97094017094017vw);
    min-height: min(536px, 45.81196581196581vw);
    text-align: right;
  }

  .oshipoint_section__images--culture {
    max-width: min(497.77px, 42.53504273504274vw);
    min-height: min(504.69px, 43.128205128205128vw);
    margin-right: 85px;
  }

  .oshipoint_section__image--baloon {
    max-width: min(281px, 24.017094017094016vw);
    width: 100%;
    aspect-ratio: 267 / 256;
    position: absolute;
    top: max(-155px, -13.247863247863247vw);
    right: max(-108.84px, -9.30256410256410256vw);
    z-index: 10;
  }

  .oshipoint_section__sports__image--baloon {
    max-width: min(362px, 30.94017094017094vw);
    aspect-ratio: 348 / 293;
    top: max(-153.78px, -13.14358974358974vw);
    right: 0;
    z-index: 10;
  }

  .oshipoint_section__odekake__image--baloon {
    max-width: min(287px, 24.529914529914528vw);
    aspect-ratio: 287 / 240;
    top: max(-65.03px, -5.557264957264957vw);
    left: max(-26px, -2.2222222222222223vw);
    right: auto;
    z-index: 10;
    filter: drop-shadow(7px 7px 10px rgba(35, 24, 21, 0.40));
  }

  .oshipoint_section__image__baloon--manabi {
    max-width: min(269px, 22.991452991452992vw);
    aspect-ratio: 256.43 / 245.4;
    top: max(-70.89px, -6.05811965811965811vw);
    left: max(-3px, -0.25641025641025641vw);
    right: auto;
    z-index: 10;
  }

  .oshipoint_section__image__baloon--culture {
    max-width: min(355px, 30.34188034188034vw);
    aspect-ratio: 340 / 306;
    top: max(-177.46px, -15.16752136752136752vw);
    right: max(-89.34px, -7.63247863247863247vw);
    z-index: 10;
  }

  .oshipoint_section__image--main {
    max-width: min(359.622px, 30.736752136752136vw);
    width: 100%;
    aspect-ratio: 166/127;
    position: absolute;
    left: max(-2px, -0.17094017094017094vw);
  }

  .oshipoint_section__odekake__image--main {
    max-width: min(294px, 25.128205128205128vw);
    aspect-ratio: 294 / 271;
    left: auto;
    right: 0;
  }

  .oshipoint_section__sports__image--main {
    max-width: min(360px, 30.76923076923077vw);
    aspect-ratio: 360 / 275;
    left: min(3px, 0.25641025641025641vw);
  }

  .oshipoint_section__manabi__image--main {
    max-width: min(294px, 25.128205128205128vw);
    aspect-ratio: 293.99 / 271.375;
    right: max(-5px, -0.42735042735042735vw);
    left: auto;
  }

  .oshipoint_section__image--sub {
    max-width: min(215.144px, 18.38803418803419vw);
    width: 100%;
    aspect-ratio: 215.144 / 198.488;
    position: absolute;
    /* top: 114.51px; */
    top: min(116.51px, 9.95726495726495726vw);
    /* right: 0; */
    right: min(2px, 0.17094017094017094vw);
  }

  .oshipoint_section__odekake__image--sub {
    max-width: min(204px, 17.435897435897436vw);
    aspect-ratio: 204 / 181;
    left: min(71.2px, 6.08547008547008547vw);
    top: min(183.08px, 15.64529914529914529vw);
  }


  .oshipoint_section__sports__image--sub {
    max-width: min(215px, 18.376068376068376vw);
    aspect-ratio: 215 / 198;
    top: min(146.51px, 12.52136752136752136vw);
    right: min(86.04px, 7.35384615384615384vw);
  }

  .oshipoint_section__manabi__image--sub {
    max-width: min(204.11px, 17.445299145299145vw);
    aspect-ratio: 204.11 / 180.917;
    top: min(183px, 15.64102564102564102vw);
    right: min(211px, 18.03418803418803418vw);
  }

  .oshipoint_section__culture__image--sub {
    max-width: min(215.14px, 18.38803418803419vw);
    aspect-ratio: 215.14 / 198.49;
    right: max(-2px, -0.17094017094017094vw);
    top: min(144.51px, 12.35042735042735042vw);
  }

  .oshipoint_section__image--illust {
    max-width: min(225.551px, 19.27785470085470085vw);
    width: 100%;
    aspect-ratio: 225.551 / 255.615;
    position: absolute;
    left: min(64.88px, 5.54529914529914529vw);
    bottom: 0;
  }

  .oshipoint_section__odekake__image--illust {
    max-width: min(176px, 15.042735042735043vw);
    aspect-ratio: 176 / 286;
    left: min(220.29px, 18.82478632478632478vw);
    bottom: 0;
  }

  .oshipoint_section__sports__image--illust {
    max-width: min(298px, 25.47008547008547vw);
    aspect-ratio: 298 / 281;
    left: min(82px, 7.008547008547008vw);
    bottom: 0;
  }

  .oshipoint_section__manabi__image--illust {
    max-width: min(170px, 14.52991452991453vw);
    aspect-ratio: 170 / 283;
    right: min(72.16px, 6.16752136752136752vw);
    left: auto;
  }

  .oshipoint_section__culture__image--illust {
    max-width: min(97.14px, 8.30256410256410256vw);
    aspect-ratio: 97.14 / 278.69;
    right: min(182.74px, 15.61965811965811965vw);
    left: auto;
  }



  .oshipoint_section__image--icon {
    max-width: min(117px, 10vw);
    width: 100%;
    aspect-ratio: 117 / 140.329;
    position: absolute;
    right: min(60.88px, 5.20341880341880341vw);
    bottom: min(73.61px, 6.29145299145299145vw);
  }

  .oshipoint_section__odekake__image--icon {
    max-width: min(172.98px, 14.784615384615385vw);
    aspect-ratio: 172.98 / 208;
    left: 0;
    right: auto;
    bottom: min(28.51px, 2.43675213675213675vw);
  }

  .oshipoint_section__sports__image--icon {
    max-width: min(136.922px, 11.70188034188034vw);
    aspect-ratio: 136.922 / 107;
    top: min(143px, 12.22222222222222222vw);
    right: max(-2px, -0.17094017094017094vw);
    left: auto;
  }

  .oshipoint_section__manabi__image--icon {
    max-width: min(332px, 28.37606837606838vw);
    height: auto;
    aspect-ratio: 332 / 167;
    left: max(-155px, -13.24786324786324786vw);
    right: auto;
    bottom: min(89px, 7.60683760683760683vw);
  }

  .oshipoint_section__culture__image--icon {
    max-width: min(148.13px, 12.66239316239316239vw);
    aspect-ratio: 148.13 / 117.38;
    left: min(62.88px, 5.37435897435897435vw);
    bottom: min(107.53px, 9.19145299145299145vw);
  }


}

/* ----------------------------------------------------------------
   レスポンシブ（834px以下）
   ---------------------------------------------------------------- */
@media screen and (max-width: 834px) {

  .oshipoint_main {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 48px;
    background-image: url("/share/imgs/ij_oshipoint_main_bgi-sp.webp");
  }

  .oshipoint_main_inner {
    padding-inline: 16px;
    padding-top: max(175px, 46.667vw);
    padding-bottom: max(219.31px, 58.483vw);
  }

  .oshipoint_section__odekake {
    margin-top: max(165.12px, 44.032vw);
  }

  .oshipoint_section__sports {
    margin-top: max(185.91px, 49.576vw);
  }

  .oshipoint_section__manabi {
    /* margin-top: 171.25px; */
    margin-top: max(171.25px, 45.666666666666664vw);
  }

  .oshipoint_section__culture {
    /* margin-top: 214.4px; */
    margin-top: max(214.4px, 57.17333333333333vw);
  }

  .oshipoint_section__content {
    flex-direction: column;
    gap: 0;
    position: relative;
  }

  .oshipoint_section__content--reverse {
    flex-direction: column;
  }

  .oshipoint_section__text {
    position: absolute;
    top: min(-34px, -9.066666666666666vw);
    left: -6px;
  }

  .oshipoint_section__text--right {
    right: -3px;
    left: auto;
    top: min(-47px, -12.533333333333333vw);
  }

  .oshipoint_section__text--manabi {
    right: -4px;
    left: auto;
    top: min(-44px, -11.733333333333333vw);
  }

  .oshipoint_section__text--culture {
    position: absolute;
    top: min(-98px, -26.13333333333333vw);
    left: -5px;
  }

  .oshipoint_section__text--sports {
    top: min(-54px, -14.399999999999999vw);
    left: -4px;
  }

  .oshipoint_section__catchcopy {
    font-size: clamp(14px, 3.733333333333334vw, 24px);
    transform: rotate(-9.652deg);
    flex-direction: row;
    position: relative;
    gap: 0;
  }

  .oshipoint_section__text--right .oshipoint_section__catchcopy {
    margin-right: 0;
    transform: rotate(9.789deg);
  }

  .oshipoint_section__catchcopy--culture {
    gap: 0;
  }

  .oshipoint_section__catchcopy--sports {
    align-items: center;
  }

  .oshipoint_section__catchcopy::before {
    background-image: url("/share/imgs/ij_oshipoint_line_top.svg");
    width: 34.61px;
    height: 32.31px;
    aspect-ratio: 34.61 / 25.31;
    transform: rotate(27.563deg);
    margin-right: 0;
  }

  .oshipoint_section__catchcopy::after {
    background-image: url("/share/imgs/ij_oshipoint_line_bottom.svg");
    width: 34.61px;
    height: 32.31px;
    aspect-ratio: 34.61 / 25.31;
    transform: rotate(-33.904deg);
    margin-right: 0;
    margin-left: -7px;
  }

  .oshipoint_section__catchcopy--odekake::before {
    background-image: url("/share/imgs/ij_oshipoint_line_top.svg");
    transform: rotate(33.563deg);
    margin-right: -2px;
    margin-top: 10px;
  }

  .oshipoint_section__catchcopy--odekake::after {
    background-image: url("/share/imgs/ij_oshipoint_line_bottom.svg");
    aspect-ratio: 34.61 / 25.31;
    transform: rotate(-26.904deg);
    margin-right: 0;
    margin-left: -7px;
    margin-top: 15px;
  }

  .oshipoint_section__catchcopy--sports::before {
    background-image: url("/share/imgs/ij_oshipoint_line_top.svg");
    aspect-ratio: 34.61 / 25.31;
    transform: rotate(27.563deg);
    margin-right: -2px;
  }

  .oshipoint_section__catchcopy--sports::after {
    background-image: url("/share/imgs/ij_oshipoint_line_bottom.svg");
    aspect-ratio: 34.61 / 25.31;
    transform: rotate(-31.904deg);
    margin-right: 0;
    margin-left: -4px;
  }

  .oshipoint_section__catchcopy--manabi::before {
    background-image: url("/share/imgs/ij_oshipoint_line_top.svg");
    aspect-ratio: 34.61 / 25.31;
    transform: rotate(33.563deg);
    margin-right: 0;
    margin-top: 8px;
  }

  .oshipoint_section__catchcopy--manabi::after {
    background-image: url("/share/imgs/ij_oshipoint_line_bottom.svg");
    aspect-ratio: 34.61 / 25.31;
    transform: rotate(-27.904deg);
    margin-right: 0;
    margin-left: -4px;
    margin-top: 15px;
  }

  .oshipoint__btn {
    margin-top: 40px;
  }

  .oshipoint_section__text .oshipoint__btn {
    display: none;
  }

  .oshipoint_section__images--nature {
    min-height: max(349px, 93.06666666666666vw);
    max-width: 100%;
    margin-right: 0;
  }

  .oshipoint_section__images--odekake {
    min-height: max(351px, 93.60000000000001vw);
    max-width: 100%;
    margin-left: 0;
  }

  .oshipoint_section__images--sports {
    min-height: max(346px, 92.26666666666667vw);
    max-width: 100%;
  }

  .oshipoint_section__images--manabi {
    min-height: max(375px, 100vw);
    max-width: 100%;
  }

  .oshipoint_section__images--culture {
    min-height: max(353px, 94.13333333333334vw);
    max-width: 100%;
    margin-right: 0;
  }

  .oshipoint_section__image--baloon {
    max-width: max(155.28px, 41.408vw);
    aspect-ratio: 155.28 / 149.36;
    top: min(-91.08px, -24.287999999999997vw);
    right: 1px;
    z-index: 10;
  }

  .oshipoint_section__odekake__image--baloon {
    max-width: max(167px, 44.5333333333333vw);
    aspect-ratio: 167 / 137;
    top: min(-28.12px, -7.498666666666668vw);
    left: 0;
    right: auto;
  }

  .oshipoint_section__sports__image--baloon {
    max-width: max(202px, 53.86666666666666vw);
    aspect-ratio: 202 / 170;
    top: min(-84.8px, -22.613333333333333vw);
    right: 0;
  }

  .oshipoint_section__image__baloon--manabi {
    max-width: max(152px, 40.53333333333333vw);
    aspect-ratio: 144 / 137;
    top: min(-30.07px, -8.018666666666666vw);
    left: 0;
  }

  .oshipoint_section__image__baloon--culture {
    max-width: max(199px, 53.06666666666666vw);
    aspect-ratio: 191 / 174;
    top: min(-101.67px, -27.112000000000002vw);
    right: 3px;
    filter: drop-shadow(3.92px 3.92px 5.6px rgba(35, 24, 21, 0.40));
  }

  .oshipoint_section__image--main {
    max-width: max(252px, 67.2vw);
    width: 100%;
    aspect-ratio: 166 / 127;
  }

  .oshipoint_section__odekake__image--main {
    max-width: max(206px, 54.93333333333334vw);
    aspect-ratio: 206 / 190;
    left: auto;
    right: 0;
  }

  .oshipoint_section__sports__image--main {
    max-width: max(252px, 67.2vw);
    aspect-ratio: 166 / 127;
  }

  .oshipoint_section__manabi__image--main {
    max-width: max(206px, 54.93333333333334vw);
    aspect-ratio: 206 / 190;
    left: auto;
    right: 0;
  }

  .oshipoint_section__image--sub {
    max-width: max(151px, 40.266666666666666vw);
    aspect-ratio: 151 / 139;
    top: max(80.17px, 21.378666666666668vw);
    right: 16px;
  }

  .oshipoint_section__odekake__image--sub {
    max-width: max(143px, 38.13333333333333vw);
    aspect-ratio: 143 / 127;
    left: max(49.24px, 13.130666666666668vw);
    top: max(128.16px, 34.176vw);
  }

  .oshipoint_section__sports__image--sub {
    max-width: max(151px, 40.266666666666666vw);
    aspect-ratio: 151 / 139;
    top: max(100.06px, 26.682666666666666vw);
    right: -5px;
  }

  .oshipoint_section__manabi__image--sub {
    max-width: max(143px, 38.13333333333333vw);
    aspect-ratio: 143 / 127;
    top: max(128.16px, 34.176vw);
    left: max(50.24px, 13.397333333333334vw);
    right: auto;
  }

  .oshipoint_section__culture__image--sub {
    max-width: max(151px, 40.266666666666666vw);
    aspect-ratio: 151 / 139;
    right: min(-6px, -1.6vw);
    top: max(106.17px, 27.24533333333333vw);

  }



  .oshipoint_section__image--illust {
    max-width: max(157.89px, 42.104vw);
    aspect-ratio: 157.89 / 178.93;
    left: max(46.11px, 12.296vw);
  }

  .oshipoint_section__odekake__image--illust {
    max-width: max(123.39px, 32.903999999999996vw);
    aspect-ratio: 123.39 / 199.86;
    left: auto;
    right: max(67px, 17.866666666666667vw);
  }

  .oshipoint_section__sports__image--illust {
    max-width: max(208.95px, 55.71999999999999vw);
    aspect-ratio: 208.95 / 196.7;
    left: max(55.3px, 14.746666666666666vw);
  }

  .oshipoint_section__manabi__image--illust {
    max-width: max(118.93px, 31.71466666666667vw);
    aspect-ratio: 118.93 / 198.1;
    right: max(51.78px, 13.808000000000002vw);
    left: auto;
  }

  .oshipoint_section__culture__image--illust {
    max-width: max(68px, 18.133333333333333vw);
    aspect-ratio: 68 / 195.08;
    right: max(124.88px, 33.30133333333333vw);
    left: auto;
  }



  .oshipoint_section__image--icon {
    max-width: max(81.9px, 21.84vw);
    aspect-ratio: 81.9 / 98.24;
    right: max(60.18px, 16.048000000000002vw);
    bottom: max(51.55px, 13.746666666666666vw);
  }

  .oshipoint_section__odekake__image--icon {
    max-width: max(121.08px, 32.288vw);
    aspect-ratio: 121.08 / 145.6;
    left: 0;
    right: auto;
    bottom: max(19.97px, 5.325333333333333vw);
  }

  .oshipoint_section__sports__image--icon {
    max-width: max(96.85px, 25.826666666666664vw);
    aspect-ratio: 96.85 / 74.91;
    top: max(59.08px, 15.754666666666667vw);
    right: -3px;
  }

  .oshipoint_section__manabi__image--icon {
    max-width: max(232.67px, 62.04533333333333vw);
    aspect-ratio: 232.67 / 116.89;
    left: min(-121px, -32.266666666666666vw);
    right: auto;
    bottom: max(62.3px, 16.613333333333333vw);
  }

  .oshipoint_section__culture__image--icon {
    max-width: max(109.79px, 29.27733333333333vw);
    aspect-ratio: 109.79 / 87;
    left: max(36.79px, 9.81066666666666vw);
    bottom: max(68.68px, 18.314666666666668vw);
  }

}

@media screen and (max-width: 375px) {


  .oshipoint_section__text {
    top: max(-34px, -9.066666666666666vw);
  }

  .oshipoint_section__text--right {
    top: max(-47px, -12.533333333333333vw);
  }

  .oshipoint_section__text--manabi {
    top: max(-44px, -11.733333333333333vw);
  }

  .oshipoint_section__text--culture {
    top: max(-98px, -26.13333333333333vw);
  }

  .oshipoint_section__text--sports {
    top: max(-54px, -14.399999999999999vw);
  }

  .oshipoint_section__catchcopy {
    font-size: min(14px, 3.733333333333334vw);
  }

  .oshipoint_section__catchcopy::before {
    width: min(34.61px, 9.229333333333333vw);
    height: min(32.31px, 8.616vw);
  }

  .oshipoint_section__catchcopy::after {
    width: min(34.61px, 9.229333333333333vw);
    height: min(32.31px, 8.616vw);
  }

  .oshipoint_section__images--nature {
    min-height: min(349px, 93.06666666666666vw);
  }

  .oshipoint_section__images--odekake {
    min-height: min(351px, 93.60000000000001vw);
  }

  .oshipoint_section__images--sports {
    min-height: min(346px, 92.26666666666667vw);
  }

  .oshipoint_section__images--manabi {
    min-height: min(375px, 100vw);
  }

  .oshipoint_section__images--culture {
    min-height: min(353px, 94.13333333333334vw);
  }

  .oshipoint_section__image--baloon {
    max-width: min(155.28px, 41.408vw);
    top: max(-91.08px, -24.287999999999997vw);
  }

  .oshipoint_section__odekake__image--baloon {
    max-width: min(167px, 44.5333333333333vw);
    top: max(-28.12px, -7.498666666666668vw);
  }

  .oshipoint_section__sports__image--baloon {
    max-width: min(202px, 53.86666666666666vw);
    top: max(-84.8px, -22.613333333333333vw);
  }

  .oshipoint_section__image__baloon--manabi {
    max-width: min(152px, 40.53333333333333vw);
    top: max(-30.07px, -8.018666666666666vw);
  }

  .oshipoint_section__image__baloon--culture {
    max-width: min(199px, 53.06666666666666vw);
    top: max(-101.67px, -27.112000000000002vw);
  }

  .oshipoint_section__image--main {
    max-width: min(252px, 67.2vw);
  }

  .oshipoint_section__odekake__image--main {
    max-width: min(206px, 54.93333333333334vw);
  }

  .oshipoint_section__sports__image--main {
    max-width: min(252px, 67.2vw);
  }

  .oshipoint_section__manabi__image--main {
    max-width: min(206px, 54.93333333333334vw);
  }

  .oshipoint_section__image--sub {
    max-width: min(151px, 40.266666666666666vw);
    top: min(80.17px, 21.378666666666668vw);
  }

  .oshipoint_section__odekake__image--sub {
    max-width: min(143px, 38.13333333333333vw);
    left: min(49.24px, 13.130666666666668vw);
    top: min(128.16px, 34.176vw);
  }

  .oshipoint_section__sports__image--sub {
    max-width: min(151px, 40.266666666666666vw);
    top: min(100.06px, 26.682666666666666vw);
  }

  .oshipoint_section__manabi__image--sub {
    max-width: min(143px, 38.13333333333333vw);
    top: min(128.16px, 34.176vw);
    left: min(50.24px, 13.397333333333334vw);
  }

  .oshipoint_section__culture__image--sub {
    max-width: min(151px, 40.266666666666666vw);
    aspect-ratio: 151 / 139;
    top: min(106.17px, 27.24533333333333vw);
    right: max(-6px, -1.6vw);
  }



  .oshipoint_section__image--illust {
    max-width: min(157.89px, 42.104vw);
    left: min(46.11px, 12.296vw);
  }

  .oshipoint_section__odekake__image--illust {
    max-width: min(123.39px, 32.903999999999996vw);
    right: min(67px, 17.866666666666667vw);
    left: auto;
  }

  .oshipoint_section__sports__image--illust {
    max-width: min(208.95px, 55.71999999999999vw);
    left: min(55.3px, 14.746666666666666vw);
  }

  .oshipoint_section__manabi__image--illust {
    max-width: min(118.93px, 31.71466666666667vw);
    right: min(51.78px, 13.808000000000002vw);
    left: auto;
  }

  .oshipoint_section__culture__image--illust {
    max-width: min(68px, 18.133333333333333vw);
    right: min(124.88px, 33.30133333333333vw);
    left: auto;
  }



  .oshipoint_section__image--icon {
    max-width: min(81.9px, 21.84vw);
    right: min(60.18px, 16.048000000000002vw);
    bottom: min(51.55px, 13.746666666666666vw);
  }

  .oshipoint_section__odekake__image--icon {
    max-width: min(121.08px, 32.288vw);
    bottom: min(19.97px, 5.325333333333333vw);
  }

  .oshipoint_section__sports__image--icon {
    max-width: min(96.85px, 25.826666666666664vw);
    top: min(59.08px, 15.754666666666667vw);
    right: -3px;
  }

  .oshipoint_section__manabi__image--icon {
    max-width: min(232.67px, 62.04533333333333vw);
    left: max(-121px, -32.266666666666666vw);
    bottom: min(62.3px, 16.613333333333333vw);
  }

  .oshipoint_section__culture__image--icon {
    max-width: min(109.79px, 29.27733333333333vw);
    left: min(36.79px, 9.81066666666666vw);
    bottom: min(68.68px, 18.314666666666668vw);
  }

}


/* ----------------------------------------------------------------
   暮らしてみてもいいじゃん！セクション
   ---------------------------------------------------------------- */
.oshipoint__local {
  position: relative;
  width: 100%;
  background-image: url(/share/imgs/ij_oshipoint_local_bgi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 153px;
  padding-bottom: 327.31px;
  margin-top: -330px;
  border-top-right-radius: 2800px 400px;
  border-top-left-radius: 2800px 400px;
}


.oshipoint_local_icon {
  position: absolute;
}

.oshipoint_local_icon--01 {
  left: 64px;
  top: 16.62px;
}

.oshipoint_local_icon--02 {
  top: 5px;
  left: 243px;
}

.oshipoint_local_icon--03 {
  top: -53px;
  left: 416px;
}

.oshipoint_local_icon--04 {
  top: -53px;
  right: 352.34px;
}

.oshipoint_local_icon--05 {
  top: 41px;
  right: 192px;
}

.oshipoint_local_icon--06 {
  top: 26px;
  right: 48.34px;
}

@media screen and (max-width: 1024px) {

  .oshipoint_local_icon--01 {
    left: 15px;
    top: -16px;
    width: 63.611px;
    aspect-ratio: 63.611 / 68.338;
  }

  .oshipoint_local_icon--02 {
    top: -33.81px;
    left: 50%;
    transform: translateX(-50%);
    width: 73.946px;
    aspect-ratio: 73.946 / 71.914;
  }

  .oshipoint_local_icon--03 {
    left: auto;
    right: 15px;
    top: -10px;
    width: 63.611px;
    aspect-ratio: 63.611 / 68.338;
  }

  .oshipoint_local_icon--04,
  .oshipoint_local_icon--05,
  .oshipoint_local_icon--06 {
    display: none;
  }
}

@media screen and (max-width: 375px) {

  .oshipoint_local_icon--01 {
    left: min(15px, 4vw);
    top: max(-16px, -4.266666666666667vw);
    width: min(63.611px, 16.962933333333332vw);
  }

  .oshipoint_local_icon--02 {
    top: max(-33.81px, -9.016vw);
    left: 50%;
    transform: translateX(-50%);
    width: min(73.946px, 19.718933333333332vw);
  }

  .oshipoint_local_icon--03 {
    left: auto;
    right: min(15px, 4vw);
    top: max(-10px, -2.666666666666667vw);
    width: min(63.611px, 16.962933333333332vw);
  }

  .oshipoint_local_icon--04,
  .oshipoint_local_icon--05,
  .oshipoint_local_icon--06 {
    display: none;
  }
}

.oshipoint__local__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 20px;
}

.oshipoint__local__main-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oshipoint__local__main-title-img {
  max-width: 248px;
  width: 100%;
}

.oshipoint__local__main-title-icon {
  max-width: 106.42px;
  width: 100%;
  aspect-ratio: 106.42 / 71.02;
  margin-top: 28px;
}

.oshipoint__local__title-img {
  width: 100%;
  max-width: 382px;
  height: auto;
}

.oshipoint__local__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 100px;
  max-width: 1154px;
}

/* 左エリア：イラストと吹き出し */
.oshipoint__local__left {
  position: relative;
  flex: 0 0 auto;
  width: min(451px, 37.583333333333336vw);
  margin-left: 24px;
}

.oshipoint__local__speech-main {
  position: relative;
  margin-top: 0;
}

.oshipoint__local__speech-main-img {
  max-width: min(400px, 33.33333333333333vw);
  width: 100%;
  height: auto;
}

.oshipoint__local__speech-main p {
  position: absolute;
  top: min(36px, 3vw);
  left: min(35px, 2.9166666666666665vw);
  color: #CC7182;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: min(18px, 1.5vw);
  font-weight: 700;
  line-height: 1.6;
}

.oshipoint__local__people {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0;
  margin-top: 14px;
  margin-left: 28px;
}

.oshipoint__local__person {
  position: relative;
  flex: 0 0 auto;
  margin-right: 68px;
}

.oshipoint__local__person:nth-child(1) {
  margin-right: 38px;
}

.oshipoint__local__person:nth-child(3) {
  margin-right: 34px;
}

.oshipoint__local__person:nth-child(4) {
  margin-right: 0;
}

.oshipoint__local__person-img {
  display: block;
  width: auto;
  height: min(242.57px, 20.214166666666667vw);
}

/* 人物1（左端・座っている人）は少し小さめ */
.oshipoint__local__person:nth-child(1) .oshipoint__local__person-img {
  height: min(184.864px, 15.405333333333335vw);
  transform: translateY(-6px);
}

/* 人物3は少し大きめ */
.oshipoint__local__person:nth-child(3) .oshipoint__local__person-img {
  height: min(217.551px, 18.12925vw);
  aspect-ratio: 22 / 69;
  transform: translateY(-5px);
}

/* 人物4も少し大きめ */
.oshipoint__local__person:nth-child(4) .oshipoint__local__person-img {
  height: min(209.564px, 17.463666666666665vw);
  transform: translateY(-2px);
}

/* 吹き出しの共通スタイル */
.oshipoint__local__speech {
  position: absolute;
}

.oshipoint__local__speech img {
  display: block;
  width: auto;
  height: auto;
}

/* 吹き出し1（いいじゃん！） */
.oshipoint__local__speech-01 {
  top: -63px;
  left: -16px;
}

.oshipoint__local__speech-01 img {
  width: 85.43px;
}

.oshipoint__local__speech-01 p {
  position: absolute;
  top: 14.83px;
  left: 50%;
  transform: translateX(-50%);
  color: #424142;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

/* 吹き出し2（明日はスイーツめぐり♪） */
.oshipoint__local__speech-03 {
  top: -63px;
  right: -1px;
}

.oshipoint__local__speech-03 img {
  width: min(92px, 7.666666666666666vw);
}

.oshipoint__local__speech-03 p {
  position: absolute;
  top: min(14px, 1.1666666666666667vw);
  left: min(10px, 0.8333333333333334vw);
  color: #424142;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: min(10px, 0.8333333333333334vw);
  font-weight: 700;
  line-height: 1.3;
}

@supports (-moz-appearance: none) {
  .oshipoint__local__speech-03 p {
    top: min(9px, 0.625vw);
  }
}



/* 吹き出し3（素敵じゃん！） */
.oshipoint__local__speech-04 {
  top: min(-58px, -4.027777777777778vw);
  left: min(7px, 0.5833333333333334vw);
}

.oshipoint__local__speech-04 img {
  width: min(77px, 6.416666666666666vw);
  aspect-ratio: 77 / 45.4;
}

.oshipoint__local__speech-04 p {
  position: absolute;
  top: min(14px, 1.1666666666666667vw);
  left: 50%;
  transform: translateX(-50%);
  color: #424142;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: min(10px, 0.8333333333333334vw);
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.oshipoint__local__left .oshipoint__btn {
  display: none;
}

/* 右エリア：タイトルとテキスト */
.oshipoint__local__right {
  flex: 1 1 auto;
  text-align: center;
  max-width: 535.45px;
  margin-top: 6px;
}

.oshipoint__local__title {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-right: -27px;
}

.oshipoint__local__title-img {
  width: 100%;
  max-width: min(370px, 30.833333333333336vw);
  height: auto;
}

.oshipoint__local__title::before {
  content: "";
  display: inline-block;
  background-image: url(/share/imgs/ij_oshipoint_local_title_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: min(52.723px, 4.31025vw);
  width: 100%;
  aspect-ratio: 52.723 / 44.639;
}

.oshipoint__local__title::after {
  content: "";
  display: inline-block;
  background-image: url(/share/imgs/ij_oshipoint_local_title_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: min(52.723px, 4.31025vw);
  width: 100%;
  aspect-ratio: 52.723 / 44.639;
  margin-left: 10px;
}

.oshipoint__local__text {
  margin-top: 42px;
}

.oshipoint__local__desc {
  color: #424142;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: clamp(1rem, 1.6666666666666667vw, 1.25rem);
  font-weight: 400;
  line-height: 2;
}

.oshipoint__local__right .oshipoint__btn {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}

#footer {
  margin-top: min(-140px, -9.722222222222223vw);
  position: relative;
}

@media screen and (max-width: 1024px) {
  @supports (-moz-appearance: none) {
    .oshipoint__local__speech-03 p {
      top: min(3px, 0.29296875vw);
    }
  }
}


@media screen and (max-width: 834px) {
  .oshipoint__local {
    position: relative;
    width: 100%;
    background-image: url(/share/imgs/ij_oshipoint_local_bgi-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 107px;
    padding-bottom: 297.31px;
    margin-top: -129px;
  }

  .oshipoint__local__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: 15px;
  }

  .oshipoint__local__main-title-img {
    max-width: 155px;
  }

  .oshipoint__local__main-title-icon {
    max-width: 52px;
    aspect-ratio: 52 / 35.2;
    margin-top: 13px;
  }

  .oshipoint__local__content {
    flex-direction: column-reverse;
    gap: 26px;
    margin-top: 40px;
  }

  /* 左エリア：イラストと吹き出し */
  .oshipoint__local__left {
    max-width: max(345px, 92vw);
    width: 100%;
    margin-left: 0;
  }

  .oshipoint__local__speech-main-img {
    max-width: max(252.08px, 67.22133333333333vw);
  }

  .oshipoint__local__speech-main p {
    top: max(21px, 5.6000000000000005vw);
    left: max(17px, 4.533333333333333vw);
    font-size: max(12px, 3.2vw);
  }

  .oshipoint__local__people {
    justify-content: center;
    gap: 0;
    margin-top: 11.84px;
    margin-left: 17px;
  }

  .oshipoint__local__person {
    position: relative;
    flex: 0 0 auto;
    margin-right: 49.49px;
  }

  .oshipoint__local__person:nth-child(1) {
    margin-right: max(27.32px, 7.285333333333334vw);
  }

  .oshipoint__local__person:nth-child(3) {
    margin-right: 23.47px;
  }

  .oshipoint__local__person-img {
    height: max(176.259px, 47.002399999999994vw);
    margin-right: 0;
  }

  /* 人物1（左端・座っている人）は少し小さめ */
  .oshipoint__local__person:nth-child(1) .oshipoint__local__person-img {
    height: max(134.329px, 35.82106666666667vw);
    margin-right: 0;
    transform: translateY(-4px);

  }

  /* 人物3は少し大きめ */
  .oshipoint__local__person:nth-child(3) .oshipoint__local__person-img {
    height: max(158.08px, 42.15466666666667vw);
    margin-right: 0;
    transform: translateY(-3px);
  }

  /* 人物4も少し大きめ */
  .oshipoint__local__person:nth-child(4) .oshipoint__local__person-img {
    height: max(152.277px, 40.6072vw);
    margin-right: 0;
    transform: translateY(1px);
  }

  /* 吹き出しの共通スタイル */
  .oshipoint__local__speech {
    position: absolute;
  }

  .oshipoint__local__speech img {
    display: block;
    width: auto;
    height: auto;
  }

  /* 吹き出し1（いいじゃん！） */
  .oshipoint__local__speech-01 {
    top: min(-45.37px, -12.098666666666666vw);
    left: max(-12px, -3.2vw);
    transform: translateX(0);
  }

  .oshipoint__local__speech-01 img {
    width: max(62.1px, 16.56vw);
  }

  .oshipoint__local__speech-01 p {
    top: max(10.61px, 2.8293333333333335vw);
    font-size: max(8.27px, 2.205333333333333vw);
  }

  /* 吹き出し2（明日はスイーツめぐり♪） */
  .oshipoint__local__speech-03 {
    top: min(-50.3px, -13.413333333333332vw);
    right: auto;
    left: min(-20.12px, -5.365333333333334vw);
  }

  .oshipoint__local__speech-03 img {
    width: max(76.74px, 20.357333333333337vw);
  }

  .oshipoint__local__speech-03 p {
    top: max(12px, 3.2vw);
    left: max(7.69px, 2.0506666666666664vw);
    font-size: max(8.27px, 2.205333333333333vw);
  }

  @supports (-moz-appearance: none) {
    .oshipoint__local__speech-03 p {
      top: min(27px, 2.877697841726619vw);
    }
  }


  /* 吹き出し3（素敵じゃん！） */
  .oshipoint__local__speech-04 {
    top: min(-47.4px, -12.639999999999999vw);
    left: max(2.04px, 0.544vw);
    transform: translateX(0);
  }

  .oshipoint__local__speech-04 img {
    width: max(64.06px, 17.08266666666666vw);
    aspect-ratio: 59.06 / 36.71;
  }

  .oshipoint__local__speech-04 p {
    font-size: max(8.27px, 2.205333333333333vw);
    top: max(12px, 3.2vw);
  }

  .oshipoint__local__left .oshipoint__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .oshipoint__local__left .oshipoint__btn .oshipoint__link {
    margin-left: auto;
    margin-right: auto;
  }

  /* 右エリア：タイトルとテキスト */
  .oshipoint__local__right {
    flex: 1 1 auto;
    text-align: center;
    width: 100%;
  }

  .oshipoint__local__title {
    gap: 18.12px;
    margin-left: 5px;
    margin-right: 0;
  }

  .oshipoint__local__title-img {
    max-width: 223px;
    margin-right: 4px;
  }

  .oshipoint__local__title::before {
    max-width: 33.22px;
    aspect-ratio: 33.22 / 28.12;
    margin-right: -3px;
  }

  .oshipoint__local__title::after {
    background-image: url(/share/imgs/ij_oshipoint_local_title_right-sp.svg);
    max-width: 33.22px;
    aspect-ratio: 33.22 / 28.12;
    margin-left: 0;
  }

  .oshipoint__local__text {
    margin-top: 26px;
  }

  .oshipoint__local__desc {
    font-size: 14px;
  }

  .oshipoint__local__right .oshipoint__btn {
    display: none;
  }

  #footer {
    margin-top: -175px;
    position: relative;
  }
}

@media screen and (max-width: 690px) {
  @supports (-moz-appearance: none) {
    .oshipoint__local__speech-03 p {
      top: calc(50% - 3px);
      transform: translateY(-50%);
    }
  }
}

@media screen and (max-width: 375px) {

  .oshipoint__local__speech-main-img {
    max-width: min(252.08px, 67.22133333333333vw);
  }

  .oshipoint__local__speech-main p {
    top: min(21px, 5.6000000000000005vw);
    left: min(17px, 4.533333333333333vw);
    font-size: min(12px, 3.2vw);
  }

  @supports (-moz-appearance: none) {
    .oshipoint__local__speech-main p {
      transform: translateY(-8px);
    }
  }

  .oshipoint__local__person {
    margin-right: min(49.49px, 13.197333333333333vw);
  }


  .oshipoint__local__person:nth-child(1) {
    margin-right: min(27.32px, 7.285333333333334vw);
  }

  .oshipoint__local__person:nth-child(3) {
    margin-right: min(23.47px, 6.258666666666667vw);
  }

  .oshipoint__local__person-img {
    height: min(176.259px, 47.002399999999994vw);
  }

  /* 人物1（左端・座っている人）は少し小さめ */
  .oshipoint__local__person:nth-child(1) .oshipoint__local__person-img {
    height: min(134.329px, 35.82106666666667vw);

  }

  /* 人物3は少し大きめ */
  .oshipoint__local__person:nth-child(3) .oshipoint__local__person-img {
    height: min(158.08px, 42.15466666666667vw);
  }

  /* 人物4も少し大きめ */
  .oshipoint__local__person:nth-child(4) .oshipoint__local__person-img {
    height: min(152.277px, 40.6072vw);
  }

  /* 吹き出し1（いいじゃん！） */
  .oshipoint__local__speech-01 {
    top: max(-45.37px, -12.098666666666666vw);
    left: max(-12px, -3.2vw);
  }

  .oshipoint__local__speech-01 img {
    width: min(62.1px, 16.56vw);
  }

  .oshipoint__local__speech-01 p {
    top: min(10.61px, 2.8293333333333335vw);
    font-size: min(8.27px, 2.205333333333333vw);
  }

  /* 吹き出し2（明日はスイーツめぐり♪） */
  .oshipoint__local__speech-03 {
    top: max(-50.3px, -13.413333333333332vw);
    right: auto;
    left: max(-20.12px, -5.365333333333334vw);
  }

  .oshipoint__local__speech-03 img {
    width: min(76.74px, 20.357333333333337vw);
  }

  .oshipoint__local__speech-03 p {
    top: min(12px, 3.2vw);
    left: min(7.69px, 2.0506666666666664vw);
    font-size: min(8.27px, 2.205333333333333vw);
  }

  @supports (-moz-appearance: none) {
    .oshipoint__local__speech-03 p {
      top: min(4px, 1.9256410256410255vw);
    }
  }

  /* 吹き出し3（素敵じゃん！） */
  .oshipoint__local__speech-04 {
    top: max(-47.4px, -12.639999999999999vw);
    left: min(2.04px, 0.544vw);
  }

  .oshipoint__local__speech-04 img {
    width: min(64.06px, 17.08266666666666vw);
  }

  .oshipoint__local__speech-04 p {
    font-size: min(8.27px, 2.205333333333333vw);
    top: min(12px, 3.2vw);
  }
}


/* 共通 */

.is-sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .is-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }
}