@charset "UTF-8";
/* --------------------
	設定
-------------------- */
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

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

:root {
  --txt--ls: 0.06em;
  --txt--color: #333;
  --txt--point: #B4751E;
  --txt--attention: #888;
  --bg--color: #EEE;
}

html {
  font-size: 62.5%; /* 16px × 0.625 = 10px に設定 */
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/* --------------------
	common
-------------------- */
#contents {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--txt--color);
  line-height: 1;
  letter-spacing: var(--txt--ls);
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #contents {
    width: 1200px;
    margin: 30px auto 0;
    font-size: 1.4rem;
  }
}

#contents h2:not(.favo__ttl) {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: var(--txt--ls);
  text-align: center;
}

#contents img:not(.favo img) {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #contents a,
  #contents li {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1000px) {
  #contents a:hover {
    opacity: 0.6;
  }
}
.txt--attention {
  font-size: 1.1rem;
  color: var(--txt--attention);
  letter-spacing: var(--txt--ls);
}

.txt--attention a {
  color: var(--txt--attention);
  text-decoration: underline;
}

.txt--attention li {
  line-height: 2;
}

.txt--attention li::before {
  content: "※";
}

.txt--bold {
  font-weight: 600;
}

.txt--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .txt--lg {
    font-size: 1.8rem;
  }
}

.flex {
  display: flex;
}
@media screen and (min-width: 1000px) {
  .flex {
    align-items: start;
    justify-content: center;
  }
}

/* --------------------
	.header
-------------------- */
.header {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1000px) {
  .header {
    width: 1200px;
    margin: 0 auto 80px;
  }
}

/* --------------------
	main
-------------------- */
/* お気に入り　色変更 */
#favo .favo__ttl--lg {
  border-bottom: #B4751E 2px solid !important;
  color: #B4751E !important;
}

#favo .favo__detail__ttl {
  color: #B4751E !important;
}

#favo .swiper-pagination-bullet-active {
  background: #B4751E !important;
}

/* .entryとlogin */
#entry a, .login a {
  color: #B4751E;
  display: block;
  border-radius: 4px;
  border: #B4751E solid 2px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 1000px) {
  #entry a, .login a {
    max-width: 600px;
  }
}

#entry a.completion {
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
  pointer-events: none;
}

.login a {
  margin: 24px auto 60px;
}
@media screen and (min-width: 1000px) {
  .login a {
    margin: 40px auto 100px;
  }
}

/* .campaign */
.campaign {
  width: 100%;
  margin-bottom: 60px;
  padding: 50px 0;
  background-color: var(--bg--color);
}
@media screen and (min-width: 1000px) {
  .campaign {
    margin-bottom: 100px;
    padding: 60px 0;
  }
}

@media screen and (max-width: 999px) {
  .campaign p {
    width: 80vw;
    margin: 0 auto;
  }
}
.campaign section {
  width: 80vw;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1000px) {
  .campaign section {
    width: 1000px;
    margin: 0 auto 45px;
  }
}

.campaign section:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .campaign section:last-of-type {
    margin-top: 55px;
  }
}

.campaign section:first-of-type {
  margin-top: 40px;
}

.campaign p:not(.howto__list__attention, .dl__txt__desc) {
  width: 80vw;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .campaign p:not(.howto__list__attention, .dl__txt__desc) {
    width: auto;
    text-align: center;
  }
}

.campaign__ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.campaign__point p,
.campaign__period p {
  text-align: center;
}

/* .campaign --参加方法-- */
.campaign__howto {
  line-height: 2;
}

.howto__list__attention {
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  .campaign__howto__list--wrapper,
  .howto__list__attention {
    width: 490px;
    margin: 0 auto;
  }
}
.campaign__howto__list--wrapper {
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .campaign__howto__list {
    padding-left: 2rem;
    text-indent: -2rem;
  }
}
.campaign__howto__list::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 3px 0;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .campaign__howto__list::before {
    width: 17px;
    height: 17px;
    margin: 0 6px 3px 0;
  }
}

.campaign__howto__list:nth-of-type(1)::before {
  background: url(../img/step--01.svg) no-repeat;
  background-size: contain;
}

.campaign__howto__list:nth-of-type(2)::before {
  background: url(../img/step--02.svg) no-repeat;
  background-size: contain;
}

.campaign__howto__list:nth-of-type(3)::before {
  background: url(../img/step--03.svg) no-repeat;
  background-size: contain;
}

/* .campaign --アプリダウンロード-- */
@media screen and (max-width: 999px) {
  .campaign__app {
    margin-bottom: 0 !important;
  }
}

.campaign__app__catch {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--txt--point);
  text-align: center;
  letter-spacing: var(--txt--ls);
}

.campaign__app__catch::after {
  content: "";
  display: block;
  background-image: url(../img/app__catch__underline.svg);
  width: 234px;
  height: 9px;
  margin: 8px auto 8px;
  transform: translateX(-2px);
}

.campaign__app__dl {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .campaign__app__dl {
    width: 420px;
    margin: 30px auto 0;
  }
}

.campaign__app__dl.flex {
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .app__dl__qr {
    width: 100px;
    margin-right: 18px;
  }
  .dl__txt__desc {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: var(--txt--ls);
  }
}
@media screen and (max-width: 999px) {
  .app__dl__btn {
    width: 100%;
    height: 60px;
    margin-bottom: 16px;
    border-radius: 3px;
    background-color: var(--txt--point);
  }
  .app__dl__btn__link {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    letter-spacing: var(--txt--ls);
    text-align: center;
  }
}
/* .search */
.search {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .search {
    width: 1000px;
  }
}

.search section {
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .search section {
    margin-bottom: 100px;
  }
}

.search__type {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .search__type {
    width: 840px;
  }
}

.search__type__btn.flex {
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .search__type__btn.flex {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.67vw;
  }
}

.search__type__btn__list {
  width: 38.665vw;
  height: 50px;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: var(--txt--color);
}
@media screen and (min-width: 1000px) {
  .search__type__btn__list {
    width: 200px;
  }
}

@media screen and (min-width: 1000px) {
  .search__type__btn__list:hover {
    background-color: var(--txt--point);
    opacity: 0.8;
  }
  .search__type__btn__list:hover a {
    opacity: 1 !important;
  }
}
.btn__list__link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  text-decoration: none !important;
}

/* --------------------
	aside
-------------------- */
aside {
  padding: 60px 0;
  background-color: var(--bg--color);
}
@media screen and (min-width: 1000px) {
  aside {
    margin-bottom: 80px;
  }
}

aside > div {
  width: 80vw;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1000px) {
  aside > div {
    width: 735px;
  }
}

aside > div:last-of-type {
  margin-bottom: 0;
}

.aside__point p {
  text-align: center;
}

.aside__attention__list {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}

.aside__attention__list::before {
  content: "※";
}/*# sourceMappingURL=260216_onlinestore_favorite_style.css.map */