@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;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 .red {
  color: #C53C3C !important;
}
body .gray {
  color: #c0c0c0 !important;
}
body .blue {
  color: #C53C3C !important;
}
body .org {
  color: #C53C3C !important;
}
body .black {
  color: #3c3c3c !important;
}
body .btn {
  font-size: 22px;
  width: 360px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 3px solid #C53C3C;
  color: #C53C3C;
  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_shinsyun/icon-arrow.webp) no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  right: 20px;
  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.2105263158vw;
    width: 69.7368421053vw;
    height: 15.7894736842vw;
    border-radius: 2.6315789474vw;
  }
  body .btn:before {
    width: 2.6315789474vw;
    height: 4.2105263158vw;
    right: 3.1578947368vw;
  }
  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_shinsyun/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: #2D2D2D;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 90px;
  font-size: 32px;
  background-color: #DCC36C;
}
body .float-bnr a + a {
  background-color: #CEB251;
}
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: 120px;
}
body .footer a + a {
  margin-top: 50px;
}
body .footer .copy {
  margin-top: 90px;
  font-size: 15px;
  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%;
  max-width: 200px;
  position: absolute;
  top: 30px;
  left: 20px;
}
body aside .logo 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: 2.3%;
  width: 100%;
  max-width: 550px;
  padding: 0 20px;
}
body aside .buttons li {
  max-width: 250px;
  width: 100%;
}
body aside .buttons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-align: center;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
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: #DCC36C;
  color: #24100C;
}
body aside .buttons li a.catalog {
  background: #DCC36C;
  color: #24100C;
  word-break: keep-all;
}
@media screen and (max-width: 1230px) {
  body aside .buttons li {
    max-width: 220px;
    width: 100%;
  }
  body aside .buttons li a {
    height: 40px;
    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_shinsyun/pc_left_bg.webp);
}
body aside.right {
  right: 0;
  padding: 0;
  background: no-repeat center/cover url(../img/sumai_2026_shinsyun/pc_right_bg.webp);
}
body aside.right img {
  width: 63.3802816901%;
}
@media screen and (max-width: 1230px) {
  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: #2D2D2D;
  font-size: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}
