@charset "UTF-8";

:root {
  --full: 100%;
  --full-vw: 100vw;
  --font-main: #44342C;
  --font-note: #707070;
  --main-color01: #2C97EC;
  --main-color02: #614417;
  --font-color01: #44342C;
  --font-color02: #B9904B;
  --font-color-red: #DC0816;
  --bg-color: #DFF4E3;
  --border-color: #D4EFFB;
  --base-width-sp: 375;
  --base-width-pc: 1920;
  --base-shadow01: 0 20px 20px rgba(0, 0, 0, 0.16);
  --base-shadow02: 0 15px 15px rgba(0, 0, 0, 0.1);
  --default-easing01: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  --default-easing02: 1s cubic-bezier(0.16, 1, 0.3, 1);
}

/*==============================
  グローバル設定
==============================*/
#feature-lp-contents.feature-lp-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/*----------------------------
  base
----------------------------*/
/* ---- hero ---- */
#feature-lp-contents.feature-lp-contents {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 801px) {
  #feature-lp-contents.feature-lp-contents {
    min-width: 1000px;
  }

  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 802px) {
  .pc-only {
    display: none;
  }
}

#feature-lp-contents.feature-lp-contents .ui-c-hero {
  position: relative;
  text-align: center;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--main {
  width: 100%;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 auto;
  z-index: 1;
  line-height: 1;
}

@media screen and (min-width: 801px) {
  #feature-lp-contents.feature-lp-contents .ui-c-hero--main {
    width: 980px;
  }
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-hero--main {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 0;
}

