.topR {
  font-size: 10px;
  vertical-align: top;
}

.topR.h2TopR {
  font-size: 18px;
}

.btmR {
  font-size: 10px;
}

.btmR.h2BtmR {
  font-size: 18px;
}

.mainVisual {
  background-size: cover;
}

.mainVisual .wrap {
  padding: 50px 0 70px;
}

.mainVisual .h1 {
  font-size: 44px;
  text-align: center;
  margin-top: 30px;
}

.mainVisual .h1 .h1En {
  font-size: 18px;
  display: block;
  text-align: center;
}

.mainVisual .ancorBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 897px;
  margin: 50px auto 0;
}

.mainVisual .ancorBoxes .box {
  width: 225px;
  padding: 20px 0 65px;
  background: #fff;
  border: 1px solid #D29B00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.mainVisual .ancorBoxes .box:hover {
  background: #fffaee;
}

.mainVisual .ancorBoxes .box .boxTxt {
  font-size: 14px;
  color: #5A3700;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}

.mainVisual .ancorBoxes .box .boxTxt::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-bottom: 1px solid #5A3700;
  border-right: 1px solid #5A3700;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

.mainVisual .ancorBoxes .box .boxImg1 {
  width: 114px;
}

.mainVisual .ancorBoxes .box .boxImg2 {
  width: 97px;
}

.mainVisual .ancorBoxes .box .boxImg3 {
  width: 49px;
}

.mainVisual .ancorBoxes .box .boxImg4 {
  width: 75px;
}

.mainVisual .txtBlock {
  width: 820px;
  margin: 40px auto 0;
}

.mainVisual .txtBlock .txt1 {
  font-size: 16px;
  line-height: calc(24 / 16);
  color: #5A3700;
  text-shadow: none;
}

.mainVisual .txtBlock .txtAno {
  font-size: 12px;
  color: #5A3700;
  margin: 25px auto 0;
}

.section01_top {
  padding: 75px 0 80px;
}

.section01_top--category {
  padding: 80px 0;
}

.section01_top .wrap {
  width: 820px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.section01_top .wrap2 {
  max-width: 1120px;
  margin: auto;
}

.section01_top .headingBlock {
  margin-bottom: 20px;
}

.section01_top .headingBlock .hstyle2_top {
  font-size: 30px;
}

.section01_top .cardBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section01_top .cardBlock .cardImg {
  width: 214px;
}

.section01_top .cardBlock .cardCont {
  width: 576px;
}

.section01_top .cardBlock .cardCont .cardContTxt {
  font-size: 16px;
  line-height: calc(22 / 16);
  color: #5A3700;
  margin: 0 0 25px 0;
}

.section01_top .cardBlock .cardCont .cardContBtn {
  display: block;
  margin: 22px 0 0 auto;
  width: 400px;
  padding: 10px 0;
  color: #5A3700;
  border: 1px solid #D29B00;
  font-size: 14px;
  line-height: calc(21 / 14);
  font-weight: bold;
  text-align: center;
  position: relative;
  text-decoration: none;
  background: #fff;
}

.section01_top .cardBlock .cardCont .cardContBtn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #A5823C;
  border-right: 1px solid #A5823C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.section01_top .cardBlock .cardCont .cardContBtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDB440), to(#D29B00));
  background: linear-gradient(180deg, #DDB440 0%, #D29B00 100%);
  color: #fff;
}

.section01_top .cardBlock .cardCont .cardContBtn:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.section01_top .cardBlock .cardCont .iconBlank img {
  margin-top: 4px;
}

.section01_top .categoryBlock {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section01_top .categoryBlock .item {
  width: 215px;
  height: 215px;
  margin: 0 5px;
  overflow: hidden;
}

.section01_top .categoryBlock .item .imgLink {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section01_top .categoryBlock .item .imgLink a {
  display: block;
}

.section01_top .categoryBlock .item .imgLink a:hover {
  opacity: 1;
}

.section01_top .categoryBlock .item .imgLink a:hover .img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.section01_top .categoryBlock .item .imgLink a .img {
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}

.section01_top .categoryBlock .item .imgLink a .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  z-index: 1;
}

.section01_top .categoryBlock .item .imgLink a .inner .ttl {
  font-size: 20px;
  font-weight: bold;
}
/*# sourceMappingURL=gold_select_pc.css.map */