@charset "utf-8";

/*=================================
	/card/campaign/gold_kirikae/
================================ */

@charset "utf-8";

/*Noto Serif CJK JP*/
@font-face {
	font-display: swap;
	font-family: "Noto Serif CJK JP";
	font-style: normal;
	font-weight: 200;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSerifCJKjp-ExtraLight.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif CJK JP";
	font-style: normal;
	font-weight: 300;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSerifCJKjp-Light.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif CJK JP";
	font-style: normal;
	font-weight: 400;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSerifCJKjp-Regular.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif CJK JP";
	font-style: normal;
	font-weight: 500;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSerifCJKjp-Medium.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif CJK JP";
	font-style: normal;
	font-weight: 600;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSerifCJKjp-SemiBold.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Serif CJK JP";
	font-style: normal;
	font-weight: 700;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSerifCJKjp-Bold.woff) format('woff');
}


/*Noto Sans CJK JP*/
@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 200;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSansCJKjp-Thin.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 300;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSansCJKjp-Light.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 400;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSansCJKjp-DemiLight.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 500;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSansCJKjp-Regular.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 600;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSansCJKjp-Medium.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 700;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSansCJKjp-Bold.woff) format('woff');
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans CJK JP";
	font-style: normal;
	font-weight: 800;
	src: url(/card/campaign/gold_kirikae/fonts/NotoSansCJKjp-Black.woff) format('woff');
}
.intro,
#container {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-feature-settings: "palt";
  margin-top: 0;
}
/* clearfix
----------------------------------------------------------------------*/
.clearfix:after {
  content:"";
  display:block;
  clear:both;
  overflow:hidden;
}
.indexType .conds {
  display: none;
}
.indexType .conds.on {
  display: block;
}
.clearfix {
  zoom:1;
}

#main .sp {
  display: none;
}
#main img {
  width: 100%;
  height: auto;
}

#container {
  width: auto;
}
.red {
  color: #ff0000;
}
#main {
  position: relative;
  padding-top: 107px;
}
.tab-targets  {
  display: none;
}
.tab-targets.on  {
  display: block;
}
.tab-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tab-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #987a48;
}
.tab-wrap .tab-triggers  {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.tab-wrap .tab-triggers li {
  float: left;
  width: 49%;
}
.tab-wrap .tab-triggers li.cond02 {
  float: right;
}
.tab-wrap .tab-triggers a {
  position: relative;
  display: block;
  text-align: center;
  color: #987a48;
  font-weight: bold;
  background: #fff;
  border: 3px solid #987a48;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: none;
  font-weight: bold;
  font-size: 24px;
  padding: 34px 3px ;
  line-height: 1.4;
}
.tab-wrap .tab-triggers span {
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.tab-wrap .tab-triggers a:hover {
  opacity: .65;
  text-decoration: none;
}
.tab-wrap .tab-triggers a.current {
  color: #fff;
  background: #987a48;
  pointer-events: none;
  opacity: 1 !important;
}
.tab-wrap .tab-triggers a.current:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -30px;
  width: 40px;
  height: 40px;
  background: #987a48;
  transform: rotate(45deg) translateX(-50%);
}
.tab-wrap .tab-triggers li.cond02 a {
  padding: 17px 3px 18px;
}
.special-wrap {
  padding: 70px 0;
  background: #f1ece3;
}
.special-wrap .point {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 50px 82px 50px ;
  margin: 0 auto;
  width: 90%;
  max-width: 955px;
  box-sizing: border-box;
}
.special-wrap .point .mark01 {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 104px;
}
.special-wrap .header {
  margin: 10px auto 40px;
  width: 54%;
}
.special-wrap .point02 .header {
  width: 70%;
}
.special-wrap .serif {
  position: absolute;
  top: 10px;
  right: 15px;
  right: 2%;
  width: 25%;
}
.special-wrap .section-text {
  position: relative;
  margin-bottom: 28px;
  z-index: 2;
}
#box02 .special-wrap .section-text {
  margin-bottom: 12px;
}
#box01 .special-wrap .section-annotation,
#box02 .special-wrap .section-annotation {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.special-wrap .accodion {
  margin-bottom: 10px;
  box-shadow: 0 2px 0px #aaa;
}
.special-wrap .accodion {
  border-left: 2px solid #987a48;
  border-right: 2px solid #987a48;
  border-bottom: 2px solid #987a48;
}
.special-wrap .accodion dt {
  text-align: center;
  font-size: 16px;
  background: #987a48;
  color: #fff;
  padding: 10px 0 9px;
  cursor: pointer;
  margin-bottom: -1px;
}
.special-wrap .accodion dt span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.special-wrap .accodion dt span:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: -30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.special-wrap .accodion dt.on span:after {
  transform: translateY(0%) rotate(-135deg);
}
.special-wrap .text-box {
  padding: 18px 24px 18px;
  border: 2px solid #dbdbdb;
}
.special-wrap .text-box p {
  margin-top: 0;
}

