@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {background: url("../images/bg_fixed.jpg")top center no-repeat fixed,url("../images/bg_color3.jpg");scroll-behavior: smooth;}

header {position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
}

@media screen and (max-width: 991px) {
  html { background: url("../images/bg_fixed_m.jpg")top center no-repeat fixed;}
 
  html:before {
   content: "";
   position: fixed;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: url("../images/bg_fixed_m.jpg")center 0 no-repeat;
   background-size: cover;
  }
 }

/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
  html {
    background: url("../images/bg.jpg");
  }
}
.container {
  overflow: hidden;
  background: url("../images/side_deco.png")top -120px center repeat-y;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto; /*height:  ; parallax*/
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
}
.kv_m {
  display: none;
}
.kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}

header {
  background: url("../images/header.jpg") top center no-repeat;
}

.title-item {
  position: absolute;
  z-index: 90;
}
.title01 {
  top: 2px;
  left: 113px;
}
.title02 {
  top: 349px;
  left: 570px;
}
.title03 {
  top: 392px;
  left: 315px;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
  .for_m img {
    width: 100%;
  }
  header {
    background: url("../images/bg.jpg") top center no-repeat;
    background-size: 100%;
  }
  .WRAPPER {
    margin-top: 0vw;
  }
}

/* =================================================== 通用設定 =================================================== */
/* ------------------  BG  ------------------ */
.bg_1, .bg_2, .bg_3, .bg_4, .bg_5 {
  max-width: 1280px;
  margin: 100px auto 40px;
  background: url("../images/bg_color5.jpg");
  border-radius: 15px;
  border: 1.8px solid #ffffff8c;
  box-shadow: 3px 3px 22px #db537099;
}

@media screen and (max-width: 991px) {
  .bg_1,
  .bg_2,
  .bg_3,
  .bg_4,
  .bg_5 {
    max-width: 100vw;
    margin: 12vw auto 6vw;
    box-shadow: 0px 0px 0px #db537099;
    }
}

/* ------------------ 架構標 ------------------ */
@font-face {
  font-family: DFZongYiStd-W9;
  src: url("../font/DFZongYiStd-W9.otf");
}

.titleC {
  margin: -60px auto 10px;
  position: relative;
}

.titleC h2 {
  width: 1200px;
  background: url("../images/btt.png")top center no-repeat;
  padding: 40px 0;
  font-family: DFZongYiStd-W9;
  font-size: 4rem;
  color: #fff;
}

.titleD {
  display: flex;
  justify-content: center;
  margin: 40px auto 20px;
}
.titleD p {
  font-size: 40px;
  color: #fff;
  background: none;
  border-radius: 100px;
  padding: 20px 100px;
}
.titleB h5 {
  font-size: 24px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .titleC {
    margin: 0vw auto -3vw;
  }
  .titleC h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-size: 2.4rem;
    width: 100%;
    background-size: contain;
    padding: 6vw 0 6vw;
    margin: -6vw auto -5vw;
}
  .titleD {
    margin: 2vw auto 0;
  }
  .titleD p {
    font-size: 2rem;
    margin-bottom: 2vw;
    border-radius: 100px;
    padding: 3vw 10vw;
  }
  .titleB {
    width: 96vw;
    border-radius: 10px 10px 0 0;
    padding: 1vw 0;
    margin: 0vw auto;
    border: 2px solid #000;
  }
  .titleB h5 {
    font-size: 2.8rem;
  }
}


/* =================================================== 版頭設定 =================================================== */
/* ------------------  版頭動畫  ------------------ */
.kv_title_1 img {
  position: absolute;
  top: 172px;
  right: 821px;
  animation:jello-horizontal .9s linear both;
}

.kv_title_2 img {
  position: absolute;
  top: 187px;
  right: 548px;
  animation:jello-horizontal .9s linear both;
  animation-delay: .5s;
}

.kv_title_3 img {
  position: absolute;
  top: 187px;
  right: 283px;
  animation:jello-horizontal .9s linear both;
  animation-delay: 1s;
}

.kv_date img {
  position: absolute;
  top: 85px;
  right: 350px;
  animation: bounceInDown 3s ease-out;
  animation-delay: .5s;
}

.card-wrap {
  position: absolute;
  width: 205px; 
  height: 310px;
  margin: 100px auto;
  transform-origin: 0% 100%;
}

.card {
  position: absolute;
  top: 5px;
  left: 1000px;
  width: 100%;
  height: 100%;
  background: url("../images/card.jpg");
  animation: rotate-in-2-br-cw 2s linear infinite both;
  animation-direction: alternate;
  border-radius: 12px;
  z-index: 1;
}

img.finger {
  position: absolute;
  top: 300px;
  left: 1022px;
  z-index: 2;
}

