@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp_s.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap);
:root {
  --font-size-base: 15px;
  --font-size-xl: 20px;
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 12px;
  --font-size-xs: 11px;
  --font-size-xxs: 9px;
  --font-size-xxxs: 6px;
  --font-size-h-sec: 24px;
  --font-size-h-top: 25px;
  --font-strong: 700;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray-base: #d1d1d1;
  --color-gray-09: #e8e8e8;
  --color-gray-27: #bababa;
  --color-gray-36: #a2a2a2;
  --color-gray-54: #8a8a8a;
  --color-gray-66: #575757;
  --color-gray-77: #3a3a3a;
  --btn-disable-bg: #8a8a8a;
  --btn-disable-text: #bababa;
  --color-form-bg: #f3f3f3;
  --color-form-border: #f3f3f3;
  --color-main: #ff0000;
  --color-top-main: #ff0000;
  --color-top-bg: #ffffff;
  --color-line: #06c655;
  --color-link: #ea5532;
}
body {
  margin: 0 auto;
  color: var(--color-black);
  background-color: var(--color-white);
  font-family: YakuHanJPs, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, Arial;
  font-size: var(--font-size-base);
  font-style: normal;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-word;
  line-break: strict;
}
body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
input, button, .wrapper, .form_box-terms, #modal {
  font-family: YakuHanJPs, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a:hover, input[type="submit"]:hover {}
