@charset "UTF-8";
/* common
---------------------------------*/
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goldCard {
  font-size: 14px;
}

img {
  vertical-align: top;
}

.inner {
  width: 100%;
}

.section_w {
  background-color: #0a2240;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c0954c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18.11111vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heading .heading02 {
  color: #fff;
  font-size: 5.74792vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.heading .heading02 .sub {
  display: block;
  font-size: 2.47396vw;
  font-weight: normal;
  position: relative;
}

.heading .heading02 .sub::after {
  background: #f3c873;
  content: "";
  display: inline-block;
  width: 11.71875vw;
  left: 0;
  height: 0.26042vw;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -1.04167vw;
}

/* spMenu
---------------------------------*/
.sp_menu {
  bottom: 0;
  height: 14.97396vw;
  left: 0;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  position: fixed;
  width: 100vw;
  z-index: 4;
}

.sp_menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sp_menu .entry_btn {
  width: 100%;
  z-index: 10;
}

.sp_menu .entry_btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e49a02;
  background: -webkit-gradient(linear, left bottom, left top, from(#e49a02), color-stop(50%, #f4cc7a), to(#e49a02));
  background: linear-gradient(0deg, #e49a02 0%, #f4cc7a 50%, #e49a02 100%);
  color: #4c412a;
  font-size: 5.07812vw;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14.97396vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp_menu .entry_btn a:after {
  content: "";
  background: url(/promotion/ordercard/gold/images/icon_arrow_entry.png), 0 0;
  background-size: contain;
  display: inline-block;
  height: 5.07812vw;
  margin-left: 5.20833vw;
  width: 2.21354vw;
}

.sp_menu .menu_btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 14.97396vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.22917vw;
  z-index: 10;
}

.sp_menu .menu_btn span {
  background-color: #fff;
  display: block;
  height: 0.26042vw;
  text-indent: -9999px;
  width: 9.11458vw;
}

.sp_menu .menu_btn span + span {
  margin-top: 2.60417vw;
}

.sp_menu .menu {
  background-color: #252525;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 59.24479vw;
  padding: 7.8125vw 0 9.11458vw 10.41667vw;
  position: absolute;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .4s;
  transition: .4s;
  width: 100vw;
}

.sp_menu .menu_list {
  font-size: 3.77604vw;
}

.sp_menu .menu_list li {
  line-height: 1.6;
}

.sp_menu .menu_list li a {
  color: #fff;
}

.sp_menu .menu.is-open {
  -webkit-transform: translateY(-74.21875vw);
          transform: translateY(-74.21875vw);
}

/* mainvisual
---------------------------------*/
.mainvisual {
  background: url(/promotion/ordercard/gold/images/bg_mainvisual_sp.png) no-repeat top center #060028;
  background-size: 100%;
  position: relative;
  z-index: 1
}

.mainvisual::before {
  content:"";
  width: 100%;
  display: block;
  height: 230px;
  position: absolute;
  bottom: 0;
  background:-moz-linear-gradient(90deg, #000 20%, transparent 100%);
  background:-webkit-linear-gradient(90deg, #000 20%, transparent 100%);
  background:-ms-linear-gradient(90deg, #000 20%, transparent 100%);
  z-index: -1;
}

.mainvisual::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 16.5px 0 16.5px;
  border-color: #0a2240 transparent transparent transparent;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainvisual .inner {
  padding-bottom: 2.5vw;
}

.mainvisual .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.55729vw;
  padding: 5.20833vw 3.90625vw 0 5.85938vw;
}

.mainvisual .header_copy {
  width: 40vw;
}

.mainvisual .header_logo {
  width: 11.84896vw;
}

.mainvisual .heading01 .h1_primary {
  margin: 0 auto 6.51042vw;
  width: 63.93229vw;
}

.mainvisual .lead dt {
  margin: 0 auto 5.85938vw;
  width: 73.4375vw;
}

.mainvisual .lead dd .condition_01 {
  margin: 0 auto 6.51042vw;
  width: 76.95312vw;
}

.mainvisual .lead dd .condition_02 {
  margin: 0 auto 6.51042vw;
  width: 77.86458vw;
}

.mainvisual .txt {
  color: #f3c873;
  font-size: 4.42708vw;
  text-align: center;
}



/* renewal
---------------------------------*/


.renewal {
  background-color: #000;
  padding-bottom: 10px;
  padding: 20px 0 24px;
}
.renewal_campaign {
  margin-top: 60px;
}
.renewal_campaign_list {
  margin: 0 5vw 20px;
}

/* campaign
---------------------------------*/
.campaign .inner {
  padding: 10vw 0 13vw;
}

.campaign .accordion_btn {
  background-color: #060028;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e2c68d;
  margin: 0 auto 4vw;
  width: 85.15625vw;
}

.campaign .accordion_btn p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e2c68d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4vw;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.08333vw 0;
  padding-left: 5.20833vw;
  position: relative;
  text-align: center;
}

.campaign .accordion_btn p:after {
  content: "";
  display: inline-block;
  background-image: url(/promotion/ordercard/gold/images/icon_plus.png);
  background-size: contain;
  height: 8.98438vw;
  margin-left: 6.51042vw;
  position: relative;
  width: 8.98438vw;
}

.campaign .accordion_btn.is-active p:after {
  background-image: url(/promotion/ordercard/gold/images/icon_minus.png);
}

.campaign_list_sp {
  display: none;
}

.campaign_list {
  margin: 0 auto;
  width: 85.15625vw;
}

.campaign_list li + li {
  margin-top: 4vw;
}

.campaign_list li dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e2c68d;
  color: #e2c68d;
  padding: 4vw;
  text-align: center;
}

.campaign_list li dl dt {
  border-bottom: 1px solid #e2c68d;
  font-size: 4.94792vw;
  letter-spacing: 0;
  padding-bottom: 1.30208vw;
  position: relative;
}

.campaign_list li dl dt:after {
  content: "";
  background: url(/promotion/ordercard/gold/images/campaign_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 5vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5vw;
}

.campaign_list li dl dd {
  font-size: 3.5vw;
  padding-top: 3.90625vw;
  position: relative;
}

.campaign_list li dl dd .em {
  font-size: 7.55208vw;
  margin: 0 0.1em;
  display: inline-block;
}

.campaign_list_main {
  margin-bottom: 2vw;
}
.campaign_list_daytxt{
  margin-bottom: 1vw;
}

.campaign_list_daytxt > .daytxt_small {
  font-size: 3vw;
}

.campaign_list_note {
  font-size: 3vw;

}

.campaign .campaign_link {
  margin-top: 6.51042vw;
  text-align: center;
}

.campaign .campaign_link .title {
  color: #e2c68d;
  font-size: 3.77604vw;
}

.campaign .campaign_link a {
  color: #e2c68d;
  font-size: 3.125vw;
  text-decoration: underline;
}

.campaign_premium {
  margin-top: 70px;
  width: 100%;
}

.campaign_premium_title {
  margin: 0 auto 4.90625vw;
}

.campaign_premium_title p {
  color: #e2c68d;
  font-size: 4.94792vw;
  font-weight: bold;
  margin: 2.08333vw 0;
  text-align: center;
}

.campaign_premium_bnr {
  margin: 0vw 7.90625vw;
  margin-bottom: 50px;
  text-align: center;
}

/* service
---------------------------------*/
.service {
  color: #e2c68d;
  padding-bottom: 12vw;
}

.service .service_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .service_wrap .service_list li a {
  display: block;
  position: relative;
}

.service .service_wrap .service_list li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7.29167vw 7.29167vw;
  border-color: transparent transparent #fff transparent;
}

.service .service_premir {
  padding: 13.06771vw 0 0;
  text-align: center;
}

.service .service_premir .title {
  font-size: 3.77604vw;
  margin-bottom: 5.20833vw;
}

.service .service_premir .title .em {
  display: block;
  font-size: 4.94792vw;
}

.service .service_premir .feature {
  font-size: 3.77604vw;
  margin: 0 auto;
  width: 84.63542vw;
}

.service .service_premir .feature dl {
  border-right: 1px solid #e2c68d;
  border-left: 1px solid #e2c68d;
  padding-bottom: 5vw;
}

.service .service_premir .feature dl:first-child {
  border-top: 1px solid #e2c68d;
}

.service .service_premir .feature dl:last-child {
  border-bottom: 1px solid #e2c68d;
}

.service .service_premir .feature dl dt {
  margin: 0 0 2vw;
  padding-top: 4.2875vw;
  position: relative;
  font-size: 4.4vw;
}
.service .service_premir .feature dl:not(:first-child) dt {
  padding-top: 0;
}

.service .service_premir .feature dl dt .em {
  font-size: 4.6875vw;
}

.service .service_premir .feature dl dt:after {
  background: #e2c68d;
  content: "";
  display: inline-block;
  left: 0;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.22917vw;
}
.service .service_premir .feature dl dd {
  color: #fff;
}

.service .service_premir .feature dl dd .note {
  font-size: 3vw;
}

.service .service_premir .feature dl dd .notice {
  display: block;
  font-size: 3.125vw;
}

.service .service_premir .feature dl .feature_lead {
  background-color: #e2c68d;
  color: #0a2240;
  font-weight: bold;
  margin: 3.90625vw 0 2.60417vw;
  padding: 0.39062vw 0;
  width: 100%;
}

.service .service_premir a {
  color: #e2c68d;
  font-size: 2.47396vw;
  text-decoration: underline;
}

.service_premir_request{
  text-align: center;

}

.service_premir_request_feature {
  margin-top: 10vw;
  margin-bottom: 1vw;
  font-size: 4.4vw;
}

.service_premir_request_link {
  font-size: 3.6vw;
}

.service_premir_request_link a{
  color: #e2c68d;
  text-decoration: underline;
}

.service_premir_request_boxtxt {
  color: #fff;
  text-align: center;
  width: 70vw;
  min-width: 260px;
  border: solid 1px #fff;
  margin: 9vw auto 0;
  padding: 3vw;
  box-sizing: border-box;
}


.premir_heading {
  font-size: 5.5vw;
}

.premir_img{
  width: 75vw;
  margin: 0 auto;
  margin-top: -6px;
}

.premir_imgtxt_gd {
  margin-bottom: 6vw;
  font-size: 16px;
}

.service .service_premium_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .service_premium_list li a {
  display: block;
  position: relative;
}

.service .service_premium_list li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7.29167vw 7.29167vw;
  border-color: transparent transparent #fff transparent;
}

/* upgrade
---------------------------------*/
.upgrade {
  background: url(/promotion/ordercard/gold/images/bg_upgrade_sp.jpg) no-repeat top center #000;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}

.upgrade .inner {
  padding: 11vw 0 7.32292vw;
}

.upgrade .lead {
  color: #f3c873;
  font-size: 4.42708vw;
  margin-bottom: 6.51042vw;
}


.upgrade .heading03 {
  color: #fff;
  font-size: 4.94792vw;
  margin-bottom: 3vw;
}

.upgrade .heading03 span {
  display: block;
}

.upgrade .heading03 .sub {
  font-size: 3.77604vw;
}

.upgrade .heading03 .em {
  color: #f3c873;
  font-size: 5.59896vw;
  font-weight: bold;
}

.upgrade .heading03 .em_num {
  display: inline;
}

.upgrade .heading03 .em2 {
  font-size: 7.55208vw;
}

.upgrade .heading03 .sub2 {
  font-size: 3.125vw;
}

.upgrade .card_02 {
  margin: -60px 0 -70px;
  width: 95.05208vw;
}

.upgrade_img_title {
  font-size: 7.5vw;
  color: #fff;
}

.upgrade_img_card {
  width: 75vw;
  margin: auto;
}

.upgrade_img_description {
  font-size: 3.6vw;
  color: #fff;
  margin-bottom: 6vw;
  line-height: 1.8;
}


/* security
---------------------------------*/
.security .inner {
  padding: 9.11458vw 0 13.02083vw;
}

.security .security_list li {
  text-align: center;
}

.security .security_list li + li {
  margin-top: 11.71875vw;
}

.security .security_list li figure {
  margin: 0 auto 5.85938vw;
}

.security .security_list li figure.figure01 {
  width: 14.84375vw;
}

.security .security_list li figure.figure02 {
  width: 11.19792vw;
}

.security .security_list li figure.figure03 {
  width: 14.19271vw;
}

.security .security_list li dl {
  color: #Fff;
}

.security .security_list li dl dt {
  font-size: 4.4792vw;
  font-weight: bold;
  margin-bottom: 9px;
  text-align: center;
}

.security .security_list li dl dd {
  font-size: 3.6vw;
  padding: 0 15px;
  line-height: 1.6;
}

/* point
---------------------------------*/
.point {
  color: #fff;
}

.point .inner {
  padding: 4.55729vw 0 13.02083vw;
}

.point .heading03 {
  font-size: 4.2vw;
  margin-bottom: 5vw;
  text-align: center;
  line-height: 1.6;
}

.point .point_list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10.41667vw;
}

.point .point_list li figure {
  width: 43.61979vw;
}

.point .point_list li dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6.51042vw 0 5.20833vw;
  width: 55.98958vw;
}