/*#feature-lp-contents.feature-lp-contents .ui-c-hero--main::before, #feature-lp-contents.feature-lp-contents .ui-c-hero--main::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 388px;
  height: 341px;
  background: url(../../../img/usr/freepage/summercampaign/bg_hero01.png) no-repeat center center/contain;
}*/

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-hero--main::before,
[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-hero--main::after {
  display: none !important;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--main::after {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 458px;
  height: 384px;
  background: url(../../../img/usr/freepage/summercampaign/bg_hero02.png) no-repeat center center/contain;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--text {
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1.9;
  width: 100%;
  padding: 0 15px 0;
  margin: 40px auto 80px;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 801px) {
  #feature-lp-contents.feature-lp-contents .ui-c-hero--text {
    width: 980px;
  }
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-hero--text {
  margin: 30px auto 0;
  text-align: left;
  font-size: 14px;
  padding: 0 20px 0;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--limitedHeader {
  text-align: center;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--limitedHeader>span {
  background: #fff;
  color: var(--font-color-red);
  position: relative;
  font-weight: bold;
  font-size: 24px;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--limited {
  margin: 40px auto 0;
  position: relative;
  border: 6px solid #D4EFFB;
  border-radius: 10px;
  width: 100%;
  max-width: 563px;
  height: 88px;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-hero--limited {
  max-width: calc(100% - 30px);
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--limited .ui-c-hero--limitedHeader {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  position: absolute;
  background: #fff;
  padding: 0 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  text-align: center;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--limited .ui-c-hero--limitedHeader::before,
#feature-lp-contents.feature-lp-contents .ui-c-hero--limited .ui-c-hero--limitedHeader::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 25px;
  background: url(../../../img/usr/freepage/summercampaign/icon_border.png) no-repeat center center/contain;
  z-index: 2;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--limited .ui-c-hero--limitedHeader::before {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  left: 10px;
  right: auto;
}

#feature-lp-contents.feature-lp-contents .ui-c-hero--limited .ui-c-hero--limitedText {
  padding: 15px 10px 10px 10px;
  font-size: 24px;
  font-weight: bold;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-hero--limited .ui-c-hero--limitedText {
  font-size: 18px;
  font-size: min(calc(18 * (100vw / var(--base-width-sp))), 18px);
  white-space: nowrap;
}


#feature-lp-contents.feature-lp-contents .ui-c-hero--limited .ui-c-hero--limitedText em {
  font-size: 36px;
  font-weight: inherit;
  font-style: normal;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-hero--limited .ui-c-hero--limitedText em {
  font-size: 30px;
  font-size: min(calc(30 * (100vw / var(--base-width-sp))), 30px);
}

/* ---- list-item ---- */
/* ---- item ---- */
#feature-lp-contents.feature-lp-contents .ui-c-list-item {
  position: relative;
  width: calc(var(--full) / 2 - 20px);
  text-align: center;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-list-item {
  width: 100%;
}

@media screen and (min-width: 801px) {
  #feature-lp-contents.feature-lp-contents .ui-c-list-item {
    background: #fff;
    padding: 20px 40px 40px;
    border-radius: 60px 60px 0 0;
  }
}

@media screen and (min-width: 801px) {
  #feature-lp-contents.feature-lp-contents .ui-c-list-item--subWrap {
    display: contents;
  }
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--subWrap .ui-c-figure {
  margin-top: 15px;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--subWrap .ui-c-set-list {
  margin-top: 8px;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-list-item--subWrap.-wrap01 {
  background: #fff;
  width: calc(100% - 50px);
  padding: 15px 25px 15px;
  border-radius: 60px 60px 0 0;
  margin: 0 auto 0;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-list-item--subWrap.-wrap02 {
  background: #fff;
  padding: 15px 25px 15px;
  margin: 30px auto 0;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item .limited {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 76px;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item .img {
  line-height: 0;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--header {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--header::before {
  content: "";
  display: block;
  width: 75px;
  height: 36px;
  background: url(../../../img/usr/freepage/summercampaign/icon_border02.png) no-repeat center center/contain;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--header>a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  gap: 5px;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--headerMainTxt {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  gap: 5px;
  position: relative;
  color: var(--main-color01);
  font-size: 26px;
  font-weight: bold;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--headerMainTxt>em {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F9FFAA));
  background: linear-gradient(transparent 60%, #F9FFAA 60%);
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--headerSubTxt {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--main-color02);
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: auto;
  letter-spacing: 0.15em;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item--headerSubTxt>em {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F9FFAA));
  background: linear-gradient(transparent 60%, #F9FFAA 60%);
}

#feature-lp-contents.feature-lp-contents .blend {
  padding: 10px 0;
  margin-top: 20px;
  border-top: 1px solid #F1EFDC;
  border-bottom: 1px solid #F1EFDC;
}

#feature-lp-contents.feature-lp-contents .blend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#feature-lp-contents.feature-lp-contents .blend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 7px;
}

#feature-lp-contents.feature-lp-contents .blend li:nth-child(1) img {
  width: 38px;
}

#feature-lp-contents.feature-lp-contents .blend li:nth-child(2) img {
  width: 40px;
}

#feature-lp-contents.feature-lp-contents .blend li p {
  font-size: 12px;
  margin: 0 0 0 8px;
}

#feature-lp-contents.feature-lp-contents .blend>p {
  font-size: 14px;
  margin-top: 3px;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 17px;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item .icon li {
  width: 84px;
  font-size: 12px;
  margin: 0 5px;
  padding: 4px 0 3px;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item-comment {
  line-height: 1.68;
  margin-top: 25px;
  color: var(--font-main);
  font-size: 16px;
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--inner {
  text-align: left;
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--heading {
  font-weight: bold;
  font-size: 18px;
  color: var(--main-color01);
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  height: 1px;
  background: var(--main-color01);
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--heading>span {
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  position: relative;
  z-index: 2;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-set-list--heading {
  font-size: 16px;
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--itemName {
  font-size: 14px;
  font-weight: bold;
  color: var(--font-main);
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--itemName>span {
  color: var(--main-color01);
  font-size: inherit;
  font-weight: inherit;
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--flavor {
  display: inline-block;
  color: #649C79;
  font-size: 14px;
  padding: 0 0 0 22px;
  margin-top: 5px;
  background: url(../../../img/usr/freepage/summercampaign/icon_leaf.png) no-repeat left center/17px;
}

#feature-lp-contents.feature-lp-contents .ui-c-set-list--itemSize {
  font-size: 13px;
  font-weight: 500;
  color: var(--font-main);
}

#feature-lp-contents.feature-lp-contents .item {
  margin-top: 30px;
  text-align: left;
}

#feature-lp-contents.feature-lp-contents .select-area-heading {
  font-size: 16px;
  font-weight: bold;
}

#feature-lp-contents.feature-lp-contents .item-top {
  padding: 0;
}

#feature-lp-contents.feature-lp-contents .item-bottom {
  padding: 0;
}

#feature-lp-contents.feature-lp-contents .number-change {
  font-weight: bold;
}

#feature-lp-contents.feature-lp-contents .item--list-hide {
  display: none;
}

#feature-lp-contents.feature-lp-contents .item--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

#feature-lp-contents.feature-lp-contents .item-off~.item--list {
  display: none;
}

#feature-lp-contents.feature-lp-contents .item--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 130px;
  padding: 10px 12px;
  border: 1px solid #BBB;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}

#feature-lp-contents.feature-lp-contents .item--list .content {
  font-size: 13px;
  color: #44342C;
}

#feature-lp-contents.feature-lp-contents .item--list .content span {
  font-size: 12px;
}

#feature-lp-contents.feature-lp-contents .item--list .price {
  font-size: 16px;
  font-weight: bold;
  color: #44342C;
  margin: 4px 0 0;
}

#feature-lp-contents.feature-lp-contents .item--list .price span {
  font-size: 12px;
  font-weight: normal;
}

#feature-lp-contents.feature-lp-contents .qty-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

#feature-lp-contents.feature-lp-contents .qty select {
  color: #44342C;
  font-size: 15px;
  border: 1px solid #BBB;
  border-radius: 3px;
  background: url(../../../img/usr/freepage/summercampaign/arrow_select.png) no-repeat right 8px center/8px;
  height: auto;
  padding: 4px 24px 4px 10px;
  width: 100px;
  height: 40px;
  line-height: 30px;
  -webkit-appearance: none;
}

#feature-lp-contents.feature-lp-contents .bookmark-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

#feature-lp-contents.feature-lp-contents .js-animation-bookmark {
  position: relative;
  color: #44342C;
  font-size: 13px;
}

#feature-lp-contents.feature-lp-contents .js-animation-bookmark i {
  width: 20px;
  height: 17px;
  -webkit-animation: none;
  animation: none;
}

#feature-lp-contents.feature-lp-contents .js-animation-bookmark i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 17px;
  background: url(../../../img/usr/common/icon_bookmark_off.png) no-repeat center/100%;
}

#feature-lp-contents.feature-lp-contents .js-animation-bookmark i.js-animation-bookmark-in-progress:before {
  opacity: 0;
}

#feature-lp-contents.feature-lp-contents .js-cancel-modal i:before {
  background: url(../../../img/usr/common/icon_bookmark.png) no-repeat center/100%;
}

#feature-lp-contents.feature-lp-contents .btn-cart {
  margin-top: 10px;
}

