﻿@charset "utf-8";
/* CSS Document */
#container {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
}
.c-f:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.c-f {
  min-height: 1%;
  display: block;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.sp-head {
  display: none;
}
.lead {
  font-size: 14px;
  line-height: 1.7;
}
.lead a {
  text-decoration: underline;
}
h2.rs_h2_title_bar {
  padding: 10px 15px;
  background-color: #3695d6;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
h3.rs_h3_title_bar {
  padding: 5px 15px !important;
  background-color: #666666;
  color: #fff;
  font-size: 16px;
  font-weight: normal !important;
  border-left: none !important;
  margin-top: 20px !important;
}
h4.rs_h4_title_bar {
  border-left: 5px solid #898989;
  padding: 0 15px;
  color: #434343;
  font-size: 16px !important;
  font-weight: normal !important;
  margin-top: 20px !important;
}
.bold {
  font-weight: bold;
}
.txt-red {
  color: #eb4055;
}
.txt-gray {
  color: #434343;
}
.txt-kome {
  font-size: 11px;
  color: #434343;
}
@media screen and (max-width: 768px) {
  #container {
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .pc-head {
    display: none;
  }
  .sp-head {
    display: block;
  }
  .lead {
    padding: 0 10px;
    max-height: 999999px;
  }
  h2.rs_h2_title_bar {
    margin: 15px 10px 0 !important;
    max-height: 999999px;
    font-weight: normal !important;
    padding: 7px 10px !important;
  }
  h3.rs_h3_title_bar {
    margin: 15px 10px 0 !important;
    padding: 5px 10px !important;
    max-height: 999999px;
  }
  h4.rs_h4_title_bar {
    border-left: 5px solid #898989;
    margin: 15px 10px 0 !important;
    padding: 0 10px;
    max-height: 999999px;
  }
  .txt-kome {
    padding: 10px;
    margin-top: 0;
  }
  .bottom_btn {
    margin: 0 10px;
    max-height: 999999px;
  }
}
@media screen and (max-width: 640px) {
  .lead {
    padding: 0 5px;
    font-size: 16px;
    line-height: normal;
  }
  h2.rs_h2_title_bar,
  h3.rs_h3_title_bar,
  h4.rs_h4_title_bar {
    margin: 15px 5px 0 !important;
  }
  .txt-kome {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 340px) {
  .lead {
    font-size: 14px;
  }
  h2.rs_h2_title_bar,
  h3.rs_h3_title_bar,
  h4.rs_h4_title_bar {
    font-size: 14px !important;
  }
}

/*--------------------------------------
  　キャンペーン期間＆プレー対象期間
--------------------------------------*/
.deadline_sp {
  display: none;
}
.deadline_pc {
  background-color: #fff;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  height: 40px;
  text-align: center;
  margin: 20px 0 10px;
}
.deadline_pc ul {
  border: 1px solid #acacaa;
  line-height: 2.5;
}
.deadline_pc ul li {
  background-color: #ffffff;
  color: #313131;
  display: table-cell;
  font-weight: bold;
  padding: 0 16px; /*年をまたぐ時は9px*/
}
.deadline_pc ul li.ulTitle01 {
  min-width: 180px;
  background-color: #c0c0c0;
  text-align: left;
}
.deadline_pc ul li.ulTitle02 {
  background-color: #c0c0c0;
}
br.sp_block,
br.sp_block_02 {
  display: none;
}
.deadlineTxt{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .deadline_pc {
    display: none;
  }
  .deadline_sp {
    background-color: #fff;
    text-align: left;
    display: block;
    font-weight: bold !important;
    font-size: 14px;
    margin: 15px 0 10px;
    box-sizing: border-box;
  }
  .deadline_sp dl {
    border-left: 1px solid #acacaa;
    border-right: 1px solid #acacaa;
    border-bottom: 1px solid #acacaa;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .deadline_sp dt {
    width: 39.7%;
  }
  .deadline_sp dt,
  .deadline_sp dd {
    display: table-cell;
    float: none;
    padding: 8px 10px;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
  }
  .deadline_sp dt {
    background-color: #c0c0c0;
    text-align: center;
  }
  .deadline_sp .Title01 dd {
    border-top: 1px solid #acacaa;
  }
  br.sp_block_02 {
    display: block;
  }
  .deadlineTxt{
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  br.sp_block {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .deadline_sp {
    font-size: 13px;
  }
  .deadlineTxt{
    font-size: 13px;
  }
}

/*--------------------------------------
  　ボタン赤
--------------------------------------*/
.btn-red a {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  background: #eb4055;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out; /*変化を緩やかに*/
  font-size: 26px;
}
.btn-red a:hover {
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); /*浮き上がるように*/
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn-red-fin span {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #75202a;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  color: #7f7f7f;
  font-size: 26px;
  text-align: center;
}
.btn-red a:active {
  /* クリック時の設定 */
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .btn-red a,
  .btn-red-fin span {
    width: auto;
    margin: 0 15px 20px;
    padding: 10px 0;
    max-height: 999999px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .btn-red a,
  .btn-red-fin span {
    margin: 0;
  }
}
@media screen and (max-width: 340px) {
  .btn-red a,
  .btn-red-fin span {
    font-size: 14px;
  }
}

/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area {
  background-color: #d2d2d2;
  text-align: center;
  padding: 130px 0;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contents-area {
    padding: 80px 0;
    margin: 10px;
    font-size: 12px;
    max-height: 999999px;
  }
}
@media screen and (max-width: 640px) {
  .contents-area {
    margin: 5px;
  }
}

/*---------------------------------
  　　エリアメニュー
-----------------------------------*/
/*6エリア*/
.tab-area {
  width: 960px;
  margin: 20px 0;
}
.rs-gc-ttl_content {
  display: none;
}
.tab-area li {
  width: 155px;
  margin-right: 5px;
  float: left;
}
.tab-area li a {
  display: block;
  padding: 15px 0;
  border: 1px solid #5a5a5a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out; /*変化を緩やかに*/
}
.tab-area li a:hover {
  background: #ffffff;
  border: #e7364a 1px solid;
  color: #e7364a;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); /*浮き上がるように*/
}
.tab-area li a.active {
  display: block;
  padding: 15px 0;
  border: 1px solid #e7364a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  background: #fff;
  color: #eb4055;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
}
/*2エリア*/
.tab-area-02 {
  width: 960px;
  margin: 15px 0;
}
.rs-gc-ttl_content-02 {
  display: none;
}
.tab-area-02 li {
  width: 470px;
  margin-right: 15px;
  float: left;
}
.tab-area-02 li.last {
  margin-right: 0;
}
.tab-area-02 li a {
  display: block;
  padding: 15px 0;
  border: 1px solid #5a5a5a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out; /*変化を緩やかに*/
}
.tab-area-02 li a:hover {
  background: #ffffff;
  border: #e7364a 1px solid;
  color: #e7364a;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); /*浮き上がるように*/
}
.tab-area-02 li a.active {
  display: block;
  padding: 15px 0;
  border: 1px solid #e7364a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  background: #fff;
  color: #eb4055;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
}
.tab-area li a:active,
.tab-area-02 li a:active {
  /* クリック時の設定 */
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  /*6エリア*/
  .tab-area,
  .tab-area-02 {
    width: auto;
    margin: 10px 0;
  }
  #menu-box {
    overflow: hidden;
  }
  .rs-gc-ttl_content {
    display: block;
  }
  .rs-gc-ttl_content {
    padding: 10px 20px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    max-height: 999999px;
    font-size: 16px;
  }
  .tab-area .rs-gc-ttl_content li,
  .tab-area-02 .rs-gc-ttl_content li {
    border-top: 1px solid #d2d2d2;
  }
  .tab-area .rs-gc-content li,
  .tab-area-02 .rs-gc-content li {
    display: block;
    width: 100%;
    max-height: 999999px;
  }
  .tab-area .rs-gc-content li a,
  .tab-area-02 .rs-gc-content li a {
    display: block;
    padding: 10px 20px;
    color: #222;
    border-bottom: 1px solid #d2d2d2;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 16px;
    text-align: left;
  }
  .tab-area .rs-gc-content li:first-child,
  .tab-area-02 .rs-gc-content li:first-child {
    border-top: none;
  }
  .tab-area .rs-gc-content li a.active,
  .tab-area-02 .rs-gc-content li a.active {
    color: #3695d6;
  }
  .rs-js-acc-basic_trriger:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    margin-top: -20px;
    color: #318fdb;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    background: url(../images/ico_plus.png) center center no-repeat;
  }
  .rs-js-acc-basic_trriger.is-open:after {
    background: url(../images/ico_minus.png) center center no-repeat;
  }
  .rs-gc-content {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .rs-gc-ttl_content {
    padding: 10px;
  }
  .rs-js-acc-basic_trriger:after {
    right: 15px;
  }
  .tab-area .rs-gc-content li a,
  .tab-area-02 .rs-gc-content li a {
    padding: 10px;
  }
}
@media screen and (max-width: 340px) {
  .rs-gc-ttl_content,
  .tab-area .rs-gc-content li a,
  .tab-area-02 .rs-gc-content li a {
    font-size: 14px;
  }
}

/*---------------------------------
  　　応募ステップ
-----------------------------------*/
/*4STEP*/
.step {
  width: 223px;
  float: left;
  border: 1px solid #898989;
  padding-bottom: 10px;
}
.step p,
.step02 p {
  font-size: 14px;
  padding: 10px;
  margin-top: 0;
}
.step-title {
  background-color: #666666;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.step > img,
.step02 > img {
  display: block;
  margin: 0 auto;
  width: 89px;
}
.step .bold,
.step02 .bold {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 5px;
}
.triangle {
  display: flex;
  float: left;
  width: 20px;
  position: relative;
}
.triangle .ic {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 10px;
  border-color: transparent transparent transparent #666666;
  position: absolute;
  top: 45%;
  left: 25%;
}
.step .btn,
.step02 .btn {
  position: relative;
}
.step .btn a,
.step02 .btn a {
  background-color: #02c2f2;
  border-radius: 18px;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 8px;
  transition: 0.3s ease-out; /*変化を緩やかに*/
}
.step .btn a:hover,
.step02 .btn a:hover {
  color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.step .btn .arrow,
.step02 .btn .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 40%;
}
/*3STEP*/
.step02 {
  width: 298px;
  float: left;
  border: 1px solid #898989;
  padding-bottom: 10px;
}
.triangle02 {
  display: flex;
  float: left;
  width: 30px;
  position: relative;
}
.triangle02 .ic {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 10px;
  border-color: transparent transparent transparent #666666;
  position: absolute;
  top: 45%;
  left: 30%;
}
@media screen and (max-width: 768px) {
  .step,
  .step02 {
    width: auto;
    margin: 0 10px;
    float: none;
  }
  .step p,
  .step02 p {
    padding: 10px 5px;
    max-height: 999999px;
  }
  .step-title {
    padding: 10px !important;
  }
  .step > img,
  .step02 > img {
    width: 20%;
  }
  .triangle,
  .triangle02 {
    float: none;
    position: static;
    margin: 0 auto;
  }
  .triangle .ic,
  .triangle02 .ic {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #666666 transparent transparent transparent;
    margin: 5px auto;
    position: static;
  }
  .step .btn,
  .step02 .btn {
    margin: 0 50px;
    padding-top: 0;
  }
  .step .btn a,
  .step02 .btn a {
    border-radius: 30px;
    padding: 10px;
  }
  .step .btn .arrow,
  .step02 .btn .arrow {
    border-width: 6px 0 6px 7px;
    top: 25%;
  }
}
@media screen and (max-width: 640px) {
  .step,
  .step02 {
    margin: 0 5px;
  }
  .step-title {
    padding: 10px 5px !important;
  }
  .step p,
  .step02 p {
    font-size: 16px;
  }
  .step > img,
  .step02 > img {
    width: 25%;
  }
  .triangle {
    width: auto;
  }
}
@media screen and (max-width: 340px) {
  .step p,
  .step02 p {
    font-size: 14px;
  }
}

/*--------------------------------------
  　　賞品一覧
--------------------------------------*/
.sp-area {
  display: none;
}
.pc-area .pre-2box div {
  float: left;
  margin-right: 20px;
  width: 470px;
  margin-top: 0;
}
.pc-area .pre-2box p.txt {
  width: 440px;
  background-color: #666666;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  margin-top: 0;
  display: inline-block;
}
.pc-area .pre-2box p span.name-txt {
  width: 330px;
  float: left;
}
.pc-area .pre-2box p span.number {
  width: 110px;
  font-size: 24px;
  display: inline-block;
  text-align: right;
}
.pc-area .pre-2box p span.number .big-txt {
  font-size: 40px;
}

.pc-area .pre-3box div {
  float: left;
  margin-right: 15px;
  width: 310px;
  margin-top: 0;
}
.pc-area .pre-3box p.txt {
  width: 280px;
  background-color: #666666;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  margin-top: 0;
  display: inline-block;
}
.pc-area .pre-3box p span.name-txt {
  width: 180px;
  float: left;
}
.pc-area .pre-3box p span.number {
  width: 100px;
  font-size: 22px;
  display: inline-block;
  text-align: right;
  margin-top: 4px;
}
.pc-area .pre-3box p span.number .big-txt {
  font-size: 36px;
}

.pc-area .pre-4box div {
  float: left;
  margin-right: 20px;
  width: 225px;
  margin-top: 0;
}
.pc-area .pre-4box p.txt {
  width: 205px;
  background-color: #666666;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  margin-top: 0;
  display: inline-block;
}
.pc-area .pre-4box p span.name-txt {
  width: 145px;
  float: left;
}
.pc-area .pre-4box p span.number {
  width: 60px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
}
.pc-area .pre-4box p span.number .big-txt {
  font-size: 21px;
}

.pc-area .pre-5box p {
  float: left;
  width: 180px;
  margin-right: 15px;
  margin-top: 0;
  position: relative;
}
.pc-area .pre-5box p span.number {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 60px;
  width: 100px;
  color: #ffffff;
}
.pc-area .pre-5box p span.number .big-txt {
  font-size: 24px;
}
.pc-area .pre-5box p span {
  padding-top: 5px;
  display: inline-block;
}
.mr0 {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .pc-area {
    display: none;
  }
  .sp-area {
    display: block;
  }
  .sp-area .pre-2box {
    margin: 10px;
  }
  .sp-area .pre-2box div img {
    width: 100%;
  }
  .sp-area .pre-2box p.txt {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    bottom: 10px;
    width: 100%;
    max-height: 999999px;
    margin-top: 0;
    position: relative;
  }
  .sp-area .pre-2box .name-txt {
    display: inline-block;
    padding: 8px 10px;
    width: 70%;
    font-size: 14px;
    line-height: 1.5;
  }
  .sp-area .pre-2box p span.number {
    display: block;
    text-align: right;
    width: auto;
    font-size: 14px;
    line-height: 0.8;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .sp-area .pre-2box p span.number .big-txt {
    font-size: 30px;
  }
  .sp-area .pre-3box {
    margin: 0 10px;
  }
  .sp-area .pre-3box div {
    margin-top: 10px;
    width: 100%;
    display: flex;
  }
  .sp-area .pre-3box img {
    float: left;
    width: 50%;
    height: 100%;
  }
  .sp-area .pre-3box p.txt {
    float: left;
    width: 50%;
    color: #ffffff;
    background-color: #666666;
    font-size: 14px;
    max-height: 999999px;
    position: relative;
    margin-top: 0;
  }
  .sp-area .pre-3box .name-txt {
    display: inline-block;
    padding: 10px;
  }
  .sp-area .pre-3box p span.number {
    font-size: 14px;
    display: block;
    text-align: right;
    vertical-align: bottom;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
  .sp-area .pre-3box p span.number .big-txt {
    font-size: 30px;
  }
  .sp-area .pre-4box {
    margin: 0 10px;
  }
  .sp-area .pre-4box div {
    float: left;
    margin-right: 10px;
    width: 49%;
  }
  .sp-area .pre-4box div img {
    width: 100%;
  }
  .sp-area .pre-4box p.txt {
    width: 100%;
    background-color: #666666;
    color: #ffffff;
    font-size: 14px;
    margin-top: 0;
    max-height: 999999px;
  }
  .sp-area .pre-4box .name-txt {
    display: inline-block;
    padding: 5px;
  }
  .sp-area .pre-4box p span.number {
    font-size: 14px;
    display: block;
    text-align: right;
    font-weight: bold;
    padding: 0 10px;
  }
  .sp-area .pre-4box p span.number .big-txt {
    font-size: 22px;
  }
  .sp-area .pre-5box {
    margin: 0 10px;
  }
  .sp-area .pre-5box div {
    margin-top: 15px;
    width: 100%;
    display: flex;
  }
  .sp-area .pre-5box img {
    float: left;
    width: 30%;
    height: 100%;
  }
  .sp-area .pre-5box p.txt {
    float: left;
    padding: 0 0 0 15px;
    font-size: 14px;
    max-height: 999999px;
    position: relative;
    width: 69%;
    margin-top: 0;
  }
  .sp-area .pre-5box p span.number {
    font-size: 14px;
    display: block;
    text-align: right;
    vertical-align: bottom;
    font-weight: bold;
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .sp-area .pre-5box p span.number .big-txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .sp-area .pre-3box p span.number {
    bottom: 1px;
    right: 5px;
  }
  .sp-area .pre-2box .name-txt {
    padding: 10px;
  }
  .sp-area .pre-3box p span.number .big-txt {
    font-size: 28px;
  }
  .sp-area .pre-4box div {
    margin-right: 10px;
    width: 48%;
  }
  .sp-area .pre-5box img {
    width: 37%;
  }
  .sp-area .pre-5box p.txt {
    padding: 0 0 0 8px;
  }
  .sp-area .pre-5box p span.number {
    right: 5px;
  }
}
@media screen and (max-width: 320px) {
  .sp-area .pre-2box .name-txt {
    font-size: 13px;
  }
  .sp-area .pre-2box p span.number .big-txt {
    font-size: 25px;
  }
  .sp-area .pre-3box .name-txt {
    padding: 8px 6px;
    font-size: 12px;
  }
  .sp-area .pre-3box p span.number .big-txt {
    font-size: 24px;
  }
  .sp-area .pre-4box p.txt,
  .sp-area .pre-4box p span.number {
    font-size: 12px;
  }
  .sp-area .pre-5box p.txt {
    font-size: 13px;
  }
  .sp-area .pre-4box p span.number .big-txt,
  .sp-area .pre-5box p span.number .big-txt {
    font-size: 20px;
  }
}

/*---------------------------------
  　ゴルフ場コース
-----------------------------------*/
.rs_course .cbox {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  background: #eee;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rs_course .limg {
  padding: 6px;
  background: #fff;
  width: 410px;
}
.rs_course .simg {
  width: 430px;
}
.rs_course .simg img {
  margin: 6px 6px 0 0;
  padding: 5px;
  background: #fff;
  float: left;
  cursor: pointer;
}
.rs_course .imbox {
  float: left;
  width: 410px;
}
.rs_course .cbox .course-name {
  font-size: 24px;
  font-weight: bold;
}
.rs_course .acs {
  color: #009900;
}
.rs_course .copy {
  font-size: 14px;
}
.rs_course .detailbox {
  width: 480px;
  float: right;
}
.rs_course .star {
  display: inline-block;
  float: left;
}
.rs_course .detail-right {
  width: 300px;
}
.rs_course .detail-left {
  width: 320px;
}
.rs_course .txt-yellow {
  color: #ffae00;
}
.rs_course .txt-14 {
  font-size: 105%;
}
.rs_course .as {
  font-size: 90%;
}
.rs_course .btn-red a {
  display: block;
  width: 400px;
  margin: 20px 30px 28px 35px;
  padding: 15px 0;
  background: #eb4055;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out; /*変化を緩やかに*/
  font-size: 16px;
}
.rs_course .btn-red a:hover {
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); /*浮き上がるように*/
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.rs_course .btn-red-fin span {
  display: block;
  width: 400px;
  margin: 20px 30px 28px 35px;
  padding: 15px 0;
  background-color: #75202a;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  color: #7f7f7f;
  font-size: 16px;
  text-align: center;
}
.label-pink {
  background-color: #ff6699;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin-right: 3px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.label-orange {
  background-color: #ff7e00;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.label-blue {
  background-color: #3695d6;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.label-gray {
  background-color: #898989;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.mr3 {
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .rs_course .cbox {
    margin: 20px 10px 0;
    width: auto;
    padding: 10px;
  }
  .rs_course .cbox .course-name {
    font-size: 18px;
    margin-top: 0;
    float: left;
    width: 68%;
    padding-left: 5px;
  }
  .rs_course .imbox {
    width: 30%;
  }
  .rs_course .limg {
    padding: 3px;
    width: auto;
  }
  .rs_course .simg {
    display: none;
  }
  .rs_course .detailbox {
    width: auto;
    float: none;
    margin-left: 0 !important;
    position: relative;
  }
  .rs_course .copy {
    clear: both;
    padding-top: 5px;
  }
  .rs_course .detail-left02 {
    left: 31%;
    position: absolute;
    top: 10%;
  }
  .rs_course .detail-right {
    width: auto;
  }
  .rs_course .detail-left {
    width: auto;
  }
  .rs_course .btn-red {
    margin-top: 0;
  }
  .rs_course .btn-red a {
    width: auto;
    margin: 10px;
    padding: 10px 0;
    font-size: 16px;
  }
  .rs_course .btn-red-fin span {
    width: auto;
    margin: 10px;
    padding: 10px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .rs_course .cbox {
    margin: 10px 5px 0;
    width: auto;
    padding: 5px;
  }
  .rs_course .detailbox {
    margin-left: 10px;
  }
  .rs_course .detail-left02 {
    position: static;
    font-size: 15px;
  }
  .rs_course .copy,
  .rs_course .txt-14 {
    font-size: 15px;
    margin-top: 0;
  }
  .label-blue,
  .label-gray {
    border-radius: 2px;
  }
  .check {
    font-size: 13px;
  }
  .rs_course .btn-red a {
    margin: 10px 19px;
  }
}
@media screen and (max-width: 340px) {
  .rs_course .cbox .course-name {
    font-size: 15px;
  }
  .rs_course .copy,
  .rs_course .txt-14,
  .rs_course .detail-left02 {
    font-size: 13px;
  }
  .check {
    font-size: 12px;
  }
  .rs_course .btn-red a {
    font-size: 14px;
  }
}

/*--------------------------------------
  　キャンペーン概要
--------------------------------------*/
#outline_box,
.outline_box {
  margin: 0 0 15px;
  border: 2px solid #3695d6;
  font-size: 1.2em;
}
#outline_box dl,
.outline_box dl {
  margin: 5px 0;
}
#outline_box dt,
.outline_box dt {
  padding: 10px 0 0 15px;
  font-weight: bold;
  color: #3695d6;
  float: left;
}
#outline_box dd,
.outline_box dd {
  padding: 10px 10px 10px 210px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
}
#outline_box dd.last,
.outline_box dd.last {
  border: 0;
}
@media screen and (max-width: 768px) {
  #outline_box,
  .outline_box {
    margin: 0 10px;
    padding-top: 5px;
  }
  #outline_box dl,
  .outline_box dl {
    margin: 0;
    padding: 3px;
  }
  #outline_box dt,
  .outline_box dt {
    float: none;
    padding: 0 0 0 5px;
    max-height: 999999px;
  }
  dl.outline dt {
    padding: 5px;
  }
  #outline_box dd,
  .outline_box dd {
    padding: 0 0 10px 5px;
    max-height: 999999px;
  }
}
@media screen and (max-width: 640px) {
  #outline_box,
  .outline_box {
    margin: 0 5px;
    border: 1px solid #3695d6;
  }
}
@media screen and (max-width: 340px) {
  #outline_box,
  .outline_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　注意事項
--------------------------------------*/
.notice_tit {
  padding: 8px 15px;
  background-color: #ccc;
  font-size: 1.2em;
}
#notice_box {
  margin: 0 0 10px;
  width: 956px;
  border: 2px solid #ccc;
  font-size: 1.2em;
}
#notice_box dl {
  margin: 0;
}
#notice_box dt {
  padding: 10px 0 0 15px;
  font-weight: bold;
  float: left;
}
#notice_box dd {
  padding: 10px 10px 10px 210px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
}
#notice_box dd.last {
  border: 0;
}
#notice_box ul {
  margin-left: 0;
}
#notice_box ul li {
  list-style: disc;
  list-style-position: outside;
}
@media screen and (max-width: 768px) {
  .notice_tit {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 10px;
  }
  #notice_box {
    margin: 0 10px 20px;
    width: auto;
    padding-top: 5px;
  }
  #notice_box dl {
    margin: 0;
    padding: 3px;
  }
  #notice_box dt {
    float: none;
    padding: 0 0 0 5px;
  }
  #notice_box dd {
    padding: 10px 15px;
  }
  #notice_box ul {
    margin-left: 10px;
  }
  #notice_box ul li {
    list-style: disc;
    list-style-position: outside;
    max-height: 999999px;
  }
  .btn_info {
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .notice_tit {
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
  }
  #notice_box {
    margin: 0 5px 20px;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 340px) {
  .notice_tit {
    font-size: 14px;
  }
  #notice_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　共通キャンペーンの注意事項ボタン
--------------------------------------*/
.btn_info a {
  display: block;
  width: 40%;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #3695d6;
  color: #3695d6;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out;
}
.btn_info a:hover {
  color: #5fb0e7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.btn_info a:active {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .btn_info a {
    width: 90%;
  }
}