/**
 * ----------------------------------------
 * animation rotate-in-2-br-cw
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-in-2-br-cw {
  0% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes rotate-in-2-br-cw {
  0% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}


.item_1 {
  position: absolute;
  top: 126px;
  right: 1153px;
  animation:bounceIn 3s ease-in-out;
  animation-delay: 2s;
}

.item_2 {
  position: absolute;
  top: 384px;
  right: 1170px;
  animation:bounceIn 3s ease-in-out;
  animation-delay: 2.5s;
}

.item_3 {
  position: absolute;
  top: 55px;
  right: 804px;
  animation:bounceIn 3s ease-in-out;
  animation-delay: 3s;
}

.item_4 {
  position: absolute;
  top: 430px;
  right: -200px;
  animation:bounceIn 3s ease-in-out;
  animation-delay: 3.5s;
}


.item_1 img{  
  animation: floating 3s infinite;
  animation-direction: alternate;
  animation-delay: 4s;
}

.item_2 img{  
  animation: floating 3s infinite;
  animation-direction: alternate;
  animation-delay: 4.5s;
}

.item_3 img{  
  animation: floating 3s infinite;
  animation-direction: alternate;
  animation-delay: 5s;
}

.item_4 img{  
    animation: floating 3s infinite;
    animation-direction: alternate;
    animation-delay: 5.5s;
  }


@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }

  100% {
    transform: scale3d(1, 1, 1)
  }
}


@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(4%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

/*--精明購物指南--*/
.bg_1 {
  margin-top: 170px;
}
.bg_1 .rectangle {
  width: 1284px;
  margin: 0px auto 20px; /*--background: url("../images/bg_gray.jpg"); border: 2px solid #000--*/
  border-top: none;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bg_1 .rectangle ul {
  margin-bottom: 10px;
}
.bg_1 .rectangle li {
  background: #fff;
  padding-bottom: 20px;
  border: 1px solid #e57567;
  border-radius: 15px;
}
.bg_1 .rectangle img {
  width: 80%;
  margin: 5px auto 30px;
  height: 70px;
  object-fit: contain;
}

.bg_1 .rectangle .font p {
  color: #161616;
  line-height: 1.6;
  font-size: 1.2rem;
  text-align: left;
}
.bg_1 .rectangle .font big {
  font-size: 1.5rem;
  color: #ffeaab;
}

.bg_1 .rectangle .font .price {
  margin: 30px auto 0px;
  width: auto;
  height: auto;
  background: url("../images/bg1.jpg");
}
.bg_1 .rectangle .font .price p {
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
}

.bg_1 .rectangle h5 {
  font-size: 0.9rem;
  color: #222222;
  padding: 10px 0 0 0;
  font-weight: 400;
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
}

.bg_1 .small_title ul {
  margin-bottom: 40px;
}
.bg_1 .small_title ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bg_1 .small_title ul li {
  position: relative;
}
.bg_1 .small_title li.stb h4 {
  color: #6e5ca7;
  font-size: 1.5rem;
  border: 3px solid #6e5ca7;
  padding: 8px 10px;
  margin-right: 20px;
  font-weight: 600;
}
.bg_1 .small_title li.sts p {
  color: #6e5ca7;
  font-size: 1rem;
  font-weight: 600;
}
.bg_1 .small_title li:hover {
  transform: scale(1);
}

.bg_1 .rectangle .font span.space {
  display: none;
  height: 30px;
}

.bg_1 .rectangle ul li a .font {
  height: 200px;
  position: relative;
}
.bg_1 .rectangle ul:nth-child(9) li a .font,
.bg_1 .rectangle ul:nth-child(10) li a .font,
.bg_1 .rectangle ul:nth-child(11) li a .font {
  height: 290px;
  position: relative;
}

.bg_1 .rectangle .font .price {
  width: 100%;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  text-align: center;
}

.bg_1 .banner {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .bg_1 {
    margin-top: 12vw;
  }
  .bg_1 .rectangle {
    width: 96vw;
    margin: 0vw auto 3vw;
    padding: 4vw 0 0;
  }
  .bg_1 .rectangle ul {
    margin-bottom: 0px;
  }
  .bg_1 .rectangle li {
    width: 85vw;
    margin: 0vw auto 4vw;
    padding: 3vw 5vw;
  }
  .bg_1 .rectangle li .font {
    width: 75vw;
  }
  .bg_1 .rectangle img {
    width: 60%;
    margin: 0vw auto 2vw;
    height: 16vw;
  }

  .bg_1 .rectangle .font p {
    /*width: 80vw;*/
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .bg_1 .rectangle .font big {
    font-size: 1.6rem;
    color: #ffeaab;
  }

  .bg_1 .rectangle .font .price {
    margin: 6vw auto 0px;
  }
  .bg_1 .rectangle .font .price p {
    font-size: 1.2rem;
    padding: 1vw 0;
  }

  .bg_1 .rectangle h5 {
    font-size: 1rem;
    padding: 2vw 0 0 0;
  }

  .bg_1 .small_title ul {
    margin: 2vw auto 3vw;
  }
  .bg_1 .small_title li.stb h4 {
    font-size: 1.4rem;
    border: 2px solid #6e5ca7;
    padding: 2vw 5vw;
    margin-right: 0;
  }
  .bg_1 .small_title li.sts {
    width: 90vw;
    margin-top: 2vw;
  }

  .bg_1 .banner {
    margin-bottom: 3vw;
  }

  .bg_1 .rectangle .font span.space {
    display: none;
    height: 30px;
  }

  .bg_1 .rectangle ul li a .font {
    height: auto;
    position: relative;
  }
  .bg_1 .rectangle ul:nth-child(9) li a .font,
  .bg_1 .rectangle ul:nth-child(10) li a .font,
  .bg_1 .rectangle ul:nth-child(11) li a .font {
    height: auto;
    position: relative;
  }
  .bg_1 .rectangle .font .price {
    width: 100%;
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
    margin-top: 5vw;
  }
  .bg_1 .rectangle h5 {
    position: relative;
  }
}

/*--最強熱蒐活動--*/
.bg_2 {
  margin-top: 80px;
}
.bg_2 .slickbg {
  width: 1284px;
  margin: 0 auto 20px; /*-- background: url("../images/bg_gray.jpg"); border: 2px solid #000; --*/
  border-top: none;
  padding: 20px 0 0;
}
.bg_2 .slick5itam-2 {
  margin-bottom: 20px;
}
.bg_2 .slick5itam-2 h4 {
  color: #666;
  font-size: 22px;
}
.bg_2 .slick5itam-2 p {
  color: #666;
  font-size: 18px;
}
.bg_2 .slick5itam-2 p big {
  color: #e57567;
  font-size: 26px;
}

@media screen and (max-width: 991px) {
  /*	.bg_2{ padding-top: 2vw;width: 98%; margin-top: 10vw;margin-bottom: 8vw;}*/
  .bg_2 {
    margin-top: 13vw;
  }
  .bg_2 .slickbg {
    width: 95vw;
    margin: 0 auto 3vw;
    padding: 1vw 0 0;
  }
  .bg_2 .slick5itam-2 h4 {
    font-size: 1.6rem;
  }
  .bg_2 .slick5itam-2 p {
    font-size: 1.2rem;
  }
  .bg_2 .slick5itam-2 p big {
    font-size: 2rem;
  }
  .bg_2 .slick-dotted.slick-slider {
    margin-bottom: 2vw;
  }
}

/*--精明攻略--*/
.keyword {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 10px 20px 10px;
  text-align: center;
  border-radius: 20px;
}
.keyword div {
  display: flex;
  justify-content: center;
  align-content: center;
}
.keyword div div {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0.5%;
  background: url("../images/bg1.jpg");
  transition: all 0.3s;
  display: grid;
}
.keyword div div:hover {
  border-radius: 20px;
  background: url("../images/bg4.jpg");
}
.keyword div div:hover span {
  color: #fff;
}
.keyword div div span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 30px;
}
.bg03box {
  width: 1280px;
  margin: 0 auto 20px;
  padding: 40px 0 0;
}

@media screen and (max-width: 991px) {
  /*	.bg_3{ padding-top: 2vw;width: 98%; margin-top: 10vw;margin-bottom: 8vw;}*/
  .bg03box {
    width: 96vw;
    padding: 2vw 0;
    margin: 0vw auto;
  }
  .keyword {
    margin: 0vw auto;
    padding: 0 0 2vw 0;
  }
  .keyword div {
    flex-wrap: wrap;
    position: relative;
  }
  .keyword div div {
    width: 25vw;
    height: 25vw;
    margin: 0.8vw;
  }
  .keyword div div span {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}

/*--分期付款說明--*/
.bg_4 {
}
.bg_4 .precaution1 {
  max-width: 1000px;
  margin: 0px auto 30px;
}
.bg_4 .precaution1 h5 {
  font-size: 24px;
  text-align: left;
  color:#09459c;
  font-weight: bold;
  letter-spacing: 0px;
  padding-bottom: 20px;
}

.tb1 td {
  text-align: center;
  color: #09459c;
  padding: 11px;
  line-height: 1.2;
}
.tb1 td.tt {
  font-weight: bold;
  color: #fff;
}

.bg_4 .precaution2 {
  max-width: 1000px;
  margin: 0 auto 20px;
}
.bg_4 .precaution2 h5 {
  font-size: 24px;
  text-align: left;
  color: #09459c;
  font-weight: bold;
  letter-spacing: 0px;
}
.bg_4 .precaution2 ol {
  padding: 0 0 0 26px;
  text-align: left;
}
.bg_4 .precaution2 ol li {
  list-style: decimal;
  margin: 8px 0;
  line-height: 1.2;
  transform: scale(1);
  font-size: 17px;
  color: #282828;
}
.bg_4 .precaution2 ol li .subdes {
  line-height: 1.8;
}

.memberbtn {
  width: 300px;
  margin: 0 auto 30px;
}
.memberbtn li {
  background: #09459c;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.memberbtn li:hover {
  transform: scale(0.9);
}

.bg_4 .small_title ul {
  margin-bottom: 40px;
}
.bg_4 .small_title ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bg_4 .small_title li.stb h4 {
  color: #09459c;
  font-size: 1.5rem;
  border: 3px solid #09459c;
  padding: 8px 10px;
  margin-right: 20px;
  font-weight: 600;
}
.bg_4 .small_title li.sts p {
  color: #09459c;
  font-size: 1rem;
  font-weight: 600;
}
.bg_4 .small_title li:hover {
  transform: scale(1);
}

.banner {
  margin-top: -75px;
}

@media screen and (max-width: 991px) {
  /*	.bg_4{ padding-top: 2vw;width: 98%; margin-top: 10vw;margin-bottom: 8vw;}*/
  .bg_4 .bg03box {
    width: 96vw;
    padding: 2vw 0;
    margin: 6vw auto;
  }
  .bg_4 .precaution1 {
    width: 90vw;
    margin: 3vw auto 3vw;
  }
  .bg_4 .precaution1 h5 {
    font-size: 1.4rem;
    padding-bottom: 2vw;
  }

  .tb2 {
    margin: 0 0 0 1vw;
  }
  .tb2 td {
    text-align: center;
    color: #09459c;
    padding: 3vw 10vw;
  }
  .tb2 td.tt {
    font-weight: bold;
    color: #fff;
  }

  .bg_4 .precaution2 {
    width: 90vw;
    margin: 0 auto 2vw;
  }
  .bg_4 .precaution2 h5 {
    font-size: 1.4rem;
  }
  .bg_4 .precaution2 ol {
    padding: 0 0 0 6vw;
  }
  .bg_4 .precaution2 ol li {
    margin: 2vw 0;
    line-height: 1.4;
    font-size: 1rem;
  }
  .bg_4 .precaution2 ol li .subdes {
    line-height: 1.6;
  }

  .memberbtn {
    width: 88vw;
    margin: 0 auto 2vw;
  }
  .memberbtn li {
    font-size: 1.2rem;
  }

  .bg_4 .small_title ul {
    margin: 2vw auto 3vw;
  }
  .bg_4 .small_title li.stb h4 {
    font-size: 1.4rem;
    padding: 2vw 5vw;
    margin-right: 0;
  }
  .bg_4 .small_title li.sts {
    width: 90vw;
    margin-top: 2vw;
  }

  .banner {
    margin-top: -8vw;
  }
}

/*--專題優惠總覽--*/

.allborder {
  background: #ffffff99;
  padding-bottom: 1px;
  border-radius: 15px;
  width: 1200px;
  margin: 100px auto 35px;
}
.bg_5 .rectangle {
  margin: -79px auto -85px;
}
.bg_5 .rectangle ul {
  justify-content: center;
}
.bg_5 .rectangle li {
  background: none;
  margin: -70px 0 0;
}
.bg_5 .banner {
  margin: 0 auto 50px;
  padding: 0;
}
.bg_5 .precaution2 {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 5vw;
}
.bg_5 .precaution2 h2 {
  font-size: 40px;
  text-align: center;
  color: #a17a7a;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 71px;
}
.bg_5 .precaution2 h5 {
  font-size: 24px;
  text-align: center;
  color: #a17a7a;
  font-weight: bold;
  letter-spacing: 0px;
}
.bg_5 .precaution2 span {
  color: #09459c;
}
.bg_5 .precaution2 ol {
  padding: 0 0 0 26px;
  text-align: center;
}
.bg_5 .precaution2 ol li {
  list-style: decimal;
  margin: 8px 0;
  line-height: 1.2;
  transform: scale(1);
  font-size: 17px;
  color: #fff;
}
.bg_5 .precaution2 ol li .subdes {
  line-height: 1.8;
}
.bg_5 .mouse {
  position: relative;
}
.bg_5 .mouse img {
  position: absolute;
  top: -113px;
  left: 1000px;
  width: 110px;
}
@media screen and (max-width: 991px) {
  /*	.bg_5{ padding-top: 2vw;width: 98%; margin-top: 10vw;margin-bottom: 8vw;    padding-bottom: 8vw;}*/
  .allborder {
    background: #fff;
    padding-bottom: 1vw;
    width: 90%;
    margin: 0vw auto 4vw;
  }
  .bg_5 .rectangle {
    margin: 4vw -15vw -20vw;
  }
  .bg_5 .rectangle ul {
    justify-content: center;
  }
  .bg_5 .rectangle img {
    width: 70vw;
    height: 51vw;
  }
  .bg_5 .precaution2 h2 {
    color: #222222;
  }
  .bg_5 .precaution2 h5 {
    line-height: 32px;
    color: #222222;
  }
  .bg_5 .precaution2 span {
    color: #d51211;
  }

  .bg_5 .mouse {
    position: relative;
  }
  .bg_5 .mouse img {
    position: absolute;
    top: -21vw;
    left: 67vw;
    width: 63px;
  }
  .bg_5 .banner img {
    width: 90%;
    margin: 0 auto;
  }
}

/*--永豐banner--*/
#tab08 table {
  width: 100%;
  margin: 0px auto 20px;
  padding: 0;
}
#tab08 table img.for_m {
  display: none;
}
#tab08 table img {
  width: 90%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  #tab08 table {
    margin: -2vw auto 2vw;
  }
  #tab08 table img.for_pc {
    display: none;
  }
  #tab08 table img.for_m {
    display: block;
  }
  #tab08 table img {
    width: 96%;
    height: 100%;
  }
}