#feature-lp-contents.feature-lp-contents .caution-txt {
  font-size: 12px;
  margin-top: 10px;
}

#feature-lp-contents.feature-lp-contents .to-cart {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #44342C;
  text-decoration: none;
  padding: 16px 0;
  text-align: center;
}

#feature-lp-contents.feature-lp-contents .to-cart:hover {
  opacity: 0.8;
}

#feature-lp-contents.feature-lp-contents .to-cart span {
  color: #FFF;
  padding: 4px 0 4px 35px;
  background: url(../../../img/usr/common/icon_cart_f.png) no-repeat left center/24px;
  font-size: 18px;
  font-weight: bold;
}

#feature-lp-contents.feature-lp-contents .ui-c-section {
  padding: 0;
  margin: 60px auto 0;
  position: relative;
  background: url(../../../img/usr/freepage/summercampaign/bg_repeat_pc.jpg) repeat center center/contain;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-section {
  background: url(../../../img/usr/freepage/summercampaign/bg_repeat_sp.jpg) repeat center center/cover;
}

#feature-lp-contents.feature-lp-contents .ui-c-section--inner {
  padding: 72px 0 60px;
  position: relative;
  z-index: 2;
}

#feature-lp-contents.feature-lp-contents .recommend {
  position: relative;
  width: 520px;
  margin: 0 auto;
  padding: 25px 0 20px;
  background: #EFF2F8;
}

#feature-lp-contents.feature-lp-contents .recommend:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -6px;
  width: 100%;
  height: calc(100% - 2px);
  border-right: 1px solid #E1E6EF;
  border-bottom: 1px solid #E1E6EF;
}

#feature-lp-contents.feature-lp-contents .recommend h3 {
  text-align: center;
  margin: 0;
}

#feature-lp-contents.feature-lp-contents .recommend h3 span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
}

#feature-lp-contents.feature-lp-contents .recommend h3 span:before,
#feature-lp-contents.feature-lp-contents .recommend h3 span:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 2px;
  height: 22px;
  background: #44342C;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

#feature-lp-contents.feature-lp-contents .recommend h3 span:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

#feature-lp-contents.feature-lp-contents .recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

#feature-lp-contents.feature-lp-contents .recommend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

#feature-lp-contents.feature-lp-contents .recommend li:nth-child(1) img {
  width: 50px;
}

#feature-lp-contents.feature-lp-contents .recommend li:nth-child(2) img {
  width: 54px;
}

#feature-lp-contents.feature-lp-contents .recommend li p {
  font-size: 14px;
  margin: 0 0 0 10px;
}

#feature-lp-contents.feature-lp-contents .ui-c-list {
  margin: 0 auto 0;
}

