﻿@charset "utf-8";

/* CSS Document */
#container {
  width: 960px;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.c-f:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.c-f {
  min-height: 1%;
  display: block;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.view_sp,
.sp-head {
  display: none;
}

.lead-wrap {
  display: flex;
}

.lead {
  font-size: 14px;
  line-height: 1.7;
}

.lead p {
  margin-top: 0;
}

.lead a {
  color: #0071BE;
  text-decoration: none;
}

.lead a:hover {
  color: #0062A3;
  text-decoration: underline;
}

h2.rs_h2_title_bar {
  padding: 10px 15px;
  background-color: #0071be;
  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 (min-width: 769px) {
  #container {
    width: 960px;
    margin: 0 auto;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #container {
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;

  }

  .view_pc,
  .pc-head {
    display: none;
  }

  .view_sp,
  .sp-head {
    display: block;
  }

  .lead {
    justify-content: start;
    max-height: 999999px;
    font-size: 14px;
  }

  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 {
    font-size: 14px;
    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;
  }
}

/*---------------------------------
  　汎用
-----------------------------------*/
.indent01>* {
  text-indent: -1em;
  padding-left: 1em;
  list-style: none !important;
}

@media screen and (min-width: 769px) {
  .m-t10-pc {
    margin-top: 10px !important;
  }

  .m-t20-pc {
    margin-top: 20px !important;
  }

  .m-t40-pc {
    margin-top: 40px !important;
  }

  .p-10-pc {
    padding: 10px !important;
  }

  .p-t10-pc {
    padding-top: 10px !important;
  }

  .p-r10-pc {
    padding-right: 10px !important;
  }

  .p-b0-pc {
    padding-bottom: 0 !important;
  }

  .p-b5-pc {
    padding-bottom: 5px !important;
  }

  .p-l10-pc {
    padding-left: 10px !important;
  }

  .font12 {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .w50p-sp {
    width: 50% !important;
  }

  .m-t10-sp {
    margin-top: 10px !important;
  }

  .m-t15-sp {
    margin-top: 15px !important;
  }

  .m-t20-sp {
    margin-top: 20px !important;
  }

  .m-t30-sp {
    margin-top: 30px !important;
  }

  .m-l0-sp {
    margin-left: 0 !important;
  }

  .m-b20-sp {
    margin-bottom: 20px !important;
  }

  .p-t0-sp {
    padding-top: 0 !important;
  }

  .p-t10-sp {
    padding-top: 10px !important;
  }

  .p-t20-sp {
    padding-top: 20px !important;
  }

  .p-r5-sp {
    padding-right: 5px !important;
  }

  .p-b0-sp {
    padding-bottom: 0 !important;
  }

  .p-l5-sp {
    padding-left: 5px !important;
  }

  h2.rs_h2_title_bar.m-t50-sp {
    margin-top: 50px !important;
  }
}

/*--------------------------------------
  　キャンペーン期間＆プレー対象期間
--------------------------------------*/
.deadline_sp {
  display: none;
}

.deadline_pc {
  background-color: #fff;
  font-weight: bold;
  margin: 20px 0;
}

.deadline_pc ul {
  border: 1px solid #acacaa;
  display: flex;
}

.deadline_pc ul li {
  background-color: #ffffff;
  color: #313131;
  font-weight: bold;
  padding: 0 16px;
  /*年をまたぐ時は9px*/
  display: flex;
  align-items: center;
  height: 40px;
}

.deadline_pc ul li.ulTitle01 {
  background-color: #c0c0c0;
}

.deadline_pc ul li.ulTitle02 {
  background-color: #c0c0c0;
}

br.sp_block,
br.sp_block_02 {
  display: none;
}

@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: -35px 10px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }

  .deadline_sp dl {
    border-left: 1px solid #DEDEDF;
    border-right: 1px solid #DEDEDF;
    border-bottom: 1px solid #DEDEDF;
    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 dd span {
    display: block;
    padding-top: 3%;
  }

  .deadline_sp dt {
    background-color: #f4f4f4;
    text-align: center;
  }

  .deadline_sp .Title01 dd {
    border-top: 1px solid #acacaa;
  }

  br.sp_block_02 {
    display: block;
  }

  .deadline_sp dd ul {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  br.sp_block {
    display: block;
  }
}

@media screen and (max-width: 340px) {
  .deadline_sp {
    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 20px 20px;
  }
}

@media screen and (max-width: 340px) {

  .btn-red a,
  .btn-red-fin span {
    font-size: 14px;
  }
}

/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area {
  font-size: 18px;
  margin-bottom: 50px;
}

.sp-area {
  display: none;
}

.Ttl-highlight-wrap {
  text-align: center;
  margin: 0 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Ttl-highlight-wrap:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 30px;
  background-color: #222;
  transform: rotate(-25deg);
  margin: 0 0.7em 0 0;
}

.Ttl-highlight-wrap:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 30px;
  background-color: #222;
  transform: rotate(25deg);
  margin: 0 0 0 0.7em;
}

.Ttl-highlight {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}


.Ttl-highlight>span {
  position: relative;
  display: inline-block;
}

.Ttl-highlight>span:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffccd4;
  z-index: -1;
}

