@charset "UTF-8";
/* *************************************************************************

	JRE MALLショッピング 今年初めてキャンペーン

	01. 基本設定
	02. 汎用クラス・共通要素
	03. ページ内リンク
	04. 概要
	05. 返礼品（動的部分）
	06. 注意事項

	コンテンツ幅： 1160px
	基本フォントサイズ： 10px

************************************************************************* */
/* *************************************************************************

	01. 基本設定

************************************************************************* */
/* コンテンツ部分の背景色 */
.ec-layoutRole {
  background-color: #e5f3f9 !important;
}

/* ヘッダ下の余白*/
/* コメントの親ボックス */
.ec-featureRole__headdescription {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ec-featureRole__headdescription p {
  margin-bottom: 0;
}

/* デフォルトMV部分 */
.ec-featureRole__head {
  display: none !important;
}

/* MV */
.mv-image {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mv-image {
    margin-top: 0;
  }
}

/* お知らせ */
.ec-newsContentHeaderBottom__row {
  background-color: #fffbed !important;
}

/* *************************************************************************

	02. 汎用クラス・共通要素

************************************************************************* */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgb(238, 241, 0);
  text-underline-offset: -0.15em;
  text-decoration-skip-ink: none;
}

.kome {
  padding-left: 1em !important;
}
.kome > li {
  text-indent: -1em !important;
  font-size: 1.4rem;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .kome > li {
    font-size: 3.2vw;
  }
}

.tac {
  text-align: center !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mt15sp {
    margin-top: 15px !important;
  }
  .mt20sp {
    margin-top: 20px !important;
  }
  .mt30sp {
    margin-top: 30px !important;
  }
  .tal-sp {
    text-align: left !important;
  }
}
.bold {
  font-weight: bold !important;
}

.inb {
  display: inline-block;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
.sp.inb {
  display: inline-block;
}
@media (min-width: 768px) {
  .sp.inb {
    display: none;
  }
}

.cont-box {
  margin-top: min(3.44827586vw, 40px);
  border-radius: min(2.58620689vw, 30px);
  padding: min(6.03448275vw, 70px) min(6.896551724vw, 80px);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .cont-box {
    margin-top: 5.333333333vw;
    border-radius: 4vw;
    padding: 9.3333333vw 5.333333333vw;
  }
}

/* キャンペーン終了 */
.cp-end {
  margin-bottom: 20px !important;
  border: solid 1px #fff17f;
  padding: 24px 24px 19px;
  background-color: #fffee3;
  text-align: center;
  font-weight: bold;
  color: #f00;
}

/* タイトル */
.ttl01 {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: min(3.01724137vw, 35px);
  text-align: center;
  font-size: clamp(3rem, 3.620689655vw, 4.2rem);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ttl01 {
    padding-bottom: 5.3333333vw;
    font-size: 5.8666666vw;
  }
}
.ttl01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: min(5.17241379vw, 60px);
  height: min(0.689655172vw, 8px);
  background-color: #bfa041;
}
@media only screen and (max-width: 767px) {
  .ttl01::before {
    width: 2.8em;
    height: 0.4em;
  }
}

.ttl02 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: min(1.896551724vw, 2.2rem);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ttl02 {
    font-size: 3.91134289vw;
  }
}

/* ボタン */
.btn01 > a {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  padding: 0.85em min(10.344827586vw, 4em) 0.7em;
  background-color: #f24a16;
  box-shadow: 0px 7px 0px 0px rgb(198, 33, 0);
  font-size: min(2.586206896vw, 3rem);
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn01 > a {
    padding: 3vw 10vw;
    width: 100%;
    box-shadow: 0px 4px 0px 0px rgb(130, 16, 5);
    font-size: 4.172099087vw;
  }
}
.btn01 > a > i {
  position: absolute;
  right: min(3.0172413793vw, 2.4em);
  top: calc(50% - 0.75em);
}
@media only screen and (max-width: 767px) {
  .btn01 > a > i {
    right: 4.5vw;
    top: calc(50% - 2vw);
  }
}
.btn01 > a > i::before {
  font-size: min(2.413793103vw, 2.8rem);
}
@media only screen and (max-width: 767px) {
  .btn01 > a > i::before {
    font-size: 4vw;
  }
}
.btn01 > a:hover {
  position: relative;
  top: 7px;
  box-shadow: 0px 0px 0px 0px rgb(207, 114, 0);
}

.btn01.window > a > i {
  top: calc(50% - 0.85em);
}
@media only screen and (max-width: 767px) {
  .btn01.window > a > i {
    top: calc(50% - 1.8vw);
  }
}
.btn01.window > a > i::before {
  font-size: min(2.0689655172vw, 2.4rem);
}
@media only screen and (max-width: 767px) {
  .btn01.window > a > i::before {
    font-size: 3.9113428944vw;
  }
}

