@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color-primary: #a08d5d;
  --color-secondary: #989477;
  --color-accent: #71a8b9;
  --color-white: #fff;
  --color-black: #000;
  --color-text: #464646;
  --color-bg: #f9f6f2;
  --color-bg-dark: #e6e5de;
  --font-roboto: "Roboto", sans-serif;
  --font-notosans: "Noto Sans JP", sans-serif;
  --margin-contents-s: 50px;
  --margin-contents-m: 100px;
}
@media (width <= 598px) {
  :root {
    --margin-contents-s: calc(100 * 30vw/750);
    --margin-contents-m: calc(100 * 60vw/750);
  }
}

html {
  scroll-behavior: auto;
}

a:hover * {
  opacity: 1 !important;
}

.juno_contents {
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-notosans);
  color: var(--color-text);
}
.juno_contents img,
.juno_contents video {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.juno_contents button,
.juno_contents input,
.juno_contents select,
.juno_contents textarea {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
}
.juno_contents ul,
.juno_contents ol {
  list-style: none;
}

.js-scroll.js-hometitle {
  overflow: hidden;
}
.js-scroll.js-hometitle span {
  display: inline-block;
  opacity: 0;
  transform: translateY(80px) translateX(10px) rotate(30deg);
  transition: transform 0.5s cubic-bezier(0.5, 1.18, 0.65, 1.12);
}
.js-scroll.js-hometitle.scrollin.active span {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll.js-slideup {
  transition: 0.8s ease-out;
  transform: translateY(20px);
  opacity: 0;
}
.js-scroll.js-slideup.scrollin {
  transform: translateY(0);
  opacity: 1;
}

#content {
  padding: 0 !important;
}

@media (width <= 568px) {
  .dp_pc {
    display: none;
  }
}

@media (569px <= width) {
  .dp_sp {
    display: none;
  }
}

.anchor-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: min(86px, 11.4666666667vw);
  padding: 0 0.75em;
  background-color: rgba(255, 255, 255, 0.85);
  overflow-x: auto;
  overflow-y: hidden;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  box-sizing: border-box;
}
.anchor-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}
.anchor-nav-item {
  font-size: min(24px, 3.2vw);
  white-space: nowrap;
  font-family: var(--font-roboto);
  font-weight: 600;
}
.anchor-nav-item a {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
  text-decoration: none;
  letter-spacing: min(1px, 0.1333333333vw);
}
.anchor-nav-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: var(--color-primary);
  opacity: 0;
}
.anchor-nav-item a.current::after {
  opacity: 1;
}
.anchor-nav-item a:link,
.anchor-nav-item a:visited {
  color: var(--color-text);
}
.anchor-nav-item a:hover,
.anchor-nav-item a:active {
  color: var(--color-text);
}
.anchor-nav.fixed {
  position: fixed;
}

