@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);
:root {
  --font-size-base: 14px;
  --font-size-xl: 20px;
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 12px;
  --font-size-xs: 11px;
  --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;
}
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%;
}
/* =========================================================
　◆LINK
========================================================= */
a:link, a:visited, a:hover, a:active {
  color: var(--color-link);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
nav a, .cmn_header a, .tel a, .navi_area a, .mail, .tel-link {
  color: var(--color-black) !important;
}
/* =========================================================
　◆ヘッダー
========================================================= */
.cmn_header {
  padding: 0 25px;
  border-bottom: solid 1px var(--color-gray-base);
}
.cmn_header_inner {
  display: flex;
  align-items: center;
  height: 75px;
}
.cmn_header .menu {
  width: 40.15%;
}
.cmn_header .logo {
  width: 19.7%;
  margin: 0 auto;
  text-align: center;
}
.cmn_header .logo img {
  max-width: 64px;
}
.cmn_header .link-text {
  width: 40.15%;
  text-align: right;
}
.menu_btn {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 35px;
  height: 23px;
}
.menu_btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 3px;
  background-color: var(--color-main);
  width: 35px;
}
.menu_btn.active {
  position: fixed;
  left: 25px;
  top: 31px;
}
.menu_btn span:nth-of-type(1) {
  top: 0;
}
.menu_btn span:nth-of-type(2) {
  top: 10px;
}
.menu_btn span:nth-of-type(3) {
  top: 20px;
}
.menu_btn.active span:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: translateY(10px) rotate(-30deg);
  width: 35px;
}
.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn.active span:nth-of-type(3) {
  top: 20px;
  left: 0;
  transform: translateY(-10px) rotate(30deg);
  width: 35px;
}
.menu_item {
  position: fixed;
  z-index: 9;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100vh;
  background-color: var(--color-white);
  transition: all 0.4s;
}
.menu_item.panelactive {
  left: 0;
}
.menu_item.panelactive .list {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.menu_item ul {
  z-index: 9;
  margin-top: 75px;
  border-top: solid 1px var(--color-gray-base);
}
.menu_item a {
  border-bottom: solid 1px var(--color-gray-base);
  cursor: pointer;
  display: block;
  text-align: left;
}
.menu_item .list a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.menu_item .list .arrow {
  padding: 25px;
  position: relative;
  display: block;
}
.menu_item .list .arrow::before, .menu_item .list .arrow::after {
  content: "";
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
.menu_item .list .arrow::before {
  width: 18px;
  height: 18px;
  background-color: var(--color-main);
  border-radius: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.menu_item .list .arrow::after {
  width: 8px;
  height: 8px;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
/* =========================================================
　◆フッター
========================================================= */
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);
}
/* =========================================================
　◆レイアウト
========================================================= */
.wrapper {
  margin: 0 auto;
  width: 100%;
}
.cp_header {
  max-width: 750px;
  margin: 0 auto;
}
main {}
.contents {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
.page_title {
  max-width: 750px;
  margin: 0 auto;
  padding: 25px 0 0;
}
.page_title-text {
  font-size: var(--font-size-h-sec);
  font-weight: 700;
  text-align: center;
}
.page_inner {
  padding: 30px 0 60px;
}
.page_inner--sub {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 25px;
  line-height: 1.45;
}
/* =========================================================
　◆フォーム
========================================================= */
.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/icon_check_off.svg) no-repeat 0 center;
  background-size: 20px 20px;
}
input[type="checkbox"]:checked + label {
  background: url(../img/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/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/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/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/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/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: #ff0000;
  background-color: #ffffff;
  border: solid 1px #ff0000;
  font-size: var(--font-size-s);
  border-radius: 5px;
  padding: 2px 6px;
  display: inline-block;
  margin-left: 8px;
}
.alertmsg {
  color: #ff0000;
  background-color: #fff5f5;
  border-radius: 5px;
  padding: 1.6em 2em;
  margin-bottom: 25px;
  line-height: 1.45;
}
.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/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;
  margin-bottom: 30px;
  border: solid 1px var(--color-gray-base);
}
.prize_box-ttl {
  border-bottom: solid 1px var(--color-gray-base);
  padding: 4px 5px;
}
.prize_box-text {
  font-weight: 700;
  padding: 10px 5px;
}
.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: #ff0000;
}
.progressbar .visited span, .progressbar .complete span {
  background: #ff0000;
  color: #ffffff;
}
.progressbar li.complete:after {
  background: #ff0000;
}
/* =========================================================
　◆応募要項同意 モーダル
========================================================= */
.form_box-terms {
  margin-top: 45px;
  color: #000000;
  background-color: #ffffff;
  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;
}
/* =========================================================
　◆モーダル
========================================================= */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.modal_box {
  margin: 45px 25px;
  background-color: var(--color-white);
  padding: 25px;
  font-size: var(--font-size-base);
  line-height: 1.45;
}
.modal_box-text {
  max-width: 300px;
  margin: 0 auto;
}
.modal_box-text span {
  color: var(--color-top-main);
  font-weight: var(--font-strong);
  font-size: 16px;
}
/* =========================================================
　◆履歴
========================================================= */
.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: 50%;
}
.histry_list-member li div:last-child {
  width: 50%;
}
.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-base);
  height: 40px;
  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-top: 20px;
}
.lot_win {}
.lot_win .text {
  text-align: center;
  margin-top: 20px;
}
.lot_lose {}
.lot_lose .text {
  text-align: center;
  margin-top: 20px;
}
/* =========================================================
　◆ボタン
========================================================= */
.btn {
  margin: 50px 37px 0;
  text-align: center;
}
.btn2 {
  margin: 40px 0 0;
  text-align: left;
}
.btnLot {
  margin: 30px 37px 0;
  text-align: center;
}
.btn li, .btnLot li {
  margin-bottom: 20px;
}
.btn li:last-child {
  margin-bottom: 0;
}
.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, .btn_line, .btn_mail {
  height: 50px;
  max-width: 300px;
  font-size: var(--font-size-m);
}
.btn_back {
  height: 40px;
  max-width: 200px;
  font-size: var(--font-size-base);
}
.btn_next {
  background-color: var(--color-main);
  color: var(--color-white) !important;
  border: solid 1px var(--color-main) !important;
  text-align: center;
}
.btn_line {
  background-color: var(--color-line);
  color: var(--color-white) !important;
  border: solid 1px var(--color-line) !important;
}
.btn_mail {
  background-color: var(--color-white);
  color: var(--color-gray-66) !important;
  border: solid 1px var(--color-gray-77) !important;
  font-size: var(--font-size-base);
}
.btn_back {
  background-color: var(--color-white);
  color: var(--color-gray-66) !important;
  border: solid 1px var(--color-gray-36) !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;
}
.top_contents, .my_contents, .tc_contents {
  background-color: var(--color-white);
  max-width: 750px;
  margin: 0 auto;
}
.entry_area {
  line-height: 1.3;
}
.top_contents .btn {
  margin: 0 37px;
  padding: 30px 0 50px;
  text-align: center;
}
.top_contents .btn li:last-child {
  margin-bottom: 30px;
}
.prize_area, .product_area, .flow_area, .outline_area, .faq_area, .contact_area {
  line-height: 1.5;
  padding-bottom: 50px;
}
.top_contents h2, .my_contents h2, .tc_contents h2 {
  font-size: 25px;
  background-color: var(--color-top-main);
  color: var(--color-white);
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.tc_contents h2.page_title-text {
  font-size: var(--font-size-h-sec);
  font-weight: 700;
  text-align: center;
  background-color: transparent;
  color: var(--color-black);
  height: auto;
  line-height: 1;
}
.top_contents .logo, .my_contents .logo, .tc_contents .logo {
  margin: 0 25px;
}
.top_contents .inner, .my_contents .inner, .tc_contents .inner {
  margin: 0 25px;
}
.top_contents .faq_area .inner, .my_contents .faq_area .inner, .tc_contents .faq_area .inner {
  margin: 0;
}
.prize_area .item li {
  margin-bottom: 10px;
}
.prize_area .item li:last-child {
  margin-bottom: 0;
}
.prize_area .btn {
  margin-top: 10px;
  margin-bottom: 25px;
}
.prize_area li:last-child .btn {
  margin-top: 10px;
  margin-bottom: 0;
}
.flow_area .item {
  display: flex;
  flex-wrap: wrap;
}
.flow_area .item li {
  width: calc(100% / 2 - 5px);
  background-color: var(--color-top-main);
  color: var(--color-white);
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: var(--font-size-s);
  padding: 11px 0;
}
.flow_area .item li:nth-child(even) {
  margin-right: 0;
  margin-left: 5px;
}
.flow_area .item li:nth-child(1) {
  border-radius: 4px 0 0 0;
}
.flow_area .item li:nth-child(2) {
  border-radius: 0 4px 0 0;
}
.flow_area .item li:nth-last-child(2) {
  border-radius: 0 0 0 4px;
  margin-bottom: 0;
}
.flow_area .item li:nth-last-child(1) {
  border-radius: 0 0 4px 0;
  margin-bottom: 0;
}
.flow_area .item .title {
  border: solid 1px var(--color-white);
  margin: 0 16px;
}
.flow_area .item .title span {
  font-size: var(--font-size-m);
}
.flow_area .item figcaption {
  line-height: 1.04;
}
.outline_area .item {
  line-height: 1.42;
  border-radius: 4px;
  border: solid 1px var(--color-gray-base);
  padding: 10px;
}
.outline_area .item dl {
  height: 400px;
  padding-right: 20px;
}
.outline_area .item dl dt {
  font-weight: var(--font-strong);
  margin-bottom: 8px;
}
.outline_area .item dl dd {
  margin-bottom: 25px;
}
.acc_box {
  border-top: solid 1px var(--color-gray-base);
}
.acc_box:last-child {
  border-bottom: solid 1px var(--color-gray-base);
}
.acc_box-ttl {
  position: relative;
  cursor: pointer;
}
.acc_box-ttl .btn {
  padding: 15px 25px;
  position: relative;
  margin: 0;
  font-weight: normal;
  text-align: left;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ff0000;
  right: 25px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.toggle_btn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 5px;
  bottom: 0;
  margin: auto;
}
.acc_box-ttl.selected .toggle_btn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(-135deg);
  position: absolute;
  top: 3px;
  left: 5px;
  bottom: 0;
  margin: auto;
}
.acc_box-detail {
  display: none;
  margin-top: 0;
  padding: 25px;
  position: relative;
  background-color: var(--color-gray-09);
}
.acc_box-detail .detail {
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
}
.acc_box-detail .detail:last-child {
  margin-bottom: 0;
}
.acc_box-detail .detail .question {
  position: relative;
  padding: 1em 2em 0.5em 3em;
  font-weight: var(--font-strong);
}
.acc_box-detail .detail .question:before, .acc_box-detail .detail .answer:before {
  position: absolute;
  left: 1em;
  font-weight: var(--font-strong);
}
.acc_box-detail .detail .question:before {
  content: "Q";
  color: var(--color-gray-77);
}
.acc_box-detail .detail .answer {
  position: relative;
  padding: 0.5em 2em 1em 3em;
}
.acc_box-detail .detail .answer:before {
  content: "A";
  color: var(--color-main);
}
.contact_area .inner {
  text-align: center;
  line-height: 1.3;
}
.contact_area .inner .tel {
  font-size: 30px;
}
.point_area {
  padding: 25px;
}
.point_area .total-text {
  font-size: var(--font-size-m);
  font-weight: var(--font-strong);
  text-align: center;
  margin-bottom: 18px;
}
.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;
}
.navi_area {
  display: flex;
  flex-wrap: wrap;
  background-color: #f3f3f3;
  padding: 0 25px;
  margin-bottom: 50px;
}
.navi_area li {
  width: calc(100% / 2);
  padding: 14px 0;
  border-bottom: solid 1px var(--color-gray-base);
}
.navi_area li:nth-child(odd) {
  border-right: solid 1px var(--color-gray-base);
}
.navi_area li:nth-child(even) {
  padding-left: 10px;
}
.navi_area li:nth-last-child(1), .navi_area li:nth-last-child(2) {
  width: 100%;
  border-right: none;
  padding-left: 0;
}
.navi_area li:nth-last-child(1) {
  border-bottom: none;
}
/* =========================================================
　◆ギフトコード表示
========================================================= */
.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;
}
/* =========================================================
　◆事前/事後
========================================================= */
.top_pre-text {
  text-align: center;
  padding: 30px 0 0;
  line-height: 1.45;
}
.top_pre-text .date {
  font-size: var(--font-size-xl);
  margin: 5px 0 2px;
}
.top_bf-text {
  text-align: center;
  padding: 50px 0;
  line-height: 1.45;
}
.top_ov-text {
  text-align: center;
  padding: 50px 0;
  line-height: 1.45;
}
.my_ov-text {
  text-align: center;
  padding: 0;
  line-height: 1.45;
}
/* =========================================================
　◆PC非対応画面
========================================================= */
.page_inner.pc {
  text-align: center;
  font-size: 20px;
  padding: 43px 0 50px;
}
.pc .sub-text {
  font-size: 18px;
}
.pc .qrcode_area {
  background-color: var(--color-white);
  width: 200px;
  margin: 30px auto 0;
  padding: 25px 25px 18px;
  border: solid 1px var(--color-gray-base);
}
#qrcode {
  background-color: var(--color-white);
}
/* =========================================================
　◆スクロールバー
========================================================= */
.simplebar-track {
  background: var(--color-gray-09);
  border-radius: 8px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track .simplebar-scrollbar::before {
  background: var(--color-gray-base);
}
/* =========================================================
　◆20250116追加
========================================================= */
.form_box-form ul.column_3 {
  display: flex;
  align-items: center;
}
.form_box-form ul.column_3 li {
  width: calc(100% / 3);
  margin-right: 10px;
  margin-bottom: 8px;
}
.form_box-form ul.column_3 li:last-child {
  margin-right: 0;
}
.form_box-form ul.column_2_text {
  display: flex;
  align-items: center;
}
.form_box-form ul.column_2_text li {
  width: calc(100% / 2);
  margin-right: 10px;
  margin-bottom: 8px;
}
.acc_box.notice {
  border-bottom: solid 1px var(--color-gray-base);
  border-top: solid 1px var(--color-gray-base);
  margin-top: 20px;
}
.acc_box.notice .acc_box-ttl .btn {
  padding: 15px 25px;
  position: relative;
  margin: 0;
  font-weight: normal;
  text-align: center;
}
.acc_box.notice .acc_box-ttl.selected .toggle_btn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px var(--color-white);
  border-right: solid 1px var(--color-white);
  transform: rotate(-135deg);
  position: absolute;
  top: 3px;
  left: 5px;
  bottom: 0;
  margin: auto;
}
.acc_box.notice .acc_box-detail {
  display: none;
  margin-top: 0;
  padding: 20px 0;
  position: relative;
  background-color: var(--color-white);
}
.tc_contents ul#box {
  margin: 15px 0;
}
.tc_contents ul#box li {
  border: solid 1px var(--color-gray-base);
  border-bottom: none;
}
.tc_contents ul#box li:last-child {
  border-bottom: solid 1px var(--color-gray-base);
}
.receipt_box dt {
  padding: 8px 15px;
  background-color: var(--color-form-bg);
}
.receipt_box dd {
  padding: 15px;
}
.receipt_box .btn_photo a {
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px 0;
  text-decoration: none;
  color: var(--color-main) !important;
  background-color: var(--color-white) !important;
  border: solid 1px var(--color-main) !important;
  cursor: pointer;
  text-align: center;
  display: block;
  height: 45px;
  max-width: 220px;
}
.receipt_box .btn_photo a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background-image: url("../img/icon_camera.png");
  background-size: contain;
  vertical-align: middle;
}
.receipt_box .btn_photo_cancel {
  margin: 0 auto;
  text-align: center;
}
.receipt_box .btn_photo_cancel a {
  color: #184EAC !important;
}
.receipt_box .img {
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
  clear: both;
  background-color: var(--color-white);
}
.receipt_box .img img {
  display: inline;
  max-width: 200px;
}
/* =========================================================
　◆20250324追加
========================================================= */
.acc_box-ttl.selected {
  background-color: var(--color-form-bg);
}
.acc_box.notice dt {
  font-weight: var(--font-strong);
  margin-top: 30px;
}
.acc_box.notice dt:first-child {
  margin-top: 0;
}
.acc_box.notice .good {
  margin-top: 15px;
}
.acc_box.notice .bad {
  margin-top: 30px;
}
.acc_box.notice .good figcaption {
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: var(--font-strong);
  font-size: var(--font-size-m);
  padding: 0.3em 0.5em;
  text-align: center;
}
.acc_box.notice .bad figcaption {
  background-color: var(--color-white);
  color: var(--color-black);
  border: solid 1px var(--color-black);
  font-weight: var(--font-strong);
  font-size: var(--font-size-m);
  padding: 0.3em 0.5em;
  text-align: center;
}
.acc_box.notice .good figure {
  width: 50%;
  margin: 15px auto;
}
.acc_box.notice .bad figure {
  margin: 15px auto 0;
}
.indent-dash {
  margin-left: 0.5em;
  text-indent: -0.5em;
}
/* =========================================================
　◆汎用
========================================================= */
.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);
}
.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;
}