/* アコーディオン */
.accordion {
  border-radius: min(0.689655172vw, 8px);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
}
.accordion .toggle {
  display: none;
}
.accordion .option {
  position: relative;
  margin-bottom: 1em;
}
.accordion .title,
.accordion .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}
.accordion .title {
  display: block;
  padding: 1em min(3.0172413793vw, 35px) 0.8em 1em;
  text-align: center;
  font-size: min(1.896551724vw, 22px);
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.accordion .title::after, .accordion .title::before {
  content: "";
  position: absolute;
  right: min(3.0172413793vw, 35px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: min(0.3448275862vw, 4px);
  height: min(2.0689655172vw, 24px);
  background-color: #ccc;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .accordion .title::after, .accordion .title::before {
    right: 4.43285528vw;
    width: 0.5215123859vw;
    height: 4.1720990873vw;
  }
}
.accordion .title::after {
  transform: rotate(90deg);
}
.accordion .title .item {
  font-size: inherit;
}
.accordion .title:hover .item {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .accordion .title:hover .item {
    opacity: 1;
  }
}
.accordion .title img {
  vertical-align: -0.4em;
}
@media only screen and (max-width: 767px) {
  .accordion .title {
    position: relative;
    padding: 1em 6.518904823vw 0.8em 9.7783572359vw;
    text-align: left;
    font-size: 3.91134289vw;
  }
  .accordion .title img {
    position: absolute;
    left: -6.4vw;
    top: 0.65189048vw;
    width: 5.215123859vw;
    height: auto;
    vertical-align: 0;
  }
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
}
.accordion .content .inner {
  margin: 0;
  border-top: solid 1px #ddd;
  padding: min(3.448275862vw, 40px) min(4.31034482vw, 50px);
}
.accordion .content .inner p, .accordion .content .inner span {
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .accordion .content .inner {
    padding: 5.215123859vw 3.911342894vw;
  }
}
.accordion .toggle:checked + .title + .content {
  max-height: 1000px;
  transition: all 1.5s;
}
.accordion .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

/* *************************************************************************

	03. ページ内リンク

************************************************************************* */
.linkbox01 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px !important;
  gap: 0 min(2.2413793103vw, 26px);
}
@media only screen and (max-width: 767px) {
  .linkbox01 {
    margin: 5vw 0 8vw !important;
    gap: 0 2.666666666vw;
  }
}
.linkbox01 > li {
  display: flex;
  width: min(31.896551724vw, 370px);
}
.linkbox01 > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(0.86206896vw, 10px);
  padding: 1em 1em 1.3em;
  width: 100%;
  background-color: #0360c8;
  box-shadow: 0px 5px 0px 0px rgb(0, 71, 150);
  text-align: center;
  font-size: min(1.8965517241vw, 2.2rem);
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .linkbox01 > li > a {
    border-radius: 2vw;
    padding: 3vw 0.8em 5vw;
    width: 100%;
    box-shadow: 0px 5px 0px 0px rgb(0, 71, 150);
    font-size: 3.73333333vw;
  }
}
.linkbox01 > li > a > i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: 0 auto;
}
.linkbox01 > li > a > i::before {
  font-size: min(1.63793103vw, 1.9rem) !important;
}
@media only screen and (max-width: 767px) {
  .linkbox01 > li > a > i::before {
    font-size: 3.73333333vw !important;
  }
}
.linkbox01 > li > a:hover {
  position: relative;
  top: 5px;
  box-shadow: 0px 0px 0px 0px rgb(166, 138, 56);
}

