<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*=================
設計
=================*/
:root {
  --sp-contents-margin-bottom: 5vh;
  --pc-contents-margin-bottom: 80px;
  /* -----------------
  ↓3色を指定する↓
  ----------------- */
  --color-base: #FDFBEB;
  --color-main: #3aaf7c;
  --color-accent: #dd0000;
  --color-sub: #ffcc00;
  --color-sub2: #630;
  --color-font:#333333;
}

.cam-main {
  width: 100%;
  height: auto;
  line-height: 1.5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  /* -----------------
  共通
  ----------------- */
  /* -----------------
  エントリーボタン
  ----------------- */
  /* -----------------
  キャンペーン内容_通常
  ----------------- */
  /* -----------------
  対象広告（ラベル）
  ----------------- */
  /* -----------------
  対象ショップ
  ----------------- */
  /* -----------------
  リンクボタン
  ----------------- */
}
.cam-main div, .cam-main img, .cam-main label, .cam-main li, .cam-main p, .cam-main span, .cam-main ul {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cam-main .cam-main__detail__img--more img, .cam-main__detail__img--more .cam-main img, .cam-main .cam-main__detail__img--end img, .cam-main__detail__img--end .cam-main img, .cam-main .cam-main__detail__img img, .cam-main__detail__img .cam-main img, .cam-main .cam-main__title img, .cam-main__title .cam-main img {
  display: block;
  width: 100%;
  height: auto;
}
.cam-main__header {
  margin-bottom: var(--sp-contents-margin-bottom);
  position: relative;
  background-color: #3aaf7c;
}
.cam-main__title {
  width: 100vw;
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.cam-main__period {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  background: #663300;
  font-size: 5vmin;
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.cam-main__contents-tit {
  width: 80%;
  height: auto;
  margin: 0 auto 5px;
}
.cam-main__contents-tit picture {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cam-main__contents-tit img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1em;
}
.cam-main__entry-btn {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto var(--sp-contents-margin-bottom);
}
.cam-main__entry-btn__msg {
  color: var(--color-accent);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.cam-main__entry-btn__attention {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--sp-contents-margin-bottom);
}
.cam-main__entry-btn--active, .cam-main__entry-btn--close {
  width: 100%;
  margin: 0 auto;
  display: block;
  line-height: 2.7em;
  text-align: center;
  color: #ffee00;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: 0.1s;
}
.cam-main__entry-btn--active:active, .cam-main__entry-btn--active:hover, .cam-main__entry-btn--close:active, .cam-main__entry-btn--close:hover {
  top: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(2px);
}
.cam-main__entry-btn--active {
  margin-bottom: 10px;
  background: var(--color-accent);
}
.cam-main__entry-btn--close {
  background: #aaa;
}
.cam-main__contents__tit {
  max-width: 600px;
  height: auto;
  margin: 0 auto var(--sp-contents-margin-bottom);
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
}
.cam-main__contents__tit_orange {
  color: #fe6532;
}
.cam-main__detail {
  width: 100%;
  height: auto;
  margin: -22px auto var(--sp-contents-margin-bottom);
  padding: 42px 5% 20px;
  background: var(--color-base);
  box-sizing: border-box;
}
.cam-main__detail__inner {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.cam-main__detail__inner_last {
  max-width: 800px;
  padding: 20px 10px;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}
.cam-main__detail .cam-main__cam-ad__read, .cam-main__detail .cam-main__detail__read--end, .cam-main__detail .cam-main__detail__read--big_red, .cam-main__detail .cam-main__detail__read--big_black, .cam-main__detail .cam-main__detail__read--big, .cam-main__detail .cam-main__detail__read {
  font-weight: bold;
  line-height: 1.4;
  display: flex;
}
.cam-main__detail__midashi {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.cam-main__detail__box {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6em;
  color: var(--color-sub2);
  background: var(--color-sub);
  margin: 10px auto var(--sp-contents-margin-bottom);
  border-radius: 7px;
  padding: 10px;
}
.cam-main__detail__box span {
  color: var(--color-accent);
}
.cam-main__detail__ribbon {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  height: 70px; /*高さ*/
  line-height: 70px; /*高さ*/
  text-align: center;
  padding: 0 20px 0 10px; /*文字の左右の余白*/
  font-size: 1em; /*文字サイズ*/
  background: #d00; /*背景色*/
  color: #Fc0; /*文字色*/
  box-sizing: border-box;
  margin: 0 10px 30px;
}
.cam-main__detail__ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.cam-main__detail__ribbon:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent var(--color-base) transparent transparent;
  border-style: solid;
}
.cam-main__detail__gr_box_title {
  background: var(--color-main);
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px;
  /*line-height: 50px;*/
}
.cam-main__detail__gr_box_mark {
  font-size: 70%;
  background: #fff;
  color: var(--color-font);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  padding: 0 12px;
  box-sizing: border-box;
  white-space: nowrap;
}
.cam-main__detail__gr_box {
  background: #fff;
  color: var(--color-font);
  font-size: 1.4em;
  line-height: 1.4em;
  border: 3px solid var(--color-main);
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: var(--sp-contents-margin-bottom);
}
.cam-main__detail__gr_box li {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: 90%;
}
.cam-main__detail__gr_box li:last-child {
  margin-bottom: 0;
}
.cam-main__detail__gr_box2 {
  background: #fff;
  color: var(--color-font);
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.4em;
  border: 3px solid var(--color-main);
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: var(--sp-contents-margin-bottom);
}
.cam-main__detail__gr_box2 ul {
  margin: 0.5em 0;
}
.cam-main__detail__gr_box2 li {
  display: flex;
  font-size: 90%;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.cam-main__detail__gr_box2 li::before {
  content: "●";
  color: var(--color-sub);
}
.cam-main__detail__gr_box_listmark_before {
  min-width: 60px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #ccc;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cam-main__detail__gr_box_listmark_after {
  min-width: 60px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 50%;
  background: var(--color-sub);
  color: var(--color-sub2);
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cam-main__detail__red_box_title {
  background: var(--color-accent);
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px;
  line-height: 1.3em;
}
.cam-main__detail__red_box {
  background: #fff;
  color: var(--color-font);
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.3em;
  border: 3px solid var(--color-accent);
  box-sizing: border-box;
  padding: 15px;
}
.cam-main__detail__red_box span {
  font-size: 200%;
  color: var(--color-accent);
  line-height: 1.6em;
}
.cam-main__detail__read {
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
}
.cam-main__detail__read--color-main {
  color: var(--color-main);
}
.cam-main__detail__read--big {
  color: var(--color-accent);
  font-size: 1.5em;
}
.cam-main__detail__read--big_black {
  font-size: 4em;
}
.cam-main__detail__read--big_red {
  color: var(--color-accent);
  font-size: 4em;
}
.cam-main__detail__read--small {
  max-width: 538px;
  margin: 5px auto 0;
  font-size: 13px;
  text-align: left;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.cam-main__detail__read--small_2 {
  max-width: 538px;
  margin: 10px auto 0;
  font-size: 13px;
  text-align: left;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.cam-main__detail__read--end {
  font-size: 16px;
  margin-bottom: 0;
}
.cam-main__detail__img {
  display: block;
}
.cam-main__detail__img img {
  max-width: 550px;
  margin: 10px auto;
}
.cam-main__detail__img--end {
  display: block;
}
.cam-main__detail__img--end img {
  max-width: 550px;
  margin: 10px auto 0;
}
.cam-main__detail__img--more {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.cam-main__detail__img--more img {
  max-width: 450px;
  margin: 0 auto;
}
.cam-main__detailArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #777 transparent transparent transparent;
  margin: 10px auto;
}
.cam-main__recommend {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: var(--sp-contents-margin-bottom);
}

.cam-main__recommendBox {
  width: 90%;
  margin: 0 auto;
}

.cam-main__recommendMsg {
  font-weight: bold;
  font-size: 15px;
  padding: 0 5%;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: center;
  color: var(--color-font);
}
.cam-main__recommendMsg span {
  display: block;
}

.cam-main__recommendLink {
  display: block;
  width: 100%;
  padding: 10px 50px 10px 15px;
  border: 1px solid var(--color-accent);
  box-sizing: border-box;
  position: relative;
}
.cam-main__recommendLink:first-child {
  margin-bottom: 15px;
}
.cam-main__recommendLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e3f7ff;
  transform: translateX(-10px) translateY(-5px);
  z-index: -1;
  transition: 0.2s;
}
.cam-main__recommendLink:hover::before, .cam-main__recommendLink:active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e3f7ff;
  transform: translateX(-15px) translateY(-10px);
  z-index: -1;
  transition: 0.2s;
}
.cam-main__recommendLink:visited {
  color: var(--color-accent);
}

.cam-main__recommendLinkTxt {
  text-align: left;
  font-weight: bold;
  color: var(--color-accent);
  font-size: 18px;
}

.cam-main__recommendLinkImg {
  display: block;
  position: absolute;
  width: 25%;
  height: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
}
.cam-main__recommendLinkImg img {
  width: 100%;
  height: auto;
}

.cam-main__more {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin-bottom: var(--sp-contents-margin-bottom);
  box-sizing: border-box;
}

.cam-main__moreInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  padding: 20px 5%;
  box-sizing: border-box;
  background-color: #fff;
}

.cam-main__moreImg {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 5px;
  display: block;
}
.cam-main__moreImg img {
  width: 100%;
  height: auto;
}

.cam-main__morePresent {
  width: 100%;
  max-width: 470px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.cam-main__morePresent img {
  width: 100%;
  height: auto;
}

.cam-main__moreTxt {
  width: 100%;
  text-align: center;
  font-size: 4.7vw;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--color-font);
}
.cam-main__moreTxt--red {
  color: var(--color-accent);
  font-size: 1.5em;
}

.cam-main__moreTxt2 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-font);
}

.cam-main__moreBigTxt {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--color-font);
  line-height: 1.3em;
}

.cam-main__cam-ad {
  width: 100%;
  height: auto;
  margin: 0 auto var(--sp-contents-margin-bottom);
  padding: 20px 4%;
  background: var(--color-base);
  box-sizing: border-box;
}
.cam-main__cam-ad__inner {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.cam-main__cam-ad .cam-main__cam-ad__read, .cam-main__cam-ad .cam-main__detail__read, .cam-main__cam-ad .cam-main__detail__read--big, .cam-main__cam-ad .cam-main__detail__read--big_black, .cam-main__cam-ad .cam-main__detail__read--big_red, .cam-main__cam-ad .cam-main__detail__read--end {
  line-height: 1.4;
  text-align: center;
}
.cam-main__cam-ad__read {
  font-size: 15px;
  font-weight: bold;
}
.cam-main__cam-ad__read--small {
  font-size: 11px;
}
.cam-main__cam-ad__read--small span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.cam-main__cam-ad__label {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  height: auto;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.cam-main__cam-ad__label::after, .cam-main__cam-ad__label::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
}
.cam-main__cam-ad__label::before {
  top: 0;
  left: 0;
  border-width: 12px 0 12px 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.cam-main__cam-ad__label::after {
  top: 0;
  right: 0;
  border-width: 12px 5px 12px 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.cam-main__cam-ad__label span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
}
.cam-main__cam-shop {
  width: 100%;
  height: auto;
  margin: 0 auto var(--sp-contents-margin-bottom);
  box-sizing: border-box;
  background: var(--color-base);
}
.cam-main__cam-shop__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 15px;
  box-sizing: border-box;
}
.cam-main__cam-shop__special {
  padding: 20px 0 0;
}
.cam-main__cam-shop__special li {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 10px;
  background: #fff;
  padding: 15px 4%;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: 0.1s;
}
.cam-main__cam-shop__special li a {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cam-main__cam-shop__special li:last-child {
  margin: 0 auto;
}
.cam-main__cam-shop__special li .shop_item_l {
  box-sizing: border-box;
  width: 120px;
  margin: 0 15px 0 0;
}
.cam-main__cam-shop__special li .shop_item_r {
  flex: 1;
  box-sizing: border-box;
}
.cam-main__cam-shop__special li .item_push_comment {
  color: var(--color-accent);
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cam-main__cam-shop__special li .item_title {
  width: 100%;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cam-main__cam-shop__special li .item_pt {
  display: inline-block;
  text-align: left;
  color: #ff6766;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}
.cam-main__cam-shop__special li .item_pt .icon-ico_point_bag::before {
  font-size: 18px;
}
.cam-main__cam-shop__special li .item_pt s {
  color: #555;
  font-size: 11px;
  white-space: nowrap;
  font-weight: normal;
}
.cam-main__cam-shop__special li .item_txt {
  color: #555;
  font-size: 13px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.cam-main__cam-shop__special li:active, .cam-main__cam-shop__special li:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.cam-main__cam-shop__col {
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding: 10px 0 5px 5%;
}
.cam-main__cam-shop__col li {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  width: 45%;
  margin: 0 4% 10px 0;
  padding: 10px 7px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: 0.1s;
}
.cam-main__cam-shop__col li:nth-child(2n) {
  margin-right: 0;
}
.cam-main__cam-shop__col li .item_bnr {
  width: 100%;
  max-width: 120px;
  margin: 0 auto 10px;
  position: relative;
  height: auto;
  background: #f6f6f6;
}
.cam-main__cam-shop__col li .item_bnr::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cam-main__cam-shop__col li .item_bnr span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cam-main__cam-shop__col li .item_bnr img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.cam-main__cam-shop__col li .item_title {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.cam-main__cam-shop__col li .item_title span {
  --heightA: calc(13px * 1.3);
  --heightB: calc(var(--heightA) * 2);
  max-height: var(--heightB);
  margin-bottom: 5px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 13px;
  color: #555;
  font-weight: bold;
  position: relative;
  word-break: break-all;
  line-height: 1.3em;
}
.cam-main__cam-shop__col li .item_title span::after, .cam-main__cam-shop__col li .item_title span::before {
  background: #fff;
  position: absolute;
}
.cam-main__cam-shop__col li .item_title span::before {
  content: "";
  top: 1.3em;
  right: 0;
  width: 3em;
  height: 1.3em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 90%);
}
.cam-main__cam-shop__col li .item_title span::after {
  content: "";
  height: 100%;
  width: 100%;
}
.cam-main__cam-shop__col li .item_pt {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cam-main__cam-shop__col li .item_pt span {
  display: inline-block;
  text-align: left;
  color: var(--color-attention);
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.cam-main__cam-shop__col li .item_pt span .icon-ico_point_bag::before {
  font-size: 15px;
}
.cam-main__cam-shop__col li .item_pt s {
  color: #555;
  font-size: 11px;
  white-space: nowrap;
  font-weight: normal;
}
.cam-main__cam-shop__col li .item_txt {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  color: #555;
  font-size: 12px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.cam-main__cam-shop__col li .item_txt span {
  display: inline-block;
  text-align: left;
}
.cam-main__cam-shop__col li:active, .cam-main__cam-shop__col li:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.cam-main__to-link {
  width: 90%;
  max-width: 600px;
  height: auto;
  padding: 0 0 30px;
  margin: 0 auto;
}
.cam-main__to-link__msg {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
.cam-main__to-link__btn {
  display: block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  line-height: 2.7em;
  border-radius: 5px;
  border: 1px solid var(--color-main);
  box-shadow: 0 4px 0 var(--color-main);
  color: var(--color-main) !important;
  background: #fff;
  font-weight: bold;
}
.cam-main__to-link__btn:active, .cam-main__to-link__btn:hover {
  background: var(--color-main);
  color: #fff !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/*==========================================================================
メディアクエリ
============================================================================*/
@media screen and (min-width: 600px) {
  .cam-main {
    /*  エントリーボタン　*/
    /*  共通　*/
    /*  キャンペーン内容　*/
    /*  対象広告を探す　*/
  }
  .cam-main__header {
    margin: 0 auto var(--pc-contents-margin-bottom);
  }
  .cam-main__title {
    height: auto;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .cam-main__title img {
    width: 80%;
    height: auto;
    vertical-align: top;
  }
  .cam-main__period {
    font-size: 25px;
    line-height: 1.3em;
  }
  .cam-main__period:first-of-type {
    padding: 10px 5% 10px;
  }
  .cam-main__contents__tit {
    margin: 0 auto var(--sp-contents-margin-bottom);
  }
  .cam-main__entry-btn {
    margin: 0 auto var(--pc-contents-margin-bottom);
  }
  .cam-main__entry-btn__msg {
    font-size: 24px;
  }
  .cam-main__entry-btn__attention {
    font-size: 20px;
  }
  .cam-main__entry-btn--active, .cam-main__entry-btn--close {
    line-height: 2.5em;
    color: #fff !important;
    font-size: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  }
  .cam-main__entry-btn--active:active, .cam-main__entry-btn--active:hover, .cam-main__entry-btn--close:active, .cam-main__entry-btn--close:hover {
    text-decoration: none;
  }
  .cam-main__contents__tit {
    font-size: 28px;
  }
  .cam-main__detail {
    margin: 0 auto var(--pc-contents-margin-bottom);
    padding: 50px;
  }
  .cam-main__detail__inner {
    text-align: left;
  }
  .cam-main__detail__read {
    font-size: 20px;
  }
  .cam-main__detail__read--color-main {
    font-size: 20px;
  }
  .cam-main__detail__read--big {
    font-size: 25px;
  }
  .cam-main__detail__read--small {
    font-size: 15px;
  }
  .cam-main__detail__read--end {
    font-size: 20px;
  }
  .cam-main__detail__gr_box_listmark_before {
    min-width: 70px;
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .cam-main__detail__gr_box_listmark_after {
    min-width: 70px;
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .cam-main__recommend {
    margin-bottom: var(--pc-contents-margin-bottom);
  }
  .cam-main__recommendBox {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .cam-main__recommendMsg {
    font-size: 20px;
    padding: 0 5%;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .cam-main__recommendMsg br {
    display: none;
  }
  .cam-main__recommendLink {
    padding: 20px 50px 20px 20px;
  }
  .cam-main__recommendLink:first-child {
    margin-bottom: 0;
  }
  .cam-main__recommendLink::before {
    transform: translateX(-15px) translateY(-15px);
  }
  .cam-main__recommendLink:hover::before, .cam-main__recommendLink:active::before {
    transform: translateX(-20px) translateY(-20px);
  }
  .cam-main__recommendLink:visited {
    color: var(--color-accent);
  }
  .cam-main__recommendLinkTxt {
    font-size: 23px;
    line-height: 1.3em;
  }
  .cam-main__recommendLinkImg {
    display: block;
    position: absolute;
    width: 120px;
    height: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cam-main__recommendLinkImg img {
    width: 100%;
    height: auto;
  }
  .cam-main__more {
    padding: 15px 0;
    line-height: 1.4;
    margin-bottom: var(--pc-contents-margin-bottom);
  }
  .cam-main__moreInner {
    border-radius: 5px;
    padding: 0;
  }
  .cam-main__moreTxt {
    font-size: 25px;
    font-weight: bold;
  }
  .cam-main__moreTxt--red {
    color: var(--color-accent);
    font-size: 1.2em;
  }
  .cam-main__moreTxt2 {
    font-size: 25px;
  }
  .cam-main__moreBigTxt {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 900;
  }
  .cam-main__moreBigTxt br {
    display: none;
  }
  .cam-main__lottery__item {
    margin-bottom: 15px;
    padding: 20px 30px;
  }
  .cam-main__lottery__item__num--odd, .cam-main__lottery__item__num--even {
    width: 50px;
    height: 50px;
  }
  .cam-main__lottery__item__num--odd span, .cam-main__lottery__item__num--even span {
    width: 50px;
    font-size: 24px;
  }
  .cam-main__lottery__item__name {
    font-size: 18px;
  }
  .cam-main__lottery__item__people--odd, .cam-main__lottery__item__people--even {
    font-size: 24px;
  }
  .cam-main__lottery__chobipoint {
    margin-bottom: 15px;
    padding: 20px 30px;
  }
  .cam-main__lottery__chobipoint__num--no1, .cam-main__lottery__chobipoint__num--no2, .cam-main__lottery__chobipoint__num--others {
    width: 50px;
    height: 50px;
  }
  .cam-main__lottery__chobipoint__num--no1 span, .cam-main__lottery__chobipoint__num--no2 span, .cam-main__lottery__chobipoint__num--others span {
    width: 50px;
    font-size: 24px;
  }
  .cam-main__lottery__chobipoint__num--others span {
    font-size: 18px;
  }
  .cam-main__lottery__chobipoint__people {
    font-size: 20px;
  }
  .cam-main__lottery__chobipoint__people span {
    font-size: 32px;
  }
  .cam-main__lottery__chobipoint__pt {
    font-size: 40px;
  }
  .cam-main__lottery__chobipoint__pt--small {
    font-size: 20px;
  }
  .cam-main__lottery__attention {
    font-size: 15px;
  }
  .cam-main__cam-ad {
    margin: 0 auto 100px;
  }
  .cam-main__cam-ad__inner {
    padding: 50px;
  }
  .cam-main__cam-ad__read {
    text-align: center;
    font-size: 18px;
  }
  .cam-main__cam-ad__read--small {
    font-size: 15px;
  }
  .cam-main__cam-ad__label {
    line-height: 30px;
    font-size: 15px;
  }
  .cam-main__cam-ad__label::before {
    border-width: 15px 0 15px 10px;
  }
  .cam-main__cam-ad__label::after {
    border-width: 15px 10px 15px 0;
  }
  .cam-main__cam-shop__special {
    padding: 30px 0 0;
  }
  .cam-main__cam-shop__special li {
    width: 90%;
    margin: 0 auto 15px;
    padding: 30px;
  }
  .cam-main__cam-shop__special li .shop_item_l {
    width: 200px;
    margin-right: 25px;
  }
  .cam-main__cam-shop__special li .shop_item_l img {
    width: 100%;
    height: auto;
  }
  .cam-main__cam-shop__special li .item_push_comment {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .cam-main__cam-shop__special li .item_title {
    font-size: 20px;
  }
  .cam-main__cam-shop__special li .item_pt {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .cam-main__cam-shop__special li .item_pt s {
    font-size: 15px;
  }
  .cam-main__cam-shop__col {
    width: 90%;
    padding: 20px 0 20px 0;
  }
  .cam-main__cam-shop__col li {
    width: 31.6666666667%;
    padding: 20px 15px;
    margin: 0 2.5% 20px 0;
  }
  .cam-main__cam-shop__col li:nth-child(2n) {
    margin-right: 2.5%;
  }
  .cam-main__cam-shop__col li:nth-child(3n) {
    margin-right: 0;
  }
  .cam-main__cam-shop__col li .item_title span {
    --heightA: calc(16px * 1.3);
    font-size: 16px;
  }
  .cam-main__cam-shop__col li .item_pt span {
    font-size: 20px;
  }
  .cam-main__cam-shop__col li .item_pt span s {
    font-size: 13px;
  }
  .cam-main__to-link {
    padding-bottom: 50px;
  }
  .cam-main__to-link__msg {
    font-size: 20px;
  }
  .cam-main__to-link__btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 970px) {
  .cam-main__entry-btn__msg {
    font-size: 28px;
    line-height: 1.4;
  }
  .cam-main__contents__tit {
    font-size: 40px;
    line-height: 1.3em;
  }
  .cam-main__detail__box {
    width: 70%;
  }
  .cam-main__detail__read {
    line-height: 1.4;
    font-size: 25px;
  }
  .cam-main__detail__read--color-main {
    font-size: 25px;
  }
  .cam-main__detail__read--big {
    font-size: 30px;
  }
  .cam-main__detail__read--end {
    font-size: 25px;
  }
  .cam-main__recommendMsg {
    font-size: 25px;
    padding: 0 5%;
  }
  .cam-main__lottery__attention {
    margin: 0 auto 20px;
  }
  .cam-main__cam-ad__read {
    font-size: 24px;
  }
  .cam-main__cam-shop {
    margin: 0 auto var(--pc-contents-margin-bottom);
  }
  .cam-main__cam-shop__special li {
    width: 100%;
  }
  .cam-main__cam-shop__special li .item_title {
    font-size: 24px;
  }
  .cam-main__cam-shop__special li .item_pt {
    font-size: 28px;
  }
  .cam-main__cam-shop__special li .item_pt s {
    font-size: 18px;
  }
  .cam-main__cam-shop__special li .item_txt {
    font-size: 15px;
  }
  .cam-main__cam-shop__col {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .cam-main__cam-shop__col li .item_pt span {
    font-size: 20px;
  }
  .cam-main__cam-shop__col li .item_pt span s {
    font-size: 13px;
  }
  .cam_introduction_wrap {
    padding: 40px 0;
  }
}
/*==============
メディアクエリ　改行
===============*/
@media screen and (min-width: 640px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}</pre></body></html>