@charset "UTF-8";
.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;
  }
}

main{
  margin-bottom: 0 !important;
}
.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;
}

@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: 22px;
  line-height: 1.5;
  padding: 8.5px 0;
}

@media screen and (max-width: 768px) {
  .page .kv-text {
    font-size: 4.3vw;
    padding: 2vw 0;
  }
}

.page .kv-text span {
  font-size: 18px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
  .page .kv-text span {
    font-size: 3.5vw;
  }
}

.page .contents {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.page .contents__intro {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.74;
  margin: 70px 0 80px;
}

@media screen and (max-width: 768px) {
  .page .contents__intro {
    font-size: 3.6vw;
    margin: 10.4vw 0;
  }
}

@media screen and (max-width: 768px) {
  .page .contents-nav {
    max-width: 89.6vw;
    width: 100%;
    margin: auto;
  }
}

.page .contents-nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .page .contents-nav__head {
    -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: 5.4vw 0;
  }
}

.page .contents-nav__head .text-left {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", "serif";
  padding: 36px 39px;
}

@media screen and (max-width: 768px) {
  .page .contents-nav__head .text-left {
    font-size: 2.7vw;
    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: 1055px;
  width: 100%;
  margin: auto;
  margin-top: 56px;
}

@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;
  }
}

.page .contents-nav__list li {
  max-width: 480px;
  width: calc(100% / 2 - 46px);
  margin-bottom: 53px;
}

@media screen and (max-width: 768px) {
  .page .contents-nav__list li {
    max-width: 100%;
    width: 100%;
  }
}

.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: 90px;
  }
}

.page .aoyama-suit {
  margin: auto;
  margin-top: 128px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit {
    margin-top: 16.7vw;
  }
}

.page .aoyama-suit01 {
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 {
    max-width: 89.6vw;
  }
}

.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;
  margin: auto;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  max-width: 537px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01__title {
    max-width: 82vw;
    font-size: 6.3vw;
    padding-bottom: 15px;
  }
}

.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__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-suit01__title::after {
    height: 5.2vw;
  }
}

.page .aoyama-suit01 .nav-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@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;
  }
}

.page .aoyama-suit01 .nav-colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}

.page .aoyama-suit01 .nav-colors__list li:nth-child(1) {
  margin-right: 47px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors__list li:nth-child(1) {
    margin-right: 7.6vw;
  }
}

.page .aoyama-suit01 .nav-colors__btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  line-height: 1.66;
  padding: 15.5px 0;
  color: #FFFFFF;
  margin-top: 39px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors__btn {
    font-size: 3.6vw;
    border-radius: 1.3vw;
    margin-top: 6.3vw;
    padding: 3.8vw 0;
  }
}

.page .aoyama-suit01 .nav-colors__btn::after {
  content: '';
  width: 18px;
  height: 8px;
  display: block;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/arrow-down.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors__btn::after {
    width: 3.6vw;
    height: 1.6vw;
    right: 3.8vw;
  }
}

.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-colors1 {
  text-align: center;
  max-width: 555px;
  width: 100%;
  margin-right: 7.5%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors .nav-colors1 {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 10.4vw;
  }
}

.page .aoyama-suit01 .nav-colors .nav-colors1__heading {
  font-size: 40px;
  font-family: "minerva-modern", "sans-serif";
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .nav-colors .nav-colors1__heading {
    font-size: 8.5vw;
  }
}

.page .aoyama-suit01 .nav-colors .nav-colors1 .nav-colors__btn {
  background: #B1AEAE;
}

.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 .accordion-container {
  position: relative;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .accordion-container {
    margin-top: 5.2vw;
  }
}

.page .aoyama-suit01 .accordion-container.accordion-container--02 .accordion-content__list .content::before {
  background: #E4C5F9;
}

.page .aoyama-suit01 .accordion-container.accordion-container--02 .accordion-content__list .content__btn a {
  background: #E4C5F9;
}

.page .aoyama-suit01 .accordion-container.accordion-container--03 .accordion-content__list .content::before {
  background: #B5E5EB;
}

.page .aoyama-suit01 .accordion-container.accordion-container--03 .accordion-content__list .content__btn a {
  background: #B5E5EB;
}

.page .aoyama-suit01 .accordion-container.accordion-container--04 .accordion-content__list .content::before {
  background: #F7D4DD;
}

.page .aoyama-suit01 .accordion-container.accordion-container--04 .accordion-content__list .content__btn a {
  background: #F7D4DD;
}

.page .aoyama-suit01 .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: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .accordion-content {
    padding: 5.2vw;
  }
}

.page .aoyama-suit01 .accordion-content__text {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .accordion-content__text {
    font-size: 3.6vw;
    border-radius: 1vw;
  }
}

.page .aoyama-suit01 .accordion-content__list {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .accordion-content__list {
    margin-top: 6.4vw;
  }
}

.page .aoyama-suit01 .accordion-content__list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
  position: relative;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .accordion-content__list .content {
    padding-left: 3.6vw;
    margin-bottom: 4.6vw;
  }
}

.page .aoyama-suit01 .accordion-content__list .content:last-child {
  margin-bottom: 0;
}

.page .aoyama-suit01 .accordion-content__list .content::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #BDCBF8;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .accordion-content__list .content::before {
    width: 2.6vw;
    height: 2.6vw;
    top: 3.6vw;
  }
}

.page .aoyama-suit01 .accordion-content__list .content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .accordion-content__list .content__text {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit01 .accordion-content__list .content__text .content--name {
  margin-right: 8px;
  line-height: 2;
}

.page .aoyama-suit01 .accordion-content__list .content__text .content--price {
  line-height: 2;
}

.page .aoyama-suit01 .accordion-content__list .content__text--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .aoyama-suit01 .accordion-content__list .content__size {
  line-height: 2;
}

.page .aoyama-suit01 .accordion-content__list .content__btn a {
  width: 119px;
  font-size: 13px;
  background-color: #BDCBF8;
  border-radius: 6px;
  text-align: center;
  padding: 6px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .accordion-content__list .content__btn a {
    width: 27.3vw;
    font-size: 3.4vw;
    padding: 0.7vw;
    border-radius: 0.8vw;
  }
}

.page .aoyama-suit01 .black-suits {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 128px;
}

@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-top {
  max-width: 668px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-top {
    max-width: 100%;
  }
}

.page .aoyama-suit01 .black-suits-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@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;
  }
}

.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:nth-child(1) {
  margin-right: 74px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom__cont:nth-child(1) {
    margin-right: 0;
    margin-bottom: 16.7vw;
  }
}

.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/suit01-accor-open.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/navysuit-btn-img02.png");
}

.page .aoyama-suit01 .black-suits-bottom__btn {
  font-size: 16px;
  font-weight: 500;
  margin: auto;
  border-radius: 8px;
  text-align: center;
  padding: 18px 0;
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid #000000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .black-suits-bottom__btn {
    border: 0.13vw solid #000000;
    border-radius: 1vw;
    font-size: 3.6vw;
    padding: 5.7vw 5.2vw;
    margin-top: 5.2vw;
    position: relative;
    text-align: left;
    border-radius: 1vw;
  }
}

