@charset "UTF-8";
/* *************************************************************************

	01. 基本設定
	02. 汎用クラス・共通要素
	03. Quiz
	04. ページ内リンク
	05. リニューアルについて
	06. 特典内容
	07. 参加方法
	08. キャンペーン詳細
	09. 返礼品（動的部分）
	10. おすすめ特集

	コンテンツ幅： PC1160px, SP375
	基本フォントサイズ： 10px

************************************************************************* */
/* *************************************************************************

	01. 基本設定

************************************************************************* */
/* コンテンツ部分の背景色 */
/* ヘッダ下の余白*/
/* コンテンツ左右の余白 */
@media (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__contents {
    padding-right: min(3.125vw, 40px);
    padding-left: min(3.125vw, 40px);
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media (min-width: 768px) {
  .ec-featureRole {
    padding-right: min(1.5625vw, 20px);
    padding-left: min(1.5625vw, 20px);
  }
}

/* コメントの親ボックス */
.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 .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* MV */
.mv-image {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mv-image {
    margin-top: 0;
  }
}

/* お知らせ */
/* *************************************************************************

	02. 汎用クラス・共通要素

************************************************************************* */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgb(255, 228, 153);
  text-underline-offset: -0.15em;
  text-decoration-skip-ink: none;
}

.kome {
  padding: 1em 0 0 1em !important;
  font-size: min(1.206896551vw, 1.4rem);
}
@media only screen and (max-width: 767px) {
  .kome {
    font-size: 3.2vw;
  }
}
.kome > li {
  text-indent: -1em !important;
  font-size: inherit;
}

.basic-list {
  margin-left: 1.5em !important;
}
.basic-list > li {
  list-style-type: disc;
}

.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;
  }
}

.pink {
  color: #f24c83 !important;
}

.cyan-txt {
  color: #0095b2 !important;
}

.cont-box {
  border-radius: min(2.34375vw, 30px) min(2.34375vw, 30px);
  padding: min(5.46875vw, 70px) min(6.25vw, 80px);
  background-color: #fffd61; background-image: linear-gradient(0deg, #f9f861 50%, transparent 50%); background-size: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .cont-box {
    border-radius: 4vw 4vw;
    padding: 6.6666666667vw 5.0666666667vw;
  }
}

/* キャンペーン終了 */
.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;
}

/* タイトル */
.title01 {
  margin-top: min(3.125vw, 40px);
  margin-bottom: 0;
  border-radius: min(2.34375vw, 30px) min(2.34375vw, 30px) 0 0;
  padding: min(2.8125vw, 36px) 0 min(2.65625vw, 34px);
  text-align: center;
  line-height: 1.3;
  font-size: min(2.8125vw, 36px);
  font-weight: bold;
  color: #2B2B2B;
}
@media only screen and (max-width: 767px) {
  .title01.type2 {
    padding: 2.6666666667vw 0 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .title01 {
    margin-top: 8vw;
    border-radius: 4vw 4vw 0 0;
    padding: 5.0666666667vw 4.2666666667vw 4.8vw;
    font-size: 4.8vw;
  }
}
.linkbox01 + .title01 {
  margin-top: min(5.46875vw, 70px);
}
.title01 .subtxt {
  font-size: min(1.71875vw, 22px);
}
@media only screen and (max-width: 767px) {
  .title01 .subtxt {
    font-size: 3.4666666667vw;
  }
}

.title02 {
  margin-top: min(4.296875vw, 55px);
  margin-bottom: 0;
  padding: min(2.03125vw, 26px) 0 min(1.875vw, 24px);
  background-color: #00aacc;
  background-image: url("/html/upload/user_data/feature/rn/img/2024/bg03_pc.png");
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: min(2.03125vw, 26px);
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .title02 {
    margin-top: 6.6666666667vw;
    padding: 3.2vw;
    background-image: url("/html/upload/user_data/feature/rn/img/2024/bg03_sp.png");
    font-size: 4.2666666667vw;
  }
}

.ttl01 {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: min(2.734375vw, 35px);
  text-align: center;
  font-size: min(2.8125vw, 36px);
  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(4.6875vw, 60px);
  height: min(0.625vw, 8px);
  background-color: #00aacc;
}
@media only screen and (max-width: 767px) {
  .ttl01::before {
    width: 9.6vw;
    height: 1.3333333333vw;
  }
}

.ttl02 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: min(1.71875vw, 2.2rem);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ttl02 {
    font-size: 3.91134289vw;
  }
}

.ttl03 {
  border-radius: min(0.78125vw, 10px);
  padding: min(1.71875vw, 22px) min(4.6875vw, 60px);
  background-color: #f4f4f4;
  text-align: center;
  font-size: min(1.25vw, 1.6rem);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ttl03 {
    border-radius: min(0.78125vw, 10px);
    padding: min(4.2666666667vw, 16px) min(10.6666666667vw, 40px);
    font-size: 3.4666666667vw;
  }
}