@media screen and (min-width: 769px) {

  .Ttl-highlight.-line1:before,
  .Ttl-highlight.-line1:after {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contents-area {
    padding: 0;
    margin: 10px;
    font-size: 12px;
    max-height: 999999px;
  }

  .pc-area {
    display: none;
  }

  .sp-area {
    display: block;
  }

  .Ttl-highlight-wrap {
    margin: 20px 0 10px;
  }

  /*.Ttl-highlight-wrap:before,
  .Ttl-highlight-wrap:after {
    height: 50px;
  }*/
  .Ttl-highlight {
    font-size: 18px;
  }

  .Ttl-highlight:before {
    bottom: 10px;
    left: -32px;
    width: 32px;
    height: 22px;
  }

  .Ttl-highlight:after {
    bottom: 10px;
    right: -32px;
    width: 32px;
    height: 22px;
  }

  .Ttl-highlight>span:before {
    bottom: 3px;
    height: 6px;
  }
}

@media screen and (max-width: 640px) {
  .contents-area {
    margin: 5px;
  }
}

/*---------------------------------
  　coupon-wrap
-----------------------------------*/
.coupon-column p {
  margin-top: 0;
}

.coupon-title {
  color: #434343;
}

@media screen and (min-width: 769px) {
  .coupon-column {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .coupon-column.sp-area {
    display: none !important;
  }

  .coupon-item:nth-child(1) {
    margin-right: 80px;
  }

  .coupon-item:nth-child(2) {
    width: 170px;
  }

  .coupon-item .coupon-item-inner {
    margin: 10px 0 0;
    padding: 0 40px;
  }

  .coupon-title {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }

  .coupon-item .bnr-wrap img {
    width: 100%;
  }

  .coupon-column.-Area02 .coupon-item:nth-child(2) {
    width: 700px;
  }

  .coupon-column.-Area02 .coupon-item .coupon-item-inner {
    margin: 10px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .coupon-wrap {
    margin: 0px;
    padding: 0 14px;
  }

  .coupon-column {
    margin: 20px 0 20px;
  }

  .coupon-column .coupon-image {
    margin: 10px 0 0;
    text-align: center;
  }

  .coupon-image img {
    width: 50%;
  }

  .coupon-column .coupon-item:nth-child(2) {
    margin: 30px 0 0;
  }

  .coupon-column .coupon-item .bnr-wrap {
    margin: 10px 0 0;
  }

  .coupon-item .bnr-wrap img {
    width: 100%;
  }

  .coupon-column .coupon-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
}

/*---------------------------------
  point-entry-area
-----------------------------------*/
.point-entry-area {
  width: 80%;
  margin: 0 auto;
}

.point-entry-area .point-img {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  pointer-events: none;
}

.point-entry-area .lead {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .point-entry-area .point-img img {
    width: 707px;
  }
}

@media screen and (max-width: 768px) {
  .point-entry-area {
    width: 100%;
  }

  .point-entry-area .point-img {
    margin-top: 20px;
  }
}

/*---------------------------------
  　step
-----------------------------------*/
.step-content .btn-red a,
.step-content .btn-red-fin span {
  width: 100%;
  font-size: 18px;
}

.stepTtl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {

  .step-content .step>img,
  .step-content .step02>img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .stepTtl {
    font-size: 14px;
  }

  .step-content .step,
  .step-content .step02 {
    height: auto !important;
  }

  .step-content .btn-red,
  .step-content .btn-red-fin {
    padding: 0 7.8% 10px;
    box-sizing: border-box;
  }

  .step-content .btn-red a,
  .step-content .btn-red-fin span {
    margin: 0;
    box-sizing: border-box;
  }

  .step-content .step>img,
  .step-content .step02>img {
    width: 80%;
  }

  .step-appWrap p {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 5px 10px;
  }

  .step-appWrap .step-app {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }

  .step-appWrap .step-app>a {
    display: block;
    padding: 0 10px;
  }

  .step-app img {
    width: 100%;
  }
}

/*--------------------------------------
  　　coupon
--------------------------------------*/
@media screen and (min-width: 769px) {
  .coupon_detail.js-coupon-detail img {
    width: 400px;
  }
}

.couponWrap {
  margin: 40px 0 50px;
}

.couponTtl {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.couponNote {
  font-weight: normal;
  font-size: 16px;
}

.couponInner {
  margin: 30px 0 0;
  padding: 0;
}

.couponSubTtl {
  font-size: 30px;
}

_::-webkit-full-page-media,
_:future,
:root .couponSubTtl {
  font-size: 28px;
}

.btnWrap {
  margin: 30px 0 0;
  padding: 0 180px;
  box-sizing: border-box;
  text-align: left;
}

.btnWrap .couponNote {
  margin: 10px 0 0;
  line-height: 1.7;
}

.coupon_detail.js-coupon-detail img {
  /* filter: drop-shadow(3px 6px 5px rgba(0 0 0 /20%));
  border-radius: 5px; */
  max-width: 100%;
}

.coupon_detail.js-coupon-detail a {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}

.coupon_detail.js-coupon-detail a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.coupon_detail.js-coupon-detail a:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.coupon-point {
  position: relative;
  font-size: 15px;
  padding: 15px 0 0 60px;
  margin-top: 10px;
}

.coupon-point::before {
  content: "";
  display: block;
  width: 58px;
  height: 60px;
  position: absolute;
  top: -9px;
  left: 0;
  background: url(../images/icon_point.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .couponWrap {
    margin: 30px 0 20px;
  }

  .couponTtl {
    padding: 0 10% 5%;
    font-size: 18px;
  }

  .couponTtl.-icon01:before {
    display: block;
    width: 19vw;
    height: 19vw;
    position: absolute;
    top: 50%;
    left: 3%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .couponTtl.-icon02:before {
    display: block;
    width: 19vw;
    height: 19vw;
    position: absolute;
    top: 50%;
    left: 3%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .couponInner {
    margin: 20px 0 0;
  }

  .coupon_detail.js-coupon-detail a {
    box-shadow: none;
  }

  .coupon-point {
    font-size: 16px;
    padding: 0 0 0 70px;
    margin: 15px auto auto 10px;
  }
}

/*---------------------------------
  　クーポンエリア 3column
-----------------------------------*/
@media screen and (min-width: 769px) {
  .couponContent:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }

  .couponContent {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  .couponContent .btn {
    position: relative;
  }

  .couponContent .btn:nth-child(1) {
    margin-right: 25px;
  }

  .couponContent .btn:nth-child(2) {
    margin-left: 25px;
  }

  .couponContent .btn-txt {
    position: absolute;
    bottom: 16px;
    left: 10px;
    font-size: 0;
    font-weight: bold;
    width: 140px;
    text-align: center;
  }

  /*
.couponContent .js-clipboard{
  position: absolute;
  bottom: 18px;
  right: 14px;
}
*/
}

.couponContent .js-clipboard textarea {
  display: none;
}

.couponContent .js-clipboard button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}

.couponContent .js-clipboard button img {
  width: 100%;
}

.couponContent .js-clipboard button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .couponContent {
    display: block;
  }

  .couponContent .btn {
    position: relative;
    /*width: 100%;*/
    margin: 0 auto 20px;
    box-sizing: border-box;
  }

  .couponContent .btn:nth-child(1) {
    margin-right: 5px;
  }

  .couponContent .btn:nth-child(2) {
    margin-left: 5px;
  }

  .couponContent .btn img {
    max-width: none;
    width: 100%;
  }

  /*
  .couponContent .js-clipboard {
    position: absolute;
    bottom: 5.8vw;
    right: 8.16vw;
    width: 41.7vw;
  }
*/
  .couponContent .btn-txt {
    position: absolute;
    bottom: 2.8vw;
    left: 10.5vw;
    font-size: 0;
    font-weight: bold;
    width: 34.5vw;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .couponContent .js-clipboard {
    bottom: 3.8vw;
  }
}

/*---------------------------------
  　クーポンボタン
-----------------------------------*/
.coupon-tooltip {
  position: relative;
}

.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-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-tooltip .tooltiptext.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .coupon-tooltip .tooltiptext {
    font-size: 12px;
  }

  .coupon-tooltip button img {
    width: 100%;
  }
}

/*--------------------------------------
  　予約アプリダウンロード
--------------------------------------*/
.app-dl {
  padding: 40px 20px;
}

.app-dl .Ttl-highlight {
  display: block;
  text-align: center;
  color: #0071BE;
}

.app-dl .Ttl-highlight .pc-big {
  font-size: 24px;
}

.pc-area .app-dl-area {
  position: relative;
}

.pc-area .coupon-item-inner {
  width: 540px;
  margin: auto;
  padding: 20px 60px;
  background: #F4F4F4;
}

.pc-area .coupon-item-inner p {
  text-align: center;
  font-size: 14px;
}

.pc-area .app-dl-area .ticket-item01 {
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.pc-area .app-dl-area .ticket-item02 {
  position: absolute;
  right: 0;
  z-index: 1;
}

.pc-area .app-dl-area .app-dl-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto 15px;
}

.pc-area .app-dl-area .app-dl-btn li {
  width: 140px;
}

.pc-area .app-dl-area .app-dl-btn li:nth-child(2) {
  width: 160px;
}

.pc-area .app-dl-area .app-dl-btn li:last-child {
  width: 55px;
}

.pc-area .app-dl-area .app-dl-btn .btn-apple {
  margin-right: 10px;
}

.pc-area .app-dl-area .app-dl-btn img {
  width: 100%;
}

.pc-area .app-dl-area .app-dl-btn a {
  transition: 0.3s ease-out;
}

.pc-area .app-dl-area .app-dl-btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .app-dl {
    padding: 30px 10px;
  }

  .app-dl .Ttl-highlight .sp-small {
    font-size: 16px;
  }

  .sp-area .app-dl-area {
    padding: 10px 20px;
    background: #F4F4F4;
  }

  .sp-area .ticket-item01 {
    display: block;
    margin: 20px auto 0;
  }

  .sp-area .app-dl-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sp-area .app-dl-btn a {
    display: block;
    padding: 0 10px;
  }
}

/*--------------------------------------
  　キャンペーン概要
--------------------------------------*/
#outline_box {
  margin: 0 0 15px;
  border: 2px solid #0071be;
}

#outline_box dl {
  margin: 5px 0;
}

#outline_box dl:first-child dd {
  padding: 10px 10px 23px 210px;
}

#outline_box dt {
  padding: 9px 0 0 15px;
  font-weight: bold;
  color: #0071be;
  float: left;
}

