@media screen and (max-width: 640px) {
  .bg_top01 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 223, 62, 0.2)), color-stop(rgba(238, 202, 63, 0)), to(rgba(221, 180, 64, 0)));
    background: linear-gradient(rgba(255, 223, 62, 0.2), rgba(238, 202, 63, 0), rgba(221, 180, 64, 0));
  }
  .topR {
    font-size: 10px;
    vertical-align: top;
  }
  .topR.h2TopR {
    font-size: 12px;
  }
  .btmR {
    font-size: 10px;
  }
  .btmR.h2BtmR {
    font-size: 12px;
  }
  .mainVisual {
    background-size: cover;
  }
  .mainVisual .wrap {
    padding: 30px 0 80px;
  }
  .mainVisual .h1 {
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
  }
  .mainVisual .h1 .h1En {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .mainVisual .ancorBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 92%;
    margin: 30px auto 0;
  }
  .mainVisual .ancorBoxes .box {
    width: 49.856%;
    padding: 5.334vw 0 14.934vw;
    height: 33.334vw;
    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: 23.467vw;
  }
  .mainVisual .ancorBoxes .box .boxImg2 {
    width: 19.734vw;
  }
  .mainVisual .ancorBoxes .box .boxImg3 {
    width: 12.267vw;
  }
  .mainVisual .ancorBoxes .box .boxImg4 {
    width: 15.2vw;
  }
  .mainVisual .txtBlock {
    width: 92%;
    margin: 50px auto 0;
  }
  .mainVisual .txtBlock .txt1 {
    font-size: 14px;
    line-height: calc(22 / 14);
    color: #5A3700;
    text-shadow: none;
  }
  .mainVisual .txtBlock .txt1:nth-child(2) {
    margin: 30px auto 0;
  }
  .mainVisual .txtBlock .txtAno {
    font-size: 11px;
    color: #5A3700;
    margin: 20px auto 0;
  }
  .section01_top {
    padding: 80px 0 70px;
  }
  .section01_top--category {
    padding: 32px 0 40px;
  }
  .section01_top .wrap {
    width: 92%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .section01_top .wrap2 {
    max-width: 92%;
    margin: auto;
  }
  .section01_top .headingBlock {
    margin-bottom: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section01_top .headingBlock--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section01_top .headingBlock .hstyle2_top {
    font-size: 20px;
    font-weight: bold;
  }
  .section01_top .cardBlock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section01_top .cardBlock .cardImg {
    width: 57.067%;
    margin: auto;
  }
  .section01_top .cardBlock .cardCont {
    width: 92%;
    margin: 25px auto 0;
  }
  .section01_top .cardBlock .cardCont .cardContTxt {
    font-size: 14px;
    line-height: calc(22 / 14);
    color: #5A3700;
    margin: 0 0 25px 0;
  }
  .section01_top .cardBlock .cardCont .cardContBtn {
    display: block;
    margin: 18px auto 0;
    width: 100%;
    padding: 10px 0;
    color: #5A3700;
    border: 1px solid #D29B00;
    font-size: 14px;
    font-weight: bold;
    line-height: calc(19 / 14);
    text-align: center;
    position: relative;
    text-decoration: none;
    background: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .section01_top .cardBlock .cardCont .cardContBtn--pd {
    padding: 10px 10px 10px 18px;
  }
  .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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section01_top .categoryBlock .item {
    width: 49.566%;
    height: 49.566%;
    overflow: hidden;
    margin: 1px 0;
  }
  .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::after {
    content: "";
    width: 100%;
    height: 55.556%;
    position: absolute;
    bottom: 0;
  }
  .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 .img img {
    width: 100%;
  }
  .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: 16px;
    font-weight: bold;
  }
}
/*# sourceMappingURL=gold_select_sp.css.map */