/* ボタン */
.btn01 > a {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  padding: min(2.34375vw, 30px) min(5.46875vw, 70px) min(2.1875vw, 28px);
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 7px 0px 0px rgb(245, 91, 4);
    border: solid 5px #f55b04;
  font-size: min(2.03125vw, 2.6rem);
  font-weight: bold;
  color: #f55b04;
}
@media only screen and (max-width: 767px) {
  .btn01 > a {
    padding: 4.5333333333vw 8.5333333333vw;
    width: 100%;
    box-shadow: 0px 4px 0px 0px rgb(245, 91, 4);
    font-size: 4.2666666667vw;
  }
}
.btn01 > a > i {
  position: absolute;
  right: min(1.875vw, 2.4em);
  top: calc(50% - 0.75em);
}
@media only screen and (max-width: 767px) {
  .btn01 > a > i {
    right: 5.0666666667vw;
    top: calc(50% - 2vw);
  }
}
.btn01 > a > i::before {
  font-size: min(1.875vw, 2.4rem);
}
@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(245, 91, 4);
}
@media (min-width: 768px) {
  .btn01.mini > a {
    padding: min(1.875vw, 24px) min(3.125vw, 40px) min(1.875vw, 24px);
    box-shadow: 0px 5px 0px 0px rgb(245, 91, 4);
    font-size: min(1.484375vw, 1.9rem);
  }
  .btn01.mini > a > i {
    right: min(2.03125vw, 26px);
    top: calc(50% - 0.65em);
  }
  .btn01.mini > a > i::before {
    font-size: min(1.484375vw, 1.9rem);
  }
  .btn01.mini > a:hover {
    top: 5px;
    box-shadow: 0px 0px 0px 0px rgb(245, 91, 4);
  }
}
@media (min-width: 768px) {
  .btn01.mini.window > a > i {
    top: calc(50% - 0.6em);
  }
  .btn01.mini.window > a > i::before {
    font-size: min(1.328125vw, 1.7rem);
  }
}

.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);
    right: 4.2666666667vw;
  }
}
.btn01.window > a > i::before {
  font-size: min(1.875vw, 2.4rem);
}
@media only screen and (max-width: 767px) {
  .btn01.window > a > i::before {
    font-size: 3.9113428944vw;
  }
}

@media only screen and (max-width: 767px) {
  .btn02 {
    margin: 0 auto;
  }
}
.btn02 > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(0.78125vw, 10px);
  padding: min(1.171875vw, 15px) min(2.34375vw, 30px) min(1.171875vw, 15px);
  width: 100%;
  background-color: #fff100;
  box-shadow: 0px 5px 0px 0px rgb(204, 194, 0);
  text-align: center;
  font-size: min(1.25vw, 1.6rem);
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .btn02 > a {
    display: block !important;
    border-radius: 2.6666666667vw;
    margin: 4vw auto;
    padding: 2.4vw 4.8vw 2.4vw;
    box-shadow: 0px 3px 0px 0px rgb(204, 194, 0);
    font-size: 3.7333333333vw;
  }
}
.btn02 > a > i {
  position: absolute;
  right: min(0.78125vw, 10px);
  top: calc(50% - 0.5em);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .btn02 > a > i {
    right: 2.1333333333vw;
  }
}
.btn02 > a > i::before {
  font-size: min(1.25vw, 1.6rem) !important;
}
@media only screen and (max-width: 767px) {
  .btn02 > a > i::before {
    font-size: 3.4666666667vw !important;
  }
}
.btn02 > a:hover {
  position: relative;
  top: 5px;
  box-shadow: 0px 0px 0px 0px rgb(204, 194, 0);
}

.btn03 > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(0.78125vw, 10px);
  padding: min(1.5625vw, 20px) min(3.125vw, 40px);
  width: 100%;
  max-width: 100%;
  background-color: #e9f3f5;
  box-shadow: 0px 5px 0px 0px #d3dcde;
  text-align: center;
  font-size: min(1.25vw, 1.6rem);
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .btn03 > a {
    border-radius: 2.6666666667vw;
    padding: 3.7333333333vw 6.6666666667vw;
    width: 100%;
    box-shadow: 0px 3px 0px 0px #d3dcde;
    font-size: 3.7333333333vw;
  }
}
.btn03 > a > i {
  position: absolute;
  right: min(1.40625vw, 18px);
  top: calc(50% - 0.5em);
  margin: auto !important;
}
.btn03 > a > i::before {
  font-size: min(1.25vw, 1.6rem) !important;
}
@media only screen and (max-width: 767px) {
  .btn03 > a > i::before {
    font-size: 3.7333333333vw !important;
  }
}
.btn03 > a:hover {
  position: relative;
  top: 5px;
  box-shadow: 0px 0px 0px 0px rgb(255, 255, 255) !important;
}
@media only screen and (max-width: 767px) {
  .btn03 > a:hover {
    top: 3px !important;
  }
}
.btn03 > a[target=_blank] > i {
  top: calc(50% - 0.55em);
}
@media only screen and (max-width: 767px) {
  .btn03 > a[target=_blank] > i {
    right: 1.6vw;
  }
}
.btn03.green > a {
  background-color: #008000;
  box-shadow: 0px 5px 0px 0px #006600;
  color: #fff;
}
.btn03.yellow > a {
  background-color: #fff100;
  box-shadow: 0px 5px 0px 0px rgb(204, 194, 0);
  color: #333;
}

.txt-link > a {
  text-decoration: underline !important;
  font-size: min(1.25vw, 16px) !important;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .txt-link > a {
    font-size: 3.7333333333vw !important;
  }
}
.txt-link > a > i {
  margin-left: 0.3em;
  color: #999;
}
.txt-link > a > i::before {
  font-size: min(1.25vw, 1.6rem) !important;
}
@media only screen and (max-width: 767px) {
  .txt-link > a > i::before {
    font-size: 3.7333333333vw !important;
  }
}
.txt-link > a:hover {
  text-decoration: none !important;
  color: #00aacc !important;
}

/* アコーディオン */
.accordion0, .accordion1 {
  position: relative;
  transform: translateZ(0);
}
.accordion0 .acc-toggle, .accordion1 .acc-toggle {
  display: none;
}
.accordion0 .acc-title,
.accordion0 .acc-content, .accordion1 .acc-title,
.accordion1 .acc-content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}
.accordion0 .acc-title, .accordion1 .acc-title {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion0 .acc-title::after, .accordion0 .acc-title::before, .accordion1 .acc-title::after, .accordion1 .acc-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #00aacc;
  transition: all 0.3s;
  z-index: 1;
}
.accordion0 .acc-title::after, .accordion1 .acc-title::after {
  transform: rotate(90deg);
}
.accordion0 .acc-content, .accordion1 .acc-content {
  overflow: hidden;
  max-height: 0;
}
.accordion0 .acc-toggle:checked + .acc-title::before, .accordion1 .acc-toggle:checked + .acc-title::before {
  transform: rotate(90deg) !important;
}