.special-wrap .text-box .box-lead {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 17px;
}
.special-wrap .text-box .annotations {
  font-size: 15px;
}
.special-wrap .text-box .annotations li {
  line-height: 1.5;
  font-weight: bold;
}
.special-wrap .text-box .annotations li .box {
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid #f00;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 4px;
}
.special-wrap .accodion dd {
  display: none;
  padding: 20px 20px;
}
.special-wrap .accodion dd .num {
  font-weight: bold;
}
.special-wrap .accodion dd p {
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
  font-weight: bold;
  margin: 0;
}
.special-wrap .accodion dd li {
  padding-bottom: 9px;
}
.special-wrap .accodion .annotations {
  padding-top: 19px;
}
.special-wrap .accodion .annotations li {
  padding-bottom: 0px;
  font-weight:  bold;
  font-size: 15px;
}
.special-wrap .accodion dd li:last-child {
  padding-bottom: 0px;
}

.separator {
  margin: 20px auto;
  width: 63px;
}
.special-wrap .point02 .serif {
  width: 19.37%;
  top: -8.2%;
}
.flow-wrap {
  padding: 47px 0 57px;
  background: #fff7ce;
}
.flow-wrap .flow {
  margin: 0 auto;
  width: 90%;
  max-width: 802px;
}
.flow-wrap .header {
  padding-bottom: 30px;
  text-align: center;
}
.flow-wrap .header span,
.flow-wrap .header p,
.flow-wrap .header h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.flow-wrap .header h3 {
  font-size: 40px;
  padding-bottom: 7px;
}
.flow-wrap .section-lead {
  font-size: 19px;
  padding-bottom: 2px;
}
.flow-wrap .section-text {
  font-size: 13px;
}
.flow-wrap .content {
  margin-bottom: 30px;
}
.flow-wrap .content .text {
  font-size: 17px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
.flow-wrap .on-shop {
  float: left;
  width: 25%;
}
.flow-wrap .on-home {
  float: right;
  width: 74.35%;
}
.flow-wrap .notice {
  border: 2px solid #f00;
  background: #fff;
  padding: 9px 20px 11px 17%;
  box-sizing: border-box;
  max-width: 701px;
  margin: 0 auto;
  position: relative;
}
.flow-wrap .notice .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: #f00;
}
#main .flow-wrap .notice .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}
.flow-wrap .notice .text {
  padding: 5px 0 0;
  margin: 0;
  width: auto;
  color: #f00;
  font-weight: bold;
}
.gold-wrap {
  position: relative;
  background: #fffff4;
  padding: 78px 0 0px;
  border-bottom: 5px solid #f4f4f4;
}
.gold-wrap .gold-card {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 37px;
}
.gold-wrap .gold-card .section-title {
  margin: 0 auto 50px;
  max-width: 486px;
}
.gold-wrap .gold-card .serif {
  position: absolute;
  top: -20px;
  right: -10%;
  width: 30%;
}
.gold-wrap .gold-card .point-list li {
  position: relative;
  font-size: 27px;
  line-height: 1;
  margin: 0 0 25px;
  padding: 0;
  padding-left: 60px;
  font-weight: bold;
  
}
.gold-wrap .gold-card .point-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 55px;
  background: url(/card/campaign/gold_kirikae/img/num01.png) no-repeat center;
  background-size: 52px 52px;
  transform: translateY(-50%);
}
.gold-wrap .gold-card .point-list .cond02:after {
  background-image: url(/card/campaign/gold_kirikae/img/num02.png);
}
.gold-wrap .gold-card .point-list .cond03:after {
  background-image: url(/card/campaign/gold_kirikae/img/num03.png);
}
.gold-wrap .gold-card .point-list strong {
  font-size: 130%;
  font-weight: bold;
}
.gold-wrap .gold-card .point-list p {
  margin-top: 0;
}
.gold-wrap .gold-card .point-list .annotation {
  font-size: 15px;
  font-weight: bold;
}