/*--------------------------------------
  　キャンペーン終了対応
--------------------------------------*/
#str_container #res-header {
  position: relative;
}
#str_container #res-header .h-txt {
  display: none;
}
#str_container #res-header-fin {
  position: relative;
  background: #000;
}
#str_container #res-header-fin:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#str_container #res-header-fin .pc-head {
  width: 100%;
  height: 100%;
  z-index: 999;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#str_container #res-header-fin .h-txt {
  position: absolute;
  background: #fff;
  padding: 20px 40px;
  top: 50%;
  /*left:205px;*/
  left: 290px;
  margin: -50px 0 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 999999;
  text-align: center;
}
#str_container #res-header-fin .h-txt p {
  font-size: 160%;
  font-weight: bold;
  color: #ff0000;
}
#str_container #res-header-fin .h-txt p span {
  font-size: 80%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #str_container #res-header-fin img {
    max-width: none;
    width: 100%;
  }
  #str_container #res-header-fin .sp-head {
    width: 100%;
    height: 100%;
    z-index: 999;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    line-height: 0;
  }
  #str_container #res-header-fin .h-txt {
    max-height: 999999px;
    line-height: 1.3;
    margin-left: -38%;
    left: 50%;
    width: 66%;
    padding: 5% 5%;
  }
  #str_container #res-header-fin .h-txt p {
    font-size: 14px;
  }
  #str_container #res-header-fin .h-txt p span {
    font-size: 14px;
  }
}

