@charset "UTF-8";
@font-face {
    font-family: 'New Tegomin'; /* 你可以自訂字體名稱 */
    src: url('../fonts/6 特高明朝 (New Tegomin)/NewTegomin-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shippori Mincho'; /* 你可以自訂字體名稱 */
    src: url('../fonts/11 尾巴明朝 （Shippori Mincho）/OTF/ShipporiMincho-OTF-SemiBold.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

main {
  margin-top: 0; }

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 2s; }
  .fadein.scroll {
    opacity: 1;
    transform: translate(0); }

.fadeT {
  opacity: 0;
  transform: translateY(30px);
  transition: all 2s; }
  .fadeT.scroll {
    opacity: 1;
    transform: translate(0); }

.fadeL {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 2s; }
  .fadeL.scroll {
    opacity: 1;
    transform: translate(0); }

#fix_bnr {
  text-align: center;
  position: fixed;
  top: 90px;
  right: 3%;
  z-index: 90;
  width: 130px;
  height: 56px;
  background-image: url(../god_financier_pics/邊框.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left; }
  #fix_bnr a:hover, #fix_bnr img:hover {
    opacity: 1; }
  @media screen and (min-width: 769px) {
    #fix_bnr {
      top: 110px;
      width: 180px;
      height: 77px; } }
  @media screen and (min-width: 1201px) {
    #fix_bnr {
      top: 120px;
      width: 200px;
      height: 87px; } }
  #fix_bnr a {
    display: block;
    height: 100%; }
  #fix_bnr img {
     margin: 0 auto; 
     margin-left: -3px;
     width: 105%; 
    }
    @media screen and (min-width: 769px) {
      #fix_bnr img {
        margin-top: 7px; 
        margin-left: 10px;
        width: 95%; } }
    @media screen and (min-width: 1201px) {
      #fix_bnr img {
        margin-top: 10px; 
        margin-left: 7px;
        width: 98%; } }
  #fix_bnr figure {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 109px;
    height: auto;
    margin: 12px auto 0; }
    @media screen and (min-width: 769px) {
      #fix_bnr figure {
        width: 158px;
        margin-top: 10px; 
        margin-left: -20px; } }
    @media screen and (min-width: 1201px) {
      #fix_bnr figure {
        width: 166px;
        margin-top: 7px; 
        margin-left: -20px; } }
    #fix_bnr figure::after {
      animation: 4s 0s shine linear infinite;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
      content: '';
      height: 100%;
      left: -100%;
      position: absolute;
      top: 0;
      transform: skewX(-25deg);
      width: 50%; }

@keyframes shine {
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
#mainimg {
  background: #dcd5c9;
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100); }
  #mainimg .slide {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 10;
    animation: bgAnime 21s infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 769px) {
      #mainimg .slide {
        top: 80px; } }
    @media screen and (min-width: 1201px) {
      #mainimg .slide {
        top: 90px; } }
  #mainimg .src1 {
    background-image: url(../god_financier_pics/mainimg01_sp.jpg); }
    @media screen and (min-width: 769px) {
      #mainimg .src1 {
        height: auto;
        background-image: url(../god_financier_pics/mainimg01_pc.jpg); } }
  #mainimg .src2 {
    background-image: url(../god_financier_pics/mainimg02_sp.jpg);
    animation-delay: 7s; }
    @media screen and (min-width: 769px) {
      #mainimg .src2 {
        background-image: url(../god_financier_pics/mainimg02_pc.jpg); } }
  #mainimg .src3 {
    background-image: url(../god_financier_pics/mainimg03_sp.jpg);
    animation-delay: 14s; }
    @media screen and (min-width: 769px) {
      #mainimg .src3 {
        background-image: url(../god_financier_pics/mainimg03_pc.jpg); } }