.gold-wrap .gold-card  .point-annotation {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
.gold-wrap .gold-card  .point-annotation {
  padding-bottom: 35px;
}
.gold-wrap .gold-card  .point-annotation {
  padding-bottom: 35px;
}
.gold-wrap .gold-card  .point-annotation li {
  font-weight: bold;
  font-size: 15px;
}
.gold-wrap .gold-card .text-box {
  max-width: 700px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  padding: 23px 20px 28px;
  border: 2px solid #dbdbdb;
  text-align: center;
}

.gold-wrap .gold-card .text-box .lead01 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0;
}
.gold-wrap .gold-card .text-box .annotation  {
  font-weight: bold;
  font-size: 70%;
}

.gold-wrap .gold-card .image01 {
  margin: 0 auto 20px;
  width: 80%;
  max-width: 295px;
}
.gold-wrap .gold-card .button {
  margin: 0 auto 20px;
  width: 80%;
  max-width: 450px;
}
.gold-wrap .gold-card .line-annotation {
  color: #e80015;
  font-size: 15px;
  text-align: center;
  padding-bottom: 40px;
}
.gold-wrap .gold-card .button a {
  display: block;
  border-radius: 20px;
  border: 2px solid #e80015;
  background: #fff;
  color: #e80015;
  position: relative;
  font-size: 17px;
  line-height: 1.4;
  padding: 19px 11px;
  box-shadow: 3px 3px 0px #ccc;
  text-align: center;
}
.gold-wrap .gold-card .button a:hover {
  text-decoration: none;
  opacity: .7;
}
.gold-wrap .gold-card .button em {
  font-weight: bold;
}
.gold-wrap .gold-card .button a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #e80015;
  border-bottom: 2px solid #e80015;
  transform: translateY(-50%) rotate(-45deg);
}
.gold-wrap .gold-card .attentions {
  background: #fff;
  border: 2px solid #987a48;
  box-shadow: 4px 4px 0px #dedede;
}
.gold-wrap .gold-card .attention-title {
  background:  #987a48;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
}

.gold-wrap .gold-card .attention-content {
  padding: 27px 23px 14px;
}
.gold-wrap .gold-card .attention-content .canpaign dd,
.gold-wrap .gold-card .attention-content .canpaign dt {
  font-size: 14px;
  line-height: 1.9;
  font-weight: bold;
}
.gold-wrap .gold-card .attention-content .canpaign {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #987a48;
}
.gold-wrap .gold-card .attention-content .others .others-title {
  font-size: 15px;
  line-height: 1.9;
  font-weight: bold;
}
.gold-wrap .gold-card .attention-content .others .anchors {
  font-size: 14px;
  line-height: 1.9;
  font-weight: bold;
}
.gold-wrap .gold-card .attention-content .others li {
  margin-bottom: 12px;
}
.gold-wrap .gold-card .attention-content .others .anchors a {
  color: #000;
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  position: relative;
  background: #f5f1eb;
}
.gold-wrap .gold-card .attention-content .others .anchors a:before,
.gold-wrap .gold-card .attention-content .others .anchors a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.gold-wrap .gold-card .attention-content .others .anchors a:before {
  width: 20px;
  height: 20px;
  background: #987a48;
  border-radius: 4px;
  box-shadow: 2px 2px 0px #ccc;
  right: 14px;
  transform: translateY(-50%);
}
.gold-wrap .gold-card .attention-content .others a:after {
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.gold-wrap .gold-card .attention-content .others  a.on:after {
  transform: translateY(-50%) rotate(-135deg);
  margin-top: 2px;
}

.gold-wrap .gold-card .attention-content .others-ac {
  padding-top: 30px;
  display: none;
}
.gold-wrap .gold-card .attention-content .others-ac p {
  margin: 0 ;
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
}
.gold-wrap .gold-card .attention-content .others-ac > dl > dt {
  font-size: 16px; 
  color: #987a48;
  font-weight: bold;
}
.gold-wrap .gold-card .attention-content .others-ac > dl > dd {
  margin-bottom: 26px;
  font-weight: bold;
}
.gold-wrap .gold-card .attention-content .others-ac > dl > dd a {
  color: #0000ff;
  text-decoration: underline;
}
.gold-wrap .last-serif {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  position: relative;
}
.gold-wrap .last-serif .annotation {
  position: absolute;
  bottom: 22px;
  right: 0;
  font-size: 12px;
  color: #646464;
}
.gold-wrap .last-serif .image {
  margin: 0 auto;
  width: 50%;
  max-width: 450px;
}
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 75px;
  z-index: 200;
}
@media only screen and (max-width: 1024px) {
  #main {
    padding-top: 150px;
  }
  .tab-wrap .tab-triggers a {
    font-size: 19px;
  }
  .tab-wrap .tab-triggers li.cond02 a {
    padding: 22px 3px 20px;
  }
}
/*-- sp --*/
@media only screen and (max-width: 767px) {
  .page-top {
    width: 55px;
  }


  #main {
    margin-top: 90px;
    padding-top: 105px;
  }
  #main .pc {
    display: none;
  }
  #main .sp {
    display: block;
  }
  #main img.sp,
  .main img.sp {
    display: inline-block;
  }

  #main .flow-wrap .notice .image img {
    width: 50px;
  }

  .tab-wrap {
    top: 15px;
    border-bottom: 1px solid #987a48;
  }
