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

	ふるさと納税サイトリニューアル記念キャンペーン第1弾

	/furusato/feature/F000-24/rnfr1/
	/html/upload/user_data/feature/rnfr1/img/

	01. 基本設定
	02. 汎用クラス・共通要素
	03. ページ内リンク
	04. 概要
	05. おすすめの返礼品
	06. カテゴリー
	07. 注意事項
	08. リニューアルのポイント（流用）
	09. 会員ログインについて（流用）

	（基本フォントサイズ： 10px）

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

	01. 基本設定

************************************************************************* */
/* コンテンツ部分の背景色 */
.ec-layoutRole {
  background-color: #fcf9e1 !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;
}

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

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

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

************************************************************************* */
.red {
  color: #e33b2c !important;
}

.marker {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: #fdec49;
  /* 線の色 */
  text-underline-offset: -0.15em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.kome {
  padding-left: 1em !important;
}
.kome > li {
  text-indent: -1em !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;
  }

  .text-left-sp {
    text-align: left !important;
  }
}
.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: 40px;
  border-radius: 30px;
  padding: 80px 10.345% 70px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .cont-box {
    margin-top: 5.5vw;
    border-radius: 15px;
    padding: 10vw 5vw;
  }
}

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

	03. ページ内リンク

************************************************************************* */
.linkbox01 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px !important;
}
@media only screen and (max-width: 767px) {
  .linkbox01 {
    margin: 5vw 0 8vw !important;
  }
}
.linkbox01 > li {
  display: flex;
  width: min(31.897%, 370px);
}
.linkbox01 > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 28px 1em 40px;
  width: 100%;
  background-color: #2e9234;
  box-shadow: 0px 5px 0px 0px #26782c;
  text-align: center;
  font-size: clamp(1.5rem, 1.6vw, 2rem);
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .linkbox01 > li > a {
    border-radius: 3vw;
    padding: 3vw 0.8em 5vw;
    width: 100%;
    box-shadow: 0px 3px 0px 0px #26782c;
    font-size: min(2.8vw, 1.5rem);
  }
}
.linkbox01 > li > a > i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
}
.linkbox01 > li > a > i::before {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .linkbox01 > li > a > i::before {
    font-size: min(4vw, 2rem);
  }
}
.linkbox01 > li > a:hover {
  position: relative;
  top: 5px;
  box-shadow: 0px 0px 0px 0px #26782c;
}

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

	04. 概要

************************************************************************* */
.outline-box {
  padding-top: 100px;
  background: url("/html/upload/user_data/feature/rnfr1/img/bg_kamifubuki_pc.png") 0 0 no-repeat #fff;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .outline-box {
    padding-top: 10vw;
  }
}
.outline-box .greeting-txt {
  line-height: 1.8;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2e9234;
}
.outline-box .greeting-txt > span {
  background-color: #fff;
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .outline-box .greeting-txt {
    font-size: 1.6rem;
  }
}
.outline-box .ttl-entry {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .outline-box .ttl-entry {
    margin-top: 7vw;
  }
}
.outline-box .ttl-entry > span {
  display: inline-block;
  border-radius: 9999px;
  padding: 0 2em;
  min-height: 72px;
  background-color: #e33b2c;
  line-height: 72px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .outline-box .ttl-entry > span {
    min-height: 50px;
    line-height: 50px;
    font-size: 2.2rem;
  }
}
.outline-box .ttl-entry > span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 18px);
  width: 35px;
  height: 31px;
  background-color: #e33b2c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media only screen and (max-width: 767px) {
  .outline-box .ttl-entry > span::after {
    bottom: -19px;
    left: calc(50% - 10px);
    width: 21px;
    height: 20px;
  }
}
.outline-box .entry-box {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .outline-box .entry-box {
    margin-top: 7vw;
  }
}
.outline-box .entry-box .present-txt01 {
  font-size: 1.8rem;
  font-weight: bold;
}
.outline-box .entry-box .present-txt01 > span {
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .outline-box .entry-box .present-txt01 {
    line-height: 1.6;
    font-size: 4.5vw;
  }
}
.outline-box .entry-box .present-txt02 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .outline-box .entry-box .present-txt02 {
    margin-top: 1.5vw;
    line-height: 2;
    font-size: 4.9vw;
  }
}
.outline-box .entry-box .present-txt02 > span {
  font-size: inherit;
}
.outline-box .entry-box .present-txt02 .num {
  vertical-align: -0.1em;
  font-size: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .outline-box .entry-box .present-txt02 .num {
    line-height: 1;
    font-size: 9vw;
  }
}
.outline-box .entry-box .point-image {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .outline-box .entry-box .point-image {
    margin-top: 2vw;
  }
}
.outline-box .entry-box .point-image > img {
  max-width: 686px;
  width: 74.565%;
}
@media only screen and (max-width: 767px) {
  .outline-box .entry-box .point-image > img {
    max-width: 89.836%;
    width: auto;
  }
}
.outline-box .entry-box .waku01 {
  border: solid 6px #f7cc41;
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .outline-box .entry-box .waku01 {
    border-width: 3px;
    border-radius: 10px;
    padding: 8vw 5vw;
  }
  .outline-box .entry-box .waku01 .kome {
    text-align: center !important;
  }
  .outline-box .entry-box .waku01 .kome > li {
    text-indent: 0;
    font-size: 3vw;
  }
  .outline-box .entry-box .waku01 .kome > li > a {
    font-size: inherit;
  }
}

