@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  font-family: "Noto Sans JP", sans-serif;
  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;
}

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 {
  padding: 165px 0 30px !important;
  position: relative;
}

.page {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  /*=============================
   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: 74px;
}
@media screen and (max-width: 768px) {
  .page .nav {
    margin-top: 7.6vw;
  }
}
.page .nav__heading {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .nav__heading {
    font-size: 5.7vw;
    line-height: 8.6vw;
    margin-bottom: 6.4vw;
  }
}
.page .nav__fig {
  max-width: 820px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .nav__fig {
    max-width: 89.6vw;
  }
}
.page .demo {
  max-width: 980px;
  margin: auto;
  margin-top: 73px;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .demo {
    margin-top: 9.9vw;
    max-width: 89.6vw;
  }
}
.page .demo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 820px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .demo__img {
    max-width: 89.6vw;
  }
}
.page .demo__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 39.9px;
}
@media screen and (max-width: 768px) {
  .page .demo__title {
    font-size: 5.7vw;
    line-height: 8.6vw;
    margin-bottom: 7.3vw;
  }
}
.page .demo__func {
  margin-top: 73.8px;
}
@media screen and (max-width: 768px) {
  .page .demo__func {
    margin-top: 11.6vw;
  }
}
.page .demo__func-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .page .demo__func-title {
    font-size: 5.7vw;
    line-height: 8.6vw;
    margin-bottom: 6.6vw;
  }
}
.page .demo__func-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .demo__func-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .page .demo__func-list {
    max-width: 89.6vw;
    margin: auto;
  }
}
.page .demo__func-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .demo__func-item-wrap {
  max-width: 470px;
  width: 100%;
  border: 2px solid #FF2D3F;
  background-color: #FFE6E8;
  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;
  padding: 0 24px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item-wrap {
    padding: 0 5.2vw;
    max-width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page .demo__func-item-img {
  max-width: 160px;
  margin-right: 24px;
}
.page .demo__func-item:nth-child(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(1) {
    margin-bottom: 0;
  }
}
.page .demo__func-item:nth-child(1) .demo__func-item-wrap:nth-child(1) {
  height: 132px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(1) .demo__func-item-wrap:nth-child(1) {
    margin-right: 0;
    margin-bottom: 5.2vw;
    height: 42.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(1) .demo__func-item-wrap:nth-child(1) .demo__func-item-img {
    margin-right: 6vw;
    max-width: 30.5vw;
  }
}
.page .demo__func-item:nth-child(1) .demo__func-item-wrap:nth-child(2) {
  height: 132px;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(1) .demo__func-item-wrap:nth-child(2) {
    margin-bottom: 5.2vw;
    height: 36.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(1) .demo__func-item-wrap:nth-child(2) .demo__func-item-img {
    margin: 0;
    width: 35%;
    max-width: 100%;
  }
}
.page .demo__func-item:nth-child(2) .demo__func-item-wrap:nth-child(1) {
  height: 152px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(2) .demo__func-item-wrap:nth-child(1) {
    margin-right: 0;
    margin-bottom: 5.2vw;
    height: 36.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(2) .demo__func-item-wrap:nth-child(1) .demo__func-item-img {
    margin-right: 5.2vw;
    max-width: 31.3vw;
  }
}
.page .demo__func-item:nth-child(2) .demo__func-item-wrap:nth-child(2) {
  height: 152px;
  padding-left: 51px;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(2) .demo__func-item-wrap:nth-child(2) {
    height: 47vw;
    padding-left: 10.4vw;
    margin-bottom: 5.2vw;
  }
}
.page .demo__func-item:nth-child(2) .demo__func-item-wrap:nth-child(2) .demo__func-item-img {
  max-width: 106px;
  margin-right: 51px;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item:nth-child(2) .demo__func-item-wrap:nth-child(2) .demo__func-item-img {
    margin-right: 10.4vw;
    max-width: 20.7vw;
  }
}
.page .demo__func-item p {
  max-width: 238px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item p {
    max-width: 42.7vw;
    font-size: 3.6vw;
    line-height: 5.5vw;
  }
}
.page .demo__func-item p span {
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  margin-top: 11px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .demo__func-item p span {
    font-size: 3.4vw;
    line-height: 5.1vw;
    margin-top: 3vw;
  }
}
.page .demo__temp {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .page .demo__temp {
    max-width: 89.6vw;
    margin: auto;
    margin-top: 11.5vw;
  }
}
.page .demo__temp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .demo__temp-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .demo__temp-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .page .demo__temp-title {
    font-size: 5.7vw;
    line-height: 8.6vw;
    margin-bottom: 6.5vw;
  }
}
.page .demo__temp-img {
  max-width: 470px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media screen and (max-width: 768px) {
  .page .demo__temp-img {
    max-width: 89.6vw;
  }
}
.page .demo__temp-img:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page .demo__temp-img:first-child {
    margin-right: 0;
    margin-bottom: 10.4vw;
  }
}
.page .sec {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .sec {
    margin-top: 15.6vw;
  }
}
.page .sec__img {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec__img {
    max-width: 89.6vw;
  }
}
.page .sec__img--coat {
  max-width: 910px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec__img--coat {
    max-width: 90vw;
  }
}
.page .sec__bnr {
  max-width: 684px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .page .sec__bnr {
    max-width: 89.5vw;
    margin: 20.7vw auto 0;
  }
}
.page .sec_lineup {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .page .sec_lineup {
    margin-top: 11.4vw;
  }
}
.page .sec_lineup__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #333333;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .page .sec_lineup__heading {
    font-size: 5.7vw;
    line-height: 8.6vw;
    margin-bottom: 6.4vw;
  }
}
.page .sec_lineup__heading span {
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 36px;
  font-style: oblique;
}
@media screen and (max-width: 768px) {
  .page .sec_lineup__heading span {
    font-size: 5.2vw;
    line-height: 8.6vw;
  }
}
.page .sec_lineup01 {
  margin-top: 0;
}
.page .sec_lineup02 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .page .sec_lineup02 {
    margin-top: 11.2vw;
  }
}
.page .sec_lineup__banner--text {
  text-align: center;
  font-size: 16px;
  line-height: 28.8px;
  color: #333333;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .sec_lineup__banner--text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-bottom: 4.2vw;
  }
}
.page .sec_lineup__banner--img {
  width: 500px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec_lineup__banner--img {
    width: 89.6vw;
  }
}
.page .sec_feature {
  background-color: #FCE9D9;
  padding: 74px 0 80px 0;
  margin-top: 79px;
}
@media screen and (max-width: 768px) {
  .page .sec_feature {
    padding: 11.5vw 0 12.5vw 0;
    margin-top: 12.1vw;
  }
}
.page .sec_feature__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .sec_feature__heading {
    font-size: 5.7vw;
    line-height: 8.6vw;
    margin-bottom: 7.3vw;
  }
}
.page .sec_feature__heading span {
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 36px;
  font-style: oblique;
}
@media screen and (max-width: 768px) {
  .page .sec_feature__heading span {
    font-size: 5.2vw;
    line-height: 8.6vw;
  }
}
.page .sec_feature01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec_feature01__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89.6vw;
  }
}
.page .sec_feature01__item {
  background-color: #FFFFFF;
  max-width: 300px;
  width: 100%;
  margin-right: 40px;
  padding: 24px 24px 18px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sec_feature01__item {
    max-width: 89.6vw;
    margin-right: 0;
    margin-bottom: 5.2vw;
    padding: 5.2vw 5.2vw 4.3vw 5.2vw;
  }
  .page .sec_feature01__item img {
    width: 100%;
  }
}
.page .sec_feature01__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.page .sec_feature01__item--title {
  font-size: 24px;
  line-height: 36px;
  color: #F18F43;
  font-weight: 600;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .page .sec_feature01__item--title {
    font-size: 5.2vw;
    line-height: 7.8vw;
    margin-top: 3.6vw;
  }
}
.page .sec_feature01__item--text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 13px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .sec_feature01__item--text {
    font-size: 3.6vw;
    line-height: 5.5vw;
    margin-top: 3.3vw;
  }
}
.page .sec_feature__banner--text {
  text-align: center;
  font-size: 16px;
  line-height: 28.8px;
  color: #333333;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .sec_feature__banner--text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-bottom: 4.2vw;
  }
}
.page .sec_feature__banner--img {
  width: 500px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec_feature__banner--img {
    width: 89.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .sec_feature .item__scroll {
    margin-top: 4.3vw;
  }
}
.page .sec_caution {
  padding: 74px 0 76px 0;
}
@media screen and (max-width: 768px) {
  .page .sec_caution {
    padding: 11.5vw 0 11.6vw 0;
  }
}
.page .sec_caution01 {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .page .sec_caution01 {
    margin-top: 10.7vw;
  }
}
.page .sec_caution01__heading {
  color: #F18F43;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .sec_caution01__heading {
    font-size: 5.2vw;
    line-height: 7.8vw;
    margin-bottom: 4.4vw;
  }
}
.page .sec_caution01__heading--sub {
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0 25px 0;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .sec_caution01__heading--sub {
    font-size: 3.6vw;
    line-height: 5.5vw;
    margin: 6.5vw 0 6.5vw 0;
  }
}
.page .sec_caution01--nomargin {
  margin-top: 0;
}
.page .sec_caution__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #333333;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .page .sec_caution__heading {
    font-size: 5.7vw;
    line-height: 8.6vw;
    margin-bottom: 6.4vw;
  }
}
.page .sec_caution__heading span {
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 36px;
  font-style: oblique;
}
@media screen and (max-width: 768px) {
  .page .sec_caution__heading span {
    font-size: 5.2vw;
    line-height: 8.6vw;
  }
}
.page .sec_caution li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .sec_caution li {
    font-size: 3.6vw;
    line-height: 5.5vw;
  }
}
.page .sec_caution .sec__wrapper {
  max-width: 820px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec_caution .sec__wrapper {
    max-width: 89.6vw;
  }
}
.page .item__anchor {
  max-width: 374px;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page .item__anchor {
    max-width: 89.6vw;
    margin: 7.8vw auto 0;
    width: 100%;
  }
}
.page .item__anchor .btn {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding: 16px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 2px #333333;
  color: #333333;
  background-color: #FFFFFF;
  line-height: 1.5;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .page .item__anchor .btn {
    width: 100%;
    font-size: 2.6vw;
    line-height: 6.5vw;
    margin: 0 auto 0;
    padding: 3vw;
    border: solid 0.3vw #333333;
  }
}
.page .item__anchor .btn .sb {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .item__anchor .btn .sb {
    font-size: 2.9vw;
  }
}
.page .item__anchor .btn b {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .item__anchor .btn b {
    font-size: 4.2vw;
    line-height: 3.3vw;
  }
}
.page .item__anchor .btn .img {
  position: absolute;
  width: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24px;
}
@media screen and (max-width: 768px) {
  .page .item__anchor .btn .img {
    width: 16.1vw;
    left: 3.1vw;
  }
}
.page .item__anchor .btn .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}
@media screen and (max-width: 768px) {
  .page .item__anchor .btn .arrow_right {
    right: 3.1vw;
  }
}
.page .item__anchor .btn .arrow_right:after {
  content: "";
  display: block;
  width: 28px;
  height: 8px;
  background-image: url("img/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page .item__anchor .btn .arrow_right:after {
    width: 4.7vw;
    height: 1.3vw;
  }
}
.page .item__scroll {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-top: 6.5vw;
  }
}
.page .item__scroll .item__text {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  line-height: 28.8px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__text {
    font-size: 3.6vw;
    line-height: 6.5vw;
    margin-top: 8.3vw;
  }
}
.page .item__scroll .item__title {
  max-width: 156px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__title {
    max-width: 39.5vw;
  }
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    padding-left: 5.3vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    max-width: unset;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .page .item__scroll .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.page .item__scroll .item__list li {
  width: 22.2%;
  margin-right: 24px;
}
.page .item__scroll .item__list li:nth-child(4) {
  margin-right: 0;
}
.page .item__scroll .item__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 57.3vw;
    position: relative;
    overflow: visible;
    margin-right: 7.3vw;
  }
  .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;
}
.page .item__scroll .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text {
    margin-top: 5.2vw;
  }
}
.page .item__scroll .item__list li .item__list__text .item--name {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--name {
    font-size: 3.6vw;
    margin-bottom: 0.7vw;
    line-height: 5.5vw;
  }
}

.page .ajax_area {
  max-width: 195px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .ajax_area {
    max-width: 44.3vw;
    width: 100%;
  }
}
.page .ajax_area .preset_price_area {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
    line-height: 5.5vw;
    margin-top: 0.7vw;
  }
}
.page .ajax_area a.cartinbtn {
  width: 100%;
  background-color: #F18F43;
  font-size: 13px;
  font-weight: 300;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    font-size: 3.4vw;
    margin-top: 3.1vw;
    line-height: 4.4vw;
    padding: 2.4vw;
    border-radius: 0.7vw;
  }
}
.page .ajax_area .stock_exist {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  color: #333333;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
    font-size: 3.4vw;
    line-height: 4.3vw;
    margin: 4.3vw auto 0;
    border-radius: 0.8vw;
    padding: 2.3vw;
    border: 0.13vw solid #ccc;
    border-radius: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist:before {
    border: 1.2vw solid transparent;
    border-bottom: 1.6vw solid #444;
  }
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist::after {
    border: 1.2vw solid transparent;
    border-top: 1.6vw solid #444;
  }
}
.page .reservation__btn .btn {
  position: relative;
  width: 100%;
  color: #F18F43;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  margin: 23px auto 0;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    font-size: 3.4vw;
    line-height: 4.6vw;
    margin: 4.8vw auto 0;
  }
}
.page .reservation__btn .btn::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 16px;
  background-image: url(img/hanger_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 4px 0 0;
  color: #616161;
  vertical-align: initial;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn::before {
    width: 5.7vw;
    height: 3.4vw;
    margin: 0 2.1vw 0 0;
  }
}
.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 3.1vw;
  }
}
.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right:after {
    width: 1.7vw;
    height: 1.7vw;
  }
}