@charset "utf-8";
/* CSS Document */
/* 案件毎にCSSを追加・修正する場合はこちらのファイルを編集してください。
-----------------------------------------------------------------------------*/
/* =========================================================
　◆TOP/MYPAGEデザイン調整
========================================================= */
.top_contents h2, .my_contents h2, .flow_area .item li {
  background-color: #7F1200;
}
.top_contents h2, .my_contents h2 {
  /* [disabled]margin-bottom: 20px; */
}
.top_contents .product_area h2, .top_contents .flow_area h2, .top_contents .outline_area h2, .my_contents .product_area h2, .my_contents .flow_area h2, .my_contents .outline_area h2 {
  margin-bottom: 20px;
}
.flow_area .item {
  display: block;
}
.flow_area .item li {
  width: 100%;
  background-color: transparent;
  color: transparent;
  text-align: center;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: var(--font-size-s);
  padding: 0;
}
.flow_area .item li:nth-child(even) {
  margin-right: 0;
  margin-left: 0;
}
.flow_area .item li:nth-child(1) {
  border-radius: 0 0 0 0;
}
.flow_area .item li:nth-child(2) {
  border-radius: 0 0 0 0;
}
.flow_area .item li:nth-last-child(2) {
  border-radius: 0 0 0 0;
  margin-bottom: 15px;
}
.flow_area .item li:nth-last-child(1) {
  border-radius: 0 0 0 0;
  margin-bottom: 0;
}
.prize_area .btn {
  padding: 0;
}
.top_contents .arrow-button , .my_contents .arrow-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px 12px 26px;
  background-color: #7f1200;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
}
.top_contents .arrow-button::after , .my_contents .arrow-button::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 10px;
}
.prize_area .image01 {
  margin-top: 0;
}
.prize_area .image02 {
  margin: 20px auto;
  max-width: 300px;
}
.prize_area .image02 .text {
  margin-top: 10px;
}
.prize_area .image03 {
  margin-top: 30px;
}
/* =========================================================
　◆ギフトコード表示/はずれ調整
========================================================= */
.lot_win_a_contents .lead {
  text-align: center;
  margin: 25px 0;
}
.lot_win_a .lot_win_b_contents {
  display: none;
}
.lot_win_b .lot_win_a_contents {
  display: none;
}
.giftcode_show {
  margin: 25px 0;
  border-radius: 0;
  background-color: #7F1200;
  padding: 15px;
  color: #ffffff;
}
.giftcode_show a {
  color: #000000 !important;
}
.giftcode_show .ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.giftcode_show .box {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  color: #000000;
}
.giftcode_show .box2 {
  margin-top: 15px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: bold;
}
.giftcode_show .box2 a {
  color: #ffffff !important;
}
.giftcode_show .note_box {
  margin-top: 10px;
}
.giftcode_info-text {
  margin-top: 15px;
}
.tag-copy-btn {
  text-align: center;
  margin-top: 10px;
}
.tag-copy-btn button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 6px 10px;
  appearance: none;
  background-color: #ef8b20;
  border-radius: 30px;
  font-weight: bold;
  color: #000000;
}
.color-y {
  color: #fcee21;
}
.giftcode_info-text__title {
  font-size: var(--font-size-l);
  font-weight: bold;
  margin-top: 25px;
}
.giftcode_info-text__text {
  font-size: var(--font-size-l);
  font-weight: bold;
}
.giftcode_info-text__text .step {
  color: #7F1200;
  text-align: center;
  margin-top: 20px;
}
.giftcode_info-text__text .step li {
  border: solid 1px #7F1200;
  border-radius: 8px;
  padding: 10px;
}
.giftcode_info-text__text .step li.arrow {
  border: none;
}
.giftcode_show .note , .giftcode_info-text__text .step li .note {
  font-size: 0.8em;
}
.fontBase {
  font-size: var(--font-size-base);
}
/* =========================================================
　◆抽選リダイレクト
========================================================= */
.loading {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.loading .image {
  width: 32px;
  text-align: center;
  margin: 0 auto;
}
.loading .text {
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}

/* =========================================================
　◆マイページポイント部分調整
========================================================= */
.iw-point {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 25px;
}
.iw-point p:nth-child(1) {
  width: 33%;
  line-height: 1;
  padding-bottom: 8px;
  margin-right: 10px;
}

.iw-point p:nth-child(2) {
  width: 30%;
  font-size: 50px;
  font-weight: var(--font-strong);
  text-align: center;
  margin-right: 20px;
}
.iw-point p:nth-child(3) {
  width: 37%;
  padding-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 1.3;
}