.page .aoyama-suit01 .black-suits-bottom__btn.accor-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

.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/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: 128px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits {
    max-width: 89.6vw;
    margin-top: 16.7vw;
  }
}

.page .aoyama-suit01 .navy-suits__heading {
  font-size: 40px;
  color: #7084BE;
  font-family: "minerva-modern", "sans-serif";
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits__heading {
    font-size: 8.5vw;
    margin-bottom: 10.4vw;
  }
}

.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-top {
  max-width: 668px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-top {
    max-width: 100%;
  }
}

.page .aoyama-suit01 .navy-suits-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@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;
  }
}

.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:nth-child(1) {
  margin-right: 6.2%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom__cont:nth-child(1) {
    margin-right: 0;
    margin-bottom: 16.7vw;
  }
}

.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/navysuit-btn-img03.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/navysuit-btn-img04.png");
}

.page .aoyama-suit01 .navy-suits-bottom__btn {
  font-size: 16px;
  font-weight: 500;
  margin: auto;
  border-radius: 8px;
  text-align: center;
  padding: 18px 0;
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid #000000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit01 .navy-suits-bottom__btn {
    border: 0.13vw solid #000000;
    border-radius: 1vw;
    font-size: 3.6vw;
    padding: 5.7vw 5.2vw;
    margin-top: 5.2vw;
    position: relative;
    text-align: left;
    border-radius: 1vw;
  }
}

.page .aoyama-suit01 .navy-suits-bottom__btn.accor-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

.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/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-suit .gif01 {
  width: 15%;
  position: absolute;
  left: 0.42%;
  top: 0;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit .gif01 {
    top: -3%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif01 {
    position: relative;
    width: 42.8vw;
    height: 42.8vw;
    margin-top: 1vw;
    left: 13.9vw;
  }
}

.page .aoyama-suit .gif01::after {
  content: '';
  display: block;
  width: 85%;
  height: 40.6%;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/gif-text01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 83%;
  top: 19%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif01::after {
    width: 36.6vw;
    height: 17.6vw;
    top: 8.1vw;
    left: 34.5vw;
  }
}

.page .aoyama-suit .gif02 {
  width: 12.9999%;
  position: absolute;
  right: 8.3%;
  top: 9.12%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif02 {
    width: 31.6vw;
    top: 62.7vw;
    right: 52.4vw;
    left: initial;
  }
}


.page .aoyama-suit .gif02::after {
  content: '';
  display: block;
  width: 107%;
  height: 58%;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/gif-text02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 58%;
  top: -20%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif02::after {
    width: 32.7vw;
    height: 17.7vw;
    left: 16.9vw;
    top: -6.5vw;
  }
}

.page .aoyama-suit .gif03 {
  width: 33.4%;
  position: absolute;
  left: 13%;

}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit .gif03 {
    top: -7%;
    right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif03 {
    bottom: 38vw;
    width: 33.7vw;
    left: 49.7vw;
  }
}

.page .aoyama-suit .gif03::before {
  content: '';
  display: block;
  width: 79px;
  height: 12px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/gif03-text-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -8px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif03::before {
    content: '';
    display: block;
    width: 14.7vw;
    height: 2.2vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif03::after {
    content: '';
    display: block;
    width: 33.5vw;
    height: 33.5vw;
    background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/gif02-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 27.5vw;
    bottom: 6vw;
  }
}

.page .aoyama-suit .gif04 {
  width: 15%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit .gif04 {
    top: -3%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif04 {
    position: relative;
    width: 42.8vw;
    height: 42.8vw;
    margin-top: 1vw;
    left: 12.9vw;
    top: 6vw;
  }
}

.page .aoyama-suit .gif04::after {
  content: '';
  display: block;
  width: 100%;
  height: 41.8%;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/gif-text04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 73%;
  top: -6.5%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif04::after {
    width: 46.5vw;
    height: 18.8vw;
  }
}

.page .aoyama-suit .gif05 {
  width: 15%;
  position: absolute;
  right: 6.42%;
  top: 2%;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit .gif05 {
    top: -3%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif05 {
    position: relative;
    width: 42.8vw;
    height: 42.8vw;
    margin-top: 1vw;
    left: 13.9vw;
    top: 7.4vw;
  }
}

.page .aoyama-suit .gif05::after {
  content: '';
  display: block;
  width: 80%;
  height: 42.6%;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/gif-text05.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 63%;
  top: -9%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif05::after {
    width: 33.7vw;
    height: 16.9vw;
    top: -3.1vw;
    left: 26.2vw;
  }
}

.page .aoyama-suit .gif06 {
  width: 15%;
  position: absolute;
  left: 33%;
  bottom: 16%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif06 {
    position: relative;
    width: 39.1vw;
    height: 39.1vw;
    margin-top: -1.3vw;
    left: 24.5vw;
  }
}

.page .aoyama-suit .gif06::before {
  content: '';
  display: block;
  width: 143px;
  height: 13px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/gif06-text-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit .gif06::before {
    content: '';
    display: block;
    width: 29.8vw;
    height: 2.9vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 1.6vw;
  }
}

.page .aoyama-suit02 {
  background-color: #FDF8FB;
  padding: 112px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 {
    padding: 12.5vw 0;
  }
}

.page .aoyama-suit02__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.page .aoyama-suit02__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-suit02__title {
    max-width: 82vw;
    font-size: 6.3vw;
    padding-bottom: 15px;
  }
}

.page .aoyama-suit02__title .title-sub {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__title .title-sub {
    font-size: 4.2vw;
    margin-bottom: 2.9vw;
  }
}

.page .aoyama-suit02__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-suit02__title::after {
    height: 5.2vw;
  }
}

.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 {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__img {
    margin-top: 0;
    max-width: 89.6vw;
    width: 100%;
    margin: auto;
  }
}

.page .aoyama-suit02 .suit02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item {
    max-width: 89.6vw;
  }
}

.page .aoyama-suit02 .suit02-item__id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 324px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__id {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit02 .suit02-item__id:nth-child(1) {
  margin-right: 8%;
}

.page .aoyama-suit02 .suit02-item__text {
  padding-right: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__text {
    padding-right: 0;
    padding-bottom: 3.6vw;
  }
}

.page .aoyama-suit02 .suit02-item__text::after {
  content: '';
  display: block;
  height: 100px;
  width: 1.5px;
  background: repeating-linear-gradient(to bottom, #000000 0px, #000000 6px, transparent 6px, transparent 10px);
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__text::after {
    width: 100%;
    height: 0.3vw;
    right: 50%;
    bottom: 0;
    top: unset;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background: repeating-linear-gradient(to right, #000000 0px, #000000 6px, transparent 6px, transparent 10px);
  }
}

.page .aoyama-suit02 .suit02-item__size {
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item__size {
    padding-left: 0;
    padding-top: 2vw;
  }
}

.page .aoyama-suit02 .suit02-item--name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item--name {
    font-size: 3.4vw;
    margin-bottom: 2.7vw;
  }
}

.page .aoyama-suit02 .suit02-item--price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item--price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit02 .suit02-item--size {
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item--size {
    font-size: 3.6vw;
    margin-bottom: 5.1vw;
  }
}

.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 #707070;
  border-radius: 50%;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02 .suit02-item--colors .color-btn {
    width: 12.2vw;
    height: 12.2vw;
    margin-right: 2.1vw;
    border: 0.13vw solid #707070;
  }
}

.page .aoyama-suit02 .suit02-item--colors .color-btn:nth-child(1) {
  background-color: #FFFFFF;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn:nth-child(2) {
  background-color: #FCEBF3;
}

.page .aoyama-suit02 .suit02-item--colors .color-btn:nth-child(3) {
  background-color: #CAE2FE;
}

.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: 100%;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 8.99%;
}

@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;
  }
}

