@charset "UTF-8";
/* ========== 変更履歴 ==================
    2022/11/02 E.Y 人気カテゴリ追加
    ======================================== */
/* ========== コーディングルール ========== */
/* ========== すべて共通 ========== */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.m__bottom {
  margin-bottom: 10px;
}

.bs_20 {
  width: 740px;
  margin: 0 auto;
  font-size: 62.5%;
  line-height: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.head__bn__wrapper,
.bs__special__wrapper,
.bs__cate__wrapper,
.bs__pop__wrapper,
.bs__pop__wrapper__2,
.bs__new__wrapper,
.bs__pick__wrapper,
.ranking__wrapper,
.yoroken__wrapper,
.kanto__wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.head__bn__wrapper li a img,
.bs__special__wrapper li a img,
.bs__cate__wrapper li a img,
.bs__pop__wrapper li a img,
.bs__pop__wrapper__2 li a img,
.bs__new__wrapper li a img,
.bs__pick__wrapper li a img,
.ranking__wrapper li a img,
.yoroken__wrapper li a img,
.kanto__wrapper li a img {
  max-width: 100%;
  margin: 0 auto;
}

.bs__cate__wrapper { /*20221102*/
  margin-bottom: 10px;
  display: block !important;
}

.kanto__wrapper {
  margin-bottom: 0;
}

.bs__special__wrapper h2,
.bs__new__wrapper h2,
.bs__cate__wrapper h2,
.bs__pop__wrapper h2,
.bs__pop__wrapper__2 h2,
.bs__pick__wrapper h2,
.kanto__wrapper h2 {
  display: block;
  position: relative;
  background: linear-gradient(to bottom, #fefcf9, #fcf4e6);
  padding: 13px 27px 10px;
  margin: 0 0 10px;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #4A2600;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e2ddd5;
}
.bs__special__wrapper h2::after,
.bs__new__wrapper h2::after,
.bs__cate__wrapper h2::after,
.bs__pop__wrapper h2::after,
.bs__pop__wrapper__2 h2::after,
.bs__pick__wrapper h2::after,
.kanto__wrapper h2::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #ff4300, #ff8700);
  width: 5px;
  height: 30px;
  top: 7px;
  left: 10px;
  border-radius: 10px;
}

.bs__cate__box {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.bs__cate__box li {
  width: 100%;
  margin: 0 3px 10px;
  list-style: none;
  text-align: center;
}
.bs__cate__box li img {
  box-shadow: 1px 2px 3px #eee;
}

.head__bn__wrapper .l_banner {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.bs__special__wrapper .feature__wrapper {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
}
.bs__special__wrapper .feature__wrapper li {
  width: calc(25% - 10px);
  margin: 0 4px 10px;
  list-style: none;
  text-align: center;
}
.bs__special__wrapper .feature__wrapper li img {
  box-shadow: 1px 2px 3px #eee;
}

.bs__new__wrapper .bs__bn--wrapper, .bs__pop__wrapper .bs__bn--wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.bs__new__wrapper .bs__bn--wrapper li, .bs__pop__wrapper .bs__bn--wrapper li {
  width: calc(25% - 10px);
  margin: 0 4px 10px;
  list-style: none;
  position: relative;
}
.bs__new__wrapper .bs__bn--wrapper li a img, .bs__pop__wrapper .bs__bn--wrapper li a img {
  display: block;
}
.bs__new__wrapper .bs__bn--wrapper li .blink, .bs__pop__wrapper .bs__bn--wrapper li .blink {
  position: absolute;
  color: #ff4300;
  background-color: ivory;
  animation: blink 1s ease-in-out infinite alternate;
  top: 0;
  left: 5px;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.2rem;
  z-index: 2;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bs__new__wrapper .bs__bn--wrapper li .bg::before, .bs__pop__wrapper .bs__bn--wrapper li .bg::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 20px;
  top: 0;
  left: 0;
}
.bs__new__wrapper .bs__bn--wrapper dt, .bs__pop__wrapper .bs__bn--wrapper dt {
  text-align: center;
  font-size: 0.8rem;
  padding: 0 0 5px;
  position: relative;
}
.bs__new__wrapper .bs__medi_bn--wrapper, .bs__pop__wrapper .bs__medi_bn--wrapper {
  position: relative;
}
.bs__new__wrapper .bs__medi_bn--wrapper .blink, .bs__pop__wrapper .bs__medi_bn--wrapper .blink {
  position: absolute;
  color: #ff4300;
  background-color: ivory;
  animation: blink 1s ease-in-out infinite alternate;
  top: 0;
  left: 5px;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.2rem;
  z-index: 2;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bs__new__wrapper .bs__medi_bn--wrapper .bg::before, .bs__pop__wrapper .bs__medi_bn--wrapper .bg::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 20px;
  top: 0;
  left: 0;
}

.bs__pop__wrapper__2 .bs__bn--wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.bs__pop__wrapper__2 .bs__bn--wrapper li {
  width: calc(20% - 10px);
  margin: 0 4px 10px;
  list-style: none;
  position: relative;
}
.bs__pop__wrapper__2 .bs__bn--wrapper li a img {
  display: block;
}
.bs__pop__wrapper__2 .bs__bn--wrapper li .blink {
  position: absolute;
  color: #ff4300;
  background-color: ivory;
  animation: blink 1s ease-in-out infinite alternate;
  top: 0;
  left: 5px;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.2rem;
  z-index: 2;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bs__pop__wrapper__2 .bs__bn--wrapper li .bg::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 20px;
  top: 0;
  left: 0;
}
.bs__pop__wrapper__2 .bs__bn--wrapper dt {
  text-align: center;
  font-size: 0.8rem;
  padding: 0 0 5px;
  position: relative;
}

.bs__pick__wrapper .bs__bn--wrapper--pc {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.bs__pick__wrapper .bs__bn--wrapper--pc li {
  width: calc(25% - 10px);
  margin: 0 4px 10px;
  list-style: none;
}
.bs__pick__wrapper .bs__bn--wrapper--sp {
  display: none;
}
.bs__pick__wrapper .bs__bn--wrapper2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.bs__pick__wrapper .bs__bn--wrapper2 li {
  width: calc(50% - 10px);
  margin: 0 4px 10px;
  list-style: none;
}
.bs__pick__wrapper .bs__bn--wrapper2 li a img {
  display: block;
}
.bs__pick__wrapper .bs__bn--wrapper2 li .blink {
  position: absolute;
  color: #ff4300;
  background-color: ivory;
  animation: blink 1s ease-in-out infinite alternate;
  top: 0;
  left: 5px;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.2rem;
  z-index: 2;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bs__pick__wrapper .bs__bn--wrapper2 li .bg::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 20px;
  top: 0;
  left: 0;
}
.bs__pick__wrapper .bs__bn--wrapper2_2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.bs__pick__wrapper .bs__bn--wrapper2_2 li {
  width: calc(50% - 10px);
  margin: 0 4px 10px;
  list-style: none;
}
.bs__pick__wrapper .bs__bn--wrapper2_2 li a img {
  display: block;
}
.bs__pick__wrapper .bs__bn--wrapper2_2 li .blink {
  position: absolute;
  color: #ff4300;
  background-color: ivory;
  animation: blink 1s ease-in-out infinite alternate;
  top: 0;
  left: 5px;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.2rem;
  z-index: 2;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bs__pick__wrapper .bs__bn--wrapper2_2 li .bg::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 20px;
  top: 0;
  left: 0;
}
.bs__pick__wrapper .bs__bn--wrapper3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.bs__pick__wrapper .bs__bn--wrapper3 li {
  width: calc(33.3333333333% - 10px);
  margin: 0 4px 10px;
  list-style: none;
}

.yoroken__wrapper {
  background: #006629;
  padding: 0 0 20px;
  box-sizing: border-box;
}
.yoroken__wrapper h3 {
  font-size: 1.2rem;
  padding: 0 10px;
  margin: 20px 0;
  text-align: center;
}
.yoroken__wrapper p {
  font-size: 1rem;
  text-align: center;
}
.yoroken__wrapper .flex__wrapper {
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  margin: 20px auto;
  padding: 20px;
  width: 90%;
  box-sizing: border-box;
  box-shadow: 1px 2px 3px #444;
}
.yoroken__wrapper .flex__wrapper .flex__img--wrapper {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}
.yoroken__wrapper .flex__wrapper .flex__img--wrapper img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.yoroken__wrapper .flex__wrapper .flex__desc--wrapper {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.yoroken__wrapper .flex__wrapper .flex__desc--wrapper h4 {
  font-size: 1.2rem;
  border-bottom: 2px solid #000;
  padding: 10px 0;
}
.yoroken__wrapper .flex__wrapper .flex__desc--wrapper p {
  word-break: break-all;
  padding: 20px 0;
  text-align: left;
}
.yoroken__wrapper .flex__wrapper .flex__desc--wrapper .btn__wrapper {
  position: absolute;
  bottom: 20px;
  right: 10px;
  text-align: right;
}
.yoroken__wrapper .flex__wrapper .flex__desc--wrapper .btn__wrapper a {
  color: #F15A24;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F15A24;
  padding: 10px;
}
.yoroken__wrapper .flex__wrapper .flex__desc--wrapper .btn__wrapper a img {
  padding: 0 5px;
  width: 20% !important;
}

.kanto__wrapper .l_banner {
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.kanto__wrapper .flex--wrapper {
  display: flex;
  margin: 10px auto;
  justify-content: space-around;
}
.kanto__wrapper .flex--wrapper a {
  display: block;
  margin: 0 5px;
}
.kanto__wrapper .flex--wrapper a img {
  display: block;
  width: 100%;
}
.kanto__wrapper .flex--wrapper2 {
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
}
.kanto__wrapper .flex--wrapper2 a {
  display: block;
  margin: 0;
  width: calc(33.3333333333% - 10px);
}
.kanto__wrapper .flex--wrapper2 a img {
  display: block;
  width: 100%;
  box-shadow: 1px 2px 3px #ccc;
}

.bs__btn {
  width: 40%;
  display: block;
  margin: 20px auto;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
  background: #FBB03B;
  color: #fff;
  border: none;
  border-radius: 25px;
  box-sizing: border-box;
  border: 2px solid #FBB03B;
  text-decoration: none;
  display: block;
  font-size: 1rem;
}
.bs__btn:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.bs__btn:hover {
  transition-delay: 1ms;
  animation-timing-function: ease-in-out;
  background: #fff;
  color: #FBB03B;
  font-weight: bold;
  cursor: pointer;
}

.full__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.sp {
  display: none;
}
.sp img {
  display: none;
}

@media screen and (max-width: 739px) {
  .bs_20 {
    width: 100%;
  }
  .m__bottom {
    margin-bottom: 5px;
  }
  .event_title_ {
    margin-top: 0 !important; /*20221102*/ /*見出しのmargin調整*/
  }
  .head__bn__wrapper,
  .bs__special__wrapper,
  .bs__new__wrapper,
  .bs__pop__wrapper,
  .bs__pop__wrapper__2,
  .bs__pick__wrapper,
  .ranking__wrapper,
  .yoroken__wrapper {
    margin-bottom: 20px;
  }
  .bs__special__wrapper h2,
  .bs__new__wrapper h2,
  .bs__pop__wrapper h2,
  .bs__pop__wrapper__2 h2,
  .bs__cate__wrapper h2,
  .bs__pick__wrapper h2,
  .kanto__wrapper h2 {
    padding: 5px 23px;
    font-size: 0.9rem;
  }
  .bs__special__wrapper h2::after,
  .bs__new__wrapper h2::after,
  .bs__pop__wrapper h2::after,
  .bs__pop__wrapper__2 h2::after,
  .bs__cate__wrapper h2::after,
  .bs__pick__wrapper h2::after,
  .kanto__wrapper h2::after {
    width: 5px;
    height: 18px;
    top: 8px;
    left: 9px;
  }
  .bs__special__wrapper,
  .bs__new__wrapper,
  .bs__pop__wrapper,
  .bs__pop__wrapper__2,
  .bs__cate__wrapper,
  .bs__pick__wrapper,
  .kanto__wrapper {
    font-size: 0.9rem;
  }
  .bs__special__wrapper .feature__wrapper li {
    width: calc(33.3333333333% - 10px);
  }
  .bs__special__wrapper .feature__wrapper li a {
    line-height: 0;
  }
  .bs__special__wrapper .feature__wrapper li:nth-child(1),
  .bs__special__wrapper .feature__wrapper li:nth-child(2) {
    padding: 0;
    width: calc(50% - 10px);
  }
  .bs__new__wrapper .bs__bn--wrapper li {
    width: calc(33.3333333333% - 10px);
  }
  .bs__new__wrapper .bs__bn--wrapper li dt {
    padding: 2px;
    line-height: 1.2;
    font-size: 0.7rem;
  }
  .bs__new__wrapper .full__img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .bs__pop__wrapper .bs__bn--wrapper li,
  .bs__pop__wrapper__2 .bs__bn--wrapper li {
    width: calc(50% - 10px);
  }
  .bs__pop__wrapper .bs__bn--wrapper li dt,
  .bs__pop__wrapper__2 .bs__bn--wrapper li dt {
    padding: 2px;
    line-height: 1.2;
    font-size: 0.7rem;
  }
  .bs__pop__wrapper .full__img,
  .bs__pop__wrapper__2 .full__img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .bs__pick__wrapper .bs__bn--wrapper--sp {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .bs__pick__wrapper .bs__bn--wrapper--sp li {
    width: calc(25% - 5px);
    margin: 2px;
  }
  .bs__pick__wrapper .bs__bn--wrapper--pc {
    display: none;
  }
  .bs__pick__wrapper .bs__bn--wrapper2 li {
    width: 100%;
  }
  .bs__pick__wrapper .bs__bn--wrapper2_2 li {
    width: calc(50% - 10px);
  }
  .bs__pick__wrapper .bs__bn--wrapper3 li {
    width: calc(33.3333333333% - 10px);
  }
  .yoroken__wrapper h3 {
    font-size: 1.2rem;
    text-align: center;
    margin: 10px;
  }
  .yoroken__wrapper p {
    text-align: left;
    padding: 10px;
    margin: 0;
  }
  .yoroken__wrapper .flex__wrapper {
    display: block;
    background: #fff;
    width: 90%;
  }
  .yoroken__wrapper .flex__wrapper .flex__img--wrapper {
    width: 100%;
    padding: 10px;
  }
  .yoroken__wrapper .flex__wrapper .flex__img--wrapper img {
    width: 50%;
    margin: 0 auto;
  }
  .yoroken__wrapper .flex__wrapper .flex__desc--wrapper {
    padding: 0;
    width: 100%;
  }
  .yoroken__wrapper .flex__wrapper .flex__desc--wrapper h4 {
    font-size: 1rem;
    padding: 5px;
  }
  .yoroken__wrapper .flex__wrapper .flex__desc--wrapper p {
    padding: 5px 0;
    font-size: 0.8rem;
  }
  .yoroken__wrapper .flex__wrapper .flex__desc--wrapper .btn__wrapper {
    position: relative;
    margin: 40px 0 0;
  }
  .yoroken__wrapper .flex__wrapper .flex__desc--wrapper .btn__wrapper a {
    font-size: 1rem;
    padding: 10px;
  }
  .yoroken__wrapper .flex__wrapper .flex__desc--wrapper .btn__wrapper a img {
    padding: 0 5px;
    width: 10% !important;
  }
  .kanto__wrapper .flex--wrapper2 {
    margin: 10px auto;
  }
  .kanto__wrapper .flex--wrapper2 a {
    width: calc(33.3333333333% - 5px);
  }
  .bs__btn {
    width: 80%;
    margin: 10px auto 50px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }
  .sp {
    display: block;
  }
  .sp img {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc img {
    display: none;
  }
}
/* --- ここから一番下に貼り付け --- */
.ranking__wrapper {
  width: 100% !important;
  max-width: 740px;
  margin: 20px auto !important;
  padding: 0 !important;
  position: relative;
}
.ranking__wrapper .rank__title {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  display: block;
  width: 250px !important;
}
@media screen and (max-width: 739px) {
  .ranking__wrapper .rank__title {
    width: 180px !important;
  }
}
.ranking__wrapper .swiper {
  background: #FBB03B !important;
  border-radius: 20px;
  padding-top: 10px !important;
  padding: 20px 15px !important;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 739px) {
  .ranking__wrapper .swiper {
    width: 95%;
    margin: 0 auto;
  }
}
.ranking__wrapper .swiper-slide {
  background: #fff !important;
  padding: 15px 10px !important;
  border-radius: 10px !important;
  height: auto !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ranking__wrapper .swiper-slide .number {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 30px;
  height: 30px;
  background: #42210B;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  z-index: 5;
}
.ranking__wrapper .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.ranking__wrapper .swiper-slide .top_rank_p {
  font-size: 11px !important;
  line-height: 1.4 !important;
  color: #333 !important;
  margin-top: 8px;
  text-align: center;
}
.ranking__wrapper .swiper-button-prev,
.ranking__wrapper .swiper-button-next {
  display: none !important;
}

/* --- ここまで --- *//*# sourceMappingURL=20230225.css.map */