@charset "UTF-8";
/*--------------------------------------------------
  responsive
--------------------------------------------------*/
@media screen and (max-width: 900px), print {
  .u-is-sp {
    display: block;
  }
  .u-is-pc {
    display: none;
  }
  .u-is-sp-inline {
    display: inline-block;
  }
  .u-is-pc-inline {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .u-is-sp {
    display: none;
  }
  .u-is-pc {
    display: block;
  }
  .u-is-sp-inline {
    display: none;
  }
  .u-is-pc-inline {
    display: inline-block;
  }
}

/*--------------------------------------------------
  reset
--------------------------------------------------*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 900px) {
  img {
    width: 100%;
  }
}

sup {
  position: relative;
  font-size: 70%;
  vertical-align: top;
  top: -0.4em;
}

.l-main section {
  overflow-x: inherit;
}

/*--------------------------------------------------
  base
--------------------------------------------------*/
body {
  font-size: 16px;
  /*font-size: 1.6rem;*/
  color: #3b4043;
}

.l-main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(/img/freepage/greenbazaar/images/bg.png); 
}

.l-main a {
  transition: opacity 0.5s ease;
}

.l-main a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}

/*--------------------------------------------------
  hero
--------------------------------------------------*/
.sc__hero {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0 28px;
}

@media (max-width: 1300px) {
  .sc__hero {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

@media (max-width: 900px) {
  .sc__hero {
    max-width: none;
    padding: 7.2vw 5.33vw 0;
  }
}

/*--------------------------------------------------
  message
--------------------------------------------------*/
.sc__message {
  padding: 67px 0 88px;
  background: url(/img/freepage/greenbazaar/images/message_bg.png) no-repeat center 0;
  background-size: cover;
}

@media (max-width: 1300px) {
  .sc__message {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

@media (max-width: 900px) {
  .sc__message {
    padding: 9.33vw 5.6vw 11.47vw;
    background: url(/img/freepage/greenbazaar/images/message_bg_sp.png) no-repeat center 0;
    background-size: cover;
  }
}

.sc__message__inner {
  max-width: 1185px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sc__message__inner {
    min-width: auto;
  }
}

.sc__message__ttl {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 20px;
  background-color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .sc__message__ttl {
    padding: 0;
    background: none;
    font-size: 6.67vw;
  }
}

@media (max-width: 900px) {
  .sc__message__ttl span {
    padding: 2vw;
    background: #fff;
  }
}

.sc__message__ttl::after {
  content: '';
  position: absolute;
  bottom: -63px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #41b29f;
}

@media (max-width: 900px) {
  .sc__message__ttl::after {
    bottom: -9vw;
    left: 0;
    width: 6.67vw;
    height: 0.67vw;
  }
}

.sc__message__text {
  margin-top: 108px;
  font-size: 19px;
  line-height: 2.1;
}

@media (max-width: 900px) {
  .sc__message__text {
    margin-top: 18.67vw;
    font-size: 3.47vw;
    letter-spacing: -0.02em;
    text-align: justify;
  }
}

.sc__message__text span {
  font-weight: 700;
  letter-spacing: .04em;
}

.sc__message__text + .sc__message__text {
  margin-top: 45px;
}

@media (max-width: 900px) {
  .sc__message__text + .sc__message__text {
    margin-top: 5vw;
  }
}

.sc__message__text + .sc__message__text span {
  display: block;
}

.sc__message__text + .sc__message__text span + span {
  font-size: 23px;
}

@media (max-width: 900px) {
  .sc__message__text + .sc__message__text span + span {
    font-size: 4.53vw;
  }
}

.sc__message__bnr {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.sc__message__bnr.is--single {
  justify-content: center;
}

@media (max-width: 900px) {
  .sc__message__bnr {
    display: block;
    padding: 5.3vw;
  }
}

.sc__message__bnr a {
  display: block;
  width: 540px;
}

@media (max-width: 900px) {
  .sc__message__bnr a {
    width: 100%;
  }
  .sc__message__bnr a + a {
    margin-top: 5.3vw;
  }
}

.sc__message__bnr__box {
  display: block;
  position: relative;
  width: 1185px;
  margin: 65px auto 0;
  background: #fff;
  border-radius: 10px;
}
.sc__message__bnr__box.is--single {
  display: block;
  position: relative;
  max-width: 800px;
  margin: 65px auto 0;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .sc__message__bnr__box {
    width: 100%;
    margin-top: 10vw;
    border-radius: 5px;
  }
  .sc__message__bnr__box.is--single {
    margin-top: 10vw;
    border-radius: 5px;
  }
}

.sc__message__bnr__text {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background: #32b387;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 900px) {
  .sc__message__bnr__text {
    padding: 2.93vw 0;
    font-size: 4.26vw;
    border-radius: 5px 5px 0 0;
  }
  .sc__message__bnr__text.is--small {
    font-size: 3.9vw;
  }
}

.sc__message__present {
  position: relative;
  padding: 50px 30px 70px;
}
@media (max-width: 900px) {
  .sc__message__present {
    display: block;
    padding: 5.3vw 4vw;
  }
}

.sc__message__present__detail__ttl {
  position: relative;
  width: 100%;
  padding-left: 216px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 901px) {
  .sc__message__present__detail__ttl {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}
.sc__message__present__detail__ttl strong {
  position: relative;
  top: 0.1em;
  font-size: 50px;
}
.sc__message__present__detail__ttl strong.is--green {
  color: #36a981;
}
.sc__message__present__detail__icon {
  position: absolute;
  left: 0;
  top: 0;
}
.sc__message__present__detail {
  padding-left: 216px;
}
.sc__message__present__detail__note {
  position: relative;
  margin-top: 20px;
}
.sc__message__present__detail__note__txt {
  font-size: 15px;
}
.sc__message__present__detail__note__list {
  font-size: 15px;
  line-height: 1.4;
}
.sc__message__present__detail__note__list li span {
  color: #36a981;
}
.sc__message__present__img {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 900px) {
  .sc__message__present__detail__ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    font-size: 3.8vw;
  }
  .sc__message__present__detail__ttl strong {
    font-size: 5.73vw;
  }
  .sc__message__present__detail__ttl__span {
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    padding-left: 0.2em;
  }
  .sc__message__present__detail__icon {
    display: inline-block;
    position: static;
    width: 16vw;
  }
  .sc__message__present__detail {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 0;
  }
  .sc__message__present__detail__note {
    position: relative;
    margin-top: 3.73vw;
    width: 43%;
  }
  .sc__message__present__detail__note__txt {
    font-size: 10px;
  }
  .sc__message__present__detail__note__list {
    font-size: 10px;
    line-height: 1.4;
  }
  .sc__message__present__detail__note__list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sc__message__present__img {
    position: static;
    width: 41vw;
  }


}

/*--------------------------------------------------
  sc__anker
--------------------------------------------------*/
.sc__anker {
  padding: 40px 0 72px;
  background-color: #f3f3f3;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1300px) {
  .sc__anker {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

@media (max-width: 900px) {
  .sc__anker {
    padding: 5.6vw 2.4vw;
  }
}

.sc__anker__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1242px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sc__anker__list {
    justify-content: space-between;
    max-width: none;
  }
  .sc__anker__list::after {
    display: block;
    content: '';
    width: calc(33.333% - 1.6vw);
    height: 0px;
  }
}

.sc__anker__item {
  width: calc(20% - 10px);
  margin: 30px 0 0 1%;
  border: 1px solid #dde9e5;
  box-shadow: 0 10px 0 0 #d9dfdd;
  transform: translateY(-10px);
  transition: .3s ease;
}

.sc__anker__item:first-of-type, .sc__anker__item:nth-of-type(5n + 1) {
  margin-left: 0;
}

@media (max-width: 900px) {
  .sc__anker__item {
    width: calc(33.333% - 1.6vw);
    margin: 3.2vw 0 0;
    border: 0.13vw solid #dde9e5;
    box-shadow: none;
    transform: none;
  }
}

.sc__anker__item:hover {
  transform: translateY(0px);
  box-shadow: none;
}

@media (max-width: 900px) {
  .sc__anker__item:hover {
    transform: none;
  }
}

.sc__anker__item a:hover {
  opacity: 1;
}

@media (max-width: 900px) {
  .sc__anker__item a:hover {
    opacity: 0.5;
  }
}

@media (max-width: 900px) {
  .sc__anker__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

.sc__anker__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 610px;
  height: 78px;
  margin: 50px auto 0;
  background-color: #fff;
  border: 1px solid #dde9e5;
  box-shadow: 0 10px 0 0 #d9dfdd;
  line-height: 1;
  transform: translateY(-10px);
  transition: .3s ease;
}

.sc__anker__btn a::before, .sc__anker__btn a::after {
  position: absolute;
  top: 50%;
  right: 6.93333%;
  transform: translate(0, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background-color: #d0d0d0;
}

.sc__anker__btn a::before {
  background-color: #fff;
  z-index: 2;
  right: 7.4%;
}

.sc__anker__btn a:hover {
  opacity: 1;
  transform: translateY(0px);
  box-shadow: none;
}

/*--------------------------------------------------
  sc__brand
--------------------------------------------------*/
.sc__brand {
  padding: 113px 0 91px;
  background-color: #f7fbf9;
}

@media (max-width: 1300px) {
  .sc__brand {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

@media (max-width: 900px) {
  .sc__brand {
    padding: 10.4vw 2.4vw 8.4vw;
  }
}

.sc__brand__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1242px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sc__brand__list {
    justify-content: space-between;
    margin-top: 9vw;
  }
  .sc__brand__list:after {
    display: block;
    content: '';
    width: calc(33.333% - 1.6vw);
    height: 0;
  }
}

.sc__brand__item {
  width: calc(20% - 10px);
  margin: 13px 0 0 1%;
  border: 1px solid #dde9e5;
}

.sc__brand__item:nth-of-type(5n + 1) {
  margin-left: 0;
}

@media (max-width: 900px) {
  .sc__brand__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.333% - 1.6vw);
    margin: 3.2vw 0 0;
    border: 0.13vw solid #dde9e5;
    background-color: #fff;
    font-size: 3.47vw;
    line-height: 1.5;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .sc__brand__item:nth-child(-n+3) {
    margin-top: 0;
  }
}



.sc__brand__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 610px;
  height: 78px;
  margin: 50px auto 0;
  background-color: #fff;
  border: 1px solid #dde9e5;
  line-height: 1;
}

.sc__brand__btn a::before, .sc__brand__btn a::after {
  position: absolute;
  top: 50%;
  right: 6.93333%;
  transform: translate(0, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background-color: #d0d0d0;
}

.sc__brand__btn a::before {
  background-color: #fff;
  z-index: 2;
  right: 7.4%;
}

.sec-itemoffer + .sc__brand__btn {
  margin-top: 100px;
}
.sec-itemoffer + .sc__brand__btn a {
  border: 1px solid #42B29F;
}
.sec-itemoffer + .sc__brand__btn a::after {
  background-color: #666B71;
}

@media (max-width: 900px) {
  .sc__brand__btn a {
    width: 100%;
  }
  .sec-itemoffer + .sc__brand__btn {
    margin-top: 20vw;
  }
  .sec-itemoffer + .sc__brand__btn a {
    width: 90%;
    font-size: 4.5vw;
  }
}

/*--------------------------------------------------
  items
--------------------------------------------------*/
.sc__item__wrapper {
  background: url(/img/freepage/greenbazaar/images/item_bg.png) repeat-y center 0;
  background-size: 100%;
  padding-bottom: 290px;
}

@media (max-width: 900px) {
  .sc__item__wrapper {
    background: url(/img/freepage/greenbazaar/images/item_bg_sp.png) repeat-y center 12vw;
    background-size: 100%;
    padding-bottom: 37.33vw;
  }
}

.sec-recommend {
  padding: 78px 0 113px;
  background-color: #f3f9f7;
}

@media (max-width: 900px) {
  .sec-recommend {
    padding: 14.13vw 0 12vw;
  }
}

section#sec01, section#sec02, section#sec04, section#sec05, section#sec06, section#sec07, section#sec08, section#sec09,section#sec10,section#sec11,section#sec12,section#sec13,section#sec14,section#sec15,section#sec16 {
  padding: 210px 0 0;
}

section#sec01 {
  background: transparent;
}

section#sec01 > .corner_rds {
  background: transparent;
}

section#sec01 > .corner_rds {
  transform: translateY(0);
}

section > .corner_rds {
  background: transparent;
}

@media (max-width: 900px) {
  section#sec01 {
    padding: 13.33vw 0 0;
  }
  section#sec02, section#sec04, section#sec05, section#sec06, section#sec07, section#sec08, section#sec09,section#sec10,section#sec11,section#sec12,section#sec13,section#sec14,section#sec15,section#sec16 {
    padding: 10vw 0 0;
    margin-top: 20vw;
  }
  .xs-container, .mid-container, .sm-container, .mds-container {
    padding: 0 .3rem;
  }
}

.sc__item__ttl {
  position: relative;
  margin-bottom: 60px;
  font-size: 20px;
  color: #49b3a0;
  text-align: center;
}

@media (max-width: 900px) {
  .sc__item__ttl {
    margin-bottom: 0;
    font-size: 3.47vw;
  }
}

.sc__item__ttl span {
  display: block;
  margin-bottom: .4em;
  font-size: 48px;
  font-family: 'Josefin Sans', 'sans-serif';
}

@media (max-width: 900px) {
  .sc__item__ttl span {
    margin-bottom: -2vw;
    font-size: 7.47vw;
  }
}

@media (max-width: 900px) {
  .sec01 .sc__item__ttl {
    width: 29.6vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec02 .sc__item__ttl {
    width: 53.47vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec03 .sc__item__ttl {
    width: 29.47vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec04 .sc__item__ttl {
    width: 39.6vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec05 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec06 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec07 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec08 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec09 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec10 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec11 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .sec12 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
	}

@media (max-width: 900px) {
  .sec13 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .sec14 .sc__item__ttl {
    width: 55vw;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .sec15 .sc__item__ttl {
    width: 33.2vw;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .sec16 .sc__item__ttl {
    /*width: 33.2vw;*/
    width: 62vw;
    margin: 0 auto;
  }
}
.sc__brand .sc__item__ttl {
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .sc__brand .sc__item__ttl {
    margin-bottom: 5vw;
  }
}

.sec-recommend .sc__item__ttl::after, .sc__brand .sc__item__ttl::after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  width: 50px;
  height: 5px;
  margin: auto;
  background: #41b29f;
}

@media (max-width: 900px) {
  .sec-recommend .sc__item__ttl::after, .sc__brand .sc__item__ttl::after {
    bottom: -1vw;
    left: 0;
    width: 6.67vw;
    height: 0.67vw;
  }
}

@media (max-width: 900px) {
  .sc__item__ttl {
    margin-bottom: 0;
  }
}

.item__style02 {
  position: relative;
  overflow: hidden;
}

@media (max-width: 900px) {
  .item_id_WCME .item__ttl-wrap,
  .item_id_YNBY303 .item__ttl-wrap,
  .item_id_YNWT415 .item__ttl-wrap {
    min-height: 40vw !important;
  }
  /* .item_id_WCPV .item__ttl-wrap, */
  .item_id_WXUL .item__ttl-wrap {
    min-height: 35.6vw;
  }
}

@media (max-width: 900px) {
  .item_id_WBXL .item__ttl-wrap, .item_id_WCLT .item__ttl-wrap {
    min-height: 40vw !important;
  }
}

.style-grid-01 .row.item__style02 {
  border-radius: 10px !important;
}

@media (max-width: 900px) {
  .style-grid-01 .row.item__style02 {
    border-radius: 1.33vw !important;
  }
}

.style-grid-01 .item__col-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #d5e5df;
  border-right: 1px solid #d5e5df;
  border-left: 1px solid #d5e5df;
}

@media (max-width: 900px) {
  .style-grid-01 .item__col-img {
    border-top-left-radius: 1.33vw;
    border-top-right-radius: 1.33vw;
  }
}

.style-grid-01 .info_inner, .style-grid-01 .row_price {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 900px) {
  .style-grid-01 .info_inner, .style-grid-01 .row_price {
    border-bottom-left-radius: 1.33vw;
    border-bottom-right-radius: 1.33vw;
  }
}

.lbl_badge {
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 65px;
  height: 67px;
  padding: 10px !important;
  background: #37b294;
  border-radius: 0 0 10px 0;
}

@media (max-width: 900px) {
  .lbl_badge {
    width: 10vw;
    height: 10vw;
    padding: 2vw 1.33vw !important;
    border-radius: 0 0 1.33vw 0;
  }
}

.lbl_badge .lbl_num.bebaskai {
  font-size: 26px;
  font-family: 'Josefin Sans', 'sans-serif';
  color: #fff;
}

.lbl_badge .dmsans.lbl_off {
  padding-top: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 900px) {
  .lbl_badge .dmsans.lbl_off {
    font-size: 2vw !important;
  }
}

@media (max-width: 900px) {
  .style-grid-01 .row.item__style02, .style-grid-01 .info_inner, .style-grid-01 .row_price {
    border-radius: 10px;
  }
  .lbl_badge .lbl_num.bebaskai {
    font-size: 3.73vw;
  }
}

.item_img_inner {
  width: 100%;
  padding: 0;
  background: #fafafa;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.style-grid-01 .item_img_inner .catch_up {
  display: flex;
  align-items: center;
  min-height: 3.5em;
  margin-left: 65px;
  padding: .5em .6em;
  font-family: -apple-system, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 900px) {
  .style-grid-01 .item_img_inner .catch_up {
    min-height: 16vw;
    margin-left: 10vw;
    padding: 0 1.6vw 0;
  }
}

@media (max-width: 900px) {
  .style-grid-01 .item_img_inner .catch_up .p_xs {
    font-size: 3vw;
  }
}

@media (max-width: 900px) {
  .item_id_MUKP .catch_up {
    min-height: 24vw;
  }
}

.style-grid-01 .item_id_MUKP .item_img_inner .catch_up {
  min-height: 5em;
}

@media (max-width: 900px) {
  .style-grid-01 .item_id_MUKP .item_img_inner .catch_up {
    min-height: 22.8vw;
  }
}

.remodal_wraper .item_img_inner .catch_up {
  display: block;
  min-height: auto;
  margin-top: 17px;
  margin-left: 0;
  padding: 0 1.8rem;
}

.col-item .catch_up + .item__img {
  padding-top: 0;
  margin: 0 0 12px;
}

@media (max-width: 900px) {
  .col-item .catch_up + .item__img {
    margin: 1vw 0 3vw;
  }
}

.style-grid-01 .item__style02 .price_grid {
  padding: 0;
}

@media (max-width: 900px) {
  .style-grid-01 .ttl_inner .brand__name + .item__name {
    font-size: 3.47vw !important;
  }
}

.style-grid-01 .item__ttl-wrap {
  padding-top: 1.6rem;
  border-right: 1px solid #d5e5df;
  border-left: 1px solid #d5e5df;
}

.item__style02 .item__name {
  line-height: 1.6;
}

.style-grid-01 .ttl_inner .brand__name + .item__name {
  margin-top: .6em;
}

.def_price {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-right: 1px solid #d5e5df;
  border-left: 1px solid #d5e5df;
}

@media (max-width: 900px) {
  .def_price {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.item__style02 .special_price {
  margin-top: 0;
  padding: .05rem 1.25rem 1rem;
  border-right: 1px solid #d5e5df;
  border-left: 1px solid #d5e5df;
}

@media (max-width: 900px) {
  .item__style02 .special_price {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.style-grid-01 .ttl_inner .brand__name {
  color: #757575;
}

.row_price .dmsans {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: normal;
}

.lbl_style01 {
  height: auto;
  padding: 6px 6px 4px 6px;
  background: #02aa95;
}

@media (max-width: 900px) {
  .lbl_style01 {
    padding: 1vw 1.2vw;
  }
}

@media (max-width: 900px) {
  .style-grid-01 div + .btn_row {
    margin-top: 0;
  }
}

.lbl_style01 .end_lbl {
  display: none;
}

.item__style02 .btn_row {
  margin-top: 0;
}

.remodal .item_img_inner {
  background: #fff;
}

.p_xs {
  color: #02aa95;
}

.portrait_inner .item__img.portrait {
  padding-bottom: 25px;
}

.ls_m3 {
  letter-spacing: normal;
}

.style-grid-01 .ttl_inner .brand__name + .item__name {
  min-height: 5em;
}

.remodal.style-grid-01 .ttl_inner .brand__name + .item__name {
  min-height: 3em;
}

.bf_offlbl * {
  color: #fff;
}

.lbl_style01 .end_lbl:after, .lbl_style01:before {
  background: #02aa95;
}

.lbl_num.bebaskai {
  font-size: 24px;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: normal;
}

@media (max-width: 900px) {
  .lbl_num.bebaskai {
    font-size: 3.7vw;
  }
}

.dmsans.lbl_off {
  display: inline-block;
  margin-top: 0.2em;
}

.strike.amount {
  letter-spacing: .05em;
}

.item__style02 .item__price .amount {
  color: #02aa95;
  font-size: 2.1rem;
  letter-spacing: .03em;
}

@media (max-width: 900px) {
  .item__style02 .item__price .amount {
    font-size: 5.47vw;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 320px) {
  .item__style02 .item__price .amount {
    font-size: 5vw;
  }
}

.style-grid-01 .btn_row .btn {
  background: #646b71;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.row__item.style-grid-01 .col-item {
  padding: 0;
  border-radius: 10px;
  margin: 0 5px;
}

@media (max-width: 900px) {
  .row__item.style-grid-01 .col-item {
    border-radius: 1.33vw;
    margin: 0 1%;
  }
}

.row__item.style-grid-01 {
  margin-left: 0;
  margin-right: 0;
}

.col-xs-6 {
  flex-basis: 48.5%;
  max-width: 48.5%;
}

@media (max-width: 900px) {
  .col-xs-6 {
    flex-basis: 48%;
    max-width: 48%;
  }
}

@media (min-width: 62em) {
  .col-md-4 {
    flex-basis: 32%;
    max-width: 32%;
  }
}

@media (min-width: 75em) {
  .col-lg-3 {
    flex-basis: 24%;
    max-width: 24%;
  }
}

.remodal_wraper .img_size {
  position: static;
}

.item__img.landscape {
  box-sizing: border-box;
}

.sc__item__more a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 500px;
  height: 90px;
  margin: 60px auto 0;
  background: #41b29f;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.sc__item__more a::before, .sc__item__more a::after {
  position: absolute;
  top: 50%;
  right: 6.93333%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background-color: #fff;
}

@media (max-width: 900px) {
  .sc__item__more a::before, .sc__item__more a::after {
    width: 2vw;
    height: 2vw;
  }
}

.sc__item__more a::before {
  background-color: #41b29f;
  z-index: 2;
  right: 7.4%;
}

@media (max-width: 900px) {
  .sc__item__more a {
    width: 66vw;
    height: 13.33vw;
    margin: 7.47vw auto 0;
    border-radius: 1.33vw;
    font-size: 4.53vw;
  }
}

.item_id_WMEL .row.item__style02, .item_id_KCP0016 .row.item__style02, .item_id_WCJQ .row.item__style02, .item_id_WCJM .row.item__style02 {
  height: auto;
}

.row__item > .col-item {
  margin-top: 2rem !important;
}

.item_img_inner.landscape_inner, .item_img_inner.square_inner {
  height: auto;
}

.notice_wrap {
  display: block;
  max-width: 100%;
  border-top: 3px solid #fff;
}

.cp_caption.no_border {
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 80px;
  border-top: none;
}

@media (max-width: 900px) {
  .notice_wrap {
    margin-top: 0;
    padding-top: 6vw;
  }
  .cp_caption.no_border {
    padding-bottom: 10vw;
  }
}

.item__img.landscape .img_size {
  position: relative;
}

.remodal .special_price .bf_offlbl {
  padding: 14px 0 10px;
  left: -60px;
  width: 60px;
  height: 60px;
}

.remodal .special_price .bf_offlbl:after {
  content: none;
  border-left-color: #02aa95;
}

@media (max-width: 900px) {
  .remodal .special_price .bf_offlbl {
    padding: 2vw 0 3vw;
    left: -15vw;
    width: 14vw;
    height: 12vw;
  }
}

.remodal span.lbl_num.bebaskai::after {
  display: inline;
  content: '';
  font-size: .5em;
}

/* ==========
商品個別処理
========== */
#item_2011_04, #item_2011_05 {
  display: none;
}

#items_2011_04 {
  justify-content: center;
}

#item_2011_00 .p_xs.lht_03 > br, #item_2011_01 .p_xs.lht_03 > br, #item_2011_08 .p_xs.lht_03 > br, #item_2011_04_00 .p_xs.lht_03 > br {
  display: none;
}

@media (max-width: 900px) {
  #item_2011_04, #item_2011_05 {
    display: block;
  }
  #item_2011_04 .item__img.portrait .img_size {
    padding-top: 40vw;
  }
  #item_2011_05 .img_size {
    padding-top: 47vw;
  }
  #item_2011_00 .p_xs.lht_03 > br, #item_2011_01 .p_xs.lht_03 > br, #item_2011_05 .p_xs.lht_03 > br, #item_2011_04_00 .p_xs.lht_03 > br {
    display: block;
  }
  #item_2011_02 .p_xs.lht_03 > br, #item_2011_04 .p_xs.lht_03 > br, #item_2011_03_01 .p_xs.lht_03 > br, #item_2011_03_03 .p_xs.lht_03 > br, #item_2011_03_07 .p_xs.lht_03 > br {
    display: none;
  }
  #items_2011_04 {
    justify-content: flex-start;
  }
}

.aaa {
  margin-top: 0;
}