.btn01 > a {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  padding: 22px min(19%, 5.5em) 16px;
  background-color: #e97f00;
  box-shadow: 0px 7px 0px 0px #cf7200;
  font-size: 2.2rem;
  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 #cf7200;
    font-size: 3.8vw;
  }
}
.btn01 > a .l-font {
  font-size: clamp(1.6rem, 3.5vw, 3.6rem);
}
@media only screen and (max-width: 767px) {
  .btn01 > a .l-font {
    font-size: 5.4vw;
  }
}
.btn01 > a > i {
  position: absolute;
  right: 37px;
  top: calc(50% - 14px);
}
@media only screen and (max-width: 767px) {
  .btn01 > a > i {
    right: 4.5vw;
    top: calc(50% - 2.5vw);
  }
}
.btn01 > a > i::before {
  font-size: 3.0rem;
}
@media only screen and (max-width: 767px) {
  .btn01 > a > i::before {
    font-size: 5vw;
  }
}
.btn01 > a:hover {
  position: relative;
  top: 7px;
  box-shadow: 0px 0px 0px 0px #cf7200;
}

.link01 {
  text-decoration: underline !important;
  color: #333;
}
.link01:hover {
  text-decoration: none !important;
  color: #337ab7;
}
.link01 > i {
  margin: 0 0.4em;
  text-indent: 0 !important;
  font-size: 0.6em !important;
}

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

	05. おすすめの返礼品

************************************************************************* */
.ttl01 {
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ttl01 {
    font-size: 4.2vw;
  }
}
.ttl01 .l-font {
  display: inline-block;
  margin-top: 0.3em;
  font-size: 4.4rem;
  color: #2e9234;
}
@media only screen and (max-width: 767px) {
  .ttl01 .l-font {
    line-height: 1.3;
    font-size: 8vw;
  }
}

.osusume-box {
  border-radius: 30px 30px 0 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .osusume-box {
    border-radius: 15px 15px 0 0;
  }
}
.osusume-box .ttl-image {
  text-align: center;
}
.osusume-box .ttl-image img {
  max-width: 424px;
}
@media only screen and (max-width: 767px) {
  .osusume-box .ttl-image img {
    max-width: 85%;
  }
}
.osusume-box .ttl01 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .osusume-box .ttl01 {
    margin-top: 5vw;
  }
}

/* ---------------------------------
	動的部分
--------------------------------- */
.ec-featureItems.buttons {
  display: none;
}

