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

	01. 基本設定
	02. 汎用クラス・共通要素
	03.リード
	04.見出し
	05.ステップ
	06.メニュー
	07.ボタン
	08.その他
	09.おすすめ特集
	10.注意事項

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

************************************************************************* */
html {
  scroll-behavior: smooth;
}

picture {
  margin: auto;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 767px) {
  .mv-image {
    margin: 0 -5%;
  }
}
/* .gift {
  overflow: hidden;
} */
.ec-featureRole__content {
  margin: 0 auto;
}

.point10 {
  margin: 0 auto;
}

.point10__head {
  text-align: center;
  border-top: 3px solid #9CC042;
  border-bottom: 3px solid #9CC042;
  padding: 15px 5px 10px;
  color: #006600;
  margin: 0 auto 20px;
  font-size: 2.2rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .point10__head {
    max-width: 782px;
    margin: 0 auto 40px;
    padding: 20px 15px 15px;
    font-size: 4rem;
    font-weight: 600;
  }
}
.point10__head-mid {
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  margin: 0 auto 10px;
}

@media only screen and (min-width: 768px) {
  .point10__head-mid {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}
#furusato .point10__head-mid {
  text-align: center;
  color: #017f3d;
}

.point10__head-t {
  border-bottom: 2px solid #dedede;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .point10__head-t {
    max-width: 686px;
    margin: 20px auto;
  }
}
.point10__head-t span {
  display: inline-block;
  color: #017f3d;
  font-size: 15px;
  position: relative;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .point10__head-t span {
    font-size: 18px;
  }
}
.point10__head-t span:before {
  position: absolute;
  content: "";
  background: #017f3d;
  height: 2px;
  width: 100%;
  bottom: -6px;
}

@media only screen and (min-width: 768px) {
  .point10__head-t span:before {
    bottom: -6px;
  }
}
.point10__section {
  background: #fff;
  border-radius: 10px;
  padding: 35px 15px;
  overflow: auto;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .point10__section {
    border-radius: 15px;
    padding: 40px 45px;
  }
}
.point10__section__num {
  font-size: 18px;
  font-weight: bold;
  color: #017f3d;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .point10__section__num {
    font-size: 24px;
    gap: 10px;
  }
}
.point10__section__num span {
  width: 25px;
  height: 25px;
  border-radius: 50vh;
  background: #017f3d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex: none;
}