#outline_box dd {
  padding: 6px 10px 6px 210px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
  font-size: 15px;
}

#outline_box dl:last-child dd,
#notice_box dl:last-child dd {
  border-bottom: none;
}

#outline_box dd.last {
  border: 0;
}

@media screen and (max-width: 768px) {
  #outline_box {
    margin: 0 10px;
    padding-top: 5px;
    font-size: 15px;
  }

  #outline_box dl {
    margin: 0;
    padding: 3px;
    
  }

  #outline_box dt {
    float: none;
    padding: 5px;
    max-height: 999999px;
  }

  dl.outline dt {
    padding: 5px;
  }

  #outline_box dd {
    padding: 0 0 10px 5px;
    max-height: 999999px;
  }

  #outline_box dl:first-child dd {
    padding: 0 0 10px 5px;
  }
}

@media screen and (max-width: 640px) {
  #outline_box {
    margin: 0 5px;
    border: 1px solid #0071be;
  }
}

@media screen and (max-width: 340px) {
  #outline_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　注意事項
--------------------------------------*/
.notice_tit {
  padding: 8px 15px;
  background-color: #ccc;
}

#notice_box {
  margin: 0 0 10px;
  width: 960px;
  border: 2px solid #ccc;
}

#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%;
  font-size: 15px;
}