.point .point_list li dl dt {
  color: #e2c68d;
  font-size: 4.94792vw;
  font-weight: bold;
  margin-bottom: 3.29167vw;
  text-align: center;
}

.point .point_list li dl dd {
  font-size: 3.125vw;
  line-height: 1.6;
}

.point .point_list li dl .link {
  margin-top: 6.51042vw;
}

.point .point_list li dl .link a {
  color: #fff;
  text-decoration: underline;
}

.point .point_list li:nth-child(2) dl {
  padding: 0 5.20833vw 0 6.51042vw;
}

.point .point_list li figure img {
  width: 39.0625vw;
}

.point .pointchange .title {
  color: #e2c68d;
  font-size: 4.94792vw;
  font-weight: bold;
  margin-bottom: 4.06771vw;
  text-align: center;
}


.pointchange {
  padding-right: 2vw;
}
.point .pointchange .pointchange_list {
  display: unset;
}
.point .pointchange .pointchange_list li {
  width: 100%;
}
.point .pointchange .pointchange_list li:nth-child(2) {
  margin-left: 0;
}
.pointchange_list h4 {
  padding: 1em;
  color: #e2c68d;
  font-size: 4.6vw;
}
.pointchange_list h4::before,
.pointchange_list h4::after {
  content: "-";
  padding: 0 0.5em;
}
.pointchange_list .flex {
  display: flex;
  justify-content: flex-end;
}
.point .pointchange .pointchange_list li figure {
  margin: 0;
  width: 27.9vw;
}
.pointchange_list dl {
  width: 52vw;
  padding: 1em;
  text-align: left;
}
.point .pointchange .pointchange_list li dl dt {
  margin-top: 10px;
}
.point .pointchange .pointchange_list li dl dt {
  font-size: 4.1vw;
  vertical-align: middle;
}
.pointchange_list .em {
  color: #ffff00;
  font-size: 4.6vw;
  vertical-align: middle;
}
.pointchange_list .arrow {
  position: relative;
  display: inline-block;
  padding: 0px 32px 0 0;
}
.pointchange_list .arrow::before,
.pointchange_list .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.pointchange_list .arrow::before {
  right: 0;
  box-sizing: border-box;
  width: 1px;
  height: 12px;
  border: 8px solid transparent;
  border-left: 10px solid #ffff00;
}
.pointchange_list .arrow::after {
  right: 10px;
  width: 6px;
  height: 8px;
  border-left: 12px solid #ffff00;
}
.point .pointchange .pointchange_list li.amazon figure {
  width: 35.9vw;
}
.pointchange_list p {
  font-size: 3.2vw;
}
li.amazon .em {
  font-size: 5vw;
}
.point .pointchange .pointchange_list li.amazon dl dt {
  margin-top: 5px;
}
li.amazon dt p {
  padding-top: 0.5em;
}
.point .pointchange .pointchange_list li.jcbgift dl dt {
  font-size: 3.6vw;
}
.pointchange_list li.jcbgift dl dt .em {
  color: #ffff00;
  font-size: 4.1vw;
}

