@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.8;
}
.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;
  -moz-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;
  -moz-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;
}

html {
  scroll-behavior: smooth;
}

@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: 100px;
}
@media screen and (max-width: 768px) {
  .p-top__sns {
    margin-top: 20.8vw;
  }
}

.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: 980px;
}
@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 .nav {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .page .nav {
    margin-top: 10.4vw;
  }
}
.page .nav__heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .nav__heading {
    font-size: 4.2vw;
  }
}
.page .nav__list {
  max-width: 980px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .nav__list {
    max-width: 79.2vw;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .nav__item {
  max-width: 316px;
  width: 100%;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .page .nav__item {
    max-width: 100%;
    margin-right: 0;
    padding-right: 2.1vw;
    margin-bottom: 6.5vw;
  }
}
.page .nav__item .nav-title {
  text-align: center;
  font-size: 16px;
  padding: 19.9px 0;
  line-height: 1.57;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .nav__item .nav-title {
    font-size: 3.6vw;
    padding: 1.1vw 0;
  }
}
.page .nav__item .nav-title::before {
  content: "";
  display: block;
  width: 82px;
  height: 42px;
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/icon01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -28px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
@media screen and (max-width: 768px) {
  .page .nav__item .nav-title::before {
    width: 19.8vw;
    height: 10.2vw;
    top: 50%;
    left: -5.2vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page .nav__item .nav-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .page .nav__item .nav-title::after {
    width: 5.2vw;
    height: 5.2vw;
    left: auto;
    top: 50%;
    right: -2.1vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page .nav__item:nth-child(1) .nav-title {
  background-color: #F1EAEA;
}
.page .nav__item:nth-child(1) .nav-title::before {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/icon01.png");
}
.page .nav__item:nth-child(1) .nav-title::after {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/arrow-down01.png");
}
.page .nav__item:nth-child(2) .nav-title {
  background-color: #ECE9D7;
}
.page .nav__item:nth-child(2) .nav-title::before {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/icon02.png");
}
.page .nav__item:nth-child(2) .nav-title::after {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/arrow-down02.png");
}
.page .nav__item:nth-child(3) .nav-title {
  background-color: #D6E3EB;
}
.page .nav__item:nth-child(3) .nav-title::before {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/icon03.png");
}
.page .nav__item:nth-child(3) .nav-title::after {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/arrow-down03.png");
}
.page .nav__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .nav__item:last-child {
    margin-bottom: 0;
  }
}
.page .item {
  margin-top: 150px;
  padding-top: 52px;
}
@media screen and (max-width: 768px) {
  .page .item {
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .item {
    padding: 0 20px;
  }
}
.page .item__heading {
  text-align: center;
  font-size: 32px;
  line-height: 1.47;
  font-weight: 700;
  margin: auto;
  position: relative;
  z-index: 1;
}
.page .item__heading::before {
  content: "";
  display: block;
  width: 580px;
  height: 47px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page .item__heading::before {
    width: 28.4vw;
    height: 10.2vw;
    top: -11.5vw;
  }
}
.page .item__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #6299B5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .page .item__heading::after {
    top: -6.4vw;
    height: 0.13vw;
  }
}
.page .item__heading .img {
  width: 82px;
  height: 42px;
  position: absolute;
  top: -52px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .item__heading .img {
    width: 19.8vw;
    height: 10.2vw;
    top: -11.5vw;
    margin-bottom: 0;
  }
}
.page .item__heading .img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .page .item__heading {
    font-size: 6vw;
    line-height: 1.3;
  }
}
.page .item__banner {
  max-width: 980px;
  width: 100%;
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .item__banner {
    max-width: 89.6vw;
    margin-top: 6.5vw;
  }
}
.page .item__top {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .item__top {
    margin-top: 6.5vw;
  }
}
.page .item__top-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1.56;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page .item__top-heading {
    font-size: 6vw;
    line-height: 1.3;
  }
}
.page .item__top-heading span {
  font-size: 23px;
  color: #6299B5;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page .item__top-heading span {
    font-size: 4.9vw;
  }
}
.page .item__top-canvas {
  max-width: 581px;
  width: 100%;
  margin: auto;
  background-color: #6299B5;
  border: 5px solid #6299B5;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page .item__top-canvas {
    max-width: 79.2vw;
    border: 0.8vw solid #6299B5;
    margin-top: 5.2vw;
  }
}
.page .item__list {
  max-width: 658px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .page .item__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.4vw;
  }
}
.page .item__item {
  position: relative;
  width: 100%;
  max-width: 656px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .item__item {
    display: block;
    width: 62vw;
    max-width: 100%;
    padding-top: 19.3vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page .item__item:first-child {
    margin-bottom: 6.5vw;
  }
}
.page .item__item .title {
  font-size: 22px;
  font-weight: 600;
  color: #6299B5;
  line-height: 1.636;
  margin-bottom: 13px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .item__item .title {
    text-align: center;
    font-size: 5.2vw;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
  }
}
.page .item__item .img {
  width: 44.81%;
  max-width: 294px;
}
@media screen and (max-width: 768px) {
  .page .item__item .img {
    width: 52.7vw;
    max-width: 100%;
    margin: 1.3vw auto 2.6vw;
  }
}
.page .item__item .detail {
  width: 49.54%;
  max-width: 325px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page .item__item .detail {
    width: 52.7vw;
    max-width: 100%;
    margin: 0 auto;
  }
}
.page .item__item .text {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .page .item__item .text {
    font-size: 3.6vw;
    margin-top: 2.6vw;
  }
}
.page .item .recommend {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .item .recommend {
    padding-top: 13vw;
  }
}
.page .item .recommend::before {
  content: "";
  display: block;
  background-color: #B1B1B1;
  max-width: 980px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
  .page .item .recommend::before {
    max-width: 89.6vw;
  }
}
.page .item .recommend .sec-items {
  margin: unset;
  margin-right: 0;
  max-width: 100%;
}
.page .item .recommend .sec-items__wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .sec-items__wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .item .recommend .sec-items__text {
  max-width: 100%;
}
.page .item .recommend .sec-items__text .item--name {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
}
@media screen and (max-width: 768px) {
  .page .item .recommend .sec-items__text .item--name {
    font-size: 3.6vw;
  }
}
.page .item .recommend .sec-items .wrapper {
  min-width: unset;
  max-width: 42.9%;
  margin-right: 4.1%;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .sec-items .wrapper {
    max-width: 79.2vw;
    margin: auto;
  }
}
.page .item .recommend .sec-items__list {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .sec-items__list {
    max-width: 79.2vw;
    margin: auto;
  }
}
.page .item .recommend .lineup__heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .lineup__heading {
    font-size: 4.4vw;
    margin-bottom: 6.5vw;
    line-height: 1.5;
  }
}
.page .item .recommend .lineup__list {
  margin: auto;
}
.page .item .recommend .lineup__item {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  margin-top: 0;
}
.page .item .recommend .lineup__item:after {
  display: none;
}
.page .item .recommend .lineup__item:nth-child(even) .sec-items {
  margin: unset;
  margin-right: 0;
  max-width: 100%;
}
.page .item .recommend .lineup__item:nth-child(even) .sec-items__wrapper-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .lineup__item:nth-child(even) .sec-items__wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.4vw;
  }
}
.page .item .recommend .lineup__item:nth-child(even) .sec-items .wrapper {
  margin-right: unset;
  margin-left: 4.1%;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .lineup__item:nth-child(even) .sec-items .wrapper {
    margin: auto;
  }
}
.page .item .recommend .lineup__item--nomargin .item__scroll {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .lineup__item--nomargin .item__scroll {
    margin-top: 6.5vw;
  }
}
.page .item .recommend .item__scroll {
  max-width: 520px;
  margin-top: 109px;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll {
    max-width: 89.6vw;
    margin-top: 6.5vw;
  }
}
.page .item .recommend .item__scroll__heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll__heading {
    font-size: 3.6vw;
  }
}
.page .item .recommend .item__scroll .item__list {
  max-width: 100%;
  padding: 0;
  margin-top: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll .item__list {
    margin-top: 2.6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll .item__list .item__list__img {
    max-width: 42.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll .item__list .item--name {
    max-width: 41.9vw;
    margin: auto;
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll .item__list .item--details {
    max-width: 41.9vw;
    margin: auto;
    margin-top: 1.3vw;
  }
}
.page .item .recommend .item__scroll .item__list li {
  max-width: 100%;
  margin-right: 20px;
  width: calc(33.3333333333% - 13.4px);
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll .item__list li {
    margin: 0;
  }
}
.page .item .recommend .item__scroll .item__list li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll .item__list li:nth-child(3) {
    margin: 0;
  }
}
.page .item .recommend .item__scroll .item__list li:nth-child(4) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll .item__list li:nth-child(4) {
    margin-top: 0;
  }
}
.page .item .recommend .item__scroll .item__list li:last-child {
  margin-right: 0;
}
.page .item .recommend .item__scroll02 {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page .item .recommend .item__scroll02 {
    max-width: 100%;
  }
}
.page .item .recommend .item__scroll02 .item__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page .item .recommend .item__scroll .item__list__id--none .item--details {
  display: none;
}
.page .item .recommend .item__scroll .item__list__id--none .ajax_area {
  display: none !important;
}
.page .item .lineup {
  margin-top: 119px;
}
@media screen and (max-width: 768px) {
  .page .item .lineup {
    margin-top: 13vw;
  }
}
.page .item .lineup--02 {
  background-color: #D6E3EB;
  position: relative;
  margin-top: 150px;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .page .item .lineup--02 {
    margin-top: 18.2vw;
    padding: 17.7vw 0 19.5vw 0;
  }
}
.page .item .lineup--02::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/plus-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .page .item .lineup--02::before {
    width: 10.4vw;
    height: 10.4vw;
    top: -5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item .lineup--02 .lineup__list {
    margin-top: 13vw;
  }
}
.page .item .lineup__heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.56;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .page .item .lineup__heading {
    font-size: 6vw;
    line-height: 1.3;
  }
}
.page .item .lineup__heading span {
  font-family: "futura-pt", sans-serif;
  font-size: 23px;
  color: #6299B5;
  font-weight: 400;
  line-height: 1.31;
}
@media screen and (max-width: 768px) {
  .page .item .lineup__heading span {
    font-size: 4.9vw;
    line-height: 1.33;
  }
}
.page .item .lineup-addition__heading {
  position: relative;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.62;
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition__heading {
    font-size: 5.2vw;
    line-height: 1.45;
  }
}
.page .item .lineup-addition__heading:before, .page .item .lineup-addition__heading:after {
  content: "";
  display: block;
  width: 36px;
  height: 43px;
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/lineup-addition_heading.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  left: -44px;
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition__heading:before, .page .item .lineup-addition__heading:after {
    width: 7.7vw;
    height: 11.8vw;
    left: -3.9vw;
    background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/lineup-addition_heading-sp.png");
  }
}
.page .item .lineup-addition__heading:after {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
  left: 44px;
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition__heading:after {
    left: 3.9vw;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
}
.page .item .lineup-addition-wrap {
  width: 100%;
  max-width: 628px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition-wrap {
    display: block;
    margin-top: 8.6vw;
  }
}
.page .item .lineup-addition-inner {
  max-width: 294px;
  width: 46.8%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition-inner {
    width: 52.7vw;
    max-width: 100%;
    margin: 0 auto 5.2vw;
  }
  .page .item .lineup-addition-inner:last-child {
    margin-bottom: 0;
  }
}
.page .item .lineup-addition .title {
  font-size: 22px;
  font-weight: bold;
  color: #6299B5;
  line-height: 1.455;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition .title {
    font-size: 5.2vw;
    margin-bottom: 1.3vw;
  }
}
.page .item .lineup-addition__img {
  width: 294px;
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition__img {
    width: 52.7vw;
    margin: 0 auto;
  }
}
.page .item .lineup-addition__text {
  width: 294px;
}
.page .item .lineup-addition__text .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition__text .desc {
    font-size: 3.6vw;
    margin-top: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item .lineup-addition__text {
    width: 100%;
  }
}
.page .item .lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page .item .lineup__list {
    max-width: 100%;
    margin-top: 5.2vw;
  }
}
.page .item .lineup__item {
  margin-right: 40px;
  max-width: 100%;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .page .item .lineup__item {
    width: 100%;
    margin-right: 0;
    margin-top: 10.4vw;
  }
}
.page .item .lineup__item:first-child {
  margin-top: 0;
}
.page .item .lineup__item:nth-child(even) {
  margin-right: 0;
}
.page .item .special-points {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page .item .special-points {
    margin-top: 6.5vw;
  }
}
.page .item .special-points__heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #872323;
  letter-spacing: 0.25em;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .page .item .special-points__heading {
    font-size: 3.6vw;
  }
}
.page .item .special-points__list {
  max-width: 980px;
  width: 100%;
  margin: auto;
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .item .special-points__list {
    max-width: 79.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3vw;
  }
}
.page .item .special-points__item {
  max-width: 100%;
  width: calc(50% - 31px);
  background-color: #F1EAEA;
  padding: 25.26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .item .special-points__item {
    width: 100%;
    margin-bottom: 4.2vw;
    padding: 2.6vw;
  }
}
.page .item .special-points__item:first-child {
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .page .item .special-points__item:first-child {
    margin-right: 0;
  }
}
.page .item .special-points__item:last-child {
  margin-top: 30px;
  width: calc(100% - 444px);
}
@media screen and (max-width: 768px) {
  .page .item .special-points__item:last-child {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page .item .special-points__item .detail {
  text-align: center;
}
.page .item .special-points__item .detail p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page .item .special-points__item .detail p {
    font-size: 3.6vw;
  }
}
.page .item .special-points__item .detail p span {
  font-size: 20px;
  font-weight: 500;
  color: #872323;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .item .special-points__item .detail p span {
    font-size: 3.9vw;
  }
}
.page .item .special-points__item .detail::before {
  content: "";
  width: 28px;
  height: 24px;
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/point-check01.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -17px;
  left: 26px;
}
@media screen and (max-width: 768px) {
  .page .item .special-points__item .detail::before {
    width: 5.3vw;
    height: 4.6vw;
    top: -1.6vw;
    left: 4.4vw;
  }
}
.page .item01 {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .page .item01 {
    margin-top: 9.1vw;
    padding-top: 11.5vw;
  }
}
.page .item01 .item__heading::after {
  background-color: #872323;
}
@media screen and (max-width: 768px) {
  .page .item01 .lineup {
    margin-top: 14.8vw;
  }
}
.page .item01 .lineup .lineup__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .item01 .lineup .lineup__item {
    margin-top: 16.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item01 .lineup .lineup__item:first-child {
    margin-top: 0;
  }
}
.page .item01 .lineup .lineup__item::after {
  content: "";
  display: block;
  width: 29%;
  height: 10%;
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/icon-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -39px;
  left: 22px;
}
@media screen and (max-width: 768px) {
  .page .item01 .lineup .lineup__item::after {
    width: 27vw;
    height: 20.4vw;
    top: -8.3vw;
    left: 5.2vw;
  }
}
.page .item01 .lineup .lineup__item:nth-child(2)::after {
  width: 53%;
  height: 13.3%;
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/icon-gray.png");
  left: 8px;
  top: -69px;
}
@media screen and (max-width: 768px) {
  .page .item01 .lineup .lineup__item:nth-child(2)::after {
    width: 49.5vw;
    height: 27.2vw;
    top: -10.3vw;
    left: 5.2vw;
  }
}
.page .item01 .sec-items__wrapper .sec-items__text .item--details {
  background-color: #872323;
}
.page .item01 .sec-items .item__scroll02 .slick-current .item__list__img::after {
  border: 3px solid #872323;
}
@media screen and (max-width: 768px) {
  .page .item01 .sec-items .item__scroll02 .slick-current .item__list__img::after {
    border: 0.5vw solid #872323;
  }
}
.page .item01 .sec-items .item__list__id--none .item--details {
  display: none;
}
.page .item01 .sec-items .item__list__id--none .ajax_area {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .item02 {
    margin-top: 13vw;
    padding-top: 11.5vw;
  }
}
.page .item02 .item__heading::after {
  background-color: #957733;
}
.page .item02 .special-points__heading {
  color: #957733;
}
@media screen and (max-width: 768px) {
  .page .item02 .special-points__list {
    margin-top: 3.3vw;
  }
}
.page .item02 .special-points__item {
  width: calc(33.3333333333% - 16.5px);
  background-color: #ECE9D7;
  margin-right: 25px;
  padding: 28px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .page .item02 .special-points__item {
    width: 100%;
    padding: 2.8vw 0 2.3vw 0;
    margin-right: 0;
  }
}
.page .item02 .special-points__item:last-child {
  width: calc(33.3333333333% - 16.5px);
  margin-top: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .item02 .special-points__item:last-child {
    width: 100%;
  }
}
.page .item02 .special-points__item .detail::before {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/point-check02.png");
}
.page .item02 .special-points__item .detail p {
  line-height: 2;
}
.page .item02 .special-points__item .detail p span {
  line-height: 1;
  color: #957733;
}
.page .item02 .sec-items__wrapper .sec-items__text .item--details {
  background-color: #957733;
}
@media screen and (max-width: 768px) {
  .page .item02 .sec-items__wrapper .sec-items__text .item--details {
    max-width: 38.3vw;
    margin: auto;
    margin-top: 3.1vw;
  }
}
.page .item02 .lineup {
  margin-top: 89px;
}
@media screen and (max-width: 768px) {
  .page .item02 .lineup {
    margin-top: 16.7vw;
  }
}
.page .item02 .lineup__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .item02 .lineup__item {
    margin-top: 16.7vw;
  }
}
.page .item02 .lineup__item::after {
  content: "";
  display: block;
  width: 29%;
  height: 12.2%;
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/icon-navy.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 11px;
  top: -39px;
}
@media screen and (max-width: 768px) {
  .page .item02 .lineup__item::after {
    width: 27vw;
    height: 20.3vw;
    left: 5.2vw;
    top: -10.2vw;
  }
}
.page .item02 .lineup__item:nth-child(2)::after {
  width: 29%;
  height: 12.1%;
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/icon-camel.png");
  top: -26px;
  left: 6px;
}
@media screen and (max-width: 768px) {
  .page .item02 .lineup__item:nth-child(2)::after {
    width: 27vw;
    height: 20.3vw;
    left: 5.2vw;
    top: -10.2vw;
  }
}
.page .item02 .recommend {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .item02 .recommend {
    margin-top: 13vw;
  }
}
.page .item02 .sec-items .item__scroll02 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page .item02 .sec-items .item__scroll02 {
    margin-top: 2.6vw;
  }
}
.page .item02 .sec-items .item__scroll02 .slick-current .item__list__img::after {
  border: 3px solid #957733;
}
@media screen and (max-width: 768px) {
  .page .item02 .sec-items .item__scroll02 .slick-current .item__list__img::after {
    border: 0.5vw solid #957733;
  }
}
@media screen and (max-width: 768px) {
  .page .item03 {
    margin-top: 13vw;
    padding-top: 11.5vw;
  }
}
.page .sec-items {
  max-width: 470px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.page .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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .sec-items .item__scroll02 .slick-current .item__list__img {
  position: relative;
}
.page .sec-items .item__scroll02 .slick-current .item__list__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #6299B5;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page .sec-items .item__scroll02 .slick-current .item__list__img::after {
    border: 0.5vw solid #6299B5;
  }
}
.page .sec-items__list {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec-items__list {
    max-width: 100%;
    margin-right: 0;
  }
}
.page .sec-items__item {
  max-width: 100%;
  width: 100%;
}
.page .sec-items__wrapper .item__list__img {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .item__list__img {
    max-width: 79.2vw;
    margin: auto;
  }
}
.page .sec-items__wrapper .sec-items__text {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .sec-items__text {
    max-width: 38.3vw;
  }
}
.page .sec-items__wrapper .sec-items__text .item--name {
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .sec-items__text .item--name {
    font-size: 3.6vw;
    margin-top: 5.2vw;
  }
}
.page .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: #6299B5;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .sec-items__text .item--details {
    font-size: 3.6vw;
    border-radius: 0.7vw;
    margin-top: 3.1vw;
  }
}
.page .sec-items__wrapper .sec-items__text .item--details a {
  padding: 5.5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sec-items__wrapper .sec-items__text .item--details a {
    padding: 2vw 0 2.1vw 0;
  }
}
.page .more-items {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .page .more-items {
    margin-top: 13vw;
  }
}
.page .more-items__heading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 42px;
  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: 10.4vw;
    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__scroll {
  width: 100%;
  max-width: 980px;
  margin: auto;
  margin-top: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .item__scroll {
    max-width: 100%;
  }
}
.page .item__scroll .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .item__scroll .item__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    max-width: 89.6vw;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .item__scroll .item__list li {
  max-width: 305px;
  width: 100%;
  margin-right: 32px;
  z-index: 9999;
}
.page .item__scroll .item__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 89.6vw;
    margin-right: 0;
    position: relative;
  }
  .page .item__scroll .item__list li:first-child {
    margin-left: 0;
  }
  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 5.2vw;
    background-color: transparent;
  }
}
.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: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@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;
  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: 100%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll02 {
    max-width: 100%;
    margin-top: 5.2vw;
  }
}
.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: 9999;
  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.302vw) !important;
    max-width: 100% !important;
    margin-right: 1.7vw;
    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;
}
@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;
  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: 1;
  position: absolute;
  cursor: pointer;
  top: 47.2%;
}
@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_trench_coat/arrow-scroll-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .page .prev-arrow {
    left: 2.1vw;
  }
}
.page .prev-arrow02 {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/arrow-left02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page .prev-arrow02 {
    width: 5.2vw;
    height: 9.4vw;
    left: 0;
    top: 41.4vw;
  }
}
.page .next-arrow {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/arrow-scroll-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .page .next-arrow {
    right: 2.1vw;
  }
}
.page .next-arrow02 {
  background-image: url("/ec/img/usr/pg/campaign/l_trench_coat/arrow-right02.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page .next-arrow02 {
    width: 5.2vw;
    height: 9.4vw;
    right: 0;
    top: 41.4vw;
  }
}