.accordion0 .acc-title {
  margin-bottom: min(1.5625vw, 20px);
}
.accordion0 .acc-title::after, .accordion0 .acc-title::before {
  right: min(2.1875vw, 28px);
  width: min(0.3125vw, 4px);
  height: min(1.5625vw, 20px);
}
@media only screen and (max-width: 767px) {
  .accordion0 .acc-title::after, .accordion0 .acc-title::before {
    right: 5.8666666667vw;
    width: 0.8vw;
    height: 3.7333333333vw;
  }
}
@media (min-width: 768px) {
  .accordion0 .acc-title:hover .ttl03 {
    background-color: #00aacc;
    color: #fff;
  }
}
.accordion0 .acc-toggle:checked + .acc-title + .acc-content {
  max-height: 1000px;
  transition: all 1.5s;
}

.accordion1 .acc-title::after, .accordion1 .acc-title::before {
  right: min(4.0625vw, 52px);
  width: min(0.46875vw, 6px);
  height: min(2.65625vw, 34px);
}
@media only screen and (max-width: 767px) {
  .accordion1 .acc-title::after, .accordion1 .acc-title::before {
    right: 5.8666666667vw;
    width: 1.0666666667vw;
    height: 4.5333333333vw;
  }
}
.accordion1 .acc-title:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .accordion1 .acc-title:hover {
    opacity: 1;
  }
}
.accordion1 .acc-toggle:checked + .acc-title + .acc-content {
  max-height: 6000px;
  transition: all 1.5s;
}

/* *************************************************************************

	03. Quiz

************************************************************************* */
.quiz-box1 {
  margin-top: min(1.5625vw, 20px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .quiz-box1 {
    /*padding: 9.3333333333vw 5.0666666667vw 5.3333333333vw;*/
  }
}
.quiz-box1 .fukidashi {
  position: relative;
  /*display: inline-block;*/
  margin-bottom: min(3.515625vw, 45px);
  border-radius: min(1.5625vw, 20px);
  padding: min(3.59375vw, 46px) min(2.34375vw, 30px) min(3.28125vw, 42px);
  /*width: min(64.0625vw, 820px);*/
  background-color: #fff;
    border: solid 7px #fffd61;
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .fukidashi {
    margin-bottom: 8vw;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 4.8vw 4.5333333333vw;
    width: 100%;
  }
}
.quiz-box1 .fukidashi > .kazari-quiz {
  position: absolute;
  left: clamp(-48px, -3.75vw, -33px);
  top: clamp(-60px, -4.6875vw, -30px);
  width: min(16.40625vw, 210px);
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .fukidashi > .kazari-quiz {
    left: -4vw;
    top: -8.5333333333vw;
    width: 28vw;
  }
}
.quiz-box1 .fukidashi .txt {
  line-height: 2;
  font-size: min(1.71875vw, 22px);
  color: #000000;
}
.quiz-box1 .fukidashi .txt span{
    font-weight: bold;
  font-size: min(1.953125vw, 25px);
}
.quiz-box1 .fukidashi .txt .orange{
    color: #f55b04;
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .fukidashi .txt {
    text-align: left;
    line-height: 1.4;
    font-size: 4.2666666667vw;
  }
.quiz-box1 .fukidashi .txt span{
   font-size: min(5vw, 25px);   
    }
}
.quiz-box1 .fukidashi .keyword-image-box {
  display: flex;
  justify-content: center;
  gap: 0 min(1.953125vw, 25px);
  margin-top: min(3.125vw, 40px);
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .fukidashi .keyword-image-box {
    gap: 0 2.6666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
  }
}
.quiz-box1 .fukidashi .keyword-image-box .txt-keyword {
  margin-top: 0.7em;
  font-size: min(1.328125vw, 17px);
  font-weight: bold;
  color: #00337d;
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .fukidashi .keyword-image-box .txt-keyword {
    margin-top: 0.3em;
    line-height: 1.3;
    font-size: 3.2vw;
  }
}
.quiz-box1 .fukidashi .keyword-image-box .txt-link {
  margin-top: 0.8em;
  font-size: min(1.171875vw, 15px) !important;
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .fukidashi .keyword-image-box .txt-link {
    margin-top: 0.2em !important;
    line-height: 1.3;
    font-size: 2.9333333333vw !important;
  }
}
.quiz-box1 .fukidashi .keyword-image-box .txt-link * {
  font-size: inherit !important;
}
.quiz-box1 .fukidashi .keyword-image-box .txt-link > picture {
  display: block;
}
.quiz-box1 .btn01 {
  margin: 0 auto;
  width: min(42.1875vw, 540px);
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .btn01 {
    width: 100%;
  }
}
.quiz-box1 .kome {
  margin-top: min(2.4137931034vw, 28px) !important;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .kome {
    margin-top: 3.4666666667vw !important;
  }
}
.quiz-box1 .kome > li {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .quiz-box1 .kome > li {
    font-size: 2.9333333333vw;
  }
}

/* *************************************************************************

	04. ページ内リンク

************************************************************************* */
.linkbox01 {
  display: flex;
  justify-content: space-between;
  margin: min(3.125vw, 40px) 0 min(3.90625vw, 50px) !important;
  gap: 0 min(2.03125vw, 26px);
}
@media only screen and (max-width: 767px) {
  .linkbox01 {
    margin: 4vw 0 8vw !important;
    gap: 0 2.1333333333vw;
  }
}
.linkbox01 > li {
  display: flex;
  width: min(28.90625vw, 370px);
}
.linkbox01 > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(3.90625vw, 50px);
  padding: min(1.796875vw, 23px) 1em min(2.421875vw, 31px);
  width: 100%;
  background-color: #f55b04;
  text-align: center;
  font-size: min(1.5625vw, 2rem);
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .linkbox01 > li > a {
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw 1.3333333333vw 5.3333333333vw;
    width: 100%;
    font-size: 3.2vw;
  }
}
.linkbox01 > li > a > i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: 0 auto;
}
.linkbox01 > li > a > i::before {
  font-size: min(1.484375vw, 1.9rem) !important;
}
@media only screen and (max-width: 767px) {
  .linkbox01 > li > a > i::before {
    font-size: 3.2vw !important;
  }
}
.linkbox01 > li > a:hover {
  position: relative;
  top: 5px;
  box-shadow: 0px 0px 0px 0px rgb(204, 194, 0);
}