/*--錨點
.anchor{ width: 100%; margin: 0 auto 5vw; display: flex; justify-content: center;}
.anchor a{ width: 50%;}
.anchor img{ width: 100%;}
--*/

/*for mobile scrollmenu*/
#scrollmenu {
  display: none;
}
@media screen and (max-width: 991px) {
  #scrollmenu {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100vw;
    padding: 2vw 1vw;
    margin: 0 auto;
    background: url("../images/bg_color3.jpg"); /* webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; box-shadow:10px 0 10px -10px #898989 inset, -10px 0 10px -10px #898989 inset;*/
  }
  #scrollmenu::-webkit-scrollbar {
    display: none;
  }
}
#scrollmenu a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600; /*border-right:1px dotted #7563af;*/
  padding: 2vw 3vw;
  text-align: center;
  background: url("../images/bg_color1.jpg");
  border-radius: 100px;
  margin: 0 1vw;
}

/*for mobile scrollmenu_2*/
.scrollmenu_2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .scrollmenu_2 {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100vw;
    padding: 1vw;
    margin: 0 auto;
    box-shadow: 10px 0 10px -10px #898989 inset, -10px 0 10px -10px #898989 inset; /* webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;*/
  }
  .scrollmenu_2::-webkit-scrollbar {
    display: none;
  }
}
.scrollmenu_2 a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600; /*border-right:1px dotted #7563af;*/
  padding: 2vw 3vw;
  text-align: center;
  background: url("../images/bg_green.jpg");
  border-radius: 100px;
  margin: 0 1vw;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position
