@charset "UTF-8";
.pane-contents .pane-main {
  margin-bottom: 0;
}
.wrapper > .pane-main {
  padding-bottom: 0;
}
.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.5;
}

.page a {
  display: block;
  -webkit-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.page a:hover {
  opacity: 0.6;
}

.page img {
  max-width: 100%;
  height: auto;
}

.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}

.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}

.item__list__text {
  text-align: center;
}

.page {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #000000;
}

.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0!important;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}

@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}

.page .kv h1 img {
  margin: auto;
}

.page .kv-text {
  background: #F4B9BF;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  .page .kv-text {
    font-size: 6.3vw;
    padding: 1.8vw 0;
  }
}

.page .kv-text span {
  font-size: 20px;
  vertical-align: text-bottom;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .kv-text span {
    font-size: 5.2vw;
  }
}

.page .contents {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.page .contents__intro {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 2.4;
  margin: 62px 0 64px;
}

@media screen and (max-width: 768px) {
  .page .contents__intro {
    font-size: 3.1vw;
    margin: 10.4vw 0;
    line-height: 2;
  }
}

.page .contents-nav {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/nav-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 88px 0 157px 0;
}

@media screen and (max-width: 768px) {
  .page .contents-nav {
    width: 100%;
    margin: auto;
    padding: 10.4vw 0 56.5vw 0;
  }
}

.page .contents-nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px;
  width: 100%;
  margin: auto;
  border-bottom: 1px dashed #000;
  padding-bottom: 11px;
}

@media screen and (max-width: 768px) {
  .page .contents-nav__head {
    max-width: 39.1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.1vw;
  }
}

.page .contents-nav__head .text-left {
  font-size: 14px;
  font-weight: 500;
  font-family: "Angkor", "serif";
}

@media screen and (max-width: 768px) {
  .page .contents-nav__head .text-left {
    font-size: 3.6vw;
    padding: 0;
  }
}

.page .contents-nav__head .text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  border-left: 1px solid #000;
  padding: 0 0 0 39px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page .contents-nav__head .text-right {
    font-size: 3.6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    padding: 0;
    margin-top: 2.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .contents-nav__head .text-right p:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 1.2vw;
  }
}

.page .contents-nav__head .text-right span {
  font-size: 29px;
  font-weight: 700;
  color: #E5A0C9;
}

@media screen and (max-width: 768px) {
  .page .contents-nav__head .text-right span {
    font-size: 4.7vw;
  }
}

.page .contents-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1010px;
  width: 100%;
  margin: auto;
  margin-top: 24px;
  position: relative;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .contents-nav__list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page .contents-nav__list {
    max-width: 89.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8.3vw;
  }
}

.page .contents-nav__list::after {
  content: '';
  display: block;
  max-width: 335px;
  width: 100%;
  height: 221px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/content-bg-thumb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -157px;
}

@media screen and (max-width: 768px) {
  .page .contents-nav__list::after {
    max-width: 72.9vw;
    height: 48.2vw;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    bottom: -56.5vw;
  }
}

.page .contents-nav__list li {
  max-width: 480px;
  width: calc(100% / 2 - 25px);
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .contents-nav__list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 4.2vw;
  }
}

.page .contents-nav__list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .page .contents-nav__list li:nth-child(odd) {
    margin-right: 50px;
  }
}

.page .aoyama-suit {
  margin: auto;
  position: relative;
  padding: 128px 0;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit {
    padding: 128px 20px 128px 20px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit {
    padding: 16.7vw 0;
  }
}

.page .aoyama-suit__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit__bottom {
    gap: 7vw;
    margin-top: 1.8vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit__thumb {
    max-width: 39.1vw;
    width: 100%;
  }
}

.page .aoyama-suit__text {
  margin-top: -16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit__text {
    max-width: 44.3vw;
    width: 100%;
  }
}

.page .aoyama-suit__text p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", "sans-serif";
  padding: 10px;
  line-height: 1.88;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.page .aoyama-suit__text p:nth-child(2) {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit__text p {
    font-size: 3.1vw;
    text-align: left;
    padding: 0;
    border: none;
    text-decoration: underline;
    margin: 0;
  }
}

.page .aoyama-suit01 {
  background: #FFEAEC;
}

.page .aoyama-suit01__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01__title {
    max-width: 87.5vw;
    font-size: 6.3vw;
    margin-bottom: 5.2vw;
  }
}

.page .aoyama-suit01__title .title-sub {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01__title .title-sub {
    font-size: 4.2vw;
    margin-bottom: 2.9vw;
  }
}

.page .aoyama-suit01 .nav-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7vw;
  }
}

.page .aoyama-suit01 .nav-colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  max-width: 724px;
  width: 100%;
  margin: auto;
  gap: 28px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 89.8vw;
    gap: 4.4vw 5.7vw;
  }
}

.page .aoyama-suit01 .nav-colors__list li {
  width: calc(100% / 4);
  max-width: 100%;
  padding-top: 160px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors__list li {
    padding-top: 41.7vw;
    width: calc(100% / 2 - 3.125vw);
  }
}

.page .aoyama-suit01 .nav-colors__list li:nth-child(1) a {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/nav-bg01.png");
}

.page .aoyama-suit01 .nav-colors__list li:nth-child(2) a {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/nav-bg02.png");
}

.page .aoyama-suit01 .nav-colors__list li:nth-child(3) a {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/nav-bg03.png");
}

.page .aoyama-suit01 .nav-colors__list li:nth-child(4) a {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/nav-bg04.png");
}

.page .aoyama-suit01 .nav-colors__list li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: white;
  font-family: "Zen Kaku Gothic Antique", "sans-serif";
  padding-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors__list li a {
    font-size: 4.2vw;
    padding-bottom: 5.5vw;
    border-radius: 0;
  }
}

.page .aoyama-suit01 .nav-colors__list li a::after {
  content: '';
  display: block;
  width: 9px;
  height: 5px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/nav-arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors__list li a::after {
    width: 2.3vw;
    height: 1.3vw;
    bottom: 1vw;
  }
}

.page .aoyama-suit01 .nav-colors__txt {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors__txt {
    font-size: 3.6vw;
    margin-top: 1.6vw;
  }
}

.page .aoyama-suit01 .nav-colors .nav-colors2 {
  text-align: center;
  max-width: 555px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors .nav-colors2 {
    margin-right: 0;
    max-width: 100%;
  }
}

.page .aoyama-suit01 .nav-colors .nav-colors2__heading {
  font-size: 40px;
  color: #7084BE;
  font-family: "minerva-modern", "sans-serif";
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors .nav-colors2__heading {
    font-size: 8.5vw;
  }
}

.page .aoyama-suit01 .nav-colors .nav-colors2 .nav-colors__btn {
  background: #7084BE;
}

.page .aoyama-suit01 .black-suits {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits {
    max-width: 89.6vw;
    margin-top: 16.7vw;
  }
}