@media only screen and (min-width: 768px) {
  .point10__section__num span {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .point10__section__block {
    max-width: 686px;
    margin: 0 auto;
  }
}
.point10__section__block__inner {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}

@media only screen and (min-width: 768px) {
  .point10__section__block__inner {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.point10__section__block__inner:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}

.point10__section__block__inner picture {
  margin-bottom: 40px;
  display: block;
}

.point10__section__block__inner picture:last-child {
  margin-bottom: 0;
}

.point10__nobgsection {
  text-align: center;
  padding: 30px;
  border: 2px solid #a3c142;
  border-radius: 10px;
  background: #eaf2dc;
}

.point10__btn a {
  position: relative;
  top: 0;
  padding: 16px 30px;
  background-color: #fff;
  box-shadow: 0 5px #017f3d;
  border-radius: 5px;
  border: 2px solid #017f3d;
  font-size: 14px;
  font-weight: bold;
  color: #017f3d;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .point10__btn a {
    font-size: 16px;
    padding: 23px 30px;
  }
}
@media only screen and (max-width: 374px) {
  .point10__btn a {
    font-size: 12px;
  }
}
.point10__btn a:before {
  position: absolute;
  content: "";
  border-right: 2px solid #017f3d;
  border-bottom: 2px solid #017f3d;
  width: 6px;
  height: 6px;
  bottom: 6px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .point10__btn a:before {
    width: 8px;
    height: 8px;
    bottom: 10px;
  }
}
.point10__btn a:hover {
  top: 5px;
  /* 元の位置から9px分下げる */
  box-shadow: 0 0 #017f3d;
  /* 影を0pxにする */
}

@media only screen and (max-width: 767px) {
  .ancherlink__btn .point10__btn a {
    padding: 16px 0;
  }
}
.point10__btn.link a {
  margin: auto;
  margin-top: 30px;
  max-width: 320px;
}

@media only screen and (min-width: 768px) {
  .point10__btn.link a {
    max-width: 368px;
    margin-top: 30px;
  }
}
.point10__btn.link + .leadtxt {
  margin-top: 30px;
}

.point10__btn.link a:before {
  position: absolute;
  content: "";
  border-right: 2px solid #017f3d;
  border-bottom: 2px solid #017f3d;
  width: 6px;
  height: 6px;
  bottom: auto;
  top: calc(50% - 4px);
  left: auto;
  right: 10px;
  transform: rotate(-45deg) translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .point10__btn.link a:before {
    width: 8px;
    height: 8px;
    bottom: auto;
  }
}
.point10 .ancherlink {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 8px;
  margin: 20px 0 20px !important;
  position: relative;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .point10 .ancherlink {
    margin: 20px 0 40px !important;
  }
}
.point10 .ancherlink__btn {
  width: calc(50% - 4px);
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .point10 .ancherlink__btn {
    width: calc(33.3333333333% - 6px);
  }
}
.point10 .ancherlink__btn a {
  padding-left: 0;
  padding-right: 0;
}

.point10__btn {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.point10 .br-imp {
  display: block !important;
}

.point10 .br-imp-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .point10 .br-imp-sp {
    display: block !important;
  }
}
.point10 .br-imp-pc {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .point10 .br-imp-pc {
    display: none !important;
  }
}
.point10 .lead {
  position: relative;
  text-align: center;
  line-height: 30px;
  padding: 30px 0;
  z-index: 1;
  border-radius: 15px;
  padding: 40px clamp(15px, 4vw, 20px);
  background: #fff;
  margin-bottom: 40px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .point10 .lead {
    line-height: 40px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
/* @media only screen and (max-width: 767px) {
  .point10 .lead br {
    display: none;
  }
} */
.point10 .lead:before {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/point10/img/250501/point10_lead_icon_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 153px;
  height: 117px;
  top: 20px;
  left: -46px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .point10 .lead:before {
    top: -13px;
    left: -46px;
    width: 123px;
    height: 97px;
  }
}
.point10 .lead:after {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/point10/img/250501/point10_lead_icon_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 144px;
  height: 112px;
  bottom: -20px;
  right: -40px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .point10 .lead:after {
    bottom: -24px;
    right: -42px;
    width: 121px;
    height: 94px;
  }
}
.point10 .accumulate__section {
  background: #eaf2dc;
  margin: 30px -15px -35px;
  padding: 0 15px 35px;
}

@media only screen and (min-width: 768px) {
  .point10 .accumulate__section {
    margin: 60px -45px -40px;
    padding: 0 45px 40px;
  }
}
.point10 .accumulate__section__head {
  margin: 0 -15px;
  background: #4c925b;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .point10 .accumulate__section__head {
    font-size: 24px;
    margin: 0 -45px;
    margin-bottom: 40px;
    padding: 20px;
  }
}
.point10 .cardlist__section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .point10 .cardlist__section {
    max-width: 686px;
    margin: 0 auto;
  }
}
.point10 .cardlist__section__item {
  text-align: center;
  padding: 30px;
  border: 2px solid #a3c142;
  border-radius: 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .point10 .cardlist__section__item {
    width: calc(50% - 10px);
  }
}
.point10 .cardlist__section__item__head {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  margin: 20px auto 0;
}

.point10 .cardlist__section__item__head .small {
  font-size: 15px;
  margin-bottom: 10px;
}

.point10 .cardlist__section__item__head .middle {
  font-size: 17px;
  margin-top: 5px;
}

.point10 .leadtxt {
  line-height: 180%;
}

.point10 .leadtxt.mv {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .point10 .leadtxt.mv {
    font-size: 18px;
    line-height: 200%;
    /* margin-bottom: 20px; */
  }
}
.point10 .leadtxt .suptext {
  vertical-align: super;
  font-size: 0.7em;
}

.point10 .leadtxt.mv strong {
  color: #017f3d;
  padding: 0 5px;
  background: linear-gradient(transparent 50%, #f1f782 50%);
  font-size: 1.5em;
}

.point10 .leadtxt.mv strong .st-mid {
  font-size: 1.2em;
}

.point10 .leadtxt.mv strong .st-big {
  font-size: 1.5em;
}

.point10 .leadtxt.mv strong.small {
  font-size: 1.2em;
}

.point10 .leadtxt.mv strong.middle {
  font-size: 1.5em;
}

.point10 .leadtxt.mv strong.big {
  font-size: 1.8em;
  background: #fffb02;
  color: #f54b01;
  line-height: 100%;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  .point10 .leadtxt.mv strong.big {
    font-size: 2.4em;
  }
}
.cp-period__head {
  font-size: 0.65em;
  display: block;
  background: #ffffff;
  border-radius: 50vh;
  margin-bottom: 20px;
}
.cp-period__day {
  display: block;
  font-size: 1em;
  margin: 0 20px;
}
.cp-period__nami {
  font-size: 0.65em;
  margin: 0 10px;
}
.cp-period__week {
  font-size: 0.65em;
  margin-left: -0.5em;
}

.point10 .leadtxt.mv + .mv {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .point10 .leadtxt.mv + .mv {
    margin-top: 10px;
  }
}

.point10 .leadtxt.mv.marker {
  padding: 0 5px;
  background: linear-gradient(transparent 50%, #f1f782 50%);
  display: inline;
}

.point10 .leadtxt.mv.marker strong {
  background: none;
}

.point10 .anotation {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .point10 .anotation {
    font-size: 12px;
    text-align: center;
  }
}
.point10 .anotation.center {
  text-align: center !important;
}

.point10 .use__section {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .point10 .use__section {
    flex-direction: column;
  }
}
.point10 .use__section__right {
  max-width: 250px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .point10 .use__section__right {
    max-width: 300px;
    margin: auto;
  }
}
.point10 .use__section__right.use02 {
  max-width: 415px;
}

.point10 .use__section__right.use03 {
  max-width: 100%;
}

.point10 .use__section__left {
  flex: 1;
}

.point10 .use__lastsection {
  background-image: url("/html/upload/user_data/feature/point10/img/250501/point10_use_btn_bg.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 15px;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .point10 .use__lastsection {
    max-width: 686px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
.point10 .use__lastsection .top {
  position: relative;
}

.point10 .use__lastsection .top:before {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/point10/img/250501/point10_float_icon_tl.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 55px;
  top: -30px;
  left: -30px;
}

@media only screen and (max-width: 767px) {
  .point10 .use__lastsection .top:before {
    width: 50px;
  }
}
.point10 .use__lastsection .top:after {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/point10/img/250501/point10_float_icon_tr.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 55px;
  top: -30px;
  right: -30px;
}

@media only screen and (max-width: 767px) {
  .point10 .use__lastsection .top:after {
    width: 50px;
    right: -10px;
  }
}
.point10 .use__lastsection .bottom {
  position: relative;
}

.point10 .use__lastsection .bottom:before {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/point10/img/250501/point10_float_icon_tl.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 55px;
  bottom: 10px;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .point10 .use__lastsection .bottom:before {
    width: 40px;
    height: 55px;
    bottom: -20px;
    left: -30px;
  }
}
.point10 .use__lastsection .bottom:after {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/point10/img/250501/point10_float_icon_br.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 55px;
  bottom: -30px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .point10 .use__lastsection .bottom:after {
    width: 40px;
    height: 55px;
    bottom: 0px;
    right: -30px;
  }
}
.point10 .use__lastsection__btn {
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .point10 .use__lastsection__btn {
    max-width: 367px;
  }
}
.point10 .use__btn a {
  position: relative;
  display: block;
  border-radius: 50vh;
  max-width: 280px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #017f3d;
  border: 2px solid #017f3d;
  color: #fff;
  padding: 10px 30px 10px 20px;
  transition: 0.3s;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .point10 .use__btn a {
    max-width: 200px;
    margin-left: 0;
  }
}
.point10 .use__btn a:hover {
  color: #017f3d;
  background: #fff;
}

.point10 .use__btn a:hover:before {
  border-right: 2px solid #017f3d;
  border-bottom: 2px solid #017f3d;
}

.point10 .use__btn a:before {
  position: absolute;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 6px;
  height: 6px;
  bottom: auto;
  top: calc(50% - 4px);
  left: auto;
  right: 10px;
  transform: rotate(-45deg) translate(-50%, -50%);
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .point10 .use__btn a:before {
    width: 8px;
    height: 8px;
    bottom: auto;
  }
}
.point10__anotation {
  max-width: 782px;
  margin: 0 auto !important;
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 768px) {
  .point10__anotation .anotation {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .point10__anotation .anotation {
    text-align: center;
  }
}
.good .anotation {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .good .point10__section__block {
    max-width: 782px;
    margin: 0 auto;
  }
}
.good .point10__section__block__inner {
  border: 4px solid #4c925b;
  border-radius: 20px;
  padding: 20px 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .good .point10__section__block__inner {
    padding: 20px 15px;
    margin-bottom: 40px;
    border-radius: 10px;
    border: 2px solid #4c925b;
  }
}
.good__section__num {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #4c925b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 0 20px;
  padding: 10px 15px;
  border-radius: 50vh;
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .good__section__num {
    font-size: 24px;
    gap: 10px;
    margin: 0 0 24px;
  }
}
.good__section__num:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #4c925b;
  line-height: 1;
  width: 0;
  height: 0;
  bottom: -10px;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 10px;
  border-top-color: currentColor;
  border-bottom: 0;
}

.good__section__num .text {
  font-size: 4vw;
  line-height: 0;
}

@media only screen and (min-width: 768px) {
  .good__section__num .text {
    font-size: 24px;
  }
}
.good__section__num .num {
  width: 5vw;
  height: 5vw;
  border-radius: 50vh;
  background: #fff;
  color: #4c925b;
  font-size: 3vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex: none;
}

@media only screen and (min-width: 768px) {
  .good__section__num .num {
    width: 26px;
    height: 26px;
    font-size: 20px;
  }
}
.good__section .point10__head-mid {
  font-weight: bold;
  color: #017f3d;
  font-size: 28px;
  line-height: 130%;
  /* text-align: left; */
}

@media screen and (max-width: 768px) {
  .good__section .point10__head-mid {
    font-size: 6vw;
  }
}
.good__section__top {
  /* border-bottom: 2px solid #9cc042;
  margin: 0 0 20px; */
  text-align: center;
  margin-top: -44px;
}

.good__section .leadtxt {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .good__section .leadtxt {
    line-height: 140%;
  }
}
.good__section .leadtxt .marker {
  font-size: 1.3em;
  font-weight: 600;
  color: #e91e1e;
}

.good__section picture {
  margin-bottom: 0;
}

.good__section picture + picture {
  margin-top: 20px;
}

.good__section picture.illust {
  background: #eaf2dc;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .good__section picture.illust {
    padding: 20px 10px;
  }
}
.ticketlogo-list {
  display: flex;
  gap: 0px;
  justify-content: center;
  flex-direction: column;
  /* margin-bottom: 20px !important;
  padding-bottom: 10px !important;
      border-bottom: 1px solid #dedede; */
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .ticketlogo-list {
    gap: 0px;
    flex-direction: row;
    /* margin-bottom: 40px !important;
    padding-bottom: 30px !important; */
    margin-bottom: 0 !important;
  }
}
/*テーブルレイアウト*/
.basicTable,
.basicTable02,
.basicTable03 {
  border: 1px solid #ddd;
  /* margin-top: 20px;
  margin-bottom: 20px; */
}

.basicTable > table,
.basicTable02 > table,
.basicTable03 > table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.basicTable > table th,
.basicTable02 > table th,
.basicTable03 > table th {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}

.basicTable.tdCenter > table td,
.basicTable02.tdCenter > table td,
.basicTable03.tdCenter > table td {
  text-align: center;
}

.basicTable > table td,
.basicTable02 > table td,
.basicTable03 > table td {
  padding: 20px 10px;
  vertical-align: middle;
}

.basicTable > table td + td,
.basicTable02 > table td:not(:first-child) {
  border-left: 1px solid #ddd;
}

.basicTable > table tbody tr:not(:last-child),
.basicTable02 > table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.basicTable > table th {
  background: #f8f8f8;
}

.basicTable03 > table th {
  background: #eee;
}

.basicTable03 > table thead th {
  border-bottom: 1px solid #ddd;
}

.basicTable03 > table thead th + th,
.basicTable03 > table tbody th + th {
  border-left: 1px solid #ddd;
}

.basicTable03 > table tbody th {
  border-bottom: 1px solid #ddd;
}

.basicTable03 > table tbody tr:last-child th,
.basicTable03 > table tbody tr:last-child td {
  border-bottom: none;
}

.btnon {
  border-top: none !important;
}

.brnon {
  border-right: none !important;
}

.blnon {
  border-left: none !important;
}

.bbnon {
  border-bottom: none !important;
}

.basicTable03 > table tbody td {
  border: 1px solid #ddd;
  text-align: center;
}

.basicTable03 > table tbody td:last-child {
  border-right: none;
}

.basicTable .basicHeading,
.basicTable .basicHeading th,
.basicTable02 .basicHeading,
.basicTable02 .basicHeading th,
.basicTable03 .basicHeading,
.basicTable03 .basicHeading th {
  background: #eee;
}

.basicTable03.bgColor01 > table tbody th {
  border-right: 1px solid #ddd;
}

.bg01 {
  background: #e2f3e2 !important;
}

.bg02 {
  background: #f1f9f1 !important;
}

@media screen and (max-width: 768px) {
  /*テーブルレイアウト*/
  .basicTable > table,
  .basicTable02 > table,
  .basicTable03 > table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .basicTable > table th,
  .basicTable02 > table th,
  .basicTable03 > table th {
    padding: 1%;
    font-size: 3.2vw;
  }
  .basicTable > table td,
  .basicTable02 > table td,
  .basicTable03 > table td {
    padding: 1%;
    font-size: 3.2vw;
  }
}
.long {
  font-size: 1em;
  transform: scaleX(1.5);
  display: inline-block;
  padding: 0 0.2em;
}

.good hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .good hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.good .ticketlogo-list + hr {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .good .ticketlogo-list + hr {
    margin-top: 10px;
  }
}
.table__head {
  margin-bottom: 10px;
  border-left: 3px solid #8cbf3e;
  color: #007f3d;
  font-weight: 600;
  padding-left: 8px;
  line-height: 1;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .table__head {
    font-size: 1.4rem;
  }
}
.good__section__bottom picture + .table__head {
  margin-top: 30px;
}

.point10 .border-section {
  text-align: center;
  padding: 20px;
  border: 2px solid #a3c142;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .point10 .border-section {
    font-size: 16px;
  }
}
.point10 .border-section strong {
  color: #017f3d;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .point10 .border-section strong {
    font-size: 18px;
  }
}
.point10 .staging .leadtxt {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .point10 .staging .leadtxt {
    text-align: left;
  }
}
.point10 .staging .jre-point-terms {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .point10 .staging .jre-point-terms {
    max-width: 686px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.point10 .staging .jre-point-terms table {
  border: 1px solid #dadada;
  width: 100%;
}

.point10 .staging .jre-point-terms table th,
.point10 .staging .jre-point-terms table td {
  padding: 20px 10px;
  border: 1px solid #dadada;
  height: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .point10 .staging .jre-point-terms table th,
  .point10 .staging .jre-point-terms table td {
    width: 25%;
  }
}
.point10 .staging .jre-point-terms table th {
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
}

.point10 .staging .jre-point-terms table tr .second {
  width: 207px;
  overflow-wrap: normal;
}

.point10 .staging .jre-point-terms table tr .second span.term {
  font-size: 12px;
}

.point10 .staging .jre-point-terms table tr td:nth-child(4) {
  width: 189px;
}

.point10 .staging .jre-point-terms table p.point {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.point10 .staging .jre-point-terms table .stage_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .point10 .staging .jre-point-terms table .stage_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.point10 .staging .jre-point-terms table .img_center {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.point10 .staging .jre-point-terms table .img_center img {
  width: 41px;
}

.point10 .staging .jre-point-terms table .stage_rank img {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .point10 .staging .jre-point-terms table .stage_rank img {
    margin-right: 0;
  }
}
.point10 .staging .jre-point-terms table td.stage-pr {
  background-color: #FCF0BD;
  color: #B2891E;
}

.point10 .staging .jre-point-terms table td.stage-s3 {
  background-color: #F5F5F5;
  color: #95A5AC;
}

.point10 .staging .jre-point-terms table td.stage-s2 {
  background-color: #FAF3ED;
  color: #8B6652;
}

.point10 .staging .jre-point-terms table td.stage-s1 {
  background-color: #DDEDE5;
  color: #179855;
}

@media only screen and (max-width: 767px) {
  .point10 .staging .jre-point-terms .stage_name {
    font-size: 12px;
    margin-top: 5px;
  }
}
.point10 .staging .jre-point-terms .jre-point-present table {
  margin-top: 30px;
}

.point10 .staging .jre-point-terms .jre-point-present table td {
  background-color: #fff;
}

.point10 .staging .jre-point-terms .jre-point-present table td p {
  text-align: center;
}

.point10 .furusato .leadtxt {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .point10 .furusato .leadtxt {
    text-align: left;
  }
}
.point10 .notes {
  margin-top: 50px;
  text-align: center;
}

.point10 .notes h3 {
  margin-bottom: 10px;
}

.point10 .notes__list {
  text-align: left;
}

.point10 .notes__list li {
  margin-bottom: 0.6em;
  padding-left: 1em;
  text-indent: -1em;
}

.point10 .sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .point10 .sp {
    display: none;
  }
}
.point10 .sp-imp {
  display: block !important;
}

.point10 .pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .point10 .pc {
    display: block;
  }
}
/* 背景色オーバーライド */
.ec-layoutRole {
  background: #f7f7f0;
}

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* フリースペースコンテンツ幅オーバーライド */
/* フリースペースbox-sizingオーバーライド */
/* .epoint21 *,
.epoint21 *::before,
.epoint21 *::after {
	box-sizing: content-box !important;
} */
/* event_goods_listオーバーライド */
#event_goods_list {
  /* width: 782px; */
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #event_goods_list {
    width: 782px;
  }
}
/* event_titleオーバーライド */
.event_title_ {
  margin-top: 40px !important;
  padding-top: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .event_title_ {
    width: 782px;
  }
}
.event_title_ {
  margin-bottom: 30px;
  padding: 15px 0 15px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: #dadada 2px solid;
  clear: both !important;
  position: relative;
}

.event_title_:after {
  width: 80px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #0da4b2;
}

/* event_design_bottom_オーバーライド */
.event_design_bottom_.more_ {
  margin-top: 4px !important;
  margin-bottom: 40px !important;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .event_design_bottom_.more_ {
    width: 782px;
  }
}
.event_design_bottom_.more_ p.more_btn_ {
  text-align: center;
}

.event_design_bottom_.more_ p.more_btn_ a {
  height: 50px;
  width: 240px;
  border: #0da4b2 2px solid;
  border-radius: 25px;
  background: #ffffff url(../../../../../../img/usr/common/arrow_blue_2.png) right 16px center no-repeat;
  padding: 0;
  line-height: 50px;
  font-weight: bold;
  color: #0da4b2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event_design_bottom_.more_ p.more_btn_ a:hover {
  text-decoration: underline !important;
}

/* おすすめ記事スライド
---------------------------------------------------- */
.article_slide {
  /*margin: 0 0 40px 0;*/
}

.article_slide ul {
  max-width: 1500px;
  box-sizing: border-box;
  padding: 28px 0 28px 25px;
  display: flex;
  overflow-x: scroll;
}

.article_slide ul::-webkit-scrollbar {
  height: 12px;
}

.article_slide ul::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 6px;
}

.article_slide ul::-webkit-scrollbar-track {
  background: #e7e7e7;
  border-radius: 0px;
}

.article_slide li {
  width: 290px;
  height: auto;
  display: block;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
  flex-shrink: 0;
}

.article_slide li a {
  display: block;
  padding: 10px;
  transition: opacity 0.4s;
  color: #000;
}

.article_slide li a:hover {
  transition: opacity 0.4s;
  opacity: 0.6;
  color: #000;
}

.article_slide li a img {
  aspect-ratio: 270/270;
  object-fit: cover;
}

.article_slide li p {
  font-size: 14px !important;
  line-height: 1.2;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.article_slide li p span {
  font-size: 10px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .article_slide ul {
    padding: 20px 0 20px 20px;
  }
  .article_slide ul::-webkit-scrollbar {
    height: 10px;
  }
  .article_slide li {
    width: 40vw;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 20px 0 0;
  }
  .article_slide li a {
    padding: 15px 5px 0;
    box-sizing: border-box;
    min-height: 185px;
  }
  .article_slide li p {
    font-size: 11px;
    line-height: 1.2;
    margin: 10px 0 0 0;
  }
} 
/* アンカーリンク非表示 */
.ec-featureItems {
  display: none;
}

.vertical-block {
  flex-direction: column;
}

.point10 .use__section.vertical-block {
  gap: 0;
}

.use__section__right__inner {
  display: flex;
  gap: 20px;
}

.use__section__right__inner__col {
  padding: 20px;
  border: 2px solid #a3c142;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

.use__section__right__inner__col .use__btn {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.use__section__right__inner__col .use__btn a {
  max-width: 100%;
}

.use__section__right__inner__col picture {
  margin-top: 0;
  background: #eaf2dc;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.use__section__right__inner__col .leadtxt {
  margin-bottom: auto;
}

.use__section__right__inner__col .point10__head-mid {
  margin: 0 0 20px;
}

.ec-layoutRole .ec-layoutRole__contents {
  overflow: hidden;
}

.Head-lead {
  font-weight: 600;
  line-height: 25px;
}

@media only screen and (min-width: 768px) {
  .Head-lead {
    font-size: 18px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .use__section__right__inner {
    flex-direction: column;
  }
  .use__section__right__inner__col {
    width: 100%;
  }
}
.group_description {
  text-align: center;
  margin-top: -30px;
}

.group_description p {
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .group_description p {
    font-size: 1.4rem;
  }
}
.hp_mt5 {
  margin-top: min(5px, 0.65vw) !important;
}

.hp_mt20 {
  margin-top: min(20px, 2.6vw) !important;
}

.hp_mt30 {
  margin-top: min(30px, 3.91vw) !important;
}

.hp_mt40 {
  margin-top: min(40px, 5.21vw) !important;
}

.hp_mt60 {
  margin-top: min(60px, 7.82vw) !important;
}

.hp_mt80 {
  margin-top: min(80px, 10.43vw) !important;
}

@media only screen and (max-width: 767px) {
  .hp_mt0-sp {
    margin-top: 0 !important;
  }
}
.hp_mb5 {
  margin-bottom: min(5px, 0.65vw) !important;
}

.hp_mb20 {
  margin-bottom: min(20px, 2.6vw) !important;
}

.hp_mb30 {
  margin-bottom: min(30px, 3.91vw) !important;
}

.hp_mb40 {
  margin-bottom: min(40px, 5.21vw) !important;
}

.hp_mb60 {
  margin-bottom: min(60px, 7.82vw) !important;
}

.hp_mb80 {
  margin-bottom: min(80px, 10.43vw) !important;
}

@media only screen and (max-width: 767px) {
  .hp_mb0-sp {
    margin-bottom: 0 !important;
  }
}
.u-center {
  text-align: center;
}

.c-red {
  color: #e91e1e;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(12px, 1.56vw);
  padding: 0.1em 60px 0.1em 40px;
  color: #103063;
  background: #dcff31;
  border-radius: 50vw;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 2px 2px 0px #ffffff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s ease background;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .btn {
    min-width: 400px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    min-width: 240px;
    min-height: 50px;
    padding: 0.6em 40px 0.6em 30px;
    font-size: clamp(1.38rem, 1.13rem + 1.04vw, 1.63rem);
  }
}
.btn:after {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23103063%3B%7D.b%2C.c%7Bstroke-width%3A0px%3B%7D.c%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M32%2C0v32H0V0h32ZM16.791%2C31.011l-.015.003-.095.047-.027.005-.019-.005-.095-.047c-.013-.005-.025-.001-.032.007l-.005.013-.023.571.007.027.013.017.139.099.02.005.016-.005.139-.099.016-.021.005-.023-.023-.569c-.003-.013-.012-.023-.023-.024ZM17.144%2C30.86l-.017.003-.247.124-.013.013-.004.015.024.573.007.016.011.009.268.124c.016.005.031%2C0%2C.039-.011l.005-.019-.045-.819c-.004-.016-.013-.027-.027-.029ZM16.191%2C30.863c-.012-.006-.027-.002-.036.008l-.008.019-.045.819c0%2C.016.009.027.023.032l.02-.003.268-.124.013-.011.005-.015.023-.573-.004-.016-.013-.013s-.245-.123-.245-.123Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M20.08%2C7.044l7.543%2C7.543c.78.781.78%2C2.046%2C0%2C2.827l-7.541%2C7.544c-.781.781-2.048.781-2.829%2C0s-.781-2.048%2C0-2.829l4.128-4.128H6c-1.105%2C0-2-.895-2-2s.895-2%2C2-2h15.38l-4.127-4.128c-.781-.781-.781-2.048%2C0-2.829.781-.781%2C2.048-.781%2C2.829%2C0h-.003Z%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 767px) {
  .btn:after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
.btn[target=_blank]:after {
  transform: rotate(-45deg);
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  right: 14px;
}
@media only screen and (max-width: 767px) {
  .btn:hover:after {
    right: 4px;
  }
}
.btn:hover[target=_blank]:after {
  bottom: 6px;
  right: 14px;
}
@media only screen and (max-width: 767px) {
  .btn:hover[target=_blank]:after {
    right: 4px;
  }
}

.btn-entry {
  font-size: 1.56em;
  background: rgb(255, 49, 94);
  background: linear-gradient(180deg, rgb(255, 49, 94) 0%, rgb(193, 27, 27) 100%);
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .btn-entry {
    min-width: 580px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-entry {
    min-width: 270px;
    min-height: 70px;
    font-size: clamp(1.25rem, 0.38rem + 3.65vw, 2.13rem);
  }
}
.btn-entry:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23ffffff%3B%7D.b%2C.c%7Bstroke-width%3A0px%3B%7D.c%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M32%2C0v32H0V0h32ZM16.791%2C31.011l-.015.003-.095.047-.027.005-.019-.005-.095-.047c-.013-.005-.025-.001-.032.007l-.005.013-.023.571.007.027.013.017.139.099.02.005.016-.005.139-.099.016-.021.005-.023-.023-.569c-.003-.013-.012-.023-.023-.024ZM17.144%2C30.86l-.017.003-.247.124-.013.013-.004.015.024.573.007.016.011.009.268.124c.016.005.031%2C0%2C.039-.011l.005-.019-.045-.819c-.004-.016-.013-.027-.027-.029ZM16.191%2C30.863c-.012-.006-.027-.002-.036.008l-.008.019-.045.819c0%2C.016.009.027.023.032l.02-.003.268-.124.013-.011.005-.015.023-.573-.004-.016-.013-.013s-.245-.123-.245-.123Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M20.08%2C7.044l7.543%2C7.543c.78.781.78%2C2.046%2C0%2C2.827l-7.541%2C7.544c-.781.781-2.048.781-2.829%2C0s-.781-2.048%2C0-2.829l4.128-4.128H6c-1.105%2C0-2-.895-2-2s.895-2%2C2-2h15.38l-4.127-4.128c-.781-.781-.781-2.048%2C0-2.829.781-.781%2C2.048-.781%2C2.829%2C0h-.003Z%22%2F%3E%3C%2Fsvg%3E");
}
.btn-entry:before {
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M27.642%2C4.495c-.814-.852-1.913-1.335-3.092-1.361-1.183-.023-2.296.409-3.163%2C1.239L5.07%2C20.69c-.514.513-.86%2C1.161-1.003%2C1.873l-1.048%2C5.24c-.065.328.037.667.273.903.189.189.444.293.707.293.065%2C0%2C.131-.006.196-.02l5.238-1.048c.713-.143%2C1.36-.49%2C1.874-1.003L27.643%2C10.597c1.637-1.71%2C1.636-4.391%2C0-6.102ZM9.895%2C25.516c-.233.233-.528.391-.853.456l-3.768.753.754-3.769c.065-.324.223-.619.456-.852l12.436-12.437%2C3.412%2C3.412-12.437%2C12.436ZM26.213%2C9.198l-2.467%2C2.467-3.412-3.412%2C2.451-2.451c.452-.433%2C1.042-.669%2C1.667-.669.018%2C0%2C.036%2C0%2C.055%2C0%2C.644.014%2C1.244.278%2C1.689.744.896.936.896%2C2.401.017%2C3.321Z%22%2F%3E%3C%2Fsvg%3E");
  transform: translateY(-0.1em);
}
@media only screen and (max-width: 767px) {
  .btn-entry:before {
    width: 24px;
    height: 24px;
  }
}
.campaignbnr {
  margin-bottom: 40px;
}
.campaignbnr__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .campaignbnr__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.campaignbnr__list li {
  width: 100%;
}
.campaignbnr__list li a {
  transition: 0.3s;
}
.campaignbnr__list li a:hover {
  opacity: 0.7;
}

#group_2193,
#group_2194,
#group_2579,
#group_2196,
#group_2197 {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  #group_2193 .giftItemsHeadImg h2,
  #group_2194 .giftItemsHeadImg h2,
  #group_2579 .giftItemsHeadImg h2,
  #group_2196 .giftItemsHeadImg h2,
  #group_2197 .giftItemsHeadImg h2 {
    margin-top: 5px;
  }
}

#group_2256 .giftItemsHeadImg,
#group_2257 .giftItemsHeadImg,
#group_2585 .giftItemsHeadImg,
#group_2586 .giftItemsHeadImg,
#group_2587 .giftItemsHeadImg {
  padding-bottom: 0 !important;
}
#group_2256 .giftItemsHeadImg img,
#group_2257 .giftItemsHeadImg img,
#group_2585 .giftItemsHeadImg img,
#group_2586 .giftItemsHeadImg img,
#group_2587 .giftItemsHeadImg img {
  width: 100%;
  min-width: auto;
  max-width: 400px;
  margin: auto;
}
#group_2256 .slideContentArea.slideLayout_1.swiper-parent,
#group_2257 .slideContentArea.slideLayout_1.swiper-parent,
#group_2585 .slideContentArea.slideLayout_1.swiper-parent,
#group_2586 .slideContentArea.slideLayout_1.swiper-parent,
#group_2587 .slideContentArea.slideLayout_1.swiper-parent {
  padding: 0 !important;
}/*# sourceMappingURL=style.css.map */