.point .pointchange .notice {
  font-size: 3.125vw;
  margin: 40px auto 0;
  width: 85.9375vw;
}

/* voice
---------------------------------*/
.voice .inner {
  padding: 7.16146vw 0 20px;
}

.voice .voice_list li {
  border: 1px solid #e2c68d;
  border-top: none;
  margin: 0 auto;
  width: 71.61458vw;
}

.voice .voice_list li + li {
  margin-top: 5.46875vw;
}

.voice .voice_list li dl dt {
  background-color: #e2c68d;
  color: #0a2240;
  font-size: 4.81771vw;
  font-weight: bold;
  padding: 1.30208vw 0;
  text-align: center;
}

.voice .voice_list li dl dd {
  color: #e2c68d;
  font-size: 3.38542vw;
  line-height: 1.6;
  padding: 5.85938vw 3.25521vw;
}

.voice .voice_list li dl dd .personal_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.81771vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.90625vw;
}

.voice .voice_list li dl dd .personal_info figure {
  width: 13.80208vw;
}

.voice .voice_list li dl dd .personal_info p {
  line-height: 1.4;
  margin-left: 3.90625vw;
}

/* basicinfo
---------------------------------*/
.basicinfo {
  background-color: #fff;
  font-size: 3.25521vw;
  font-weight: bold;
  text-align: center;
}

.basicinfo .inner {
  padding: 23.4375vw 0 0;
}

.basicinfo .heading02 {
  font-size: 4.94792vw;
  font-weight: bold;
}

.basicinfo .sub {
  font-size: 3.77604vw;
  font-weight: bold;
  margin-bottom: 6.51042vw;
}

.basicinfo .links {
  margin: 0 0 6.51042vw 7.16146vw;
  text-align: left;
  width: 84.63542vw;
}

.basicinfo .links a {
  color: #4a81dd;
}

.basicinfo .card_list {
  margin: 40px auto 10.41667vw;
  width: 64.58333vw;
}

.basicinfo .card_list li + li {
  margin-top: 5.20833vw;
}

.basicinfo .card_list li p {
  margin-bottom: 1.30208vw;
}

.basicinfo .notes {
  margin: 0 0 3.25521vw 7.16146vw;
  text-align: left;
  width: 84.63542vw;
}

.goldCard .section {
  padding: 30px 0 50px;
}

.goldCard .section_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.goldCard .section_inner > * {
  margin-bottom: 10px;
}

.goldCard .section_feature {
  background: #e7e1d1;
}

.goldCard .section_premium .m-box-c {
  margin-bottom: 25px;
}

