@charset 'UTF-8';

img {
  max-width: 100%;
}
.underline {
  text-decoration: underline;
}

.pc_on {
  display: block;
}

.sp .pc_on {
  display: none;
}

.sp_on {
  display: none;
}

.sp .sp_on {
  display: block;
}

/* ベースレイアウト
------------------------------------------------------------ */

#platinum article.contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}

#platinum .container {
  max-width: 100%;
  width: 970px;
  margin: 0 auto;
  background: transparent;
}

.container a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.container a:hover {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  opacity: 0.6;
}

.pc_on {
  display: block;
}
.sp .pc_on {
  display: none;
}
.sp_on {
  display: none;
}
.sp .sp_on {
  display: block;
}

/*checkbox*/
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.cbxbd {
  background-image: url(/static/cpn/platinum/img/img_check_off.png);
  background-repeat: no-repeat;
  background-position: 70px top;
  padding: 12px 0 0 30px;
  font-size: 100%;
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 76%;
}
.c_on .cbxbd {
  background-image: url(/static/cpn/platinum/img/img_check_on.png);
}
.sp .cbxbd {
  padding: 16px 0 0 35px;
  background-position: left top;
  width: 240px;
}
.sp .c_on .cbxbd {
}
/*checkbox*/

/*----------priv-----------*/

.priv1,
.priv2 {
  margin-top: 57px;
  border: 5px solid #f0f0f0;
  padding: 0 0 45px 0;
}

.priv1 .box1,
.priv2 .box1 {
  text-align: center;
}

.priv1 .box2 {
  line-height: 2;
  padding: 0 63px 24px 50%;
  background: url(/static/cpn/platinum/img/point.png) no-repeat left -14px;
}

.priv2 .box2 {
  line-height: 2;
  margin: 6px auto 0;
  padding: 0 57px 8px 50%;
  background: url(/static/cpn/platinum/img/coupon.png) no-repeat left center;
}

section.priv {
  width: 900px;
  margin: 0 auto;
  margin: 85px auto;
}

@media screen and (min-width: 769px) {
  section.priv {
    margin: 65px auto 85px;
  }
}

section.priv > .privTit {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 11px;
  text-align: center;
  color: #2B7EA8;
  border-bottom: 3px solid #2B7EA8;
}

.priv dt {
  font-size: 32px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 135px;
  margin: -16px auto 24px;
  padding-left: 14px;
  text-align: center;
  text-align: center;
  color: #dda44a;
  background-color: #fff;
}

dd h1,
dd h2 {
  font-size: 40px;
  margin-bottom: 25px;
  color: #2B7EA8;
}

p.disc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-top: 8px;
  letter-spacing: 0.5px;
}

p.disc + small {
  font-size: 11px;
  line-height: 1.5;
  display: block;
  padding-bottom: 30px;
  letter-spacing: 0.5px;
}

p.entBtn a {
  font-size: 18px;
  font-weight: bold;
  line-height: 3.4;
  display: block;
  width: 410px;
  text-align: center;
  color: #e0d19f;
  border-radius: 3px;
  background-color: #191919;
}

section.cpnInfo .title {
  margin-top: 2%;
  padding: 0 1%;
  color: #fff;
  background: #2B7EA8;
}

.cpnInfo th {
  color: #2B7EA8;
}

/*
============================================================
キャンペーンページ sp用
============================================================*/

#platinum.sp article.contents {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}

#platinum.sp .container {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
}

.sp .container img {
  width: 100%;
}

.sp p.headttl {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #f1e891;
  background-color: #80602d;
}

.sp .headerMain {
  position: relative;
  background: #2B7EA8;
  background-size: contain;
}

.sp .headerMain h1,
.sp .headerMain p.thanks {
  overflow: hidden;
  width: 100%;
  height: 0vw;
  margin: 0 auto;
  padding-top: 5vw;
  text-align: center;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/static/cpn/platinum/img/header_text20180302.png) no-repeat
    bottom;
  background-size: contain;
}

/* .rule
------------------------------------------------------------ */

.sp .rule ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.sp .rule ul li {
  font-size: 10px;
  line-height: 1.75;
  display: inline-block;
  margin: 0 0.1em 0.4em;
  padding: 0.2vw 0.5vw;
  color: #fff;
  border-radius: 2px;
  background: #c00000;
}

.sp .rule ul li:first-child {
  display: block;
  width: 100%;
  border: 1px solid #a28338;
  background: #c2ab6d;
}

