@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap");
/* 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.jpg") top center repeat fixed;
}

/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.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;
}

/* 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;
  }
}

/* -----------------COMMON----------------- */

/* -----------BLOCK----------- */

.bg03-04 {
  background: url("../images/bg03-04.png") top center repeat,
    url("../images/bg-r.jpg") repeat;
  padding: 2px 0 15px;
}

.alternate ul:nth-child(2n + 1) li:first-child,
.alternate ul:nth-child(even) li:last-child {
  background: url("../images/bg-r.jpg") repeat;
}

/* ------------FONT----------- */

h2,
h3,
#navbar a,
menu ul li a,
.more a {
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
}

.bg01 .titleR h2,
.bg03 .titleR h2,
.bg04 .titleR h2 {
  background: url("../images/h2bg01.png") top center no-repeat;
  padding: 60px 0;
  color: #f1e5aa;
}

.bg02 .titleR h2,
.bg05 .titleR h2,
.bg06 .titleR h2 {
  background: url("../images/h2bg02.png") top center no-repeat;
  padding: 60px 0;
  color: #820119;
}

@media screen and (max-width: 640px) {
  .bg01 .titleR h2,
  .bg03 .titleR h2,
  .bg04 .titleR h2 {
    background-size: 98vw;
    padding: 8.5vw 0;
  }

  .bg02 .titleR h2,
  .bg05 .titleR h2,
  .bg06 .titleR h2 {
    background-size: 98vw;
    padding: 8.5vw 0;
  }
}

/* -----------------COMMON----------------- */

/* ------------------bg01------------------ */

.bg01 {
  background: url("../images/bg01.png") top center no-repeat,
    url("../images/bg-r.jpg") repeat;
  padding: 30px 0 5px;
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 3vw 0;
  }
}

/* ------------------bg02------------------ */

.bg02 {
  background: url("../images/boxtop.png") top center no-repeat,
    url("../images/boxbt.png") bottom center no-repeat;
  padding: 100px 0 150px;
}

@media screen and (max-width: 640px) {
  .bg02 {
    background-size: 200vw;
    padding: 10vw 0;
  }
}

/* ------------------bg04------------------ */

.bg04 .circle {
  margin: 20px auto 0;
  padding: 0 0 40px;
}

/* ------------------bg05------------------ */

.bg05 {
  background: url("../images/boxtop.png") top center no-repeat;
  padding: 100px 0 0;
}

@media screen and (max-width: 640px) {
  .bg05 {
    background-size: 200vw;
    padding: 10vw 0 3vw;
  }
}
big {
  color: #da4b00;
}
/* ------------------版頭------------------ */

.title01 {
  position: absolute;
  top: 33px;
  left: 376px;
}

.title02 {
  position: absolute;
  top: 193px;
  left: 437px;
}

.sale {
  position: absolute;
  top: 295px;
  left: 376px;
}

.pic01 {
  position: absolute;
  top: 253px;
  left: 30px;
}

.pic02 {
  position: absolute;
  top: 167px;
  left: 255px;
}

.pic03 {
  position: absolute;
  top: 430px;
  left: 345px;
}

.pic04 {
  position: absolute;
  top: 432px;
  right: 231px;
}

.pic05 {
  position: absolute;
  top: 252px;
  right: 32px;
}

.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  color: #ffffff;
}
.bg01 > ul {
  width: 1200px;
  padding: 15px 30px 30px;
  margin: 0px auto;
  display: flex;
  justify-content: space-evenly;
}
.banner {
  margin: 10px auto;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .banner {
    width: 89%;
    margin: 1vw auto;
    padding: 0vw;
  }
}
@media screen and (max-width: 991px) {
  .bg01 > ul {
    width: 100%;
    padding: 5px 0px 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bg01 > ul li img {
    display: block;
    width: 44vw;
    margin: 3px;
  }
}
/*navigation bar for pc*/
/* Style the navbar */
#navbar {
  /*overflow: hidden;*/
  background: url("../images/menu.jpg") repeat;
  width: 100%;
  height: 60px;
  z-index: 90;
}
@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: 240px;
  font-size: 24px;
  border-right: 1px dotted #f1e5aa;
  /*font-weight: bold;*/
  /* txt */
  color: #f1e5aa;
  height: 45px;
  line-height: 45px;
  padding-top: 2px;
  margin-top: 6px;
}
#navbar a:active {
  color: #ffffff; /* 文字顏色可調 */
}
#navbar a:hover {
  color: #ffffff; /* 文字顏色可調 */
}
#navbar :nth-child(5) a {
  border-right: 0;
}
#navbar ul a:hover {
  background-color: rgba(255, 255, 255, 0);
}

#navbar :nth-child(6) a {
  border-right: 0;
}

/* #navbar ul div img{
	  display: flex;
  } */