.goldCard .section_premium .m-list-notes {
  margin: 30px 0 20px;
}

.goldCard .section_premium .m-card .m-list-notes {
  margin: 10px 0 0;
}

.goldCard .section_class .m-list-notes {
  margin: 30px 0 0;
}

.goldCard .section_border {
  border-top: 1px solid #ccc;
}

.goldCard .section_platinum {
  background: url(/promotion/ordercard/gold/images/bg_platinum.png) repeat-y center top #313131;
}

.goldCard .section_notes {
  background: #f2f2f2;
}

.goldCard .section_notes .section_inner > *:not(:last-child) {
  margin-bottom: 40px;
}

.goldCard .section_notes .m-hdg-normal {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.goldCard .section_notes .m-hdg-normal > * {
  font-size: 20px;
  font-weight: bold;
}

.goldCard .section_notes .m-txt-bold {
  margin-bottom: 10px;
}

.goldCard .status_img {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.goldCard .status_box {
  width: 100%;
  margin-bottom: 30px;
  padding: 38% 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.goldCard .status_card_info {
  width: 85%;
  margin: 0 auto;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 15px 15px 15px -10px rgba(0, 0, 0, 0.2), -15px 15px 15px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 15px 15px -10px rgba(0, 0, 0, 0.2), -15px 15px 15px -10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.goldCard .status_card_info_rev .status_card_txt {
  padding: 15px 0 0;
}

.goldCard .status_card_img {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

.goldCard .status_card_txt {
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.goldCard .status_card_txt > p {
  color: #9c7b15;
  font-size: 14px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.goldCard .status_card_txt > p span {
  font-size: 16px;
}

.goldCard .status_card_txt .m-band-gold {
  margin: 10px 0 5px;
}

.goldCard .status_card_txt .m-notes-list {
  margin-top: 5px;
}

.goldCard .status_normal {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all .7s;
  transition: all .7s;
  background: url(/promotion/ordercard/gold/images/status_img_01.png) no-repeat left top;
  background-size: 100%;
}

.goldCard .status_normal.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.goldCard .status_premium {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all .7s;
  transition: all .7s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: url(/promotion/ordercard/gold/images/status_img_02.png) no-repeat left top;
  background-size: 100%;
}

.goldCard .status_premium.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.goldCard .status_class {
  padding: 43% 0 0;
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all .7s;
  transition: all .7s;
  background: url(/promotion/ordercard/gold/images/status_img_03.png) no-repeat left top;
  background-size: 100%;
}

.goldCard .status_class.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.goldCard .txt_block {
  margin-top: 50px;
}

.goldCard .txt_block .m-border-ttl span {
  background: #e7e1d1;
}

.goldCard .txt_block_inner {
  width: 100%;
  padding: 30px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.goldCard .txt_block .m-btn {
  margin: 20px auto 40px;
}

.goldCard .txt_block .m-btn span {
  border: 1px solid #000;
}

.goldCard .pointchange_area {
  margin-top: 80px;
}

.goldCard .pointchange_area > .m-txt-lg {
  margin-bottom: 15px;
}

.goldCard .pointchange_item {
  width: 164px;
  margin: 10px 0 0 16px;
}

.goldCard .pointchange_item_list {
  width: 100%;
  margin: 0 auto 50px;
}

.goldCard .pointchange_item_list .m-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0 -8px;
}

.goldCard .pointchange_item_list .m-grid > * {
  margin: 10px 0 0 8px;
  width: calc(100% / 2 - 8px);
}

.goldCard .pointchange_item p {
  margin-top: 15px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.goldCard .pointchange_item p span {
  color: #9c7b15;
  font-weight: normal;
}

.goldCard .m-align-c {
  text-align: center;
}

.goldCard .m-align-l {
  text-align: left !important;
}

.goldCard .m-align-r {
  text-align: right !important;
}

.goldCard .m-grid > * {
  margin-top: 30px;
}

.goldCard .m-grid-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-left: -10px;
}

.goldCard .m-grid-basic .card_box {
  margin-left: 10px;
  width: calc(100% / 2 - 10px);
}

.goldCard .m-border-ttl {
  position: relative;
  text-align: center;
}

.goldCard .m-border-ttl > span {
  display: inline-block;
  padding: 0 20px;
  color: #000;
  font-size: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.goldCard .m-border-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}

.goldCard .m-btn {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.goldCard .m-btn > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  padding: 5px 15px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
}

.goldCard .m-btn > *:hover {
  opacity: .9;
}

.goldCard .m-btn-gold > * {
  color: #fff;
  background: #9c7b15;
}

.goldCard .m-btn-grey > * {
  color: #fff;
  background: #AFABAB;
}

.goldCard .m-btn-gold.sp-white > * {
  color: #9c7b15;
  background: #fff;
}

.goldCard .m-btn-lg > * {
  min-height: 70px;
}

.goldCard .m-btn-sm {
  max-width: 150px;
}

.goldCard .m-btn-sm > * {
  min-height: 30px;
}

.goldCard .m-btn-gotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #bba56d;
  border-radius: 50%;
}

.goldCard .m-btn-gotop:hover {
  opacity: .9;
}

.goldCard .m-hdg {
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.goldCard .m-hdg > * {
  font-size: 26px;
  font-weight: bold;
}

.goldCard .m-hdg::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: #9c7b15;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -36px;
}

.goldCard .m-hdg-platinum > * {
  color: #fff;
}

.goldCard .m-hdg-platinum > * span {
  font-size: 14px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.goldCard .m-hdg-platinum::after {
  width: 100%;
  height: 1px;
  background: #707070;
  margin: 0;
  left: 0;
}

.goldCard .m-hdg-normal {
  padding-bottom: 0;
}

.goldCard .m-hdg-normal::after {
  display: none;
}

.goldCard .m-hdg-normal + .m-align-c {
  margin-bottom: 50px;
}

.goldCard .m-icon-blank {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.goldCard .m-icon-arrow {
  width: 14px;
  height: 10px;
  margin-left: 10px;
}

.goldCard .m-icon-arrow-2 {
  width: 7px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.goldCard .m-icon-rhombus {
  width: 11px;
  height: 14px;
  vertical-align: middle;
}

.goldCard .m-txt-sm {
  font-size: 12px;
}

.goldCard .m-txt-lg {
  font-size: 16px;
}

.goldCard .m-txt-xl {
  font-size: 18px;
}

.goldCard .m-txt-bold {
  font-weight: bold;
}

.goldCard .m-txt-read {
  margin-bottom: 30px;
}

.goldCard .m-band-gold {
  padding: 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #9c7b15;
}

.goldCard .m-band-gold sup {
  font-size: 10px;
  line-height: 1;
  top: 0;
}

.goldCard .m-list-notes {
  font-size: 12px;
  color: #666;
}

.goldCard .m-list-notes > * {
  display: table;
}

.goldCard .m-list-notes > * > .m-list-icon {
  display: table-cell;
  padding-right: 2px;
}

.goldCard .m-list-notes > *:not(:last-child) {
  margin-bottom: 10px;
}

.goldCard .m-list-num {
  font-size: 12px;
}

.goldCard .m-list-num > * {
  display: table;
}

.goldCard .m-list-num > * > .m-list-icon {
  display: table-cell;
  padding-right: 4px;
}

.goldCard .m-list-num > *:not(:last-child) {
  margin-bottom: 10px;
}

.goldCard .m-list-rhombus {
  margin-bottom: 10px;
  color: #fff;
  padding-left: 20px;
  text-indent: -20px;
}

.goldCard .m-list-rhombus > * > img {
  margin-right: 9px;
  vertical-align: middle;
}

.goldCard .m-list-rhombus > *:not(:last-child) {
  margin-bottom: 10px;
}

.goldCard .m-list-disc {
  padding-left: .5em;
  text-indent: -.5em;
}

.goldCard .m-list-disc > *:not(:last-child) {
  margin-bottom: 10px;
}

.goldCard .m-list-normal {
  list-style: decimal;
  padding-left: 1em;
  text-indent: -1em;
}

.goldCard .m-list-normal li {
  margin-bottom: 10px;
}

.goldCard .m-card {
  background: #fff;
  position: relative;
}

.goldCard .m-card-img {
  overflow: hidden;
}

.goldCard .m-card-img img {
  width: 100%;
  max-width: auto;
  max-width: initial;
}

.goldCard .m-card-body {
  padding: 15px 20px;
}

.goldCard .m-card-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9c7b15;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
}

.goldCard .m-card-body dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.goldCard .m-card-body dt span {
  font-size: 14px;
  font-weight: normal;
}

.goldCard .m-card-link {
  margin-top: 15px;
}

.goldCard .m-card-border {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.goldCard .m-card-box-premium {
  margin-top: 50px;
}

.goldCard .m-card-box-img {
  width: 70%;
  margin: 0 auto;
}

.goldCard .m-card-box-name {
  margin: -10px 0 20px;
  color: #9c7b15;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.goldCard .m-card-box-name span {
  font-size: 24px;
}

.goldCard .m-card-box-class {
  margin-bottom: 30px;
}

.goldCard .m-card-box-platinum {
  margin-bottom: 20px;
}

.goldCard .m-card-box-platinum .m-card-box-name, .goldCard .m-card-box-platinum p {
  color: #fff;
}

.goldCard .m-link {
  color: #3e93ff;
}

.goldCard .m-link:hover {
  text-decoration: underline;
}

.goldCard .m-box-c {
  margin: 15px auto 0;
  text-align: center;
  line-height: 1.7;
}

.goldCard .m-table table {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.goldCard .m-table table th, .goldCard .m-table table td {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.goldCard .m-table table th {
  font-size: 14px;
  font-weight: normal;
  border-right: none;
  background: #f2f2f2;
}

.goldCard .m-table table td {
  border-bottom: 1px solid #ccc;
}

.goldCard .m-def-list dt {
  float: left;
}

.goldCard .m-def-list dd {
  display: table;
  margin-left: 4em;
}

.goldCard .m-def-list dd > span {
  display: table-cell;
  padding-right: 2px;
}

.goldCard .m-def-list-02 dt {
  float: left;
}

.goldCard .m-def-list-02 dd {
  display: table;
  margin-left: 3em;
}

.goldCard .m-def-list-02 dd > span {
  display: table-cell;
  padding-right: 2px;
}

.goldCard .m-def-list-03:not(:last-child) {
  margin-bottom: 10px;
}

.goldCard .m-def-list-03 dd > span {
  display: none;
}

.goldCard .spPayInfo_box {
  margin-top: 50px;
}

.goldCard .spPayInfo_box:last-of-type {
  margin-top: 80px;
}

.goldCard .spPayInfo_box_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.goldCard .spPayInfo_box_rev .spPayInfo_img img {
  width: 35%;
}

.goldCard .spPayInfo_box_rev .spPayInfo_img .m-list-notes {
  margin-top: 5px;
}

.goldCard .spPayInfo_img {
  margin: 0 auto 20px;
  text-align: center;
}

.goldCard .spPayInfo_img img {
  width: 50%;
}

.goldCard .spPayInfo_img .m-list-notes > * {
  margin: 0 auto;
}

.goldCard .spPayInfo_read {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.goldCard .spPayInfo_txt {
  margin-bottom: 10px;
  font-size: 16px;
}

.goldCard .spPayInfo_desc .m-list-notes {
  margin-top: 10px;
}

.goldCard .spPayInfo_logo {
  width: 40%;
}

.goldCard .contact_box {
  border: 1px solid #ccc;
}

.goldCard .contact_box dt {
  padding: 15px 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #ccc;
}

.goldCard .contact_box dd {
  padding: 15px;
}

.goldCard .contact_tel + .m-box-c {
  margin-top: 0;
}

.goldCard .sponsored {
  margin-top: 40px;
}

.goldCard .sponsored > p:first-child {
  padding-right: 10px;
  float: left;
  border-right: 1px solid #ccc;
}

.goldCard .sponsored > p:first-child > img {
  width: 60px;
}

.goldCard .sponsored > div {
  margin-left: 85px;
}

.goldCard .tel_num {
  color: #333;
  font-size: 35px;
}

.goldCard .footer_area {
  background: #e7e1d1;
}

.goldCard .footer_area_inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.goldCard .footer_area .copyright_wrap {
  padding: 10px;
  background: #bba56d;
}

.goldCard .footer_area .copyright_wrap p {
  width: 100%;
  margin: 0 auto;
  color: #e1ddcf;
  text-align: center;
}

.goldCard .footer_link {
  padding-right: 30px;
}

.goldCard .footer_link > li {
  margin-top: 10px;
}

.goldCard .footer_link > li a {
  color: #000;
}

.goldCard .footer_link > li a:hover {
  text-decoration: underline;
}

.goldCard .footer_link::after {
  content: "";
  display: block;
  clear: both;
}

.goldCard .footer_gotop {
  margin-top: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.goldCard .footer_gotop img {
  width: 14px;
  height: 10px;
}

.goldCard .fix_btn {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4;
  display: none;
}

.goldCard .fix_btn_inner {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.goldCard .fix_btn .m-btn {
  margin-bottom: 20px;
}

.goldCard .fix_btn .m-btn span {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.goldCard .fix_link a {
  color: #fff;
  text-decoration: underline;
}

.goldCard .fix_link a:hover {
  text-decoration: none;
}

.goldCard .fix_link a .m-icon-arrow {
  vertical-align: middle;
}

.goldCard img {
  max-width: 100%;
  height: auto;
}

.goldCard .pc_only {
  display: none !important;
}

/* cashless */
.cb__cashless {
  padding-top: 10px;
  padding-bottom: 40px;
  border-bottom: 5px solid #e7e1d1;
  text-align: center;
}

.cb__cashless__img {
  text-align: center;
}

.cb__cashless__img img {
  width: 100px;
}

.cb__cashless__link a {
  text-decoration: underline;
  color: #fff;
  font-size: 1rem;
}

.cb__cashless__link a:visited {
  color: #fff !important;
}

.cb__cashless__link--black a {
  color: #000 !important;
}

.cb__cashless__link--black a:visited {
  color: #000 !important;
}

.cb__cashless {
  margin-top: 20px;
}

.cb__cashless__img img {
  width: 70px;
}

.cb__cashless__schedule {
  margin: 10px 0;
  font-size: 1rem;
}

.goldCard .delay_message {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 30px;
}

.goldCard .delay_message .delay_message_image_pc {
  display: none;
}

/*-------------------------------------------------------------------------
modal service
--------------------------------------------------------------------------*/
.modal_layer {
  display: none;
  position: fixed;
  z-index: 5;
}

.modal_layer .is-layer {
  background: rgba(255, 255, 255, 0.5);
}

.modal_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 85.28646vw;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_inner {
  background-color: #0a2240;
  padding: 9.11458vw 0 11.06771vw;
  text-align: center;
}

.modal_inner figure {
  margin-bottom: 7.8125vw;
}

.modal_title {
  color: #f3c873;
  font-size: 4.42708vw;
  font-weight: bold;
}

.modal_sub {
  color: #f3c873;
  font-size: 2.86458vw;
}

.modal_txt {
  color: #fff;
  font-size: 3.125vw;
  line-height: 1.8;
  max-width: 72.26562vw;
  margin: 5.85938vw auto 0;
  text-align: left;
}

.modal_txt.modal_note {
  font-size: 2.34375vw;
  margin-top: 1.30208vw;
}

.modal_close {
  position: absolute;
  right: -3.38542vw;
  top: -4.6875vw;
  width: 10.41667vw;
}

/*-------------------------------------------------------------------------
modal entry
--------------------------------------------------------------------------*/
.m-modal-ttl {
  padding: 10px 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #bba56d;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.m-modal-img {
  text-align: center;
}

.m-modal-img img {
  max-width: 45%;
}

.m-modal-lead {
  margin-bottom: 25px;
  color: #262626;
  font-size: 16px;
  text-align: center;
}

.m-modal-btn-list {
  margin-bottom: 20px;
  text-align: center;
}

.m-modal-btn-list li {
  margin-bottom: 30px;
}

.m-modal-link {
  text-align: center;
}

.m-modal-txt {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: left;
}

.m-modal-txt-center {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: left;
}

.m-modal-list {
  font-size: 12px;
  text-align: left;
}

.m-modal-list-note {
  margin-bottom: 10px;
  font-size: 11px;
}

.l-modal {
  display: none;
  color: #000000;
  position: fixed;
  z-index: 5;
}

.l-modal-inner {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  position: fixed;
  top: 43%;
  left: 50%;
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  border: 1px solid #bba56d;
  border-radius: 5px;
}

.l-modal-box-inner {
  padding: 30px 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #fff;
}

.l-modal-box-inner-inquiry {
  padding: 30px 20px;
}

.l-modal-btn {
  margin: 0;
  text-align: center;
}

.m-btn-modal span {
  position: relative;
  font-size: 14px;
}

.m-btn-modal span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: -25px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
}

.m-link-modal {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
}

.m-link-modal span {
  position: relative;
}

.l-modal-box .m-list-icon {
  display: table-cell;
}

.l-modal-box .m-list-body {
  display: table-cell;
}

.l-modal-box .m-btn-lg > * {
  min-height: 50px;
}

.m-modal-headtxt {
  color: #9c7b15;;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.m-modal-headtxt span {
  margin: 0 auto;
  max-width: 340px;
  position: relative;
  display: block;
  padding: 0em 1em;
}
.m-modal-headtxt em {
  font-weight: bold;
}
.m-modal-headtxt em strong {
  font-size: 36px;
  vertical-align: -2px;
}

.m-modal-headtxt span::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 3px;
  background-color: #9c7b15;
  left: 10%;
  -webkit-transform: rotate(-30deg) translateY(-50%) translateX(-50%);
          transform: rotate(-30deg) translateY(-50%) translateX(-50%);
  top: 50%;
}

.m-modal-headtxt span::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 3px;
  background-color: #9c7b15;
  right: 10%;
  -webkit-transform: rotate(30deg) translateY(-50%) translateX(-50%);
          transform: rotate(30deg) translateY(-50%) translateX(-50%);
  top: 50%;
}

/*-------------------------------------------------------------------------
btn
--------------------------------------------------------------------------*/
.close-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 8px 25px;
  border: 1px solid #000000;
  border-radius: 5px;
  background: #fff;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.m-btn-small {
  max-width: 198px;
}

.m-btn-cross::before {
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
  width: 13px;
  height: 2px;
  background: #092c64;
  content: "";
}

.m-btn-cross::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transition: all .3s ease;
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
  width: 13px;
  height: 2px;
  transform: rotate(90deg);
  background: #092c64;
  content: "";
  transition: all .3s ease;
}

/*-------------------------------------------------------------------------
state
--------------------------------------------------------------------------*/
.is-open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.is-layer {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------------------------------
adjust
--------------------------------------------------------------------------*/
.pc_only {
  display: none;
}

.heading.heading--mini {
  height: 60px;
}

.subheading {
  font-size: 4vw;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: inline;
  position: relative;
}


.subheading::after,
.subheading::before {
  content: "";
  height: 5vw;
  width: 1px;
  background-color: #fff;
  position: absolute;
  display:block;
}

.subheading::after {
  margin: auto 0;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subheading::before {
  margin: auto 0;
  top: 50%;
  right: -26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- KV部分 ---*/
.mainvisual .heading01 {
  overflow: hidden visible;
  position: relative;
  z-index: 10;
}

.h1_main {
  overflow: auto;
  margin-right: 0px;
  overflow: hidden;
  width: 100%;
  text-align: right;
  margin-bottom: 40px
}
.h1_main img{
  width: 100%;
}

.header_button {
  text-align: center;
  margin-bottom: 30px;
  max-width: 90%;
  margin: -10vw auto 20px;
  position: relative;
  z-index: 20;
}

.header_textbox {
  max-width: 900px;
  font-size: 14px;
  border: 1px solid #F3C873;
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
  margin: 0 20px 20px;
}

.header_textbox span {
  color: #F3C873;
}

/*--- flow部分 ---*/


.section_w.flow .inner {
  padding: 42px 15px 40px;
  width: auto;
  max-width: 100%;
}


.section_w.flow figure {
  margin: 0px 6px 34px 19px;
  text-align: center;
}
.section_w.flow figure {
  text-align: center;
}

.section_w.flow p.flow_button {
  text-align: center;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto 20px;
}
.section_w.flow p.flow_link {
  margin-top: 5px;
}



.section_w.flow p.flow_text,
.section_w.flow p.flow_link a {
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.6;
}

.section_w.flow p a {
  text-decoration: underline;
}


.flow_application {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.flow_line {
  border: 1px #fff solid;
}

.flow_note {
  font-size: 12px;
  position: relative;
}

.flow_note li {
  position: relative;
  padding-left: 1em;
  color: #fff;
}

.flow_note li::before {
  content:'※';
  position: absolute;
  left: 0;
}



/*--- personal部分 ---*/

.section_w.voice .inner {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.personal_voice {
  display: flex;
  flex-flow: column;
  margin: 0 26px 20px;
}

.section_w.voice .personal_info {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 7px;
}

.personal_voice p {
  color: #fff;
}

.personal_info figure {
  width: 27%;
}

.personal_info p {
  margin-left: 12px;
  font-size: 16px;
  margin-top: -2px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.personal_fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 16px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  border: solid 1px #fff;
  box-sizing: border-box;
  height: 100%;
}

.personal_fukidashi:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 16%;
  margin-left: -17px;
  border: 11px solid transparent;
  border-bottom: 20px solid #0a2240;
  z-index: 2;
}

.personal_fukidashi:after {
  content: "";
  position: absolute;
  top: -32px;
  left: 16%;
  margin-left: -17px;
  border: 11px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
}

.personal_fukidashi p {
  margin: 0;
  font-size: 14px;
}


.personal_fukidashi p:first-child {
  color: #F3C873;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 2px;
}

.personal_fukidashi p:last-child {
  line-height: 1.72;
  letter-spacing: -0.02em;
}

/*--- 追加accordion部分 ---*/

.info_accordion_btn {
  color: #fff;
  border-bottom: 1px #fff solid;
  margin: 0;
  padding-bottom: 5px;
  cursor: pointer;
}

.info_accordion_btn:hover {
  opacity: 0.8;
}
.info_accordion_btn p {
  width: 92%;
  text-align: center;
}

.info_accordion_btn p span {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.info_accordion_btn p span::before {
  position: absolute;
  content: "";
  right: -30px;
  top: 0px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.info_accordion_btn p span::after {
  position: absolute;
  content: "";
  top: 5px;
  right: -24px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #150C37;
  border-right: 2px solid #150C37;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info_accordion_btn.is-active p span::after {
  top: 8px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.info_accordion_contents {
  display: none;
  border-bottom: 1px #fff solid;
  text-align: left;
  margin: 0;
  padding: 20px 10px 14px;
}
.info_accordion_contents p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}
.goldCard .info_accordion_contents .m-list-notes > * {
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.goldCard .info_accordion_contents .m-link {
  color: #fff;
  text-decoration: underline;
}

.goldCard .info_accordion_contents .m-link:hover {
  opacity: 0.8;
}


/*-------------------------------------------------------------------------
211001公開分追加
--------------------------------------------------------------------------*/

.campaign_list_txtL {
  display: inline-block;
  text-align: left;
  width: 80%;
}

.campaign_list_txtR {
  display: inline-block;
  text-align: right;
  width: 80%;
}

.campaign_list_txtmini {
  font-size: 0.6em;
}


/*-------------------------------------------------------------------------
211109公開分追加
--------------------------------------------------------------------------*/
.original_series_renewal{
  max-width: 900px;
  border: 1px #e2c68d solid;
  padding: 20px 20px 20px 20px;
  color: #fff;
  margin: 20px;
}
.original_series_renewal_title{
  font-weight: bold;
  font-size: 4.42708vw;
  margin-bottom: 13px;
}
.original_series_renewal_notice{
  margin-top: 10px;
  font-size: 12px;
}
.original_series_renewal_text{
  font-size: 12px;
}
/*-------------------------------------------------------------------------
211208公開分追加
--------------------------------------------------------------------------*/

.charm .inner {
  box-sizing: border-box;
  padding: 45px 28px 12px;
  width: 100%;
}

.charm_list {
  color: #fff;
}
.charm_list p {
  line-height: 1.66;
}
.charm_list_01_disc {
  margin-bottom: 27px;
}

.charm_list_02_disc,
.charm_list_03_disc,
.charm_list_04_disc {
  margin-bottom: 5vw;
}
.charm_list_01_disc > img,
.charm_list_02_disc > img,
.charm_list_03_disc > img,
.charm_list_04_disc > img {
  margin-bottom: 5vw;
}
.charm_list_01_img {
  width: 68vw;
  margin: auto;
  margin-bottom: 10px;
}
.charm_list_04_img{
  margin: -2vw;
}


.charm_list li {
  margin-bottom: 27px;
}
.charm_disc {
  margin-bottom: 20px;
}
.charm_disc p {
  color: #fff;
  font-size: 12px;
  margin-top: 1em;
}
.service .service_premir .inner {
  padding: 24px 0 48px;
}
.service .service_premir .img_premier_01 {
  width: 85%;
}
.upgrade_btn {
  display: flex;
  justify-content: center;
}
.upgrade_btn a {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  padding: 15px 30px;
  margin: 5vw;
}


/*-------------------------------------------------------------------------
220401公開分追加
--------------------------------------------------------------------------*/
.security_2col {
  width: 85.9375vw;
  margin: 0 auto;
}
.security_2col div {
  width: 100%;
  text-align: center;
}
.security_2col div p {
  font-size: 3.6vw;
  color: #fff;
}
.security_2col div:first-child {
  margin-bottom: 8vw;
}
.security_2col div .security_2col_img {
  margin-bottom: 6vw;
}
.security_2col div:first-child .security_2col_img img {
  max-width: 100%;
  width: 70vw;
}

/*-------------------------------------------------------------------------
220401公開分追加
--------------------------------------------------------------------------*/
.renewal_campaign_note {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	margin: 10px 20px 0;
  color: #fff;
}
.renewal_campaign_link {
	font-size: 12px;
	margin: 0px 20px 0;
}
.renewal_campaign_link a {
  color: #fff;
	text-decoration: underline;
}
.point_list li dl dd span.point_list_notes {
  font-size: 2.6vw;
  display: inline-block;
  margin-top: 5px;
}


/*-------------------------------------------------------------------------
220701公開分追加
--------------------------------------------------------------------------*/

.charm_list_disc {
  margin-bottom: 20px;
}

.charm_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.charm_list li > *:last-child {
  margin-top: auto;
}

.charm_list p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2.02;
  margin-top: 30px;
}

.cpContent_inner {
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 0px;
}

.cpContent_header2 {
  text-align: center;
  font-size: 5.74792vw;
  margin-top: 80px;
  margin-bottom: 50px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: bold;
}

.cpContent_header3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.cpContent_2col {
  width: 85.9375vw;
  margin: 0 auto 60px;
}

.cpContent_1col {
  width: 85.9375vw;
  margin: 0 auto;
}

.cpContent_text {
  font-size: 15px;
  margin-bottom: 20px;
}

.cpContent_img {
  text-align: center;
  margin-top: 20px;
}

.cpContent_img img {
  margin: 0 auto;
}

.cpContent_list {
  margin-top: 10px;
}

.cpContent_list li {
  font-size: 15px;
  padding-left: 1em;
  position: relative;
}

.cpContent_list li span {
  color: #c0954c;
}

.cpContent_list li::before {
  position: absolute;
  content: '・';
  left: 0;
}

.cpContent_notes {
  margin-bottom: 20px;
}

.cpContent_notes li {
  font-size: 15px;
  padding-left: 1em;
  position: relative;
}

.cpContent_notes li span {
  color: #c0954c;
}

.cpContent_notes li::before {
  position: absolute;
  content: '※';
  left: 0;
}

.cpContent_link {
  text-align: center;
}

.cpContent_link a {
  font-size: 17px;
  text-decoration: underline;
  color: #0a2240;
}

.cpContent_link a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.cpContent_boxlink {
  text-align: center;
}

.cpContent_boxlink a {
  display: inline-block;
  font-size: 17px;
  padding: 12px 30px 12px;
  text-align: center;
  margin-top: 20px;
  color: #0a2240;
  position: relative;
}

.cpContent_boxlink a::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 40%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
}

.cpContent_detaillink {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 80px;
}

.cpContent_detaillink a {
  font-size: 17px;
  color: #0a2240;
  position: relative;
}

.cpContent_detaillink a:hover {
  opacity: 0.8;
}

.cpContent_detaillink a::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 110%;
  background-color: #0a2240;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cpContent_cpbunner > div {
  margin-bottom: 20px;
}

.original {
  background-color: #fff;
  margin-top: 45px;
  padding-bottom: 40px;
  border-bottom: 50px solid #0a2240;
  position: relative;
}

.original::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 16.5px 0 16.5px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.original .cpContent_inner {
  margin: 0 auto;
  width: 85.9375vw;
}

.original .cpContent_link {
  margin-top: 40px;
}

.original .cpContent_link a {
  font-size: 16px;
}

.tab_content_wrap {
  margin: 0 auto;
  overflow-x: hidden;
  border: 1px solid white;
  padding: 30px 0 0;
}

.tab_switch {
  color: #fff;
  max-width: 452px;
  width: 45%;
  border: 1px solid white;
  border-bottom: none;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  position: relative;
}

.tab_switch:first-child {
  font-size: 18px;
}

.tab_switch.tab_active {
  background-color: white;
  color: #1c3b62;
}

.tab_switch.tab_active::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 16.5px 0 16.5px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.tab_header {
  font-size: 17px;
  margin-bottom: 10px;
  text-align: center;
}

.tab_header span {
  color: #e2c68d;
}

.tab_img {
  text-align: center;
  margin-bottom: 20px;
}

.tab_img img {
  display: inline-block;
}

.tab_img_saitan img {
  max-width: 180px;
}

.tab_img_normal img {
  max-width: 100px;
}

.tab_inner {
  padding: 0 40px;
  color: #fff;
  display: none;
}

.tab_inner.tab_active {
  display: block;
}

.tab_slide_inner {
  background-color: #fff;
  padding: 35px 0px 20px;
  position: relative;
}

.tab_slide_header {
  font-size: 14px;
  font-weight: bold;
  color: #0a2240;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 25px;
}

.tab_slide_text {
  font-size: 14px;
  color: #0a2240;
  padding: 0 22px;
}

.tab_slide_step {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.tab_slide_bubble {
  position: absolute;
  left: 66%;
  top: 8%;
  width: 134px;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab_slide_bubble + .tab_slide_header {
  padding-top: 1em;
}

.tab_text {
  font-size: 11px;
  margin-bottom: 40px;
}