@keyframes bgAnime {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  33% {
    opacity: 1; }
  43% {
    opacity: 0;
    z-index: 9; }
  100% {
    opacity: 0; } }
  #mainimg .catch {
    position: absolute;
    z-index: 11;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    max-width: 1100px;
    }
    @media screen and (min-width: 769px) {
      #mainimg .catch {
        top: 35%; } }
    #mainimg .catch span {
      display: inline-block;
      border-bottom: solid 1px #bd9e2a;
      font-size: 2rem;
      line-height: 1.5;
      color: #bd9e2a;
      font-family: "New Tegomin" }
      @media screen and (min-width: 769px) {
        #mainimg .catch span {
          font-size: 2.4rem;
          line-height: 1.3; } }
      @media screen and (min-width: 1201px) {
        #mainimg .catch span {
          font-size: 3.2rem; } }
    #mainimg .catch .Android span {
      font-family: "New Tegomin" }
    #mainimg .catch h1 {
      margin-top: 15px;
      color: #5D4037;
      font-size: 1.3rem;
      line-height: 1.6; }
      @media screen and (min-width: 361px) {
        #mainimg .catch h1 {
          font-size: 1.5rem;} }
      @media screen and (min-width: 400px) {
        #mainimg .catch h1 {
          font-size: 1.75rem;} }
      @media screen and (min-width: 450px) {
        #mainimg .catch h1 {
          margin-top: 40px;
          font-size: 1.9rem;} }
      @media screen and (min-width: 580px) {
            #mainimg .catch h1 {
              margin-top: 25px;
              font-size: 2.2rem;} }
      @media screen and (min-width: 768px) {
        #mainimg .catch h1 {
          margin-top: 160px;
          font-size: 3rem;
          line-height: 1.5; } }
      @media screen and (min-width: 1201px) {
        #mainimg .catch h1 {
          font-size: 3.6rem; } }