@media only screen and (min-width: 569px) {
  .anchor-nav {
    justify-content: center;
    padding: 0 1.5em;
    height: min(74px, 9.8666666667vw);
  }
  .anchor-nav-list {
    width: 100%;
    max-width: 1048px;
  }
  .anchor-nav-item {
    font-size: min(16px, 2.1333333333vw);
  }
}
.juno__home__mv {
  position: relative;
  margin-top: -74px;
}
@media (width <= 750px) {
  .juno__home__mv {
    margin-top: -9.866vw;
  }
}
@media (width <= 568px) {
  .juno__home__mv {
    margin-top: -11.466vw;
  }
}
.juno__home__mv__title {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: calc(74px + 2.3255813953%);
}
.juno__home__mv__title__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.juno__home__mv__title__wrap span {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 16px;
  font-size: 37px;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  color: var(--color-text);
  position: relative;
  transition: 0.3s;
}
.juno__home__mv__title__wrap span::before {
  content: "";
  height: 100%;
  width: 0;
  background: #fff;
  display: block;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.juno__home__mv__title__wrap span.item_1 {
  transform: translateX(-58%);
  gap: 20px;
  overflow: hidden;
}
.juno__home__mv__title__wrap span.item_1 .s_sienta {
  width: 163px;
  height: 30px;
  transform: translateY(200%);
  transition: 0.5s;
}
.juno__home__mv__title__wrap span.item_1 .s_juno {
  width: 188px;
  height: 55px;
  transform: translateY(140%);
  transition: 0.5s;
}
.juno__home__mv__title__wrap span.item_2 {
  transform: translateX(11%) translateY(13px);
  overflow: hidden;
}
.juno__home__mv__title__wrap span.item_2 p {
  transition: 0.5s;
  transform: translateY(200%);
  font-weight: bold;
}
.juno__home__mv__title.loaded .juno__home__mv__title__wrap span {
  border: 1px solid var(--color-black);
  transition-delay: 1s;
}
.juno__home__mv__title.loaded .juno__home__mv__title__wrap span::before {
  width: 100%;
  transition-delay: 0.1s;
}
.juno__home__mv__title.loaded .juno__home__mv__title__wrap span.item_1 .s_sienta,
.juno__home__mv__title.loaded .juno__home__mv__title__wrap span.item_1 .s_juno {
  transform: translateY(0);
  transition-delay: 0.8s;
}
.juno__home__mv__title.loaded .juno__home__mv__title__wrap span.item_2::before {
  width: 100%;
  transition-delay: 0.3s;
}
.juno__home__mv__title.loaded .juno__home__mv__title__wrap span.item_2 p {
  transform: translateY(0%);
  transition-delay: 1s;
}
.juno__home__mv__block {
  position: relative;
  display: flex;
  width: 100%;
}
.juno__home__mv__block__item {
  width: 50%;
  aspect-ratio: 960/860;
  min-height: 800px;
  position: relative;
}
.juno__home__mv__block__item img {
  width: 100%;
  min-width: 893px;
}
.juno__home__mv__block__item.item_1 {
  background: url("../img/top/img_head_left.webp") right bottom/cover no-repeat;
}
.juno__home__mv__block__item.item_2 {
  background: url("../img/top/img_head_right.webp") left bottom/cover no-repeat;
}
.juno__home__news {
  background: var(--color-bg);
  padding: var(--margin-contents-m);
}
.juno__home__news__wrap {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
  gap: 2%;
}
.juno__home__news__wrap__block {
  width: 49%;
  background: var(--color-white);
  padding: 1.5rem;
  box-sizing: border-box;
}
.juno__home__news__wrap__block h2 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid var(--color-text);
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.juno__home__news__wrap__block h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 14px solid transparent;
  border-top: 14px solid var(--color-text);
  border-left: 14px solid var(--color-text);
}
.juno__home__news__wrap__block ul li {
  font-size: 17px;
  line-height: 1.5;
  padding: 0.25rem 0;
  display: flex;
}
.juno__home__news__wrap__block ul li time {
  opacity: 0.5;
  padding-right: 0.5rem;
}
.juno__home__news__wrap__block ul li a {
  color: var(--color-text);
}
.juno__home__news__wrap__block .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  width: 180px;
  height: 40px;
  margin-inline: auto;
  margin-top: 1.5rem;
  background: var(--color-primary);
  font-size: 17px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.juno__home__news__wrap__block .btn:hover {
  opacity: 0.8;
}
.juno__home__about {
  background: var(--color-bg);
  padding: var(--margin-contents-m);
}
.juno__home__about__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__home__about__wrap h2 {
  font-size: 56px;
  font-family: var(--font-roboto);
  color: var(--color-primary);
  font-weight: 600;
  text-align: center;
}
.juno__home__about__wrap__head {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.juno__home__about__wrap__feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 3rem;
}
.juno__home__about__wrap__feature__text {
  width: 500px;
  line-height: 2.6111111111;
  font-size: 18px;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
.juno__home__about__wrap__feature__image {
  width: 500px;
  position: relative;
}
.juno__home__about__wrap__feature__image img {
  position: absolute;
  max-width: 100%;
  width: auto;
}
.juno__home__about__wrap__feature__image img.image_01 {
  top: 13%;
  left: 20%;
  width: 60%;
}
.juno__home__about__wrap__feature__image img.image_02 {
  top: 52%;
  left: -3%;
  width: 25.6%;
}
.juno__home__about__wrap__feature__image img.image_03 {
  top: 69%;
  left: 77%;
  width: 21.8%;
}
.juno__home__about__wrap__feature__image svg {
  fill: none;
  stroke: var(--color-white);
  stroke-width: 6px;
  stroke-linecap: round;
}
@keyframes about-line-animation {
  0% {
    stroke-dashoffset: 1930px;
  }
  70% {
    stroke-dashoffset: 0;
    stroke: var(--color-white);
  }
  80% {
    stroke-dashoffset: 0;
    stroke: var(--color-white);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: var(--color-white);
  }
}
@keyframes about-img-animation {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.juno__home__about__wrap__movie {
  position: relative;
  margin-top: 2.5rem;
}
.juno__home__about__wrap__movie__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.juno__home__about__wrap__movie__layer .play_01 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: auto;
}
.juno__home__about__wrap__movie__layer .play_01 .bg {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}
.juno__home__about__wrap__movie__layer .play_01 .loader {
  fill: none;
  stroke: #c00;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 290;
  stroke-dashoffset: 290;
  transform-origin: 50% 50%;
}
.juno__home__about__wrap__movie__layer .play_02 {
  position: absolute;
  top: 46%;
  left: 50.5%;
  transform: translateX(-50%) translateY(-50%);
  width: 38px;
  height: auto;
}
.juno__home__about__wrap__movie__layer .play_02 .scale {
  fill: var(--color-white);
  transform: scale(0.8);
  transform-origin: center;
}
.juno__home__about__wrap__movie__layer span {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: var(--color-white);
  font-family: var(--font-roboto);
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
@media (569px <= width) {
  .juno__home__about__wrap__movie__layer:hover .play_01 .loader {
    animation: spin 0.6s ease-out forwards;
  }
  .juno__home__about__wrap__movie__layer:hover .play_02 .scale {
    animation: scale 0.2s ease-out forwards;
    animation-delay: 0.4s;
  }
  .juno__home__about__wrap__movie__layer:hover span {
    animation: viewtext 0.2s ease-out forwards;
    animation-delay: 0.4s;
  }
  @keyframes spin {
    0% {
      transform: rotate(-90deg);
      stroke-dashoffset: 290;
    }
    100% {
      transform: rotate(-90deg);
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(0.9);
      fill: #c00;
    }
  }
  @keyframes viewtext {
    100% {
      color: #c00;
    }
  }
}
.juno__home__about__wrap__movie .video {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.juno__home__about__wrap__movie .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
}
.juno__home__style {
  background: var(--color-white);
  padding: var(--margin-contents-m);
}
.juno__home__style__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__home__style__wrap h2 {
  font-size: 56px;
  font-family: var(--font-roboto);
  color: var(--color-primary);
  font-weight: 600;
  text-align: center;
}
.juno__home__style__wrap__head {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.juno__home__style__wrap__text {
  line-height: 2.6111111111;
  font-size: 18px;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 2rem;
}
.juno__home__style__wrap ul {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 68px 6.64%;
}
.juno__home__style__wrap ul li {
  width: 46.68%;
  overflow: hidden;
}
.juno__home__style__wrap ul li a {
  position: relative;
  text-decoration: none;
}
.juno__home__style__wrap ul li a .title {
  max-width: 310px;
  width: 100%;
  margin-top: 1rem;
  margin-inline: auto;
  width: auto;
  position: relative;
}
.juno__home__style__wrap ul li a .title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 6px, transparent 2px, transparent 5px);
  background-size: 10px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  margin-top: 0.5rem;
}
.juno__home__style__wrap ul li a .title img {
  max-width: 100%;
  width: auto;
  display: block;
  margin-inline: auto;
}
.juno__home__style__wrap ul li a p {
  font-size: 21px;
  color: var(--color-text);
  font-feature-settings: "palt";
  font-weight: 600;
  text-align: center;
  margin-top: 1.5rem;
}
.juno__home__style__wrap ul li a .frame {
  aspect-ratio: 476/376;
  overflow: hidden;
  position: relative;
}
.juno__home__style__wrap ul li a .frame img {
  transform-origin: center;
  transition: 0.3s;
}
.juno__home__style__wrap ul li a .frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/top/img_style_frame.png") top left/100% no-repeat;
  z-index: 10;
  overflow: hidden;
}
.juno__home__style__wrap ul li a:hover .frame img {
  transform: scale(1.1);
}
.juno__home__style__wrap ul li:nth-child(3) a .title::after, .juno__home__style__wrap ul li:nth-child(4) a .title::after {
  background-image: linear-gradient(to right, var(--color-accent), var(--color-accent) 6px, transparent 2px, transparent 5px);
}
.juno__home__information {
  background: var(--color-bg);
  padding: var(--margin-contents-m);
}
.juno__home__information__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__home__information__wrap h2 {
  font-size: 56px;
  font-family: var(--font-roboto);
  color: var(--color-primary);
  font-weight: 600;
  text-align: center;
}
.juno__home__information__wrap__head {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.juno__home__information__wrap a {
  margin-top: 3.5rem;
  display: block;
  color: var(--color-white);
  position: relative;
  transform-origin: center;
}
.juno__home__information__wrap a picture {
  position: relative;
  z-index: 0;
}
.juno__home__information__wrap a picture img {
  transition: 0.5s;
  transform: scale(1);
}
.juno__home__information__wrap a p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 18px;
  line-height: 2.3888888889;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  padding: 1rem 0;
  z-index: 1;
}
.juno__home__information__wrap a:hover picture img {
  transform: scale(1.1);
}
.juno__home__commitment {
  background: var(--color-white);
  padding: var(--margin-contents-m);
}
.juno__home__commitment__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__home__commitment__wrap h2 {
  font-size: 56px;
  font-family: var(--font-roboto);
  color: var(--color-primary);
  font-weight: 600;
  text-align: center;
}
.juno__home__commitment__wrap__head {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.juno__home__commitment__wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 3rem 2%;
}
.juno__home__commitment__wrap ul li {
  width: 32%;
}
.juno__home__commitment__wrap ul li a {
  background: var(--color-secondary);
  color: var(--color-white);
  display: block;
  text-align: center;
  font-size: min(26px, 2.1666666667vw);
  line-height: 1.5384615385;
  padding: 2rem 1rem;
  border-radius: 4rem;
  text-decoration: none;
  transition: 0.3s;
}
.juno__home__commitment__wrap ul li a::before {
  content: "";
  width: 90%;
  height: 1px;
  background: var(--color-white);
  display: block;
  margin-bottom: 0.8rem;
  margin-inline: auto;
}
.juno__home__commitment__wrap ul li a::after {
  content: "";
  width: 90%;
  height: 1px;
  background: var(--color-white);
  display: block;
  margin-top: 1rem;
  margin-inline: auto;
}
.juno__home__commitment__wrap ul li a:hover {
  transform: translateY(-4px);
  background: rgb(125.1882845188, 121.5062761506, 94.8117154812);
}
.juno__footarea {
  padding: var(--margin-contents-m);
  margin-inline: auto;
  display: block;
}
.juno__footarea a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-inline: auto;
  width: 815px;
  min-height: 70px;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 30px;
  border-radius: 1rem;
  padding: 1rem;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
}
.juno__footarea a:hover {
  opacity: 0.8;
}
.juno__footarea a + a {
  margin-top: 2rem;
}
@media (width <= 568px) {
  .juno__home__mv {
    position: relative;
  }
  .juno__home__mv__title {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
  }
  .juno__home__mv__title__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .juno__home__mv__title__wrap span {
    font-size: 4.4vw;
    font-weight: 600;
  }
  .juno__home__mv__title__wrap span.item_1 {
    transform: translateX(0) translateY(-50%);
    padding: 2vw 4vw;
  }
  .juno__home__mv__title__wrap span.item_1 .s_sienta {
    max-width: 21.7333333333vw;
    width: 100%;
    height: auto;
  }
  .juno__home__mv__title__wrap span.item_1 .s_juno {
    max-width: 25.0666666667vw;
    width: 100%;
    height: auto;
  }
  .juno__home__mv__title__wrap span.item_2 {
    transform: translateX(0) translateY(-50%);
    padding: 1vw;
  }
  .juno__home__mv__block {
    flex-direction: column-reverse;
  }
  .juno__home__mv__block__item {
    width: 100%;
    aspect-ratio: 750/525;
    min-height: calc(50vh - 24px);
    position: relative;
  }
  .juno__home__mv__block__item img {
    min-width: auto;
  }
  .juno__home__mv__block__item.item_1 {
    background: url("../img/top/img_head_sp_bottom.webp") center/cover no-repeat;
  }
  .juno__home__mv__block__item.item_2 {
    background: url("../img/top/img_head_sp_top.webp") center/cover no-repeat;
  }
  .juno__home__news__wrap {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .juno__home__news__wrap__block {
    width: 100%;
    padding: 4vw;
  }
  .juno__home__news__wrap__block h2 {
    font-size: 3.7333333333vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .juno__home__news__wrap__block ul li {
    font-size: 2.8vw;
    padding: 1.0666666667vw 0;
  }
  .juno__home__news__wrap__block ul li time {
    padding-right: 1.0666666667vw;
  }
  .juno__home__news__wrap__block .btn {
    width: 32vw;
    height: 8vw;
    margin-top: 3.2vw;
    font-size: 2.8vw;
  }
  .juno__home__about {
    padding-bottom: 0;
  }
  .juno__home__about__wrap h2 {
    font-size: 7.4666666667vw;
  }
  .juno__home__about__wrap__head {
    font-size: 4.5333333333vw;
    margin-top: 4.2666666667vw;
  }
  .juno__home__about__wrap__feature {
    flex-direction: column-reverse;
    gap: 4.2666666667vw;
    margin-top: 6.4vw;
  }
  .juno__home__about__wrap__feature__text {
    width: 100%;
    line-height: 2;
    text-align: center;
    font-size: 3.2vw;
    letter-spacing: 0;
    word-break: normal;
  }
  .juno__home__about__wrap__feature__image {
    width: 90%;
  }
  .juno__home__about__wrap__feature__image img.image_01 {
    width: 44.1333333333vw;
  }
  .juno__home__about__wrap__feature__image img.image_02 {
    width: 18.6666666667vw;
  }
  .juno__home__about__wrap__feature__image img.image_03 {
    width: 15.8666666667vw;
  }
  .juno__home__about__wrap__feature__image svg {
    fill: none;
    stroke: var(--color-primary);
    stroke-width: 6px;
    stroke-dasharray: 1930px;
    stroke-dashoffset: 1930px;
    stroke-linecap: round;
    animation: line-animation 1.8s ease-out forwards;
  }
  @keyframes line-animation {
    0% {
      stroke-dashoffset: 1930px;
    }
    70% {
      stroke-dashoffset: 0;
      stroke: var(--color-primary);
    }
    80% {
      stroke-dashoffset: 0;
      stroke: var(--color-primary);
    }
    100% {
      stroke-dashoffset: 0;
      stroke: var(--color-white);
    }
  }
  .juno__home__about__wrap__movie {
    margin-top: 9.6vw;
    width: calc(100% + 2 * var(--margin-contents-m));
    margin-left: -8vw;
  }
  .juno__home__about__wrap__movie__layer .play_01 {
    width: 16vw;
  }
  .juno__home__about__wrap__movie__layer .play_02 {
    width: 7.4666666667vw;
  }
  .juno__home__about__wrap__movie__layer span {
    top: 70%;
    font-size: 3.3333333333vw;
  }
  .juno__home__style__wrap h2 {
    font-size: 7.4666666667vw;
  }
  .juno__home__style__wrap__head {
    font-size: 4.5333333333vw;
    margin-top: 4.2666666667vw;
  }
  .juno__home__style__wrap__text {
    line-height: 1.96;
    font-size: 3.3333333333vw;
    letter-spacing: 0.075em;
    margin-top: 6.4vw;
    word-break: keep-all;
  }
  .juno__home__style__wrap ul {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    gap: 16vw;
  }
  .juno__home__style__wrap ul li {
    width: 100%;
  }
  .juno__home__style__wrap ul li a .title {
    margin-top: 3.2vw;
  }
  .juno__home__style__wrap ul li a .title::after {
    margin-top: 1.0666666667vw;
  }
  .juno__home__style__wrap ul li a p {
    font-size: 3.3333333333vw;
    margin-top: 3.2vw;
  }
  .juno__home__information {
    padding-bottom: 0;
  }
  .juno__home__information__wrap {
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
  }
  .juno__home__information__wrap h2 {
    font-size: 7.4666666667vw;
  }
  .juno__home__information__wrap__head {
    font-size: 4.5333333333vw;
    margin-top: 4.2666666667vw;
  }
  .juno__home__information__wrap a {
    margin-top: 6.4vw;
    width: calc(100% + 2 * var(--margin-contents-m));
    margin-left: -8vw;
  }
  .juno__home__information__wrap a p {
    font-size: 3.0666666667vw;
    line-height: 1.96;
    padding: 3.3333333333vw 0;
  }
  .juno__home__commitment__wrap h2 {
    font-size: 7.4666666667vw;
  }
  .juno__home__commitment__wrap__head {
    font-size: 4.5333333333vw;
    margin-top: 4.2666666667vw;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  .juno__home__commitment__wrap ul {
    margin-top: 8.5333333333vw;
    gap: 6.4vw 2%;
  }
  .juno__home__commitment__wrap ul li {
    width: 49%;
  }
  .juno__home__commitment__wrap ul li a {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    padding: 4.2666666667vw 0;
    border-radius: 8.5333333333vw;
    text-decoration: none;
  }
  .juno__home__commitment__wrap ul li a::before {
    width: 70%;
    margin-inline: auto;
    margin-bottom: 0.3rem;
  }
  .juno__home__commitment__wrap ul li a::after {
    width: 70%;
    margin-inline: auto;
    margin-top: 0.4rem;
  }
  .juno__footarea {
    padding: var(--margin-contents-m);
  }
  .juno__footarea a {
    width: 100%;
    min-height: 17.0666666667vw;
    font-size: 4.5333333333vw;
    word-break: keep-all;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw;
  }
  .juno__footarea a + a {
    margin-top: 4.2666666667vw;
  }
}

.juno_contents {
  position: relative;
}

.juno__style__mv {
  aspect-ratio: 1920/650;
  background: url("../img/style/mv.webp") center center/cover no-repeat;
  padding-top: min(74px, 9.8666666667vw);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  margin-top: -74px;
}
@media (width <= 750px) {
  .juno__style__mv {
    margin-top: -9.866vw;
  }
}
@media (width <= 568px) {
  .juno__style__mv {
    margin-top: -11.466vw;
  }
}
.juno__style__mv__title {
  font-family: var(--font-roboto);
  font-weight: 600;
  color: var(--color-white);
  display: flex;
  align-items: center;
  font-size: 56px;
  margin-top: 1.5rem;
}
.juno__style__mv__title span {
  margin-right: 1rem;
  position: relative;
  display: flex;
  width: 240px;
  height: 80px;
}
.juno__style__mv__title span svg.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-45%);
  width: 140px;
  height: auto;
  fill: var(--color-text);
  stroke-width: 1px;
  stroke: var(--color-text);
  transition: 0.3s;
  opacity: 0;
}
.juno__style__mv__title span svg.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scaleX(0);
  width: 240px;
  height: 80px;
  fill: var(--color-white);
  stroke-width: 1px;
  stroke: #fff;
  transition: 0.3s;
  transform-origin: 0;
}
.juno__style__mv__title span.loaded svg.text {
  animation: style-text 0.3s ease-out forwards;
  animation-delay: 0.4s;
}
.juno__style__mv__title span.loaded svg.frame {
  animation: style-frame 0.3s ease-out forwards;
}
@keyframes style-frame {
  0% {
    transform: translateX(-50%) translateY(-50%) scaleX(0);
    stroke: #000;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scaleX(1);
    stroke: #000;
  }
}
@keyframes style-text {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-45%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
  }
}
.juno__style__01 {
  padding: var(--margin-contents-s) var(--margin-contents-m) var(--margin-contents-m);
}
.juno__style__01__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__style__01__wrap h2 {
  font-size: 36px;
  color: var(--color-text);
  font-weight: 500;
  text-align: center;
  line-height: 1.5277777778;
}
.juno__style__01__wrap__head {
  font-size: 18px;
  text-align: center;
  line-height: 2.4444444444;
  margin-top: 1rem;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
.juno__style__01__wrap__movie {
  position: relative;
  margin-top: 2.5rem;
}
.juno__style__01__wrap__movie .video {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.juno__style__01__wrap__movie .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
}
.juno__style__01__wrap__movie__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.juno__style__01__wrap__movie__layer .play_01 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: auto;
}
.juno__style__01__wrap__movie__layer .play_01 .bg {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}
.juno__style__01__wrap__movie__layer .play_01 .loader {
  fill: none;
  stroke: #c00;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 290;
  stroke-dashoffset: 290;
  transform-origin: 50% 50%;
}
.juno__style__01__wrap__movie__layer .play_02 {
  position: absolute;
  top: 46%;
  left: 50.5%;
  transform: translateX(-50%) translateY(-50%);
  width: 38px;
  height: auto;
}
.juno__style__01__wrap__movie__layer .play_02 .scale {
  fill: var(--color-white);
  transform: scale(0.8);
  transform-origin: center;
}
.juno__style__01__wrap__movie__layer span {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: var(--color-white);
  font-family: var(--font-roboto);
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}
@media (569px <= width) {
  .juno__style__01__wrap__movie__layer:hover .play_01 .loader {
    animation: spin 0.6s ease-out forwards;
  }
  .juno__style__01__wrap__movie__layer:hover .play_02 .scale {
    animation: scale 0.2s ease-out forwards;
    animation-delay: 0.4s;
  }
  .juno__style__01__wrap__movie__layer:hover span {
    animation: viewtext 0.2s ease-out forwards;
    animation-delay: 0.4s;
  }
  @keyframes spin {
    0% {
      transform: rotate(-90deg);
      stroke-dashoffset: 290;
    }
    100% {
      transform: rotate(-90deg);
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(0.9);
      fill: #c00;
    }
  }
  @keyframes viewtext {
    100% {
      color: #c00;
    }
  }
}
.juno__style__02 {
  background: var(--color-bg-dark);
  padding: var(--margin-contents-s) 0 var(--margin-contents-m);
}
.juno__style__02__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__style__02__wrap__block {
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #f3f3ef;
  box-sizing: border-box;
}
.juno__style__02__wrap__block__text {
  width: 47%;
}
.juno__style__02__wrap__block__text h2 {
  font-size: 46px;
  font-family: var(--font-roboto);
  font-weight: 600;
  position: relative;
  z-index: 0;
  line-height: 1;
}
.juno__style__02__wrap__block__text h2 span {
  font-size: 24px;
  font-family: var(--font-notosans);
  font-weight: 500;
  margin-left: 1rem;
}
.juno__style__02__wrap__block__text h2 span::after {
  content: "";
  display: block;
  height: 1rem;
  max-width: 24rem;
  width: 100%;
  background: var(--color-bg-dark);
  position: absolute;
  bottom: 0;
  left: -1.5rem;
  z-index: -1;
}
.juno__style__02__wrap__block__text strong {
  font-size: 21px;
  line-height: 1.6666666667;
  margin-top: 1rem;
  display: inline-block;
}
.juno__style__02__wrap__block__text p {
  font-size: 18px;
  line-height: 1.6666666667;
  font-feature-settings: "palt";
  margin-top: 1rem;
}
.juno__style__02__wrap__block__img {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 46.5%;
}
.juno__style__02__wrap__block__img img {
  border-radius: 1rem;
  max-width: 474px;
  width: 100%;
}
.juno__style__02__wrap__block__layout {
  background: var(--color-white);
  width: 47%;
  margin-top: 1.5rem;
  border-radius: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
.juno__style__02__wrap__block__layout span {
  display: flex;
  width: 100%;
  height: 2.8rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-dark);
  text-align: center;
  font-size: 32px;
  font-family: var(--font-roboto);
  font-weight: 600;
  border-radius: 0.8rem;
  box-sizing: border-box;
}
.juno__style__02__wrap__block__layout img {
  margin-top: 1rem;
}
.juno__style__02__wrap__block__module {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.5%;
  height: 23rem;
  position: absolute;
  top: 25rem;
  right: 1.5rem;
}
.juno__style__02__wrap__block__module img {
  border-radius: 1rem;
  max-width: 457px;
  width: 100%;
}
.juno__style__02__wrap__block + .juno__style__02__wrap__block {
  margin-top: 4rem;
}
.juno__style__02__wrap__caution {
  background: #f7cdb9 url("../img/common/icn_caution.png") 0.75rem 0.85rem/auto no-repeat;
  padding: 0.5rem 0.75rem 0.5rem 2rem;
  display: inline-block;
  margin-top: 3rem;
  font-size: 12px;
  line-height: 1.8;
  position: relative;
  padding-left: 4.3rem;
}
.juno__style__02__wrap__caution .red {
  color: #f00;
}
.juno__style__02__wrap__caution .indent {
  position: absolute;
  left: 2rem;
}
@media (width <= 568px) {
  .juno__style__mv {
    aspect-ratio: 750/1000;
    background: url("../img/style/mv_sp.webp") center center/cover no-repeat;
    padding-top: min(86px, 11.4666666667vw);
    display: block;
  }
  .juno__style__mv__title {
    flex-direction: column;
    margin-top: 6.4vw;
    font-size: 7.4666666667vw;
  }
  .juno__style__mv__title span {
    margin-right: 0;
    margin-bottom: 3.2vw;
    position: relative;
    display: flex;
    width: 32vw;
    height: 10.6666666667vw;
  }
  .juno__style__mv__title span svg.text {
    width: 18.6666666667vw;
  }
  .juno__style__mv__title span svg.frame {
    width: 32vw;
    height: 10.6666666667vw;
  }
  .juno__style__01 {
    padding: var(--margin-contents-m) 0 0;
  }
  .juno__style__01__wrap h2 {
    font-size: 4.5333333333vw;
  }
  .juno__style__01__wrap__head {
    font-size: 3.3333333333vw;
    line-height: 1.96;
    margin: var(--margin-contents-s) 0 var(--margin-contents-m);
  }
  .juno__style__01__wrap__movie {
    margin-top: 0;
  }
  .juno__style__01__wrap__movie__layer .play_01 {
    width: 16vw;
  }
  .juno__style__01__wrap__movie__layer .play_02 {
    width: 7.4666666667vw;
  }
  .juno__style__01__wrap__movie__layer span {
    top: 70%;
    font-size: 3.3333333333vw;
  }
  .juno__style__02 {
    padding: var(--margin-contents-s) var(--margin-contents-s) var(--margin-contents-m);
  }
  .juno__style__02__wrap__block {
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  .juno__style__02__wrap__block__text {
    width: 100%;
  }
  .juno__style__02__wrap__block__text h2 {
    font-size: 7.4666666667vw;
    text-align: center;
  }
  .juno__style__02__wrap__block__text h2 span {
    font-size: 3.4666666667vw;
    margin-left: 0;
    display: block;
  }
  .juno__style__02__wrap__block__text h2 span::after {
    height: 2.6666666667vw;
    width: 37.3333333333vw;
    position: absolute;
    left: 50%;
    bottom: 3.6vw;
    transform: translateX(-50%);
  }
  .juno__style__02__wrap__block__text strong {
    font-size: 4.5333333333vw;
    line-height: 1.5588235294;
    margin-top: 4.2666666667vw;
    text-align: center;
    display: block;
    margin-inline: auto;
    font-feature-settings: "palt";
  }
  .juno__style__02__wrap__block__text p {
    font-size: 3.3333333333vw;
    line-height: 1.96;
    font-feature-settings: "palt";
    margin-top: 4.2666666667vw;
  }
  .juno__style__02__wrap__block__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 5.3333333333vw 0;
  }
  .juno__style__02__wrap__block__img img {
    border-radius: 2.1333333333vw;
    display: block;
    margin-inline: auto;
  }
  .juno__style__02__wrap__block__module {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    right: auto;
  }
  .juno__style__02__wrap__block__layout {
    width: 100%;
    margin-top: 5.3333333333vw;
    border-radius: 2.1333333333vw;
    padding: 2.6666666667vw;
    box-sizing: border-box;
  }
  .juno__style__02__wrap__block__layout span {
    height: auto;
    font-size: 5.3333333333vw;
    border-radius: 2.1333333333vw;
    padding: 1.0666666667vw;
  }
  .juno__style__02__wrap__block__layout img {
    margin-top: 4.2666666667vw;
  }
  .juno__style__02__wrap__block + .juno__style__02__wrap__block {
    margin-top: 10.6666666667vw;
  }
  .juno__style__02__wrap__caution {
    margin-top: 8.5333333333vw;
  }
}
.juno__information__mv {
  aspect-ratio: 1920/650;
  background: url("../img/information/mv.webp") center center/cover no-repeat;
  padding-top: min(74px, 9.8666666667vw);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  margin-top: -74px;
}
@media (width <= 750px) {
  .juno__information__mv {
    margin-top: -9.866vw;
  }
}
@media (width <= 568px) {
  .juno__information__mv {
    margin-top: -11.466vw;
  }
}
.juno__information__mv__title {
  font-family: var(--font-roboto);
  font-weight: 600;
  color: var(--color-white);
  display: flex;
  align-items: center;
  font-size: 56px;
  margin-top: 1.5rem;
}
.juno__information__mv__title span {
  margin-right: 1rem;
  position: relative;
  display: flex;
  width: 240px;
  height: 80px;
}
.juno__information__mv__title span svg.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-35%);
  width: 140px;
  height: auto;
  fill: var(--color-text);
  stroke-width: 1px;
  stroke: var(--color-text);
  transition: 0.3s;
  opacity: 0;
}
.juno__information__mv__title span svg.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scaleX(0);
  width: 240px;
  height: 80px;
  fill: var(--color-white);
  stroke-width: 1px;
  stroke: #fff;
  transition: 0.3s;
  transform-origin: 0;
}
.juno__information__mv__title span.loaded svg.text {
  animation: info-text 0.3s ease-out forwards;
  animation-delay: 0.4s;
}
.juno__information__mv__title span.loaded svg.frame {
  animation: info-frame 0.3s ease-out forwards;
}
@keyframes info-frame {
  0% {
    transform: translateX(-50%) translateY(-50%) scaleX(0);
    stroke: #000;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scaleX(1);
    stroke: #000;
  }
}
@keyframes info-text {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-35%);
  }
}
.juno__information__head {
  padding: var(--margin-contents-s) 0 0;
  background: var(--color-bg);
}
.juno__information__head__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__information__head__wrap h2 {
  font-size: 36px;
  color: var(--color-text);
  font-weight: 500;
  text-align: center;
  line-height: 1.5277777778;
}
.juno__information__head__wrap p {
  font-size: 18px;
  text-align: center;
  line-height: 2.4444444444;
  margin-top: 1.5rem;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
.juno__information__equipment {
  padding: var(--margin-contents-m) 0 0;
  background: var(--color-bg);
}
.juno__information__equipment__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__information__equipment__wrap h3 {
  max-width: 800px;
  width: 100%;
  height: 50px;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3.3333333333px;
}
.juno__information__equipment__wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5151515152%;
  max-width: 990px;
  width: 100%;
  margin-inline: auto;
}
.juno__information__equipment__wrap ul li {
  width: 32.3232323232%;
  margin-top: 3rem;
}
.juno__information__equipment__wrap ul li img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.juno__information__equipment__wrap ul li span {
  font-size: 18px;
  font-feature-settings: "palt";
  display: block;
  margin-top: 0.5rem;
}
.juno__information__equipment__wrap ul li span small {
  font-size: 16px;
  display: block;
  margin-top: 0.5rem;
}
.juno__information__equipment__wrap ul li:nth-child(1) {
  width: 100%;
}
.juno__information__option {
  padding: var(--margin-contents-m) 0 0;
  background: var(--color-bg);
}
.juno__information__option__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__information__option__wrap h3 {
  max-width: 800px;
  width: 100%;
  height: 50px;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 30px;
  line-height: 1;
}
.juno__information__option__wrap__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 48px 4%;
  max-width: 936px;
  width: 100%;
  margin-inline: auto;
  margin-top: 3rem;
}
.juno__information__option__wrap__item__block {
  width: 48%;
  background: var(--color-white);
  border: 1px solid var(--color-secondary);
  border-radius: 0.5rem;
  padding: 1rem;
  box-sizing: border-box;
}
.juno__information__option__wrap__item__block h4 {
  font-size: 35px;
  font-family: var(--font-roboto);
  font-weight: 600;
  position: relative;
  z-index: 0;
  line-height: 1;
  text-align: center;
}
.juno__information__option__wrap__item__block h4 span {
  font-size: 18px;
  font-family: var(--font-notosans);
  font-weight: 500;
  display: block;
  margin-top: 0.25rem;
}
.juno__information__option__wrap__item__block h4 span::after {
  content: "";
  display: block;
  height: 1rem;
  max-width: 200px;
  width: 100%;
  background: var(--color-bg-dark);
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.juno__information__option__wrap__item__block img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.juno__information__module {
  padding: var(--margin-contents-m) 0 0;
  background: var(--color-bg);
}
.juno__information__module__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__information__module__wrap h3 {
  max-width: 800px;
  width: 100%;
  height: 50px;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 30px;
  line-height: 1;
}
.juno__information__module__wrap__head {
  font-size: 18px;
  text-align: center;
  line-height: 2.4444444444;
  margin-top: 1.5rem;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
.juno__information__module__wrap__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 48px 2%;
  max-width: 936px;
  width: 100%;
  margin-inline: auto;
  margin-top: 3rem;
}
.juno__information__module__wrap__item__block {
  width: 32%;
  box-sizing: border-box;
}
.juno__information__module__wrap__item__block img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.juno__information__module__wrap__item__block h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 0;
  line-height: 1;
  text-align: center;
  margin-top: 2rem;
}
.juno__information__module__wrap__item__block p {
  font-size: 17px;
  position: relative;
  z-index: 0;
  line-height: 1;
  text-align: center;
  margin-top: 1rem;
  line-height: 26px;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.juno__information__module__wrap__item__block:nth-child(5) {
  min-width: 321px;
}
.juno__information__module__wrap__item .module {
  text-align: center;
  font-size: 17px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.juno__information__module__wrap__item .module strong {
  font-size: 24px;
  display: inline-block;
  margin-right: 1rem;
  font-weight: 600;
  line-height: 1;
}
.juno__information__module__wrap__attachment {
  background: #f3f3ef;
  border: 1px solid #bbbaa3;
  border-radius: 1rem;
  margin-top: 4rem;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}
.juno__information__module__wrap__attachment h4 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.025em;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.juno__information__module__wrap__attachment ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.juno__information__module__wrap__attachment ul li {
  width: 21%;
}
.juno__information__module__wrap__attachment ul li img {
  max-width: 100%;
  width: auto;
}
.juno__information__module__wrap__attachment .lock {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.juno__information__module__wrap__attachment .lock p {
  width: 336px;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
.juno__information__module__wrap__attachment .lock img {
  max-width: 100%;
  width: auto;
}
.juno__information__module__wrap__attachment .area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 54px;
  background: var(--color-text);
  margin-inline: auto;
  margin-top: 2rem;
  border-radius: 1rem;
  font-size: 25px;
  color: var(--color-white);
  position: relative;
  padding-bottom: 0.1rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.juno__information__module__wrap__attachment .area svg {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 30px;
  height: auto;
  transform: translateY(-50%);
  fill: var(--color-white);
}
@media (569px <= width) {
  .juno__information__module__wrap__attachment .area:hover {
    opacity: 0.8;
  }
}
.juno__information__size {
  padding: var(--margin-contents-m) 0;
  background: var(--color-bg);
}
.juno__information__size__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__information__size__wrap h3 {
  max-width: 800px;
  width: 100%;
  height: 50px;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 30px;
  line-height: 1;
}
.juno__information__size__wrap img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 3rem auto 0;
}
.juno__information__size__wrap small {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 3rem auto 0;
  font-size: 11px;
}
.juno__information__color {
  padding: var(--margin-contents-m) 0 0;
}
.juno__information__color__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__information__color__wrap h3 {
  width: 100%;
  height: 50px;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 26px;
  line-height: 1;
  font-family: var(--font-roboto);
  font-weight: 600;
}
.juno__information__color__wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
  max-width: 950px;
  width: 100%;
  margin-inline: auto;
  margin-top: 3rem;
}
.juno__information__color__wrap ul li {
  text-align: center;
  width: 190px;
}
.juno__information__color__wrap ul li img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto 1rem;
}
.juno__information__color__wrap ul li p {
  font-size: 15px;
  font-feature-settings: "palt";
  line-height: 1.4666666667;
}
.juno__information__color__wrap ul li p span {
  font-size: 12px;
}
.juno__information__color__wrap ul li p span.red {
  color: #f00;
}
.juno__information__interior {
  padding: var(--margin-contents-m) 0 0;
}
.juno__information__interior__wrap {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__information__interior__wrap h3 {
  width: 100%;
  height: 50px;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 26px;
  line-height: 1;
  font-family: var(--font-roboto);
  font-weight: 600;
}
.juno__information__interior__wrap__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 3rem 6.0546875%;
}
.juno__information__interior__wrap__item__block {
  width: 46.6796875%;
}
.juno__information__interior__wrap__item__block p {
  font-size: 15px;
  line-height: 1.4666666667;
  margin-top: 0.5rem;
}
.juno__information__interior__wrap__item__block p span {
  font-size: 12px;
}
.juno__information__interior__wrap__item__block p span.red {
  color: #f00;
}
.juno__information__interior__wrap small {
  margin-top: 3rem;
  font-size: 11px;
  line-height: 1.5454545455;
  display: block;
}
@media (width <= 568px) {
  .juno__information__mv {
    aspect-ratio: 750/1000;
    background: url("../img/information/mv_sp.webp") center center/cover no-repeat;
    padding-top: min(86px, 11.4666666667vw);
    display: block;
  }
  .juno__information__mv__title {
    flex-direction: column;
    margin-top: 6.4vw;
    font-size: 7.4666666667vw;
    color: var(--color-text);
  }
  .juno__information__mv__title span {
    margin-right: 0;
    margin-bottom: 3.2vw;
    position: relative;
    display: flex;
    width: 32vw;
    height: 10.6666666667vw;
  }
  .juno__information__mv__title span svg.text {
    width: 18.6666666667vw;
  }
  .juno__information__mv__title span svg.frame {
    width: 32vw;
    height: 10.6666666667vw;
  }
  .juno__information__head {
    padding: var(--margin-contents-m) var(--margin-contents-s) 0;
  }
  .juno__information__head__wrap h2 {
    font-size: 4.8vw;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .juno__information__head__wrap p {
    font-size: 3.3333333333vw;
    text-align: center;
    line-height: 1.96;
    margin-top: 6.4vw;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  .juno__information__equipment {
    padding: var(--margin-contents-m) var(--margin-contents-s);
  }
  .juno__information__equipment__wrap h3 {
    height: 9.6vw;
    width: 80vw;
    border-radius: 2.1333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.1em;
  }
  .juno__information__equipment__wrap ul {
    flex-direction: column;
  }
  .juno__information__equipment__wrap ul li {
    width: 84vw;
    margin-top: 6.4vw;
    margin-inline: auto;
  }
  .juno__information__equipment__wrap ul li span {
    font-size: 3.3333333333vw;
    margin-top: 2.1333333333vw;
  }
  .juno__information__equipment__wrap ul li span small {
    font-size: 2.4vw;
    margin-top: 2.1333333333vw;
  }
  .juno__information__equipment__wrap ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 6.4vw;
  }
  .juno__information__option {
    padding: var(--margin-contents-m) var(--margin-contents-s);
  }
  .juno__information__option__wrap h3 {
    height: 9.6vw;
    width: 80vw;
    border-radius: 2.1333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.025em;
  }
  .juno__information__option__wrap__item {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .juno__information__option__wrap__item__block {
    width: 80vw;
    border-radius: 2.1333333333vw;
    padding: 4.2666666667vw 2.1333333333vw;
    box-sizing: border-box;
    margin-inline: auto;
  }
  .juno__information__option__wrap__item__block h4 {
    font-size: 6.1333333333vw;
  }
  .juno__information__option__wrap__item__block h4 span {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
  }
  .juno__information__option__wrap__item__block h4 span::after {
    content: "";
    display: block;
    height: 2.6666666667vw;
    max-width: 33.3333333333vw;
    top: 3.2vw;
  }
  .juno__information__module {
    padding: var(--margin-contents-m) var(--margin-contents-s);
  }
  .juno__information__module__wrap {
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
  }
  .juno__information__module__wrap h3 {
    height: 9.6vw;
    width: 80vw;
    border-radius: 2.1333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.025em;
  }
  .juno__information__module__wrap__head {
    font-size: 3.3333333333vw;
    line-height: 1.96;
    margin-top: 4.2666666667vw;
  }
  .juno__information__module__wrap__item {
    flex-direction: column;
    gap: 13.3333333333vw;
    margin-top: 8vw;
  }
  .juno__information__module__wrap__item__block {
    width: 100%;
  }
  .juno__information__module__wrap__item__block img {
    max-width: 50%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .juno__information__module__wrap__item__block h4 {
    font-size: 4.4vw;
    margin-top: 4.2666666667vw;
  }
  .juno__information__module__wrap__item__block p {
    font-size: 3.6vw;
    margin-top: 4.2666666667vw;
    line-height: 1.7037037037;
  }
  .juno__information__module__wrap__item__block:nth-child(5) {
    min-width: auto;
  }
  .juno__information__module__wrap__item__block:nth-child(5) img {
    max-width: 80%;
  }
  .juno__information__module__wrap__item .module {
    font-size: 3.6vw;
    flex-direction: column;
    margin-inline: auto;
    line-height: 1.4814814815;
  }
  .juno__information__module__wrap__item .module strong {
    font-size: 4.4vw;
    margin-right: 0;
    margin-top: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
  .juno__information__module__wrap__attachment {
    border-radius: 2.1333333333vw;
    margin-top: 10.6666666667vw;
    padding: 5.3333333333vw;
  }
  .juno__information__module__wrap__attachment h4 {
    text-align: center;
    font-size: 3.7333333333vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
    font-feature-settings: "palt";
  }
  .juno__information__module__wrap__attachment ul {
    flex-wrap: wrap;
    width: 70%;
    margin-inline: auto;
  }
  .juno__information__module__wrap__attachment ul li {
    width: 45%;
  }
  .juno__information__module__wrap__attachment .lock {
    margin-top: 6.4vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .juno__information__module__wrap__attachment .lock p {
    width: 100%;
    font-size: 3.3333333333vw;
    line-height: 1.96;
  }
  .juno__information__module__wrap__attachment .lock img {
    width: 75%;
    display: block;
    margin-inline: auto;
  }
  .juno__information__module__wrap__attachment a {
    width: 50.6666666667vw;
    height: 10.6666666667vw;
    margin-top: 8.5333333333vw;
    border-radius: 2.1333333333vw;
    font-size: 4vw;
    padding-bottom: 0.1vw;
  }
  .juno__information__module__wrap__attachment a svg {
    width: 6.4vw;
  }
  .juno__information__size {
    padding: var(--margin-contents-m);
  }
  .juno__information__size__wrap h3 {
    height: 9.6vw;
    width: 80vw;
    border-radius: 2.1333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.025em;
  }
  .juno__information__size__wrap img {
    margin: 9.6vw auto 0;
    max-width: 72vw;
  }
  .juno__information__size__wrap small {
    max-width: 80vw;
    margin: 9.6vw auto 0;
    font-size: 2.1333333333vw;
    line-height: 1.625;
  }
  .juno__information__color {
    padding: var(--margin-contents-m);
  }
  .juno__information__color__wrap h3 {
    height: 9.6vw;
    width: 80vw;
    border-radius: 2.1333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.025em;
  }
  .juno__information__color__wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2666666667vw 2%;
    margin-top: 6.4vw;
  }
  .juno__information__color__wrap ul li {
    width: 32%;
  }
  .juno__information__color__wrap ul li img {
    max-width: 17.8666666667vw;
    margin: 0 auto 2vw;
  }
  .juno__information__color__wrap ul li p {
    font-size: 2.6666666667vw;
  }
  .juno__information__color__wrap ul li p span {
    font-size: 1.8666666667vw;
  }
  .juno__information__interior {
    padding: var(--margin-contents-m);
  }
  .juno__information__interior__wrap h3 {
    height: 9.6vw;
    width: 80vw;
    border-radius: 2.1333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.025em;
  }
  .juno__information__interior__wrap__item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4.5333333333vw;
    gap: 8.5333333333vw;
  }
  .juno__information__interior__wrap__item__block {
    width: 90%;
  }
  .juno__information__interior__wrap__item__block p {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    margin-top: 2.1333333333vw;
  }
  .juno__information__interior__wrap__item__block p span {
    font-size: 1.8666666667vw;
  }
  .juno__information__interior__wrap small {
    margin-top: 10.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
.juno__commitment__mv {
  aspect-ratio: 1920/650;
  background: url("../img/commitment/mv.webp") center center/cover no-repeat;
  padding-top: min(74px, 9.8666666667vw);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  margin-top: -74px;
}
@media (width <= 750px) {
  .juno__commitment__mv {
    margin-top: -9.866vw;
  }
}
@media (width <= 568px) {
  .juno__commitment__mv {
    margin-top: -11.466vw;
  }
}
.juno__commitment__mv__title {
  font-family: var(--font-roboto);
  font-weight: 600;
  color: var(--color-white);
  display: flex;
  align-items: center;
  font-size: 56px;
  margin-top: 1.5rem;
}
.juno__commitment__mv__title span {
  margin-left: 1rem;
  position: relative;
  display: flex;
  width: 240px;
  height: 80px;
}
.juno__commitment__mv__title span svg.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 182px;
  height: auto;
  fill: var(--color-text);
  stroke-width: 1px;
  stroke: var(--color-text);
  transition: 0.3s;
  opacity: 0;
}
.juno__commitment__mv__title span svg.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scaleX(0);
  width: 240px;
  height: 80px;
  fill: var(--color-white);
  stroke-width: 1px;
  stroke: #fff;
  transition: 0.3s;
  transform-origin: 0;
}
.juno__commitment__mv__title span.loaded svg.text {
  animation: commitment-text 0.3s ease-out forwards;
  animation-delay: 0.4s;
}
.juno__commitment__mv__title span.loaded svg.frame {
  animation: commitment-frame 0.3s ease-out forwards;
}
@keyframes commitment-frame {
  0% {
    transform: translateX(-50%) translateY(-50%) scaleX(0);
    stroke: #000;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scaleX(1);
    stroke: #000;
  }
}
@keyframes commitment-text {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-45%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
  }
}
.juno__commitment__nav {
  padding: var(--margin-contents-s) var(--margin-contents-s) var(--margin-contents-m);
  background: var(--color-bg);
}
.juno__commitment__nav__wrap {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
.juno__commitment__nav__wrap h2 {
  font-size: 36px;
  color: var(--color-text);
  font-weight: 500;
  text-align: center;
  line-height: 1.5277777778;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.juno__commitment__nav__wrap nav {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
.juno__commitment__nav__wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
  gap: 3rem 2%;
}
.juno__commitment__nav__wrap nav ul li {
  width: 32%;
}
.juno__commitment__nav__wrap nav ul li a {
  background: var(--color-secondary);
  color: var(--color-white);
  display: block;
  text-align: center;
  font-size: min(26px, 2.1666666667vw);
  line-height: 1.5384615385;
  padding: 2rem 1rem;
  border-radius: 4rem;
  text-decoration: none;
  transition: 0.3s;
}
.juno__commitment__nav__wrap nav ul li a::before {
  content: "";
  width: 90%;
  height: 1px;
  background: var(--color-white);
  display: block;
  margin-bottom: 0.8rem;
  margin-inline: auto;
}
.juno__commitment__nav__wrap nav ul li a::after {
  content: "";
  width: 90%;
  height: 1px;
  background: var(--color-white);
  display: block;
  margin-top: 1rem;
  margin-inline: auto;
}
.juno__commitment__nav__wrap nav ul li a:hover {
  transform: translateY(-4px);
  background: rgb(125.1882845188, 121.5062761506, 94.8117154812);
}
.juno__commitment__item {
  padding: var(--margin-contents-m) var(--margin-contents-s);
}
.juno__commitment__item__wrap {
  max-width: 1110px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.juno__commitment__item__wrap__text {
  width: 52%;
}
.juno__commitment__item__wrap__text h3 {
  font-size: 30px;
  color: var(--color-text);
  line-height: 1.4666666667;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.juno__commitment__item__wrap__text h3 strong {
  font-size: 36px;
  font-weight: 500;
  display: inline;
  background: linear-gradient(transparent 70%, #e6e5de 0%);
  padding: 0 8px;
}
.juno__commitment__item__wrap__text p {
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.juno__commitment__item__wrap__img {
  width: 43%;
}
.juno__commitment__item__wrap__img img {
  max-width: 100%;
  width: auto;
  margin-inline-start: auto;
}
.juno__commitment__item__wrap.layout_02 {
  flex-direction: row-reverse;
  align-items: center;
}
.juno__commitment__item__wrap.layout_03 {
  flex-direction: column;
}
.juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__text {
  width: 100%;
}
.juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__text h3 {
  font-size: 30px;
  color: var(--color-text);
  line-height: 1.4666666667;
  font-weight: 500;
}
.juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__text h3 strong {
  font-size: 36px;
  font-weight: 500;
  display: inline;
  background: linear-gradient(transparent 70%, #e6e5de 0%);
  padding: 0 8px;
}
.juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__text p {
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 2rem;
}
@media (569px <= width) {
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img {
    margin-top: 72px;
    width: 100%;
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img .swiper-wrapper .swiper-slide {
    width: 31.981%;
    flex-shrink: 1;
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img .swiper-wrapper .swiper-slide:nth-child(4), .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img .swiper-wrapper .swiper-slide:nth-child(5), .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img .swiper-wrapper .swiper-slide:nth-child(6) {
    display: none;
  }
}
.juno__commitment__item__wrap.layout_04 {
  align-items: center;
}
.juno__commitment__item__wrap.layout_04 .juno__commitment__item__wrap__text {
  width: 45%;
}
.juno__commitment__item:nth-child(even) {
  background: var(--color-bg);
}
.juno__commitment__note {
  max-width: 1110px;
  width: 100%;
  margin: 34px auto 0;
}
.juno__commitment__note small {
  font-size: 14px;
  color: var(--color-text);
  line-height: 1.8571428571;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
@media (width <= 568px) {
  .juno__commitment__mv {
    aspect-ratio: 750/1000;
    background: url("../img/commitment/mv_sp.webp") center center/cover no-repeat;
    padding-top: min(86px, 11.4666666667vw);
    display: block;
  }
  .juno__commitment__mv__title {
    flex-direction: column;
    margin-top: 6.4vw;
    font-size: 7.4666666667vw;
    color: var(--color-text);
  }
  .juno__commitment__mv__title span {
    margin-left: 0;
    margin-top: 1.6vw;
    position: relative;
    display: flex;
    width: 40vw;
    height: 14.6666666667vw;
  }
  .juno__commitment__mv__title span svg.text {
    width: 32vw;
  }
  .juno__commitment__mv__title span svg.frame {
    width: 40vw;
    height: 14.6666666667vw;
  }
  .juno__commitment__nav {
    padding: var(--margin-contents-m) var(--margin-contents-s);
  }
  .juno__commitment__nav__wrap h2 {
    font-size: 4.5333333333vw;
    line-height: 1.5588235294;
  }
  .juno__commitment__nav__wrap nav ul {
    margin-top: 8.5333333333vw;
    gap: 6.4vw 2%;
  }
  .juno__commitment__nav__wrap nav ul li {
    width: 49%;
  }
  .juno__commitment__nav__wrap nav ul li a {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    padding: 4.2666666667vw 0;
    border-radius: 8.5333333333vw;
    text-decoration: none;
  }
  .juno__commitment__nav__wrap nav ul li a::before {
    width: 70%;
    margin-inline: auto;
    margin-bottom: 0.3rem;
  }
  .juno__commitment__nav__wrap nav ul li a::after {
    width: 70%;
    margin-inline: auto;
    margin-top: 0.4rem;
  }
  .juno__commitment__item {
    padding: var(--margin-contents-m);
  }
  .juno__commitment__item__wrap {
    flex-direction: column;
  }
  .juno__commitment__item__wrap__text {
    width: 100%;
  }
  .juno__commitment__item__wrap__text h3 {
    text-align: center;
    font-size: 4vw !important;
    line-height: 1.8 !important;
  }
  .juno__commitment__item__wrap__text h3 strong {
    font-size: 4.5333333333vw !important;
    padding: 0 4px !important;
  }
  .juno__commitment__item__wrap__text p {
    font-size: 3.3333333333vw !important;
    line-height: 1.96 !important;
    margin-top: 4.2666666667vw !important;
  }
  .juno__commitment__item__wrap__img {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .juno__commitment__item__wrap__img img {
    max-width: 375px;
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .juno__commitment__item__wrap.layout_02 {
    flex-direction: column;
  }
  .juno__commitment__item__wrap.layout_02 .juno__commitment__item__wrap__img img {
    max-width: 100%;
    width: 90%;
  }
  .juno__commitment__item__wrap.layout_03 {
    flex-direction: column;
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__text {
    width: 100%;
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img {
    margin-top: 9.6vw;
    margin-left: -8vw;
    margin-right: -8vw;
    width: calc(100% + 16vw);
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img .swiper-wrapper .swiper-slide {
    transform: scale(1);
    transition: 0.3s;
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: scale(0.9);
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: scale(0.9);
  }
  .juno__commitment__item__wrap.layout_03 .juno__commitment__item__wrap__img img {
    max-width: 100%;
    width: 100%;
  }
  .juno__commitment__item__wrap.layout_04 {
    align-items: center;
  }
  .juno__commitment__item__wrap.layout_04 .juno__commitment__item__wrap__text {
    width: 100%;
  }
  .juno__commitment__item__wrap.layout_04 .juno__commitment__item__wrap__img {
    width: 100%;
  }
  .juno__commitment__item__wrap.layout_04 .juno__commitment__item__wrap__img img {
    max-width: 100%;
    width: 90%;
  }
  .juno__commitment__item:nth-child(even) {
    background: var(--color-bg);
  }
  .juno__commitment__note {
    margin-top: 0;
    box-sizing: border-box;
    padding: var(--margin-contents-s) var(--margin-contents-m) var(--margin-contents-m);
  }
  .juno__commitment__note small {
    font-size: 2.4vw;
  }
}
.juno__price__mv {
  aspect-ratio: 1920/650;
  background: url("../img/price/mv.webp") center center/cover no-repeat;
  padding-top: min(74px, 9.8666666667vw);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  margin-top: -74px;
}
@media (width <= 750px) {
  .juno__price__mv {
    margin-top: -9.866vw;
  }
}
@media (width <= 568px) {
  .juno__price__mv {
    margin-top: -11.466vw;
  }
}
.juno__price__mv__title {
  font-family: var(--font-roboto);
  font-weight: 600;
  color: var(--color-white);
  display: flex;
  align-items: center;
  font-size: 56px;
  margin-top: 1.5rem;
}
.juno__price__mv img {
  position: absolute;
  top: 0;
  left: 0;
}
.juno__price__list {
  padding: var(--margin-contents-s) var(--margin-contents-s) var(--margin-contents-m);
  background: var(--color-bg);
}
.juno__price__list__wrap {
  max-width: 1110px;
  width: 100%;
  margin-inline: auto;
}
.juno__price__list__wrap h2 {
  max-width: 800px;
  width: 100%;
  height: 50px;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background: var(--color-text);
  color: var(--color-white);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.025em;
}
.juno__price__list__wrap h3 {
  font-size: 26px;
}
.juno__price__list__wrap h4 {
  font-size: 16px;
  display: inline-block;
  padding: 0.75rem 0 0.5rem;
}
.juno__price__list__wrap h4::before {
  content: "■";
}
.juno__price__list__wrap__block_01 {
  display: flex;
  gap: 4%;
  margin-top: 48px;
}
.juno__price__list__wrap__block_01__table {
  width: 48%;
}
.juno__price__list__wrap__block_01__table table {
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  margin: 1rem 0;
}
.juno__price__list__wrap__block_01__table table thead {
  background: #888888;
  color: var(--color-white);
  border-bottom: 1px solid #595757;
}
.juno__price__list__wrap__block_01__table table thead th {
  padding: 0.5rem 0;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
}
.juno__price__list__wrap__block_01__table table thead th:last-child {
  border-right: none;
}
.juno__price__list__wrap__block_01__table table tbody {
  border-bottom: 1px solid #595757;
}
.juno__price__list__wrap__block_01__table table tbody td {
  padding: 0.5rem 0;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
}
.juno__price__list__wrap__block_01__table table tbody td sup {
  color: #f00;
}
.juno__price__list__wrap__block_01__table table tbody td.head {
  text-align: left;
}
.juno__price__list__wrap__block_01__table table tbody td:last-child {
  border-right: none;
}
.juno__price__list__wrap__block_01__table small {
  font-size: 11px;
  line-height: 1.5454545455;
}
.juno__price__list__wrap__block_02 {
  margin-top: 3rem;
}
.juno__price__list__wrap__block_02 table {
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  margin: 1rem 0;
}
.juno__price__list__wrap__block_02 table thead {
  border-bottom: 1px solid #595757;
}
.juno__price__list__wrap__block_02 table thead th {
  padding: 0.5rem 0;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  width: 13%;
}
.juno__price__list__wrap__block_02 table thead th.img {
  padding: 1rem;
}
.juno__price__list__wrap__block_02 table thead th:first-child {
  width: 16%;
}
.juno__price__list__wrap__block_02 table thead th:last-child {
  border-right: none;
  width: 19%;
}
.juno__price__list__wrap__block_02 table tbody {
  border-bottom: 1px solid #595757;
}
.juno__price__list__wrap__block_02 table tbody td {
  padding: 0.5rem 0;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
}
.juno__price__list__wrap__block_02 table tbody td sup {
  color: #f00;
}
.juno__price__list__wrap__block_02 table tbody td.head {
  text-align: left;
}
.juno__price__list__wrap__block_02 table tbody td:last-child {
  border-right: none;
}
.juno__price__list__wrap__caution {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.juno__price__list__wrap__caution__item_01 {
  width: 49%;
  background: #f7cdb9;
  padding: 1rem 2rem;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.juno__price__list__wrap__caution__item_01 ul li {
  margin: 0.25rem 0;
}
.juno__price__list__wrap__caution__item_01 ul li::before {
  content: "■";
  display: inline-block;
  margin: 0 0.125rem;
}
.juno__price__list__wrap__caution__item_01 ul li.caution {
  background: #f7cdb9 url("../img/common/icn_caution.png") left 0.15rem/auto no-repeat;
  padding: 0 0 0 1.2rem;
  display: block;
  position: relative;
  margin: 0 0;
}
.juno__price__list__wrap__caution__item_01 ul li.caution span {
  color: #f00;
}
.juno__price__list__wrap__caution__item_01 ul li.caution::before {
  display: none;
}
.juno__price__list__wrap__caution__item_02 {
  width: 49%;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 2.25;
  border: 1px solid var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.juno__price__list__wrap__caution__item_02 strong {
  display: inline-block;
  background: #f7cdb9;
  padding: 0 0.25rem;
  margin: 0 0.25rem 0 0;
}
@media (width <= 568px) {
  .juno__price__mv {
    aspect-ratio: 750/1000;
    background: url("../img/price/mv_sp.webp") center center/cover no-repeat;
    padding-top: min(86px, 11.4666666667vw);
    display: block;
  }
  .juno__price__mv__title {
    flex-direction: column;
    margin-top: 6.4vw;
    font-size: 7.4666666667vw;
    color: var(--color-text);
  }
  .juno__price__mv__title span {
    margin-left: 0;
    margin-top: 1.6vw;
    position: relative;
    display: flex;
    width: 40vw;
    height: 14.6666666667vw;
  }
  .juno__price__mv__title span svg.text {
    width: 32vw;
  }
  .juno__price__mv__title span svg.frame {
    width: 40vw;
    height: 14.6666666667vw;
  }
  .juno__price__list {
    padding: var(--margin-contents-m);
  }
  .juno__price__list__wrap h2 {
    height: 9.6vw;
    width: 80vw;
    border-radius: 2.1333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.025em;
  }
  .juno__price__list__wrap h3 {
    font-size: 3.7333333333vw;
  }
  .juno__price__list__wrap h4 {
    font-size: 3.0666666667vw;
    padding: 2.1333333333vw 0 0;
  }
  .juno__price__list__wrap__block_01 {
    display: block;
    margin-top: 5.3333333333vw;
  }
  .juno__price__list__wrap__block_01__table {
    width: 100%;
  }
  .juno__price__list__wrap__block_01__table table {
    font-size: 2.5333333333vw;
    width: 100%;
    margin: 3.2vw 0;
  }
  .juno__price__list__wrap__block_01__table table thead th {
    padding: 2.1333333333vw 0;
  }
  .juno__price__list__wrap__block_01__table table tbody {
    border-bottom: 1px solid #595757;
  }
  .juno__price__list__wrap__block_01__table table tbody td {
    padding: 2.1333333333vw 0;
  }
  .juno__price__list__wrap__block_01__table small {
    font-size: 2.1333333333vw;
    line-height: 1.7333333333;
  }
  .juno__price__list__wrap__block_01__table + .juno__price__list__wrap__block_01__table {
    margin-top: 10.6666666667vw;
  }
  .juno__price__list__wrap__block_02 {
    margin-top: 10.6666666667vw;
  }
  .juno__price__list__wrap__block_02 .table_scroll {
    overflow-x: scroll;
  }
  .juno__price__list__wrap__block_02 table {
    font-size: 2.5333333333vw;
    margin: 3.2vw 0 0 0;
    width: 100%;
    min-width: 600px;
  }
  .juno__price__list__wrap__block_02 table thead th {
    padding: 2.1333333333vw 0;
  }
  .juno__price__list__wrap__block_02 table thead th.img {
    padding: 2.1333333333vw;
  }
  .juno__price__list__wrap__block_02 table tbody {
    border-bottom: 1px solid #595757;
  }
  .juno__price__list__wrap__block_02 table tbody td {
    padding: 2.1333333333vw 0;
  }
  .juno__price__list__wrap__caution {
    display: block;
    margin-top: 6.4vw;
  }
  .juno__price__list__wrap__caution__item_01 {
    width: 100%;
    padding: 3.2vw;
    font-size: 3.2vw;
  }
  .juno__price__list__wrap__caution__item_01 ul li {
    margin: 1.0666666667vw 0;
    position: relative;
    padding-left: 5.0666666667vw;
  }
  .juno__price__list__wrap__caution__item_01 ul li::before {
    content: "■";
    display: inline-block;
    margin: 0 1.0666666667vw;
    position: absolute;
    left: 0;
  }
  .juno__price__list__wrap__caution__item_01 ul li.caution {
    background: #f7cdb9 url("../img/common/icn_caution.png") left 0.8vw/auto no-repeat;
    padding: 0 0 0 5.3333333333vw;
  }
  .juno__price__list__wrap__caution__item_02 {
    margin-top: 3.2vw;
    width: 100%;
    padding: 3.2vw;
    font-size: 3.2vw;
  }
  .juno__price__list__wrap__caution__item_02 strong {
    padding: 0 1.0666666667vw;
    margin: 0 2.1333333333vw 0 0;
    font-feature-settings: "palt";
  }
}

#chill,
#refresh,
#focus,
#comfort,
#commitment_01,
#commitment_02,
#commitment_03,
#commitment_04,
#commitment_05,
#commitment_06 {
  scroll-margin-top: 74px;
}
@media (width <= 568px) {
  #chill,
  #refresh,
  #focus,
  #comfort,
  #commitment_01,
  #commitment_02,
  #commitment_03,
  #commitment_04,
  #commitment_05,
  #commitment_06 {
    scroll-margin-top: 12vw;
  }
}