.cmn_header img, .wrapper img {
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  appearance: none;
}
/* =========================================================
　◆LINK
========================================================= */
a:link, a:visited, a:hover, a:active {
  color: var(--color-link);
  text-decoration: underline;
}
nav a, .cmn_header a, .tel a, .navi_area a, .mail, .tel-link {
  color: var(--color-black) !important;
}
/* =========================================================
　◆ヘッダー
========================================================= */
#mypage.cmn_header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.cmn_header {
  padding: 0 20px;
  border-bottom: solid 1px var(--color-gray-base);
  background-color: var(--color-white);
	z-index: 1;
	position: relative;
}
.cmn_header_inner {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.cmn_header .logo {
  width: 81px;
  text-align: center;
  margin: 0 auto;
}
.cmn_header .menu {}
.cmn_header .point_text_box {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cmn_header .point_text_box .point_text_box__inner {
  display: inline-block;
}
.cmn_header .point_text_box .point_text_box__title {
  font-size: var(--font-size-xxs);
}
.cmn_header .point_text_box .point_text_box__text {
  font-size: var(--font-size-xs);
}
.cmn_header .point_text_box .point_text_box__text02 {
  font-size: var(--font-size-xxs);
  margin-top: 2px;
}
.cmn_header .point_text_box .point {
  font-size: 27px;
  color: var(--color-main);
  font-weight: var(--font-strong);
  margin-right: 4px;
}
.menu_btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  font-size: var(--font-size-xxs);
  display: inline-block;
  text-align: center;
}
.menu_btn img {
  width: 16px;
  display: block;
  text-align: center;
  margin: 2px auto 0;
}
.menu_list {
  position: fixed;
  z-index: 9;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.4s;
  font-size: var(--font-size-base);
}
.menu_list.panelactive {
  right: 0;
}
.menu_list.panelactive {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--color-white);
}
.menu_list .close_btn {
  width: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.menu_list .menu_list_point_box {
  padding: 25px 30px;
}
.menu_list .menu_list_point_box .point {
  font-size: 38px;
  margin: 0 4px;
  color: var(--color-main);
  line-height: 1.4;
}
.menu_list dt {
  border-bottom: solid 1px var(--color-black);
  border-top: solid 1px var(--color-black);
  background-color: #E1E1E1;
  padding: 17px 30px;
  font-size: var(--font-size-m);
}
.menu_list dt:nth-of-type(3) {
  padding: 7px 0;
}
.menu_list a {
  border-bottom: solid 1px var(--color-black);
  cursor: pointer;
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 17px 30px;
  background-image: url("../img/common/icon_btn_arrow_b.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 10px auto;
}
.menu_list li:last-child a {
  border-bottom: none;
}
/* =========================================================
　◆フッター
========================================================= */
nav ul {
  display: flex;
  background-color: var(--color-gray-base);
  padding: 5px 0;
}
nav ul li {
  width: calc(100% / 2);
  border-right: solid 1px var(--color-white);
  padding: 10px 15px;
  font-size: var(--font-size-s);
}
nav ul li:first-child {
  text-align: right;
}
nav ul li:last-child {
  border-right: none;
}
footer {
  text-align: center;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: var(--font-size-s);
  line-height: 1.45;
  border-top: 1px solid var(--color-gray-base);
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
/* =========================================================
　◆レイアウト
========================================================= */
.wrapper {
  margin: 0 auto;
  width: 100%;
}
.cp_header {
  max-width: 750px;
  margin: 0 auto;
}
main {}
.contents {
  background-color: var(--color-white);
  max-width: 750px;
  margin: 0 auto;
}
.contents.deco {
  background-color: var(--color-white);
  max-width: 750px;
  margin: 0 auto;
  background-image: url("../img/common/bg_point_area_top.png"), url("../img/common/bg_point_area_btm.png");
  background-repeat: repeat-x;
  background-position: top 12px center, bottom 16px center;
  background-size: 375px auto;
  border-top: solid 3px var(--color-main);
  border-bottom: solid 3px var(--color-main);
  padding: 80px 0 80px;
}
.contents.deco_btm {
  background-color: var(--color-white);
  max-width: 750px;
  margin: 0 auto;
  background-image: url("../img/common/bg_point_area_btm.png");
  background-repeat: repeat-x;
  background-position: bottom 16px center;
  background-size: 375px auto;
  border-bottom: solid 3px var(--color-main);
  padding: 0 0 80px;
}
.page_title {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.page_title-text {
  max-width: 310px;
  margin: 0 auto;
  color: var(--color-main);
  text-align: center;
  font-size: var(--font-size-h-sec);
}
.page_inner {
  padding: 30px 0 60px;
}
.page_inner--sub {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.45;
}
.contents.lot .page_inner {
  padding: 0;
}
.contents.lot .page_inner--sub {
  padding: 0;
}
/* =========================================================
　◆フォーム
========================================================= */
.form {
  margin: 30px 0;
  border-top: solid 1px var(--color-gray-base);
  border-bottom: solid 1px var(--color-gray-base);
  padding: 25px 0 0;
}
.form_box {
  font-size: var(--font-size-m);
  padding: 0 0 25px;
}
.form.conf {
  padding: 0 0 0;
}
.form.conf .form_box {
  padding: 25px 0;
  border-bottom: solid 1px var(--color-gray-base);
}
.form.conf .form_box:last-child {
  border-bottom: none;
}
.form_box-text {
  font-weight: 700;
  margin-bottom: 6px;
}
.form_box-form ul.column_1 li {
  margin-bottom: 8px;
}
.form_box-form ul.column_2 {
  display: flex;
}
.form_box-form ul.column_2 li {
  width: calc(100% / 2);
  margin-right: 10px;
  margin-bottom: 8px;
}
.form_box-form ul.column_2 li:nth-child(even) {
  margin-right: 0;
}
.form_box-agree {
  text-align: center;
  margin-bottom: 25px;
}
input[type="checkbox"] + label {
  font-size: var(--font-size-m);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  padding: 0 0 0 1.6em;
  background: url(../img/common/icon_check_off.svg) no-repeat 0 center;
  background-size: 20px 20px;
}
input[type="checkbox"]:checked + label {
  background: url(../img/common/icon_check_on.svg) no-repeat 0 center;
  background-size: 20px 20px;
}
.form_box-form input[type="text"], .form_box-form input[type="tel"], .form_box-form input[type="email"], .form_box-form textarea, .form_box-form input[type="password"], .form_box-form select, .form_box-form input[type="radio"] + label, .form_box-form input[type="checkbox"] + label, .save_data {
  background-color: var(--color-form-bg);
  border-radius: 5px;
  font-size: var(--font-size-m);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em;
  border: solid 1px var(--color-form-border);
  font-weight: normal;
  width: 100%;
  color: var(--color-black);
}
.form_box-form input[type="radio"] + label {
  padding: 1em 1em 1em 2.6em;
  background: url(../img/common/icon_radio_off.svg) no-repeat 1em center;
  background-size: 20px 20px;
  cursor: pointer;
  display: block;
  background-color: var(--color-form-bg);
}
.form_box-form input[type="radio"]:checked + label {
  background: url(../img/common/icon_radio_on.svg) no-repeat 1em center;
  background-size: 20px 20px;
  background-color: var(--color-form-bg);
}
.form_box-form input[type="checkbox"] + label {
  padding: 1em 1em 1em 2.6em;
  background: url(../img/common/icon_check_off.svg) no-repeat 1em center;
  background-size: 20px 20px;
  cursor: pointer;
  display: block;
  background-color: var(--color-form-bg);
}
.form_box-form input[type="checkbox"]:checked + label {
  background: url(../img/common/icon_check_on.svg) no-repeat 1em center;
  background-size: 20px 20px;
  background-color: var(--color-form-bg);
}
.form_box-form select {
  background: url("../img/common/icon_select.svg") no-repeat right 1em center;
  background-size: 20px 20px;
  background-color: var(--color-form-bg);
}
textarea {
  height: 150px;
}
::placeholder {
  color: var(--color-gray-36);
}
.save_data {
  background-color: var(--color-form-bg);
}
.must {
  color: var(--color-main);
  background-color: var(--color-white);
  border: solid 1px #ff0000;
  font-size: var(--font-size-s);
  border-radius: 5px;
  padding: 2px 6px;
  display: inline-block;
  margin-left: 8px;
}
.alertmsg {
  color: var(--color-main);
  background-color: #fff5f5;
  border-radius: 5px;
  padding: 1.6em 2em;
  line-height: 1.45;
  margin: 0 0 25px;
}
.resume_msg_box {
  color: var(--color-black);
  background-color: #fff5f5;
  border-radius: 5px;
  padding: 1.6em 2em;
  line-height: 1.45;
  margin: 25px 20px;
}
.resume_msg_box .resume_msg_box__title {
  color: var(--color-main);
  font-weight: var(--font-strong);
  font-size: var(--font-size-m);
  display: flex;
  justify-content: center;
}
.resume_msg_box .resume_msg_box__title:before {
  content: url("../img/common/icon_attention.png");
  transform: scale(0.6);
}
.alert {
  color: #e60039;
  border-radius: 5px;
  display: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: var(--font-size-base) !important;
}
.alert::before {
  content: url("../img/common/icon_alert.svg");
  margin-right: 5px;
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.form_box-agree .alert {
  color: #e60039;
  border-radius: 5px;
  display: none;
  position: relative;
  margin-top: 5px;
  padding-left: 0;
}
.form_box-agree .alert::before {
  position: relative;
  vertical-align: middle;
  left: inherit;
  padding-top: 10px;
}
.ex {
  font-size: var(--font-size-s);
}
.prize_box {
  text-align: center;
  border: solid 2px var(--color-main);
  border-radius: 10px;
  font-weight: 700;
  padding: 10px 10px 20px;
  margin: 0 17px 30px;
}
.prize_box-ttl {
  border-bottom: solid 1px var(--color-gray-base);
  padding: 4px 5px;
  background-color: var(--color-main);
  color: var(--color-white);
  border-radius: 20px;
}
.prize_box-text {
  padding: 17px 0 0;
  line-height: 1.2;
}
.progressbar {
  display: flex;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.progressbar li {
  font-size: var(--font-size-s);
  position: relative;
  width: calc(100% / 3);
  color: #9b9b9b;
  line-height: 1;
}
.progressbar li:after {
  background: #f3f3f3;
  content: "";
  width: calc(100% - 36px);
  height: 2px;
  position: absolute;
  left: calc(50% + 18px);
  top: 12px;
}
.progressbar li:last-child:after {
  display: none;
}
.progressbar li span {
  background: #f3f3f3;
  display: inline-block;
  height: 26px;
  margin-bottom: 2px;
  line-height: 26px;
  width: 26px;
  border-radius: 50%;
  font-weight: bold;
  color: #9b9b9b;
  font-size: 13px;
}
.progressbar .visited, .progressbar .complete {
  color: var(--color-main);
}
.progressbar .visited span, .progressbar .complete span {
  background: #ff0000;
  color: #ffffff;
}
.progressbar li.complete:after {
  background: #ff0000;
}
/* =========================================================
　◆募集要項同意 モーダル
========================================================= */
.form_box-terms {
  margin-top: 45px;
  color: var(--color-black);
  background-color: var(--color-white);
  min-height: calc(100vh - 75px);
  max-height: calc(100vh - 75px);
  overflow-y: scroll;
  text-align: left;
  padding: 0 0 20px 0;
}
.terms_box {
  padding: 25px;
  line-height: 1.5;
}
.terms_box dt {
  font-size: var(--font-size-m);
  font-weight: 700;
}
.terms_box dd {
  margin-top: 5px;
  margin-bottom: 30px;
}
/* =========================================================
　◆履歴
========================================================= */
.histry_list-point, .histry_list-member {
  border-top: solid 1px var(--color-gray-base);
  margin: 25px 0;
}
.histry_list-point li, .histry_list-member li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px var(--color-gray-base);
}
.histry_list-point li div {
  text-align: center;
  padding: 10px;
  width: calc(100% / 2);
}
.histry_list-member li div {
  text-align: center;
  padding: 10px;
}
.histry_list-member li div:first-child {
  width: 46%;
}
.histry_list-member li div:last-child {
  width: 54%;
}
.histry_list-point li div:nth-child(2), .histry_list-member li div:nth-child(2) {
  border-left: solid 1px var(--color-gray-base);
}
.histry_list-point li:first-child, .histry_list-member li:first-child {
  background-color: var(--color-gray-09);
}
.histry_list-point li:first-child div, .histry_list-member li:first-child div {
  padding: 5px 10px;
}
.histry_list-member li div:nth-child(2) {
  text-align: left;
}
.histry_list-member li:first-child div:nth-child(2) {
  text-align: center;
}
.histry_list-member .btn_next {
  font-size: var(--font-size-s);
  height: 36px;
  margin-top: 5px;
}
.pager {
  display: flex;
}
.pager div:last-child {
  margin-left: auto;
}
.pager .link {
  display: flex;
  justify-content: flex-end;
}
.pager .link li {
  margin: 0 6px;
}
.pager .link li:last-child {
  margin: 0 0 0 6px;
}
/* =========================================================
　◆抽選
========================================================= */
.lot_start {}
.lot_start .text {
  text-align: center;
  margin: 30px 0 35px;
  font-size: 20px;
  font-weight: bold;
}
.lot_win {
  position: relative;
}
.lot_win .text {
  text-align: center;
  margin-top: 20px;
}
.lot_lose {
  position: relative;
}
.lot_lose .text {
  text-align: center;
  margin-top: 20px;
}
.lot_win video, .lot_lose video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.lot_win .btn-btm, .lot_lose .btn-btm {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: auto;
  margin: 0 9.032258%;
  z-index: 2;
}
#result {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#result.show {
  display: block;
  opacity: 1;
}
/* =========================================================
　◆ボタン
========================================================= */
.btn {
  margin: 50px 37px 0;
  text-align: center;
}
.modal_box .btn {
  margin: 50px 0 0;
  text-align: center;
}
.btn2 {
  margin: 40px 0 0;
  text-align: left;
}
.btnLot {
  margin: 30px 20px 0;
  text-align: center;
}
.btn li {
  margin-bottom: 20px;
}
.btn li:last-child {
  margin-bottom: 0;
}
.btnLot li:nth-child(1) {
  margin-bottom: 45px;
}
.btn_img_back {
  max-width: 300px;
}
.btn_img_next {
  max-width: 300px;
}
.btn_img_next:disabled {
  filter: grayscale(100%);
  opacity: 0.2;
  cursor: default;
}
.btn_base {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  text-decoration: none !important;
  border: none !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  height: 100%;
}
.btn_next {
  height: 50px;
  max-width: 300px;
  font-size: var(--font-size-m);
}
.btn_back {
  height: 50px;
  max-width: 300px;
  font-size: var(--font-size-m);
}
.btn_next {
  background-color: var(--color-main);
  color: var(--color-white) !important;
  border: solid 1px var(--color-main) !important;
  text-align: center;
}
.btn_back {
  background-color: var(--color-white);
  color: var(--color-main) !important;
  border: solid 2px var(--color-main) !important;
}
.btn_next:disabled, .btn_histry_back.disabled, .btn_histry_next.disabled, .btn_next.disabled {
  background-color: var(--btn-disable-bg);
  color: var(--btn-disable-text) !important;
  border: solid 1px var(--btn-disable-bg) !important;
  cursor: default;
}
.btn_zipcall {
  background-color: var(--color-gray-77);
  border: solid 1px var(--color-gray-77) !important;
  color: var(--color-white) !important;
}
.btn_sub {
  background-color: var(--color-gray-77);
  border: solid 1px var(--color-gray-77) !important;
  color: var(--color-white) !important;
  height: 50px;
  max-width: 200px;
  margin: 0;
}
.btn_histry_back, .btn_histry_next {
  padding: 10px 8px;
  background-color: var(--color-gray-77);
  color: #fff !important;
}
/* =========================================================
　◆TOP/MYPAGE
========================================================= */
.kv {
  max-width: 750px;
  margin: 0 auto;
  background-image: url("../img/common/bg_kv.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
	position: relative;
}
.kv h1 {
  position: relative;
  z-index: 1;
}
.top_contents, .my_contents {
  background-color: var(--color-white);
  max-width: 750px;
  margin: 0 auto;
	position: relative;
}
.my_contents {
  padding-top: 60px;
}
.my_contents .scroll-mt {
  scroll-margin-top: 60px;
}
.iw-point, .wc-point {
  display: flex;
  align-items: flex-end;
  border-radius: 4px;
  border: solid 1px var(--color-gray-base);
  padding: 25px 40px 25px 25px;
  font-size: var(--font-size-s);
  margin-top: 15px;
  line-height: 1;
}
.iw-point p:nth-child(1), .wc-point p:nth-child(1) {
  width: 45.28%;
  text-align: left;
  line-height: 1.16;
  padding-bottom: 14px;
}
.wc-point p:nth-child(1) {
  padding-bottom: 4px;
}
.iw-point p:nth-child(2), .wc-point p:nth-child(2) {
  width: 45.11%;
  font-size: 50px;
  font-weight: var(--font-strong);
  text-align: right;
}
.iw-point p:nth-child(3), .wc-point p:nth-child(3) {
  width: 9.61%;
  padding-bottom: 8px;
  margin-left: 10px;
  text-align: right;
}
.carousel_main_banner {
  background-image: url("../img/common/bg_main_bnr.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 0;
  background-color: var(--color-main);
}
.carousel_main_banner .banner_list__item {
  padding: 0 10px;
}
.carousel_main_banner .banner_list__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.carousel_main_banner .banner_list__item img {
  border: solid 2px #ffffff;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.carousel_main_banner .slick-dots {
  bottom: -2px !important;
}
.carousel_main_banner .slick-dots li button:before {
  font-size: 10px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}
.carousel_main_banner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #C1AB04 !important;
}
.point_section {
  margin: 12px 0;
  border-top: solid 3px var(--color-main);
  border-bottom: solid 3px var(--color-main);
  padding: 100px 20px 80px;
  background-image: url("../img/common/bg_point_area_top.png"), url("../img/common/bg_point_area_btm.png");
  background-repeat: repeat-x;
  background-position: top 12px center, bottom 16px center;
  background-size: 375px auto;
}
.rank_area {
  font-size: var(--font-size-m);
}
.rank_area .title {
  width: 120px;
  margin: 0 auto;
}
.rank_area .rank_icon {
  margin: 25px 0 45px;
  position: relative;
}
#rankup_modal_show.rank_icon figure img {
  opacity: 0.5;
}
#rankup_modal_show.rank_icon span {
  position: absolute;
  top: 30px;
  right: 50px;
}
.rank_area .text {
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}
.rank_area .text span {
  border: solid 1px #D2D2D2;
  border-radius: 6px;
  font-size: 30px;
  color: var(--color-main);
  padding: 4px 10px 4px;
  margin: 0 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.rank_area .text_area {
  text-align: center;
}
.rank_area .text_wrapper {
  display: inline-block;
}
.link_about {
  font-size: 10px;
  color: #9FA0A0 !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.link_about:before {
  content: url("../img/common/icon_about.png");
  transform: scale(0.6);
  display: inline-block;
  vertical-align: middle;
}
.progress_area {
  display: flex;
  align-items: center;
}
.progress_area .point_rank {
  width: 80px;
  margin-right: 10px;
  color: #B3B3B3;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.progress_area .point_rank span {
  font-size: 30px;
  color: var(--color-main);
  font-weight: 700;
}
.progress_area .next_rank {
  width: 40px;
  margin-left: 10px;
}
.progress_wrapper {
  position: relative;
  width: 100%;
}
.progress_inner {
  width: 100%;
  height: 18px;
  background-color: #d2d2d2;
  border-radius: 18px;
  overflow: hidden;
}
.progress_bar {
  height: 100%;
  background-color: #fe0000;
  border-radius: 10px;
  width: 0;
}
.progress-icon {
  position: absolute;
  top: -24px;
  left: 0;
  width: 60px;
  height: auto;
  margin-left: -40px;
}
.progress_area.rank4 .progress_bar {
  background-color: #0064C0;
}
.progress_area.rank9 .progress_bar {
  background-color: var(--color-main);
}
.progress_area.rank19 .progress_bar {
  background-color: #F5CC02;
}
.progress_area.rank49 .progress_bar {
  background-color: #007D00;
}
.progress_area.rank99 .progress_bar {
  background-color: #C1AB04;
}
.progress_area.rank100 .progress_bar {
  background-color: #8200ff;
}
.progress_area.rank4 .progress-icon, .progress_area.rank9 .progress-icon, .progress_area.rank19 .progress-icon, .progress_area.rank100 .progress-icon {
  top: -18px;
  width: 50px;
  margin-left: -35px;
}
.progress_area.rank49 .progress-icon {
  top: -12px;
  width: 70px;
  margin-left: -45px;
}
.progress_area.rank99 .progress-icon {
  top: -24px;
  width: 90px;
  margin-left: -56px;
}
.progress_area.rank4 .point_rank span {
  color: #0064C0;
}
.progress_area.rank9 .point_rank span {
  color: var(--color-main);
}
.progress_area.rank19 .point_rank span {
  color: #F5CC02;
}
.progress_area.rank49 .point_rank span {
  color: #007D00;
}
.progress_area.rank99 .point_rank span {
  color: #C1AB04;
}
.progress_area.rank100 .point_rank span {
  color: #8200ff;
}
.progress_wrapper.is-active .progress_bar {
  animation: fillProgress 1s ease-out forwards;
}
.progress_wrapper.is-active .progress-icon {
  animation: moveIcon 1s ease-out forwards;
}
@keyframes fillProgress {
  to {
    width: calc(var(--value) / var(--max) * 100%);
  }
}
@keyframes moveIcon {
  to {
    left: calc(var(--value) / var(--max) * 100%);
  }
}
.point_area {
  border: solid 6px #969696;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}
.point_area {
  border: solid 6px #969696;
  border-radius: 16px;
  font-weight: bold;
  padding: 14px 0 0;
  max-width: 270px;
  margin: 50px auto;
}
.point_area .point_wrapper {
  position: relative;
}
.point_area .point_wrapper p:nth-child(2) {
  font-size: 60px;
  color: var(--color-main);
  margin-top: 10px;
}
.point_area .point_wrapper p:nth-child(3) {
  font-size: var(--font-size-m);
  position: absolute;
  bottom: 0;
  right: 45px;
}
.point_area .expdate {
  background-color: #969696;
  padding: 6px 0 0;
  margin-top: 18px;
}
.point_area .expdate p {
  color: #ffffff;
  font-size: 11px;
}
.point_area .expdate p:before {
  content: url("../img/common/icon_attention.png");
  transform: scale(0.5);
  display: inline-block;
  vertical-align: middle;
}
.point_area .expdate p span {
  font-size: 8px;
}
.btn-sub {
  margin: 40px auto 0;
  text-align: center;
}
.btn-sub img {
  max-width: 280px;
}
.prize_section {
  background-color: #E6E6E6;
  padding: 50px 30px;
}
.prize_section h2.title {
  margin: 100px auto 30px;
  text-align: center;
  max-width: 290px;
}
.prize_section h2.title:nth-of-type(1) {
  margin-top: 0;
}
.prize_section .title-sub {
  font-size: 10px;
  color: var(--color-main);
  margin-bottom: 10px;
}
.prize_section .title-sub.all {
  margin-top: 100px;
}
.prize_section .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.prize_section .items li {
  background-color: var(--color-white);
  border-radius: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.prize_section .items li .detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 5px;
}
.prize_section .items li figure {
  position: relative;
}
.prize_section .items li figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.prize_section .items li figure img {
  border-radius: 10px 10px 0 0;
}
.prize_section .prize_name {
  flex-grow: 1;
  font-size: var(--font-size-base);
  line-height: 1.33;
}
.prize_section .winner_value {
  font-size: 10px;
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.5;
}
.prize_section .winner_value.all {
  font-size: var(--font-size-base);
  color: var(--color-main);
  font-weight: normal;
}
.prize_section .winner_value span {
  font-size: 20px;
  color: var(--color-main);
  margin-right: 2px;
}
.prize_section .items li .btn_entry {
  margin-top: 4px;
}
.prize_section .items li .btn_entry a {
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  justify-content: center;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.prize_section .items li .btn_entry a.cp {
  background-color: #00D2FF;
  color: var(--color-black);
}
.prize_section .items li .btn_entry a.lot {
  background-color: #FFD200;
  color: var(--color-black);
}
.prize_section .items li .btn_entry a.all {
  background-color: var(--color-main);
  color: #ffffff;
}
.prize_section .items li .btn_entry a.disabled {
  background-color: #AFAFAF;
  color: #ffffff;
}
.prize_section .items li .btn_entry span {
  color: var(--color-main);
  margin-left: 5px;
}
.prize_section .items li .btn_entry a.all span {
  color: #ffffff;
}
.prize_section .items li .btn_entry a.disabled span {
  color: #ffffff;
}
.prize_section .title-sub .link_about {
  font-size: 10px;
  color: #9FA0A0 !important;
  text-decoration: none !important;
  display: inline-block;
  align-items: center;
  margin-left: 5px;
}
.product_section {
  padding: 80px 20px 0;
  position: relative;
  padding-bottom: 20px;
}
.product_section h2.title {
  max-width: 270px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.product_section .accordion_box__detail {
  position: relative;
  margin-top: -20px;
  padding-bottom: 40px;
}
.product_section .product_box {
  padding: 0 0 20px 0;
  border: solid 2px #ff0000;
}
.product_section .lead {
  text-align: center;
  font-weight: bold;
  color: var(--color-main);
  margin: 30px 0 20px;
}
.product_section .item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 0 20px;
}
.howto_section {
  margin: 0 20px 0;
  position: relative;
  top: 0;
  padding-bottom: 20px;
}
.howto_section h2.title {
  max-width: 270px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.howto_section .accordion_box__detail {
  padding-bottom: 40px;
}
.howto_section .flow li {
  padding-bottom: 60px;
  background-image: url("../img/common/howto_arrow.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  margin-top: 20px;
}
.howto_section .flow li:first-child {
  padding-bottom: 25px;
}
.howto_section .flow li:last-child {
  background-image: none;
  padding-bottom: 0;
}
.howto_section .flow .image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.howto_section .flow li:nth-of-type(1) .image {
  background-image: url("../img/common/howto_01_bg.png");
}
.howto_section .flow li:nth-of-type(2) .image {
  background-image: url("../img/common/howto_02_bg.png");
}
.howto_section .flow li:nth-of-type(3) .image {
  background-image: url("../img/common/howto_03_bg.png");
}
.btn_stripe {
  position: relative;
  margin-top: 10px;
}
.btn_stripe img {
  z-index: 1;
  position: relative;
}
.btn_stripe::after {
  background-image: repeating-linear-gradient(45deg, var(--color-black), var(--color-black) 4px, transparent 4px, transparent 7px);
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  width: 100%;
  content: "";
}
.aboutranck_section {
  margin: 0 20px 0;
  position: relative;
}
.aboutranck_section h2.title {
  max-width: 339px;
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
}
.aboutranck_section .accordion_box__detail {
  padding-bottom: 10px;
}
.top_contents .aboutranck_section .accordion_box__detail {
  padding-bottom: 70px;
}
.aboutranck_section .lead {
  text-align: center;
  line-height: 1.53;
  font-weight: bold;
  font-size: var(--font-size-base);
}
.aboutranck_section .list li {
  margin-top: 27px;
}
.aboutranck_section .list li:first-child {
  margin-top: 12px;
}
.btn_aboutcuppo {
  margin: 30px auto 80px;
  max-width: 270px;
  text-align: center;
}
.bg_white {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.bg_grey {
  background-color: #F2F2F2;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.outline_section, .faq_section {
  padding: 80px 20px 0;
}
.contact_section {
  padding: 60px 20px 0;
}
.outline_section h2.title, .faq_section h2.title, .contact_section h2.title {
  max-width: 270px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.outline_section .outline_box {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 30px 10px 30px 25px;
  line-height: 1.6;
  margin-top: 30px;
}
.outline_section .outline_box .outline_box_inner {}
.outline_section .outline_box .outline_box_inner dl {
  height: 350px;
  padding-right: 20px;
}
.outline_section .outline_box .outline_box_inner dt {
  font-weight: bold;
}
.outline_section .outline_box .outline_box_inner dd {
  margin-bottom: 20px;
}
.outline_section .outline_box .outline_box_inner dd:last-child {
  margin-bottom: 0;
}
.faq_box {
  line-height: 1.6;
  margin-top: 30px;
}
.faq_box_inner .accordion_box {
  padding-bottom: 10px;
}
.contact_section .contact_box {
  padding: 0 0 25px 0;
  position: relative;
  border: solid 2px #ff0000;
  margin-top: -20px;
}
.contact_section .contact_box dl {
  padding-top: 40px;
  text-align: center;
}
.contact_section .contact_box dt {
  color: var(--color-main);
}
.contact_section .contact_box .tel {
  font-size: 40px;
  color: var(--color-main);
  margin: 6px 0 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.contact_section .contact_box .note {
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
  margin: 0 25px;
}
.accordion_box__detail {
  display: none;
}
.top_contents .howto_section .accordion_box__detail, .top_contents .product_section .accordion_box__detail, .top_contents .aboutranck_section .accordion_box__detail {
  display: block;
}
.question {
  cursor: pointer;
  position: relative;
  padding-left: 2.5em;
  background-color: var(--color-white);
  border-radius: 5px 5px 0 0;
  padding: 18px calc(14px + 2em) 18px calc(12px + 2.5em);
}
.answer {
  position: relative;
  padding-left: 2.5em;
  background-color: #FFEAEA;
  color: var(--color-main);
  border-radius: 0 0 5px 5px;
  padding: 18px calc(14px + 2em) 18px calc(12px + 2.5em);
}
.question_title {
  width: 2em;
  display: block;
  left: 12px;
  top: 18px;
  position: absolute;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.answer_title {
  width: 2em;
  display: block;
  left: 20px;
  top: 18px;
  position: absolute;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.toggle_btn {
  position: absolute;
  width: 22px;
  height: 22px;
  border: none;
  cursor: pointer;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.toggle_btn::before, .toggle_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-main);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  width: 22px;
  height: 2px;
}
.toggle_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion_box__title.selected .toggle_btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion_box__title .title::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon_h_open.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right center;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  right: 20px;
}
.accordion_box__title.selected .title::after {
  background-image: url("../img/common/icon_h_close.png");
}
.top_contents .accordion_box__title .title::after {
  content: "";
  position: absolute;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right center;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  right: 20px;
}
.link_line_login_err {
  text-align: center;
  margin: 20px 0;
  font-size: 12px;
}
.link_line_login_err a {
  color: var(--color-black) !important;
}
.entry_section {
  margin: -7.06666666% 0 0;
  border-top: solid 3px var(--color-main);
  padding: 110px 0 80px;
  background-image: url("../img/common/bg_point_area_top.png"), url("../img/common/bg_point_area_btm.png");
  background-repeat: repeat-x;
  background-position: top 12px center, bottom 16px center;
  background-size: 375px auto;
  background-color: #ffffff;
}
.entry_section_line {
  background-color: #ffffff;
  border-top: solid 3px var(--color-main);
  padding-bottom: 12px;
}
.entry_section .title {
  max-width: 187.5px;
  margin: 0 auto;
}
.entry_section .entry_area {
  position: relative;
}
.entry_section .deco02 {
  max-width: 50px;
  width: 50px;
  display: block;
  position: absolute;
  top: -35px;
  right: 13px;
  z-index: 1;
}
.entry_section .deco03 {
  max-width: 50px;
  width: 50px;
  display: block;
  position: absolute;
  top: -17px;
  right: 15px;
  z-index: 3;
}
.entry_section .entry_area_inner {
  background-color: #F2F2F2;
  border-radius: 6px;
  padding: 35px 17.5px 30px;
  text-align: center;
  margin: 35px 20px 0;
  position: relative;
  z-index: 2;
}
.entry_section .entry_area .text {
  line-height: 1.53;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}
.entry_section .entry_area .entry_btn {
  max-width: 300px;
  margin: 20px auto 0;
}
.top_prize_section {
  background-color: var(--color-main);
  padding: 75px 0 0 0;
}
.top_prize_area {
  background-color: var(--color-white);
  border-radius: 10px;
  margin: 0 20px;
  z-index: 1;
  position: relative;
  padding: 35px 20px;
}
.top_prize_area h2.title01 {
  max-width: 196px;
  margin: 0 auto 30px;
}
.top_prize_area h2.title02 {
  max-width: 261px;
  margin: 0 auto 15px;
}
.top_prize_section .deco02 {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 8%;
}
.top_prize_area .prize_all {
  background-color: var(--color-main);
  position: relative;
  z-index: 1;
}
.top_prize_area .prize_rwexp {
  background-color: #FFD200;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
}
.top_prize_area .btn_stripe {
  margin: 0 0 40px;
}
.top_prize_area a {
  text-decoration: none !important;
}
.top_prize_area .prize_all a .link_reward_more {
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  color: var(--color-white) !important;
  padding: 10px 20px 10px 6px;
  background-image: url("../img/prize/icon_arrow_all_y.png");
  font-size: 17px;
  text-align: center;
  font-weight: 500;
}
.top_prize_area .prize_rwexp a {
  color: #000000 !important;
}
.top_prize_area .prize_rwexp a .link_reward_more {
  font-size: 9px;
  margin-top: 8px;
  text-align: right;
  text-decoration: none;
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-right: 16px;
  color: var(--color-black);
  background-image: url("../img/prize/icon_arrow_lot.png");
}
.top_prize_area .prize_rwexp figcaption {
  padding: 10px 6px 0px;
  font-size: 14px;
  line-height: 1.21;
}
.top_prize_area figure {
  position: relative;
}
.top_prize_area figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
/* =========================================================
　◆ギフトコード表示
========================================================= */
.giftcode_show {
  background-color: #f5f2e9;
  border-radius: 5px;
  padding: 25px;
}
.giftcode_info-text {
  line-height: 1.42;
  margin-top: 30px;
}
.giftcode_info-text dl {}
.giftcode_info-text dl dt {
  font-weight: var(--font-strong);
  margin-bottom: 8px;
}
.giftcode_info-text dl dd {
  margin-bottom: 25px;
}
/* =========================================================
　◆ポイント登録モーダル
========================================================= */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-overlay.show {
  display: block;
}
.modal-content-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-content-wrapper.active {
  display: block;
}
.modal-content {
  cursor: default;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-align: center;
  padding-top: 0;
}
.modal-content-wrapper.show .modal-content {
  opacity: 1;
  transform: translateY(0);
}
.modal-content-wrapper img {
  width: 100%;
}
.modal_box_err {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.modal_box_err_inner {
  background-color: var(--color-white);
  border: solid 2px #ff0000;
  padding: 30px 30px;
  text-align: left;
  margin: 100px 25px;
  line-height: 1.4;
}
.modal_box_err .close-btn-btm {
  position: relative;
  width: auto;
  margin: 0 9.032258%;
  margin-top: 25px;
}
/* =========================================================
　◆ランクアップ
========================================================= */
.animation-content-wrapper {
  width: 100vw;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.animation-content {
  position: relative;
  /* 【比率の計算】
     動画の幅 650 に対して、ボタンの高さは 650 × 15.5844155% ＝ 「101.2987」
     全体の高さは 1164 ＋ 101.2987 ＝ 「1265.2987」 */
  /* 【比率の再計算】
     動画（1164） ＋ 上のボタン分（101.2987） ＋ 下のボタン分（101.2987）
     ＝ 全体の高さは 「1366.5974」 */
  aspect-ratio: 650 / 1366.5974;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.animation-content video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.animation-content .close-btn-top {
  position: absolute;
  top: 2%;
  right: -7.7922%;
  width: 15.5844155%;
  z-index: 2;
}
.animation-content .close-btn-btm {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: auto;
  margin: 0 9.032258%;
  z-index: 2;
}
.animation-content .text-oya {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: auto;
  margin: 0 9.032258%;
  z-index: 2;
}
.animation-content .rankup-close-btn-btm {
  position: absolute;
  bottom: 10%;
  left: 4.9342105%;
  width: 57.8947368%;
  z-index: 2;
}
.animation-content .rankup-share-title {
  width: 16.4473684%;
  position: absolute;
  left: 73.3552631%;
  bottom: 7.6%;
  z-index: 2;
}
.animation-content .rankup-share-btn {
  position: absolute;
  bottom: 10%;
  left: 65.7894736%;
  width: 30.2631578%;
  z-index: 2;
}
.animation-content .rankup-share-btn-inner {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
.animation-content .rankup-facebook {
  width: calc(100% / 2 - 3.3333%);
  margin-right: 3.3333%;
}
.animation-content .rankup-x {
  width: calc(100% / 2 - 3.3333%);
  margin-left: 3.3333%;
}
/* =========================================================
　◆コレクション
========================================================= */
.collection_section {
  background-color: var(--color-main);
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.collection_section .title {
  font-size: var(--font-size-m);
  color: #ffffff;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
}
.collection_section .collection_inner {
  margin: 0 20px;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
}
.collection_section .point_all_text dt {
  font-size: 18px;
  font-weight: bold;
}
.collection_section .point_all_text dd {
  font-size: 100px;
  color: var(--color-main);
  border-bottom: solid 2px #ff0000;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.collection_section .category_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.collection_section .title_standard {
  font-size: 18px;
  color: #ffffff;
  background-color: var(--color-main);
  border-radius: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  padding: 4px 14px 8px;
}
.collection_section .title_limited {
  font-size: 18px;
  color: #ffffff;
  background-color: #C1AB06;
  border-radius: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  padding: 4px 14px 8px;
}
.collection_section .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 45px;
  margin-top: 10px;
}
.collection_section .item:nth-of-type(2) {
  margin-bottom: 0;
}
.collection_section .item li {
  list-style: none;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-row-gap: 0;
  position: relative;
}
.collection_section .item li .chara {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 180 / 155;
  display: block;
}
.collection_section .item li .chara img {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 95%;
  object-fit: contain;
}
@keyframes hyokkori {
  0% {
    transform: translateY(100%);
  }
  27.27% {
    transform: translateY(0);
  }
  72.73% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.collection_section .item li .chara.show img {
  bottom: 0;
  transform: translateY(0);
  animation: hyokkori 2s cubic-bezier(0.16, 1, 0.3, 1) 2 forwards;
}
.collection_section .item li .chara .exclamation-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(220%, -250%) scale(0);
  width: 15%;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s ease;
  z-index: 10;
}
.collection_section .item li .chara .exclamation-icon.active {
  transform: translate(220%, -250%) scale(1.3);
  opacity: 1;
}
.collection_section .image {
  position: relative;
  margin-top: -40%;
}
.collection_section .text {
  font-size: 21px;
  color: var(--color-main);
  margin-top: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.collection_section .text.off {
  color: #C8C8C8;
}
.item li .chara .pre-img {
  position: absolute;
  top: -11.65%;
  left: 0;
}
.item li .chara .pre-img.blink {
  animation: blinkAnime 0.6s ease-in-out 1 forwards;
}
@keyframes blinkAnime {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* =========================================================
　◆リワード
========================================================= */
.reward_section {
  background-color: var(--color-main);
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 20px;
}
.reward_inner {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 35px 20px;
}
.reward_inner .title {
  max-width: 255px;
  margin: 0 auto 25px;
}
.reward_inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 13px;
}
.reward_inner .items li {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.reward_inner .items li a {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.reward_inner .items li.lot {
  background-color: #FFD200;
}
.reward_inner .items li.all {
  background-color: var(--color-main);
}
.reward_inner .items li .detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
}
.reward_inner .items li figure {
  position: relative;
}
.reward_inner .items li figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.reward_inner .items li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.reward_inner .prize_name {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  transform: scaleX(0.9);
  transform-origin: left center;
  width: 111%;
  margin-right: -11%;
}
.reward_inner .items li.lot .prize_name {
  color: var(--color-black);
}
.reward_inner .items li.all .prize_name {
  color: #ffffff;
}
.reward_inner .link_reward_more {
  font-size: 9px;
  margin-top: 8px;
  text-align: right;
}
.reward_inner .link_reward_more {
  text-decoration: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-right: 12px;
}
.reward_inner .items li.lot .link_reward_more {
  color: var(--color-black);
  background-image: url("../img/prize/icon_arrow_lot.png");
}
.reward_inner .items li.all .link_reward_more {
  color: #ffffff;
  background-image: url("../img/prize/icon_arrow_all.png");
}
.reward_section .btn_stripe {
  margin-top: 20px;
}
.remodal_reward {
  background-color: #FFD200;
  border-radius: 10px;
  margin: 30px 0px;
  position: relative;
  padding: 58px 0 40px;
  color: var(--color-black);
}
.remodal_reward .remodal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  background-image: url("../img/prize/btn_reward_modal_close.png");
  background-size: 100% 100%;
  z-index: 2;
}
.carousel_reward {}
.carousel_reward .reward_list__item {}
.carousel_reward .reward_list__item::after, .carousel_reward_thumb .reward_list__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.reward_list__item img, .remodal_reward img {
  width: 100%;
}
.carousel_reward_thumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 14px 20px;
}
.carousel_reward_thumb .reward_list__item {
  position: relative;
  cursor: pointer;
  width: calc(100% / 4 - 1%);
  margin: 0 0.5% 1%;
}
.carousel_reward_thumb .reward_list__item img {
  border: solid 2px transparent;
}
.carousel_reward_thumb .reward_list__item.current img {
  border: solid 2px #ff0000;
}
.remodal_reward .reward_name {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
}
.remodal_reward .reward_name span {
  font-size: 22px;
}
.remodal_reward .reward_tousen {
  font-size: var(--font-size-base);
  font-weight: bold;
  margin-top: 6px;
  border-bottom: solid 1px var(--color-black);
  display: inline-block;
  padding-bottom: 6px;
}
.remodal_reward .reward_tousen span {
  font-size: 25px;
}
.remodal_reward .reward_text {
  font-size: var(--font-size-base);
  font-weight: bold;
  line-height: 1.53;
  margin: 15px 20px 0;
  text-align: left;
}
.remodal_reward .reward_need_point {
  font-size: var(--font-size-base);
  font-weight: bold;
  background-color: var(--color-main);
  color: #ffffff;
  margin: 30px 20px 0;
  padding: 5px;
}
.remodal_reward .reward_share {
  margin-top: 34px;
}
.remodal_reward .reward_share dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--color-main);
}
.remodal_reward .reward_share ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.remodal_reward .reward_share li {
  margin: 0 3.333%;
  width: 19.7014925%;
  max-width: 66px;
}
/* =========================================================
　◆TOP POPUP モーダル
========================================================= */
.remodal_top {
  padding: 0;
  margin: 20px 0 0;
  position: relative;
}
.remodal_top img {
  width: 100%;
}
.remodal_top .popup_btn01 {
  width: 89.2156862%;
  position: absolute;
  top: 76.8551236%;
  left: 0;
  right: 0;
  margin: auto;
}
.remodal_top .popup_btn02 {
  width: 50.3267973%;
  position: absolute;
  top: 89.7526501%;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

/* =========================================================
　◆TOPアニメーション
========================================================= */
.l-bg {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
}
.l-bg__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
}
/* =========================================================
　◆PC非対応画面
========================================================= */
.pc .contents {
  background-color: var(--color-white);
  max-width: auto;
  max-width: initial;
  margin: 0 auto;
  background-image: url("../img/common/bg_point_area_top.png"), url("../img/common/bg_point_area_btm.png");
  background-repeat: repeat-x;
  background-position: top 12px center, bottom 16px center;
  background-size: 375px auto;
  border-top: solid 3px var(--color-main);
  border-bottom: solid 3px var(--color-main);
  padding: 110px 0 100px;
}
.pc .page_inner {
  text-align: center;
  font-size: 26px;
  padding: 43px 0 50px;
}
.pc .page_inner--sub {
  line-height: 1;
  letter-spacing: -0.02em;
}
.pc .sub-text {
  font-size: var(--font-size-m);
}
.pc .qrcode_area {
  background-color: var(--color-white);
  width: 200px;
  margin: 50px auto 0;
  padding: 25px 25px 18px;
  border: solid 1px var(--color-gray-base);
}
#qrcode {
  background-color: var(--color-white);
}
/* =========================================================
　◆スクロールバー
========================================================= */
.simplebar-track {
  background: var(--color-white);
  border-radius: 8px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track .simplebar-scrollbar::before {
  background: var(--color-main);
}
/* =========================================================
　◆汎用
========================================================= */
.font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.font-Montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.indent-num {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.align-c {
  text-align: center;
}
.align-l {
  text-align: left;
}
.align-r {
  text-align: right;
}
.strong {
  color: var(--color-main);
}
.fontS {
  font-size: var(--font-size-s);
}
.fontXS {
  font-size: var(--font-size-xs);
}
.fontXXS {
  font-size: var(--font-size-xxxs);
}
.fontM {
  font-size: var(--font-size-m);
}
.fontL {
  font-size: var(--font-size-l);
}
.fontXL {
  font-size: var(--font-size-xl);
}
.colorGray {
  color: var(--color-gray-base);
}
.colorMGray {
  color: var(--color-gray-66);
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}

.top_before__text {
  position: relative;
	z-index: 1;
}
.top_before__btn {
  width: 39.8666666%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