#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;
    font-size: 15px;
  }

  #notice_box dl {
    margin: 0;
    padding: 3px;
  }

  #notice_box dt {
    float: none;
    padding: 0 0 0 5px;
  }

  #notice_box dd {
    padding: 10px 0px;
  }

  #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 #0071be;
  color: #0071be;
  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 .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: 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;
}

p.coupon-fin {
  position: relative;
}

p.coupon-fin::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 20%);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  top: 20%;
  left: 0;
  border-radius: 5px;
}

.couponContent .btn p.coupon-fin span {
  position: absolute;
  background: #fff;
  padding: 20px 40px;
  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: 50%;
  margin: 0 auto;
  font-size: 16px;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #str_container #res-header-fin {
    margin: 0 0 10px;
  }

  #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;
  }

  p.coupon-fin::before {
    width: 100%;
    height: calc(100% - 20%);
    top: 20%;
  }

  .couponContent .btn p.coupon-fin span {
    width: 65%;
    font-size: 14px;
    padding: 15px;
    top: 59%;
  }
}

/*---------------------------------
  　ページ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: 999;
  }*/

  /*/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;
  }
}

/*--------------------------------------
  クーポン公開前
--------------------------------------*/
p.coupon-disabled {
  position: relative;
}

p.coupon-disabled::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  left: 0;
  border-radius: 4px;
}