#About {
  width: 100%;
  padding: 80px 0 0 0;
  background: #dcd5c9; }
  @media screen and (min-width: 769px) {
    #About {
      padding: 100px 0 120px 0;
      background-image: url(../god_financier_pics/about_bg.png);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 100% auto; } }
  #About .box01 {
    background-image: url(../god_financier_pics/about_img01.jpg);
    background-repeat: no-repeat;
    background-position: left 80px;
    background-size: 95% auto; }
    @media screen and (min-width: 769px) {
      #About .box01 {
        min-height: 575px;
        background-image: url(../god_financier_pics/about_img01.jpg);
        background-position: right top;
        background-size: 500px auto; } }
    @media screen and (min-width: 1201px) {
      #About .box01 {
        max-width: 1400px;
        min-height: 800px;
        margin: auto;
        background-size: 700px auto; } }
    @media screen and (min-width: 769px) {
      #About .box01 div {
        width: 95%;
        max-width: 1100px;
        margin: auto; } }
    #About .box01 h2 {
      font-size: 2.8rem;
      line-height: 1.3;
      color: #5D4037;
      padding-left: 40px; }
      @media screen and (min-width: 769px) {
        #About .box01 h2 {
          font-size: 3.4rem;
          line-height: 1.5;
          padding-top: 60px; } }
      @media screen and (min-width: 1201px) {
        #About .box01 h2 {
          font-size: 4rem;
          padding-top: 80px; } }
      #About .box01 h2 span {
        display: block;
        font-size: 1.8rem;
        color: #bd9e2a;
        text-indent: -20px; }
        @media screen and (min-width: 769px) {
          #About .box01 h2 span {
            font-size: 2.1rem; } }
        @media screen and (min-width: 1201px) {
          #About .box01 h2 span {
            font-size: 2.4rem;
            text-indent: -25px; } }
    #About .box01 p {
      width: 90%;
      background-color: rgba(141, 97, 43, 0.9);
      margin: 240px 0 0 auto;
      padding: 2em 1.5em;
      font-size: 1.5rem;
      line-height: 1.7;
      color: #dcd5c9; }
      @media screen and (min-width: 769px) {
        #About .box01 p {
          width: 65%;
          max-width: 680px;
          margin: 25px 0 0 50px;
          padding: 3em 2.5em;
          font-size: 1.6rem;
          line-height: 2; } }
      @media screen and (min-width: 1201px) {
        #About .box01 p {
          margin: 25px 0 0 60px;
          padding: 3em 2.5em;
          font-size: 1.8rem; } }
  #About .box02, #About .box03, #About .box04, #About .box05, #About .box06, #About .box07 {
    margin-top: 80px; }
    @media screen and (min-width: 769px) {
      #About .box02, #About .box03, #About .box04, #About .box05, #About .box06, #About .box07 {
        width: 90%;
        max-width: 1100px;
        display: flex;
        justify-content: space-between;
        margin: 100px auto 0; } }
    #About .box02 div, #About .box03 div, #About .box04 div, #About .box05 div, #About .box06 div, #About .box07 div {
      width: 90%;
      margin: 0 auto 20px; }
      @media screen and (min-width: 769px) {
        #About .box02 div, #About .box03 div, #About .box04 div, #About .box05 div, #About .box06 div, #About .box07 div {
          width: 52%;
          margin: 10px 0 0 0; } }
      @media screen and (min-width: 1201px) {
        #About .box02 div, #About .box03 div, #About .box04 div, #About .box05 div, #About .box06 div, #About .box07 div {
          margin: 15px 0 0 0; } }
    #About .box02 figure, #About .box03 figure, #About .box04 figure, #About .box05 figure, #About .box06 figure, #About .box07 figure {
      width: 90%;
      max-width: 480px; }
      @media screen and (min-width: 769px) {
        #About .box02 figure, #About .box03 figure, #About .box04 figure, #About .box05 figure, #About .box06 figure, #About .box07 figure {
          width: 45%; } }
    #About .box02 h3, #About .box03 h3, #About .box04 h3, #About .box05 h3, #About .box06 h3, #About .box07 h3 {
      font-size: 2.1rem;
      line-height: 1.4;
      color: #5D4037;
      margin-bottom: 15px; }
      @media screen and (min-width: 769px) {
        #About .box02 h3, #About .box03 h3, #About .box04 h3, #About .box05 h3, #About .box06 h3, #About .box07 h3 {
          font-size: 2.4rem; } }
      @media screen and (min-width: 1201px) {
        #About .box02 h3, #About .box03 h3, #About .box04 h3, #About .box05 h3, #About .box06 h3, #About .box07 h3 {
          font-size: 3rem;
          margin-bottom: 20px; } }
    #About .box02 p, #About .box03 p, #About .box04 p, #About .box05 p, #About .box06 p, #About .box07 p {
      font-size: 1.5rem;
      line-height: 1.7; }
      @media screen and (min-width: 769px) {
        #About .box02 p, #About .box03 p, #About .box04 p, #About .box05 p, #About .box06 p, #About .box07 p {
          font-size: 1.6rem;
          line-height: 1.8; } }
    #About .box02 small, #About .box03 small, #About .box04 small, #About .box05 small, #About .box06 small, #About .box07 small {
      display: block;
      font-size: 1.3rem;
      line-height: 1.6;
      margin-top: 15px; }
      @media screen and (min-width: 769px) {
        #About .box02 small, #About .box03 small, #About .box04 small, #About .box05 small, #About .box06 small, #About .box07 small {
          font-size: 1.4rem;
          margin-top: 20px; } }
  @media screen and (min-width: 769px) {
    #About .box02 div {
      margin: 0; } }
  @media screen and (max-width: 768px) {
    #About .box03 figure, #About .box05 figure, #About .box07 figure {
      margin-left: auto; } }
  @media screen and (min-width: 769px) {
    #About .box03 figure, #About .box05 figure, #About .box07 figure {
      order: 1; } }
  @media screen and (min-width: 769px) {
    #About .box03 div, #About .box05 div, #About .box07 div {
      order: 2; } }
  #About .h3_wrap {
    width: 100% !important;
    display: flex;
    margin: 0; }
    #About .h3_wrap h3 {
      margin-right: 15px;
      width: calc(100% - 50px); }
      @media screen and (min-width: 769px) {
        #About .h3_wrap h3 {
          width: calc(100% - 60px); } }
      @media screen and (min-width: 1201px) {
        #About .h3_wrap h3 {
          width: calc(100% - 70px); } }
    #About .h3_wrap p {
      width: 50px; }
      @media screen and (min-width: 769px) {
        #About .h3_wrap p {
          width: 60px; } }
      @media screen and (min-width: 1201px) {
        #About .h3_wrap p {
          width: 70px; } }