.page .aoyama-suit02__bottom .suit02-item__img {
  position: relative;
}

.page .aoyama-suit02__bottom .suit02-item__img .image-bg {
  position: absolute;
  top: -7.2%;
  left: -25.5%;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom .suit02-item__img .image-bg {
    position: initial;
    width: 74vw;
    margin: auto;
    margin-top: 1.7vw;
  }
}

.page .aoyama-suit02__bottom .suit02-item__img .image-bg2 {
  position: absolute;
  right: -13.5%;
  top: 5.8%;
  width: 37%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom .suit02-item__img .image-bg2 {
    width: 29.2vw;
    height: 36.7vw;
    right: -5.2vw;
    top: 10.7vw;
  }
}

.page .aoyama-suit02__bottom .suit02-item__id {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 420px;
  width: calc(100% / 2 - 56px);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom .suit02-item__id {
    max-width: 79.2vw;
    width: 100%;
    margin-bottom: 10.4vw;
  }
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit02__bottom .suit02-item__id:nth-child(1), .page .aoyama-suit02__bottom .suit02-item__id:nth-child(2) {
    margin-bottom: 80px;
  }
}

.page .aoyama-suit02__bottom .suit02-item__id:nth-child(odd) {
  margin-right: 11.72%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom .suit02-item__id:nth-child(odd) {
    margin-right: 0;
  }
}

.page .aoyama-suit02__bottom .suit02-item__id:nth-child(even) {
  margin-right: 0 !important;
}

.page .aoyama-suit02__bottom .suit02-item__id:last-child {
  margin-bottom: 0;
}

.page .aoyama-suit02__bottom--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit02__bottom--inner {
    max-width: 62.5vw;
    width: 100%;
    margin: auto;
    margin-top: 4.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit02__btn {
  max-width: 470px;
  width: 100%;
  margin: auto;
  background: #F4B9BF;
  border: 2px solid #000;
  margin-top: 96px;
  text-align: center;
  font-weight: 500;
  padding: 27.5px 0;
  border-radius: 10px;
  position: relative;
}

@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: 1.3vw;
    padding: 6.8vw 0;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit02__btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/arrow-right2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .aoyama-suit02__btn::after {
    height: 3.6vw;
    width: 1.6vw;
  }
}

.page .aoyama-suit03 {
  padding: 0 0 123px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 {
    padding: 12.5vw 0 7.8vw 0;
    margin-top: 0;
  }
}

.page .aoyama-suit03__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .item__list {
    max-width: 100%;
    padding-left: 5.2vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .page .aoyama-suit03 .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .item__list li {
    max-width: 35vw;
    width: 100%;
    margin-right: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .item__list li:last-child {
    margin-top: 0;
  }
}

.page .aoyama-suit03__title {
  max-width: 665px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__title {
    max-width: 72.5vw;
    font-size: 6.3vw;
  }
}

.page .aoyama-suit03__title .title-sub {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__title .title-sub {
    font-size: 4.2vw;
    margin-bottom: 3.1vw;
  }
}

.page .aoyama-suit03__desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 34px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03__desc {
    font-size: 3.6vw;
    margin-top: 5.2vw;
    line-height: 1.7;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-item {
    padding: 0 20px;
  }
}

.page .aoyama-suit03 .suit03-item--price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item--price {
    font-size: 3.6vw;
    margin-top: 3.4vw;
  }
}

.page .aoyama-suit03 .suit03-item__content {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item__content {
    margin-top: 45.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page .aoyama-suit03 .suit03-item__content-left {
  max-width: 510px;
  width: 44%;
  margin-right: 56px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item__content-left {
    max-width: 79.2vw;
    width: 100%;
    margin: auto;
    padding-top: 51.4vw;
  }
}

.page .aoyama-suit03 .suit03-item__content-right {
  max-width: 100%;
}

.page .aoyama-suit03 .suit03-item__content-right .suit03-item__product {
  max-width: 634px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item__content-right .suit03-item__product {
    max-width: 79.2vw;
    margin: auto;
  }
}

.page .aoyama-suit03 .suit03-item__content-right .suit03-item__product .popup-btn {
  width: 21.14%;
  height: 15%;
  left: initial;
  right: 24px;
  bottom: 37px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item__content-right .suit03-item__product .popup-btn {
    width: 22.1vw;
    height: 22.1vw;
    left: initial;
    right: 4vw;
    bottom: 3.8vw;
  }
}

.page .aoyama-suit03 .suit03-item__content-right .suit03-item__product .img {
  margin-top: 27.6%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item__content-right .suit03-item__product .img {
    margin-top: 0;
  }
}

.page .aoyama-suit03 .suit03-item__design {
  max-width: 499px;
  width: 100%;
  margin-bottom: 180px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item__design {
    max-width: 79.2vw;
    margin-bottom: 9.4vw;
  }
}

.page .aoyama-suit03 .suit03-item__product {
  position: relative;
}

.page .aoyama-suit03 .suit03-item__product .popup-btn {
  width: 26.3%;
  height: 19.4%;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFDC9;
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item__product .popup-btn {
    width: 22.1vw;
    height: 22.1vw;
    border: 0.3vw solid #000;
    bottom: 5.9vw;
    left: 3.3vw;
  }
}

.page .aoyama-suit03 .suit03-item__product .popup-btn p {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit03 .suit03-item__product .popup-btn p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .suit03-item__product .popup-btn p {
    font-size: 3.8vw;
  }
}

.page .aoyama-suit03 .more-items {
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .more-items {
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit03 .more-items__heading {
  font-size: 24px;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 72px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .more-items__heading {
    font-size: 3.6vw;
    padding-bottom: 5.6vw;
    margin: 0 auto 7.3vw;
    width: 52vw;
  }
}

.page .aoyama-suit03 .more-items__heading::after {
  content: '';
  display: block;
  width: 527px;
  height: 25px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/more-item-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit03 .more-items__heading::after {
    width: 52vw;
    height: 2.7vw;
  }
}

.page .aoyama-suit03__btn {
  max-width: 470px;
  width: 100%;
  margin: auto;
  background: #F4B9BF;
  border: 2px solid #000;
  margin-top: 96px;
  text-align: center;
  font-weight: 500;
  padding: 27.5px 0;
  border-radius: 10px;
  position: relative;
}

@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: 1.3vw;
    padding: 6.8vw 0;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit03__btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/arrow-right2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .aoyama-suit03__btn::after {
    height: 3.6vw;
    width: 1.6vw;
  }
}

.page .aoyama-suit04 {
  padding: 112px 0 112px 0;
  position: relative;
  background: #FFF8FB;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 {
    padding: 16.7vw 0 16.7vw 0;
  }
}

.page .aoyama-suit04__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.page .aoyama-suit04__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: 472px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__title {
    max-width: 82vw;
    font-size: 6.3vw;
    padding-bottom: 15px;
  }
}

.page .aoyama-suit04__title .title-sub {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__title .title-sub {
    font-size: 4.2vw;
    margin-bottom: 2.9vw;
  }
}

.page .aoyama-suit04__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-suit04__title::after {
    height: 5.2vw;
  }
}