.sp .rule ul li:nth-child(n + 5) {
  display: inline-block;
  background: #376cda;
}

.sp .rule {
  padding: 1%;
  text-align: center;
}

/*----------priv-----------*/


.sp section.priv {
  width: 93%;
  margin: 8vw auto 60px;
}

.sp .priv .box2 {
  padding-top: 32%;
  padding-top: 30vmin;
}

.sp section.priv div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  margin: 0 auto;
  padding: 30px 0 12px 0;
  background-position: center 10px;
  background-size: contain;
  background-size: 74%;
}
.sp section.priv > div:nth-child(2) {
  margin-top: 40px;
  padding-top: 24px;
}
.sp section.priv > div:nth-child(2) dt {
  margin: -38px 0 0 0;
}

.sp .priv dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}

.sp .priv dt {
    font-size: 24px;
    font-weight: bold;
    width: 4em;
    margin: -44px 0 0 0;
    padding: 0;
    text-align: center;
    color: #dda84a;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.sp dd h1,
.sp dd h2 {
  font-size: 147%;
  /* font-size: 5.4vw; */
  font-size: 22px;
  margin-bottom: 0;
}

.sp p.disc {
  font-size: 120%;
  font-size: 4.2vw;
  width: 100%;
  margin-bottom: 3%;
}

.sp p.disc + small {
  font-size: 90%;
  display: block;
  width: 100%;
  padding-bottom: 3%;
}

.sp p.entBtn a {
  font-size: 80%;
  font-weight: bold;
  line-height: 3.4;
  display: block;
  width: 80%;
  margin: 0 auto 5%;
  text-align: center;
  color: #e0d19f;
  border-radius: 3px;
  background-color: #191919;
}

.sp ul.link li a {
  width: 80vw;
  margin: 1% 0;
  padding: 0 2% 0 2vw;
  text-align: center;
  border-radius: 3px;
  background-color: #a97d36;
}

.sp ul.link li a {
  display: block;
  padding: 2% 3% 1% 4%;
}

.sp section.cpnInfo h1.title {
  padding: 3% 0;
  background: #000;
}

.sp section.cpnInfo .cpnInfo table,
.cpnInfo th,
.sp section.cpnInfo .cpnInfo td {
  background: #edf4f8;
}

/*ヘッダー*/

.headWaku {
  background: url(/static/cpn/platinum/img/header_bg20180302.png);
}

.headerMain {
  position: relative;
  margin: 0 auto;
}

.headerMain p.atn {
  font-size: 16px;
  text-align: center;
  color: #dd0303;
}

.headerMain h1 {
  overflow: hidden;
  width: 970px;
  height: 239px;
  margin: 0 auto;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/static/cpn/platinum/img/header_text20180302.png) no-repeat;
}

.headerMain h2:not(.cnt) {
  /*    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 3%;
    letter-spacing: .1em;
    color: #2b2b2b;
    background: #eee;*/
}

.headerMain h2 span {
  /*    font-size: 14px;
    display: inline-block;
    width: 143px;
    margin: 0 1% .5% .7%;
    padding: 0 .5vw;
    text-align: center;
    color: #000;
    background: #ccc;*/
}

/*条件・期間枠 基本設定*/

.headerMain .block {
  margin: 1px 0;
}

ul.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 970px;
  margin: 0 auto;
  padding-top: 1px;
}

/*ボタン*/

.btn_area_img {
  position: relative;
  margin: 10px 0 10px 0;
  text-align: center;
}
.btn_area_img > a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 500px;
  margin: 0 auto 2%;
  padding-right: 1em;
  padding-top: 4px;
  border-radius: 3px;
  background-color: #bf0000;
  -webkit-box-shadow: 0 5px #730000;
  box-shadow: 0 5px #730000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  letter-spacing: 2.5px;
}
.btn_area_img a:before {
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 18px;
  width: 29px;
  height: 29px;
  border-radius: 22px;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px rgba(7, 0, 1, 0.24);
  box-shadow: inset 1px 1px rgba(7, 0, 1, 0.24);
  /* content: ""; */
}