/*---------------------------------
  　汎用
-----------------------------------*/
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
/*---------------------------------
  　クーポンエリア
-----------------------------------*/
.contents-area.coupon-area {
  padding: 0;
  background: none;
  text-align: left;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  .coupon-item img {
    max-width: none;
    width: 100%;
  }
}
/*---------------------------------
  　クーポンコピー型
-----------------------------------*/
.coupon-item.js-copy-coupon {
  position: relative;
}
.coupon-item.js-copy-coupon .btn-txt {
  position: absolute;
  bottom: 60px;
  right: 8px;
  font-size: 22px;
  font-weight: bold;
  width: 188px;
  text-align: center;
}
.coupon-item.js-copy-coupon .js-clipboard {
  position: absolute;
  bottom: 20px;
  right: 24px;
}
.coupon-item.js-copy-coupon .js-clipboard textarea {
  display: none;
}
.coupon-item.js-copy-coupon .js-clipboard button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.coupon-item.js-copy-coupon .js-clipboard button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .coupon-item.js-copy-coupon {
    width: 478px;
    margin: 0 auto;
  }
  .coupon-copy-2col {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .coupon-copy-2col .coupon-item.js-copy-coupon {
    width: 402px;
    margin: 0 15px;
  }
  .coupon-copy-2col .coupon-item.js-copy-coupon .btn-txt {
    right: inherit;
    left: 8px;
    bottom: 15px;
  }
  .coupon-copy-3col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  .coupon-copy-3col .coupon-item.js-copy-coupon {
    width: 310px;
    margin: 0;
  }
  .coupon-copy-3col .coupon-item.js-copy-coupon .btn-txt {
    right: inherit;
    left: 8px;
    bottom: 15px;
    width: 140px;
    font-size: 20px;
  }
  .coupon-copy-3col .coupon-item.js-copy-coupon .js-clipboard {
    right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .coupon-item.js-copy-coupon {
    margin: 0 15px;
  }
  .coupon-item.js-copy-coupon img {
    max-width: 508px;
  }
  .coupon-item.js-copy-coupon .coupon_detail {
    text-align: center;
  }
  .coupon-item.js-copy-coupon .js-clipboard {
    width: 100%;
    right: inherit;
    bottom: 8%;
  }
  .coupon-item.js-copy-coupon .coupon-tooltip {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .coupon-item.js-copy-coupon .btn-txt {
    bottom: 33.2%;
    right: inherit;
    width: 40%;
    padding-left: 44%;
  }
  .coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext {
    width: 100%;
  }
  .coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext.show {
    left: -3%;
  }
}
@media screen and (max-width: 468px) {
  .coupon-item.js-copy-coupon .btn-txt {
    bottom: 30%;
    width: 54%;
  }
}
@media screen and (max-width: 320px) {
  .coupon-item.js-copy-coupon .btn-txt {
    bottom: 29%;
  }
}
/*---------------------------------
  　クーポンボタン
-----------------------------------*/
.coupon-item.js-copy-coupon .coupon-tooltip {
  position: relative;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 0;
  opacity: 0;
  transition: opacity 500ms ease 500ms;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}
/*---------------------------------
  　終了対応
-----------------------------------*/
.coupon-item.js-copy-coupon p.coupon-fin {
  position: relative;
}
.coupon-item.js-copy-coupon p.coupon-fin::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  opacity: 0.4;
  z-index: 999;
  left: 0;
}
.coupon-item.js-copy-coupon .js-clipboard button.-fin {
  pointer-events: none !important;
}
.coupon-item.js-copy-coupon p.coupon-fin span {
  position: absolute;
  background: #fff;
  top: 30%;
  left: 10%;
  padding: 20px 10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 999999;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .coupon-copy-2col .coupon-item.js-copy-coupon p.coupon-fin span {
    top: 33%;
  }
  .coupon-copy-3col .coupon-item.js-copy-coupon p.coupon-fin span {
    top: 33%;
  }
}
@media screen and (max-width: 768px) {
  .coupon-item.js-copy-coupon p.coupon-fin {
    max-width: 508px;
    margin: 20px auto 0;
  }
  .coupon-item.js-copy-coupon p.coupon-fin span {
    top: 44%;
    left: 10%;
    width: 80%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 468px) {
  .coupon-item.js-copy-coupon p.coupon-fin span {
    top: 32%;
  }
}

/*---------------------------------
  クーポンゲット型
-----------------------------------*/
.coupon-item.js-get-coupon {
  text-align: center;
}
.coupon-item.js-get-coupon a {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s ease-out;
}
.coupon-item.js-get-coupon a:hover {
  color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.coupon-item.js-get-coupon a:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  border-radius: 4px;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .coupon-item.js-get-coupon .js-coupon-detail img {
    width: 400px;
  }
  .coupon-item.js-get-coupon .js-coupon-detail p {
    font-size: 14px;
  }
  .coupon-get-2col {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .coupon-get-2col .coupon-item.js-get-coupon {
    width: 400px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .coupon-item.js-get-coupon {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .coupon-item.js-get-coupon img {
    width: 100%;
    border-radius: 4px;
    pointer-events: none;
  }
  .coupon-item.js-get-coupon p {
    max-width: 100%;
  }
  .coupon-item.js-get-coupon p {
    font-size: 14px;
  }
}
/*---------------------------------
  　終了対応
-----------------------------------*/
.coupon-item.js-get-coupon .js-coupon-notfound p {
  position: relative;
  display: inline-block;
}
.coupon-item.js-get-coupon .js-coupon-notfound p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px;
  z-index: 999999;
  text-align: center;
  width: 80%;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .coupon-item.js-get-coupon .js-coupon-notfound img {
    width: 400px;
  }
  .coupon-item.js-get-coupon .js-coupon-notfound p {
    font-size: 14px;
  }
  .coupon-item.js-get-coupon .js-coupon-notfound.comingsoon span {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .coupon-item.js-get-coupon .js-coupon-notfound span {
    font-size: 14px;
  }
}

/*---------------------------------
  　prize
-----------------------------------*/
.prize-wrap {
  margin: 25px 0 0;
  padding: 0;
  background: none;
  box-sizing: border-box;
  text-align: left;
}
.prize-inner p {
  margin-top: 0;
}
.prize-item-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prize-item-inner.column1 {
  flex-wrap: nowrap;
  justify-content: center;
}
.prize-item {
  margin: 20px 0 0;
  box-sizing: border-box;
}
.prize-txt-wrap {
  position: relative;
  min-height: 76px;
  padding: 10px 15px 20px 15px;
  background: #666666;
  box-sizing: border-box;
  color: #fff;
}
.prize-txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
.prize-txt > p {
  font-weight: bold;
}
.prize-txt-note {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-weight: bold;
  font-size: 24px;
  text-align: right;
  line-height: 1;
}
.prize-txt-note .font-l {
  font-size: 40px;
}
.prize-btn-note {
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
}
.prize-btn-note > li {
  text-indent: -1em;
  padding-left: 1em;
}
.prize-item-inner.column5 .prize-item {
  position: relative;
}
.prize-item-inner.column5 .prize-item .prize-txt-wrap {
  min-height: auto;
  margin: 5px 0 0;
  padding: 0;
  background: none;
  color: #222222;
}
.prize-item-inner.column5 .prize-item .prize-txt {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
}
.prize-item-inner.column5 .prize-item .prize-txt p {
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .prize-item-inner.column1 .prize-item {
    width: 600px;
  }
  .prize-item-inner.column1 .prize-item .prize-txt {
    width: 80%;
    font-size: 18px;
    line-height: 1.2;
  }
  .prize-item-inner.column1 .prize-item .prize-txt-note {
    width: 20%;
  }
  .prize-item-inner.column2 .prize-item {
    width: calc((960px - 20px) / 2);
  }
  .prize-item-inner.column2 .prize-item .prize-txt {
    width: 80%;
  }
  .prize-item-inner.column2 .prize-item .prize-txt-note {
    width: 20%;
  }
  .prize-item-inner.column3 .prize-item {
    width: calc((960px - 15px * 2) / 3);
  }
  .prize-item-inner.column3 .prize-item .prize-txt {
    width: 70%;
  }
  .prize-item-inner.column3 .prize-item .prize-txt-note {
    width: 30%;
  }
  .prize-item-inner.column3 .prize-item .prize-txt-note .font-l {
    font-size: 36px;
  }
  .prize-item-inner.column4 .prize-item {
    width: calc((960px - 20px * 3) / 4);
  }
  .prize-item-inner.column4 .prize-item .prize-txt-wrap {
    padding: 10px 10px 10px;
  }
  .prize-item-inner.column4 .prize-item .prize-txt {
    width: 70%;
  }
  .prize-item-inner.column4 .prize-item .prize-txt-note {
    bottom: 15px;
    width: 30%;
    font-size: 12px;
  }
  .prize-item-inner.column4 .prize-item .prize-txt-note .font-l {
    font-size: 21px;
  }
  .prize-item-inner.column5 .prize-item {
    width: calc((960px - 15px * 4) / 5);
  }
  .prize-item-inner.column5 .prize-item .prize-txt-note {
    position: absolute;
    top: 72px;
    right: 10px;
    bottom: inherit;
    font-size: 16px;
    color: #fff;
  }
  .prize-item-inner.column5 .prize-item .prize-txt-note .font-l {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .prize-wrap {
    margin: 20px 0 0;
    padding: 0 10px;
  }
  .prize-inner {
    margin: 10px 0 0;
  }
  .prize-item {
    margin: 10px 0 0;
    width: 100%;
  }
  .prize-item-inner.column2 .prize-item,
  .prize-item-inner.column3 .prize-item,
  .prize-item-inner.column4 .prize-item {
    width: 48.5%;
  }
  .prize-img img {
    max-width: none;
    width: 100%;
  }
  .prize-txt-wrap {
    padding: 8px 8px 28px;
  }
  .prize-item-inner.column1 .prize-txt-wrap {
    padding-bottom: 35px;
  }
  .prize-txt {
    line-height: 1.4;
  }
  .prize-txt-note {
    bottom: 5px;
    right: 10px;
    font-size: 14px;
  }
  .prize-btn-note {
    margin: 10px 0 0;
    font-size: 14px;
  }
  .prize-txt-note .font-l {
    font-size: 22px;
  }
  .prize-item-inner.column1 .prize-txt-note {
    font-size: 20px;
  }
  .prize-item-inner.column1 .prize-txt-note .font-l {
    font-size: 30px;
  }
  .prize-item-inner.column5 .prize-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .prize-item-inner.column5 .prize-item .prize-img {
    width: 38%;
  }
  .prize-item-inner.column5 .prize-item .prize-txt-wrap {
    width: 60%;
    margin-top: 0;
    padding: 0 0 40px 2%;
    box-sizing: border-box;
  }
  .prize-item-inner.column5 .prize-item .prize-txt,
  .prize-item-inner.column5 .prize-item .prize-txt-note {
    font-size: 14px;
  }
  .prize-item-inner.column5 .prize-item .prize-txt-note {
    font-size: 14px;
  }
  .prize-item-inner.column5 .prize-item .prize-txt-note .font-l {
    font-size: 28px;
  }
}

.fcRed {
  color: #d7373d !important;
}
@media screen and (min-width: 769px) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  #str_container #res-header img {
    max-width: none;
    width: 100%;
  }
  .spMt10 {
    margin-top: 10px !important;
  }
}

.txt_link {
  margin: 10px 0 20px;
  font-weight: bold;
  text-align: center;
}
.txt_link a {
  color: #3695d6;
  font-size: 16px;
  transition: 0.3s ease-out;
}
.txt_link a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.txt_link {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.txt_link.icon01:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url("/special/hotpricecp/images/icon01.png") no-repeat;
  background-size: contain;
}
.txt_link.arrow-r:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 5px;
  border-top: solid 2px #3695d6;
  border-right: solid 2px #3695d6;
  transform: rotate(45deg);
}
.txt_link.arrow-b:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: -8px 0 0 8px;
  border-top: solid 2px #3695d6;
  border-right: solid 2px #3695d6;
  transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}

.special-area {
  padding: 40px 0 65px;
  background: #fffde1;
}
.special-area .contents-area {
  padding: 0;
  background: none;
}
.special-block {
  margin: 53px 0 0;
  padding: 48px 45px 20px;
  background: #fff;
  border: 2px solid #ffef39;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.special-block:first-of-type {
  background: #fff url("/special/hotpricecp/images/con_bg01_pc.png") no-repeat 0 50%;
}
.special-title {
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
}
.special-text {
  margin-top: 18px;
  font-size: 36px;
  text-align: left;
  line-height: 1.2;
}
.special-text p {
  margin-top: 0;
  font-weight: bold;
}
.special-text .font-s {
  font-size: 24px;
}
.special-text .font-m {
  font-size: 60px;
}
.special-text .font-l {
  font-size: 88px;
  line-height: 1;
  letter-spacing: 2px;
}
.special-text .font-l .txt-comma {
  font-size: 38px;
}
.special-block .txt_link {
  margin: 10px 0 0;
  font-weight: normal;
}
.special-subtitle {
  margin: 35px 0;
  font-weight: bold;
  font-size: 24px;
}
.special-subtitle:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  margin: 0 10px 0 0;
  background: #000;
  transform: rotate(145deg);
}
.special-subtitle:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  margin: 0 0 0 10px;
  background: #000;
  transform: rotate(-145deg);
}
.special-block:nth-of-type(2) .special-text .icon {
  display: inline-block;
}
.special-block:nth-of-type(2) .special-text {
  margin-top: 0px;
  font-size: 36px;
  text-align: left;
  line-height: 1.3;
}
.special-block .btn-red,
.special-block .btn-red-fin {
  margin-top: 0;
}
.special-block .btn-red a,
.special-block .btn-red-fin span {
  font-size: 18px;
}
.finished-wrap {
  position: relative;
}
.finished-wrap:before {
  content: "";
  display: inline-block;
  width: 1920px;
  height: calc(100% + 77px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -77px;
  left: -480px;
  z-index: 1;
}
.hidden-wrap {
  display: none;
}
.finished-wrap .hidden-wrap {
  position: absolute;
  top: -77px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% + 77px);
  color: #fff;
  z-index: 2;
}
.hidden-text {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.8;
}
.hidden-text p {
  font-weight: bold;
}
.special-content {
  display: flex;
}
.special-subContent {
  font-weight: bold;
}
.special-item__content-wrap {
  display: flex;
}
.special-item__content-wrap img {
  /* filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.2)); */
}
.special-note {
  display: flex;
}
@media screen and (min-width: 769px) {
  .special-area {
    width: 1920px;
    padding: 24px 0 65px;
    margin: 15px 0 0 -480px;
  }
  .special-area .contents-area {
    width: 960px;
    margin: 0 auto;
  }
  .special-subContent {
    font-size: 24px;
    font-weight: bold;
    text-align: start;
    margin-top: 20px;
  }
  .special-content {
    justify-content: space-between;
  }
  .special-item {
    width: 50%;
  }
  .special-item.--right {
    width: 54%;
  }
  .special-block .btn-red a,
  .special-block .btn-red-fin span {
    width: 350px;
  }
  .special-block:nth-of-type(2) .special-content {
    align-items: center;
    margin-top: 10px;
  }
  .special-item__content-wrap {
    justify-content: center;
    align-items: center;
  }
  .special-item__content-wrap p.font-s {
    font-size: 30px;
    margin-left: 35px;
  }
  .special-note {
    justify-content: end;
  }
  .special-note__text {
    font-size: 13px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .special-area {
    overflow-x: hidden;
    margin: 10px 0 0;
    padding: 20px 10px 24px;
  }
  .special-block {
    margin-top: 6.5%;
    padding: 35px 25px 15px;
  }
  .special-block:first-of-type {
    background: #fff url(/special/hotpricecp/images/con_bg01_sp.png) no-repeat 50% 0%;
    background-size: 50%;
  }
  .special-title {
    top: -8vw;
  }
  .special-subContent {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
  }
  .special-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .special-text {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  .special-text .font-s {
    font-size: 18px;
  }
  .special-text .font-m {
    font-size: 38px;
  }
  .special-text .font-l {
    font-size: 60px;
    line-height: 1;
  }
  .special-text .font-l .txt-comma {
    font-size: 32px;
  }
  .special-area .coupon-item.js-get-coupon {
    padding: 0;
  }
  .special-subtitle {
    margin: 20px 0 30px;
    font-size: 16px;
  }
  .special-subtitle:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #000;
    transform: rotate(145deg);
  }
  .special-subtitle:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 0 0 10px;
    background: #000;
    transform: rotate(-145deg);
  }
  .special-block:nth-of-type(2) {
    padding: 35px 10px 15px;
  }
  .special-item__content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .special-item__content-wrap p.font-s {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .special-note {
    justify-content: center;
  }
  .special-note__text {
    margin-top: 10px;
  }
  .finished-wrap:before {
    width: calc(100% + 40px);
    height: calc(100% + 67px);
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: -67px;
    left: -20px;
    z-index: 1;
  }
  .hidden-wrap {
    display: none;
  }
  .finished-wrap .hidden-wrap {
    position: absolute;
    top: -67px;
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 40px);
    height: calc(100% + 67px);
    color: #fff;
    z-index: 2;
  }
  .hidden-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 660px) {
  .special-block:first-of-type {
    background-size: 100%;
  }
}
@media screen and (max-width: 320px) {
  .special-text .font-m {
    font-size: 28px;
  }
  .special-text .font-l {
    font-size: 50px;
  }
}