.sticky {position: fixed; top: 0; width: 100%; }
 */

/* -- 版頭navbar -- */
/*navigation bar for pc*/
/* Style the navbar */
#navbar {
  max-width: 100%;
  height: 61px;
  z-index: 999;
  margin: 0 auto;
  background: url("../images/bg_color1.jpg");
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  #navbar {
    display: none;
  }
  .sticky + .content {
    padding-top: 0px !important;
  }
}

.nav_content {
  width: 1200px;
  margin: 0 auto;
}
/* Navbar links */
#navbar a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 32.5%;
  margin: 0 2.5px;
  font-size: 2rem;
  color: #fff;
  border-right: 1px solid #ffffff;
  line-height: 60px;
  letter-spacing: 1px;
  transition: 0.5s;
  font-family: DFZongYiStd-W9;
}
#navbar .row_03 a {
  border-right: none;
}
#navbar span {
  color: #000000;
}

#navbar .row_01 a:before {
  background-image: url("../images/icon_1.png");
  background-size: contain;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: -12px;
  content: "";
}
#navbar .row_02 a:before {
  background-image: url("../images/icon_2.png");
  background-size: contain;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: -12px;
  content: "";
}
#navbar .row_03 a:before {
  background-image: url("../images/icon_3.png");
  background-size: contain;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: -12px;
  content: "";
}