.btn_area_img a:hover,
.btnBox p a:hover {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

/*ボタン*/

.btn_area.ent_Btn {
  margin-bottom: 20px;
  padding: 20px 0 8px;
  /*background-color: #f0f0f0;*/
}
.sp .btn_area.ent_Btn {
  width: 94%;
  margin: 0 auto;
  /*padding: 8% 0;*/
  background: none;
}

.btn_area_img {
  position: relative;
  margin: 10px 0 10px 0;
  text-align: center;
}

.btn_area_img a {
  font-size: 22px;
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  margin: 0 auto 27px;
  padding-top: 4px;
  padding-right: 1em;
  text-align: center;
  letter-spacing: 2.5px;
  color: #fff;
  border-radius: 3px;
  background-color: #bf0000;
  -webkit-box-shadow: 0 3px #730000;
  box-shadow: 0 3px #730000;
}

.btn_area_img a:after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-size: contain;
}
.btn_area_img a:hover,
.btnBox p a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.btn_area_img a.fin {
  cursor: default;
  pointer-events: none;
  background-color: #b6b6b6;
  -webkit-box-shadow: 0 6px #9c9c9c;
  box-shadow: 0 6px #9c9c9c;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

strong.fin_bar {
  font-size: 50px;
  line-height: 2;
  position: absolute;
  top: -92%;
  left: 14%;
  display: block;
  width: 14em;
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
  color: #ffff01;
  background: rgba(255, 51, 50, 0.9);
}

.btn_area_img a.fin {
  background-color: #b6b6b6;
  -webkit-box-shadow: 0 6px #9c9c9c;
  box-shadow: 0 6px #9c9c9c;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default;
  pointer-events: none;
}
strong.fin_bar {
  display: block;
  position: absolute;
  top: -14%;
  left: 13%;
  width: 11em;
  color: rgb(255, 255, 1);
  font-size: 50px;
  line-height: 2;
  transform: rotate(9deg);
  background: rgba(255, 51, 50, 0.9);
}

.btn_area_txt {
  width: 500px;
  margin: 0 auto;
}
.sp .btn_area_txt {
  width: 100%;
  margin-top: 17px;
}

.sp .btn_area_txt p.desc {
  opacity: 0.8;
  text-align: left;
  width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4;
}
.btn_area_txt p.desc a {
  opacity: 0.8;
  background: none;
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: static;
  box-sizing: content-box;
  box-shadow: none;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: underline;
}

.btn_area_txt p.desc a:after {
  content: normal;
}

.btn_area p.btnCatch {
  margin: 0 auto -10px;
  font-size: 30px;
  text-align: center;
  line-height: 1.8;
  font-weight: normal;
}

.btn_area p.desc {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.8;
  text-align: center;
}

.headerMain .block ul .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 826px;
  margin: 1px 0 2px 11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headerMain .block ul.item li {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 27px;
  padding: 0 13px;
  color: #2B7EA8;
  border: 2px solid;
  border-radius: 32px;
  background: #fff;
}

.headerMain .block ul.item li.excluded {
  font-size: 13px;
  line-height: 1.3;
  margin-right: 0;
  padding-top: 2px;
  text-align: center;
  color: #fff;
  border: none;
  border-color: #2B7EA8;
  background: #898989;
}

.weak {
  background-color: #898989;
}

.headerMain .block ul.item li:nth-of-type(3)::before,
.headerMain .block ul.item li:nth-of-type(4)::before {
  font-size: 25px;
  position: absolute;
  bottom: 30%;
  left: -23px;
  width: 1em;
  height: 1em;
  margin: 0;
  content: "+";
  color: #fff;
}

.headerMain .block ul.item li:last-of-type::before,
.headerMain .block ul.item li:first-of-type::before {
  display: none;
}

.headerMain .block ul.item li:last-of-type,
.headerMain .block ul.item li:first-of-type {
  margin-left: 10px;
}

.headerMain .block ul li.waku {
  font-size: 21px;
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px;
  margin: 0;
  padding: 0px 12px 0;
  color: #000;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  background: transparent;
}

.headerMain .block ul li.waku p {
  font-size: 17px;
  height: 28px;
  padding: 0;
}

/*条件・期間枠 個別設定 条件*/

.headerMain .block.rule {
  padding: 3px 0;
  background: #2B7EA8;
}

.headerMain .block.termWrap ul.item li {
  font-size: 22px;
  padding: 6px 0 0;
  color: #fff;
  border: none;
  background: none;
}

/*sp*/

.sp .headerMain h1 {
  padding-top: 25%;
  padding-top: 25vw;
  background-position: center top;
  background-size: 97%;
}

/*条件・期間枠 基本設定*/

.sp .headerMain .block {
  margin: 0;
  padding: 0;
}

.sp .headerMain .block:last-of-type {
  border-top: 1px solid #fff;
}

.sp .headerMain .block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0 6px 2px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp .headerMain .block ul .item {
  width: 100%;
  margin: 0;
  padding-left: 2px;
}

.sp .headerMain .block ul.item li {
  font-size: 10px;
  font-size: 3vw;
  line-height: 1.2;
  margin: 0 10px 0 0;
  padding: 3px 5px 0;
  letter-spacing: -1px;
  border: 1px solid;
  border-radius: 5.2em;
}

.sp .headerMain .block ul.item li::before {
  font-size: 13px;
  /* font-size: 4vw; */
  font-weight: normal;
  /* position: absolute; */
  bottom: 35%;
  left: -13px;
}

.sp .headerMain .block ul li.waku {
  font-size: 12px;
  font-size: 3.4vw;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  margin: 0 0 0 3px;
  padding: 0;
  text-align: left;
  border: none;
  border-radius: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sp .headerMain .block ul li.waku p {
  font-size: 11px;
  font-weight: normal;
  height: auto;
  padding: 0;
}

.sp .headerMain .block.termWrap ul li.waku {
  border: none;
  border-left: 4px solid;
}

.sp .headerMain .block.termWrap ul.item li {
  padding: 0;
  border: none;
}

.sp .headWaku {
  margin-bottom: 1vw;
  background-size: contain;
}

.sp .headerMain .block ul.item li:nth-last-of-type(-n + 2) {
  margin: 0 5px 0 0;
}

.sp .headerMain .block ul.item li.excluded {
  font-weight: normal;
  margin: 0;
  border: none;
  /* text-shadow: 0 1px 0 #424141; */
}

/*ヘッダー*/

.sp section.priv > .privTit {
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

/*下部ボタン*/

.btn_area.ent_Btn.bottom {
  /*js用*/
  position: fixed;
  z-index: 999;
  bottom: -23px;
  display: none;
  width: 100%;
  padding: 0;
  padding: 5px 0 14px;
  background-color: rgba(240, 240, 240, 0.8);
  -webkit-box-shadow: 1px 1px 13px -4px #686868;
  box-shadow: 1px 1px 13px -4px #686868;
}

.btn_area.ent_Btn.bottom a {
  font-size: 16px;
}

.btn_area.ent_Btn.bottom small {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
}

.btn_area.ent_Btn.bottom small a {
  font-size: 12px;
  margin-left: 8px;
  color: #000;
  border-bottom: 1px solid;
}

.btn_area.ent_Btn.bottom .btn_area_img a {
  width: 405px;
  padding-left: 32px;
}

.btn_area.ent_Btn.bottom .btn_area_img a:after {
  top: 2px;
}
.sp .btn_area_imgWrap {
  display: flex;
  flex-direction: column;
}
.sp .btn_area.ent_Btn.bottom {
  width: 100%;
  margin: 0 auto 0px;
  padding: 10px 0 22px;
  background: rgba(226, 226, 226, 0.9);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sp .btn_area.ent_Btn.bottom small {
  margin: 22px auto 0;
}
.sp .btn_area.ent_Btn.bottom .btn_area_img {
  order: 2;
}
.sp .btn_area.ent_Btn.bottom .btn_area_img a {
  width: 92%;
  font-size: 15px;
}
.sp .btn_area.ent_Btn.bottom .btn_area_img a:after {
  top: 1px;
}

.btn_area.ent_Btn.bottom .toDetail {
  font-size: 12px;
  margin: 13px auto -6px;
  width: 77%;
  text-align: center;
  text-decoration: underline;
  order: 1;
}
.btn_area.ent_Btn.bottom .toDetail a {
  color: #000;
}
.sp .btn_area.ent_Btn.bottom .toDetail {
  order: 1;
  width: 100%;
  display: block;
  margin: 0 auto -6px;
}
.sp .btn_area.ent_Btn.bottom .toDetail a {
  font-size: 12px;
}

.sp .btn_area .btnCatch {
  font-size: 14px;
  font-size: 5.5vw;
  line-height: 1.7;
  width: 100%;
  font-weight: bold;
}

.sp .btn_area_img a {
  font-size: 100%;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 3%;
  padding-top: 0;
  padding-right: 1em;
  text-align: center;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 3px #730000;
  box-shadow: 0 3px #730000;
  width: 97%;
  font-size: 14px;
}

.sp .btn_area_img a:after {
  width: 0.5em;
  height: 0.5em;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sp .btn_area_img a:hover,
.btnBox p a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/*sp*/

.sp .what ul li p {
  font-size: 12px;
  padding-top: 87px;
}

.sp .topicPath {
  margin: 4px 0;
}

.sp .topicPath.topicPathNew span {
  font-size: 12px;
}

/* cpnInfo
------------------------------------------------------------*/

.cpnInfo {
  width: 96%;
  margin: 0 auto;
  color: #333;
  background: #fff;
}

.cpnInfo div.img img {
  width: 100%;
  margin-bottom: 1em;
}

.cpnInfo table {
  width: 100%;
  max-width: 970px;
  margin: 1em auto;
}

.cpnInfo th {
  width: 20%;
}

.cpnInfo th.title {
  font-size: 150%;
  padding: 10px 2px 7px;
  text-align: center;
  color: #fff;
}

.cpnInfo td {
  /*width: 80%;*/
}

/*.cpnInfo table,
.cpnInfo th,
.cpnInfo td {
    line-height: 1.5;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ccc;
}*/

/*.cpnInfo table p,
.cpnInfo th p,
.cpnInfo td p {
    margin-bottom: 1em;
}*/
.cpnInfo td {
  width: 80%;
  margin-bottom: 1em;
}
.cpnInfo th.title {
  font-size: 87%;
}
@media screen and (min-width: 769px) {
  .cpnInfo th.title {
    font-size: 16px;
  }
}

.cpnInfo th,
.cpnInfo td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.5;
}

.cpnInfo table p,
.cpnInfo th p,
.cpnInfo td p {
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .cpnInfo {
    /*width: 96%;*/
    max-width: 970px;
    margin: 40px auto;
    color: #333;
  }

  .cpnInfo th,
  .cpnInfo td {
    display: table-cell;
    width: 20%;
  }

  .cpnInfo table,
  .cpnInfo th,
  .cpnInfo td {
    width: 100%;
    line-height: 1.5;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ccc;
  }
  /*
    .cpnInfo th,
    .cpnInfo td {
        display: block;
        width: 100%;
    }*/

  .cpnInfo th {
    width: 20%;
  }
}

span.red {
  color: red;
}

/*checkbox*/

.btn_area .btn_area_img p.desc {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
  opacity: 1;
  text-align: center;
  color: #000;
}

.btn_area .btn_area_txt p.desc a {
  opacity: 1;
  background: none;
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: static;
  box-sizing: content-box;
  box-shadow: none;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: underline;
}
.sp .btn_area .btn_area_txt p.desc {
  opacity: 1;
  text-align: left;
  width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4;
  /*margin-top: 10px;*/
}

.bold {
  font-weight: bold;
}

/*breadcrumbs*/
.breadcrumbs {
  padding: 8px 0 8px 12px;
  font-size: 11px;
  color: #9c9c9c;
  white-space: nowrap;
}
.breadcrumbs > li.active span {
  color: #9c9c9c !important;
  text-decoration: none !important;
}
.breadcrumbs > li:not(:first-child):before {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.sp .breadcrumbs {
  font-size: 11px;
  padding: 8px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.note {
  background: #f0f0f0;
  text-align: center;
  color: #000000;
  padding: 6px;
  letter-spacing: 1px;
  font-size: 14px;
}
.sp .note {
  background: none;
  text-align: left;
  color: #3c3c3c;
  padding: 4px;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 1.4;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 769px) {
  #rank-ddt .rank-ddt_inner {
    width: 100% !important;
  }
}

/*============================
.cpnInformation
============================*/
.cpnInformation {
  width: 96%;
  margin: 0 auto;
  color: #333;
  background: #fff;
}
.cpnInformation,
.cpnInformation h1 {
  max-width: 970px;
  margin: 1em auto 0;
}
.cpnInformation h1 {
  font-size: 87%;
  padding: 10px 2px 7px;
  text-align: center;
  color: #fff;
  margin-top: 2%;
  background: #2B7EA8;
}
.cpnInformation dl {
  display: table;
  width: 100%;
}
.cpnInformation dt,
.cpnInformation dd {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: none;
  text-align: left;
  line-height: 1.5;
}
.cpnInformation dt {
  color: #2B7EA8;
  background: #edf4f8;
  box-sizing: border-box;
  font-weight: bold;
}
.cpnInformation dd {
}
@media screen and (min-width: 769px) {
  .cpnInformation {
    max-width: 970px;
    margin: 0 auto;
    color: #333;
    border-bottom: 1px solid #ccc;
  }
  .cpnInformation h1 {
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-bottom: 0;
    font-size: 16px;
  }
  .cpnInformation dt,
  .cpnInformation dd {
    display: table-cell;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 1.5;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
  }
  .cpnInformation dl {
    border-right: 1px solid #ccc;
  }
  .cpnInformation dt {
    width: 20%;
  }
}

/*#########################################################

20220308 GoldCPN style.css

#########################################################*/

.priv2 .coupon-content-box {
  max-width: 98%;
  margin: 0 auto 24px;
}

.priv2 .coupon-content-box > p {
  /* width: 65%; */
  margin: 0 auto 32px;
  /* font-size: 16px; */
}
.priv2 .coupon-content-box > .caution {
  color: red;
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
.sp .priv2 .coupon-content-box > .caution {
  font-size: 16px;
}

.priv2 .coupon-content-box > p small {
  display: inline-block;
  margin-top: 8px;
}

.priv2 .coupon-content-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.priv2 .coupon-content-box .container .container-unit {
  /* flex-basis: calc((100% - 64px) / 1); */
  /* max-width: calc((100% - 64px) / 1); */
  flex-basis: 65%;
  max-width: 65%;
}
.priv2 .coupon-content-box .container .container-unit-inner {
  max-width: 560px;
  margin: 0 auto;
}
.priv2 .coupon-content-box .container .container-unit .coupon-img-box {
  width: 320px;
  margin: 0 auto 20px;
}
.priv2 .coupon-content-box .container .container-unit .description {
  line-height: 1.2;
}
.priv2
  .coupon-content-box
  .container
  .container-unit
  .description
  > .coupon-ttl {
  font-weight: 700;
  text-align: center;
  display: block;
}
.priv2 .coupon-content-box .container .container-unit .description > small {
  display: inline-block;
  margin-top: 12px;
}

/* ========================================================
        SP
=========================================================*/
.sp .priv2 .coupon-content-box > p {
  width: 100%;
}
.sp .priv2 .coupon-content-box {
  padding-top: 16px;
}
.sp .priv2 .coupon-content-box .container {
  flex-direction: row;
}
.sp .priv2 .coupon-content-box div {
  padding-top: 0;
}
.sp .priv2 .coupon-content-box .container .container-unit {
  flex-basis: calc(100% - 0px);
  max-width: calc(100% - 0px);
  scroll-padding-top: 16px;
}
.sp .priv2 .coupon-content-box .container .container-unit:not(:last-child) {
  margin-bottom: 40px;
}
.sp .priv2 .coupon-content-box .container .container-unit .coupon-img-box {
  margin: 0 auto 8px;
}
.sp .priv2 .coupon-content-box .container .container-unit .coupon-img-box {
  width: 300px;
}

/* クーポン画像のホバーアクション */
a .float {
  /* box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22); */
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
  transition: 0.3s;
}
a:hover .float {
  filter: drop-shadow(4px 4px 4px rgba(160, 160, 160, 0.9));
  transform: translateY(-4px);
  opacity: 0.8;
}

/* ========================================================
        ２０２３１０３０　改修
=========================================================*/

/* ゆっくり遷移する */
html {
	scroll-behavior: smooth;
}

/* ページトップへ戻るボタン */
#page-top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 16px;
    /* bottom: -50px; */
    background: #2B7EA8;
    opacity: 1;
    border-radius: 50%;
    z-index: 20;
}
#page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page-top a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 18px auto;
    text-align: center;
}


/* ダイヤプラチナ共通部分 */

/* 看板 ベース画像 */
.header_txt-incentive {
  width: 848px;
}
.sp .header_txt-incentive {
  width: 375px;
}
#rank-ddt .rank-ddt_mainvisual .rank-ddt_inner .rank-ddt_achievement-conditions {
  padding-left: 32px !important;
}
.sp #rank-ddt .rank-ddt_mainvisual .rank-ddt_inner .rank-ddt_achievement-conditions {
  padding-left: 0 !important;
}
#rank-ddt
  .rank-ddt_mainvisual
  .rank-ddt_inner
  .rank-ddt_achievement-conditions
  .rank-ddt_achievement-conditions-text {
  padding-left: 0 !important;
}
.sp
  #rank-ddt
  .rank-ddt_mainvisual
  .rank-ddt_inner
  .rank-ddt_achievement-conditions
  .rank-ddt_achievement-conditions-text {
  padding-left: 0;
}
.rank-ddt_achievement-conditions {
  padding-bottom: 0 !important;
}
#rank-ddt .rank-ddt_mainvisual .rank-ddt_inner {
  min-height: fit-content !important;
}
/* クーポン獲得％OFF */
.header_txt-incentive_percent {
  display: block;
  width: 146px;
  height: auto;
  position: absolute;
  bottom: 26px;
  left: 0px;
}
.sp .header_txt-incentive_percent {
  width: 103px;
  height: auto;
  top: 28%;
  left: 10.5%;
}
@media (max-width: 370px) {
  .sp .header_txt-incentive_percent {
    width: 25%;
    height: auto;
  }
}
/* 還元倍 */
.header_txt-incentive_bai {
  display: block;
  width: 69px;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: 86px;
}

.sp .header_txt-incentive_bai {
  padding-right: 16px;
  width: 62px;
  height: auto;
  right: 23%;
  bottom: 10%;
}

/* キャンペーン期間 */
.rank-ddt_cpn-term {
  /* background: #f2f2ff; */
  background: #E3F0F9;
  padding: 28px 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.sp .rank-ddt_cpn-term {
  margin-top: -36px;
  padding: 12px 0;
  font-size: 18px;
}
.rank-ddt_cpn-term_ttl {
  padding: 9px 12px;
  background: #004BAA;
  color: white;
  margin-right: 8px;
}
.sp .rank-ddt_cpn-term_ttl {
    margin-bottom: 8px;
    padding: 3px 6px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
}
.sp .rank-ddt_cpn-term_term {
  line-height: 1.2;
  text-align: left;
  display: inline-block;
}


/* 特典１ */
.coupon-content-box {
  text-align: center;
}
.sp section.priv div.coupon-content-box {
    padding-top: 12px;
}
img.coupon-img {
  display: inline-block;
  width: 470px;
  margin: 0 auto;
}
.sp img.coupon-img {
  width: 297px;
}
.caution {
    margin: 24px 0 0 0;
    font-size: 16px;
}
.sp .caution {
    margin: 12px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.caution a,.caution02 a {
  color: #2B7EA8;
  text-decoration: underline;
  font-weight: 700;
}


/* 特典２ */

.sp .priv1, .priv2 {
  border: 5px solid #f0f0f0;
}
.priv2 {
  padding: 0 0 21px 0;
}

/* ボタン */
.priv2 .rank-ddt_cta_btn {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 1.25px 6px rgba(0,0,0,.2);
    box-shadow: 0 1.25px 6px rgba(0,0,0,.2);
    color: #fff;
    font-weight: 700;
    min-height: 56px;
    line-height: 1.25;
    padding: 15px 0;
    /* padding-left: 10px;
    padding-right: 30px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #bf0000;
    text-decoration: none;
    font-size: 20px;
    border-radius: 4px;
    position: relative;
    width: 420px;
    min-height: 68px;
    display: grid !important;
    place-content: center;
    position: relative;
}
.priv2 .rank-ddt_cta_btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -6px;
}
.sp .priv2 .rank-ddt_cta_btn {
  width: 300px !important;
  min-height: 50px;
  margin-bottom: 15px;
}
.priv2 .rank-ddt_cta_btn:hover {
  opacity: .8;
}
.priv2 .rank-ddt_cta_btn:hover > a{
  text-decoration: none;
}
.priv2 .rank-ddt_cta_btn > a {
  color: white;
}

/* 追従ボタン */
.rank-ddt_following_button .rank-ddt_conversion_btn {
    min-height: 68px;
    display: grid !important;
    place-content: center;
}
.sp .rank-ddt_following_button .rank-ddt_conversion_btn {
  min-height: 50px;
}

.priv2 h2 span {
  font-size: 32px;
  font-weight: 500;
}
.sp .priv2 h2 span {
  font-size: 18px;
}
.priv2 .coupon-content-box .caution02 {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 0;
}
.sp .priv2 .coupon-content-box .caution02 {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  width: 90%;
}
.sp .priv2 .coupon-content-box .caution02 span {
  display: block;
  text-align: center;
}