.page .aoyama-suit04__desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__desc {
    font-size: 3.6vw;
    margin-top: 5.2vw;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit04 .suit04-item {
    padding: 0 20px;
  }
}

.page .aoyama-suit04 .suit04-item--price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item--price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit04 .suit04-item__content {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.2vw;
  }
}

.page .aoyama-suit04 .suit04-item__content-left {
  max-width: 634px;
  width: 53%;
  margin-right: 9.34%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__content-left {
    max-width: 79.2vw;
    width: 100%;
    margin: auto;
  }
}

.page .aoyama-suit04 .suit04-item__content-left .suit04-item__product .popup-btn {
  width: 22%;
  height: 15.2%;
  right: 24px;
  bottom: 24px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__content-left .suit04-item__product .popup-btn {
    width: 22.1vw;
    height: 22.1vw;
    right: 4vw;
    bottom: 3.8vw;
  }
}

.page .aoyama-suit04 .suit04-item__content-right {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__content-right {
    margin-top: 4.2vw;
  }
}

.page .aoyama-suit04 .suit04-item__content-right .suit04-item__product {
  max-width: 634px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__content-right .suit04-item__product {
    max-width: 79.2vw;
    margin: auto;
  }
}

.page .aoyama-suit04 .suit04-item__types {
  max-width: 272px;
  width: 66.2%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types {
    max-width: 55.7vw;
    width: 100%;
    margin-top: 5.2vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__title {
  max-width: 242px;
  width: 100%;
  margin: auto;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__title {
    max-width: 31.6vw;
    margin-bottom: 3.1vw;
    font-size: 3.6vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__title::before, .page .aoyama-suit04 .suit04-item__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%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__title::before, .page .aoyama-suit04 .suit04-item__types .types__title::after {
    width: 3.6vw;
    height: 3.6vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__title::before {
  left: 0;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/slant-line01.png");
}

.page .aoyama-suit04 .suit04-item__types .types__title::after {
  right: 0;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/slant-line02.png");
}

.page .aoyama-suit04 .suit04-item__types .types__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__name {
    font-size: 3.4vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__list {
    margin-top: 3.1vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__list li {
  width: 124px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__list li {
    width: 25.4vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__list li:nth-child(1) {
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__list li:nth-child(1) {
    margin-right: 4.4vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__btn {
  font-size: 15px;
  text-align: center;
  border: 1.5px solid #000;
  background: #FCEBF3;
  padding: 12px 0;
  margin-top: 8px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__btn {
    font-size: 3.6vw;
    border: 0.2vw solid #000;
    padding: 2.1vw 0;
    margin-top: 1.6vw;
  }
}

.page .aoyama-suit04 .suit04-item__types .types__btn::after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/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%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__types .types__btn::after {
    width: 0.8vw;
    height: 1.8vw;
    right: 2.2vw;
  }
}

.page .aoyama-suit04 .suit04-item__design {
  max-width: 411px;
  width: 100%;
  margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__design {
    max-width: 79.2vw;
    margin-bottom: 9.4vw;
    margin: auto;
  }
}

.page .aoyama-suit04 .suit04-item__product {
  position: relative;
}

.page .aoyama-suit04 .suit04-item__product .popup-btn {
  width: 26.3%;
  height: 19.4%;
  border-radius: 50%;
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFDC9;
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__product .popup-btn {
    width: 22.1vw;
    height: 22.1vw;
    border: 0.3vw solid #000;
    bottom: 5.9vw;
    left: 3.3vw;
  }
}

.page .aoyama-suit04 .suit04-item__product .popup-btn p {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit04 .suit04-item__product .popup-btn p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__product .popup-btn p {
    font-size: 3.8vw;
  }
}

.page .aoyama-suit04 .suit04-item__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 39px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__items ul {
    margin-top: 10.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit04 .suit04-item__items li:nth-child(1) {
    margin-right: 64px;
  }
  .page .aoyama-suit04 .suit04-item__items li:nth-child(1) .item-shoes__img {
    max-width: 264px;
    margin-right: 46px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__items li:nth-child(1) {
    margin-bottom: 7.8vw;
  }
}

.page .aoyama-suit04 .suit04-item__items .item-shoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__items .item-shoes {
    width: 79.2vw;
    margin: auto;
  }
}

.page .aoyama-suit04 .suit04-item__items .item-shoes__img {
  max-width: 277px;
  width: 100%;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__items .item-shoes__img {
    max-width: 36.8vw;
    margin-right: 1.4vw;
  }
}

.page .aoyama-suit04 .suit04-item__items .item-shoes__text {
  max-width: 222px;
  width: 100%;
  margin-top: 99px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__items .item-shoes__text {
    max-width: 40.9vw;
    font-size: 3.6vw;
    margin-top: 0;
  }
}

.page .aoyama-suit04 .suit04-item__items .item-shoes__text .text {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__items .item-shoes__text .text {
    margin-bottom: 5.2vw;
  }
}

.page .aoyama-suit04 .suit04-item__items .item-shoes__text .name {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__items .item-shoes__text .name {
    font-size: 3.4vw;
  }
}

.page .aoyama-suit04 .suit04-item__items .item-shoes__text .price {
  font-weight: 400;
  text-align: center;
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .suit04-item__items .item-shoes__text .price {
    margin-top: 2.7vw;
  }
}

.page .aoyama-suit04 .item-bags {
  margin-top: 144px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags {
    margin-top: 16.7vw;
  }
}

.page .aoyama-suit04 .item-bags__img {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags__img {
    max-width: 89.6vw;
  }
}

.page .aoyama-suit04 .item-bags__list {
  max-width: 774px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags__list {
    max-width: 79.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags__list::after {
    content: '';
    display: block;
    width: 13.4vw;
    height: 13.4vw;
    background: url("/ec/img/usr/pg/campaign/freshers-nonno/wear-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.page .aoyama-suit04 .item-bags__list .item-bags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 140px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags__list .item-bags__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 8.3vw;
    padding-left: 8.7vw;
    width: 100%;
  }
}

.page .aoyama-suit04 .item-bags__list .item-bags__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags__list .item-bags__item:last-child {
    margin-bottom: 0;
  }
}

.page .aoyama-suit04 .item-bags__list .item-bags__item:last-child::after {
  display: none;
}

.page .aoyama-suit04 .item-bags__list .item-bags__item::after {
  content: '';
  display: block;
  height: 100px;
  width: 1.5px;
  background: repeating-linear-gradient(to bottom, #000000 0px, #000000 5px, transparent 5px, transparent 10px);
  position: absolute;
  right: -72px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags__list .item-bags__item::after {
    width: 100%;
    height: 0.3vw;
    right: 50%;
    bottom: -4.2vw;
    top: unset;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background: repeating-linear-gradient(to right, #000000 0px, #000000 5px, transparent 5px, transparent 10px);
  }
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit04 .item-bags__list .item-bags__item--img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags__list .item-bags__item--img {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.1vw;
    height: 6.1vw;
  }
}

.page .aoyama-suit04 .item-bags--name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags--name {
    font-size: 3.4vw;
    margin-bottom: 1vw;
    text-align: left;
  }
}

.page .aoyama-suit04 .item-bags--price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags--price {
    font-size: 3.6vw;
    text-align: left;
    line-height: 1.2;
  }
}

.page .aoyama-suit04 .item-bags__btn {
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04 .item-bags__btn {
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit04__btn {
  max-width: 470px;
  width: 100%;
  margin: auto;
  background: #F4B9BF;
  border: 2px solid #000;
  margin-top: 35px;
  text-align: center;
  font-weight: 500;
  padding: 27.5px 0;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__btn {
    font-size: 3.6vw;
    max-width: 89.6vw;
    border: 0.3vw solid #000;
    border-radius: 1.3vw;
    padding: 6.8vw 0;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit04__btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/arrow-right2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit04__btn::after {
    height: 3.6vw;
    width: 1.6vw;
  }
}

.page .aoyama-suit05 {
  max-width: 1200px;
  padding-top: 133px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 {
    max-width: 89.6vw;
    padding-top: 16.7vw;
  }
}

.page .aoyama-suit05__wrap {
  position: relative;
}

.page .aoyama-suit05__wrap:not(:last-child) {
  margin-bottom: 128px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__wrap:not(:last-child) {
    margin-bottom: 16.7vw;
  }
}

.page .aoyama-suit05__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: 407px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__title {
    max-width: 70.3vw;
    font-size: 6.3vw;
    padding-bottom: 2vw;
  }
}

.page .aoyama-suit05__title .title-sub {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__title .title-sub {
    font-size: 4.2vw;
    margin-bottom: 2.9vw;
  }
}

.page .aoyama-suit05__title::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #F0E4CC;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__title::after {
    height: 5.2vw;
  }
}

.page .aoyama-suit05__title.aoyama-suit05__title--02 {
  max-width: 405px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__title.aoyama-suit05__title--02 {
    max-width: 71.6vw;
  }
}

.page .aoyama-suit05__title.aoyama-suit05__title--02::after {
  width: 92%;
  background: #E8CCF0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__title.aoyama-suit05__title--02::after {
    width: 79.8%;
  }
}

.page .aoyama-suit05__desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__desc {
    font-size: 3.6vw;
    margin-top: 5.2vw;
  }
}

.page .aoyama-suit05__row-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-01 {
    margin-top: 5.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit05__row-01-img {
  max-width: 634px;
  width: 100%;
  margin-left: 74px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-01-img {
    max-width: 79.2vw;
    margin: auto;
  }
}

.page .aoyama-suit05__row-01 .popup-btn {
  width: 23.9%;
  height: 16.3%;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFDC9;
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-01 .popup-btn {
    width: 22.1vw;
    height: 22.1vw;
    border: 0.3vw solid #000;
    bottom: 4vw;
    left: 4.4vw;
  }
}

.page .aoyama-suit05__row-01 .popup-btn p {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit05__row-01 .popup-btn p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-01 .popup-btn p {
    font-size: 3.8vw;
  }
}

.page .aoyama-suit05__row-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 975px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-top: 56px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit05__row-02-img {
  max-width: 464px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-02-img {
    max-width: 79.3vw;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-02-img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-02-img:nth-child(1) {
    margin-bottom: 10.4vw;
  }
}

.page .aoyama-suit05__row-02 .aoyama-suit05__title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #E8CCF0));
  background: linear-gradient(transparent 72%, #E8CCF0 0%);
}

.page .aoyama-suit05__row-02 .popup-btn {
  width: 29%;
  height: 16.6%;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFDC9;
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-02 .popup-btn {
    width: 22.1vw;
    height: 22.1vw;
    border: 0.3vw solid #000;
    bottom: 4.8vw;
    left: 3.5vw;
  }
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit05__row-02 .popup-btn.popup-btn--smaller {
    height: 17.3%;
  }
}

.page .aoyama-suit05__row-02 .popup-btn p {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aoyama-suit05__row-02 .popup-btn p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__row-02 .popup-btn p {
    font-size: 3.8vw;
  }
}

.page .aoyama-suit05 .item__list {
  margin-top: 105px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .item__list {
    margin-top: 3.1vw;
    margin-bottom: 5.2vw;
  }
}

.page .aoyama-suit05 .item__list li {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .item__list li img {
    width: 100%;
  }
}

.page .aoyama-suit05 .item__list li:not(:last-child) {
  margin-right: 39px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .item__list li:not(:last-child) {
    margin-right: 9.1vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .item__list li {
    width: 35vw;
  }
}

.page .aoyama-suit05 .item__list__text .item--name {
  background: none !important;
  color: #000 !important;
}

.page .aoyama-suit05 .item__list__text-top {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05 .item__list__text-top {
    font-size: 3.6vw;
    margin-bottom: 1.8vw;
  }
}

.page .aoyama-suit05-item--price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05-item--price {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit05__btn {
  max-width: 470px;
  width: 100%;
  margin: auto;
  background: #F4B9BF;
  border: 2px solid #000;
  margin-top: 96px;
  text-align: center;
  font-weight: 500;
  padding: 27.5px 0;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit05__btn {
    font-size: 3.6vw;
    max-width: 89.6vw;
    border: 0.3vw solid #000;
    border-radius: 1.3vw;
    padding: 6.8vw 0;
    margin-top: 10.4vw;
  }
}

.page .aoyama-suit05__btn::after {
  content: '';
  display: block;
  width: 12px;
  height: 28px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/arrow-right2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .aoyama-suit05__btn::after {
    height: 28px;
    width: 12px;
  }
}

.page .aoyama-suit06 {
  background-color: #ECF9FC;
  margin-top: 128px;
  padding-top: 136px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 {
    padding-top: 10.4vw;
    margin-top: 16.7vw;
    padding-bottom: 9vw;
  }
}

.page .aoyama-suit06__wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__wrap {
    max-width: 89.6vw;
  }
}

.page .aoyama-suit06__img-top {
  max-width: 1022px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__img-top {
    max-width: 89.6vw;
  }
}

.page .aoyama-suit06__list {
  border: 2px solid #000;
  background-color: #fff;
  max-width: 976px;
  width: 100%;
  margin: auto;
}

.page .aoyama-suit06 .accor {
  display: none;
}

.page .aoyama-suit06 .accor__title {
  padding: 15px 40px;
  background-color: #FFFDC9;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 2px solid #000;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__title {
    font-size: 5.2vw;
    padding: 3.5vw 5.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page .aoyama-suit06 .accor__title span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__title span {
    font-size: 3.6vw;
    margin-left: 2.9vw;
  }
}

.page .aoyama-suit06 .accor__title-small {
  font-size: 13px !important;
  position: absolute;
  bottom: 9px;
  right: 18px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__title-small {
    font-size: 3.4vw !important;
    bottom: 3.3vw;
    right: 5.2vw;
  }
}

.page .aoyama-suit06 .accor__main {
  padding: 30px;
  position: relative;
}

.page .aoyama-suit06 .accor__main-txt {
  padding: 20px;
  font-size: 16px;
  font-weight: normal;
  background-color: #FFFDC9;
  margin-bottom: 28px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__main-txt {
    font-size: 3.6vw;
    margin-bottom: 7.9vw;
    border-radius: 2.6vw;
  }
}

.page .aoyama-suit06 .accor__main-txt-inner {
  font-size: 16px;
  font-weight: normal;
  max-width: 381px;
  margin: auto;
  letter-spacing: -.10px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__main-txt-inner {
    font-size: 3.6vw;
    max-width: 100%;
    margin-bottom: 6.5vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__main-txt-inner br {
    display: none;
  }
}

.page .aoyama-suit06 .accor__main-img {
  max-width: 861px;
  width: 100%;
  margin: auto;
  margin-bottom: 43px;
}

.page .aoyama-suit06 .accor__main-img-inner {
  margin-bottom: 32px;
  width: 100%;
}

.page .aoyama-suit06 .accor__main-img-side {
  max-width: 122px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 59px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__main-img-side {
    max-width: 22.4vw;
    right: 9.9vw;
  }
}

.page .aoyama-suit06 .accor__main-banner {
  max-width: 688px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__main-banner {
    max-width: 100%;
  }
}

.page .aoyama-suit06 .accor__main-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__main-title {
    font-size: 3.6vw;
    margin-bottom: 6.5vw;
  }
}

.page .aoyama-suit06 .accor .item__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page .aoyama-suit06 .accor .item__list li {
  max-width: 138px;
  width: 100%;
  margin: 0 0 30px 0;
}

.page .aoyama-suit06 .accor .item__list__text .item--name {
  background: none !important;
  color: #000 !important;
  height: unset !important;
}

.page .aoyama-suit06 .accor__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 757px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06 .accor__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page .aoyama-suit06 .accor__col {
  max-width: 319px;
}

.page .aoyama-suit06__item-title {
  padding: 15px 40px;
  background-color: #F4B9BF;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 2px solid #000;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item-title {
    font-size: 5.2vw;
    padding: 4.6vw 5.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page .aoyama-suit06__item-title span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item-title span {
    font-size: 3.6vw;
    margin-left: 3.5vw;
  }
}

.page .aoyama-suit06__item-title::after {
  background: url("/ec/img/usr/pg/campaign/freshers-nonno/accor-open.png") no-repeat;
  background-size: contain;
  max-width: 32px;
  width: 100%;
  position: absolute;
  height: 32px;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item-title::after {
    max-width: 10.4vw;
    height: 10.4vw;
    right: 5.2vw;
    background: url("/ec/img/usr/pg/campaign/freshers-nonno/accor-open-sp.png") no-repeat;
    background-size: contain;
  }
}

.page .aoyama-suit06__item-title.accor-active::after {
  background: url("/ec/img/usr/pg/campaign/freshers-nonno/accor-close.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item-title.accor-active::after {
    background: url("/ec/img/usr/pg/campaign/freshers-nonno/accor-close-sp.png") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(1) .accor__title {
    padding: 3.5vw 5.2vw 9.1vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(1) .accor__main {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(1) .accor__main-img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(1) .accor__row {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(1) .accor__col {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(1) .accor .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(1) .accor .item__list li {
    max-width: 35vw;
    margin-right: 2.6vw;
    margin-bottom: 4.4vw;
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(1) .accor .item__list li img {
    width: 100%;
  }
}

.page .aoyama-suit06__item:nth-child(2) .accor__main {
  padding: 48px 30px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(2) .accor__main {
    padding: 4.6vw 5.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(2) .accor__main-img-inner {
    max-width: 54.9vw;
    margin: auto;
    margin-bottom: 7.8vw;
  }
}

.page .aoyama-suit06__item:nth-child(2) .accor__row {
  max-width: 816px;
}

.page .aoyama-suit06__item:nth-child(2) .accor__col:nth-child(1) {
  max-width: 422px;
  width: 100%;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(2) .accor__col:nth-child(1) {
    max-width: 100%;
  }
}

.page .aoyama-suit06__item:nth-child(2) .accor__col:nth-child(2) {
  max-width: 314px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(2) .accor__col:nth-child(2) {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(2) .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(2) .item__list li {
    max-width: 35vw !important;
    width: 100%;
    margin: 0 2.6vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(2) .item__list li img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .page .aoyama-suit06__item:nth-child(2) .item__list li:nth-child(3) {
    margin: auto;
  }
}

.page .aoyama-suit06__item:nth-child(3) .accor__main-txt {
  padding: 16px 100px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(3) .accor__main-txt {
    padding: 2.6vw;
  }
}

.page .aoyama-suit06__item:nth-child(3) .accor__row {
  max-width: 856px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(3) .accor__row {
    max-width: 100%;
  }
}

.page .aoyama-suit06__item:nth-child(3) .accor__col {
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(3) .accor__col {
    max-width: 100%;
    position: relative;
    margin-top: 17.2vw;
  }
}

.page .aoyama-suit06__item:nth-child(3) .accor__img-inner {
  max-width: 190px;
  width: 100%;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(3) .accor__img-inner {
    max-width: 36.2vw;
    margin-right: 5.1vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(3) .accor__img-inner img {
    width: 100%;
  }
}

.page .aoyama-suit06__item:nth-child(3) .accor__inner-desc {
  width: 100%;
}

.page .aoyama-suit06__item:nth-child(3) .accor__inner-desc-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(3) .accor__inner-desc-title {
    font-size: 3.6vw;
    position: absolute;
    top: -10.4vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.page .aoyama-suit06__item:nth-child(3) .accor__inner-desc-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0%, #F4B9BF));
  background: linear-gradient(transparent 66%, #F4B9BF 0%);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(3) .accor__inner-desc-title br {
    display: none;
  }
}

.page .aoyama-suit06__item:nth-child(3) .accor__inner-desc-txt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -.10px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(3) .accor__inner-desc-txt {
    font-size: 3.6vw;
  }
}

.page .aoyama-suit06__item:nth-child(4) .accor__main {
  padding-bottom: 77px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(4) .accor__main-txt {
    margin-bottom: 5.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(4) .accor__main-txt-inner {
    margin-bottom: 0;
  }
}

.page .aoyama-suit06__item:nth-child(4) .accor__row {
  max-width: 871px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 53px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(4) .accor__row {
    max-width: 100%;
    margin-bottom: 5.2vw;
  }
}

.page .aoyama-suit06__item:nth-child(4) .accor__col:nth-child(1) {
  max-width: 530px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(4) .accor__col:nth-child(1) {
    max-width: 69vw;
  }
}

.page .aoyama-suit06__item:nth-child(4) .accor__col:nth-child(2) {
  max-width: 276px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(4) .accor__col:nth-child(2) {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(4) .accor__img-inner {
    max-width: 69vw;
    margin: auto;
    width: 100%;
    margin-bottom: 10.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .accor__main-img-inner {
    max-width: 62.2vw;
    width: 100%;
    margin: auto;
    margin-bottom: 5.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .accor__main-img-inner img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .accor__main-txt {
    margin-bottom: 5.5vw;
  }
}

.page .aoyama-suit06__item:nth-child(5) .accor__main-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0%, #F4B9BF));
  background: linear-gradient(transparent 66%, #F4B9BF 0%);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .accor__main-title {
    margin-bottom: 4.3vw;
  }
}

.page .aoyama-suit06__item:nth-child(5) .accor__row {
  max-width: 875px;
}

.page .aoyama-suit06__item:nth-child(5) .accor__col:nth-child(1) {
  max-width: 349px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .accor__col:nth-child(1) {
    max-width: 100%;
  }
}

.page .aoyama-suit06__item:nth-child(5) .accor__col:nth-child(2) {
  max-width: 462px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .accor__col:nth-child(2) {
    max-width: 100%;
  }
}

.page .aoyama-suit06__item:nth-child(5) .item__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page .aoyama-suit06__item:nth-child(5) .item__list li {
  max-width: 223px !important;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .item__list li {
    max-width: 35vw !important;
  }
}

.page .aoyama-suit06__item:nth-child(5) .item__list__img {
  max-width: 138px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .item__list__img {
    max-width: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(5) .item__list__img img {
    width: 100%;
  }
}

.page .aoyama-suit06__item:nth-child(6) .accor__main {
  padding-bottom: 74px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(6) .accor__main {
    padding-bottom: 25vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(6) .accor__main-txt {
    margin-bottom: 0;
  }
}

.page .aoyama-suit06__item:nth-child(7) .accor__main {
  padding-bottom: 89px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .accor__main {
    overflow: hidden;
    padding-bottom: 16.5vw;
  }
}

.page .aoyama-suit06__item:nth-child(7) .accor__main-img-inner {
  max-width: 535px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .accor__main-img-inner {
    max-width: 69.7vw;
    margin: auto;
    margin-bottom: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .accor__main-txt {
    margin-bottom: 0;
  }
}

.page .aoyama-suit06__item:nth-child(7) .accor__row {
  max-width: 864px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .accor__row {
    max-width: 100%;
  }
}

.page .aoyama-suit06__item:nth-child(7) .accor__col:nth-child(1) {
  max-width: 535px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .accor__col:nth-child(1) {
    max-width: 69.7vw;
    margin: auto;
  }
}

.page .aoyama-suit06__item:nth-child(7) .accor__col:nth-child(2) {
  max-width: 314px;
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .accor__col:nth-child(2) {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .item__list {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .item__list li {
    max-width: 35vw;
    margin-right: 2.6vw;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .item__list__img {
    max-width: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .page .aoyama-suit06__item:nth-child(7) .item__list__img img {
    width: 100%;
  }
}

.page .item__list__img {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page .item--name {
    font-size: 3.1vw;
  }
}

.page .bnr {
  margin: 130px auto;
  max-width: 292px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .bnr {
    margin: 12.2vw auto;
    max-width: 52.1vw;
  }
}

.page .bnr_text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .page .bnr_text {
    font-size: 3.6vw;
    margin-bottom: 4.2vw;
  }
}

.page .bnr_img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .bnr_img {
    width: 42.8vw;
  }
}

.page .ajax_area {
  width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: 400;
}

.page .ajax_area .preset_price_area {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
  }
}

.page .ajax_area a.cartinbtn {
  display: none;
}

.page .ajax_area .stock_exist {
  display: none;
}

.page .reservation__btn .btn {
  display: none;
  width: 80%;
  position: relative;
  margin: 23px auto 0;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: #333333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    font-size: 3.4vw;
    margin: 3.8vw auto 0;
    padding: 0;
  }
}

.page .reservation__btn .btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 14px;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/hanger_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn::before {
    width: 5.7vw;
    height: 3.4vw;
    margin: 0 2.1vw 0 0;
  }
}

.page .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 904px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .item__list {
    max-width: 89.6vw;
    margin: 0 auto;
  }
}

.page .item__list li {
  max-width: 196px;
  width: calc(100% / 4 - 30px);
  margin: 0 40px 0 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .page .item__list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .item__list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .page .item__list li {
    width: 28.1vw;
    font-size: 3.1vw;
    margin: 5.5vw 2.6vw 0 0;
  }
  .page .item__list li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .page .item__list li:nth-child(3n) {
    margin-right: 0;
  }
}

.page .item__list li .item__list__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .page .item__list li .item__list__img {
    margin: 0 0 2.1vw;
  }
}

.page .item__list li .item__list__text .item--name {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page .item__list li .item__list__text .item--name {
    font-size: 3.4vw;
  }
}

.page .black-suits-top .item__list li {
  width: 197px;
  margin: 0 38px 80px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .page .black-suits-top .item__list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .black-suits-top .item__list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .page .black-suits-top .item__list li {
    max-width: 28.1vw;
    width: 100%;
    font-size: 3.1vw;
    margin: 5.5vw 2.6vw 0 0;
  }
  .page .black-suits-top .item__list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .page .black-suits-top .item__list li:nth-child(3n) {
    margin-right: 0;
  }
}

.page .black-suits-top .item__list li .item__list__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .page .black-suits-top .item__list li .item__list__img {
    margin: 0 0 2.1vw;
  }
}

.page .black-suits-top .item__list li .item__list__text .item--name {
  font-size: 16px;
  background: #B1AEAE;
  color: #FFFFFF;
  padding: 10px 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page .black-suits-top .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    padding: 1.7vw 0;
  }
}

.page .black-suits-top .item__list li .item__list__text .item--size {
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .black-suits-top .item__list li .item__list__text .item--size {
    font-size: 3.6vw;
    margin-top: 2.1vw;
  }
}

.page .navy-suits-top .item__list li {
  width: 197px;
  margin: 0 38px 80px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .page .navy-suits-top .item__list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .navy-suits-top .item__list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .page .navy-suits-top .item__list li {
    max-width: 28.1vw;
    width: 100%;
    font-size: 3.1vw;
    margin: 5.5vw 2.6vw 0 0;
  }
  .page .navy-suits-top .item__list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .page .navy-suits-top .item__list li:nth-child(3n) {
    margin-right: 0;
  }
}

.page .navy-suits-top .item__list li .item__list__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .page .navy-suits-top .item__list li .item__list__img {
    margin: 0 0 2.1vw;
  }
}

.page .navy-suits-top .item__list li .item__list__text .item--name {
  font-size: 16px;
  background: #7084BE;
  color: #FFFFFF;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .page .navy-suits-top .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    padding: 1.7vw 0;
  }
}

.page .navy-suits-top .item__list li .item__list__text .item--size {
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .navy-suits-top .item__list li .item__list__text .item--size {
    font-size: 3.6vw;
    margin-top: 2.1vw;
  }
}

.page .navy-suits-bottom__cont .item__list {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .page .navy-suits-bottom__cont .item__list {
    margin-top: 5.2vw;
  }
}

.page .navy-suits-bottom__cont .item__list li {
  max-width: 165px;
  width: calc(100% / 3 - 23px);
  margin: 0 6% 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .navy-suits-bottom__cont .item__list li {
    max-width: 28.1vw;
    margin: 0 2.6vw 0 0;
    width: calc(100% / 3 - 1.693vw);
  }
}

.page .navy-suits-bottom__cont .item__list li::after {
  content: '';
  width: 16%;
  height: 7%;
  display: block;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/item/item_plus_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 124px;
  right: -18%;
}

@media screen and (max-width: 768px) {
  .page .navy-suits-bottom__cont .item__list li::after {
    width: 2.6vw;
    height: 2.6vw;
    top: 26.2vw;
    right: -2.6vw;
  }
}

.page .navy-suits-bottom__cont .item__list li .item__list__text .item--name {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .navy-suits-bottom__cont .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    padding: 1.7vw 0;
  }
}

.page .navy-suits-bottom__cont .item__list li:last-child {
  margin-right: 0;
}

.page .navy-suits-bottom__cont .item__list li:last-child::after {
  display: none;
}

.page .navy-suits-bottom__cont .item__list li:last-child .item__list__text .item--name {
  font-size: 15px;
  background: #FCEBF3;
  color: #000000;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .page .navy-suits-bottom__cont .item__list li:last-child .item__list__text .item--name {
    font-size: 3.1vw;
    padding: 1.8vw 0;
  }
}

.page .navy-suits-bottom__cont .item__list .item__list__img {
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .page .navy-suits-bottom__cont .item__list .item__list__img {
    margin: 0 0 1.3vw;
  }
}

.page .black-suits-bottom__cont .item__list {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .page .black-suits-bottom__cont .item__list {
    margin-top: 5.2vw;
  }
}

.page .black-suits-bottom__cont .item__list li {
  max-width: 165px;
  width: calc(100% / 3 - 23px);
  margin: 0 6% 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .black-suits-bottom__cont .item__list li {
    max-width: 28.1vw;
    margin: 0 2.6vw 0 0;
    width: calc(100% / 3 - 1.693vw);
  }
}

.page .black-suits-bottom__cont .item__list li::after {
  content: '';
  width: 16%;
  height: 7%;
  display: block;
  background-image: url("/ec/img/usr/pg/campaign/freshers-nonno/item/item_plus_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 124px;
  right: -18%;
}

@media screen and (max-width: 768px) {
  .page .black-suits-bottom__cont .item__list li::after {
    width: 2.6vw;
    height: 2.6vw;
    top: 26.2vw;
    right: -2.6vw;
  }
}

.page .black-suits-bottom__cont .item__list li .item__list__text .item--name {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #B1AEAE;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .page .black-suits-bottom__cont .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
  }
}

.page .black-suits-bottom__cont .item__list li:last-child {
  margin-right: 0;
}

.page .black-suits-bottom__cont .item__list li:last-child::after {
  display: none;
}

.page .black-suits-bottom__cont .item__list li:last-child .item__list__text .item--name {
  font-size: 15px;
  background: #FCEBF3;
  color: #000000;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .page .black-suits-bottom__cont .item__list li:last-child .item__list__text .item--name {
    font-size: 3.1vw;
    padding: 1.8vw 0;
  }
}

.page .black-suits-bottom__cont .item__list .item__list__img {
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .page .black-suits-bottom__cont .item__list .item__list__img {
    margin: 0 0 1.3vw;
  }
}

.ajax_area {
  display: block !important;
}

.modaal-wrapper {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F4B9BF;
  border-radius: 0;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close {
    width: 11.7vw;
    height: 11.7vw;
  }
}

.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  background: #000000;
  width: 2px;
  height: 15px;
  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: 1090px;
}

@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: 20px;
}

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 2.6vw;
  }
}

.products-modal {
  width: 100%;
  padding: 11px;
  border: 1px solid #000000;
  border-radius: 40px;
  background: #CAE2FE;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}

.products-modal.products-modal--03 {
  background-color: #FCEBF3;
}

.products-modal.products-modal--03 .products-modal__size {
  background-color: #FCEBF3;
}

.products-modal.products-modal--04 {
  background-color: #F0E4CC;
}

.products-modal.products-modal--04 .products-modal__size {
  background-color: #F0E4CC;
}

.products-modal.products-modal--05 {
  background-color: #E8CCF0;
}

.products-modal.products-modal--05 .products-modal__size {
  background-color: #E8CCF0;
}

@media screen and (min-width: 769px) {
  .products-modal.products-modal--05 .products-modal__right .item__list li:nth-child(1) {
    margin-left: 32px;
  }
  .products-modal.products-modal--05 .products-modal__right .item__list li:nth-child(3n) {
    margin-right: 32px;
  }
  .products-modal.products-modal--05 .products-modal__right .item__list li:nth-child(-n+3) {
    margin-bottom: initial;
  }
  .products-modal.products-modal--05 .products-modal__right .item__list li:nth-child(-n+2) {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .products-modal {
    width: 100%;
    font-size: 3.6vw;
    padding: 0.9vw;
  }
}

.products-modal__wrapper {
  max-width: 1030px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 30px;
  border: 1px solid #000000;
  padding: 57px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .products-modal__wrapper {
    max-width: 82.8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 11.2vw 4.4vw 8.9vw 4.4vw;
  }
}

.products-modal__left {
  width: 323px;
  margin-right: 65px;
}

@media screen and (max-width: 768px) {
  .products-modal__left {
    width: 100%;
    margin-right: 0;
  }
}

.products-modal__right {
  max-width: 478px;
  width: 100%;
  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) {
  .products-modal__right {
    max-width: 100%;
    margin-top: 5.2vw;
  }
}

.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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-modal__right .item__list--4 {
  max-width: 308px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list--4 {
    max-width: 100%;
  }
}

.products-modal__right .item__list--4 li {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.products-modal__right .item__list--4 li:nth-child(odd) {
  margin-right: 32px !important;
}

.products-modal__right .item__list--4 li:nth-child(even) {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    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 - 21.5px);
  margin: 0;
}

@media screen and (min-width: 769px) {
  .products-modal__right .item__list li {
    margin-right: 32px;
  }
  .products-modal__right .item__list li:nth-child(-n+3) {
    margin-bottom: 48px;
  }
  .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: 35vw;
    width: 100%;
    margin-right: 2.6vw;
  }
}

.products-modal__right .item__list li:last-child {
  margin-right: 0;
}

.products-modal__right .item__list .item__list__text {
  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 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .products-modal__right .item__list .item__list__text .item--name {
    margin-bottom: 3.4vw;
  }
}

.products-modal__right .item__list .item__list__text .suit03-item--price {
  text-align: center;
}

.products-modal__right .item__list .item__list__img {
  margin: 0 0 16px;
}

.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 {
    width: 56.8vw;
    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;
  }
}

@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;
}

.navy_heading{
  max-width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .navy_heading{
    margin: 7.8vw auto 5.2vw;
  }
}
/*# sourceMappingURL=style.css.map */