.page .ajax_area {
  text-align: center;
  max-width: 190px;
  width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .ajax_area {
    max-width: 38.3vw;
  }
}
.page .ajax_area .preset_price_area {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
    margin-top: 3.1vw;
  }
}
.page .ajax_area a.cartinbtn {
  width: 100%;
  font-size: 13px;
  background-color: #37BEF0;
  margin: 16px auto 0;
  font-weight: 300;
  padding: 8.3px;
  line-height: 1.5;
  display: none;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
    font-size: 3.4vw;
    margin: 3.1vw auto 0;
    padding: 2vw 0;
    border-radius: 0.7vw;
  }
}
.page .ajax_area .stock_exist {
  width: 100%;
  font-size: 13px;
  border-radius: 5px;
  margin: 20px auto 0;
  padding: 4px 11px 5px 11px;
  border: 1px solid #CCCCCC;
  font-weight: 300;
  display: none;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
    font-size: 3.4vw;
    padding: 0.4vw 1.4vw 0.5vw 2.5vw;
    margin: 4.3vw auto 0;
    border-radius: 0.7vw;
  }
}
.page .ajax_area .stock_exist:before {
  border-bottom: 5px solid #474747;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist:before {
    border: 1.2vw solid transparent;
    border-bottom: 1.6vw solid #474747;
  }
}
.page .ajax_area .stock_exist::after {
  border-top: 5px solid #474747;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist::after {
    border: 1.2vw solid transparent;
    border-top: 1.6vw solid #474747;
  }
}
/*# sourceMappingURL=style.css.map */