.app-area {
  margin-bottom: 60px;
}
.app-area .contents-area {
  margin-top: 0;
  padding: 0;
  background: none;
  text-align: left;
}
.app-item p {
  margin-top: 0;
}
.logo-img img {
  width: 100%;
}
.app-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.app-list {
}
.app-list li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.8;
}
.app-list li > span:first-of-type {
  display: inline-block;
  width: 445px;
}
.app-list li:before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  margin: 4px 8px 0 0;
  background: url("/special/hotpricecp/images/check.png") no-repeat;
  background-size: contain;
}
.qr-img {
  width: 100px;
}
.qr-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .app-block {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 100px 124px 0 112px;
  }
  .app-title {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
  }
  .app-item:first-of-type {
    width: 110px;
    margin-right: 15px;
  }
  .app-item:nth-of-type(2) {
    width: 475px;
  }
  .app-item:nth-of-type(3) {
    width: 100px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .app-area {
    margin-bottom: 30px;
    padding: 40px 10px 0;
  }
  .app-item:first-of-type {
    display: flex;
    align-items: center;
  }
  .app-item:first-of-type .logo-img {
    width: 25%;
  }
  .app-item:first-of-type .app-title {
    width: 75%;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
  }
  .app-item:nth-of-type(2) {
    margin: 15px 0 0;
  }
  .app-list li {
    margin: 3px 0 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .app-list li:first-of-type {
    margin-top: 0;
  }
  .app-list li:before {
    margin: 2px 4px 0 0;
  }
  .app-item:nth-of-type(3) {
  }
  .app-btn-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .app-btn {
    width: 49%;
    text-align: center;
  }
}

.search-area {
  margin: 60px auto;
}
.search-area .contents-area {
  margin-top: 0;
  padding: 0;
  background: none;
  text-align: left;
}
.search-block {
  padding: 40px 20px;
  border: 2px solid #dededf;
  border-radius: 10px;
}
.search-title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  .search-area {
    margin: 30px auto;
    padding: 0 10px;
  }
  .search-block {
    padding: 20px 10px;
  }
  .search-title {
    margin: 0 0 15px;
    font-size: 20px;
  }
}

