@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.5;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.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;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.p-top__sns {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top__sns {
    margin-top: 13vw;
  }
}

.l-cont_wrap {
  padding-top: 64px;
}

.page {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #333333;
  /*=============================
   kv
  =============================*/
  /*=============================
   item　scroll ver
  =============================*/
}
.page__inner {
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page__inner {
    width: 89.6vw;
  }
}
.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 .sec {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .page .sec {
    margin-top: 10.4vw;
  }
}
.page .sec__heading {
  max-width: 378px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .sec__heading {
    max-width: 63.8vw;
    margin-top: 2.1vw;
  }
}
.page .sec__text {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #144B8E;
}
@media screen and (max-width: 768px) {
  .page .sec__text {
    font-size: 4.6vw;
  }
}
.page .sec .inner-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page .sec .inner-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.4vw;
  }
}
.page .sec__fig {
  max-width: 775px;
  width: 100%;
  margin-right: 70px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .page .sec__fig {
    max-width: 89.6vw;
    margin: 0 auto 3.9vw;
  }
}
.page .sec__info {
  max-width: 355px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec__info {
    max-width: 79.2vw;
    margin: auto;
  }
}
.page .sec__info .item__scroll .item__list li {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .sec__info .item__scroll .item__list li {
    max-width: 51.8vw;
  }
}
.page .sec__info .item__scroll .item__list li .item__list__text {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec__info .item__scroll .item__list li .item__list__text {
    max-width: 100%;
  }
}
.page .sec__info .item__scroll .item__list li .item__list__text .item--name {
  margin-top: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .sec__info .item__scroll .item__list li .item__list__text .item--name {
    margin-bottom: 2.1vw;
  }
}
.page .sec__info .size {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size {
    margin-top: 8.9vw;
  }
}
.page .sec__info .size__wrapper {
  background: #EEEEEE;
  padding: 4.88% 4.4% 4.55% 4.88%;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__wrapper {
    padding: 3.9vw 3.4vw 3.5vw 3.8vw;
  }
}
.page .sec__info .size__heading {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__heading {
    font-size: 2.9vw;
    margin-bottom: -2.2vw;
  }
}
.page .sec__info .size__fig {
  max-width: 146px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__fig {
    max-width: 32.8vw;
  }
}
.page .sec__info .size__table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.page .sec__info .size__table-heading {
  margin-top: 8px;
  margin-bottom: 4px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__table-heading {
    margin-top: 1.8vw;
    margin-bottom: 1vw;
    font-size: 2.9vw;
  }
}
.page .sec__info .size__table td,
.page .sec__info .size__table th {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  border: 1px solid #929292;
  width: 64px;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__table td,
  .page .sec__info .size__table th {
    font-size: 3.6vw;
    width: 18.2vw;
    border: 0.3vw solid #929292;
    padding: 0.3vw 0;
  }
}
.page .sec__info .size__table td:nth-child(1n),
.page .sec__info .size__table th:nth-child(1n) {
  border-left: none;
}
.page .sec__info .size__table td:nth-child(5n),
.page .sec__info .size__table th:nth-child(5n) {
  border-right: none;
}
.page .sec__info .size__table th {
  background-color: #B1B1B1;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__table th {
    padding: 0;
  }
}
.page .sec__info .size__table::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #333333;
  top: 0;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__table::before {
    border: 0.3vw solid #333333;
  }
}
.page .sec .new-point {
  background-color: #00224A;
  margin-top: 50px;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .sec .new-point {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .page .sec .new-point {
    padding: 13vw 0;
    margin-top: 15.1vw;
  }
}
.page .sec .new-point__heading {
  max-width: 518px;
  width: 100%;
  margin: auto;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point__heading {
    margin-top: 2.1vw;
    max-width: 89.6vw;
  }
}
.page .sec .new-point__heading-sub {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point__heading-sub {
    font-size: 3.6vw;
  }
}
.page .sec .new-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  width: 100%;
  margin: auto;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin-top: 9.1vw;
  }
}
.page .sec .new-point__item {
  color: #FFFFFF;
  max-width: 238px;
  width: 100%;
  margin-right: 53px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point__item {
    max-width: 89.6vw;
    margin-right: 0;
    margin-bottom: 7.8vw;
  }
}
.page .sec .new-point__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point__item:last-child {
    margin-bottom: 0;
  }
}
.page .sec .new-point__item:nth-child(even) .new-point-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page .sec .new-point .new-point-contents__heading {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  width: 122px;
  margin: auto;
  background-color: #315487;
  padding: 15.26px 0;
  border-radius: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__heading {
    width: 31.4vw;
    font-size: 4.2vw;
    padding: 1.4vw 0;
    border-radius: 1.3vw;
  }
}
.page .sec .new-point .new-point-contents__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__text {
    font-size: 4.7vw;
    margin-top: 2.1vw;
  }
}
.page .sec .new-point .new-point-contents__text02 {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__text02 {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__image {
    max-width: 41.9vw;
    width: 100%;
  }
}
.page .sec .new-point .new-point-contents__fig {
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__fig {
    max-width: 100%;
    margin-top: 1vw;
  }
}
.page .sec .new-point .new-point-contents__fig-text {
  text-align: justify;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__fig-text {
    font-size: 3.6vw;
    max-width: 41.9vw;
    width: 100%;
    text-align: left;
    margin-top: 0;
  }
}
.page .sec .new-point .new-point-contents__list {
  max-width: 405px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__list {
    max-width: 79vw;
    margin-top: 2.1vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .sec .new-point .new-point-contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    width: 26.3vw;
  }
}
.page .sec .new-point .new-point-contents__item:last-child {
  margin-right: 0;
}
.page .sec .new-point .new-point-contents__item .img {
  width: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__item .img {
    width: 8.3vw;
    margin-bottom: 1vw;
    margin: auto;
  }
}
.page .sec .new-point .new-point-contents__item .text {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .page .sec .new-point .new-point-contents__item .text {
    font-size: 3.1vw;
  }
}
.page .sec .lineup {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .page .sec .lineup {
    margin-top: 13vw;
  }
}
.page .sec .lineup__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .page .sec .lineup__heading {
    font-size: 3.6vw;
    line-height: 1.3;
  }
}
.page .sec .lineup__heading .img {
  max-width: 166px;
  width: 100%;
  margin: auto;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .page .sec .lineup__heading .img {
    max-width: 43vw;
    margin-top: 2.3vw;
  }
}
.page .sec .lineup__heading span {
  text-align: center;
  font-size: 17px;
  color: #144B8E;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .sec .lineup__heading span {
    font-size: 3.6vw;
    line-height: 1.33;
  }
}
.page .sec .lineup__list {
  max-width: 1080px;
  width: 100%;
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  .page .sec .lineup__list {
    max-width: 100%;
    margin-top: 12.4vw;
  }
}
.page .sec .lineup__item {
  margin-right: 40px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 106px;
}
@media screen and (max-width: 768px) {
  .page .sec .lineup__item {
    width: 100%;
    margin-right: 0;
    margin-top: 10.4vw;
    margin-bottom: 13vw;
  }
}
.page .sec .lineup__item:first-child {
  margin-top: 0;
}
.page .sec .lineup__item:last-child {
  margin-bottom: 0;
}
.page .sec .lineup__item:nth-child(even) {
  margin-right: 0;
}
.page .sec .lineup__item:nth-child(even) .sec-items__wrapper-top {
  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;
}
@media screen and (max-width: 768px) {
  .page .sec .lineup__item:nth-child(even) .sec-items__wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .sec .lineup__item:nth-child(even) .sec-items .item__scroll02 {
  margin-left: auto;
}
.page .sec .lineup__item:nth-child(even) .sec-items__list {
  margin-left: 4.1%;
  margin-right: 0;
}
.page .sec .lineup__item:nth-child(even) .sec-items__list::after {
  left: -10.8%;
}
@media screen and (max-width: 768px) {
  .page .sec .lineup__item:nth-child(even) .sec-items__list::after {
    left: -5.2vw;
    top: -19.7vw;
    right: unset;
  }
}
.page .sec .lineup__item:nth-child(2) .sec-items__list::after {
  background-image: url("/ec/img/usr/pg/campaign/l_navyblazer/25aw/titles/icon02.png");
}
.page .sec .lineup__item:nth-child(3) .sec-items__list::after {
  background-image: url("/ec/img/usr/pg/campaign/l_navyblazer/25aw/titles/icon03.png");
}
.page .sec .lineup__item:nth-child(4) .sec-items__list::after {
  background-image: url("/ec/img/usr/pg/campaign/l_navyblazer/25aw/titles/icon04.png");
}
.page .sec .sec-items {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89.6vw;
  }
}
.page .sec .sec-items .item__scroll02 .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page .sec .sec-items .item__scroll02 .slick-current .item__list__img {
  position: relative;
}
.page .sec .sec-items .item__scroll02 .slick-current .item__list__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #315487;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items .item__scroll02 .slick-current .item__list__img::after {
    border: 0.5vw solid #315487;
  }
}
.page .sec .sec-items__list {
  max-width: 40.9%;
  width: 100%;
  margin-right: 4.1%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items__list {
    max-width: 79.2vw;
    margin: auto;
  }
}
.page .sec .sec-items__item {
  max-width: 100%;
  width: 100%;
}
.page .sec .sec-items__wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items__wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .sec .sec-items__wrapper .item__list__img {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items__wrapper .item__list__img {
    max-width: 79.2vw;
    margin: auto;
  }
}
.page .sec .sec-items__wrapper .sec-items__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items__wrapper .sec-items__text {
    margin-top: 6.5vw;
  }
}
.page .sec .sec-items__wrapper .sec-items__text .sec-heading {
  margin-bottom: 32px;
}
.page .sec .sec-items__wrapper .sec-items__text--p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #144B8E;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items__wrapper .sec-items__text--p {
    font-size: 4.2vw;
    margin-top: 2.1vw;
    margin-bottom: 6.5vw;
    text-align: center;
    margin-left: auto;
  }
}
.page .sec .sec-items__wrapper .sec-items__text .item--name {
  font-size: 13px;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  margin: 10px 0;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items__wrapper .sec-items__text .item--name {
    font-size: 3.1vw;
    margin-top: 3.9vw;
    margin-bottom: 3.1vw;
  }
}
.page .sec .sec-items__wrapper .sec-items__text .item--details {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #315487;
  color: #FFFFFF;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items__wrapper .sec-items__text .item--details {
    font-size: 3.6vw;
    border-radius: 0.7vw;
    margin-top: 3.1vw;
  }
}
.page .sec .sec-items__wrapper .sec-items__text .item--details a {
  padding: 7.5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sec .sec-items__wrapper .sec-items__text .item--details a {
    padding: 2.6vw 0 2.6vw 0;
  }
}
.page .sec .sec-items__wrapper .sec-items__text .item--details--hidden {
  display: none;
}
.page .item__scroll {
  width: 100%;
  max-width: 610px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .item__scroll {
    max-width: 100%;
  }
}
.page .item__scroll__heading {
  font-size: 17px;
  font-weight: 700;
  color: #144B8E;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll__heading {
    font-size: 3.6vw;
    margin-bottom: 2.6vw;
  }
}
.page .item__scroll .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    max-width: 89.6vw;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .item__scroll .item__list li {
  max-width: 140px;
  margin-right: 20px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li:nth-child(3) {
    margin-right: 0;
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li:nth-child(4) {
    margin-right: 0;
    margin-left: 4.2vw;
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 42.7vw;
    position: relative;
    margin-right: 4.2vw;
  }
  .page .item__scroll .item__list li:nth-child(2) {
    margin-right: 0;
  }
}
.page .item__scroll .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__img {
    max-width: 79.2vw;
  }
}
.page .item__scroll .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text {
    max-width: 51.8vw;
  }
}
.page .item__scroll .item__list li .item__list__text .item--name {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    margin-bottom: 3.1vw;
    margin-top: 4.2vw;
    line-height: 1.8;
  }
}
.page .item__scroll .item__list li .item__list__text .item--details {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  border-radius: 5px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  margin-top: 10px;
  background-color: #EC922B;
  color: #FFFFFF;
}
.page .item__scroll .item__list li .item__list__text .item--details a {
  padding: 6.5px 0;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--details a {
    padding: 2.1vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--details {
    font-size: 3.6vw;
    border-radius: 0.7vw;
    margin-top: 2.1vw;
  }
}
.page .item__scroll02 {
  width: 100%;
  max-width: 40.9%;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 {
    max-width: 100%;
    margin-top: 2.6vw;
  }
}
.page .item__scroll02 .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list {
    max-width: 79.2vw;
  }
}
.page .item__scroll02 .item__list li {
  max-width: 100% !important;
  width: calc(25% - 6.666px) !important;
  z-index: 100;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .item__scroll02 .item__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li {
    width: calc(25% - 1.693vw) !important;
    max-width: 100% !important;
    margin-right: 2.2vw;
    position: relative;
    overflow: visible;
  }
  .page .item__scroll02 .item__list li:first-child {
    margin-left: 0;
  }
}
.page .item__scroll02 .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
}
.page .item__scroll02 .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li .item__list__text {
    max-width: 51.8vw;
  }
}
.page .item__scroll02 .item__list li .item__list__text .item--name {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    margin-bottom: 3.1vw;
    margin-top: 0;
  }
}
.page .item__scroll02 .item__list li .item__list__text .item--details {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  border-radius: 5px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  margin-top: 10px;
}
.page .item__scroll02 .item__list li .item__list__text .item--details a {
  padding: 6.5px 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li .item__list__text .item--details a {
    padding: 2.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 .item__list li .item__list__text .item--details {
    font-size: 3.6vw;
    border-radius: 0.7vw;
    margin-top: 2.1vw;
  }
}
.page .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 100;
  position: absolute;
  cursor: pointer;
  top: 46.9%;
}
@media screen and (max-width: 768px) {
  .page .slick-arrow {
    top: 54.2vw;
    width: 10.4vw;
    height: 10.4vw;
  }
}
.page .prev-arrow {
  background-image: url("/ec/img/usr/pg/campaign/l_navyblazer/25aw/arrow-scroll-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .page .prev-arrow {
    left: 2.1vw;
  }
}
.page .next-arrow {
  background-image: url("/ec/img/usr/pg/campaign/l_navyblazer/25aw/arrow-scroll-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .page .next-arrow {
    right: 2.1vw;
  }
}
.page .more-items {
  margin-top: 151px;
}
@media screen and (max-width: 768px) {
  .page .more-items {
    margin-top: 19.8vw;
  }
}
.page .more-items__heading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Shippori Mincho", "しっぽり明朝", "serif";
}
@media screen and (max-width: 768px) {
  .page .more-items__heading {
    font-size: 5.7vw;
    margin-bottom: 10vw;
    line-height: 1.65;
  }
}
.page .more-items__list {
  max-width: 470px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .more-items__list {
    max-width: 89.6vw;
  }
}
.page .more-items__item {
  margin-right: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .more-items__item {
    max-width: 42.8vw;
    margin-right: 3.9vw;
  }
}
.page .more-items__item:last-child {
  margin-right: 0;
}
.page .item--area {
  background: #55789f;
  padding: 125px 0;
}
@media screen and (max-width: 768px) {
  .page .item--area {
    padding: 15.6vw 0;
  }
}
.page .item--area--heading {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .item--area--heading {
    font-size: 4.2vw;
  }
}
.page .item--area--heading span {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .page .item--area--heading span {
    font-size: 5.2vw;
  }
}
.page .item--area--heading--bottom {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .item--area--heading--bottom {
    font-size: 4.2vw;
    margin-bottom: 18.2vw;
  }
}
.page .item--area .item--sec {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .item--area .item--sec {
    margin-bottom: 18.2vw;
  }
}
.page .item--area .item--sec--heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .item--area .item--sec--heading {
    font-size: 6.3vw;
  }
}
.page .item--area .item--sec--detail {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page .item--area .item--sec--detail {
    font-size: 4.2vw;
    margin-top: 2.1vw;
  }
}
.page .item--area .item--sec .item--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .page .item--area .item--sec .item--list {
    gap: 4.2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8.3vw;
  }
}
.page .item--area .item--sec .item--list a {
  max-width: 226px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .item--area .item--sec .item--list a {
    max-width: 42.7vw;
  }
}
.page .item--area .item--sec .item--list a .item--name {
  font-size: 13px;
  color: #fff;
  margin: 8px auto;
}
@media screen and (max-width: 768px) {
  .page .item--area .item--sec .item--list a .item--name {
    font-size: 3.4vw;
    margin: 2.1vw auto;
  }
}
.page .item--area .item--sec .item--list a .item--price {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .item--area .item--sec .item--list a .item--price {
    font-size: 3.4vw;
  }
}
.page .item--area .item--sec .item--list a img {
  width: 100%;
}
.page .item--area .item--sec .item--list .recommend {
  position: relative;
}
.page .item--area .item--sec .item--list .recommend::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/l_navyblazer/25aw/recommend.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -50px;
  right: -40px;
  width: 117px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .page .item--area .item--sec .item--list .recommend::after {
    width: 19.5vw;
    height: 19.5vw;
    top: -12.5vw;
    right: 0;
  }
}
.page .item--area .item--sec.mb-0 {
  margin-bottom: 0 !important;
}
.page .voice {
  margin: 64px auto;
  max-width: 100%;
}
.page .ajax_area {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .ajax_area {
    font-size: 3.1vw;
  }
}
.page .more-btn {
  width: 340px;
  height: 60px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .more-btn {
    width: 78.1vw;
    height: 13vw;
    font-size: 3.4vw;
  }
}
.page .link{
  margin: 120px auto 0;
  text-align: center;
}
.page .link-heading p{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page .link-list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 660px;
  margin: 0 auto;
}
.page .link-list a{
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page .link{
    margin: 16vw auto 8vw;
    text-align: center;
  }
  .page .link-heading{
    font-size: 6.2vw;
    font-weight: bold;
    margin-bottom: 8vw;
  }
  .page .link-list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 89.6vw;
  }
}