@charset "utf-8";
/* CSS Document */
/* 案件毎にCSSを追加・修正する場合はこちらのファイルを編集してください。
-----------------------------------------------------------------------------*/
/* リンク */
a:link, a:visited, a:hover, a:active {
  color: #e7372f;
}
.tel a, .mail, .tel-link {
  color: #000000 !important;
}
.btn_add_serial_area a {
  text-decoration: none;
}
/* フッター固定化＋レイアウト調整 */
.cmn_footer-navi {
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.cmn_footer-navi ul {
  justify-content: center;
}
.cmn_footer-navi ul li {
  width: auto;
}
.cmn_footer-navi ul li:first-child {
  text-align: center;
}
.cmn_footer-copyright {
  font-family: 'Noto Sans JP', sans-serif;
}
/* キャンペーンタイトル固定化 */
.cp_header {
  background-color: #e7372f;
  padding: 9px 0 2px;
  height: 40px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.cp_header h1 {
  margin: 0 auto;
  max-width: 245px;
}
.cp_header img {
  width: 100%;
}
/* デザイン調整全体 */
body {
  /* [disabled]background-color: #fff4c3; */
  color: #000000;
}
.wrapper {
  margin: 0 auto 0;
  background-color: #fff4c3;
}
@media screen and (min-width: 769px) {
  main {
    max-width: 450px;
    margin: 0 auto;
  }
}
.page_title-text {
  color: #754c24;
  padding-bottom: 8px;
  border-bottom: solid 2px #754c24;
}
.page_inner {
  color: #551900;
}
/* 履歴 */
.histry_list-point, .histry_list-member {
  border-top: solid 1px #754c24;
}
.histry_list-point li, .histry_list-member li {
  border-bottom: solid 1px #754c24;
}
.histry_list-point li div:nth-child(2), .histry_list-member li div:nth-child(2) {
  border-left: solid 1px #754c24;
}
.histry_list-point li:first-child, .histry_list-member li:first-child {
  background-color: rgba(117, 76, 36, 0.3);
  color: #754c24;
}
/* フォーム */
.form {
  border-top: solid 1px #754c24;
  border-bottom: solid 1px #754c24;
}
.form.conf .form_box {
  border-bottom: solid 1px #754c24;
}
.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 {
  border: solid 1px #754c24;
  color: #551900;
}
.form_box-form input[type="radio"]:checked + label {
  border: solid 1px #754c24;
}
/* ボタン色 */
.btn_next {
  background-color: #e7372f;
  border: solid 1px #e7372f !important;
}
/* ティザー背景色 */
.entry_area .top_bf-text {
  background-color: #ffffff;
}
/* 事後背景色 */
.entry_area .top_ov-text {
  background-color: #fff4c3;
}
/* TOP・MYPAGE調整 */
.top_contents .entry_area .btn {
  margin: 0 auto;
  padding: 30px 0 35px;
  text-align: center;
  max-width: 300px;
}
.top_contents .entry_area .btn li {
  margin-bottom: 10px;
}
.top_contents .entry_area .btn li:last-child {
  margin-bottom: 18px;
}
.entry_area {
  background-image: url("../img/deco_entry_area_1.png"), url("../img/deco_entry_area_2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 5px bottom 4px, right 12px bottom 13px;
  background-size: 51px auto, 45px auto;
}
.top_contents .inner, .my_contents .inner {
  margin: 0;
}
.top_contents h2, .my_contents h2 {
  margin: 0 auto 30px;
  max-width: 100%;
  padding: 23px 28% 0;
}
.prize_area, .flow_area, .outline_area, .faq_area, .contact_area, .product_area {
  line-height: 1.5;
  padding-bottom: 45px;
  border-top: solid 2px #754c24;
}
.product_area h2 {
  margin: 0 auto;
}
.prize_area::before {
  background-image: none;
  background-color: #fcede7;
}
.prize_area::after {
  background-image: none;
}
.present_navi_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 6.6666666%;
  justify-content: center;
}
.present_navi_list li {
  width: calc(100% / 2 - 1.2%);
}
.present_navi_list li:nth-child(1) {
  margin-right: 0.6%;
}
.present_navi_list li:nth-child(2) {
  margin-left: 0.6%;
}
.present_navi_list li:nth-child(3) {
  margin-top: 20px;
  width: 40.6153846%;
}
.present_01_wap {
  position: relative;
}
.present_02_wap {
  margin-top: 4.6666666%;
}
.present_01_wap h3, .present_02_wap h3 {
  margin: 0 6.6666666%;
}
.present_01_inner {
  background-image: url("../img/bg_present_01.png"), url("../img/bg_present_01_btm.png");
  background-position: center top, center bottom;
  background-repeat: repeat-y, no-repeat;
  background-size: 100% auto;
  position: relative;
  margin-top: -3.5%;
  padding-bottom: 2.6666666%;
}
.my_contents .present_01_inner {
  background-image: url("../img/bg_present_01.png"), url("../img/bg_present_01_btm.png"), url("../img/bg_present_01_btm.png");
  background-position: center top, center bottom, center top;
  background-repeat: repeat-y, no-repeat, no-repeat;
  background-size: 100% auto;
  position: relative;
  margin-top: 0;
  padding-bottom: 2.6666666%;
}
.present_01_inner .present_a {
  position: relative;
  padding-top: 1%;
}
.present_01_inner .present_a .museum {
  position: absolute;
  width: 73.0666666%;
  margin-left: 13.3333333%;
  top: 0;
  margin-top: 97%;
}
.present_01_inner .present_a .hotel {
  position: absolute;
  width: 73.0666666%;
  margin-left: 13.3333333%;
  top: 0;
  margin-top: 108.5%;
}
.present_01_inner .present_b {
  position: relative;
  margin-top: -2%;
}
.present_02_inner {
  background-image: url("../img/bg_present_02.png"), url("../img/bg_present_02_btm.png");
  background-position: center top, center bottom;
  background-repeat: repeat-y, no-repeat;
  background-size: 100% auto;
  position: relative;
  margin-top: -2.6%;
  padding-bottom: 2.6666666%;
}
.present_02_inner .present_a {
  position: relative;
  padding-top: 1%;
}
.present_02_inner .present_b {
  position: relative;
  margin-top: -1.4%;
}
.deco_prize_area_1 {
  position: absolute;
  bottom: -87px;
  right: 2px;
  width: 67px;
}
.product_area .item {
  position: relative;
  margin-top: -1%;
}
.product_area {
  background-image: url("../img/deco_products_area_1.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 72px auto;
}
.flow_area {
  background-color: #fcf99d;
}
.flow_area .item {
  margin: 0 6.6666666%;
}
.flow_area .item li {
  background-color: #e7372f;
}
.flow_area .item li figcaption {
  transform: scale(0.85, 1);
  width: 115%;
  margin-left: -7.5%;
}
.flow_navi_list {
  margin: 35px 23.3333333% 0;
}
.flow_navi_list li:nth-child(1) {
  margin-bottom: 20px;
}
.entry_area.top_btm_area {
  border-top: solid 2px #754c24;
}
.contact_area .inner {
  margin: 0 6.6666666%;
  text-align: left;
}
.contact_area .inner dt {
  text-align: center;
}
.contact_area .inner .tel {
  text-align: center;
  margin-bottom: 10px;
}
.contact_area .inner .flex {
  margin-bottom: 10px;
  text-align: center;
}
.contact_area .inner .flex .ttl {
  font-size: var(--font-size-12);
  color: #551901;
  font-weight: var(--font-strong);
  line-height: 1.2;
  padding: 0 10px 1px;
  text-align: center;
  border-bottom: 1px solid #551901;
  display: inline;
}
.contact_area .inner .flex .text {
  font-size: var(--font-size-12);
  margin: 7px 0 0;
  text-align: center;
}
.contact_area .inner .note {
  line-height: 1.6;
}
.point_area {
  margin-bottom: 22px;
}
.date {
  text-align: center;
  font-size: var(--font-size-17);
  font-weight: var(--font-strong);
  color: #754c24;
  margin-top: 12px;
}
.iw-point, .wc-point {
  border: solid 2px #754c24;
  color: #754c24;
}
.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: 60px;
  color: #551900;
}
.iw-point .point-text:after, .point-text:after {
  content: "枚";
  font-size: var(--font-size-16);
}
.point_area .text {
  text-align: center;
  color: #551900;
  line-height: 1.5;
  margin-top: 10px;
}
.btnSerial {
  margin: 22px auto 0;
  max-width: 300px;
}
.btnSerial .btn_next {
  font-size: 12px !important;
  height: 60px;
}
.btnSerial p:first-child {
  font-size: 19px;
}
.btnSerial p:last-child {
  margin-top: -10px;
}
.btnSerial .btn_base {
  flex-wrap: wrap;
}
.navi_area li {
  margin: 0;
  border-right: solid 1px #5e2200;
  padding: 0 13px;
}
.navi_area li:last-child {
  border-right: none;
}
.my_contents .prize_area li:last-child .btn {
  margin-top: 10px;
  margin-bottom: 25px;
}
.my_contents .prize_area .btn_next {
  height: 75px;
  font-size: var(--font-size-18);
  outline: 1px solid #ffffff;
  outline-offset: -5px;
  border-radius: 75px;
  max-width: 200px;
}
.my_contents .present_01_inner .present_b {
  margin-top: 0;
}
.my_contents .present_01_inner .present_a .hotel {
  position: absolute;
  width: 73.0666666%;
  margin-left: 13.3333333%;
  top: 0;
  margin-top: 113%;
}
.my_contents .prize_area .btn {
  color: #333333;
}
/* シリアル入力調整 */
.serial_howto_wap {
  margin-top: 27px;
}
.serial_howto_inner {
  padding: 15px 0 0 0;
}
.serial_howto_inner .step_list {
  margin: 0 10px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5px;
}
.serial_howto_inner .step_list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.serial_howto_inner .step_list li:last-child {
  margin-bottom: 0;
}
.serial_howto_inner .step_list .ttl {
  background-color: #e6372e;
  border-radius: 4px;
  color: #ffffff;
  font-size: var(--font-size-11);
  width: 68px;
  text-align: center;
  padding: 7px 0;
  font-weight: var(--font-strong);
  margin-right: 5px;
}
.serial_howto_inner .step_list .text {
  color: #000000;
  font-size: var(--font-size-12);
  line-height: 1.1;
  width: calc(100% - 73px);
}
.serial_howto_inner .howto1, .serial_howto_inner .howto2 {
  margin-top: 17px;
  border: solid 1px #754c24;
  padding: 10px 10px 15px;
}
.serial_howto_inner .howto1 dt, .serial_howto_inner .howto2 dt {
  background-color: #754c24;
  color: #ffffff;
  font-size: var(--font-size-16);
  text-align: center;
  line-height: 1.1;
  padding: 7px 0;
  margin-bottom: 17px;
}
.serial_howto_inner .howto2_step_list {
  margin-top: 20px;
}
.serial_howto_inner .howto2_step_list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.serial_howto_inner .howto2_step_list li:last-child {
  margin-bottom: 0;
}
.serial_howto_inner .howto2_step_list .ttl {
  background-color: #d6c0a5;
  color: #6c5a52;
  font-size: 22px;
  font-weight: var(--font-strong);
  width: 30px;
  margin-right: 5px;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serial_howto_inner .howto2_step_list .text {
  color: #000000;
  font-size: var(--font-size-14);
  line-height: 1.35;
  width: calc(100% - 35px);
}
.serial_howto_wap .acc_box-ttl {
  padding: 12px 0;
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: var(--font-size-16);
  text-align: center;
  background-color: #754c24;
  border-radius: 4px;
}
.serial_howto_wap .toggle_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ffffff;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.serial_howto_wap .toggle_btn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #754c24;
  border-right: solid 2px #754c24;
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 5px;
  bottom: 0;
  margin: auto;
}
.serial_howto_wap .acc_box-ttl.selected .toggle_btn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #754c24;
  border-right: solid 2px #754c24;
  transform: rotate(-135deg);
  position: absolute;
  top: 3px;
  left: 5px;
  bottom: 0;
  margin: auto;
}
.serial_howto_inner {
  display: none;
}
/* =========================================================
　◆応募要項
========================================================= */
.guide_box {
  line-height: 1.5;
}
.guide_box dt {
  font-weight: var(--font-strong);
  color: #551901;
  margin-bottom: 3px;
	text-indent: -1em;
	margin-left: 1em;
}
.guide_box dt:before {
   content: "■";
}
.guide_box dd {
  margin-bottom: 30px;
  color: #333333;
}
/* =========================================================
　◆よくあるご質問
========================================================= */
.faq .page_title-text {
  padding-bottom: 0;
  border-bottom: none;
}
.faq .acc_box {
  border-top: solid 1px #7f4400;
}
.faq .acc_box:last-child {
  border-bottom: solid 1px #7f4400;
}
.faq .acc_box-ttl {
  position: relative;
  cursor: pointer;
}
.faq .acc_box-ttl .btn {
  padding: 15px 56px 15px 10px;
  position: relative;
  margin: 0;
  color: #5e2200;
  font-weight: var(--font-strong);
  text-align: left;
}
.faq .toggle_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #5e2200;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.faq .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;
}
.faq .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;
}
.faq .acc_box-detail {
  display: none;
  margin-top: 0;
  padding: 0 25px 25px;
  position: relative;
}
.faq .acc_box-detail .detail {
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fffde5;
}
.faq .acc_box-detail .detail:last-child {
  margin-bottom: 0;
}
.faq .acc_box-detail .detail .question {
  position: relative;
  padding: 1em 2em 0.5em 3em;
  font-weight: var(--font-strong);
  color: #551901;
}
.faq .acc_box-detail .detail .question:before, .faq .acc_box-detail .detail .answer:before {
  position: absolute;
  left: 1em;
  font-weight: var(--font-strong);
}
.faq .acc_box-detail .detail .question:before {
  content: "Q";
}
.faq .acc_box-detail .detail .answer {
  position: relative;
  padding: 0.5em 2em 1em 3em;
  color: #333333;
}
.faq .acc_box-detail .detail .answer:before {
  content: "A";
  color: #e62410;
}
/* =========================================================
　◆TOPフロートバナー
========================================================= */
.float_bnr {
  position: fixed;
  bottom: 50px;
  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;
}
/* =========================================================
　◆HP用非対応メッセージ
========================================================= */
.attention_area {
  padding: 30px 25px;
  background-color: #fff4c3;
}
.attention_area .coution {
  background-color: #ff0000;
  font-size: var(--font-size-17);
  font-weight: var(--font-strong);
  color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  line-height: 1.23;
  font-feature-settings: "palt";
}
.attention_area .text {
  line-height: 1.14;
  margin-top: 18px;
}
.attention_area .text a {
  text-decoration: none;
	color: #000000;
}