#Products {
  background-color: #dcd5c9;
  position: relative;
  padding-bottom: 270px; }
  
  /* Add wrapper for background image */
  #Products::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
    background-image: url("../god_financier_pics/financier_in_box.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    z-index: 1;
  }

  @media screen and (min-width: 769px) {
    #Products {
      background-image: url("../god_financier_pics/financier_in_box.jpg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto 600px;
      padding-bottom: 420px; }
    #Products::after {
      display: none;
    }
  }

#Products {
  background-color: #dcd5c9;
  position: relative;
  padding-bottom: 270px; }
  
  /* Add wrapper for background image */
  #Products::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
    background-image: url("../god_financier_pics/financier_in_box.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    z-index: 0;  /* 改為 0，讓內容可以顯示在上方 */
  }

  @media screen and (min-width: 769px) {
    #Products {
      background-image: url("../god_financier_pics/financier_in_box.jpg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto 800px;
      padding-bottom: 520px; }
    #Products::after {
      display: none;
    }
  }

  #Products > * {  /* 新增：確保所有直接子元素都有背景色 */
    position: relative;
    z-index: 1;
    background-color: #dcd5c9;
  }

  #Products h2 {
    font-size: 3.6rem;
    line-height: 1.3;
    color: #5D4037;
    text-align: center;
    padding-top: 70px; }
    @media screen and (min-width: 769px) {
      #Products h2 {
        font-size: 4.2rem;
        padding-top: 80px;
        background-color: transparent; } }  /* 桌面版不需要背景色 */
    @media screen and (min-width: 1201px) {
      #Products h2 {
        font-size: 4.8rem;
        padding-top: 110px; } }
    #Products h2 span {
      display: block;
      font-size: 1.8rem;
      color: #bd9e2a; }
      @media screen and (min-width: 769px) {
        #Products h2 span {
          font-size: 2.1rem; } }
      @media screen and (min-width: 1201px) {
        #Products h2 span {
          font-size: 2.4rem; } }

  #Products .ttl {
    text-align: center;
    margin: 20px 0; }
    #Products .ttl strong {
      border-bottom: solid 1px #222;
      font-size: 1.8rem;
      white-space: nowrap;
      padding-bottom: 5px; }
      @media screen and (max-width: 480px) {
        #Products .ttl strong {
          display: block;
          width: 80%;
          margin: auto;
          font-size: 1.6rem; } }
    #Products .ttl p {
      font-size: 1.4rem;
      line-height: 1.8;
      margin-top: 30px; }
      @media screen and (max-width: 480px) {
        #Products .ttl p {
          text-align: left;
          width: 90%;
          margin: 20px auto; } }

  #Products ul {
    width: 80%;
    max-width: 1200px;
    margin: 20px auto 70px; }
    @media screen and (min-width: 769px) {
      #Products ul {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 40px auto 120px;
        background-color: transparent; }  /* 桌面版不需要背景色 */
        #Products ul::after {
          content: "";
          display: block;
          width: 30%; } }
    #Products ul li {
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (min-width: 769px) {
        #Products ul li {
          width: 30%;
          margin-bottom: 50px; } }
    #Products ul h3 {
      font-size: 1.5rem; }
      @media screen and (min-width: 769px) {
        #Products ul h3 {
          font-size: 1.6rem; } }
    #Products ul div {
      width: 194px;
      margin: 5px auto 15px;
      display: flex; }
    #Products ul span {
      width: 50%;
      display: block;
      margin: auto;
      padding: 3px 0;
      font-size: 1.4rem;
      line-height: 1;
      text-align: center;
      color: #368800;
      border: solid 1px #368800; }
      #Products ul span:nth-child(2) {
        color: #e71a0f;
        border: solid 1px #e71a0f;
        margin-left: 2px; }
    #Products ul p {
      font-size: 1.4rem;
      text-align: left; }
      @media screen and (min-width: 1201px) {
        #Products ul p {
          margin: 0 20px; } }

  @media screen and (min-width: 769px) {
    #Products > * {
      background-color: transparent;  /* 桌面版移除所有背景色 */
    }
  }