#feature-lp-contents.feature-lp-contents .ui-c-list--inner {
  width: 100%;
  margin: 0 auto 0;
  gap: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 801px) {
  #feature-lp-contents.feature-lp-contents .ui-c-list--inner {
    max-width: 980px;
  }
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-list--inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* ---- Modifier（状態・個別定義） ---- */
#feature-lp-contents.feature-lp-contents .ui-c-list-item .icon li.icon_y {
  background: #F8F7D2;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item .icon li.icon_b {
  background: #D2E5F8;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item .icon li.icon_g {
  background: #E1F2E8;
}

#feature-lp-contents.feature-lp-contents .ui-c-list-item .icon li.icon_o {
  background: #F9EBDE;
}

#feature-lp-contents.feature-lp-contents .item--list li.active {
  border-color: #44342C;
  background: #F9F5F0;
}

#feature-lp-contents.feature-lp-contents .btn-acd.open::after {
  opacity: 0;
}

/*----------------------------
  SP
----------------------------*/
/* ---- item-bottom: detail / caution-content / surely-read ---- */
#feature-lp-contents.feature-lp-contents .detail {
  margin-top: 10px;
  font-size: 12px;
}

#feature-lp-contents.feature-lp-contents .detail a {
  color: #2C97EC;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0;
  text-decoration: underline;
}

#feature-lp-contents.feature-lp-contents .caution-content {
  background: #F4F0EC;
  background: none;
  border: 1px solid #44342C;
  padding: 7px 11px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 2;
}

#feature-lp-contents.feature-lp-contents .caution-content .ttl {
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 13px;
}

#feature-lp-contents.feature-lp-contents .caution-content .type {
  margin-top: 3px;
}

#feature-lp-contents.feature-lp-contents .caution-content .type dt {
  font-weight: bold;
  letter-spacing: 0.04em;
}

#feature-lp-contents.feature-lp-contents .caution-content .type dd {
  margin-top: 2px;
  letter-spacing: 0.04em;
  line-height: 1.33;
}

#feature-lp-contents.feature-lp-contents .caution-content .type dd .indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.03em;
}

#feature-lp-contents.feature-lp-contents .caution-content .type:nth-of-type(n+2) {
  margin-top: 5px;
}

#feature-lp-contents.feature-lp-contents .surely-read {
  position: relative;
  padding: 0 11px;
  background: none;
  border: 1px solid #44342C;
  margin-top: 7px;
}

#feature-lp-contents.feature-lp-contents .surely-read ul {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #92857C;
}

#feature-lp-contents.feature-lp-contents .surely-read li {
  font-size: 13px;
  line-height: 1.4;
  padding: 2px 0 2px 7px;
  text-indent: -7px;
}

#feature-lp-contents.feature-lp-contents .surely-read li a {
  text-decoration: underline;
}

#feature-lp-contents.feature-lp-contents .surely-read--title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 9px 0 8px;
  cursor: pointer;
}

#feature-lp-contents.feature-lp-contents .btn-acd {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #44342C;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#feature-lp-contents.feature-lp-contents .btn-acd::before,
#feature-lp-contents.feature-lp-contents .btn-acd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #FFF;
}

#feature-lp-contents.feature-lp-contents .btn-acd::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#feature-lp-contents.feature-lp-contents .ui-c-btn-wrap {
  max-width: 600px;
  margin: 0 auto 0;
  padding: 0 20px 40px;
}

[data-browse-mode=S] #feature-lp-contents.feature-lp-contents .ui-c-btn-wrap {
  padding: 0 20px 72px;
}

[data-browse-mode=S] #pane-footer-link {
  margin-top: 0px !important;
}

#feature-lp-contents.feature-lp-contents .ui-c-btn {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #44342C;
  text-decoration: none;
  padding: 16px 0;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/*#feature-lp-contents.feature-lp-contents .ui-c-btn::after {
  content: "＞";
  color: #FFF;
}*/
#feature-lp-contents.feature-lp-contents .ui-c-btn:hover {
  opacity: 0.8;
}

@media screen and (min-width: 801px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (min-width: 801px) {
  #feature-lp-contents.feature-lp-contents .detail a {
    font-size: 15px;
  }

  #feature-lp-contents.feature-lp-contents .ui-c-set-list--itemName {
    font-size: 18px;
  }

  #feature-lp-contents.feature-lp-contents .caution-txt {
    font-size: 13px;
  }

  #feature-lp-contents.feature-lp-contents .caution-content .ttl {
    font-size: 14px;
  }

  #feature-lp-contents.feature-lp-contents .surely-read--title {
    font-size: 14px;
  }

  #feature-lp-contents.feature-lp-contents .ui-c-set-list--itemName {
    font-size: 16px;
  }

  #feature-lp-contents.feature-lp-contents .ui-c-btn {
    font-size: 18px;
  }
}

[data-browse-mode=S] .hidden-sp {
  display: none !important;
}