/* *************************************************************************

	05. リニューアルについて

************************************************************************* */
.about-box {
  padding-top: 0px;
}
.about-box .main-txt {
  margin-top: 0 !important;
  line-height: 1.7;
  text-align: center;
  font-size: min(1.875vw, 2rem);
  color: #f55b04;
}
@media only screen and (max-width: 767px) {
  .about-box .main-txt {
    line-height: 1.5;
    font-size: 4.2666666667vw;
  }
}
.about-box .main-txt span {
  font-size: min(1.953125vw, 2.5rem);
  font-weight: bold;
}
.about-box .point-box {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ddd;
  padding: min(3.125vw, 40px) 0 min(4.6875vw, 60px);
}
@media only screen and (max-width: 767px) {
    
.about-box .main-txt span {
  font-size: min(5vw, 3rem);
  font-weight: bold;
}
  .about-box .point-box {
    display: block;
    padding: 6.9333333333vw 0;
  }
}
.about-box .point-ttl01 {
  flex-shrink: 0;
  position: relative;
  margin: 0;
  margin-left: min(0.390625vw, 5px);
  padding: min(1.171875vw, 15px) 0 min(1.09375vw, 14px);
  width: min(16.40625vw, 210px);
  background-color: initial;
  text-align: center;
  font-size: min(1.71875vw, 22px);
  font-weight: bold;
  color: #0095b2;
}
@media only screen and (max-width: 767px) {
  .about-box .point-ttl01 {
    margin-left: 0;
    padding: 1.3333333333vw 0;
    width: 26.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.about-box .point-ttl01 > span {
  position: relative;
  background-color: initial;
  font-size: inherit;
  z-index: 1;
}
.about-box .point-ttl01::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff100;
  transform: skewX(10deg);
}
.about-box .pb-cont {
  margin-left: min(3.90625vw, 50px);
}
@media only screen and (max-width: 767px) {
  .about-box .pb-cont {
    margin-left: 0;
  }
}
.about-box .point-ttl02 {
  margin: 0;
  padding: min(1.171875vw, 15px) 0 min(1.09375vw, 14px);
  font-size: min(1.71875vw, 22px);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .about-box .point-ttl02 {
    padding: 2.1333333333vw 0 0;
    line-height: 1.4;
    font-size: 4.2666666667vw;
  }
}
.about-box .pb-txt {
  margin-top: min(1.171875vw, 15px) !important;
  margin-bottom: min(2.34375vw, 30px);
  font-size: min(1.25vw, 16px);
}
@media only screen and (max-width: 767px) {
  .about-box .pb-txt {
    margin-top: 4vw !important;
    font-size: 3.7333333333vw;
  }
}
.about-box .pb-txt span {
  font-size: inherit;
}
.about-box .pb-list {
  margin-top: min(1.171875vw, 15px) !important;
}
@media only screen and (max-width: 767px) {
  .about-box .pb-list {
    margin-top: 4vw !important;
  }
}
.about-box .pb-list > li {
  position: relative;
  margin-top: 0.5em;
  padding-left: min(1.640625vw, 21px);
  font-size: min(1.25vw, 16px);
}
@media only screen and (max-width: 767px) {
  .about-box .pb-list > li {
    padding-left: 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.about-box .pb-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  border-radius: 50%;
  width: min(1.328125vw, 17px);
  height: min(1.328125vw, 17px);
  background-color: #cceef5;
}
@media only screen and (max-width: 767px) {
  .about-box .pb-list > li::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.about-box .pb-list > li span {
  font-size: inherit;
}
.about-box .sitelink-btnlist {
  display: flex;
  justify-content: space-between;
  margin: min(4.6875vw, 60px) 0 0 !important;
  gap: 0 min(1.5625vw, 20px);
}
@media only screen and (max-width: 767px) {
  .about-box .sitelink-btnlist {
    display: block;
    margin: 6.6666666667vw auto 1.3333333333vw !important;
    width: 90%;
  }
}
.about-box .sitelink-btnlist > li {
  display: flex;
  width: min(27.586206896vw, 320px);
}
@media only screen and (max-width: 767px) {
  .about-box .sitelink-btnlist > li {
    margin-top: 3.2vw;
    width: 100%;
  }
}

/* *************************************************************************

	06. 特典内容

************************************************************************* */
#present {
  position: relative;
}

.present-box .present-bg-box {
  padding: min(6.25vw, 80px) min(6.25vw, 80px) min(5.46875vw, 70px);
  background-color: #00aacc;
  background-image: url("/html/upload/user_data/feature/rn/img/2024/bg04_pc.png");
  background-position-y: calc(50% - min(6.25vw, 80px));
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .present-box .present-bg-box {
    padding: 8vw 5.0666666667vw;
    background-image: url("/html/upload/user_data/feature/rn/img/2024/bg01_sp.png"), url("/html/upload/user_data/feature/rn/img/2024/bg01b_sp.png");
    background-position-x: center, center;
    background-position-y: -6.6666666667vw, 85.6vw;
    background-repeat: no-repeat, no-repeat;
    background-size: 91.4666666667vw, contain;
  }
}
.present-box .present-cont {
  position: relative;
  margin: 0 auto;
  max-width: 840px;
}
@media only screen and (max-width: 767px) {
  .present-box .present-cont {
    max-width: none;
  }
}
.present-box .present-cont .kazari {
  position: absolute;
  left: clamp(-29px, -2.265625vw, -15px);
  top: clamp(-55px, -4.296875vw, -22px);
  width: min(18.75vw, 240px);
}
@media only screen and (max-width: 767px) {
  .present-box .present-cont .kazari {
    left: -4.2666666667vw;
    top: -6.6666666667vw;
    width: 32vw;
  }
}
.present-box .check-cont {
  display: flex;
  justify-content: space-between;
  gap: min(3.125vw, 40px);
  margin: min(3.125vw, 40px) auto 0;
  max-width: 840px;
}
@media only screen and (max-width: 767px) {
  .present-box .check-cont {
    display: block;
    max-width: none;
  }
}
.present-box .check-cont > p {
  position: relative;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .present-box .check-cont > p {
    margin-top: 5.3333333333vw;
    max-width: none;
  }
}
.present-box .check-cont > p .kazari {
  position: absolute;
  left: clamp(-29px, -2.265625vw, -15px);
  top: clamp(-31px, -2.421875vw, -16px);
  width: min(12.1875vw, 156px);
}
@media only screen and (max-width: 767px) {
  .present-box .check-cont > p .kazari {
    left: -4vw;
    top: -4.2666666667vw;
    width: 24.8vw;
  }
}
.present-box .btn-layout {
  position: relative;
  margin-top: min(2.34375vw, 30px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .present-box .btn-layout {
    margin-top: 8vw;
  }
}
.btn-layout .kome li{
	color: #333 !important;
}
.present-box .btn-layout .btn01 {
  margin: 0 auto;
  width: min(29.6875vw, 380px);
}
@media only screen and (max-width: 767px) {
  .present-box .btn-layout .btn01 {
    width: 100%;
  }
}
.present-box .btn-layout .btn02 {
  position: absolute;
  right: 0;
  top: min(1.71875vw, 22px);
  width: min(17vw, 220px);
}
@media only screen and (max-width: 767px) {
  .present-box .btn-layout .btn02 {
    position: inherit;
    width: 60%;
  }
}
.present-box .entry-box .kome {
  margin-top: min(1.25vw, 16px) !important;
}
@media only screen and (max-width: 767px) {
  .present-box .entry-box .kome {
    margin-top: 3.4666666667vw !important;
  }
  .present-box .entry-box .kome > li {
    font-size: 2.9333333333vw !important;
  }
}

/* *************************************************************************

	07. 応募方法

************************************************************************* */
#join {
  position: relative;
}

.accordion1 .bg-maru::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(1.953125vw, 25px);
  margin: auto 0;
  border-radius: 50%;
  width: min(4.6875vw, 60px);
  height: min(4.6875vw, 60px);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .accordion1 .bg-maru::after {
    right: 2.4vw;
    width: 8vw;
    height: 8vw;
  }
}
.accordion1 .acc-title .title01 {
  border-radius: min(2.34375vw, 30px);
}
@media only screen and (max-width: 767px) {
  .accordion1 .acc-title .title01 {
    border-radius: 4vw;
  }
}
.accordion1 .acc-toggle:checked + .acc-title .title01 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.join-box {
  padding-top: min(2.34375vw, 30px);
}
@media only screen and (max-width: 767px) {
  .join-box {
    padding-top: 0;
  }
}
.join-box .step-box {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ddd;
  padding: min(3.125vw, 40px) 0 min(4.6875vw, 60px);
}
@media only screen and (max-width: 767px) {
  .join-box .step-box {
    display: block;
    padding: 6.9333333333vw 0;
  }
}
.join-box .step-ttl01 {
  flex-shrink: 0;
  position: relative;
  margin: 0;
  padding: min(1.171875vw, 15px) 0 min(1.09375vw, 14px);
  width: min(16.40625vw, 210px);
  background-color: initial;
  text-align: center;
  font-size: min(1.71875vw, 22px);
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .join-box .step-ttl01 {
    margin-left: 0;
    padding: 1.3333333333vw 0;
    width: 26.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.join-box .step-ttl01 > span {
  position: relative;
  background-color: initial;
  font-size: inherit;
  z-index: 1;
}
.join-box .step-ttl01::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00aacc;
  transform: skewX(-10deg);
}
.join-box .step-ttl01.otoku {
  margin-left: min(0.390625vw, 5px);
}
@media only screen and (max-width: 767px) {
  .join-box .step-ttl01.otoku {
    margin-left: 0;
  }
}
.join-box .step-ttl01.otoku::after {
  transform: skewX(10deg);
}
.join-box .s-cont {
  margin-left: min(3.90625vw, 50px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .join-box .s-cont {
    margin-left: 0;
  }
}
.join-box .s-cont .kome {
  margin-top: min(1.171875vw, 15px) !important;
}
.join-box .s-cont .kome.mt0 {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .join-box .s-cont .kome.mt0 {
    margin-top: 0.5em !important;
  }
}
.join-box .step-ttl02 {
  margin: 0;
  padding: min(0.9375vw, 12px) 0 min(1.09375vw, 14px);
  line-height: 1.4;
  font-size: min(1.71875vw, 22px);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .join-box .step-ttl02 {
    padding: 2.1333333333vw 0 0;
    line-height: 1.4;
    font-size: 4.2666666667vw;
  }
}
.join-box .step-ttl02 span {
  font-size: inherit;
}
.join-box .step-txt {
  margin-top: min(0.78125vw, 10px);
  font-size: min(1.25vw, 16px);
}
.join-box .step-txt > span {
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .join-box .step-txt {
    margin-top: 6.6666666667vw !important;
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .join-box .step-txt:first-of-type {
    margin-top: 4vw !important;
  }
}
.join-box .step-image {
  margin-top: min(1.5625vw, 20px);
}
@media only screen and (max-width: 767px) {
  .join-box .step-image {
    margin-top: 4vw;
  }
}
@media (min-width: 768px) {
  .join-box .step-txt.mt40 {
    margin-top: min(3.125vw, 40px);
  }
}
@media (min-width: 768px) {
  .join-box .hosoku-for-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .join-box .hosoku-for-sp {
    margin-top: 0.5em;
    font-size: 2.9333333333vw;
  }
}
.join-box .btn-layout {
  display: flex;
  justify-content: space-between;
  gap: min(1.5625vw, 20px);
  margin: min(3.90625vw, 50px) auto 0;
}
@media only screen and (max-width: 767px) {
  .join-box .btn-layout {
    display: block;
    margin: 5.3333333333vw auto 0;
    width: 90%;
  }
}
.join-box .btn-layout .mypage-box, .join-box .btn-layout .jre-point-box {
  width: min(25vw, 320px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .join-box .btn-layout .mypage-box, .join-box .btn-layout .jre-point-box {
    width: 100%;
  }
}
.join-box .btn-layout .txt-link {
  margin-top: min(1.71875vw, 22px);
}
@media only screen and (max-width: 767px) {
  .join-box .btn-layout .txt-link {
    margin-top: 3.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .join-box .btn-layout .txt-link > a {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .join-box .btn-layout .jre-point-box {
    margin-top: 5.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
.join-box .btn-layout.coupon {
  margin: min(2.34375vw, 30px) auto 0 !important;
}
@media only screen and (max-width: 767px) {
  .join-box .btn-layout.coupon {
    margin: 5.3333333333vw auto 0 !important;
  }
}
.join-box .btn-layout.coupon .btn03 {
  width: min(25vw, 320px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .join-box .btn-layout.coupon .btn03 {
    width: 100%;
  }
  .join-box .btn-layout.coupon .btn03:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media (min-width: 768px) {
  .join-box .quiz-box1 {
    margin-top: min(1.5625vw, 20px);
    padding: min(3.90625vw, 50px) 10px min(2.34375vw, 30px);
    background-image: url("/html/upload/user_data/feature/rn/img/2024/bg05_pc.png");
    background-position-y: calc(50% - min(0.78125vw, 10px));
  }
  .join-box .quiz-box1 .fukidashi {
    width: min(47.34375vw, 606px);
  }
  .join-box .quiz-box1 .kazari-quiz {
    top: clamp(-40px, -3.125vw, -30px);
    width: min(14.84375vw, 190px) !important;
  }
  .join-box .quiz-box1 .txt {
    font-size: min(1.40625vw, 18px);
  }
  .join-box .quiz-box1 .keyword-image-box {
    gap: 0 min(1.171875vw, 15px);
    margin-top: min(1.953125vw, 25px);
    margin-bottom: 0;
    padding-left: 0;
  }
  .join-box .quiz-box1 .keyword-image-box picture img {
    width: min(12.890625vw, 165px);
  }
  .join-box .quiz-box1 .keyword-image-box .txt-keyword {
    margin-top: 0.75em;
    font-size: min(1.25vw, 16px);
  }
  .join-box .quiz-box1 .keyword-image-box .txt-link > a {
    font-size: min(1.09375vw, 14px) !important;
  }
  .join-box .quiz-box1 .keyword-image-box .txt-link > a > i::before {
    font-size: min(1.09375vw, 1.4rem) !important;
  }
}
@media only screen and (max-width: 767px) {
  .join-box .quiz-box1 {
    background-size: 108%;
  }
}
@media (min-width: 768px) {
  .join-box .quiz-box1 .btn01 {
    width: min(31.25vw, 400px);
  }
}
@media (min-width: 768px) {
  .join-box .quiz-box1 .kome {
    font-size: min(0.9375vw, 12px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .join-box .quiz-box1 .kome {
    margin-top: 3.4666666667vw !important;
  }
}
.join-box .sitelink-btnlist {
  display: flex;
  justify-content: space-between;
  margin: min(1.5625vw, 20px) 0 0 !important;
  gap: 0 min(1.71875vw, 22px);
}
@media only screen and (max-width: 767px) {
  .join-box .sitelink-btnlist {
    display: block;
    margin: 5.3333333333vw auto 0 !important;
    width: 90%;
  }
}
.join-box .sitelink-btnlist > li {
  display: flex;
  width: 31.335%;
}
@media only screen and (max-width: 767px) {
  .join-box .sitelink-btnlist > li {
    margin-top: 3.2vw;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .join-box .sitelink-btnlist .btn03 > a > i {
    right: min(0.9375vw, 12px);
  }
}
.join-box .small-txt {
  font-size: min(1.25vw, 16px) !important;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .join-box .small-txt {
    font-size: 2.9333333333vw !important;
  }
}
.join-box .sarani-box {
  position: relative;
  margin-top: min(2.734375vw, 35px);
  padding: min(2.734375vw, 35px) 10px;
  background-color: #fdf3f7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .join-box .sarani-box {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 5.0666666667vw;
  }
}
.join-box .sarani-box .sarani-ttl {
  position: absolute;
  top: min(-1.015625vw, -13px);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: min(2.34375vw, 30px);
  font-weight: bold;
  color: #f24c83;
}
@media only screen and (max-width: 767px) {
  .join-box .sarani-box .sarani-ttl {
    top: -3.4666666667vw;
    font-size: 4.2666666667vw !important;
  }
}
.join-box .sarani-box .sarani-ttl::before {
  content: "";
  display: inline-block;
  margin-right: min(1.40625vw, 18px);
  width: min(0.234375vw, 3px);
  height: min(3.125vw, 40px);
  background-color: #f24c83;
  vertical-align: -0.7em;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 767px) {
  .join-box .sarani-box .sarani-ttl::before {
    margin-right: 4vw;
    width: 0.5333333333vw;
    height: 7.4666666667vw;
  }
}
.join-box .sarani-box .sarani-ttl::after {
  content: "";
  display: inline-block;
  margin-left: min(1.40625vw, 18px);
  width: min(0.234375vw, 3px);
  height: min(3.125vw, 40px);
  background-color: #f24c83;
  vertical-align: -0.7em;
  transform: rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .join-box .sarani-box .sarani-ttl::after {
    margin-left: 4vw;
    width: 0.5333333333vw;
    height: 7.4666666667vw;
  }
}
.join-box .sarani-list {
  display: inline-block;
}
.join-box .sarani-list > li {
  position: relative;
  margin-top: 0.5em;
  padding-left: min(1.796875vw, 23px);
  text-align: left;
  font-size: min(1.40625vw, 18px);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .join-box .sarani-list > li {
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.join-box .sarani-list > li:first-child {
  margin-top: 0.2em;
}
.join-box .sarani-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  border-radius: 50%;
  width: min(1.40625vw, 18px);
  height: min(1.40625vw, 18px);
  background-color: #fac9da;
}
@media only screen and (max-width: 767px) {
  .join-box .sarani-list > li::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.join-box .sarani-list > li span {
  font-size: inherit;
}

/* *************************************************************************

	08. キャンペーン詳細

************************************************************************* */
#detail {
  position: relative;
}

.detail-box {
  text-align: center;
}
.detail-box .detail-item {
  display: flex;
  margin: 0;
  border-top: solid 1px #ddd;
  padding: min(2.96875vw, 38px) min(2.34375vw, 30px) min(2.8125vw, 36px);
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .detail-box .detail-item {
    display: block;
    padding: 6.9333333333vw 0;
  }
}
.detail-box .detail-item > dt {
  flex-shrink: 0;
  width: min(18.28125vw, 234px);
  line-height: inherit;
  font-size: min(1.25vw, 16px);
  font-weight: bold;
  color: #0095b2;
}
@media only screen and (max-width: 767px) {
  .detail-box .detail-item > dt {
    width: 100%;
    font-size: 4vw;
  }
}
.detail-box .detail-item > dd {
  line-height: inherit;
  font-size: min(1.25vw, 16px);
}
.detail-box .detail-item > dd * {
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .detail-box .detail-item > dd {
    margin-top: 0.5em;
    font-size: 3.7333333333vw;
  }
}
.detail-box .detail-item > dd .kome {
  font-size: inherit;
}
.detail-box .detail-item > dd .kome > li {
  margin-top: 0.5em;
  font-size: inherit;
}
.detail-box .detail-item > dd .kome > li:first-of-type {
  margin-top: 0;
}
.detail-box .detail-item > dd ol {
  margin-top: 1em;
  padding-left: 1em;
  list-style: none;
}
.detail-box .detail-item > dd ol > li {
  margin-top: 0.5em;
  text-indent: -1em;
  font-size: inherit;
}
.detail-box .detail-item:last-of-type {
  border-bottom: solid 1px #ddd;
}
.detail-box .entry-box {
  margin: min(-1.171875vw, -15px) auto min(3.125vw, 40px);
  width: min(29.6875vw, 380px);
}
@media only screen and (max-width: 767px) {
  .detail-box .entry-box {
    margin: -4vw auto 6.9333333333vw;
    width: 100%;
  }
}
.detail-box .entry-box .kome {
  margin-top: min(1.171875vw, 15px) !important;
  font-size: min(0.9375vw, 12px) !important;
}
@media only screen and (max-width: 767px) {
  .detail-box .entry-box .kome {
    margin-top: 3.4666666667vw !important;
    font-size: 2.9333333333vw !important;
  }
}

/* *************************************************************************

	09. 返礼品（動的部分）

************************************************************************* */
@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.25vw, 80px) 0 0 0 !important;
  border: solid #00aacc !important;
  border-width: 2px 0 !important;
  padding: 0.6em 0.6em 0.5em !important;
  font-size: min(2.1875vw, 2.8rem) !important;
  font-weight: bold !important;
  color: #0095b2 !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,
.more-link > a {
  border: solid 1px #00aacc !important;
  border-radius: 3em;
  padding: min(2.6666666667vw, 10px) 7%;
  color: #0095b2 !important;
}
@media only screen and (max-width: 767px) {
  .more-link > a.more-link,
  .more-link > a {
    padding: 1.8666666667vw 10%;
  }
}
.more-link > a.more-link:hover,
.more-link > a:hover {
  background-color: #00aacc !important;
  color: #fff !important;
}

/* *************************************************************************

	10. おすすめ特集

************************************************************************* */
#recommend {
  position: relative;
}

.recommend-box {
  margin: min(7.8125vw, 100px) auto 0;
}
@media only screen and (max-width: 767px) {
  .recommend-box {
    margin: 13.3333333333vw auto 0;
    padding-bottom: 5.3333333333vw !important;
  }
}
.recommend-box > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: min(4.6875vw, 60px) auto 0 !important;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .recommend-box > ul {
    display: block;
    margin-top: 10.6666666667vw !important;
  }
}
.recommend-box > ul:first-of-type {
  margin-top: min(3.90625vw, 50px) !important;
}
@media only screen and (max-width: 767px) {
  .recommend-box > ul:first-of-type {
    margin-top: 8vw !important;
  }
}
.recommend-box > ul > li {
  margin: 0;
  max-width: 550px;
  width: 47.414%;
}
@media only screen and (max-width: 767px) {
  .recommend-box > ul > li {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .recommend-box > ul > li:nth-child(even) {
    margin-left: 5.172%;
  }
}
@media only screen and (max-width: 767px) {
  .recommend-box > ul > li:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
}
@media (min-width: 768px) {
  .recommend-box > ul > li:nth-child(n+3) {
    margin-top: min(1.5625vw, 20px);
  }
}
.recommend-box > ul > li a, .recommend-box > ul > li img {
  display: inline-block;
}
.recommend-box > ul > li a, .recommend-box > ul > li img.kakudai {
  width: 100% !important;
}



.cp-wrap {
    background: #ffffff;
    padding: 1% 3% 3%;
    border-radius: min(1.171875vw, 15px) min(1.171875vw, 15px);
    text-align: center;
    margin-bottom: 30px;
}

.cp-wrap img{
    margin: 10px 0;
}
.cp-title {
    background: #f55b04;
    color: #FFFFFF;
    text-align: center;
    padding: 1%;
    font-size: min(1.5625vw, 20px);
    font-weight: bold;
    margin: 15px 10px 30px;
    border-radius: min(2.34375vw, 30px) min(2.34375vw, 30px);
}

.main-txt span{
    font-size: min(1.953125vw, 25px);
}

.cont-box .btn-layout .btn01 {
  margin: 0 auto;
  width: min(29.6875vw, 380px);
  text-align: center;
}
.cont-box .btn-layout .btn01 {
  margin: 0 auto;
  width: min(29.6875vw, 380px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
.cp-title {
    padding: 2% 0 1%;
    font-size: min(4vw, 30px);
    font-weight: bold;
    margin: 15px 10px;
    border-radius: min(2.34375vw, 30px) min(2.34375vw, 30px);
}
  .cont-box .btn-layout .btn01 {
    width: 100%;
  }
}

.btn-layout {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF !important;
}


/* 対象自治体のおすすめ返礼品 */
.cont-box02 {
  border-radius: min(2.34375vw, 30px) min(2.34375vw, 30px);
  padding: min(2.34375vw, 30px) min(6.25vw, 80px) 50px;
  background-color: #FFFFFF;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .cont-box02 {
    border-radius: 4vw 4vw;
    padding: 6.6666666667vw 5.0666666667vw;
  }
}
.gift-item-wrap {
    margin-bottom: 20px;
}
.gift-item-wrap ul{
   display:flex;
   flex-wrap:wrap;
   list-style:none;
   margin:0;
   padding:0;
 }
 .gift-item-wrap li{
   width:23%;
   margin:1%;
   text-align:center;
 }
 .gift-item-wrap li img{
   border: #f2f2f2 1px solid;
 }
.gift-item-wrap .lg-name {
    border-bottom: solid 7px #099358;
    margin-bottom: 5%;
    font-size: 2rem;
    font-weight: bold;
    color: #099358;
}
.gift-item-wrap .gift-item-name {
    text-align: left;
    margin-top: 3%;
    line-height: 2rem;
}
.gift-item-wrap .gift-btn01 {
    background: #099358;
    padding: 2%;
    border-radius: 30px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 3%;
}
.cont-box02 a{
    transition: 0.3s;
}
.cont-box02 a:hover{
    opacity: 0.7;
}
.gift-item-wrap .gift-btn02 {
    background: #e77730;
    padding: 2%;
    border-radius: 30px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 5%;
}

@media only screen and (max-width: 767px) {
    .gift-item-wrap li{
        width:44%;
        margin:2%;
    }
    .gift-item-wrap .lg-name {
        border-bottom: solid 5px #099358;
        margin-bottom: 5%;
        font-size: 1.8rem;
        font-weight: bold;
        color: #099358;
    }
    .gift-item-wrap .gift-item-name {
        margin-top: 3%;
        line-height: 2rem;
    }
}

.gift-more-btnWrap {
    width: 30%;
    margin: 0 auto;
}
.gift-more-btnWrap :hover{
    color: #FFFFFF;
}
.gift-more-btn {
    display: block;
    background: #099358;
    padding: 5%;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .gift-more-btnWrap {
        width: 80%;
    }
}

/* 同時開催中のキャンペーンをご紹介 */
.introduce-item-wrap {
    margin: 3% 0 2%;
}
.introduce-item-wrap ul{
   display:flex;
   flex-wrap:wrap;
   list-style:none;
   margin:0;
   padding:0;
 }
 .introduce-item-wrap li{
   width:45%;
   margin:2%;
   text-align:center;
 }
.introduce-item-wrap .introduce-title {
    border-top: solid 5px #099358;
    border-bottom: solid 5px #099358;
    margin-bottom: 5%;
    padding: 2% 0 1%;
    font-size: 2rem;
    font-weight: bold;
    color: #099358;
}
.introduce-item-wrap .introduce-img{
    margin-bottom: 3%;
}
.introduce-item-wrap .introduce-txt {
    text-align: left;
    margin-top: 3%;
    line-height: 2rem;
}
.introduce-item-wrap .introduce-btn {
    background: #099358;
    padding: 2%;
    border-radius: 30px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 3%;
}

@media only screen and (max-width: 767px) {
    .introduce-item-wrap li{
        width: 80%;
        margin: 5% auto;
    }
    .introduce-item-wrap .introduce-title {
        border-bottom: solid 5px #099358;
        margin-bottom: 5%;
        font-size: 1.8rem;
        font-weight: bold;
        color: #099358;
    }
    .introduce-item-wrap .introduce-txt {
        margin-top: 3%;
        line-height: 2rem;
    }
}

.introduce-more-btn {
    background: #099358;
    padding: 2%;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    width: 30%;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .introduce-more-btn {
        width: 60%;
    }
    .introduce-more-btn {
    background: #099358;
    padding: 2%;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    width: 30%;
    text-align: center;
}
}

/* 注意事項 */
.notes_box {
  margin: 50px 0;
  padding: 40px;
  background: #d0d0d0;
  font-size: 1rem;
}
  @media only screen and (max-width: 767px) {
    .notes_box {
      margin: 50px 0 0;
      padding: 2% 3%; } }

.notes_h {
  margin-bottom: 30px !important;
  text-align: center;
  font-size: clamp(20px, 1.8vw, 30px);
letter-spacing: 10px;
    font-weight: bold;
}
  @media only screen and (max-width: 767px) {
    .notes_h {
      margin-top: 20px !important; } }
.notes_list li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em; }