.ec-featureRole__content {
  border-radius: 0 0 30px 30px;
  padding: 1px 10.345% 80px !important;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .ec-featureRole__content {
    border-radius: 0 0 15px 15px;
    padding: 1px 5vw 10vw !important;
  }
}
.ec-featureRole__content .giftItemsHeadImg {
  padding-bottom: 0 !important;
}
.ec-featureRole__content h3 {
  margin: 70px 0 0 0 !important;
  border: solid #2e9234 !important;
  border-width: 3px 0 !important;
  padding: 0.6em;
  font-size: 2.8rem !important;
  font-weight: bold !important;
  color: #2e9234 !important;
}
@media only screen and (max-width: 767px) {
  .ec-featureRole__content h3 {
    margin: 11vw 0 0 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 2.0rem !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: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .ec-featureRole__content .slideContentArea {
    margin-top: 6vw;
    padding: 0 8vw !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;
}
.more-link > a.more-link {
  border: solid 1px #2e9234 !important;
  border-radius: 3em;
  padding: 10px 7%;
  color: #2e9234 !important;
}
@media only screen and (max-width: 767px) {
  .more-link > a.more-link {
    padding: 10px 10%;
  }
}
.more-link > a.more-link:hover {
  background-color: #2e9234 !important;
  color: #fff !important;
}

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

	06. カテゴリー

************************************************************************* */
.category-box .ttl-image {
  text-align: center;
}
.category-box .ttl-image img {
  margin-right: 5px;
  max-width: 376px;
}
@media only screen and (max-width: 767px) {
  .category-box .ttl-image img {
    margin-right: 0;
    max-width: 80%;
  }
}
.category-box .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .category-box .category-list {
    margin-top: 10vw !important;
  }
}
.category-box .category-list > li {
  width: 29.348%;
}
.category-box .category-list > li:nth-child(n + 4) {
  margin-top: 4%;
}
@media only screen and (max-width: 767px) {
  .category-box .category-list > li {
    width: 46%;
  }
  .category-box .category-list > li:nth-child(n + 3) {
    margin-top: 10%;
  }
}
.category-box .category-list a {
  text-align: center !important;
}
.category-box .category-list a > .img-box {
  border-radius: 29.630%;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.category-box .category-list a > .img-box img {
  transition: all 0.2s ease-out;
}
.category-box .category-list a > .btn-box {
  padding-top: 4%;
}
.category-box .category-list a > .btn-box > span {
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 9999px;
  padding: 4% 10.833%;
  width: 88.889%;
  background-color: #2e9234;
  text-align: center;
  font-size: clamp(1.1rem, 1.2vw, 1.6rem);
  font-weight: bold;
  color: #fff;
}
.category-box .category-list a > .btn-box > span > i {
  position: absolute;
  right: 6.250%;
  top: calc(50% - 0.55em);
}
.category-box .category-list a > .btn-box > span > i::before {
  font-size: clamp(1.1rem, 1.2vw, 1.6rem);
}
.category-box .category-list a:hover > .img-box {
  overflow: hidden;
}
.category-box .category-list a:hover > .img-box img {
  transform: scale(1.3, 1.3);
}
.category-box .category-list a:hover > .btn-box > span {
  background-color: #e97f00;
}

.btn02 {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn02 {
    margin-top: 14vw;
  }
}
.btn02 > a {
  border: solid 1px #2e9234 !important;
  border-radius: 3em;
  padding: 10px 7%;
  font-weight: bold;
  color: #2e9234 !important;
}
.btn02 > a:hover {
  background-color: #2e9234 !important;
  color: #fff !important;
}

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

	07. 注意事項

************************************************************************* */
.caution-box .ttl01.l-font {
  margin-top: 0 !important;
  font-size: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .caution-box .ttl01.l-font {
    font-size: 8vw;
  }
}
.caution-box .caution-list {
  margin-top: 60px !important;
  margin-left: 1em !important;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .caution-box .caution-list {
    margin-top: 8vw !important;
    font-size: 1.2rem;
  }
}
.caution-box .caution-list > li {
  margin-top: 1em;
  text-indent: -1em;
  font-size: inherit;
}

.layout01 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .layout01 {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding: 0 3vw;
  }
}

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

	08. リニューアルのポイント（流用）

************************************************************************* */
.point_box {
  box-sizing: border-box;
  margin: 40px auto 0;
  border-radius: 30px;
  padding: 80px 5.172% 70px;
  max-width: 1200px;
  background-color: #ebe0b9;
}
@media only screen and (max-width: 767px) {
  .point_box {
    margin-top: 5.5vw;
    border-radius: 15px;
    padding: 10vw 5vw;
  }
}
.point_box h2 {
  margin-bottom: 80px;
  text-align: center;
  line-height: 1;
  font-size: 3.8rem;
  font-weight: bold;
  color: #56472e;
}
@media only screen and (max-width: 767px) {
  .point_box h2 {
    margin-bottom: 12vw;
    font-size: 2.4rem;
  }
}
.point_box ul.layout01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .point_box ul.layout01 {
    display: block;
  }
}
.point_box li {
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 50px 4.327% 40px;
  max-width: 500px;
  width: 48.077%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .point_box li {
    padding: 5vw 15px 20px;
    max-width: none;
    width: 100%;
  }
}
.point_box li span {
  display: block;
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translate(-50%, 0);
  background-color: #008b22;
  border-radius: 5px;
  width: 162px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  letter-spacing: 1px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .point_box li span {
    top: -15px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
  }
}
.point_box h3 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.7;
  font-size: 2.8rem;
  font-weight: bold;
  color: #56472e;
}
@media only screen and (max-width: 767px) {
  .point_box h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}
