@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;
  -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;
}

@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: 81px;
}
@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: 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 .bnr {
  margin: 40px auto;
  max-width: 600px;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .page .bnr {
    max-width: 89.6vw;
    width: 100%;
    margin: 5.2vw auto;
  }
}
.page .bnr img {
  width: 100%;
  margin: 0 auto;
}
.page .nav {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .page .nav {
    margin-top: 8.3vw;
  }
}
.page .nav__heading {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .nav__heading {
    font-size: 4.7vw;
  }
}
.page .nav__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .nav__text {
    font-size: 6.3vw;
    line-height: 1.5;
    margin-top: 2.1vw;
  }
}
.page .nav__text::after {
  content: "";
  display: block;
  width: 510px;
  height: 6.5px;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/dotted-border.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .page .nav__text::after {
    background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/dotted-border-sp.png");
    background-size: contain;
    width: 56.3vw;
    height: 1.6vw;
    margin-top: 2.1vw;
  }
}
.page .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 387px;
  width: 100%;
  margin: auto;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .nav__list {
    max-width: 79.2vw;
    margin-top: 6.3vw;
  }
}
.page .nav__list::before {
  content: "";
  display: block;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/arrow-down-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 60px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: -48px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .page .nav__list::before {
    width: 15.6vw;
    height: 5.2vw;
    bottom: -10.5vw;
  }
}
.page .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .nav__item {
    font-size: 3.9vw;
    margin-bottom: 2.6vw;
  }
}
.page .nav__item::before {
  content: "";
  display: block;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/check-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 22px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .page .nav__item::before {
    width: 5.3vw;
    height: 4.9vw;
    margin-right: 2.1vw;
    background-size: contain;
  }
}
.page .nav__item:last-child {
  margin-bottom: 0;
}
.page .nav__contents {
  padding: 80px 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .nav__contents {
    padding: 0;
  }
}
.page .nav__contents-tit {
  max-width: 192px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page .nav__contents-tit {
    max-width: 27vw;
  }
}
.page .nav__contents-txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .nav__contents-txt {
    font-size: 2.1vw;
    margin-top: 3.4vw;
  }
}
.page .nav__contents::after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/arrow_carrot-down.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 82px;
}
@media screen and (max-width: 768px) {
  .page .nav__contents::after {
    width: 2.1vw;
    height: 1.1vw;
    bottom: 11.5vw;
  }
}
.page .sec {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .page .sec {
    margin-top: 17.7vw;
  }
}
.page .sec__heading {
  max-width: 444px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec__heading {
    max-width: 89.6vw;
  }
}
.page .sec__text {
  font-size: 32px;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .page .sec__text {
    font-size: 6.3vw;
    margin-top: 0.5vw;
  }
}
.page .sec .inner-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 712px;
  width: 100%;
  margin: auto;
  margin-top: 16px;
}
@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.2vw;
  }
}
.page .sec__fig {
  max-width: 320px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page .sec__fig {
    max-width: 49.5vw;
    margin: auto;
  }
}
.page .sec__info {
  max-width: 352px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page .sec__info {
    max-width: 79.2vw;
    margin: auto;
    margin-top: 4.2vw;
  }
}
.page .sec__info .size {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size {
    margin-top: 8.3vw;
  }
}
.page .sec__info .size__wrapper {
  background: #EEEEEE;
  padding: 17px 15px 16px 17px;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__wrapper {
    padding: 4.7vw;
  }
}
.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: 3.6vw;
    margin-bottom: -2.6vw;
  }
}
.page .sec__info .size__fig {
  max-width: 188px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size__fig {
    max-width: 46.87vw;
  }
}
.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;
  margin-right: 16px;
  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: 2.1vw;
    margin-bottom: 1.3vw;
    margin-right: 3.6vw;
    font-size: 3.1vw;
  }
}
.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: 80px;
  padding: 1px 0;
}
@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(4n),
.page .sec__info .size__table th:nth-child(4n) {
  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__info .size .item--link {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size .item--link {
    margin-top: 9.63vw;
  }
}
.page .sec__info .size .item--link a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .sec__info .size .item--link a {
    font-size: 3.64vw;
  }
}
.page .sec .reason {
  background-color: #FFF7EF;
  padding: 4% 0;
  margin-top: 80px;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/dashed-border-pc.png"), url("/ec/img/usr/pg/campaign/sukenikui_inner/dashed-border-pc.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page .sec .reason {
    background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/dashed-border-sp.png"), url("/ec/img/usr/pg/campaign/sukenikui_inner/dashed-border-sp.png");
    padding: 5.2vw 0;
    margin-top: 13vw;
  }
}
.page .sec .reason__heading {
  max-width: 566px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .sec .reason__heading {
    margin-top: 7.8vw;
    max-width: 63.5vw;
  }
}
.page .sec .reason__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .sec .reason__list {
    margin-top: 6.3vw;
  }
}
.page .sec .reason__item {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .page .sec .reason__item {
    margin-bottom: 13vw;
  }
}
.page .sec .reason__item:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .sec .reason__item:last-child {
    margin-bottom: 7.8vw;
  }
}
.page .sec .reason .reason-contents__heading {
  width: 70px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec .reason .reason-contents__heading {
    width: 13.8vw;
  }
}
.page .sec .reason .reason-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 .reason .reason-contents__text {
    font-size: 4.7vw;
    margin-top: 2.1vw;
  }
}
.page .sec .reason .reason-contents__text02 {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page .sec .reason .reason-contents__text02 {
    font-size: 3.1vw;
  }
}
.page .sec .reason .reason-contents__fig {
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .sec .reason .reason-contents__fig {
    max-width: 79.2vw;
    margin-top: 5.2vw;
  }
}
.page .sec .reason .reason-contents__fig-text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .sec .reason .reason-contents__fig-text {
    font-size: 3.1vw;
    margin-top: 5.2vw;
    line-height: 2;
  }
}
.page .sec .reason .reason-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 .reason .reason-contents__list {
    max-width: 79vw;
    margin-top: 2.1vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page .sec .reason .reason-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 .reason .reason-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 .reason .reason-contents__item:last-child {
  margin-right: 0;
}
.page .sec .reason .reason-contents__item .img {
  width: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page .sec .reason .reason-contents__item .img {
    width: 8.3vw;
    margin-bottom: 1vw;
    margin: auto;
  }
}
.page .sec .reason .reason-contents__item .text {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .page .sec .reason .reason-contents__item .text {
    font-size: 3.1vw;
  }
}
.page .sec .customer {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .page .sec .customer {
    margin-top: 10.4vw;
  }
}
.page .sec .customer__heading {
  max-width: 250px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec .customer__heading {
    max-width: 40.4vw;
  }
}
.page .sec .customer__comment {
  max-width: 784px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FFA475;
  border-radius: 16px;
  padding: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .sec .customer__comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 79.2vw;
    padding: 7.8vw;
    margin-top: 6.3vw;
    border-radius: 3.1vw;
    border: 0.3vw solid #FFA475;
  }
}
.page .sec .customer__comment .img {
  width: 56px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .page .sec .customer__comment .img {
    width: 15.6vw;
    margin-right: 0;
    margin-bottom: 6.3vw;
  }
}
.page .sec .customer__comment .text {
  font-size: 16px;
  line-height: 1.73;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .page .sec .customer__comment .text {
    font-size: 3.6vw;
    text-align: left;
  }
}
.page .sec .information {
  background-color: #FFF7EF;
  margin-top: 80px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .page .sec .information {
    margin-top: 13vw;
    padding: 13vw 0;
  }
}
.page .sec .information__heading {
  font-size: 32px;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .sec .information__heading {
    font-size: 6.3vw;
    margin-bottom: 6.3vw;
  }
}
.page .sec .information .page__inner {
  background-color: #FFFFFF;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .page .sec .information .page__inner {
    border-radius: 3.1vw;
  }
}
.page .sec .information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 828px;
  width: 100%;
  margin: auto;
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  .page .sec .information__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10.4vw 0;
  }
}
.page .sec .information__fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 436px;
  width: 100%;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .page .sec .information__fig {
    max-width: 79.2vw;
    margin: auto;
  }
}
.page .sec .information__fig .img {
  max-width: 320px;
  width: 100%;
  margin: 0 58px;
}
@media screen and (max-width: 768px) {
  .page .sec .information__fig .img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .sec .information__fig .img__item {
    width: 49.5vw;
    margin: auto;
  }
}
.page .sec .information__fig .slide-arrow {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  cursor: pointer;
  top: 245px;
}
@media screen and (max-width: 768px) {
  .page .sec .information__fig .slide-arrow {
    width: 10.4vw;
    height: 10.4vw;
    top: 36.5vw;
  }
}
.page .sec .information__fig .prev-arrow {
  left: 0;
  position: absolute;
  z-index: 999;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/slider-arr-left.png");
}
.page .sec .information__fig .next-arrow {
  right: 0;
  position: absolute;
  z-index: 999;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/slider-arr-right.png");
}
.page .sec .popular-hemp {
  background-color: #EEEEEE;
  padding: 34px 40px 40px 40px;
  max-width: 980px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp {
    max-width: 100%;
    margin-top: 17.7vw;
    padding: 4.3vw 5.2vw;
  }
}
.page .sec .popular-hemp__heading {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 0 24.5%;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp__heading {
    padding: 0 8.5vw;
    font-size: 5.2vw;
  }
}
.page .sec .popular-hemp__heading::before {
  content: "";
  display: block;
  max-width: 24.5%;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp__heading::before {
    width: 8.5vw;
    height: 0.13vw;
  }
}
.page .sec .popular-hemp__heading::after {
  content: "";
  display: block;
  max-width: 24.5%;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp__heading::after {
    width: 8.5vw;
    height: 0.13vw;
  }
}
.page .sec .popular-hemp__text {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp__text {
    font-size: 3.6vw;
    text-align: left;
  }
}
.page .sec .popular-hemp__text::before {
  content: "";
  display: block;
  position: absolute;
  width: 189px;
  height: 154px;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/hemp-image-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp__text::before {
    width: 38.2vw;
    height: 31.1vw;
    right: -4.8vw;
    bottom: 1vw;
    left: unset;
    top: unset;
  }
}
.page .sec .popular-hemp__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp__title {
    font-size: 4.3vw;
    margin-top: 4.3vw;
    margin-bottom: 1.3vw;
  }
}
.page .sec .popular-hemp .img {
  max-width: 495px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp .img {
    max-width: 81.9vw;
  }
}
.page .sec .popular-hemp--wrapper {
  background-color: #FFFFFF;
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .page .sec .popular-hemp--wrapper {
    padding: 5.2vw 3.9vw;
    max-width: 89.6vw;
    margin-top: 4.4vw;
  }
}
.page .item__scroll {
  width: 100%;
  max-width: 980px;
  margin: auto;
  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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .page .item__scroll .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.page .item__scroll .item__list li {
  margin-right: 24px;
  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: 51.8vw;
    margin: 0 7.3vw 0 0;
    position: relative;
    overflow: visible;
  }
}
.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;
}
.page .item__scroll .item__list li .item__list__text .item--name {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    margin-bottom: 2.1vw;
  }
}
.page .item__scroll02 {
  max-width: 100%;
  width: 100%;
}
.page .item__scroll .item__anchor {
  max-width: 540px;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor {
    margin: 12.5vw auto 0;
    max-width: 89.6vw;
  }
}
.page .item__scroll .item__anchor .btn {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32.5px 0;
  padding-left: 20px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border: solid 2px #005BAC;
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn {
    width: 100%;
    font-size: 3.9vw;
    padding: 6.4vw 0;
    padding-left: 5.2vw;
    border: solid 0.3vw #005BAC;
  }
}
.page .item__scroll .item__anchor .btn b {
  font-weight: 600;
}
.page .item__scroll .item__anchor .btn .sb {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .sb {
    font-size: 2.9vw;
  }
}
.page .item__scroll .item__anchor .btn .arrow_right {
  position: absolute;
  right: 22px;
  width: 28px;
  height: 7px;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/anchor_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .arrow_right {
    right: 2.9vw;
    width: 5.3vw;
    height: 1.4vw;
  }
}
.page .item__scroll .item__anchor .btn .img {
  position: absolute;
  width: 126px;
  top: -2px;
  left: -2px;
}
@media screen and (max-width: 768px) {
  .page .item__scroll .item__anchor .btn .img {
    width: 22.7vw;
    top: -0.3vw;
    left: -0.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page .more-items {
  margin-top: 133px;
}
@media screen and (max-width: 768px) {
  .page .more-items {
    margin-top: 13vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .more-items {
    padding: 0 20px;
  }
}
.page .more-items__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .more-items__heading {
    font-size: 6.3vw;
    line-height: 1.5;
  }
}
.page .more-items__heading::after {
  content: "";
  display: block;
  width: 286px;
  height: 6px;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/more-tit-border-pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page .more-items__heading::after {
    background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/more-tit-border.png");
    width: 56.3vw;
    height: 1.6vw;
    margin-top: 2.1vw;
  }
}
.page .more-items__list {
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page .more-items__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89.6vw;
    margin-top: 10.4vw;
  }
}
.page .more-items__item {
  margin-right: 40px;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .more-items__item {
    max-width: 100%;
    margin-right: 0;
    margin-top: 8.3vw;
  }
}
.page .more-items__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .more-items__item:first-child {
    margin-top: 0;
  }
}
.page .more-items__item .text {
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .more-items__item .text {
    font-size: 3.6vw;
    text-align: left;
    margin-top: 4.2vw;
  }
}
.page .more-items__item .btn {
  border: 1px solid #707070;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .more-items__item .btn {
    margin-top: 4.2vw;
    border: 0.13vw solid #707070;
  }
}
.page .more-items__item .btn a {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
  padding: 13px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .more-items__item .btn a {
    font-size: 3.6vw;
    padding: 3.9vw 0;
  }
}
.page .more-items__item .btn a::after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  position: absolute;
  background-image: url("/ec/img/usr/pg/campaign/sukenikui_inner/arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 18px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .page .more-items__item .btn a::after {
    width: 2.1vw;
    height: 4.6vw;
    top: 4.3vw;
    right: 4.6vw;
  }
}

.page .ajax_area {
  /* max-width: 190px; */
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .ajax_area {
    max-width: 51.8vw;
  }
}
.page .ajax_area .preset_price_area {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "AppleGothic";
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
    font-weight: 300;
  }
}
.page .ajax_area a.cartinbtn {
  width: 100%;
  font-size: 14px;
  background-color: #FFA475;
  margin: 10px auto 0;
  font-weight: 400;
  padding: 7.5px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
    font-size: 3.6vw;
    margin: 2.3vw auto 0;
    padding: 2.6vw 0;
    border-radius: 0.7vw;
  }
}
.page .ajax_area .stock_exist {
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  margin: 16px auto 0;
  padding: 4px 11px 5px 11px;
  border: 1px solid #CCCCCC;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
    font-size: 3.6vw;
    padding: 0.4vw 1.4vw 0.5vw 2.5vw;
    margin: 4.2vw 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;
  }
}
.tile{
  box-shadow: unset;
}

.pane-contents .pane-main{
  min-width: unset!important;
}
/*# sourceMappingURL=style.css.map */