.page .aoyama-suit01 .black-suits__heading {
  font-size: 40px;
  font-family: "minerva-modern", "sans-serif";
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits__heading {
    font-size: 8.5vw;
    margin-bottom: 10.4vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-container {
  position: relative;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-container {
    margin-top: 8.3vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-container.accordion-container--03 .accordion-content__list .content--name::before {
  background: #E3E3E3;
}

.page .aoyama-suit01 .black-suits .accordion-container.accordion-container--03 .accordion-content__list .content__btn a {
  background: #E3E3E3;
}

.page .aoyama-suit01 .black-suits .accordion-container.accordion-container--03 .black-suits-bottom__btn.accor-active:after {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/blacksuit-btn-img01-sp.png");
}

.page .aoyama-suit01 .black-suits .accordion-container.accordion-container--04 .accordion-content__list .content--name::before {
  background: #EBEBEB;
}

.page .aoyama-suit01 .black-suits .accordion-container.accordion-container--04 .accordion-content__list .content__btn a {
  background: #EBEBEB;
}

.page .aoyama-suit01 .black-suits .accordion-container.accordion-container--04 .black-suits-bottom__btn.accor-active:after {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/blacksuit-btn-img02-sp.png");
}

.page .aoyama-suit01 .black-suits .accordion-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 6.5%;
  background-color: #fff;
  border-radius: 8px;
  z-index: 10;
  border: 1px solid #000000;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content {
    padding: 6.3vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__text {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__list {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__list {
    margin-top: 8.3vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16.5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__list .content {
    padding-bottom: 2.1vw;
    margin-bottom: 4.2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__list .content:last-child {
  margin-bottom: 0;
}

.page .aoyama-suit01 .black-suits .accordion-content__list .content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__list .content__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__list .content__btn a {
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__list .content__btn a {
    font-size: 2.9vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__list .content--price {
  font-size: 16px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__list .content--price {
    font-size: 3.6vw;
    margin-right: 2.1vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__list .content--name {
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__list .content--name {
    font-size: 3.6vw;
    padding-left: 4.2vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__list .content--name::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D5BDB9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__list .content--name::before {
    width: 2.1vw;
    height: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits .accordion-content__list .content--size {
    font-size: 3.4vw;
  }
}

.page .aoyama-suit01 .black-suits .accordion-content__list .content::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #000 0px, #000 2px, transparent 2px, transparent 4px);
}

.page .aoyama-suit01 .black-suits-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16.7vw;
    gap: 16.7vw;
  }
}

.page .aoyama-suit01 .black-suits-bottom__cont .img {
  max-width: 563px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom__cont .img {
    max-width: 100%;
  }
}

.page .aoyama-suit01 .black-suits-bottom__cont .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom__cont .text {
    margin-top: 8.3vw;
    gap: 4.2vw;
  }
}

.page .aoyama-suit01 .black-suits-bottom__cont .text p {
  background-color: white;
  font-size: 13px;
  padding: 9px 14.5px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom__cont .text p {
    font-size: 2.9vw;
    padding: 2.3vw 3.5vw;
  }
}

.page .aoyama-suit01 .black-suits-bottom__cont:nth-child(1) .black-suits-bottom__btn::after {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/blacksuit-btn-img01.png");
}

.page .aoyama-suit01 .black-suits-bottom__cont:nth-child(2) .black-suits-bottom__btn::after {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/blacksuit-btn-img02.png");
}

.page .aoyama-suit01 .black-suits-bottom__btn {
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 16px;
  padding: 34px 38px;
  position: relative;
  background: white;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom__btn {
    border: 0.13vw solid #000000;
    border-radius: 2.1vw;
    font-size: 3.6vw;
    padding: 5.6vw 5.2vw;
    position: relative;
  }
}

.page .aoyama-suit01 .black-suits-bottom__btn:hover {
  opacity: 1;
}

.page .aoyama-suit01 .black-suits-bottom__btn.accor-active {
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom__btn.accor-active {
    border-radius: 2.1vw 2.1vw 0 0;
  }
}

.page .aoyama-suit01 .black-suits-bottom__btn::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  right: 47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom__btn::after {
    width: 7.8vw;
    height: 7.8vw;
    right: 5.2vw;
  }
}

.page .aoyama-suit01 .black-suits__btn {
  font-size: 16px;
  font-weight: 500;
  max-width: 470px;
  width: 100%;
  margin: auto;
  color: #FFFFFF;
  background-color: #B1AEAE;
  border-radius: 10px;
  text-align: center;
  margin-top: 72px;
  padding: 18px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits__btn {
    font-size: 3.6vw;
    max-width: 100%;
    border-radius: 1.3vw;
    margin-top: 10.4vw;
    padding: 4.3vw 0;
  }
}

.page .aoyama-suit01 .black-suits__btn::after {
  content: '';
  display: block;
  position: absolute;
  height: 18px;
  width: 8px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits__btn::after {
    height: 3.6vw;
    width: 1.6vw;
    right: 4.8vw;
  }
}

.page .aoyama-suit01 .navy-suits {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits {
    max-width: 89.8vw;
    margin-top: 16.7vw;
  }
}

.page .aoyama-suit01 .navy-suits .item__list__text .item--name {
  font-size: 16px;
  background: #7084BE;
  color: #FFFFFF;
  padding: 10px 0;
}

.page .aoyama-suit01 .navy-suits-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16.7vw;
    gap: 16.7vw;
  }
}

.page .aoyama-suit01 .navy-suits-bottom__cont .img {
  max-width: 563px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom__cont .img {
    max-width: 100%;
  }
}

.page .aoyama-suit01 .navy-suits-bottom__cont .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom__cont .text {
    margin-top: 8.3vw;
    gap: 4.2vw;
  }
}

.page .aoyama-suit01 .navy-suits-bottom__cont .text p {
  background-color: white;
  font-size: 13px;
  padding: 9px 14.5px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom__cont .text p {
    font-size: 2.9vw;
    padding: 2.3vw 3.5vw;
  }
}

.page .aoyama-suit01 .navy-suits-bottom__cont:nth-child(1) .navy-suits-bottom__btn::after {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/navysuit-btn-img04.png");
}

.page .aoyama-suit01 .navy-suits-bottom__cont:nth-child(2) .navy-suits-bottom__btn::after {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/navysuit-btn-img03.png");
}

.page .aoyama-suit01 .navy-suits-bottom__btn {
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 16px;
  padding: 34px 38px;
  position: relative;
  background: white;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom__btn {
    border: 0.13vw solid #000000;
    border-radius: 2.1vw;
    font-size: 3.6vw;
    padding: 5.6vw 5.2vw;
    position: relative;
  }
}

.page .aoyama-suit01 .navy-suits-bottom__btn:hover {
  opacity: 1;
}

.page .aoyama-suit01 .navy-suits-bottom__btn.accor-active {
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom__btn.accor-active {
    border-radius: 2.1vw 2.1vw 0 0;
  }
}

.page .aoyama-suit01 .navy-suits-bottom__btn::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  right: 47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom__btn::after {
    width: 7.8vw;
    height: 7.8vw;
    right: 5.2vw;
  }
}

.page .aoyama-suit01 .navy-suits__btn {
  font-size: 16px;
  font-weight: 500;
  max-width: 470px;
  width: 100%;
  margin: auto;
  color: #FFFFFF;
  background-color: #7084BE;
  border-radius: 10px;
  text-align: center;
  margin-top: 72px;
  padding: 18px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits__btn {
    font-size: 3.6vw;
    max-width: 100%;
    border-radius: 1.3vw;
    margin-top: 10.4vw;
    padding: 4.3vw 0;
  }
}

.page .aoyama-suit01 .navy-suits__btn::after {
  content: '';
  display: block;
  position: absolute;
  height: 18px;
  width: 8px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits__btn::after {
    height: 3.6vw;
    width: 1.6vw;
    right: 4.8vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-container {
  position: relative;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-container {
    margin-top: 8.3vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-container.accordion-container--01 .accordion-content__list .content__btn a {
  background: #D5BDB9;
}

.page .aoyama-suit01 .navy-suits .accordion-container.accordion-container--01 .navy-suits-bottom__btn.accor-active:after {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/navysuit-btn-img04-sp.png");
}

.page .aoyama-suit01 .navy-suits .accordion-container.accordion-container--02 .accordion-content__list .content--name::before {
  background: #CDD6F4;
}

.page .aoyama-suit01 .navy-suits .accordion-container.accordion-container--02 .accordion-content__list .content__btn a {
  background: #CDD6F4;
}

.page .aoyama-suit01 .navy-suits .accordion-container.accordion-container--02 .navy-suits-bottom__btn.accor-active:after {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/navysuit-btn-img03-sp.png");
}

.page .aoyama-suit01 .navy-suits .accordion-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 6.5%;
  background-color: #fff;
  border-radius: 8px;
  z-index: 10;
  border: 1px solid #000000;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content {
    padding: 6.3vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__text {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__list {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__list {
    margin-top: 8.3vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16.5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__list .content {
    padding-bottom: 2.1vw;
    margin-bottom: 4.2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__list .content:last-child {
  margin-bottom: 0;
}

.page .aoyama-suit01 .navy-suits .accordion-content__list .content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__list .content__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__list .content__btn a {
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__list .content__btn a {
    font-size: 2.9vw;
    padding: 1vw 2.1vw;
    border-radius: 1vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__list .content--price {
  font-size: 16px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__list .content--price {
    font-size: 3.6vw;
    margin-right: 2.1vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__list .content--name {
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__list .content--name {
    font-size: 3.6vw;
    padding-left: 4.2vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__list .content--name::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D5BDB9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__list .content--name::before {
    width: 2.1vw;
    height: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits .accordion-content__list .content--size {
    font-size: 3.4vw;
  }
}

.page .aoyama-suit01 .navy-suits .accordion-content__list .content::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #000 0px, #000 2px, transparent 2px, transparent 4px);
}

.page .aoyama-suit02 {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/bg02.svg");
  background-position: top center;
  padding: 128 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 {
    padding: 16.7vw 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.page .aoyama-suit02__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.page .aoyama-suit02__title {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__title {
    max-width: 87.2vw;
    font-size: 6.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit02__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__info {
    gap: 6.3vw;
    margin-top: 4.9vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__thumb {
    max-width: 39.1vw;
    width: 100%;
  }
}

.page .aoyama-suit02__text {
  margin-top: -16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__text {
    max-width: 44.3vw;
    width: 100%;
  }
}

.page .aoyama-suit02__text p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", "sans-serif";
  padding: 10px;
  line-height: 1.88;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.page .aoyama-suit02__text p:nth-child(2) {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__text p {
    font-size: 3.1vw;
    text-align: left;
    padding: 0;
    border: none;
    text-decoration: underline;
    margin: 0;
  }
}

.page .aoyama-suit02__desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__desc {
    font-size: 3.6vw;
    margin-top: 5.2vw;
  }
}

.page .aoyama-suit02__img {
  max-width: 1131px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__img {
    margin-top: 0;
    max-width: 89.6vw;
    width: 100%;
    margin: auto;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit02 .suit02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-top: 33px;
  gap: 110px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.3vw;
    gap: 6.3vw;
  }
}

.page .aoyama-suit02 .suit02-item__title {
  font-size: 13px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__title {
    font-size: 2.9vw;
    margin-bottom: 3.1vw;
  }
}

.page .aoyama-suit02 .suit02-item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit02 .suit02-item__id {
  width: 408px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__id {
    width: 63.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit02 .suit02-item__text {
  position: relative;
  width: auto;
  min-width: 50%;
  display: inline-block;
  flex-shrink: 0;
  padding: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__text {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 3.6vw;
  }
}

.page .aoyama-suit02 .suit02-item__size {
  position: relative;
  flex-grow: 1;
  padding: 0 0 0 20px;
}
.page .aoyama-suit02 .suit02-item__size::before {
  content: '';
  display: block;
  height: 100%;
  width: 1.5px;
  background: repeating-linear-gradient(to bottom, #000000 0px, #000000 6px, transparent 6px, transparent 10px);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__size {
    padding: 0;
  }
  .page .aoyama-suit02 .suit02-item__size::before {
    width: 100%;
    height: 0.3vw;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: repeating-linear-gradient(to right, #000000 0px, #000000 6px, transparent 6px, transparent 10px);
  }
}

.page .aoyama-suit02 .suit02-item-name {
  font-size: 14px;
  text-align: left;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item-name {
    text-align: center;
    font-size: 3.6vw;
    margin-bottom: 2.7vw;
  }
}

.page .aoyama-suit02 .suit02-item .text-wrapper__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item .text-wrapper__list li {
    gap: 2.1vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page .aoyama-suit02 .suit02-item .text-wrapper__list li:last-child {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item .text-wrapper__list li:last-child {
    margin-top: 1vw;
  }
}

.page .aoyama-suit02 .suit02-item--num {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item--num {
    font-size: 3.4vw;
  }
}

.page .aoyama-suit02 .suit02-item--price {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item--price {
    font-size: 3.6vw;
    text-align: center;
  }
}

.page .aoyama-suit02 .suit02-item--size {
  text-align: center;
  margin-bottom: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item--size {
    font-size: 3.6vw;
    margin-bottom: 2.1vw;
    padding-top: 2vw;
  }
}

.page .aoyama-suit02 .suit02-item--size.no-margin {
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 768px) { 
  .page .aoyama-suit02 .suit02-item--size.no-margin {
    text-align: center;
  }
}

.page .aoyama-suit02 .suit02-item--colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #969696;
  border-radius: 50%;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item--colors .color-btn {
    width: 13vw;
    height: 13vw;
    margin-right: 4.2vw;
  }
}

.page .aoyama-suit02 .suit02-item--colors .color-btn.white {
  background-color: #FFFFFF;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn.pink {
  background-color: #FADCE9;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn.blue {
  background-color: #D3E6F6;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn.purple {
  background-color: #DDD1E7;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn.green {
  background-color: #E5F2EA;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn.iron {
  background-color: #DCDDDD;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn.beige {
  background-color: #CBBCAB;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn.black {
  background-color: #25333D;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn:last-child {
  margin-right: 0;
}

.page .aoyama-suit02__bottom {
  margin-top: 84px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom {
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit02__bottom .suit02-item {
  margin-top: 0;
  max-width: 1062px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 38px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom .suit02-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.4vw;
  }
}

.page .aoyama-suit02__bottom .suit02-item__img {
  position: relative;
}

.page .aoyama-suit02__bottom .suit02-item__id {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 512px;
  width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom .suit02-item__id {
    max-width: 89.6vw;
    width: 100%;
  }
}

.page .aoyama-suit02__bottom--inner {
  max-width: 408px;
  width: 100%;
  margin: auto;
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom--inner {
    margin-top: 6.3vw;
    max-width: 63.3vw;
  }
}

.page .aoyama-suit02__bottom--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit02__btn {
  font-size: 16px;
  max-width: 470px;
  width: 100%;
  margin: auto;
  background: #8FDCF8;
  border: 1px solid #000;
  margin-top: 64px;
  text-align: center;
  font-weight: 500;
  padding: 28px 0;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 0 #000;
          box-shadow: 4px 4px 0 0 #000;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__btn {
    font-size: 3.6vw;
    max-width: 89.6vw;
    border: 0.3vw solid #000;
    border-radius: 2.1vw;
    padding: 5.8vw 0;
    margin-top: 10.4vw;
    -webkit-box-shadow: 1vw 1vw 0 0 #000;
            box-shadow: 1vw 1vw 0 0 #000;
  }
}

.page .aoyama-suit02__btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/arrow-right2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__btn::after {
    height: 2.6vw;
    width: 5.2vw;
  }
}

.page .aoyama-suit03 {
  padding: 128px 0;
  position: relative;
  background: #F7F2FF;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 {
    padding: 16.7vw 0 16.7vw 0;
    margin-top: 0;
  }
}

.page .aoyama-suit03__nav {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__nav {
    margin-top: 6.3vw;
  }
}

.page .aoyama-suit03__nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__nav .nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6vw;
  }
}

.page .aoyama-suit03__nav .nav__list li {
  width: calc(100% / 4 - 68px);
  background-color: #E5DAF4;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__nav .nav__list li {
    width: calc(100% / 2 - 5.99vw);
  }
}

.page .aoyama-suit03__nav .nav__list li a {
  font-size: 16px;
  text-align: center;
  padding: 15.5px 0;
  position: relative;
  border: 1px solid #333;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__nav .nav__list li a {
    font-size: 3.6vw;
    border: 0.3vw solid #333;
    border-radius: 1vw;
    padding: 3.6vw 0;
  }
}

.page .aoyama-suit03__nav .nav__list li a::after {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/nav-arrow-down-bl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__nav .nav__list li a::after {
    width: 2.1vw;
    height: 1.2vw;
    right: 3.6vw;
  }
}

.page .aoyama-suit03__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.page .aoyama-suit03__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  max-width: 508px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__title {
    max-width: 82vw;
    font-size: 6.3vw;
    padding-bottom: 15px;
  }
}

.page .aoyama-suit03__title .title-sub {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__title .title-sub {
    font-size: 4.2vw;
    margin-bottom: 2.9vw;
  }
}

.page .aoyama-suit03__title::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #FCEBF3;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__title::after {
    height: 5.2vw;
  }
}

.page .aoyama-suit03__desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__desc {
    font-size: 3.6vw;
    margin-top: 5.2vw;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-shoes {
    padding: 0 20px;
  }
}

.page .aoyama-suit03 .suit03-shoes--price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes--price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12.5vw;
    gap: 10.4vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__content-left {
  max-width: 517px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__content-left {
    max-width: 89.6vw;
    width: 100%;
    margin: auto;
  }
}

.page .aoyama-suit03 .suit03-shoes__content-right {
  max-width: 516px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__content-right {
    max-width: 89.6vw;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page .aoyama-suit03 .suit03-shoes__content-right .suit04-item__product {
  max-width: 634px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__content-right .suit04-item__product {
    max-width: 79.2vw;
    margin: auto;
  }
}

.page .aoyama-suit03 .suit03-shoes__design {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design {
    max-width: 89.6vw;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color {
  max-width: 313px;
  width: 100%;
  margin: auto;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color {
    max-width: 63.3vw;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__text {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__text {
    font-size: 2.9vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__info {
  max-width: 260px;
  width: 100%;
  margin: auto;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__info {
    max-width: 62.5vw;
    margin-top: 3.1vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__info .name {
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__info .name {
    font-size: 3.6vw;
    margin-bottom: 2.1vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__info .price {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__info .price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size {
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size {
    margin-top: 6.3vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1.5px;
  background: repeating-linear-gradient(to right, #000 0px, #000 2px, transparent 2px, transparent 4px);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size::after {
    background: repeating-linear-gradient(to right, #000 0px, #000 4px, transparent 4px, transparent 8px);
    top: -1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size .coat-color--size {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size .coat-color--colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size .coat-color--colors {
    margin-top: 2.1vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size .coat-color--colors .color-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #969696;
  border-radius: 50%;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size .coat-color--colors .color-btn {
    width: 13vw;
    height: 13vw;
    margin-right: 4.2vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size .coat-color--colors .color-btn.beige {
  background-color: #CBBCAB;
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size .coat-color--colors .color-btn.black {
  background-color: #25333D;
}

.page .aoyama-suit03 .suit03-shoes__design--wrapper .coat-color__size .coat-color--colors .color-btn:last-child {
  margin-right: 0;
}

.page .aoyama-suit03 .suit03-shoes__design-text {
  font-size: 13px;
  max-width: 464px;
  width: 100%;
  margin-left: auto;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__design-text {
    font-size: 2.9vw;
    max-width: 100%;
    margin-top: 4.2vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__text {
  font-size: 13px;
  max-width: 395px;
  width: 100%;
  margin-top: 12.4%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__text {
    font-size: 2.9vw;
    max-width: 100%;
    margin-top: 0;
  }
}

.page .aoyama-suit03 .suit03-shoes__product .img {
  position: relative;
}

.page .aoyama-suit03 .suit03-shoes__product .popup-btn {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  bottom: 91px;
  left: 17px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__product .popup-btn {
    width: 24.5vw;
    height: 24.5vw;
    left: 3.9vw;
    bottom: 16.9vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px auto 0;
  max-width: 977px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.3vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__items li {
  position: relative;
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-shoes__items li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) { 
  .page .aoyama-suit03 .suit03-shoes__items li {
    width: 89.5%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items li .item-shoes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page .aoyama-suit03 .suit03-shoes__items li:nth-child(1) .item-shoes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page .aoyama-suit03 .suit03-shoes__items li:nth-child(1) .item-shoes__text {
  max-width: 171px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items li:nth-child(1) .item-shoes__text {
    max-width: 42.7vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__items li:nth-child(2) .item-shoes__img {
  max-width: 240px;
}
@media screen and (max-width: 768px) { 
  .page .aoyama-suit03 .suit03-shoes__items li:nth-child(2) .item-shoes__img {
    max-width: 100%;
  }
}

.page .aoyama-suit03 .suit03-shoes__items .item-shoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-shoes__items .item-shoes {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items .item-shoes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.4vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__items .item-shoes__img {
  max-width: 277px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items .item-shoes__img {
    max-width: 42.7vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__items .item-shoes__text {
  max-width: 228px;
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items .item-shoes__text {
    max-width: 42.7vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__items .item-shoes__text .name {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #E5DAF4;
  padding: 3px 9px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items .item-shoes__text .name {
    text-align: left;
    font-size: 4.2vw;
    padding: 1vw 2.1vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__items .item-shoes__text .price {
  font-weight: 700;
  text-align: left;
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items .item-shoes__text .price {
    font-size: 3.6vw;
    margin-top: 2.1vw;
  }
}

.page .aoyama-suit03 .suit03-shoes__items .item-shoes__text .text {
  margin-top: 16px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-shoes__items .item-shoes__text .text {
    font-size: 2.9vw;
    margin-top: 4.2vw;
    margin-bottom: 0;
  }
}

.page .aoyama-suit03 .suit03-bag {
  margin-top: 128px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-bag {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag {
    margin-top: 16.7vw;
  }
}

.page .aoyama-suit03 .suit03-bag__img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-bag__img .bag01 {
    max-width: 16%;
    width: 100%;
    position: absolute;
    top: 6%;
    left: 0%;
  }
  .page .aoyama-suit03 .suit03-bag__img .bag02 {
    max-width: 40%;
    width: 100%;
    position: absolute;
    top: 61%;
    left: 19.3%;
  }
  .page .aoyama-suit03 .suit03-bag__img .bag03 {
    max-width: 25%;
    width: 100%;
    position: absolute;
    top: 21%;
    right: 1.6%;
  }
}

.page .aoyama-suit03 .suit03-bag__items {
  max-width: 908px;
  width: 100%;
  margin: auto;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag__items {
    margin-top: 6.3vw;
  }
}

.page .aoyama-suit03 .suit03-bag__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag__items ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2vw;
  }
}

.page .aoyama-suit03 .suit03-bag__items ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag__items ul li {
    width: 89.6vw;
    margin: auto;
  }
}

.page .aoyama-suit03 .suit03-bag__items ul li .item-bag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag__items ul li .item-bag {
    background: #FFFFFF;
    padding: 5.2vw;
  }
}

.page .aoyama-suit03 .suit03-bag__items ul li .item-bag__wrapper-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 32px;
  position: relative;
}

.page .aoyama-suit03 .suit03-bag__items ul li .item-bag__wrapper-sp::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1.5px;
  background: repeating-linear-gradient(to right, #000 0px, #000 2px, transparent 2px, transparent 4px);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag__items ul li .item-bag__wrapper-sp::after {
    background: repeating-linear-gradient(to right, #000 0px, #000 4px, transparent 4px, transparent 8px);
  }
}

.page .aoyama-suit03 .suit03-bag__items ul li .item-bag__wrapper-sp .img {
  width: 34.6vw;
}

.page .aoyama-suit03 .suit03-bag__items ul li .item-bag__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page .aoyama-suit03 .suit03-bag__items ul li .item-bag__text .text {
  font-size: 13px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag__items ul li .item-bag__text .text {
    font-size: 2.9vw;
    max-width: 40.1vw;
  }
}

.page .aoyama-suit03 .suit03-bag__items ul li .item-bag__text .name {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag__items ul li .item-bag__text .name {
    font-size: 3.6vw;
    margin-bottom: 3.9vw;
    padding-left: 11.7vw;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: left;
    position: relative;
  }
  .page .aoyama-suit03 .suit03-bag__items ul li .item-bag__text .name::before {
    content: '';
    display: block;
    width: 7.6vw;
    height: 7.6vw;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.page .aoyama-suit03 .suit03-bag__items ul li .item-bag__text .price {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-bag__items ul li .item-bag__text .price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit03 .suit03-bag__items ul li:nth-child(1) .name::before {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/bag-icon01.png");
}

.page .aoyama-suit03 .suit03-bag__items ul li:nth-child(2) .name::before {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/bag-icon02.png");
}

.page .aoyama-suit03 .suit03-bag__items ul li:nth-child(3) .name::before {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/bag-icon03.png");
}

.page .aoyama-suit03 .suit03-coat {
  margin-top: 128px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-coat {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat {
    margin-top: 16.7vw;
  }
}

.page .aoyama-suit03 .suit03-coat--price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat--price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit03 .suit03-coat__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.4vw;
  }
}

.page .aoyama-suit03 .suit03-coat__content-left {
  max-width: 517px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__content-left {
    max-width: 89.6vw;
    width: 100%;
    margin: auto;
  }
}

.page .aoyama-suit03 .suit03-coat__content-right {
  max-width: 516px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__content-right {
    max-width: 89.6vw;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page .aoyama-suit03 .suit03-coat__content-right .suit04-item__product {
  max-width: 634px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__content-right .suit04-item__product {
    max-width: 79.2vw;
    margin: auto;
  }
}

.page .aoyama-suit03 .suit03-coat__types {
  max-width: 272px;
  width: 66.2%;
  margin: auto;
}

.page .aoyama-suit03 .suit03-coat__types .types__title {
  max-width: 242px;
  width: 100%;
  margin: auto;
  margin-bottom: 16px;
  font-size: 28px;
  text-align: center;
  position: relative;
}

.page .aoyama-suit03 .suit03-coat__types .types__title::before, .page .aoyama-suit03 .suit03-coat__types .types__title::after {
  content: '';
  display: block;
  width: 25.5px;
  height: 25.5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page .aoyama-suit03 .suit03-coat__types .types__title::before {
  left: 0;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/slant-line01.png");
}

.page .aoyama-suit03 .suit03-coat__types .types__title::after {
  right: 0;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/slant-line02.png");
}

.page .aoyama-suit03 .suit03-coat__types .types__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.page .aoyama-suit03 .suit03-coat__types .types__price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.page .aoyama-suit03 .suit03-coat__types .types__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.page .aoyama-suit03 .suit03-coat__types .types__list li {
  width: 124px;
}

.page .aoyama-suit03 .suit03-coat__types .types__list li:nth-child(1) {
  margin-right: 24px;
}

.page .aoyama-suit03 .suit03-coat__types .types__btn {
  font-size: 15px;
  text-align: center;
  border: 1.5px solid #000;
  background: #FCEBF3;
  padding: 12px 0;
  margin-top: 8px;
  position: relative;
}

.page .aoyama-suit03 .suit03-coat__types .types__btn::after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/arrow-right-small.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page .aoyama-suit03 .suit03-coat__design {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__design {
    max-width: 89.6vw;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit03 .suit03-coat__design-text {
  font-size: 13px;
  max-width: 464px;
  width: 100%;
  margin-left: auto;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__design-text {
    font-size: 2.9vw;
    max-width: 100%;
    margin-top: 4.2vw;
  }
}

.page .aoyama-suit03 .suit03-coat__text {
  font-size: 13px;
  width: 100%;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__text {
    font-size: 2.9vw;
    margin-top: 0;
  }
}

.page .aoyama-suit03 .suit03-coat__product .img {
  position: relative;
}
@media screen and (max-width: 768px) { 
  .page .aoyama-suit03 .suit03-coat__product .img {
    margin-bottom: 10px;
  }
}

.page .aoyama-suit03 .suit03-coat__product .popup-btn {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  bottom: 91px;
  left: 17px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__product .popup-btn {
    width: 24.5vw;
    height: 24.5vw;
    left: 3.9vw;
    bottom: 16.9vw;
  }
}

.page .aoyama-suit03 .suit03-coat__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__items ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.3vw;
  }
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-coat__items li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__items li .item-shoes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page .aoyama-suit03 .suit03-coat__items li:nth-child(1) .item-shoes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page .aoyama-suit03 .suit03-coat__items .item-shoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-coat__items .item-shoes {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__items .item-shoes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.4vw;
  }
}

.page .aoyama-suit03 .suit03-coat__items .item-shoes__img {
  max-width: 277px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__items .item-shoes__img {
    max-width: 42.7vw;
  }
}

.page .aoyama-suit03 .suit03-coat__items .item-shoes__text {
  max-width: 222px;
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__items .item-shoes__text {
    max-width: 42.7vw;
  }
}

.page .aoyama-suit03 .suit03-coat__items .item-shoes__text .name {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #E5DAF4;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__items .item-shoes__text .name {
    text-align: left;
    font-size: 4.2vw;
    font-weight: bold;
    padding: 1vw 2.1vw;
  }
}

.page .aoyama-suit03 .suit03-coat__items .item-shoes__text .price {
  font-weight: 700;
  text-align: left;
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__items .item-shoes__text .price {
    font-size: 3.6vw;
    margin-top: 2.1vw;
  }
}

.page .aoyama-suit03 .suit03-coat__items .item-shoes__text .text {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-coat__items .item-shoes__text .text {
    font-size: 2.9vw;
    margin-top: 4.2vw;
    margin-bottom: 0;
  }
}

.page .aoyama-suit03 .suit03-formal {
  margin-top: 128px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-formal {
    padding: 0 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal {
    margin-top: 16.7vw;
  }
}

.page .aoyama-suit03 .suit03-formal__product .img {
  position: relative;
}

.page .aoyama-suit03 .suit03-formal__product .item-text {
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__product .item-text {
    max-width: 62.5vw;
    margin: auto;
    margin-top: 8.3vw;
    font-size: 3.6vw;
  }
}

.page .aoyama-suit03 .suit03-formal__product .item-text__text {
  font-size: 13px;
  margin-bottom: 24px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__product .item-text__text {
    font-size: 2.9vw;
    margin-bottom: 3.1vw;
  }
}

.page .aoyama-suit03 .suit03-formal__product .item-text--name {
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__product .item-text--name {
    margin-bottom: 1vw;
  }
}

.page .aoyama-suit03 .suit03-formal__product .item-text--size {
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__product .item-text--size {
    margin-bottom: 1vw;
  }
}

.page .aoyama-suit03 .suit03-formal__product .item-text--price {
  font-weight: 700;
}

.page .aoyama-suit03 .suit03-formal__product .popup-btn {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  bottom: 91px;
  left: 17px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__product .popup-btn {
    width: 24.5vw;
    height: 24.5vw;
    left: 3.6vw;
    bottom: 17.4vw;
  }
}

.page .aoyama-suit03 .suit03-formal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  gap: 68px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.page .aoyama-suit03 .suit03-formal__content {
  width: calc(100% / 2);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__content {
    width: 90.1vw;
    margin: auto;
  }
}

.page .aoyama-suit03 .suit03-formal__title {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__title {
    max-width: 87.5vw;
  }
}

.page .aoyama-suit03 .suit03-formal__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__bottom {
    gap: 7vw;
    margin-top: 1.8vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__thumb {
    max-width: 64.3vw;
    width: 100%;
    position: absolute;
    top: 26.7vw;
    left: 5.2vw;
  }
}

.page .aoyama-suit03 .suit03-formal__text {
  margin-top: -16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__text {
    max-width: 71.6vw;
    width: 100%;
    margin-bottom: 39.8vw;
    margin-top: 0;
  }
}

.page .aoyama-suit03 .suit03-formal__text p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", "sans-serif";
  padding: 10px;
  line-height: 1.88;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.page .aoyama-suit03 .suit03-formal__text p:nth-child(2) {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-formal__text p {
    font-size: 3.1vw;
    text-align: left;
    padding: 0;
    border: none;
    text-decoration: underline;
    margin: 0;
  }
}

.page .aoyama-suit03__btn {
  font-size: 16px;
  max-width: 470px;
  width: 100%;
  margin: auto;
  background: #E5DAF4;
  border: 1px solid #000;
  margin-top: 64px;
  text-align: center;
  font-weight: 500;
  padding: 28px 0;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 0 #000;
          box-shadow: 4px 4px 0 0 #000;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__btn {
    font-size: 3.6vw;
    max-width: 89.6vw;
    border: 0.3vw solid #000;
    border-radius: 2.1vw;
    padding: 5.8vw 0;
    margin-top: 10.4vw;
    -webkit-box-shadow: 1vw 1vw 0 0 #000;
            box-shadow: 1vw 1vw 0 0 #000;
  }
}

.page .aoyama-suit03__btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/arrow-right2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__btn::after {
    height: 2.6vw;
    width: 5.2vw;
  }
}

.page .aoyama-suit04 {
  padding: 128px 0;
  position: relative;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/bg02.svg");
  background-position: top center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 {
    padding: 16.7vw 0 16.7vw 0;
    margin-top: 0;
  }
}

.page .aoyama-suit04__bottom {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__bottom {
    margin-top: 3.4vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__text {
    max-width: 69.8vw;
    width: 100%;
    margin: auto;
  }
}

.page .aoyama-suit04__text p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", "sans-serif";
  padding: 10px;
  line-height: 1.88;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.page .aoyama-suit04__text p:nth-child(2) {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__text p {
    font-size: 3.1vw;
    text-align: left;
    padding: 0;
    border: none;
    text-decoration: underline;
    margin: 0;
    text-align: justify;
    text-underline-offset: 0.8vw;
  }
}

.page .aoyama-suit04__nav {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__nav {
    margin-top: 6.3vw;
  }
}

.page .aoyama-suit04__nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 834px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__nav .nav__list {
    max-width: 89.8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.9vw;
  }
}

.page .aoyama-suit04__nav .nav__list li {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__nav .nav__list li {
    width: calc(100% / 3 - 2.604vw);
  }
}

.page .aoyama-suit04-recommend {
  max-width: 689px;
  width: 100%;
  margin: auto;
  background-color: #FFEAEC;
  border: 1px solid #333;
  margin-top: 40px;
  padding: 54px 0 38px 36px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-recommend {
    max-width: 89.6vw;
    padding: 4.7vw 0 10.4vw 6vw;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit04-recommend__title {
  width: 146px;
  position: absolute;
  right: 29px;
  top: 42px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-recommend__title {
    position: initial;
    width: 30.7vw;
    margin: auto;
    margin-bottom: 6vw;
  }
}

.page .aoyama-suit04-recommend__img {
  position: absolute;
  top: 157px;
  right: 45px;
  width: 106px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-recommend__img {
    width: 27.6vw;
    top: 57.3vw;
    right: 10.4vw;
  }
}

.page .aoyama-suit04-recommend__list li:last-child .info {
  margin-bottom: 0;
}

.page .aoyama-suit04-recommend .info {
  padding-left: 37px;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-recommend .info {
    padding-left: 5.2vw;
    margin-bottom: 4.9vw;
  }
}

.page .aoyama-suit04-recommend .info__title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 8px;
  display: inline;
  position: relative;
  z-index: 1;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F8BDF2));
  background: linear-gradient(transparent 60%, #F8BDF2 60%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-recommend .info__title {
    font-size: 3.6vw;
    padding: 0 1vw;
  }
}

.page .aoyama-suit04-recommend .info__text {
  margin-top: 7px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-recommend .info__text {
    margin-top: 3.1vw;
    font-size: 2.9vw;
  }
}

.page .aoyama-suit04-recommend .info:after {
  content: '';
  display: block;
  width: 24px;
  height: 21px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/recommend-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-recommend .info:after {
    width: 4.7vw;
    height: 4.4vw;
    top: 0.8vw;
  }
}

.page .aoyama-suit04-content {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content {
    max-width: 89.6vw;
    width: 100%;
    margin: auto;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit04-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.75%;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10.4vw;
    gap: 8.3vw;
  }
}

.page .aoyama-suit04-content__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit04-content__item:nth-child(2) .popup-btn {
  left: 59%;
  bottom: 38%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__item:nth-child(2) .popup-btn {
    left: 6.5vw;
    bottom: 28.6vw;
  }
}

.page .aoyama-suit04-content__item:nth-child(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__item:nth-child(3) .popup-btn {
    left: 60.7vw;
    bottom: 28.6vw;
  }
}

.page .aoyama-suit04-content__item .img {
  position: relative;
}

.page .aoyama-suit04-content__item .popup-btn {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  bottom: 25%;
  left: 29%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__item .popup-btn {
    width: 24.5vw;
    height: 24.5vw;
    left: 6.5vw;
    bottom: 28.6vw;
  }
}

.page .aoyama-suit04-content__img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}

.page .aoyama-suit04-content__text {
  max-width: 310px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__text {
    max-width: 75.5vw;
  }
}

.page .aoyama-suit04-content__text .text {
  font-size: 13px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__text .text {
    font-size: 2.9vw;
    max-width: 62.5vw;
    margin: auto;
    margin-bottom: 6.3vw;
  }
}

.page .aoyama-suit04-content__text .item__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__text .item__list li {
    gap: 4.2vw;
  }
}

.page .aoyama-suit04-content__text .item__list li .item__list__img {
  width: 144px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__text .item__list li .item__list__img {
    width: 32.3vw;
  }
}

.page .aoyama-suit04-content__text .item__list li .item__list__text {
  width: 144px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__text .item__list li .item__list__text {
    width: 39.1vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__text .item__list li .item__list__text .item--name {
    font-size: 3.6vw;
    margin-bottom: 2.3vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__text .item__list li .item__list__text .item--size {
    font-size: 3.6vw;
    margin-bottom: 2.3vw;
  }
}

.page .aoyama-suit04-content__text .item__list li .item__list__text .item--price {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04-content__text .item__list li .item__list__text .item--price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit04__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit04__wrapper {
    padding: 0 20px;
  }
}

.page .aoyama-suit04__title {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .aoyama-suit04__title {
    width: 89.5%;
  }
}

.page .aoyama-suit04__text {
  margin-top: 0;
}

.page .aoyama-suit05 {
  padding: 128px 0;
  position: relative;
  background: #FFEAEC;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 {
    padding: 16.7vw 0 16.7vw 0;
    margin-top: 0;
  }
}

.page .aoyama-suit05__top {
  max-width: 1010px;
  width: 100%;
  position: relative;
  padding-left: 26%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__top {
    max-width: 89.8vw;
    padding-left: 0;
    margin: auto;
  }
}

.page .aoyama-suit05__top .img {
  position: absolute;
  width: 31.6%;
  left: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__top .img {
    top: 62.8vw;
    width: 43.2vw;
  }
}

.page .aoyama-suit05__top .popup-btn {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  bottom: 91px;
  left: 17px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__top .popup-btn {
    width: 24.5vw;
    height: 24.5vw;
    left: 0;
    bottom: 10vw;
  }
}

.page .aoyama-suit05__top .text-info {
  max-width: 470px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47px;
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit05__top .text-info {
    margin: auto;
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__top .text-info {
    max-width: 40.9vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 9.4vw;
    margin: 18.5vw 0 17.7vw auto;
  }
}

.page .aoyama-suit05__top .text-info__text {
  width: 253px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__top .text-info__text {
    width: 100%;
    font-size: 2.9vw;
  }
}

.page .aoyama-suit05__top .text-info__img {
  width: 170px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__top .text-info__img {
    width: 39.1vw;
  }
}

.page .aoyama-suit05__bottom {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__bottom {
    margin-top: 3.4vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__text {
    max-width: 69.8vw;
    width: 100%;
    margin: auto;
  }
}

.page .aoyama-suit05__text p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", "sans-serif";
  padding: 10px;
  line-height: 1.88;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.page .aoyama-suit05__text p:nth-child(2), .page .aoyama-suit05__text p:nth-child(3) {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__text p {
    font-size: 3.1vw;
    text-align: left;
    padding: 0;
    border: none;
    text-decoration: underline;
    margin: 0;
    text-align: justify;
    text-underline-offset: 0.8vw;
  }
}

.page .aoyama-suit05__nav {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__nav {
    margin-top: 6.3vw;
  }
}

.page .aoyama-suit05__nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__nav .nav__list {
    max-width: 89.8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6vw;
  }
}

.page .aoyama-suit05__nav .nav__list li {
  width: calc(100% / 5 - 27px);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__nav .nav__list li {
    width: calc(100% / 3 - 16px);
  }
}

.page .aoyama-suit05-recommend {
  max-width: 689px;
  width: 100%;
  margin: auto;
  background-color: #FFEAEC;
  border: 1px solid #333;
  margin-top: 40px;
  padding: 54px 0 38px 36px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05-recommend {
    max-width: 89.6vw;
    padding: 4.7vw 0 10.4vw 6vw;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit05-recommend__title {
  width: 146px;
  position: absolute;
  right: 29px;
  top: 42px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05-recommend__title {
    position: initial;
    width: 30.7vw;
    margin: auto;
    margin-bottom: 6vw;
  }
}

.page .aoyama-suit05-recommend__img {
  position: absolute;
  top: 157px;
  right: 45px;
  width: 106px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05-recommend__img {
    width: 27.6vw;
    top: 57.3vw;
    right: 10.4vw;
  }
}

.page .aoyama-suit05-recommend__list li:last-child .info {
  margin-bottom: 0;
}

.page .aoyama-suit05-recommend .info {
  padding-left: 37px;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05-recommend .info {
    padding-left: 5.2vw;
    margin-bottom: 4.9vw;
  }
}

.page .aoyama-suit05-recommend .info__title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 8px;
  display: inline;
  position: relative;
  z-index: 1;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F8BDF2));
  background: linear-gradient(transparent 60%, #F8BDF2 60%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05-recommend .info__title {
    font-size: 3.6vw;
    padding: 0 1vw;
  }
}

.page .aoyama-suit05-recommend .info__text {
  margin-top: 7px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05-recommend .info__text {
    margin-top: 3.1vw;
    font-size: 2.9vw;
  }
}

.page .aoyama-suit05-recommend .info:after {
  content: '';
  display: block;
  width: 24px;
  height: 21px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/recommend-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05-recommend .info:after {
    width: 4.7vw;
    height: 4.4vw;
    top: 0.8vw;
  }
}

.page .aoyama-suit05__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit05__wrapper {
    padding: 0 20px;
  }
}

.page .aoyama-suit05__title {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__title {
    margin-bottom: 3.4vw;
  }
}

.page .aoyama-suit05 .suit05-reasons {
  max-width: 980px;
  margin: auto;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons {
    max-width: 90.1vw;
    margin-top: 8.3vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__title {
  font-size: 24px;
  color: #4FA8E8;
  margin-bottom: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__title {
    font-size: 5.7vw;
    margin-bottom: 4.2vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__title-sub {
  font-size: 16px;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__title-sub {
    font-size: 3.6vw;
    margin-bottom: 1vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__title span {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  display: block;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__title span {
    font-size: 2.9vw;
    margin-top: 1vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__text {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__text {
    font-size: 2.9vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-left: 74px;
}

.page .aoyama-suit05 .suit05-reasons__top.suit05-reasons__top--01 {
  max-width: 458px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top.suit05-reasons__top--01 {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top {
    padding-left: 0;
    padding-top: 14.3vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top::before {
  content: '';
  display: block;
  width: 58px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top::before {
    width: 11.7vw;
    height: 9.9vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.2vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner.reason05-wrapper {
  gap: 38px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner.reason05-wrapper {
    gap: 2.3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 60.9vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .img {
  max-width: 322px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .img {
    max-width: 72.9vw;
    margin: auto;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .img.img-reason05 {
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .img.img-reason05 {
    max-width: 37.8vw;
    margin: 0;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items {
  max-width: 308px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items {
    max-width: 79.4vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items.reason05-items {
  max-width: 419px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items.reason05-items {
    max-width: 39.8vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items.reason05-items .items__text {
    font-size: 2.9vw;
    margin-bottom: 0;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__img {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__img {
    max-width: 32.6vw;
    margin-bottom: 9.4vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--name {
  padding-left: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--name {
    font-size: 3.4vw;
    padding-left: 4.2vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--name::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFEAEC;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--name::before {
    width: 2.1vw;
    height: 2.1vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--price {
    font-size: 3.4vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--price__price {
  margin-right: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--price__price {
    font-size: 3.4vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--price__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--price__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--price__btn a {
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 4px;
  background-color: #FFEAEC;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items--price__btn a {
    font-size: 2.9vw;
    padding: 1.5vw 1.8vw;
    border-radius: 1vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__text {
  font-size: 13px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__text {
    font-size: 2.9vw;
    margin-bottom: 8.3vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list {
  max-width: 210px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list {
    max-width: 54.7vw;
    margin-bottom: 8.3vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list.items__list-reason05 {
  max-width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list.items__list-reason05 {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list.items__list-reason05 li {
  padding-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list.items__list-reason05 li {
    padding-bottom: 2.1vw;
    margin-bottom: 4.2vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list.items__list-reason05 li .items--size {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list.items__list-reason05 li .items--size {
    font-size: 2.9vw;
    margin-top: 2.1vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 4px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list li {
    margin-bottom: 3.1vw;
    padding-bottom: 1vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list li:last-child {
  margin-bottom: 0;
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list li::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #969696 0px, #969696 2px, transparent 2px, transparent 4px);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list li::after {
    background: repeating-linear-gradient(to right, #969696 0px, #969696 4px, transparent 4px, transparent 8px);
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__list li.borderNone::after {
  content: none;
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__btn {
  font-size: 14px;
  max-width: 297px;
  width: 100%;
  margin: auto;
  background: #F4B9BF;
  border: 1px solid #000;
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 0 #000;
          box-shadow: 4px 4px 0 0 #000;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__btn {
    font-size: 3.6vw;
    max-width: 89.6vw;
    border: 0.3vw solid #000;
    border-radius: 2.1vw;
    padding: 5.3vw 0;
    -webkit-box-shadow: 1vw 1vw 0 0 #000;
            box-shadow: 1vw 1vw 0 0 #000;
  }
}

.page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/arrow-right2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__top .suit05-reasons-inner .items__btn::after {
    height: 2.6vw;
    width: 5.2vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px;
  gap: 38px;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/bg03.png");
  background-size: 100% auto;
  background-position: top center;
  border: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__wrapper {
    padding: 8.3vw 5.1vw;
    gap: 8.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/bg03-sp.png");
  }
}

.page .aoyama-suit05 .suit05-reasons__wrapper:nth-child(1) .suit05-reasons__top::before {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/reason-icon01.png");
}

.page .aoyama-suit05 .suit05-reasons__wrapper:nth-child(2) .suit05-reasons__top::before {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/reason-icon02.png");
}

.page .aoyama-suit05 .suit05-reasons__wrapper:nth-child(3) .suit05-reasons__top::before {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/reason-icon03.png");
}

.page .aoyama-suit05 .suit05-reasons__wrapper:nth-child(4) .suit05-reasons__top::before {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/reason-icon04.png");
}

.page .aoyama-suit05 .suit05-reasons__wrapper:nth-child(5) {
  margin-bottom: 0;
}

.page .aoyama-suit05 .suit05-reasons__wrapper:nth-child(5) .suit05-reasons__top::before {
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/2026/reason-icon05.png");
}

.page .aoyama-suit05 .suit05-reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit05 .suit05-reasons__item {
  max-width: 170px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.4vw;
  }
}

.page .aoyama-suit05 .suit05-reasons__item .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__item .img {
    max-width: 39.8vw;
    width: 100%;
  }
}

.page .aoyama-suit05 .suit05-reasons__item .text {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .suit05-reasons__item .text {
    font-size: 2.9vw;
    width: 34.1vw;
  }
}

.ajax_area {
  display: block !important;
}

.modaal-wrapper {
      z-index: 99999;
}
.modaal-wrapper .modaal-close {
  position: absolute;
  top: -13px;
  right: -15px;
  background-color: #F4B9BF;
  border-radius: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close {
    width: 10.4vw;
    height: 10.4vw;
    top: -2.9vw;
    right: -2.6vw;
    border: 0.3vw solid #333;
  }
}

.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  background: #000000;
  width: 2px;
  height: 17px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
    width: 0.4vw;
    height: 4.9vw;
  }
}

.modaal-container {
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .modaal-container {
    width: 89.6vw;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding-top: 90px;
    padding-right: 0;
    padding-left: 0;
  }
}



.modaal-content-container {
  padding: 64px 0;
}

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 5.2vw 5.2vw 11.7vw 5.2vw;
  }
}

.products-modal__wrapper {
  max-width: 1200px;
  width: 100%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.5%;
  
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .products-modal__wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .products-modal__wrapper {
    max-width: 79.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}

.products-modal__left {
  width: 424px;
}

@media screen and (max-width: 768px) {
  .products-modal__left {
    width: 100%;
    margin-right: 0;
  }
}

.products-modal__right {
  max-width: 454px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .products-modal__right {
    max-width: 100%;
    margin-top: 6.3vw;
  }
}

.products-modal__right .item__list {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .products-modal__right .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

.products-modal__right .item__list li {
  max-width: 138px;
  width: calc(100% / 3 - 13.5px);
  margin: 0;
}

@media screen and (min-width: 769px) {
  .products-modal__right .item__list li {
    margin-right: 20px;
  }
  .products-modal__right .item__list li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .products-modal__right .item__list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list li {
    max-width: 32.6vw;
    width: 100%;
    margin-right: 4.2vw;
  }
}

.products-modal__right .item__list li:last-child {
  margin-right: 0;
}

.products-modal__right .item__list .item__list__text {
  width: 100%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list .item__list__text {
    width: 100%;
  }
}

.products-modal__right .item__list .item__list__text .item--name {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list .item__list__text .item--name {
    font-size: 3.4vw;
    margin-top: 2.1vw;
  }
}

.products-modal__right .item__list .item__list__text .item--price {
  font-weight: 700;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list .item__list__text .item--price {
    font-size: 3.6vw;
    margin-top: 1vw;
  }
}

.products-modal__right .item__list .item__list__text .item--size {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list .item__list__text .item--size {
    font-size: 2.9vw;
    margin-top: 1vw;
  }
}

.products-modal__right .item__list.is-column-one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-modal__right .item__list.is-column-one li {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .products-modal__right .item__list.is-column-one li {
    width: 100%;
    max-width: 230px;
  }
}

@media screen and (min-width: 769px) {
  .products-modal__right .item__list.is-column-2 {
    max-width: 525px;
  }
  .products-modal__right .item__list.is-column-2 li:nth-child(3) {
    margin-top: 50px;
  }
}

.products-modal__img {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .products-modal__img {
    margin: auto;
    margin-bottom: 6.3vw;
  }
}

.products-modal__size {
  font-size: 16px;
  font-weight: 700;
  border-radius: 18px;
  max-width: 135px;
  width: 100%;
  margin: auto;
  background: #CAE2FE;
  border: 2px solid #000000;
  margin-bottom: 16px;
  text-align: center;
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  .products-modal__size {
    font-size: 3.9vw;
    font-weight: 700;
    border-radius: 4.3vw;
    max-width: 33.2vw;
    border: 0.3vw solid #000000;
    padding: 1.3vw 0;
    margin: initial;
  }
}

.products-modal__desc {
  font-size: 13px;
  margin-top: 24px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .products-modal__desc {
    font-size: 3.6vw;
    margin-top: 4vw;
  }
}

.products-modal__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 525px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .products-modal__product {
    display: block;
    overflow: hidden;
  }
}

.products-modal__product.item_three {
  max-width: 820px;
  width: 96%;
}

.products-modal__product.item_three .item__list {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .products-modal__product .c-btn--more {
    margin-bottom: 6.3vw;
  }
}

.products-modal__product .c-btn--more:last-child {
  margin-bottom: 0;
}

.section-bnr {
  text-align: center;
  margin: 60px auto 0;
}
.section-bnr a {
  display: inline-block;
}
.section-bnr p {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) { 
  .section-bnr {
    width: 89.5%;
    margin: 15vw auto 0;
  }
}
/*# sourceMappingURL=style.css.map */