#navbar .row_04 a:before {
  background-image: url("../images/icon_5.png");
  background-size: contain;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: -12px;
  content: "";
}
#navbar a:hover {
  transform: scale(0.95);
}

/* Page content */
.content {
  padding: 0px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
.nav_content img {
  transition: all 0.3s;
}
.nav_content img:hover {
  transform: translateY(-5px);
}

/*for mobile*/
menu {
  display: none;
}
@media screen and (max-width: 991px) {
  menu {
    display: block;
  }
}
menu ul {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background: url("../images/bg_color1.jpg");
  z-index: 1000;
  border-top: 1px solid #ffffff;
  font-weight: 600;
}
menu ul li {
  border-right: 1px solid #ffffff;
  padding: 1.5vw 0;
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
}
menu ul li a {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4rem;
  letter-spacing: 0px;
  font-family: MaoKenWangYanBoSong-S;
}

menu ul li.nav01m:before {
  background-image: url("../images/icon_1.png");
  background-size: contain;
  display: none;
  width: 6vw;
  height: 6vw;
  margin-right: 0vw;
  margin-bottom: -5.5vw;
  content: "";
}
menu ul li.nav02m:before {
  background-image: url("../images/icon_2.png");
  background-size: contain;
  display: none;
  width: 7vw;
  height: 7vw;
  margin-right: 0;
  margin-bottom: 0vw;
  content: "";
}
menu ul li.nav03m:before {
  background-image: url("../images/icon_3.png");
  background-size: contain;
  display: none;
  width: 6vw;
  height: 6vw;
  margin-right: 0vw;
  margin-bottom: -5.5vw;
  content: "";
}
menu ul li.nav04m:before {
  background-image: url("../images/icon_4.png");
  background-size: contain;
  display: none;
  width: 6vw;
  height: 6vw;
  margin-right: 0vw;
  margin-bottom: -5.5vw;
  content: "";
}

menu ul li:hover {
  transform: scale(1);
}
menu ul li.nav03m {
  border-right: 0px solid #ffffff;
}
menu a {
  color: #fff !important;
  text-decoration: none;
}

/*頁籤公版*/
#tab-five {
  padding-bottom: 10px;
  position: relative;
  border-radius: 30px;
}
#tab-five {
  width: 1200px;
  height: 100%;
  margin: 0px auto 20px;
}
.tab-title-1 {
  padding: 0;
  width: 1000px;
  margin: 0 auto;
}
#tab-five > ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.tab-title {
  list-style: none;
}
#tab-five > ul > li {
  display: inline-flex;
  vertical-align: top;
  margin: 6px 0;
  border: 0px solid #fff;
  height: auto;
  list-style: none;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  border-radius: 0;
  /* width: 165px; */
  background: #fff;
  padding: 0;
  border-radius: 0;
  background: #fff;
  height: 70px;
  font-family: "huninn", "noto sans TC";
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-grow: 0;
  flex-shrink: 1;
  width: calc((100% - 40px) / 6);
}
#tab-five > ul > li img {
  width: 100%;
  padding: 10px;
}
#tab-five > ul > li img[alt="街口支付"] {
  max-width: 120px;
}
#tab-five > ul > li p {
  color: #000;
  display: none;
}
#tab-five > ul > li:nth-child(1),
#tab-five > ul > li:nth-child(2),
#tab-five > ul > li:nth-child(3),
#tab-five > ul > li:nth-child(4),
#tab-five > ul > li:nth-child(5) {
  /* width: 157px; */
}
#tab-five > ul > li:nth-child(6),
#tab-five > ul > li:nth-child(7),
#tab-five > ul > li:nth-child(8),
#tab-five > ul > li:nth-child(9),
#tab-five > ul > li:nth-child(10),
#tab-five > ul > li:nth-child(11),
#tab-five > ul > li:nth-child(12) {
  /* width: 157px; */
}
#tab-five > ul > li:nth-last-child(1) {
  /* margin-right: 1280px; */
}
#tab-five > ul > li a {
  color: #fff;
  text-decoration: none;
  font-family: "noto serif TC";
  font-size: 26px;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  letter-spacing: 1px;
  padding: 3px 0px 3px;
  width: 294px;
  font-family: "huninn", "noto sans TC";
}
#tab-five > ul > li.active {
  border-bottom: none;
}
#tab-five > ul > li.active a {
  color: #ffd025;
}
#tab-five > .tab-inner {
  clear: both;
  color: #fff;
  border: 0px #fff solid;
  border-radius: 0px 0px 20px 20px;
}
/* #tab01,
#tab02,
#tab03,
#tab04,
#tab05,
#tab06,
#tab07,
#tab08,
#tab09,
#tab10,
#tab11,
#tab12,
#tab13,
#tab14,
#tab15,
#tab16,
#tab17,
#tab18,
#tab19,
#tab20,
#tab21,
#tab22,
#tab23,
#tab24,
#tab25,
#tab26,
#tab27,
#tab28, */
.tab-inner.tab-inner {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  margin-top: -16px;
  padding-bottom: 1px;
}
/* .tab-inner {
  padding: 0px;
  height: 50px;
  width: 1160px;
} */