.btn-blue a {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  text-decoration: none;
  background: #3695d6;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out;
}
.btn-blue a:hover {
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn-blue-fin span {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #1b4a6b;
  color: #7f7f7f;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  .btn-blue a,
  .btn-blue-fin span {
    width: auto;
    margin: 0 15px;
    padding: 10px 0;
    max-height: 999999px;
    font-size: 18px;
  }
}

.indent01 li {
  text-indent: -1em;
  padding-left: 1em;
}
#notice_box ul {
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  h2.rs_h2_title_bar.mt0 {
    margin-top: 0 !important;
  }
  #notice_box dd {
    padding: 10px 3px;
  }
}

/*---------------------------------
  　ページTOP
-----------------------------------*/
#page-top {
  bottom: 20px;
  display: block;
  position: fixed;
  margin-left: 980px;
  width: 960px;
}
#page-top img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  /*通常ページ*/
  #page-top {
    right: 20px;
    width: auto;
    margin-left: 0;
    z-index: 5;
  }
  /*/s/ページ*/
  /*#page-top {
    bottom: 100px;
    width:auto;
		margin-left:0;
    right: 20px;
		z-index:5;
	}*/
}
@media screen and (max-width: 640px) {
  #page-top img {
    width: 40px;
    height: 40px;
  }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #container {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
