@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=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap);
:root {
  --font-size-14: 14px;
  --font-size-45: 45px;
  --font-size-40: 40px;
  --font-size-30: 30px;
  --font-size-20: 20px;
  --font-size-18: 18px;
  --font-size-17: 17px;
  --font-size-16: 16px;
  --font-size-12: 12px;
  --font-size-11: 11px;
  --font-size-10: 10px;
  --font-strong: 700;
}
body {
  margin: 0 auto;
  color: #333333;
  background-color: #ffffff;
  font-family: YakuHanJPs, "Hiragino Kaku Gothic ProN", 'Noto Sans JP', Meiryo, sans-serif;
  font-size: var(--font-size-14);
  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;
  position: relative;
}
input, button, .wrapper, .form_box-terms, #modal {
  font-family: YakuHanJPs, "Hiragino Kaku Gothic ProN", 'Noto Sans JP', 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: #e5372e;
  text-decoration: underline;
}
.cmn_header a {
  color: #000000 !important;
  text-decoration: none;
}
.tel a, .mail, .tel-link {
  color: #333333 !important;
}
.cmn_footer-navi a {
  color: #ffffff !important;
  text-decoration: none;
}
.resign_area a {
  color: #000000 !important;
  text-decoration: none;
}
.navi_area a {
  color: #5e2200 !important;
  text-decoration: none;
}
.giftcode a {
  color: #333333 !important;
}
/* =========================================================
　◆スクロールバー
========================================================= */
.simplebar-track {
  background: #c1c1c1;
  border-radius: 8px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track .simplebar-scrollbar::before {
  background: #949494;
}
/* =========================================================
　◆ヘッダー
========================================================= */
.cmn_header {
  height: 60px;
  width: 100%;
  background-color: #ffffff;
}
.cmn_header_inner {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.cmn_header-logo {
  max-width: 56px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
.cmn_header-link {
  position: absolute;
  bottom: 0;
  right: 37px;
  text-align: right;
}
/* =========================================================
　◆フッター
========================================================= */
.cmn_footer {
  border-top: 1px solid #551901;
  background-color: #ffffff;
}
.cmn_footer-navi {
  background-color: #551901;
  width: 100%;
}
.cmn_footer-navi ul {
  display: flex;
  padding: 5px 0;
  margin: 0 auto;
}
.cmn_footer-navi ul li {
  width: calc(100% / 2);
  border-right: solid 1px #ffffff;
  padding: 10px 15px;
  font-size: var(--font-size-12);
}
.cmn_footer-navi ul li:first-child {
  text-align: right;
}
.cmn_footer-navi ul li:last-child {
  border-right: none;
}
.cmn_footer-copyright {
  color: #000000;
  padding: 10px 0;
  font-size: var(--font-size-12);
  line-height: 1.45;
  text-align: center;
}
/* =========================================================
　◆レイアウト
========================================================= */
.wrapper {
  margin: 0 auto;
  width: 100%;
  background-color: #fcf99d;
}
.cp_header h1 {
  margin: 0 auto;
  max-width: 750px;
}
.contents {
  margin: 0 auto;
  max-width: 750px;
}
.page_title {
  padding: 20px 25px 20px;
  margin: 0 auto;
}
.page_title-text {
  font-size: var(--font-size-17);
  font-weight: var(--font-strong);
  text-align: center;
  color: #551901;
  padding-bottom: 8px;
  border-bottom: solid 2px #551901;
}
.page_inner {
  padding-top: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 60px;
  color: #333333;
  margin: 0 auto;
  max-width: 750px;
}
.page_inner--sub {
  line-height: 1.4;
}
/* =========================================================
　◆フォーム
========================================================= */
.form {
  margin: 30px 0;
  border-top: solid 1px #7f4400;
  border-bottom: solid 1px #7f4400;
  padding: 25px 0 0;
}
.form_serial {
  margin: 25px 0 0 0;
}
.form_box {
  font-size: var(--font-size-16);
  padding: 0 0 25px;
}
.form_serial .form_box {
  padding: 0 0 0;
}
.form.conf {
  padding: 0 0 0;
}
.form.conf .form_box {
  padding: 20px 0;
  border-bottom: solid 1px #7f4400;
}
.form.conf .form_box:last-child {
  border-bottom: none;
}
.form_box-text {
  margin-bottom: 6px;
  color: #5e2200;
}
.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;
  align-items: center;
  display: flex;
}
.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-16);
  -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 {
  background-color: #ffffff;
  border-radius: 5px;
  font-size: var(--font-size-16);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.8em;
  border: solid 1px #7f4400;
  font-weight: normal;
  width: 100%;
}
.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: #ffffff;
}
.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: #fecc45;
  border: solid 1px #7f4400;
}
.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: #ffffff;
}
.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: #fecc45;
  border: solid 1px #7f4400;
}
.form_box-form select {
  background: url("../img/icon_select.svg") no-repeat right 1em center;
  background-size: 20px 20px;
  background-color: #ffffff;
}
textarea {
  height: 150px;
}
::placeholder {
  color: #a2a2a2;
}
.must {
  color: #ffffff;
  background-color: #ff0000;
  font-size: var(--font-size-12);
  border-radius: 5px;
  padding: 2px 6px;
  display: inline-block;
  margin-left: 8px;
}
.alertmsg {
  color: #ff0000;
  border: solid 1px #ff0000;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1.5em 1em;
  margin-bottom: 25px;
  line-height: 1.45;
  text-align: center;
  font-weight: var(--font-strong);
}
.alert {
  color: #ff0000;
  display: none;
  position: relative;
  padding-left: 25px;
  padding-top: 3px;
  font-size: var(--font-size-14) !important;
  margin-top: 5px;
}
.alert::before {
  content: url("../img/icon_alert.svg");
  margin-right: 5px;
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.ex {
  font-size: var(--font-size-12);
}
.prize_box {
  text-align: center;
  margin-bottom: 25px;
  border: solid 1px #754c24;
  background-color: #ffffff;
  border-radius: 5px;
}
.prize_box-ttl {
  padding: 4px 5px;
  background-color: #754c24;
  color: #ffffff;
}
.prize_box-text {
  font-weight: var(--font-strong);
  padding: 10px 5px;
}
.progressbar {
  display: flex;
  text-align: center;
  margin-bottom: 20px;
  background-color: #551901;
  border-radius: 50px;
  padding: 6px 4px;
}
.progressbar li {
  font-size: var(--font-size-12);
  color: #af9986;
  line-height: 1;
  border: solid 1px #af9986;
  border-radius: 50px;
  padding: 6px 4px;
  margin: 0 4px;
  font-weight: var(--font-strong);
  flex: 1;
}
.progressbar .visited {
  color: #5e2200;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
/* =========================================================
　◆応募要項同意 モーダル
========================================================= */
.form_box-terms {
  margin-top: 38px;
  color: #333333;
  background-color: #ffffff;
  min-height: calc(100vh - 75px);
  max-height: calc(100vh - 75px);
  text-align: left;
  padding: 0 0 20px 0;
  overflow-y: scroll;
}
.check-disabled input[type="checkbox"] + label {
  background: url(../img/icon_term_check_off.svg) no-repeat 0 center;
}
.terms_box {
  padding: 0 25px;
  line-height: 1.5;
}
.terms_box dt {
  font-size: var(--font-size-16);
  font-weight: var(--font-strong);
  color: #551901;
}
.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: #ffffff;
  padding: 25px;
  font-size: var(--font-size-12);
  line-height: 1.45;
}
.modal_box-text {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
.modal_box-text span {
  color: #ff342b;
  font-weight: var(--font-strong);
  font-size: var(--font-size-16);
}
/* =========================================================
　◆抽選
========================================================= */
.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: 40px 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 37px 0;
  text-align: center;
}
.btnSerial {
  margin: 30px 0 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: 60px;
  text-decoration: none !important;
  border: none !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-strong);
  cursor: pointer;
  height: 100%;
}
.btn_next {
  height: 60px;
  max-width: 300px;
  font-size: var(--font-size-17);
}
.btn_back {
  height: 50px;
  max-width: 200px;
  font-size: var(--font-size-16);
}
.btn_next {
  background-color: #e62410;
  color: #ffffff !important;
  border: solid 1px #e62410 !important;
  text-align: center;
}
.btn_back {
  background-color: #ffffff;
  color: #754c24 !important;
  border: solid 1px #754c24 !important;
}
.btn_next:disabled, .btn_next.disabled {
  background-color: #e9e9e9;
  color: #9c9c9c !important;
  border: solid 1px #e9e9e9 !important;
  cursor: default;
}
.btn_histry_back.disabled, .btn_histry_next.disabled {
  opacity: 0.2;
  cursor: default;
}
.btn_zipcall {
  background-color: #551901;
  border: solid 1px #551901 !important;
  color: #ffffff !important;
  border-radius: 5px;
  height: 100%;
}
.btn_histry_back, .btn_histry_next {
  padding: 10px 8px;
  background-color: #551901;
  color: #fff !important;
  font-size: var(--font-size-10) !important;
  border-radius: 5px;
}
.top_contents .entry_area .btn_next, .my_contents .point_area .btn_next {
  height: 50px;
  font-size: var(--font-size-16);
  border-radius: 5px;
}
.my_contents .prize_area .btn_next {
  height: 50px;
  font-size: var(--font-size-16);
}
.btn_add_serial_area {
  text-align: center;
  margin-top: 25px;
}
.btn_add_serial_area .link {
  position: relative;
  display: inline-block;
  font-size: var(--font-size-16);
}
.btn_add_serial_area .link a {
  color: #754c24;
  font-weight: var(--font-strong);
}
.btn_add_serial_area .link::before, .btn_add_serial_area .link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn_add_serial_area .link::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  right: -17px;
  transform: translateY(-50%);
}
.btn_add_serial_area .link::after {
  width: 6px;
  height: 6px;
  right: -12px;
  transform: translateY(-50%) rotate(45deg);
}
.btn_add_serial_area .link::before {
  background-color: #754c24;
}
.btn_add_serial_area .link::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
/* =========================================================
　◆履歴
========================================================= */
.histry_list-point, .histry_list-member {
  border-top: solid 1px #7f4400;
  margin: 20px 0;
}
.histry_list-point li, .histry_list-member li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #7f4400;
}
.histry_list-point li div, .histry_list-member li div {
  padding: 10px;
}
.histry_list-point li div:first-child, .histry_list-member li div:first-child {
  width: 46%;
}
.histry_list-point li div:last-child, .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 #7f4400;
}
.histry_list-point li:first-child, .histry_list-member li:first-child {
  background-color: rgba(127, 68, 0, 0.4);
  color: #5e2200;
  font-weight: var(--font-strong);
}
.histry_list-point li:first-child div, .histry_list-member li:first-child div {
  padding: 5px 10px;
}
.histry_list-point li:first-child, .histry_list-member li:first-child {
  text-align: center;
}
.histry_list-member .btn_next {
  font-size: var(--font-size-12);
  height: 36px;
  margin-top: 5px;
}
.pager {
  display: flex;
  align-items: center;
}
.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;
}
/* =========================================================
　◆TOP/MYPAGE
========================================================= */
.kv {
  max-width: 750px;
  margin: 0 auto;
}
.top_contents, .my_contents {
  max-width: 750px;
  margin: 0 auto;
}
.entry_area {
  line-height: 1.3;
  color: #000000;
}
.top_contents .btn {
  margin: 0 37px;
  padding: 30px 0 35px;
  text-align: center;
}
.top_contents .btn li:last-child {
  margin-bottom: 25px;
}
.prize_area, .flow_area, .outline_area, .faq_area, .contact_area {
  line-height: 1.5;
  padding-bottom: 30px;
  border-top: solid 2px #551901;
}
.faq_area {
  padding-bottom: 0;
}
.prize_area {
  position: relative;
}
.prize_area::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, #f2d18c, #fde9bd 50%, #f2d18c);
  height: 100%;
  width: 100%;
  top: 0;
}
.prize_area::after {
  content: "";
  position: absolute;
  background-image: url("../img/bg_prize.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
}
.top_contents h2, .my_contents h2 {
  margin: 0 auto 15px;
  max-width: 266px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.top_contents .inner, .my_contents .inner {
  margin: 0 25px;
  position: relative;
  z-index: 1;
}
.top_contents .faq_area .inner, .my_contents .faq_area .inner {
  margin: 0;
}
.prize_area .item li {
  margin-bottom: 25px;
}
.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: #e62410;
  color: #ffffff;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: var(--font-size-12);
  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 #ffffff;
  margin: 0 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
.flow_area .item .title span {
  font-size: var(--font-size-16);
}
.flow_area .item figure {
  margin: 0 16px;
}
.flow_area .item figcaption {
  line-height: 1.04;
}
.outline_area {
  background-color: #f6f1d6;
  background-image: url("../img/bg_outline.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.outline_area .item {
  line-height: 1.42;
  border-radius: 4px;
  border: solid 1px #949494;
  padding: 10px;
  background-color: #f6f1d6;
}
.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 #7f4400;
}
.acc_box-ttl {
  position: relative;
  cursor: pointer;
}
.acc_box-ttl .btn {
  padding: 15px 25px;
  position: relative;
  margin: 0;
  color: #5e2200;
  font-weight: var(--font-strong);
  text-align: left;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #5e2200;
  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: 0 25px 25px;
  position: relative;
}
.acc_box-detail .detail {
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fffde5;
}
.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);
  color: #551901;
}
.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";
}
.acc_box-detail .detail .answer {
  position: relative;
  padding: 0.5em 2em 1em 3em;
}
.acc_box-detail .detail .answer:before {
  content: "A";
  color: #e62410;
}
.contact_area {
  background-color: #f6f1d6;
}
.contact_area .inner {
  text-align: center;
  line-height: 1.3;
}
.contact_area .inner .tel {
  font-size: var(--font-size-30);
}
.point_area {
  margin: 20px 25px 38px;
}
.iw-point, .wc-point {
  border-radius: 15px;
  border: solid 2px #be8e59;
  padding: 12px 10px 16px;
  margin: 15px 0 0;
  line-height: 1;
  background-color: #ffffff;
  color: #7f4400;
}
.iw-point .ttl, .wc-point .ttl {
  text-align: center;
  line-height: 1.16;
  margin-bottom: 14px;
  font-weight: var(--font-strong);
}
.iw-point .point-text, .wc-point .point-text {
  font-size: var(--font-size-45);
  font-weight: var(--font-strong);
  text-align: center;
}
.iw-point .point-text:after, .point-text:after {
  content: "pt";
  font-size: var(--font-size-14);
}
.navi_area {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.navi_area li {
  margin: 0 13px;
}
.resign_area {
  text-align: center;
  background-color: #f6f1d6;
  border-top: solid 1px #7f4400;
  font-size: var(--font-size-12);
  padding: 8px 0;
}
/* =========================================================
　◆TOPフロートバナー
========================================================= */
.float_bnr {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
}
.float_bnr .float_btn {
  width: 80px;
  position: relative;
}
.active {
  opacity: 1;
  visibility: visible;
}
.absolute {
  opacity: 0;
  visibility: hidden;
}
/* =========================================================
　◆リボンの色
========================================================= */
.cls-1 {
  fill: #925d0c;
}
.cls-2 {
  fill: #ff9f00;
}
.cls-3 {
  fill: #7f4400;
  font-size: var(--font-size-40);
  letter-spacing: .06em;
  font-weight: var(--font-strong);
}
.cls-4 {
  fill: #ffbc00;
}
/* =========================================================
　◆ギフトコード表示
========================================================= */
.giftcode_show {
  background-color: #f2d18c;
  border-radius: 5px;
  padding: 1.5em 1em;
}
.giftcode_show dt {
  text-align: center;
  color: #551901;
  font-size: var(--font-size-18);
  font-weight: var(--font-strong);
}
.giftcode_show dd {}
.giftcode {
  background-color: #ffffff;
  padding: 0.5em 1em;
  margin: 10px 0;
}
.giftcode_info-text {
  line-height: 1.42;
  margin-top: 30px;
}
.giftcode_info-text dl {}
.giftcode_info-text dl dt {
  font-weight: var(--font-strong);
  color: #5e2200;
  font-size: var(--font-size-16);
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: solid 1px #5e2200;
}
.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-20);
  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;
}
/* =========================================================
　◆汎用
========================================================= */
.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: #ff342b;
}
.strong2 {
  color: #ff0000;
}
.fontS {
  font-size: var(--font-size-12);
}
.fontXS {
  font-size: var(--font-size-11);
}
.fontXXS {
  font-size: var(--font-size-10);
}
.fontM {
  font-size: var(--font-size-16);
}
.fontL {
  font-size: var(--font-size-18);
}
.fontXL {
  font-size: var(--font-size-20);
}
.decoDot {
  color: #be8e59;
}
.colorMGray {
  color: #575757;
}
.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;
}