.notice_info .logo-b {
  width: 800px;
  height: 120px;
}
.notice_info {
  position: relative;
}
.notice_info .backHome {
  position: absolute;
  top: 30px;
  right: 0;
  /* background-image: linear-gradient(90deg, #ddd 0%, #fff 50%); */
  background-color: #f64e6f;
  color: #fff;
  padding: 0.5em 0.6em 0.5em 0.5em;
  writing-mode: vertical-lr;
  transform: translateX(100%);
  border-radius: 0 10px 10px 0;
  letter-spacing: 0.2em;
}
.backHome_m {
  background-color: #777;
  color: #fff;
  writing-mode: vertical-lr;
  padding: 0.5em 0.6em 0.5em 0.5em;
  border-radius: 999em;
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  bottom: 170px;
  right: 5px;
  z-index: 1000;
  width: fit-content;
  height: fit-content;
  margin: 2vw;
  text-align: center;
  display: none;
}

@media screen and (max-width: 991px) {
  .notice_info .backHome {
    display: block;
    top: 0;
    transform: translateX(0%);
    /* writing-mode: unset; */
    border-radius: 0 10px 0 10px;
  }
  .backHome_m {
    display: none;
  }

  #tab-five {
    width: 100%;
    margin: 5vw auto 2vw;
    border-radius: 10px;
    padding-top: 2vw;
  }
  #tab-five ul {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 0 1vw;
    margin: 0 auto;
  }
  #tab-five > .tab-inner {
    width: 98vw;
    margin: 0 auto;
    clear: both;
    color: #fff;
    border: 0px #bcbcbc solid;
  }
  #tab-five .tab-title-1 {
    gap: 4px;
  }
  #tab01,
  #tab02,
  #tab03,
  #tab04,
  #tab05,
  #tab06,
  #tab07,
  #tab08,
  #tab09,
  #tab10,
  #tab11,
  #tab12,
  #tab13,
  #tab14,
  #tab15,
  #tab16,
  #tab17,
  #tab18,
  #tab19,
  #tab20,
  #tab21,
  #tab22,
  #tab23,
  #tab24 {
    width: 100%;
  }
  #tab-five > ul > li.active {
    border-bottom: none;
    background: #fff;
  }
  #tab-five > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 47vw;
    border: 0px solid #bcbcbc;
    height: auto;
    line-height: 5vw;
    padding: 2vw 0vw;
    list-style: none;
    box-sizing: border-box;
    margin: 1vw 0 1vw 0;
    font-size: 1rem;
    border-radius: 10px;
    background: #fff;
    padding: 1vw;
    width: calc((100% - 8px) / 3);
    width: 31.5vw;
    padding: 0;
  }
  #tab-five > ul > li a {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12vw;
    padding: 1vw;
  }
  /* #tab-five > ul > li:nth-child(1),
  #tab-five > ul > li:nth-child(2) {
    width: 31.5vw;
    padding: 0;
  }
  #tab-five > ul > li:nth-child(3),
  #tab-five > ul > li:nth-child(4),
  #tab-five > ul > li:nth-child(5) {
    width: 31.5vw;
    padding: 0;
  }
  #tab-five > ul > li:nth-child(6),
  #tab-five > ul > li:nth-child(7),
  #tab-five > ul > li:nth-child(8),
  #tab-five > ul > li:nth-child(9),
  #tab-five > ul > li:nth-child(10),
  #tab-five > ul > li:nth-child(11),
  #tab-five > ul > li:nth-child(12) {
    width: 31.5vw;
    padding: 0;
  } */
  #tab-five > ul > li img {
    width: 29vw;
    padding: 0px;
  }
  #tab-five > ul > li img[alt="街口支付"] {
    max-width: 60%;
  }
  .notice_info .logo-b {
    width: 75vw;
    height: 21vw;
  }
}