body main .sections .cloud::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeat-x center/169px url(../img/sumai_2026_shinsyun/title_line_black.webp);
}
body main .sections .sections-inner {
  position: relative;
}
body main .sections .sections-inner .head_h2 {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
body main .sections .sections-inner .head_h2 span {
  display: block;
}
@media screen and (max-width: 1050px) {
  body main .sections .cloud {
    font-size: 5vw;
    width: -moz-fit-content;
    width: fit-content;
    height: 10.5263157895vw;
    margin: 0 auto 5.2631578947vw;
    padding-bottom: 0;
  }
}
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;
}
@media screen and (max-width: 1050px) {
  body main .sections.mv .sections-inner .logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    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.reserve {
  background-size: contain;
  position: relative;
  background: no-repeat center/cover url(../img/sumai_2026_shinsyun/reserve_bg.webp);
}
body main .sections.reserve .sections-inner {
  padding: 90px 80px 90px;
}
body main .sections.reserve .sections-inner .head_h2 .cloud {
  color: #2D2D2D;
}
body main .sections.reserve .sections-inner .head_h2 .cloud::after {
  background: repeat-x center/169px url(../img/sumai_2026_shinsyun/title_line_black.webp);
}
body main .sections.reserve .sections-inner .head_h2 img {
  margin: 0 auto;
}
body main .sections.reserve .sections-inner .head_h2 + picture {
  margin-top: 35px;
  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_shinsyun/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 .btn {
  margin-top: 30px;
}
body main .sections.reserve .sections-inner .btn::before {
  display: block;
}
@media screen and (max-width: 1050px) {
  body main .sections.reserve .sections-inner {
    padding: 17.8947368421vw 13.1578947368vw 15.7894736842vw;
  }
  body main .sections.reserve .sections-inner .head_h2 {
    margin: 0 auto 4.7368421053vw;
    max-width: 59.4736842105vw;
  }
  body main .sections.reserve .sections-inner .btn {
    margin-top: 5.7894736842vw;
  }
}
body main .sections.cta-section {
  margin-top: -30px;
  padding: 90px 0;
  background-size: contain;
  background: no-repeat center/cover url(../img/sumai_2026_shinsyun/cta_bg.webp);
  position: relative;
}
body main .sections.cta-section::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: no-repeat center top/contain url(../img/sumai_2026_shinsyun/cta_flower.webp);
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  body main .sections.cta-section::before {
    bottom: 0.5vw;
    height: 55.7333333333vw;
  }
}
body main .sections.cta-section::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: no-repeat center bottom/contain url(../img/sumai_2026_shinsyun/cta_bottom.webp);
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  body main .sections.cta-section::after {
    height: 8vw;
  }
}
body main .sections.cta-section .sections-inner {
  max-width: 88%;
  margin: 0 auto;
  padding: 58px 0 56px;
  background-color: #fff;
  border-radius: 35px;
  position: relative;
}
body main .sections.cta-section .sections-inner .head_h2 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  line-height: 150%;
  margin-bottom: 15px;
  color: #C53C3C;
  top: -15px;
}
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: 21px;
  line-height: 124.4%;
  margin-bottom: 16px;
  background: url(../img/sumai_2026_shinsyun/ttl-slash.png) no-repeat center;
  background-size: 256px 72px;
  height: 72px;
  padding-top: 8px;
  color: #2D2D2D;
}
body main .sections.cta-section .sections-inner .btn {
  font-size: 26px;
  background-color: #C53C3C;
  color: #fff;
  border: none;
}
body main .sections.cta-section .sections-inner .btn:before {
  right: 28px;
}
body main .sections.cta-section .sections-inner .btn + .btn {
  background-color: #C53C3C;
  margin-top: 20px;
}
body main .sections.cta-section .sections-inner .btn + .btn::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 114px;
  height: 92px;
  background: no-repeat center/contain url(../img/sumai_2026_shinsyun/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 {
    margin-top: -6.1333333333vw;
    padding: 17.8947368421vw 0 17.8947368421vw;
  }
  body main .sections.cta-section .sections-inner {
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
  body main .sections.cta-section .sections-inner .head_h2 {
    font-size: 7.3684210526vw;
    margin-bottom: 2.6315789474vw;
  }
  body main .sections.cta-section .sections-inner .head_h2 .small {
    font-size: 4vw;
    margin-bottom: 2.6315789474vw;
    background: url(../img/sumai_2026_shinsyun/ttl-slash.png) no-repeat center;
    background-size: 50.5263157895vw 14.2105263158vw;
    height: 13.1578947368vw;
    padding-top: 1.8421052632vw;
  }
  body main .sections.cta-section .sections-inner .btn {
    font-size: 5vw;
    width: 71.0526315789vw;
  }
  body main .sections.cta-section .sections-inner .btn:before {
    right: 7.3684210526vw;
  }
  body main .sections.cta-section .sections-inner .btn + .btn {
    margin-top: 5.2631578947vw;
  }
  body main .sections.cta-section .sections-inner .btn.btn-yel:after {
    background: url(../img/sumai_2026_shinsyun/cta-catalog.webp) no-repeat;
    background-size: contain;
    width: 22.6315789474vw;
    height: 17.8947368421vw;
    left: -6.5789473684vw;
    top: 0vw;
  }
}
body main .sections.choice {
  background: #FDF8E2;
  position: relative;
}
body main .sections.choice .sections-inner {
  padding: 90px 0 90px;
  position: relative;
}
body main .sections.choice .sections-inner.--top {
  background: no-repeat center/cover url(../img/sumai_2026_shinsyun/choice_bg01.webp);
}
body main .sections.choice .sections-inner .head_h2 {
  margin-bottom: 30px;
}
body main .sections.choice .sections-inner .head_h2 .cloud {
  position: relative;
}
body main .sections.choice .sections-inner .head_h2 .cloud::before {
  display: block;
  content: "";
  position: absolute;
  top: -9px;
  left: -64px;
  width: 307px;
  height: 63px;
  background: no-repeat center/contain url(../img/sumai_2026_shinsyun/choice-flower.webp);
}
@media screen and (max-width: 1050px) {
  body main .sections.choice .sections-inner .head_h2 .cloud::before {
    top: 1.2vw;
    left: -9.5vw;
    width: 53.733333vw;
    height: 7.533333vw;
  }
}
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: #fff;
  color: #fff;
  width: 170px;
  height: 120px;
  display: flex;
  box-shadow: 2px 2px 6px rgba(60, 60, 60, 0.2);
  border-radius: 10px;
  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_shinsyun/icon-arrow2.png);
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 18px;
  width: 20px;
  height: 14px;
}
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: #2D2D2D;
  line-height: 1;
  position: relative;
}
body main .sections.choice .sections-inner .nav a .inner .large {
  font-size: 46px;
  top: 16px;
}
body main .sections.choice .sections-inner .nav a .inner .midium {
  font-size: 22px;
  top: 35px;
}
body main .sections.choice .content {
  position: relative;
  color: #fff;
  background: no-repeat center/cover url(../img/sumai_2026_shinsyun/iki_bg.webp);
}
body main .sections.choice .content .sections-inner {
  max-width: 360px;
  margin: -3px auto 0;
  padding-top: 90px;
}
body main .sections.choice .content .sections-inner .head_h3 * {
  text-align: center;
}
body main .sections.choice .content .sections-inner .head_h3 .small {
  display: block;
  font-size: 26px;
  margin-bottom: 0px;
}
body main .sections.choice .content .sections-inner .head_h3 .midium {
  font-size: 54px;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
body main .sections.choice .content .sections-inner img.mv {
  border-radius: 10px;
}
body main .sections.choice .content .sections-inner img.mv + p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  margin: 20px 0 50px;
}
body main .sections.choice .content .sections-inner .choice {
  line-height: 150%;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}
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 .green {
  letter-spacing: -0.07em;
}
body main .sections.choice .content .sections-inner .choice .green:last-of-type {
  padding-right: 5px;
}
body main .sections.choice .content .sections-inner small {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
body main .sections.choice .content .sections-inner small + img {
  margin-top: 40px;
}
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: no-repeat center/cover url(../img/sumai_2026_shinsyun/kokochi_bg.webp);
}
body main .sections.choice .content + .content .sections-inner {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1050px) {
  body main .sections.choice .sections-inner {
    padding: 11.7333333333vw 0 13.3333333333vw;
    margin: 0 auto;
  }
  body main .sections.choice .sections-inner .head_h2 {
    margin-bottom: 4.2105263158vw;
    max-width: 71.0526315789vw;
  }
  body main .sections.choice .sections-inner .head_h2 img {
    padding-inline: 5.3333333333vw;
  }
  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: 31.5789473684vw;
    height: 23.6842105263vw;
    border-radius: 2.6315789474vw;
    padding: 1.3157894737vw;
  }
  body main .sections.choice .sections-inner .nav a:before {
    bottom: 2.6315789474vw;
    width: 3.1578947368vw;
    height: 2.1052631579vw;
  }
  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: 9.4736842105vw;
    top: 4.2105263158vw;
  }
  body main .sections.choice .sections-inner .nav a .inner .midium {
    font-size: 4.4736842105vw;
    top: 9.2105263158vw;
  }
  body main .sections.choice .content .sections-inner {
    max-width: 72.8vw;
    padding-top: 13.1578947368vw;
  }
  body main .sections.choice .content .sections-inner .head_h3 .small {
    font-size: 4.2105263158vw;
    margin-bottom: 2.6315789474vw;
  }
  body main .sections.choice .content .sections-inner .head_h3 .midium {
    font-size: 9.4736842105vw;
    margin-bottom: 3.9473684211vw;
  }
  body main .sections.choice .content .sections-inner img.mv {
    border-radius: 2.6315789474vw;
  }
  body main .sections.choice .content .sections-inner img.mv + p {
    font-size: 3.6842105263vw;
    margin: 3.6842105263vw 0 7.8947368421vw;
  }
  body main .sections.choice .content .sections-inner .choice {
    font-size: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.choice .content .sections-inner .choice .green:last-of-type {
    padding-right: 1.3157894737vw;
  }
  body main .sections.choice .content .sections-inner small {
    font-size: 3.1578947368vw;
  }
  body main .sections.choice .content .sections-inner small + img {
    margin-top: 6.5789473684vw;
  }
  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 .sections-inner {
    padding-top: 13.1578947368vw;
    padding-bottom: 13.3333333333vw;
  }
}
body main .sections.about {
  position: relative;
  background-color: #fff;
}
body main .sections.about .sections-inner {
  padding-top: 70px;
  padding-bottom: 100px;
  color: #2D2D2D;
}
body main .sections.about .sections-inner .head_h2 {
  font-size: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .sections.about .sections-inner .head_h2 .cloud {
  padding-bottom: 10px;
  position: relative;
}
body main .sections.about .sections-inner .head_h2 .cloud::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: -60px;
  width: 240px;
  height: 62px;
  background: no-repeat center top/contain url(../img/sumai_2026_shinsyun/about_flower.webp);
}
@media screen and (max-width: 1050px) {
  body main .sections.about .sections-inner .head_h2 .cloud::before {
    top: 0.5vw;
    left: -9.7vw;
    width: 41.666667vw;
    height: 6.533333vw;
  }
}
body main .sections.about .sections-inner .head_h2 .cloud + span {
  display: inline;
  color: #C53C3C;
}
body main .sections.about .sections-inner .head_h2 .blue {
  display: inline;
}
body main .sections.about .sections-inner .head_h2 + img {
  width: 380px;
  margin: 30px auto 20px;
}
body main .sections.about .sections-inner .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  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: 40px auto 40px;
  max-width: 360px;
  font-size: 18px;
  line-height: 160%;
}
body main .sections.about .sections-inner .ttl + p + img {
  max-width: 380px;
  width: 110%;
  margin: 0 auto;
  position: relative;
  left: -25px;
}
@media screen and (max-width: 1050px) {
  body main .sections.about {
    margin-top: 0vw;
  }
  body main .sections.about .sections-inner {
    padding-top: 10.6666666667vw;
    padding-inline: 9.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  body main .sections.about .sections-inner .head_h2 {
    font-size: 6.8421052632vw;
  }
  body main .sections.about .sections-inner .head_h2 .cloud {
    padding-bottom: 0;
    height: 8.5vw;
  }
  body main .sections.about .sections-inner .head_h2 + img {
    width: 100vw;
    margin: 7.8947368421vw auto 5.2631578947vw;
  }
  body main .sections.about .sections-inner .ttl {
    font-size: 4.7368421053vw;
  }
  body main .sections.about .sections-inner .ttl * {
    font-size: 5.2631578947vw;
  }
  body main .sections.about .sections-inner .ttl + p {
    margin: 7.8947368421vw auto 7.8947368421vw;
    font-size: 3.6842105263vw;
    max-width: 100%;
    max-width: 71.0526315789vw;
  }
  body main .sections.about .sections-inner .ttl + p + img {
    max-width: 79.2105263158vw;
    left: -5vw;
  }
}
body main .sections.model-house {
  background: no-repeat center/cover url(../img/sumai_2026_shinsyun/modelhouse_bg.webp);
  position: relative;
}
body main .sections.model-house .sections-inner {
  max-width: 363px;
  margin: 0 auto;
  padding-top: 55px;
  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 {
  padding-bottom: 10px;
  position: relative;
}
body main .sections.model-house .sections-inner .head_h2 .cloud::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: -45px;
  width: 259px;
  height: 51px;
  background: no-repeat center top/contain url(../img/sumai_2026_shinsyun/modelhouse_flower.webp);
}
@media screen and (max-width: 1050px) {
  body main .sections.model-house .sections-inner .head_h2 .cloud::before {
    top: 0vw;
    left: -8.5vw;
    width: 48.333333vw;
    height: 7.333333vw;
  }
}
body main .sections.model-house .sections-inner .head_h2 .cloud + span {
  display: inline;
}
body main .sections.model-house .sections-inner .head_h2 .blue {
  display: inline;
}
body main .sections.model-house .sections-inner .area-nav {
  margin: 70px auto 70px;
  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: #CE542A;
  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 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body main .sections.model-house .sections-inner .area .head_h3:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url(../img/sumai_2026_shinsyun/area-line.webp);
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  z-index: 5;
}
body main .sections.model-house .sections-inner .area .head_h3 .org {
  font-size: 20px;
  line-height: 150%;
  position: relative;
  z-index: 10;
  padding: 0 14px;
  color: #C53C3C;
}
body main .sections.model-house .sections-inner .area .flex {
  gap: 30px 14px;
}
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: 10px;
  margin-bottom: 10px;
}
body main .sections.model-house .sections-inner .area .flex .flex-item .txt * {
  color: #2D2D2D;
  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;
}
body main .sections.model-house .sections-inner .area .flex .flex-item .txt .address {
  font-size: 14px;
}
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;
}
body main .sections.model-house + .cta-section .sections-inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 1050px) {
  body main .sections.model-house .sections-inner {
    max-width: 71.0526315789vw;
    padding-top: 22.6666666667vw;
    padding-bottom: 9.8666666667vw;
  }
  body main .sections.model-house .sections-inner .head_h2 {
    font-size: 7.8947368421vw;
    height: 8.5vw;
  }
  body main .sections.model-house .sections-inner .area-nav {
    margin: 26.3157894737vw auto 15.7894736842vw;
    right: -2.1052631579vw;
  }
  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: 3.9473684211vw;
    width: 23.1578947368vw;
    height: 8.6842105263vw;
    border-radius: 2.6315789474vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.saitama {
    top: -6.5789473684vw;
    left: 0vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.chiba {
    top: 26.3157894737vw;
    right: 1.3157894737vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.tokyo {
    top: 34.2105263158vw;
    left: 1.3157894737vw;
  }
  body main .sections.model-house .sections-inner .area .head_h3 {
    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 .org {
    font-size: 4.2105263158vw;
    padding: 0 3.6842105263vw;
  }
  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: 2.6315789474vw;
    margin-bottom: 2.6315789474vw;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item .txt .ttl {
    margin-top: 1.5789473684vw;
    font-size: 3.6842105263vw;
    margin-bottom: 0.7894736842vw;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item .txt .address {
    font-size: 3.1578947368vw;
  }
  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 main .sections.model-house + .cta-section .sections-inner {
    padding-bottom: 11.2vw;
  }
}
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_shinsyun/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: #000;
  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 */