.tab-wrap:after {
  height: 1px;
  background: #987a48;
}
  .tab-wrap .tab-triggers a {
    border: 1px solid #987a48;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    font-size: 14px;
    padding: 14px 3px 13px;
    line-height: 1.3;
  }
  .tab-wrap .tab-triggers a.current:after {
    bottom: -15px;
    width: 30px;
    height: 30px;
  }
  .tab-wrap .tab-triggers li.cond02 a {
    padding: 5px 3px 4px;
}

  .special-wrap {
  padding: 80px 0 32px;
  margin-top: 30px;
  }
  .special-wrap .point {
    padding: 24px 16px 20px ;
  }
  .special-wrap .point .mark01 {
    top: -32px;
    left: 15px;
    width: 68px;
  }
  .special-wrap .header {
    margin: 23px auto -3px;
    width: auto;
  }
  .special-wrap .point02 .header {
    width: auto;
  }
  .special-wrap .serif {
    position: static;
    top: auto;
    right: auto;
    width: 80%;
    margin: 0 auto;
  }
  .special-wrap .section-text {
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .special-wrap .accodion {
    margin-bottom: 10px;
    box-shadow: 0 2px 0px #aaa;
  }
  .special-wrap .accodion dt {
    text-align: center;
    font-size: 16px;
    background: #987a48;
    color: #fff;
    padding: 16px 0 12px;
  }
  .special-wrap .accodion dt span:after {
    top: 40%;
    right: -30px;
    width: 10px;
    height: 10px;
  }
  .special-wrap .accodion dd {
    padding: 20px 20px;
  }
  .special-wrap .accodion dd p {
    font-size: 13px;
  }
  .special-wrap .accodion .annotations li  {
    font-size: 13px;
  }

  .separator {
    margin: 14px auto;
    width: 32px;
  }
  .special-wrap .point02 .serif {
    width: auto;
    margin-left: 10%;
    top: 0;
    margin-top: 17px;
  }
  .special-wrap .text-box {
    padding: 13px 10px 16px;
  }
  .special-wrap .text-box .box-lead {
    font-size: 14px;
    padding-bottom: 14px;
  }
  .special-wrap .text-box .annotations {
    font-size: 12px;
  }
  .flow-wrap {
    padding: 25px 0 32px;
  }
  .flow-wrap .flow {
    width: 70%;
  }
  .flow-wrap .header {
    padding-bottom: 4px;
  }
  .flow-wrap .header h3 {
    font-size: 30px;
    padding-bottom: 4px;
  }
  .flow-wrap .section-lead {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .flow-wrap .section-text {
    font-size: 12px;
  }
  .flow-wrap .content {
    margin: 0 auto 30px;
    width: 70%;
  }
  .flow-wrap .content .text {
    font-size: 15px;
    padding-bottom: 0px;
  }
  .flow-wrap .on-shop {
    float: none;
    width: auto;
  }
  .flow-wrap .on-home {
    float: none;
    width: auto;
  }
  .flow-wrap .notice {
    border: 2px solid #f00;
    background: #fff;
    padding: 5px 10px 8px 30%;
    width: 110%;
    margin-left: -5%;
    width: 130%;
    margin-left: -15%;
  }
  .flow-wrap .notice .image {
    width: 20%;
    padding-top: 22px;
  }
  .flow-wrap .notice .text {
    padding: 0 0;
    margin: 0;
    font-size: 11px;
  }
  .gold-wrap {
    padding: 75px 0 20px;
    border-bottom: 3px solid #f4f4f4;
  }
  .gold-wrap .gold-card {
    margin-bottom: 20px;
  }
  .gold-wrap .gold-card .section-title {
    margin: 0 auto 4px;
    width: 88%;
  }
  .gold-wrap .gold-card .serif {
    position: static;
    top: 0;
    right: 0;
    width: 70%;
    margin: 0 auto 12px;
  }
  .gold-wrap .gold-card .point-list {
    padding-bottom: 12px;
  }
  .gold-wrap .gold-card .point-list li {
    font-size: 17px;
    margin: 0 0 15px;
    padding-left: 33px;
    line-height: 1.2;
    
  }
  .gold-wrap .gold-card .point-list li:after {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .gold-wrap .gold-card .point-list strong {
    font-size: 120%;
  }
  .gold-wrap .gold-card .point-list .annotation {
    font-size: 12px;
  }
  .gold-wrap .gold-card  .point-annotation {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
  }
  .gold-wrap .gold-card  .point-annotation {
    padding-bottom: 22px;
  }
  .gold-wrap .gold-card .text-box {
    margin: 0 auto 30px;
    padding: 14px 10px 10px;
  }

  .gold-wrap .gold-card .text-box .lead01 {
    font-size: 15px;
  }
  .gold-wrap .gold-card .text-box .annotation  {
    display: block;
    font-size: 70%;
  }

  .gold-wrap .gold-card .image01 {
    margin: 0 auto 20px;
    width: 70%;
    max-width: auto;
    max-width: inherit;
  }
  .gold-wrap .gold-card .button {
    margin: 0 auto 30px;
    width: auto;
    max-width: auto;
    max-width: inherit;
  }
  .gold-wrap .gold-card .button a {
    font-size: 15px;
    padding: 10px 8px 8px;
  }
  #box02 .gold-wrap .gold-card .button a {
    font-size: 11.5px;
  }
  .gold-wrap .gold-card .button a:after {
    right: 15px;
    width: 9px;
    height: 9px;
  }
  .gold-wrap .gold-card .attention-title {
    font-size: 13px;
    padding: 12px 0;
  }
  .gold-wrap .gold-card .attention-content {
    padding: 17px 13px 14px;
  }
  .gold-wrap .gold-card .attention-content .canpaign dt {
    font-size: 13px;
  }
  .gold-wrap .gold-card .attention-content .canpaign dd {
    font-size: 13px;
  }
  .gold-wrap .gold-card .attention-content .canpaign {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .gold-wrap .gold-card .attention-content .others .others-title {
    font-size: 13px;
  }
  .gold-wrap .gold-card .attention-content .others .anchors {
    font-size: 12px;
  }
  .gold-wrap .gold-card .attention-content .others-ac {
    padding-top: 20px;
  }
  .gold-wrap .gold-card .attention-content .others-ac p {
    font-size: 12px;
  }
  .gold-wrap .gold-card .attention-content .others-ac > dl > dt {
    font-size: 13px; 
    color: #987a48;
  }
  .gold-wrap .gold-card .attention-content .others-ac > dl > dd {
    margin-bottom: 19px;
  }
  .gold-wrap .last-serif {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    position: relative;
  }
  .gold-wrap .last-serif .annotation {
    position: static;
    bottom: auto;
    right: 0;
    padding: 6px 0 0;
    margin: 0;
    font-size: 12px;
    text-align: right;
  }
  .gold-wrap .last-serif .image {
    margin: 0 auto;
    width: 90%;
  }
  .gold-wrap .gold-card .attention-content .others .anchors a {
    font-size: 16px;
    padding: 5px 37px 10px 10px ;
}
.gold-wrap .gold-card .line-annotation {
  padding-bottom: 0;
}
.gold-wrap .gold-card .attentions-wrap {
  padding-top: 55px;
}

}