.couponContent .btn p.coupon-disabled span.comingsoon {
  position: absolute;
  z-index: 999999;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.couponContent .btn p.coupon-disabled span.txt-small {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .couponContent .btn p.coupon-disabled span.comingsoon {
    font-size: 28px;
  }

  .couponContent .btn p.coupon-disabled span.txt-small {
    font-size: 20px;
  }
}


/** 終了対応
.download-coupon {
  background-color: #e3f3fe;
  padding: 40px 20px;
}
@media screen and (max-width: 768px){
  .download-coupon {
    padding: 20px 10px;
  }
}
**/

/** ORG **/
.lead-wrap .lead {
  text-align: center;
  margin: 0 auto;
}

.lead-wrap .lead li a {
  display: block;
  max-width: 200px;
  margin: 4px auto 0;
}

.lead-wrap .lead li a svg {
  width: 12px;
  height: 6px;
  margin-left: 8px;
}

.point-entry-area .leadcaution {
  max-width: 360px;
  margin: 30px auto 0;
}

#res_seofooter a {
  color: #666666;
}

#res_seofooter a:hover {
  text-decoration: underline;
  opacity: .8;
}

.point-entry-area .lead-wrap .lead.deadline_pc {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .lead-wrap.mt20 .lead.indent01 li {
    text-align: left;
  }

  .lead-wrap.mt20 .lead.indent01 li a {
    text-align: center;
    margin: 10px auto 0;
  }

  .lead-wrap .lead.deadlineLaed {
    text-align: left;
    font-size: 14px;
    font-weight: normal !important;
    margin: 15px auto 0;
  }
}

/*--------------------------------------
  手動スライド表示
--------------------------------------*/
.guide-slide {
  position: relative;
}

@media screen and (min-width: 769px) {
  .swiper-wrapper {
    justify-content: space-between;
  }

  .swiper-wrapper .swiper-slide {
    width: auto;
  }

  .guide-slide .swiper-button-prev,
  .guide-slide .swiper-button-next {
    content: unset;
    display: none;
  }

  .guide-slide .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swiper-wrapper {
    /* サイズ調整 */
    width: 100%;
    height: 100%;
    margin: auto;
  }

  .guide-slide .swiper-slide {
    display: flex;
    justify-content: center;
    /* 左右の中央揃え */
  }

  .guide-slide .swiper-slide img {
    align-self: center;
    /* 上下の中央揃え */
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }

  .guide-slide .swiper-button-next,
  .guide-slide .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 50%);
    border-color: #000;
    width: calc(var(--swiper-navigation-size) / 44 * 44);
  }

  .guide-slide .campaign-pagenation.swiper-pagination {
    bottom: -20px;
  }
}

/*s*/
#pageTop {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 30px;
  width: 100%;
  max-width: 992px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

.pageTop__wrap {
  position: absolute;
  bottom: 0;
  right: -52px;
  width: 44px;
  height: 44px;
}

@media (max-width: 1279.9px) {
  .pageTop__wrap {
    right: 16px;
  }
}

.pageTop__wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #0071BE;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  .pageTop__wrap a:hover {
    color: #fff;
    background-color: #5eaade;
    border-color: #5eaade;
  }
}

@media (max-width: 767.9px) {
  .pageTop__wrap a {
    opacity: 0.72;
  }
}

.pageTop__wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 31%;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------
  フッター
--------------------------------------*/
#res_seofooter {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222 !important;
}

#res_seofooter a {
  color: #222222;
}

div#res_seofooter dt {
  font-weight: normal !important;
  float: none !important;
}