#howto {
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  #howto h4 {
    display: inline-block;
    background: #444;
    padding: 0 20px;
    font-size: 2rem;
    line-height: 35px;
    color: #fff; }
    @media screen and (min-width: 769px) {
      #howto h4 {
        padding: 0 40px;
        font-size: 2.4rem;
        line-height: 40px; } }
  @media screen and (min-width: 769px) {
    #howto .wrap {
      display: flex;
      justify-content: space-around;
      width: 95%;
      margin: auto; } }
  #howto .wrap > div {
    width: 80%;
    max-width: 500px;
    margin: 30px auto 0; }
    @media screen and (min-width: 769px) {
      #howto .wrap > div {
        width: 30%;
        margin: 40px 0 0 0; } }
  #howto h5 {
    color: #5D4037;
    display: flex;
    align-items: center; }
    #howto h5 strong {
      display: block;
      font-size: 3.6rem; }
    #howto h5 span {
      font-family: "Shippori Mincho";
      font-weight: bold; 
      display: block;
      margin-left: 20px;
      font-size: 1.8rem;
      line-height: 1.4; }
  #howto p {
    font-family: "Shippori Mincho";
    font-size: 1.5rem;
    font-weight: bold; 
    line-height: 1.6;
    margin-top: 20px; }

#StoreLocation {
  background-image: url("../god_financier_pics/米白色洞石大理石.jpg");
  background-color: #dcd5c9;
  background-size: contain;       /* 自動填滿容器 */
  padding-bottom: 20px; }
  @media screen and (min-width: 769px) {
    #StoreLocation {
      padding-bottom: 50px; } }
  #StoreLocation h2 {
    font-family: "New Tegomin";
    font-size: 3.6rem;
    line-height: 1.3;
    color: #5D4037;
    text-align: center;
    padding-top: 70px; }
    @media screen and (min-width: 769px) {
      #StoreLocation h2 {
        font-size: 4.2rem;
        padding-top: 80px; } }
    @media screen and (min-width: 1201px) {
      #StoreLocation h2 {
        font-size: 4.8rem;
        padding-top: 110px; } }
    #StoreLocation h2 span {
      font-family: "New Tegomin";
      display: block;
      font-size: 1.8rem;
      color: #bd9e2a; }
      @media screen and (min-width: 769px) {
        #StoreLocation h2 span {
          font-size: 2.1rem; } }
      @media screen and (min-width: 1201px) {
        #StoreLocation h2 span {
          font-size: 2.4rem; } }
  #StoreLocation .ttl {
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: bold; 
    text-align: center;
    margin-top: 20px; }
    @media screen and (max-width: 480px) {
      #StoreLocation .ttl {
        text-align: left;
        width: 90%;
        margin: 20px auto; } }
  #StoreLocation h3 {
    font-family: "Shippori Mincho";
    font-size: 1.5rem;
    line-height: 30px;
    color: #fff;
    text-align: center; }
    @media screen and (min-width: 769px) {
      #StoreLocation h3 {
        font-size: 1.8rem;
        line-height: 40px; } }
  #StoreLocation .emb_list h3 {
    background: #975813; }
  #StoreLocation .mab_list h3 {
    background: #975813; }
  #StoreLocation .elab_list h3 {
    background: #975813;
    letter-spacing: -0.03em; }
  #StoreLocation .pab_list h3 {
    background: #975813; }
  #StoreLocation .emb_list p, #StoreLocation .mab_list p, #StoreLocation .elab_list p, #StoreLocation .pab_list p {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 40px; }
    @media screen and (min-width: 769px) {
      #StoreLocation .emb_list p, #StoreLocation .mab_list p, #StoreLocation .elab_list p, #StoreLocation .pab_list p {
        font-size: 1.5rem;
        margin: 70px 0 5px 0; } }
  #StoreLocation .wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto; }
    @media screen and (min-width: 481px) {
      #StoreLocation .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media screen and (min-width: 481px) {
      #StoreLocation .wrap section {
        width: 31.5%; } }
  #StoreLocation .pab_list {
    width: 90%;
    max-width: 1200px;
    margin: auto; }
    @media screen and (min-width: 769px) {
      #StoreLocation .pab_list {
        margin: 90px auto 0; } }
  #StoreLocation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px; }
    @media screen and (min-width: 769px) {
      #StoreLocation ul {
        width: 95%;
        margin: 20px auto 0; }
        #StoreLocation ul::after {
          content: "";
          display: block;
          width: 32%; } }
  #StoreLocation li {
    width: 49%;
    margin-bottom: 10px; }
    @media screen and (min-width: 769px) {
      #StoreLocation li {
        width: 32%;
        max-width: 380px;
        margin-bottom: 30px; } }
  #StoreLocation figure {
    text-align: center; }
    #StoreLocation figure img {
      transition: 0.5s;
      width: 90%;
      display: inline-block; }
      @media screen and (max-width: 480px) {
        #StoreLocation figure img {
          object-fit: cover;
          height: 180px;
          width: 80%; } }
      #StoreLocation figure img:hover {
        opacity: .7; }
  #StoreLocation .pab_list img {
    width: 100%; }
    @media screen and (max-width: 480px) {
      #StoreLocation .pab_list img {
        height: 150px; } }
  #StoreLocation figcaption {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin: 10px 0 5px 0; }
    @media screen and (min-width: 769px) {
      #StoreLocation figcaption {
        font-size: 1.6rem; } }
    #StoreLocation figcaption span {
      display: block; }
      @media screen and (min-width: 769px) {
        #StoreLocation figcaption span {
          font-size: 1.6rem; } }
  #StoreLocation .prefectures {
    display: table-cell;
    height: 25px;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 1.3rem;
    line-height: 1;
    color: #d19838;
    font-weight: 600;
    background: #fff;
    border: solid 1px #d19838; }
    @media screen and (min-width: 769px) {
      #StoreLocation .prefectures {
        height: 30px;
        padding: 0 15px;
        font-size: 1.5rem; } }
  #StoreLocation .area {
    display: table-cell;
    height: 25px;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    background: #d19838;
    border: solid 1px #d19838; }
    @media screen and (min-width: 769px) {
      #StoreLocation .area {
        height: 30px;
        padding: 0 15px;
        font-size: 1.5rem; } }

.Android #StoreLocation .figcaption {
  font-weight: 800; }

<style>
.buy-link {
    display: inline-block; /* 讓框線正確作用 */
    padding: 8px 12px;
    border: 2px solid black; /* 黑色框線 */
    border-radius: 5px; /* 圓角 */
    text-decoration: none; /* 移除底線 */
    color: black; /* 文字顏色 */
    font-weight: bold; /* 加粗字體 */
    font-size: 16px; /* 文字大小 */
}
</style>