/* 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: 0;
  width: 100%;
}

/* 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: 78px;
}
.nav_content img {
  transition: all 0.3s;
}
.nav_content img:hover {
  transform: translateY(-5px);
}
.hightlight .font h4 {
  background: #c01819;
}
/* navigation bar for mobile */
menu {
  display: none;
}
menu ul li:active {
  color: #ffffff; /* 文字顏色可調 */
}
menu ul li:hover {
  color: #ffffff; /* 文字顏色可調 */
}
@media screen and (max-width: 991px) {
  menu {
    display: block;
  }
  menu ul {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 999;
  }

  menu ul.show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  menu ul {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: url("../images/menu.jpg");
    z-index: 990;
    border-top: none;
  }
  menu ul li {
    border-right: 1px dotted #f9f0ee;
    border-top: 1px dotted #f9f0ee;
    padding: 7px;
    width: 33.33333%;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
  }

  menu ul li:nth-child(6) {
    border-right: none;
  }

  menu ul li a {
    font-size: 3.3vw;
  }
  menu ul li:nth-child(3) {
    border-right: none;
  }
  menu ul li:nth-child(1),
  menu ul li:nth-child(2),
  menu ul li:nth-child(3) {
    border-top: none;
  }
  menu ul li:nth-child(4),
  menu ul li:nth-child(5) {
    width: 50%;
  }
  menu ul li:nth-child(3),
  menu ul li:nth-child(5) {
    border-right: none;
  }
  menu a {
    color: #f1e5aa;
    text-decoration: none;
  }
  menu ul a:active {
    color: #ffffff; /* 文字顏色可調 */
  }
  menu ul a:hover {
    color: #ffffff; /* 文字顏色可調 */
  }
}
.more {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.more a {
  color: #843800;
  background: linear-gradient(to right, #fff7af, #dba558);
  position: absolute;
  top: 24px;
  right: 153px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 8px 14px 8px;
  border-radius: 99em;
  transition: 0.5s;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .more {
    width: 90%;
    margin: 0 auto;
  }
  .more a {
    padding: 1vw 2vw;
    font-size: 3vw;
    top: -10vw;
    right: 3vw;
  }
}
/* special_5p_1調整 */
.special_5p_1 {
  margin: 5px auto;
}
.special_5p_1 .hightlight_5p ul li:first-child img {
  width: 262px;
  height: 262px;
}
.special_5p_1 .hightlight_5p ul li:first-child p {
  padding: 0;
}
.special_5p_1 .title_AA {
  position: relative;
}
.special_5p_1 .title_AA h3 {
  border-left: none;
  padding: 22px 0 0 284px;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff7ce;
}
.special_5p_1 .hightlight_5p {
  width: 1200px;
  padding: 0;
  background: url(../images/sp5p_bg.png) top center no-repeat;
}
.bg03-04 .special_5p_1 .hightlight_5p {
  width: 1200px;
  padding: 0;
  background: url(../images/sp5p_bg_1.png) top center no-repeat;
}
.special_5p_1 .hightlight_5p ul li h4 {
  background: #bd0f10;
}
.bg03-04 .special_5p_1 .hightlight_5p ul li h4 {
  background: #a34d07;
}
.special_5p_1 .hightlight_5p ul li:first-child {
  height: auto;
}
.special_5p_1 .hightlight_5p ul li {
  height: auto;
  margin-top: 82px;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .hightlight_5p,
  .bg03-04 .special_5p_1 .hightlight_5p {
    background: none;
    width: 98%;
    padding: 0;
    margin: 0 auto;
  }
  .special_5p_1 .title_AA {
    margin: 2vw auto;
    height: auto;
  }
  .special_5p_1 .title_AA h3 {
    position: relative;
    margin: 2vw auto;
    width: 95%;
    padding: 2.4vw 6vw;
    color: #ffffff;
    background-color: #a20020;
    font-size: 1.8rem;
    text-align: left;
  }
  .bg03-04 .special_5p_1 .title_AA h3 {
    position: relative;
    margin: 2vw auto;
    width: 95%;
    padding: 2.4vw 6vw;
    color: #ffffff;
    background-color: #c85500;
    font-size: 1.8rem;
  }
  .special_5p_1 .hightlight_5p ul li {
    margin: 1vw auto;
  }
  .special_5p_1 .hightlight_5p ul li:first-child {
    width: 95vw;
    height: auto;
    margin: 0.5vw;
    padding: 2vw;
  }
  .special_5p_1 .hightlight_5p ul li:first-child .font {
    padding: 0;
  }
  .special_5p_1 .hightlight_5p ul li:first-child img {
    width: 48vw;
    height: 48vw;
  }
  .hightlight_5p ul li:first-child .font h4 {
    background: none;
    color: #bd0f10;
  }
  .bg03-04 .special_5p_1 .hightlight_5p ul li:first-child h4 {
    background: none;
    color: #a34d07;
  }
}
/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}
#gotop::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/top.png") center no-repeat;
  background-size: 50%;
  background-position: 85% 35%;
}
#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: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  margin: 30px;
}
#share::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/share.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}
#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 !important;
  }
}