div#res_seofooter dd {
  padding: 0 !important;
}

div#res_seofooter dl.res_seofooter_top {
  width: 1920px !important;
  margin-left: -520px !important;
  padding-left: 520px !important;
}

div#res_seofooter .res_seofooter_top dt {
  font-size: 14px !important;
  padding: 16px 0 !important;
  font-weight: bold !important;
}

div#res_seofooter dd {
  width: 960px !important;
  float: none !important;
}

div#res_seofooter ul.prefectures li.first {
  padding: 0 40px 0 10px !important;
  background: none !important;
  margin: 10px 0 !important;
  border-left: none !important;
  position: relative;
  text-align: left;
}

div#res_seofooter ul.prefectures li {
  margin: 10px 0;
  padding: 0;
}

div#res_seofooter ul.prefectures li a {
  padding: 0 18px 0 14px;
}

div#res_seofooter ul.prefectures li a:hover {
  color: #0071BE;
  text-decoration: underline;
}

div#res_seofooter ul.prefectures:first-child li.first,
div#res_seofooter ul.prefectures:first-child li {
  margin: 0 0 10px !important;
}

div#res_seofooter ul.prefectures li.first::before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #c9c9c9;
  border-right: solid 2px #c9c9c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10%;
  left: 0;
}

div#res_seofooter div.res_seofooter_2016 dl {
  border-top: none;
  padding: 0;
}

div#res_seofooter div.res_seofooter_2016 dl {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: solid 1px #e5e5e5;
  width: 1920px !important;
  margin-left: -520px !important;
  padding-left: 520px !important;
}

div#res_seofooter .res_seofooter_2016 .res_seofooter_top dt {
  font-size: 12px !important;
  font-weight: normal !important;
  padding: 16px 0 10px !important;
}

div#res_seofooter .res_seofooter_2016 dt {
  padding: 16px 0 0px !important;
}

div#res_seofooter div.res_seofooter_2016 .res_seofooter_top ul li a,
div#res_seofooter .res_seofooter_2016 ul#res_seofooter_recommend li a {
  font-weight: normal !important;
  font-size: 10px !important;
}

div#res_seofooter div.res_seofooter_2016 ul li a:hover {
  color: #0071BE;
  text-decoration: underline;
}

div#res_seofooter .res_seofooter_2016 .res_seofooter_top ul li {
  float: left;
  border-left: solid 1px #cccccc;
}

div#res_seofooter div.res_seofooter_2016 .res_seofooter_top ul {
  border-left: none !important;
}

div#res_seofooter div.res_seofooter_2016 .res_seofooter_top ul:first-child li:first-child {
  border-left: none !important;
}

div#res_seofooter div.res_seofooter_2016 .res_seofooter_top ul:first-child li:first-child a {
  padding-left: 0 !important;
}

div#res_seofooter div.res_seofooter_2016 .res_seofooter_top ul li+li {
  margin-top: 0;
}

/* 【PCエリアページ】フッターの要らない線を消したい_2021/5/11 フッター変更リリースに伴い追記 */
#res_seofooter>dl:nth-child(2)>dd>ul:nth-child(2)>li:nth-child(2) {
  display: none;
}

#res_seofooter_recommend {
  margin-top: 10px !important;
}

#res_seofooter_recommend li:first-child a {
  padding-left: 0 !important;
}

#res_footer {
  width: 100%;
}

#res_footer #res_footer_utilitylinks,
#res_footer #res_footer_addressmarks {
  margin: 0 auto;
  width: 980px;
}

div#res_seofooter ul.prefectures li.first {
  width: 130px;
}

#res_footer #res_footer_utilitylinks ul li,
#res_footer address {
  font-size: 1rem;
}

.footer-menu__breadcrumb {
  display: none;
}

@media (max-width: 767.9px) {
  .footer-menu__breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em 0;
    padding: 28px 16px 32px 16px;
    /* font-size: 12px; */
  }
}

.footer-menu__breadcrumb li {
  font-size: 1.2rem;
  line-height: 1.5;
  word-break: break-all;
}

.footer-menu__breadcrumb li:after {
  content: "＞";
  margin: 0 0.4rem;
}

.footer-menu__breadcrumb li:last-child:after {
  content: "";
}

/* .footer-menu__breadcrumb li + li:before {
  content: ">";
  font-size: 12px;
  padding: 0 0.5em;
} */

.footer-menu__breadcrumb a {
  color: #0071BE;
}