.point_box p {
  text-align: left;
  font-size: 1.7rem;
  color: #222222;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .point_box p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.point_box li img {
  display: block;
  margin: 30px auto 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .point_box li img {
    margin: 20px auto 0;
  }
}
.point_box li:nth-child(2) img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .point_box li:nth-child(2) img {
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .point_box li:nth-child(2) {
    margin-top: 10vw;
  }
}

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

	09. 会員ログインについて（流用）

************************************************************************* */
.info_box1 {
  box-sizing: border-box;
  margin: 40px auto 0;
  border-radius: 30px;
  padding: 80px 10.345% 70px;
  max-width: 1200px;
  background-color: #fff;
  /* table
  ---------------------------------------------------- */
}
@media only screen and (max-width: 767px) {
  .info_box1 {
    margin-top: 5.5vw;
    border-radius: 15px;
    padding: 10vw 5vw;
  }
}
.info_box1 h2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  color: #b3902a;
}
@media only screen and (max-width: 767px) {
  .info_box1 h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.info_box1 p {
  margin-top: 2.5em;
  font-size: 1.8rem;
  color: #222222;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .info_box1 p {
    margin-top: 2em;
    line-height: 1.9;
    font-size: 1.5rem;
  }
}
.info_box1 p.style1 {
  margin-top: 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f07a44;
}
@media only screen and (max-width: 767px) {
  .info_box1 p.style1 {
    font-size: 1.8rem;
  }
}
.info_box1 ul.ul2 {
  padding: 0 0 0 35px;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .info_box1 ul.ul2 {
    padding: 0 0 0 25px;
  }
}
.info_box1 ul.ul2 li {
  font-size: 18px;
  color: #222222;
  line-height: 2;
  list-style: disc outside;
}
@media only screen and (max-width: 767px) {
  .info_box1 ul.ul2 li {
    font-size: 15px;
    line-height: 1.9;
  }
}
.info_box1 .note {
  text-indent: -1em;
  padding-left: 1em;
}
.info_box1 .table1 {
  table-layout: fixed;
  margin-top: 20px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
}
.info_box1 .table1 th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #008b22;
  padding: 15px 0;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .info_box1 .table1 th {
    padding: 12px 5px;
    font-size: 1.3rem;
  }
}
.info_box1 .table1 td {
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px 15px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .info_box1 .table1 td {
    padding: 12px 5px;
    font-size: 1.3rem;
  }
}
.info_box1 .table1 td img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.info_box1 .caution-txt {
  font-size: 1.4rem;
}

/*# sourceMappingURL=style7.css.map */