.notice_info {
  width: 1000px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.notice_info img {
  margin: 20px auto 0;
  width: 240px;
  height: 70px;
  display: flex;
  align-items: flex-start;
  object-fit: contain;
}
.notice_info .font {
  padding: 0px 50px 30px;
}
.notice_info h4 {
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  margin: 20px 0 0;
}
.notice_info p {
  font-size: 14px;
  color: var(--PV-font);
  line-height: 1.7;
  text-align: left;
  font-weight: 300;
}

.notice_info p a {
  color: #f45978;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .notice_info {
    width: 96vw;
    margin: 2vw auto;
    padding: 2vw;
    border-radius: 10px;
  }
  .notice_info img {
    margin: 2vw auto 0;
    width: 55vw;
    height: 15vw;
  }
  .notice_info .font {
    padding: 0px 5vw 2vw;
  }
  .notice_info h4 {
    font-size: 15px;
    margin: 2vw 0 0;
  }
  .notice_info p {
    font-size: 13px;
  }
}

/* #tab08 .notice_info table {
  width: 100%;
  margin: -20px auto;
  padding: 0px 0;
  border: 0.5px solid black;
  border-collapse: collapse;
}
#tab08 .notice_info table tr:nth-child(1) {
  background: #ccc;
  border-collapse: collapse;
}
#tab08 .notice_info table tr:nth-child(1) td {
  padding: 5px 0;
  border: 0.5px solid black;
  border-collapse: collapse;
}

#tab08 .notice_info table tr:nth-child(2) td {
  padding: 5px 0;
  border: 0.5px solid black;
  border-collapse: collapse;
}
#tab08 .notice_info table td {
  line-height: 18px;
  font-size: 14px;
}
#tab08 .notice_info table td span {
  font-size: 12px;
} */
#tab08 .notice_info tr.lasttr {
  font-size: 12px;
  text-align: left;
}
#tab08 .notice_info tr.lasttr td {
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
}
#tab08 .notice_info tr.lasttr td a {
  color: #f45978;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  #tab08 .notice_info table {
    width: 100%;
    margin: 1vw auto;
    padding: 0px 0;
    border: 0.5px solid black;
    border-collapse: collapse;
  }
  #tab08 .notice_info table td {
    line-height: 15px;
    font-size: 12px;
  }
}

