@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.none {
  display: none;
}

@media screen and (max-width: 1050px) {
  .sp_flex-show {
    display: flex !important;
  }
}
@media screen and (min-width: 1051px) {
  .sp_flex-show {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .pc_flex-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc_flex-show {
    display: flex !important;
  }
}

@media screen and (max-width: 1050px) {
  .sp-show {
    display: block !important;
  }
}
@media screen and (min-width: 1051px) {
  .sp-show {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .pc-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc-show {
    display: block !important;
  }
}

body {
  background: #fff;
}
body * {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}
body a img:hover {
  opacity: 1;
}
body p {
  font-weight: 400;
}
body ul,
body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text],
body select,
body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  body .flex {
    flex-direction: column;
  }
}
body .flex .reverse {
  flex-direction: row-reverse;
}
body .flex.main-flex {
  justify-content: center;
  gap: 5px;
}
body img,
body picture {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
body .inner {
  max-width: 1200px;
  margin: 0 auto;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body .din {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body .pink {
  color: #F15C6F !important;
}
body .red {
  color: #C53C3C !important;
}
body .gray {
  color: #c0c0c0 !important;
}
body .blue {
  color: #2A85BF !important;
}
body .org {
  color: #C53C3C !important;
}
body .black {
  color: #3c3c3c !important;
}
body .btn {
  font-size: 20px;
  width: 320px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  color: #F15C6F;
  cursor: pointer;
  filter: drop-shadow(2px 2px 6px rgba(60, 60, 60, 0.2));
  position: relative;
  transition: 0.3s;
}
body .btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sumai_2026_sp/icon-arrow.webp) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 16px;
  transition: 0.3s;
  display: none;
}
body .btn:hover {
  filter: unset;
}
body .btn.high {
  height: 100px;
}
@media screen and (max-width: 1050px) {
  body .btn {
    font-size: 4.7368421053vw;
    width: 84.2105263158vw;
    height: 15.7894736842vw;
    border-radius: 1.3157894737vw;
  }
  body .btn:before {
    width: 3.1578947368vw;
    height: 2.6315789474vw;
    right: 4.7368421053vw;
  }
  body .btn.high {
    height: 18.4210526316vw;
  }
}
body #top-btn {
  position: fixed;
  bottom: 50px;
  right: calc(50% - 252px + 20px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body #top-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/sumai_2026_sp/icon-top.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
}
body #top-btn:hover {
  box-shadow: unset;
}
body #top-btn.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1050px) {
  body #top-btn {
    bottom: 16vw;
    right: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: unset;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(0, 0, 0, 0.1);
  }
  body #top-btn:before {
    width: 4vw;
    height: 3vw;
    left: 52%;
  }
}
body .float-bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  flex-direction: unset;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 50;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
body .float-bnr a {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 90px;
  font-size: 32px;
  background-color: #F05266;
}
body .float-bnr a + a {
  background-color: #F05266;
  position: relative;
}
body .float-bnr a + a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.6);
}
body .float-bnr.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1050px) {
  body .float-bnr {
    left: 0;
    transform: unset;
  }
  body .float-bnr a {
    height: 14.4736842105vw;
    font-size: 4.2105263158vw;
  }
}
@media screen and (min-width: 1231px) {
  body .float-bnr {
    display: none;
  }
}
body .footer {
  background: #fff;
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  body .footer {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}
body .footer a {
  display: block;
}
body .footer a img {
  margin: 0 auto;
  max-width: 90px;
}
body .footer a + a {
  margin-top: 50px;
}
body .footer .copy {
  margin-top: 75px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  body .footer {
    padding: 100px 0 120px;
  }
  body .footer a img {
    max-width: 23.6842105263vw;
  }
}
body aside {
  max-width: 40vw;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 504px) / 2);
}
@media screen and (max-width: 1050px) {
  body aside {
    display: none;
  }
}
body aside .logo {
  width: 28.1690140845%;
  position: absolute;
  top: 1.5vw;
  left: 1vw;
}
body aside .logo img {
  width: 100%;
  height: auto;
}
body aside .logo-sub {
  width: 23.0985915493%;
  position: absolute;
  top: 2.2vw;
  left: 34%;
}
body aside .logo-sub img {
  width: 100%;
  height: auto;
}
body aside .navi li a {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  display: block;
}
body aside .navi li + li {
  margin-top: 29px;
}
body aside .buttons {
  margin: 8.6% 0 0;
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 100%;
  max-width: 550px;
  padding: 0 20px;
}
body aside .buttons li {
  max-width: 240px;
  width: 100%;
}
body aside .buttons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
body aside .buttons li a:hover {
  box-shadow: unset;
  opacity: 1;
}
body aside .buttons li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 10px;
  height: 16px;
}
body aside .buttons li a.reserve {
  background: #F05266;
  color: #fff;
}
body aside .buttons li a.catalog {
  background: #F05266;
  color: #fff;
  word-break: keep-all;
}
@media screen and (max-width: 1440px) {
  body aside .buttons li {
    max-width: 220px;
    width: 100%;
  }
  body aside .buttons li a {
    height: 56px;
    font-size: 15px;
  }
  body aside .buttons li a:before {
    top: 55%;
    right: 13px;
    width: 7px;
    height: 13px;
  }
}
body aside.left {
  left: 0;
  background: no-repeat center/cover url(../img/sumai_2026_sp/pc_left_bg.webp);
}
body aside.right {
  right: 0;
  padding: 0;
  background: no-repeat center/cover url(../img/sumai_2026_sp/pc_right_bg.webp);
}
body aside.right img {
  width: 63.3802816901%;
}
@media screen and (max-width: 1440px) {
  body aside.right {
    background: no-repeat center/cover url(../img/sumai_2026_sp/pc_right_bg_md.webp);
  }
  body aside.right img {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body main {
  width: 504px;
}
@media screen and (max-width: 1050px) {
  body main {
    margin-left: 0;
    border: unset;
    width: 100%;
    overflow: hidden;
  }
}
body main .sections {
  width: 100%;
  position: relative;
}
body main .sections .cloud {
  background-size: contain;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 26px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}
body main .sections .cloud::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 4px;
  left: -50px;
  width: 260px;
  height: 50px;
  background-color: #357DAB;
  border-radius: 100px;
  z-index: -1;
}
body main .sections .sections-inner {
  position: relative;
}
body main .sections .sections-inner .head_h2 {
  position: relative;
  max-width: 90%;
  margin: 0 auto 24px;
  z-index: 2;
}
body main .sections .sections-inner .head_h2 span {
  display: block;
}
@media screen and (max-width: 1050px) {
  body main .sections .cloud {
    font-size: 7.3684210526vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 9.4736842105vw;
    padding-bottom: 0;
  }
  body main .sections .cloud::after {
    display: block;
    content: "";
    position: absolute;
    top: -1vw;
    left: -12vw;
    width: 68.4210526316vw;
    height: 13.1578947368vw;
  }
}
body main .sections.mv .sections-inner .logo {
  display: none;
}
body main .sections.mv .sections-inner img {
  margin: 0 auto;
}
body main .sections.mv .sections-inner h1 {
  position: relative;
  margin: 0 auto;
}
body main .sections.mv .sections-inner .logo-sub {
  display: none;
}
body main .sections.mv .sections-inner .mv_bird {
  position: absolute;
  bottom: -6px;
  left: 70px;
  width: 50px;
}
@media screen and (max-width: 1050px) {
  body main .sections.mv .sections-inner .logo {
    display: block;
    position: absolute;
    top: 3vw;
    left: 4vw;
    z-index: 2;
  }
  body main .sections.mv .sections-inner .logo img {
    width: 35.4666666667vw;
    height: 8vw;
  }
  body main .sections.mv .sections-inner img {
    width: 100%;
    height: auto;
  }
  body main .sections.mv .sections-inner h1 img {
    width: 100vw;
  }
  body main .sections.mv .sections-inner .logo-sub {
    display: block;
    position: absolute;
    top: 5.5vw;
    left: 43vw;
    z-index: 1;
  }
  body main .sections.mv .sections-inner .logo-sub img {
    width: 30.5263157895vw;
    height: auto;
  }
  body main .sections.mv .sections-inner .mv_bird {
    bottom: -1.5789473684vw;
    left: 2.6315789474vw;
    width: 13.1578947368vw;
  }
}
body main .sections.reserve {
  background-size: contain;
  position: relative;
}
body main .sections.reserve::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center top/cover url(../img/sumai_2026_sp/reserve_bg.webp);
}
body main .sections.reserve .sections-inner {
  padding: 70px 80px 80px;
  background: linear-gradient(to bottom, #fff 0%, #D6F9FB 100%);
}
body main .sections.reserve .sections-inner .head_h2 {
  position: relative;
}
body main .sections.reserve .sections-inner .head_h2 .cloud {
  color: #fff;
}
body main .sections.reserve .sections-inner .head_h2 img {
  margin: 0 auto;
}
body main .sections.reserve .sections-inner .head_h2 + picture {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
body main .sections.reserve .sections-inner .head_h2 + picture + picture {
  position: relative;
  margin-top: 30px;
}
body main .sections.reserve .sections-inner .head_h2 + picture + picture::before {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -11px;
  width: 100px;
  height: 44px;
  background: no-repeat center/contain url(../img/sumai_2026_sp/more.webp);
  transform: rotate(10deg);
}
@media screen and (max-width: 1050px) {
  body main .sections.reserve .sections-inner .head_h2 + picture + picture::before {
    top: 0vw;
    right: -2vw;
    width: 21vw;
    height: 9vw;
  }
}
body main .sections.reserve .sections-inner .head_h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 37px auto -20px;
}
body main .sections.reserve .sections-inner .head_h3::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -9px;
  left: -22px;
  width: 277px;
  height: 50px;
  background-color: #357DAB;
  border-radius: 100px;
  z-index: -1;
}
body main .sections.reserve .sections-inner .head_h3 + picture {
  position: relative;
  z-index: 1;
}
body main .sections.reserve .sections-inner .btn {
  border: none;
  margin-top: 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
body main .sections.reserve .sections-inner .btn::before {
  display: block;
}
body main .sections.reserve .sections-inner .flower {
  display: block;
  position: absolute;
  width: 100px;
  bottom: 181px;
  right: 70px;
}
@media screen and (max-width: 1050px) {
  body main .sections.reserve::after {
    background: no-repeat center top/cover url(../img/sumai_2026_sp/reserve_bg_sp.webp);
  }
  body main .sections.reserve .sections-inner {
    padding: 10.5263157895vw 2.6315789474vw 10.5263157895vw;
  }
  body main .sections.reserve .sections-inner .head_h2 {
    margin: 0 auto 5.2631578947vw;
  }
  body main .sections.reserve .sections-inner .head_h2 .cloud::before {
    top: -9vw;
    right: -22vw;
    width: 28.1578947368vw;
    height: 11.3157894737vw;
  }
  body main .sections.reserve .sections-inner .head_h3 {
    font-size: 5.7894736842vw;
    margin: 8.6842105263vw auto -5.2631578947vw;
  }
  body main .sections.reserve .sections-inner .head_h3::before {
    bottom: -2.6315789474vw;
    left: -5.5263157895vw;
    width: 68.4210526316vw;
    height: 13.1578947368vw;
  }
  body main .sections.reserve .sections-inner .flower {
    width: 26.3157894737vw;
    bottom: 34.631579vw;
    right: 1.421053vw;
  }
  body main .sections.reserve .sections-inner .btn {
    margin-top: 7.8947368421vw;
  }
}
body main .sections.cta-section {
  padding: 60px 0;
  background-size: contain;
  background: no-repeat center/cover url(../img/sumai_2026_sp/cta_bg.webp);
  position: relative;
}
body main .sections.cta-section .cta_sakura {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
body main .sections.cta-section .sections-inner {
  max-width: 330px;
  margin: 0 auto;
  padding: 40px 25px 30px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
body main .sections.cta-section .sections-inner .bird {
  width: 50px;
  position: absolute;
  top: -44px;
  right: 0;
}
body main .sections.cta-section .sections-inner .head_h2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333333;
}
body main .sections.cta-section .sections-inner .head_h2 * {
  color: #2F6855;
  text-align: center;
  font-weight: bold;
}
body main .sections.cta-section .sections-inner .head_h2 .small {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 14px;
  background: no-repeat center/contain url(../img/sumai_2026_sp/ttl-slash.webp);
  background-size: 234px 55px;
  height: 55px;
  color: #4C3C41;
}
body main .sections.cta-section .sections-inner .btn {
  width: 280px;
  height: 70px;
  font-size: 20px;
  background-color: #F05266;
  color: #fff;
  border: none;
  position: relative;
}
body main .sections.cta-section .sections-inner .btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 16px;
  background: url(../img/sumai_2026_sp/icon-arrow-white.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1050px) {
  body main .sections.cta-section .sections-inner .btn:before {
    right: 2.3vw;
    width: 5.2631578947vw;
    height: 4.2105263158vw;
  }
}
body main .sections.cta-section .sections-inner .btn + .btn {
  background-color: #F05266;
  margin-top: 20px;
}
body main .sections.cta-section .sections-inner .btn + .btn::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: -24px;
  width: 85px;
  height: 70px;
  background: no-repeat center/contain url(../img/sumai_2026_sp/cta_catalog.png);
}
@media screen and (max-width: 1050px) {
  body main .sections.cta-section .sections-inner .btn + .btn::after {
    left: -8vw;
    width: 22.6315789474vw;
    height: 17.8947368421vw;
  }
}
@media screen and (max-width: 1050px) {
  body main .sections.cta-section {
    padding: 10.5263157895vw 6.5789473684vw 10.5263157895vw;
  }
  body main .sections.cta-section .sections-inner {
    padding: 8vw 6.6666666667vw 8vw;
    max-width: 86.8421052632vw;
    border-radius: 1.3157894737vw;
  }
  body main .sections.cta-section .sections-inner .head_h2 {
    font-size: 7.3684210526vw;
    margin-bottom: 5.2631578947vw;
  }
  body main .sections.cta-section .sections-inner .head_h2 .small {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6315789474vw;
    background-size: 61.5789473684vw 14.7368421053vw;
    height: 14.7368421053vw;
  }
  body main .sections.cta-section .sections-inner .btn {
    font-size: 5.2631578947vw;
    width: 68.4210526316vw;
    height: 18.4210526316vw;
  }
  body main .sections.cta-section .sections-inner .btn + .btn {
    margin-top: 5.2631578947vw;
  }
}
body main .sections.choice {
  background: #FEFEFE;
  position: relative;
}
body main .sections.choice .sections-inner {
  padding: 60px 0px;
  position: relative;
}
body main .sections.choice .sections-inner .head_h2 {
  margin-bottom: 30px;
}
body main .sections.choice .sections-inner .head_h2 .cloud {
  position: relative;
  color: #2A85BF;
}
body main .sections.choice .sections-inner .head_h2 .cloud::before {
  display: block;
  content: "";
  position: absolute;
  top: -32px;
  left: -69px;
  width: 95px;
  height: 50px;
  background: no-repeat center/contain url(../img/sumai_2026_sp/check.webp);
}
body main .sections.choice .sections-inner .head_h2 .cloud::after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: -39px;
  width: 280px;
  height: 50px;
  border-radius: 0;
  background: no-repeat center/contain url(../img/sumai_2026_sp/pink-ribbon.webp);
}
body main .sections.choice .sections-inner .head_h2 img {
  margin: 0 auto;
  padding-left: 87px;
  padding-right: 82px;
}
body main .sections.choice .sections-inner .nav {
  justify-content: center;
  gap: 20px;
  position: relative;
}
body main .sections.choice .sections-inner .nav a {
  background: #FADCE0;
  width: 160px;
  height: 100px;
  display: flex;
  box-shadow: 2px 2px 6px rgba(60, 60, 60, 0.2);
  border-radius: 5px;
  padding: 5px;
  position: relative;
}
body main .sections.choice .sections-inner .nav a:hover {
  opacity: 1;
  box-shadow: unset;
}
body main .sections.choice .sections-inner .nav a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center/contain url(../img/sumai_2026_sp/icon-arrow2.webp);
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 11px;
  width: 20px;
  height: 20px;
}
body main .sections.choice .sections-inner .nav a .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 9px;
}
body main .sections.choice .sections-inner .nav a .inner * {
  color: #2A85BF;
  line-height: 1;
  position: relative;
}
body main .sections.choice .sections-inner .nav a .inner .large {
  font-size: 36px;
  top: 7px;
}
body main .sections.choice .sections-inner .nav a .inner .midium {
  font-size: 28px;
  top: 9px;
}
body main .sections.choice .content {
  position: relative;
  color: #333;
}
body main .sections.choice .content.iki {
  background-color: #F3F1F1;
}
body main .sections.choice .content .head_h3 {
  padding: 24px 10px;
  color: #fff;
  position: relative;
  background: no-repeat center/cover url(../img/sumai_2026_sp/iki-bg-flower.webp);
}
body main .sections.choice .content .head_h3 .iki-flower {
  width: 127px;
  position: absolute;
  top: -22px;
  left: 0;
}
body main .sections.choice .content .head_h3 * {
  text-align: center;
}
body main .sections.choice .content .head_h3 .small {
  display: block;
  font-size: 18px;
  letter-spacing: -0.1em;
}
body main .sections.choice .content .head_h3 .midium {
  font-size: 54px;
  width: 100%;
  display: block;
}
body main .sections.choice .content .head_h3 + picture {
  position: relative;
  z-index: 1;
}
body main .sections.choice .content .sections-inner {
  max-width: 365px;
  margin: 0 auto;
  padding-top: 20px;
}
body main .sections.choice .content .sections-inner .choice-lead {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin: 0px 0 40px;
}
body main .sections.choice .content .sections-inner .choice {
  line-height: 180%;
  letter-spacing: -0.04em;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
body main .sections.choice .content .sections-inner .choice * {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body main .sections.choice .content .sections-inner .choice .maru {
  display: inline-block;
  width: 50px;
  position: relative;
  top: -4px;
  vertical-align: middle;
  color: #fff;
  font-family: Futura, "Century Gothic";
  font-style: normal;
}
body main .sections.choice .content .sections-inner .choice .maru:last-of-type {
  margin-right: 10px;
}
body main .sections.choice .content .sections-inner small {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.06em;
  display: block;
  text-align: center;
}
body main .sections.choice .content .sections-inner small + img {
  margin-top: 20px;
}
body main .sections.choice .content .sections-inner img + small {
  margin-top: 10px;
}
body main .sections.choice .content .sections-inner img + img {
  margin-top: 40px;
}
body main .sections.choice .content + .content {
  background-color: #F3F1F1;
}
body main .sections.choice .content + .content .head_h3 {
  background: no-repeat center/cover url(../img/sumai_2026_sp/kokochi-bg-flower.webp);
}
body main .sections.choice .content + .content .head_h3 .kokochi-flower {
  width: 113px;
  position: absolute;
  top: -21px;
  right: 0;
}
body main .sections.choice .content + .content .sections-inner {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  body main .sections.choice .sections-inner {
    padding: 13.3333333333vw 0 13.3333333333vw;
    margin: 0 auto;
  }
  body main .sections.choice .sections-inner .head_h2 {
    margin-bottom: 4.2105263158vw;
    max-width: 89.4736842105vw;
  }
  body main .sections.choice .sections-inner .head_h2 .cloud::before {
    top: -11vw;
    left: -19vw;
    width: 28vw;
    height: 18vw;
  }
  body main .sections.choice .sections-inner .head_h2 .cloud::after {
    top: -1.5789473684vw;
    left: -14.2105263158vw;
    width: 78.9473684211vw;
    height: 13.6842105263vw;
  }
  body main .sections.choice .sections-inner .head_h2 img {
    padding-inline: 2.6666666667vw;
  }
  body main .sections.choice .sections-inner .nav {
    gap: 3.1578947368vw;
    margin-bottom: 0vw;
    flex-direction: unset;
  }
  body main .sections.choice .sections-inner .nav a {
    width: 42.1052631579vw;
    height: 26.3157894737vw;
    border-radius: 1.3157894737vw;
    padding: 1.3157894737vw;
  }
  body main .sections.choice .sections-inner .nav a:before {
    bottom: 3.9473684211vw;
    width: 6.3157894737vw;
    height: 4.7368421053vw;
  }
  body main .sections.choice .sections-inner .nav a .inner {
    padding-top: 0;
    border-radius: 2.6315789474vw;
  }
  body main .sections.choice .sections-inner .nav a .inner .large {
    font-size: 8.4210526316vw;
    top: 4.2105263158vw;
  }
  body main .sections.choice .sections-inner .nav a .inner .midium {
    font-size: 6.5789473684vw;
    top: 5vw;
  }
  body main .sections.choice .content .head_h3 {
    padding: 6.3157894737vw 2.6315789474vw;
  }
  body main .sections.choice .content .head_h3 .small {
    font-size: 4.2105263158vw;
    margin-bottom: 0vw;
  }
  body main .sections.choice .content .head_h3 .midium {
    font-size: 13.1578947368vw;
  }
  body main .sections.choice .content .head_h3 .iki-flower {
    width: 28.9473684211vw;
    top: -2.6315789474vw;
  }
  body main .sections.choice .content .sections-inner {
    max-width: 89.4736842105vw;
    padding-top: 5.2631578947vw;
  }
  body main .sections.choice .content .sections-inner .choice-lead {
    font-size: 3.9473684211vw;
    margin: 0vw 0 10.5263157895vw;
  }
  body main .sections.choice .content .sections-inner .choice {
    font-size: 6.8421052632vw;
    line-height: 180%;
    margin-bottom: 4.2105263158vw;
  }
  body main .sections.choice .content .sections-inner .choice .maru {
    width: 13.1578947368vw;
    height: 13.1578947368vw;
  }
  body main .sections.choice .content .sections-inner small {
    font-size: 3.1578947368vw;
  }
  body main .sections.choice .content .sections-inner small + img {
    margin-top: 5.2631578947vw;
  }
  body main .sections.choice .content .sections-inner img + small {
    margin-top: 2.6315789474vw;
  }
  body main .sections.choice .content .sections-inner img + img {
    margin-top: 10.5263157895vw;
  }
  body main .sections.choice .content + .content .head_h3 .kokochi-flower {
    width: 23.684211vw;
    top: -1.263158vw;
    right: -4vw;
  }
  body main .sections.choice .content + .content .sections-inner {
    padding-top: 5.2631578947vw;
    padding-bottom: 13.3333333333vw;
  }
}
body main .sections.about {
  position: relative;
  background-color: #fff;
}
body main .sections.about .sections-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #2D2D2D;
}
body main .sections.about .sections-inner .head_h2 {
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .sections.about .sections-inner .head_h2 .cloud {
  max-width: 347px;
  margin: 0 auto 20px;
  padding-bottom: 0;
}
body main .sections.about .sections-inner .head_h2 .cloud::before, body main .sections.about .sections-inner .head_h2 .cloud::after {
  display: none;
}
body main .sections.about .sections-inner .head_h2 .cloud {
  position: relative;
}
body main .sections.about .sections-inner .head_h2 .cloud + span {
  display: inline;
  color: #2A85BF;
}
body main .sections.about .sections-inner .head_h2 + img {
  width: 380px;
  margin: 30px auto 20px;
}
body main .sections.about .sections-inner .ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.06em;
  line-height: 150%;
}
body main .sections.about .sections-inner .ttl * {
  font-weight: bold;
  text-align: center;
}
body main .sections.about .sections-inner .ttl + p {
  margin: 20px auto 40px;
  max-width: 330px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.5;
}
body main .sections.about .sections-inner .ttl + p + img {
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1050px) {
  body main .sections.about {
    margin-top: 0vw;
  }
  body main .sections.about .sections-inner {
    padding-top: 15.7894736842vw;
    padding-inline: 0vw;
    padding-bottom: 13.1578947368vw;
  }
  body main .sections.about .sections-inner .head_h2 {
    font-size: 7.3684210526vw;
  }
  body main .sections.about .sections-inner .head_h2 .cloud {
    max-width: 86.0526315789vw;
    padding-bottom: 0;
    height: 18.4210526316vw;
  }
  body main .sections.about .sections-inner .head_h2 + img {
    width: 100vw;
    margin: 5.2631578947vw auto 5.2631578947vw;
  }
  body main .sections.about .sections-inner .ttl {
    font-size: 5.2631578947vw;
  }
  body main .sections.about .sections-inner .ttl * {
    font-size: 5.2631578947vw;
  }
  body main .sections.about .sections-inner .ttl + p {
    margin: 5.2631578947vw auto 10.5263157895vw;
    font-size: 3.9473684211vw;
    max-width: 100%;
    max-width: 89.4736842105vw;
  }
  body main .sections.about .sections-inner .ttl + p + img {
    max-width: 200vw;
    position: relative;
    left: -5vw;
    width: 110vw;
    margin-bottom: 0;
  }
}
body main .sections.model-house {
  background-color: #fff;
  position: relative;
}
body main .sections.model-house .sections-inner {
  max-width: 363px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 40px;
}
body main .sections.model-house .sections-inner .head_h2 {
  font-size: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .sections.model-house .sections-inner .head_h2 .cloud {
  max-width: 239px;
  margin: 0 auto 20px;
  position: relative;
}
body main .sections.model-house .sections-inner .head_h2 .cloud::after {
  display: none;
}
body main .sections.model-house .sections-inner .head_h2 .cloud + span {
  font-size: 28px;
  display: inline;
}
body main .sections.model-house .sections-inner .area-nav {
  margin: 45px auto 30px;
  position: relative;
  right: -8px;
}
body main .sections.model-house .sections-inner .area-nav img {
  width: 100%;
}
body main .sections.model-house .sections-inner .area-nav .nav-btn {
  position: absolute;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #2A85BF;
  line-height: 150%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 39.97px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(60, 60, 60, 0.2);
}
body main .sections.model-house .sections-inner .area-nav .nav-btn:hover {
  opacity: 1;
  box-shadow: unset;
}
body main .sections.model-house .sections-inner .area-nav .nav-btn.saitama {
  top: -20px;
  left: -8px;
}
body main .sections.model-house .sections-inner .area-nav .nav-btn.chiba {
  top: 134px;
  right: 8px;
}
body main .sections.model-house .sections-inner .area-nav .nav-btn.tokyo {
  top: 154px;
  left: 12px;
}
body main .sections.model-house .sections-inner .area .head_h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #CFDDE3;
  border-radius: 100px;
  padding: 8px 0;
}
body main .sections.model-house .sections-inner .area .flex {
  gap: 30px 14px;
  justify-content: center;
}
body main .sections.model-house .sections-inner .area .flex .flex-item {
  width: 48.05%;
}
body main .sections.model-house .sections-inner .area .flex .flex-item img {
  border-radius: 5px;
  margin-bottom: 10px;
}
body main .sections.model-house .sections-inner .area .flex .flex-item .txt * {
  color: #333;
  line-height: 150%;
}
body main .sections.model-house .sections-inner .area .flex .flex-item .txt .ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  text-align: center;
}
body main .sections.model-house .sections-inner .area .flex .flex-item .txt .address {
  font-size: 14px;
  font-weight: 500;
}
body main .sections.model-house .sections-inner .area + .area {
  margin-top: 40px;
}
body main .sections.model-house .sections-inner .bnr-img {
  margin: 30px auto 40px;
}
body main .sections.model-house + .cta-section {
  margin-top: 0;
}
@media screen and (max-width: 1050px) {
  body main .sections.model-house .sections-inner {
    max-width: 85vw;
    padding-bottom: 15.7894736842vw;
  }
  body main .sections.model-house .sections-inner .head_h2 {
    font-size: 7.8947368421vw;
    height: auto;
  }
  body main .sections.model-house .sections-inner .head_h2 .cloud {
    max-width: 62.8947368421vw;
    margin: 0 auto 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .head_h2 .cloud + span {
    font-size: 7.3684210526vw;
  }
  body main .sections.model-house .sections-inner .area-nav {
    margin: 15.7894736842vw auto 7.8947368421vw;
    right: -2.1052631579vw;
    max-width: 85vw;
  }
  body main .sections.model-house .sections-inner .area-nav img {
    width: 100%;
    height: auto;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn {
    font-size: 5.2631578947vw;
    width: 27.8947368421vw;
    height: 10.2631578947vw;
    border-radius: 1.3157894737vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.saitama {
    top: -2.578947vw;
    left: -3vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.chiba {
    top: 35.315789vw;
    right: -0.684211vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.tokyo {
    top: 42.210526vw;
    left: 1.3157894737vw;
  }
  body main .sections.model-house .sections-inner .area .head_h3 {
    padding: 2.6315789474vw 0;
    margin-bottom: 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .area .head_h3:before {
    height: 0.5333333333vw;
  }
  body main .sections.model-house .sections-inner .area .head_h3 .text {
    font-size: 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .area .flex {
    row-gap: 5.5263157895vw;
    flex-direction: unset;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item {
    width: 47%;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item img {
    border-radius: 1.3157894737vw;
    margin-bottom: 1.3157894737vw;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item .txt .ttl {
    margin-top: 1.5789473684vw;
    font-size: 4.2105263158vw;
    margin-bottom: 0.7894736842vw;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item .txt .address {
    font-size: 3.6842105263vw;
  }
  body main .sections.model-house .sections-inner .area + .area {
    margin-top: 10.5263157895vw;
  }
  body main .sections.model-house .sections-inner .bnr-img {
    margin: 7.8947368421vw auto 10.5263157895vw;
  }
}
body .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  overflow: auto;
  z-index: 10;
}
body .modal .modal-wrap {
  max-width: 700px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  position: relative;
}
body .modal .modal-wrap .modal-close {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sumai_2026_sp/icon-close.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  transform: unset;
  z-index: 10;
}
body .modal .modal-content {
  max-width: 700px;
  border-radius: 10px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .modal .modal-content::-webkit-scrollbar {
  display: none;
}
body .modal .modal-content .modal-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px 60px;
  padding-right: 41px;
}
body .modal .modal-content .modal-inner p {
  line-height: 150%;
}
body .modal .modal-content .modal-inner .ttl {
  font-size: 20px;
  font-weight: bold;
}
body .modal .modal-content .modal-inner .ttl + p {
  font-size: 15px;
  margin-top: 20px;
  color: #4B4B4B;
}
body .modal .modal-content .modal-inner .ttl + p > a {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}
body .modal .modal-content .modal-inner .ttl + p + .ttl {
  margin-top: 35px;
}
@media screen and (max-width: 1050px) {
  body .modal .modal-wrap {
    max-width: 86.8421052632vw;
    max-height: 126.6666666667vw;
  }
  body .modal .modal-wrap .modal-close {
    width: 10.5263157895vw;
    height: 10.5263157895vw;
    top: 5.2631578947vw;
    right: 5.2631578947vw;
  }
  body .modal .modal-content {
    max-width: 86.8421052632vw;
    max-height: 126.6666666667vw;
  }
  body .modal .modal-content .modal-inner {
    max-width: 100%;
    padding: 10.5263157895vw 5.2631578947vw 9.2105263158vw;
  }
  body .modal .modal-content .modal-inner p {
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=style.css.map */