/* *************************************************************************

	04. 概要

************************************************************************* */
.outline-box {
  padding-top: min(5.17241379vw, 60px);
}
@media only screen and (max-width: 767px) {
  .outline-box {
    padding-top: 8vw;
  }
}
.outline-box > h2 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .outline-box > h2 {
    margin: 0 -0.7em;
  }
}
.outline-box .main-txt {
  margin-top: min(1.72413793vw, 20px);
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: min(1.896551724vw, 2.2rem);
}
@media only screen and (max-width: 767px) {
  .outline-box .main-txt {
    margin-top: 1.3037809648vw;
    font-size: 3.91134289vw;
  }
}
.outline-box .main-txt > .marker {
  font-size: min(2.586206896vw, 30px);
  color: #f24a16;
}
@media only screen and (max-width: 767px) {
  .outline-box .main-txt > .marker {
    font-size: 5.215123859vw;
  }
}
.outline-box .main-txt > .marker span:not(.num) {
  text-decoration: inherit;
  text-decoration-thickness: inherit;
  text-decoration-color: inherit;
  text-underline-offset: inherit;
  text-decoration-skip-ink: inherit;
  font-size: inherit;
}
.outline-box .main-txt > .marker .num {
  line-height: 1.1;
  font-size: min(4.137931034vw, 48px);
  vertical-align: -0.06em;
}
@media only screen and (max-width: 767px) {
  .outline-box .main-txt > .marker .num {
    font-size: 9.12646675vw;
  }
}
.outline-box .outline-list {
  margin-top: min(5.17241379vw, 60px);
}
@media only screen and (max-width: 767px) {
  .outline-box .outline-list {
    margin-top: 8vw;
  }
}
.outline-box .outline-list * {
  font-size: inherit;
}
.outline-box .outline-list > dl {
  display: flex;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: clamp(1.6rem, 1.379310344vw, 1.8rem);
}
@media only screen and (max-width: 767px) {
  .outline-box .outline-list > dl {
    display: block;
    margin-top: 1em;
    font-size: 4vw;
  }
}
.outline-box .outline-list > dl > dt {
    padding: min(2.155172413vw, 25px) 1em;
    width: min(24.13793103vw, 280px);
    background-color: #67cdfd;
    text-align: center;
    color: #0360c8;
}
@media only screen and (max-width: 767px) {
  .outline-box .outline-list > dl > dt {
    width: 100%;
  }
}
.outline-box .outline-list > dl > dd {
  align-self: center;
  margin-left: min(4.31034482vw, 50px);
  padding: min(2.155172413vw, 25px) 0;
  width: min(57.931034482vw, 672px);
}
@media only screen and (max-width: 767px) {
  .outline-box .outline-list > dl > dd {
    width: 100%;
    margin-left: 0;
  }
}
.outline-box .outline-list > dl > dd > p {
  margin-bottom: 1em;
}
.outline-box .btn-box {
  margin-top: min(4.74137931vw, 55px);
  text-align: center;
}
.outline-box .btn-box .btn01 {
  margin-top: min(2.068965517vw, 24px);
}
@media only screen and (max-width: 767px) {
  .outline-box .btn-box .btn01 {
    margin-top: 2.607561929vw;
  }
}
.outline-box .komewrap {
  display: flex;
  justify-content: center;
}
.outline-box .kome {
  margin-top: min(3.448275862vw, 40px) !important;
}
@media only screen and (max-width: 767px) {
  .outline-box .kome {
    margin-top: 9.126466753vw !important;
  }
}
.outline-box .accordion {
  margin-top: min(4.74137931vw, 55px);
}
@media only screen and (max-width: 767px) {
  .outline-box .accordion {
    margin-top: 7.822685788vw;
  }
}
.outline-box .accordion .inner {
  display: flex;
  font-size: min(1.379310344vw, 1.6rem);
}
@media only screen and (max-width: 767px) {
  .outline-box .accordion .inner {
    display: block;
  }
}
.outline-box .accordion .inner .img-box {
  flex-shrink: 0;
  width: min(27.586206896vw, 320px);
}
@media only screen and (max-width: 767px) {
  .outline-box .accordion .inner .img-box {
    width: 100%;
  }
}
.outline-box .accordion .inner .txt-box {
  margin-left: min(4.3103448275vw, 50px);
}
@media only screen and (max-width: 767px) {
  .outline-box .accordion .inner .txt-box {
    margin-top: 5.215123859vw !important;
    margin-left: 0;
  }
}

/* *************************************************************************

	05. 商品（動的部分）

************************************************************************* */
@media (min-width: 768px) {
  #goods {
    position: relative;
  }
}

.ec-featureItems.buttons {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ec-featureRole__content .giftItemsHeadImg {
    padding-bottom: 6.66666666vw !important;
  }
}
.ec-featureRole__content h3 {
  margin: min(6.896551724vw, 80px) 0 0 0 !important;
  border: solid #bfa041 !important;
  border-width: 3px 0 !important;
  padding: 0.6em 0.6em 0.5em !important;
  font-size: min(2.413793103vw, 2.8rem) !important;
  font-weight: bold !important;
  color: #7d6932 !important;
}
@media only screen and (max-width: 767px) {
  .ec-featureRole__content h3 {
    margin: 11vw 0 0 0 !important;
    padding: 0.75em 0 0.65em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 4.8vw !important;
  }
}
.ec-featureRole__content .group_description {
  display: none;
}
.ec-featureRole__content .slideContentArea {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .ec-featureRole__content .slideContentArea {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .ec-featureRole__content .slideContentArea {
    margin-top: 0;
    padding: 0 0 0 2.6666666vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .ec-featureRole__content .swiper-container {
    padding: 0 3vw !important;
  }
}

.ec-shelfGrid__item-itemname.itemName {
  color: #222;
}

/* もっと見るボタン */
.more-link {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .more-link {
    margin-top: 6.66666666vw;
  }
}
.more-link > a.more-link {
  border: solid 1px #bfa041 !important;
  border-radius: 3em;
  padding: 10px 7%;
  color: #7d6932 !important;
}
@media only screen and (max-width: 767px) {
  .more-link > a.more-link {
    padding: 10px 10%;
  }
}
.more-link > a.more-link:hover {
  background-color: #bfa041 !important;
  color: #fff !important;
}

/* *************************************************************************

	06. 注意事項

************************************************************************* */
.caution-box {
  margin-top: min(10.344827586vw, 120px);
  background-color: #9fdcf6;
}
.caution-box .ttl01 {
  padding-bottom: 0 !important;
}
.caution-box .ttl01::before {
  display: none !important;
}
.caution-box .caution-list {
  margin-top: min(4.310344827vw, 50px) !important;
  margin-left: 1em !important;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .caution-box .caution-list {
    margin-top: 6.6666666666vw !important;
    font-size: 3.2vw;
  }
}
.caution-box .caution-list > li {
  margin-top: 0.8em;
  text-indent: -1em;
  font-size: inherit;
}/*# sourceMappingURL=style2026.css.map */