.noticetable {
  width: 100%;
  margin: -20px auto;
  padding: 0px 50px 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.noticetable ul {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.noticetable ul li {
  border: 0.5px #ccc solid;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.noticetable ul li:hover {
  transform: scale(1);
}
.noticetable ul:nth-last-child(1) {
  width: 100%;
}
.noticetable ul:nth-last-child(1) li {
  width: 100%;
}
.noticetable ul:nth-last-child(1) li p {
  font-size: 12px;
  text-align: left;
  width: 100%;
  padding: 5px 10px;
  justify-content: flex-start;
}
.noticetable ul li h4 {
  padding: 5px 0;
  background: #eee;
  width: 100%;
  text-align: center;
  margin: 0 auto !important;
}
.noticetable ul li p {
  padding: 5px 30px;
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: auto;
}

.noticetable ul:nth-child(1) li:nth-child(1) {
  width: 35%;
}
.noticetable ul:nth-child(1) li:nth-child(2) {
  width: 65%;
}
.noticetable ul:nth-child(2) li:nth-child(1) {
  width: 65%;
}
.noticetable ul:nth-child(2) li:nth-child(2) {
  width: 35%;
}
.noticetable ul:nth-child(3) li p {
  display: block;
}
.noticetable ul:nth-child(3) li p a {
  display: inline-flex;
}

@media screen and (max-width: 991px) {
  .noticetable {
    width: 100%;
    margin: 1vw auto 3vw;
    padding: 0px;
  }
  .noticetable ul:nth-child(1) li:nth-child(1) {
    width: 50%;
  }
  .noticetable ul:nth-child(1) li:nth-child(2) {
    width: 50%;
  }
  .noticetable ul:nth-child(2) li:nth-child(1) {
    width: 50%;
  }
  .noticetable ul:nth-child(2) li:nth-child(2) {
    width: 50%;
  }
  .noticetable ul li p {
    padding: 1vw;
    font-size: 13px;
    line-height: 16px;
  }
  .noticetable ul:nth-last-child(1) li p {
    padding: 1vw 3vw;
  }
}


/* 聯名卡 */
#tab-five > ul > .sp {
  /* background-color: #e2421b; */
}
#tab25 .notice_info {
  outline: 2px solid #ff4a42;
}
#tab25 .notice_info .backHome {
  background-color: #ff4a42;
}

/* .table {
  overflow: auto;
  width: 100%;
  margin: 20px 0;
}
.table table {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}
.table caption {
  caption-side: top;
  text-align: left;
}
.table th {
  border: 1px solid #ccc;
  background-color: #eee;
  color: #000000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
.table td {
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  text-align: center;
}
.table p {
  text-align: center;
}
.table_m {
  display: none;
} */


/* 表格重製 */
.table {
  overflow: auto;
  width: 100%;
  margin: 20px 0;
}

.table table {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}
.table caption {
  caption-side: top;
  text-align: left;
}
.table th {
  border: 1px solid #ccc;
  background-color: #eee;
  color: #000000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
.table td {
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  text-align: center;
}
.table p {text-align: center;}
.table_m {display: none;}

.table th {
  border: 1px solid #ccc;
  background-color: #eee;
  color: #000000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
.table td {
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  text-align: center;
}

.table p {font-size: 15px;}
.table strong span.st {font-weight: bold;color: #f45978;}

@media screen and (max-width: 991px) {
  .table{
    width: 100%;
    margin: 1vw auto;
    padding: 0px 0;
    border-collapse: collapse;
}
.table_pc {display:none;}
.table_m {display: block;}

}



/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: -30px;
  display: block;
  height: 0;
  overflow: hidden;
}



@media screen and (max-width: 991px) {
  .target-fix {
    top: -60px;
  }
}
/*--  錨點微調--*/

/**--  下拉選單  --**/
#scrollmenu {
  transition: background-color 1s, opacity 1s, visibility 1s;
  opacity: 1;
  visibility: visible;
  z-index: 998;
  position: relative;
}
#scrollmenu.show {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 991px) {
  #scrollmenu {
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    position: absolute;
    top: 0;
    display: block;
    height: 0;
  }
  #scrollmenu.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    display: block;
    height: auto;
  }
}

/*--goto top--(哆重製版)*/
#gotop {
	display: inline-block;
	background-color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	background-size: contain;
	position: fixed;
	bottom: 0px;
	right: 0px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	margin: 30px;
}

#gotop::after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: FontAwesome;
    content: '　';
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 100%;
    color: #fff;
    opacity: 0.5;
    background: url("../images/top.png") center no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}

 #gotop:hover {
 	cursor: pointer;
 	background-color: #666;
 }

 #gotop:active {
 	background-color: #ccc;
 }

 #gotop.show {
 	opacity: 0.4;
 	visibility: visible;
 }

 @media screen and (max-width: 991px) {
 	#gotop {
 		bottom: 70px;
 		right: 0;
 		margin: 2vw;
 	}
 }

 /* share url (哆重製版) */
 #share {
 	display: inline-block;
 	background-color: #000;
 	opacity: 0.4;
 	width: 40px;
 	height: 40px;
 	text-align: center;
 	border-radius: 50%;
 	position: fixed;
 	bottom: 50px;
 	right: 0px;
 	transition: background-color .3s, opacity .5s, visibility .5s;
	display: flex;
	justify-content: center;
	align-items: center;
 	z-index: 1000;
 	margin: 30px;
 }

 #share::after {
 	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
 	font-family: FontAwesome;
 	content: '　';
 	font-weight: normal;
 	font-style: normal;
 	font-size: 1em;
 	color: #fff;
 	opacity: 0.5;
 	background: url("../images/share.png") center no-repeat;
 	background-size: contain;
 }


 #share:hover {
 	cursor: pointer;
 	background-color: #666;
 }

 #share:active {
 	background-color: #666;
 }

 @media screen and (max-width: 991px) {
 	#share {
 		bottom: 115px;
 		right: 0;
 		margin: 2vw;
 	}
 }

 @media screen and (max-width: 991px) {
 	html {
 		padding-bottom: 80px;
 	}
 }
