@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,500,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700&display=swap&subset=chinese-traditional");

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;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
  height: 100%;
}

a {
  text-decoration: none;
  color: black;
}

html,
body {
  font-size: 20px;
  /* font-family: 'Noto Serif TC', serif; */
  font-family: 'Noto Sans Traditional Chinese', serif;
}

body {
  max-width: 1920px;
  margin: 0 auto;

  background-image: url("../images/bg.png");
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: auto;
  background-size: 100vw;
  /* max-height: 29734px; */
  /* background-color: #eee6d6; */
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  body {

    max-width: 768px;
    margin: 0 auto;

    background-image: url("../images/bg_mobile.png");
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: auto;
    background-size: 100vw;
    /* max-height: 29734px; */
    /* background-color: #eee6d6; */
    overflow-x: hidden;
  }
}

a {
  outline: none;
}

header a:link,
header a:visited {
  color: #fff;
}

.header-bg a:link,
.header-bg a:visited {
  color: #000;
}

header a:hover,
header a:active,
.header-bg a:hover,
.header-bg a:active {
  color: #f5d442;
}

header a,
.header-bg a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color .15s ease-in;
  transition: color .15s ease-in;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {

  header a,
  .header-bg a {
    font-size: .85rem;
  }
}

@media only screen and (max-width: 992px) {

  header a,
  .header-bg a {
    font-size: 1rem;
  }
}

header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  /* background: #d3022b; */
  background: #128E4D;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  header {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 992px) {
  header {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}

header .menu-container {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

header .menu-container .home {
  display: inline;
}

header .header-links,
header .header-icons,
header ul,
header li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

header .header-links {
  position: relative;
  width: 67%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  header .header-links {
    display: none;
  }
}

header .header-links ul.about {
  display: none;
}

header .header-icons {
  width: 20%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  header .header-icons {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 2%;
  }
}

header ul.links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

header ul.links li {
  cursor: pointer;
  margin: 0 1.5%;
}

header ul.icons {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 992px) {
  header ul.icons {
    position: absolute;
    text-align: right;
  }
}

header ul.icons li {
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0 2%;
}

@media only screen and (max-width: 1200px) {
  header ul.icons li {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (max-width: 992px) {
  header ul.icons li {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  header ul.icons li {
    width: 30px;
    height: 30px;
  }
}

header ul.icons li a {
  font-size: 0;
}

header ul.icons li:nth-child(1) {
  background: url(../images/icon_heart.png) center/contain no-repeat;
}

header ul.icons li:nth-child(2) {
  background: url(../images/icon_cart.png) center/contain no-repeat;
}

header ul.icons li:nth-child(3) {
  background: url(../images/icon_member.png) center/contain no-repeat;
}

header ul.icons li:nth-child(4) {
  background: url(../images/icon_store.png) center/contain no-repeat;
}

header .btn-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  header .btn-menu {
    display: inline-block;
  }
}

header .btn-menu {
  position: relative;
  vertical-align: top;
  width: 80px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  header .btn-menu {
    width: 50px;
    height: 20px;
  }
}

header .btn-menu span {
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .btn-menu:before,
header .btn-menu:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 2px;
  background: #fff;
  left: 50%;
}

header .btn-menu:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

header .btn-menu:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

header .logo {
  display: inline-block;
  vertical-align: top;
  width: 11%;
  max-width: 150px;
  padding-top: 5%;
  background: url(../images/logo.png) center top/contain no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  header .logo {
    width: 15%;
    min-width: 130px;
    padding-top: 9%;
    margin-top: 15px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  header .logo {
    margin-top: 17px;
    margin-left: 0;
    min-width: 100px;
  }
}

.header-bg {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-bg {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, transform .3s ease-in;
    transition: opacity .3s ease-in, transform .3s ease-in, -webkit-transform .3s ease-in;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close span {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {

  .header-bg .btn-close span:before,
  .header-bg .btn-close span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #8d7050;
    top: 50%;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close span:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close span:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-links {
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 5% 0% 3% 0%;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 768px) {
  .header-bg .header-links {
    width: 200px;
    padding: 10% 0%;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-links ul.about {
    position: relative;
    display: block;
    width: 100%;
    background: rgba(140, 110, 80, 0.5);
    font-size: 0;
    padding: 20px 0px;
    color: #fff;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-links ul.about li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-links ul.about li a {
    font-size: .75rem;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg ul.links {
    top: 0;
    padding: 0 20%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .header-bg ul.links li {
    display: block;
    margin: 0 0 20% 0;
    text-align: center;
    padding-bottom: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .header-bg ul.links li {
    padding-bottom: 15%;
    margin: 0 0 15% 0;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg ul.links li:not(:last-child) {
    border-bottom: 1px solid #8d7050;
  }
}

@media only screen and (max-width: 576px) {
  .header-bg a {
    font-size: 0.9rem;
  }
}

.allContent {
  display: block;
  height: auto;
}

#buy_btn {
  position: fixed;
  bottom: 10vw;
  right: 2vw;
  z-index: 1;
}

#buy_btn img {
  width: 10vw;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  #buy_btn img {
    width: 11vw;
  }
}

@media only screen and (max-width: 992px) {
  #buy_btn img {
    width: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  #buy_btn img {
    width: 14vw;
  }
}

.banner_pc {
  display: block;
  /* margin-top: 5.5vw; */
  margin-top: 76px;
  position: relative;
  width: 100vw;
  height: auto;
}

.banner {
  display: none;
}

@media only screen and (max-width: 768px) {
  .banner_pc {
    display: none;
  }

  .banner {
    display: block;
    margin-top: 7vw;
  }
}

@media only screen and (max-width: 668px) {
  .banner_pc {
    display: none;
  }

  .banner {
    display: block;
    margin-top: 10vw;
  }
}


@media only screen and (max-width: 768px) {}

.banner p {
  position: absolute;
  top: 10%;
  left: 4%;
  color: #045c34;
  display: inline-block;
  padding: 1% 2%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  -webkit-box-shadow: 7px 7px 20px #a7a2a0;
  box-shadow: 7px 7px 20px #a7a2a0;
}

@media only screen and (max-width: 1200px) {
  .banner p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 992px) {
  .banner p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .banner p {
    font-size: .65rem;
  }
}

.P1_block {
  width: 100%;
  height: 100%;
}

.P1_block .P1 {
  position: relative;
}

.P1 img {
  /* vertical-align: middle; */
  display: block;
  margin: auto;
  width: 73vw;
  height: auto;
  margin-top: -17vw;
}

@media only screen and (max-width: 1200px) {
  .P1 img {
    display: block;
    margin: auto;
    width: 70vw;
    height: auto;
    margin-top: -17vw;
  }
}



@media only screen and (max-width: 768px) {
  .P1 img {
    display: block;
    margin: auto;
    width: 100vw;
    height: auto;
    margin-top: -17vw;
  }
}

.P1_article {
  position: relative;
}


.P1_article img {
  display: block;
  margin: auto;
  width: 70vw;
  height: auto;
  margin-top: -3.8vw;
}

@media only screen and (max-width: 1200px) {
  .P1_article img {
    display: block;
    margin: auto;
    width: 70vw;
    height: auto;
    margin-top: -3.8vw;
  }
}

@media only screen and (max-width: 768px) {
  .P1_article img {
    display: block;
    margin: auto;
    width: 90vw;
    height: auto;
    margin-top: -3.8vw;
  }
}


.youtube {
  /* display:block; */
  position: relative;
  width: 100%;
  padding-bottom: 50.25%;
  height: auto;
  margin: 5.5vw 16.5vw;
  /* margin-top: 5vw;
  margin-left: 5.5vw; */
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 67%;
  height: 75%;
  /*  */
  /* width: 90vw; */
  /* height: auto; 這邊不能加*/
}

@media only screen and (max-width: 1200px) {
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 67%;
    height: 75%;
    /* margin: 4vw auto; */
  }
}

@media only screen and (max-width: 768px) {
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    height: 94%;
    margin: 5vw -9.5vw;
    /* margin-top: -3.5vw; */
  }
}

.P2_block {
  width: 100%;
  height: 100%;
}

.P2_block .P2 {
  position: relative;
}

.P2 img {
  /* vertical-align: middle; */
  display: block;
  margin: auto;
  width: 72vw;
  height: auto;
  margin-top: -30vw;
}

@media only screen and (max-width: 1200px) {
  .P2 img {
    display: block;
    margin: auto;
    width: 72vw;
    height: auto;
    margin-top: -30vw;
  }
}



@media only screen and (max-width: 768px) {
  .P2 img {
    display: block;
    margin: auto;
    width: 100vw;
    height: auto;
    margin-top: -17vw;
  }
}


.P2_BUTTON {
  position: relative;
  margin-top: -32vw;
  margin-left: 70vw;
  /* height:1vw */
}

.P2_BUTTON img {
  width: 18vw;
}

@media only screen and (max-width: 1200px) {
  .P2_BUTTON {
    position: relative;
    margin-top: -32vw;
    margin-left: 70vw;
  }
}


@media only screen and (max-width: 768px) {
  .P2_BUTTON {
    position: relative;
    margin-top: -45vw;
    margin-left: 76vw;
  }
}

.P2_1 {
  position: absolute;
  margin-top: 8vw;
  margin-left: 13.5vw;
  /* height:1vw */
}

.P2_1 img {
  display: block;
  /* margin: auto; */
  width: 35vw;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .P2_1 {
    position: absolute;
    margin-top: 10vw;
    margin-left: 13.5vw;
  }
}


@media only screen and (max-width: 768px) {
  .P2_1 {
    position: absolute;
    margin-top: 12vw;
    margin-left: 5vw;
  }

  .P2_1 img {
    width: 42vw;
  }

}


.P2_2 {
  position: relative;
  margin-top: 8vw;
  margin-left: 51.5vw;
}

.P2_2 img {
  display: block;
  /* margin: auto; */
  width: 35vw;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .P2_2 {
    position: relative;
    margin-top: 10vw;
    margin-left: 51.5vw;
  }
}


@media only screen and (max-width: 768px) {
  .P2_2 {
    position: relative;
    margin-top: 12vw;
    margin-left: 52vw;
  }

  .P2_2 img {
    width: 42vw;
  }

}

/*獨家防護金三角*/

.P3_block {
  width: 100%;
  height: 100%;
}


.P3_block .P3 {
  position: relative;
}

.P3 img {
  /* vertical-align: middle; */
  display: block;
  /* margin: auto; */
  width: 72.9vw;
  height: auto;
  margin-top: -4vw;
  margin-left: 13.5vw;
}

@media only screen and (max-width: 1200px) {
  .P3 img {
    display: block;
    /* margin: auto; */
    width: 72.9vw;
    height: auto;
    margin-top: -4vw;
    margin-left: 13.5vw;
  }
}


@media only screen and (max-width: 768px) {
  .P3 img {
    display: block;
    /* margin: auto; */
    width: 100vw;
    height: auto;
    margin-top: -4vw;
    margin-left: 0vw;
  }
}

/*即飲/湯品/料理*/

.p4_block {
  width: 100%;
  height: auto;
  /* position: absolute; */
}

/* @media only screen and (max-width: 1200px) {
  .P4_block {
    position: relative;
    margin-top: -6vw;
  }
}

@media only screen and (max-width: 992px) {
  .P4_block {
    position: relative;
    margin-top: -5vw;
  }
}

@media only screen and (max-width: 768px) {
  .P4_block {
    position: relative;
    margin-top: -4vw;
  }
} */

.P4_1 img {
  position: relative;
  display: block;
  /* margin: auto; */
  width: 20vw;
  height: auto;
  margin-top: -8vw;
  margin-left: 16vw;
}

@media only screen and (max-width: 1200px) {
  .P4_1 img {
    position: relative;
    display: block;
    /* margin: auto; */
    width: 20vw;
    height: auto;
    margin-top: -8vw;
    margin-left: 16vw;
  }
}

@media only screen and (max-width: 768px) {
  .P4_1 img {
    position: relative;
    display: block;
    /* margin: auto; */
    width: 28vw;
    height: auto;
    margin-top: -10vw;
    margin-left: 4vw;
  }
}

.P4_2 img {
  position: relative;
  display: block;
  /* margin: auto; */
  width: 20vw;
  height: auto;
  margin-top: -32.5vw;
  margin-left: 40vw;
}

@media only screen and (max-width: 1200px) {
  .P4_2 img {
    position: relative;
    display: block;
    /* margin: auto; */
    width: 20vw;
    height: auto;
    margin-top: -32.5vw;
    margin-left: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  .P4_2 img {
    position: relative;
    display: block;
    /* margin: auto; */
    width: 28vw;
    height: auto;
    margin-top: -45.5vw;
    margin-left: 35vw;
  }
}

.P4_3 img {
  position: relative;
  display: block;
  /* margin: auto; */
  width: 20vw;
  height: auto;
  margin-top: -32.1vw;
  margin-left: 64vw;
}

@media only screen and (max-width: 1200px) {
  .P4_3 img {
    position: relative;
    display: block;
    /* margin: auto; */
    width: 20vw;
    height: auto;
    margin-top: -32.1vw;
    margin-left: 66vw;
  }
}

@media only screen and (max-width: 768px) {
  .P4_3 img {
    position: relative;
    display: block;
    /* margin: auto; */
    width: 28vw;
    height: auto;
    margin-top: -45vw;
    margin-left: 66vw;
  }
}

.P6_block {
  width: 100%;
  height: 100%;
}

.P6_block .P6 {
  position: relative;
  margin-top: 0vw;
}



@media only screen and (max-width: 1960px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -30vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1760px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -30.6vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1610px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -30.8vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1560px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -31vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1480px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -31.2vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1460px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -31.2vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1420px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -31.51vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1410px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -31.5vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1380px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -31.5vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1340px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -31.81vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1320px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -31.8vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1290px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -32vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1260px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -32vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1230px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -32.3vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1220px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -32.3vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1200px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -33.05vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1180px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -33.2vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1150px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -33.3vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1120px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -33.5vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1090px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -33.7vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1050px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -33.8vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1030px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -34vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -34.3vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 980px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -34.5vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 960px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -34.6vw;
    margin-left: 13.4vw;
  }
}


@media only screen and (max-width: 940px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -34.8vw;
    margin-left: 13.4vw;
  }
}


@media only screen and (max-width: 920px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -35vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 900px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -35.2vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 880px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -35.4vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 860px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -35.5vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 840px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -35.7vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 820px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -35.9vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 800px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -36.2vw;
    margin-left: 13.4vw;
  }
}

@media only screen and (max-width: 780px) {
  .P6 img {
    display: inline-block;
    /* margin: auto; */
    width: 73.1vw;
    height: auto;
    margin-top: -36.4vw;
    margin-left: 13.4vw;
  }
}


@media only screen and (max-width: 768px) {
  .P6 img {
    display: block;
    /* margin: auto; */
    width: 100vw;
    height: auto;
    margin-top: -36vw;
    margin-left: 0vw;
  }
}

.P6_1_article {
  position: absolute;
  margin-top: -31vw;
  margin-left: 33vw;
}

.P6_1_article img {
  width: 40vw;
}

@media only screen and (max-width: 768px) {
  .P6_1_article img {
    display: block;
    /* margin: auto; */
    width: 48.5vw;
    height: auto;
    margin-top: -13vw;
    margin-left: -5vw;
  }
}

.P6_2_article {
  position: absolute;
  margin-top: -21vw;
  margin-left: 24vw;
}

.P6_2_article img {
  width: 56vw;
}

@media only screen and (max-width: 768px) {
  .P6_2_article img {
    display: block;
    /* margin: auto; */
    width: 68vw;
    height: auto;
    margin-top: -11vw;
    margin-left: -5vw;
  }
}

.P7_block {
  width: 100%;
  height: 100%;
}

.P7_block .P7_title {
  position: relative;
}

.P7_title img {
  display: block;
  /* margin: auto; */
  width: 73.1vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: -1vw;
  margin-left: 13.4vw;
}

@media only screen and (max-width: 768px) {
  .P7_title img {
    display: block;
    /* margin: auto; */
    width: 100vw;
    height: auto;
    margin-top: -1vw;
    margin-left: 0vw;
  }
}

/* 要過生活 */
.P7_block .P7_0_block {
  position: relative;
}


.P7_0_block img {
  display: block;
  /* margin: auto; */
  width: 100vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: -15vw;
  margin-left: 0vw;
}

@media only screen and (max-width: 768px) {
  .P7_0_block img {
    display: block;
    /* margin: auto; */
    width: 128vw;
    height: auto;
    margin-top: -21vw;
    margin-left: -13vw;
  }
}

/* 對營養的需求 */
.P7_block .P7_1_1_block {
  position: relative;
}

.P7_1_1_block img {
  display: block;
  /* margin: auto; */
  width: 75vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: 2vw;
  margin-left: 0vw;
}

@media only screen and (max-width: 768px) {
  .P7_1_1_block img {
    display: block;
    /* margin: auto; */
    width: 96vw;
    height: auto;
    margin-top: 6vw;
    margin-left: -14vw;
  }
}

/* Yachi圖 */
.P7_block .P7_1_2_block {
  position: relative;
}


.P7_1_2_block img {
  display: block;
  /* margin: auto; */
  width: 31vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: -33vw;
  margin-left: 50vw;
  /* width: 45vw; */
}

@media only screen and (max-width: 768px) {
  .P7_1_2_block img {
    display: block;
    /* margin: auto; */
    width: 42vw;
    height: auto;
    margin-top: -43vw;
    margin-left: 50vw;
  }
}

/* 入菜更添美味 */
.P7_block .P7_2_1_block {
  position: relative;
}

.P7_2_1_block img {
  display: block;
  /* margin: auto; */
  width: 79vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: 5vw;
  margin-left: 0vw;
  /* width: 45vw; */
}

@media only screen and (max-width: 768px) {
  .P7_2_1_block img {
    display: block;
    /* margin: auto; */
    width: 101vw;
    height: auto;
    margin-top: 6vw;
    margin-left: -13.5vw;
  }
}

/* 素雞精圖 */
.P7_block .P7_2_2_block {
  position: relative;
}

.P7_2_2_block img {
  display: block;
  /* margin: auto; */
  width: 30vw;
  height: auto;
  margin-top: -20vw;
  margin-left: 58vw;
}

@media only screen and (max-width: 768px) {
  .P7_2_2_block img {
    display: block;
    /* margin: auto; */
    width: 28vw;
    height: auto;
    margin-top: -23vw;
    margin-left: 62vw;
  }
}

/* 背景菇圖 */
.P7_block .P7_2_3_block {
  position: relative;
}

.P7_2_3_block img {
  display: block;
  /* margin: auto; */
  width: 47vw;
  height: auto;
  margin-top: -46vw;
  margin-left: 45vw;
}

@media only screen and (max-width: 768px) {
  .P7_2_3_block img {
    display: block;
    /* margin: auto; */
    width: 50vw;
    height: auto;
    margin-top: -53vw;
    margin-left: 42vw;
  }
}

/*攜帶方便 */
.P7_block .P7_3_1_block {
  position: relative;
}

.P7_3_1_block img {
  display: block;
  /* margin: auto; */
  width: 78vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: 2vw;
  margin-left: 0vw;
  /* width: 45vw; */
}

@media only screen and (max-width: 768px) {
  .P7_3_1_block img {
    display: block;
    /* margin: auto; */
    width: 101vw;
    height: auto;
    margin-top: 3vw;
    margin-left: -13vw;
  }
}

/* P7最後素雞精圖 */
.P7_block .P7_3_2_block {
  position: relative;
}

.P7_3_2_block img {
  display: block;
  /* margin: auto; */
  width: 55vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: 2vw;
  margin-left: 22.5vw;
  /* width: 45vw; */
}

@media only screen and (max-width: 768px) {
  .P7_3_2_block img {
    display: block;
    /* margin: auto; */
    width: 72vw;
    height: auto;
    margin-top: 5vw;
    margin-left: 16vw;
  }
}

.P7_bg_block {
  position: relative;
  margin-top: -8vw;
  margin-left: 0vw;
}

.P8_block {
  width: 100%;
  height: 100%;
}

/* .P8_block {
  display: block;
  height: auto;
} */

/* .P8_title {
  position: relative;

} */

.P8_block .P8_title {
  position: relative;
  margin-top: -1vw;
}

.P8_title img {
  display: block;
  /* margin: auto; */
  width: 73.1vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: 0.6vw;
  margin-left: 13.4vw;
}

@media only screen and (max-width: 768px) {
  .P8_title img {
    display: block;
    /* margin: auto; */
    width: 100vw;
    height: auto;
    margin-top: -1vw;
    margin-left: 0vw;
  }
}



/* .P8_0_block {
  position: relative;
  margin-top: -6vw;
  margin-left: 8vw;
} */

/*規律運動 */
.P8_block .P8_0_pc_block {
  position: relative;
}

.P8_0_pc_block img {
  display: block;
  /* margin: auto; */
  width: 80.5vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: -4vw;
  margin-left: 19.5vw;
}

.P8_0_block img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .P8_0_pc_block img {
    display: none;
  }

  .P8_0_block img {
    display: block;
    /* margin: auto; */
    width: 92vw;
    height: auto;
    margin-top: -5vw;
    margin-left: 8vw;
  }
}

/* 隨時補充元氣 */
.P8_block .P8_1_1_block {
  position: relative;
}

.P8_1_1_pc_block img {
  display: block;
  /* margin: auto; */
  width: 79.8vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: 2vw;
  margin-left: 20.1vw;
}

.P8_1_1_block img {
  display: none;
}


@media only screen and (max-width: 768px) {
  .P8_1_1_pc_block img {
    display: none;
  }

  .P8_1_1_block img {
    display: block;
    /* margin: auto; */
    width: 91vw;
    height: auto;
    margin-top: 6vw;
    margin-left: 9vw;
  }
}

/* 倒素雞精圖 */
.P8_block .P7_1_2_block {
  position: relative;
}

.P8_1_2_block img {
  display: block;
  /* margin: auto; */
  width: 56vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: 2vw;
  margin-left: 21.5vw;
  /* width: 45vw; */
}

@media only screen and (max-width: 768px) {
  .P8_1_2_block img {
    display: block;
    /* margin: auto; */
    width: 74vw;
    height: auto;
    margin-top: 5vw;
    margin-left: 13vw;
  }
}

/* 一個小習慣 */
.P8_block .P8_2_1_block {
  position: relative;
}

.P8_2_1_pc_block img {
  display: block;
  /* margin: auto; */
  width: 79.8vw;
  height: auto;
  /* margin-top: -30.5vw; */
  margin-top: 3vw;
  margin-left: 20.1vw;
}

.P8_2_1_block img {
  display: none;
}


@media only screen and (max-width: 768px) {
  .P8_2_1_pc_block img {
    display: none;
  }

  .P8_2_1_block img {
    display: block;
    /* margin: auto; */
    width: 88vw;
    height: auto;
    margin-top: 6vw;
    margin-left: 12vw;
  }
}


/* 左邊素雞精圖 */
.P8_3_1_block {
  position: relative;
  margin-top: 3vw;
  margin-left: 19vw;
}

.P8_3_1_block img {
  width: 30vw;
}


@media only screen and (max-width: 768px) {
  .P8_3_1_block {
    position: relative;
    margin-top: 8vw;
    margin-left: 8vw;
  }

  .P8_3_1_block img {
    width: 40vw;
  }
}

/* 右邊喝的圖 */
.P8_3_2_block {
  position: relative;
  margin-top: -22vw;
  margin-left: 51vw;
}

.P8_3_2_block img {
  width: 30vw;
}

@media only screen and (max-width: 768px) {
  .P8_3_2_block {
    position: relative;
    margin-top: -29.78vw;
    margin-left: 53vw;
  }

  .P8_3_2_block img {
    width: 40vw;
  }
}

.P8_bg_block {
  position: relative;
  margin-top: -25vw;
  /* margin-left: 0vw; */
}

.P8_bg_block img {
  width: 100vw;
}

/* 好評推薦 */
.P9_block {
  display: block;
  height: auto;
  margin-top: -2vw;
  margin-left: 0vw;
  background-image: url("../images/P9_bg.png");
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: auto;
  background-size: cover;
}

.P9 {
  position: relative;
  margin-top: 0vw;
  margin-left: 0vw;
  height: 1vw;
}

.P9_title {
  position: relative;
  margin-top: 8vw;
  margin-left: 14.8vw;
  ;
}

.P9_title img {
  width: 70vw;
}

.P9_1 {
  position: relative;
  margin-top: 5vw;
  /* top: -308vw; */
  margin-left: 14.8vw;
}

.P9_1 {
  width: 34vw;
}

.P9_2 {
  position: relative;
  margin-top: -50.1vw;
  margin-left: 51vw;
}

.P9_2 img {
  width: 34vw;
}

.P9_3 {
  position: relative;
  margin-top: 2vw;
  margin-left: 14.8vw;
}

.P9_3 img {
  width: 34vw;
}

.P9_4 {
  position: relative;
  margin-top: -64.1vw;
  margin-left: 51vw;
}

.P9_4 img {
  width: 34vw;
}

@media only screen and (max-width: 768px) {
  .P9_block {
    display: block;
    height: auto;
    margin-top: -2vw;
    margin-left: 0vw;
    background-image: url("../images/P9_bg.png");
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: auto;
    background-size: cover;
  }

  .P9 {
    position: relative;
    margin-top: 0vw;
    margin-left: 0vw;
    height: 1vw;
  }

  .P9_title {
    position: relative;
    margin-top: 8vw;
    margin-left: 11vw;
    ;
  }

  .P9_title img {
    width: 78vw;
  }

  .P9_1 {
    position: relative;
    margin-top: 5vw;
    /* top: -308vw; */
    margin-left: 11vw;
  }

  .P9_1 {
    width: 38vw;
  }

  .P9_2 {
    position: relative;
    margin-top: -56.5vw;
    margin-left: 51vw;
  }

  .P9_2 img {
    width: 38vw;
  }

  .P9_3 {
    position: relative;
    margin-top: 3vw;
    margin-left: 11vw;
  }

  .P9_3 img {
    width: 38vw;
  }

  .P9_4 {
    position: relative;
    margin-top: -72.2vw;
    margin-left: 51vw;
  }

  .P9_4 img {
    width: 38vw;
  }
}



.P10_block {
  position: relative;
  margin-top: 0vw;
  /* margin-left: 51vw; */
}

.P10 {
  position: relative;
  margin-top: 0vw;
}

.P10_about {
  position: absolute;
  margin-top: -12vw;
  margin-left: 6vw;
}

.P10_about img {
  width: 8vw;
}

@media only screen and (max-width: 1200px) {
  .P10_about {
    position: absolute;
    margin-top: -12vw;
  }
}

@media only screen and (max-width: 992px) {
  .P10_about {
    position: absolute;
    margin-top: -12vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_about {
    position: absolute;
    margin-top: -12.8vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_about {
    position: absolute;
    margin-top: -14vw;
  }
}

@media only screen and (max-width: 420px) {
  .P10_about {
    position: absolute;
    margin-top: -15.5vw;
  }
}


.P10_shopIssue {
  position: absolute;
  margin-top: -8.7vw;
  margin-left: 6vw;
}

@media only screen and (max-width: 1200px) {
  .P10_shopIssue {
    position: absolute;
    margin-top: -8.7vw;
  }
}

@media only screen and (max-width: 992px) {
  .P10_shopIssue {
    position: absolute;
    margin-top: -8.7vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_shopIssue {
    position: absolute;
    margin-top: -10vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_shopIssue {
    position: absolute;
    margin-top: -10.9vw;
  }
}


@media only screen and (max-width: 420px) {
  .P10_shopIssue {
    position: absolute;
    margin-top: -12vw;
  }
}


.P10_shopIssue img {
  width: 6.3vw;
}

.P10_career {
  position: relative;
  margin-top: -5.4vw;
  margin-left: 6vw;
}

.P10_career img {
  width: 6.2vw;
}

@media only screen and (max-width: 1200px) {
  .P10_career {
    position: relative;
    margin-top: -5.4vw;
  }
}

@media only screen and (max-width: 992px) {
  .P10_career {
    position: relative;
    margin-top: -5.4vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_career {
    position: relative;
    margin-top: -7.4vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_career {
    position: relative;
    margin-top: -8.0vw;
  }
}


@media only screen and (max-width: 420px) {
  .P10_career {
    position: relative;
    margin-top: -8.4vw;
  }
}

.P10_icon_fb {
  position: absolute;
  margin-top: -8vw;
  margin-left: 78vw;
}

.P10_icon_fb img {
  width: 4vw;
}

@media only screen and (max-width: 992px) {
  .P10_icon_fb {
    position: absolute;
    margin-top: -8.5vw;
    margin-left: 78vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_icon_fb {
    position: absolute;
    margin-top: -7.8vw;
    margin-left: 77.5vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_icon_fb {
    position: absolute;
    margin-top: -8.5vw;
    margin-left: 76vw;
  }
}


@media only screen and (max-width: 420px) {
  .P10_icon_fb {
    position: absolute;
    margin-top: -9.8vw;
    margin-left: 79vw;
  }
}

.P10_icon_ig {
  position: absolute;
  margin-top: -8vw;
  margin-left: 83vw;
}

.P10_icon_ig img {
  width: 4vw;
}

@media only screen and (max-width: 992px) {
  .P10_icon_ig {
    position: absolute;
    margin-top: -8.5vw;
    margin-left: 83vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_icon_ig {
    position: absolute;
    margin-top: -7.8vw;
    margin-left: 82.5vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_icon_ig {
    position: absolute;
    margin-top: -8.5vw;
    margin-left: 82vw;
  }
}


@media only screen and (max-width: 420px) {
  .P10_icon_ig {
    position: absolute;
    margin-top: -9.8vw;
    margin-left: 85vw;
  }
}


.P10_icon_yt {
  position: relative;
  margin-top: -8vw;
  margin-left: 88vw;
}

.P10_icon_yt img {
  width: 4vw;
}

@media only screen and (max-width: 992px) {
  .P10_icon_yt {
    position: relative;
    margin-top: -8.5vw;
    margin-left: 88vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_icon_yt {
    position: relative;
    margin-top: -7.8vw;
    margin-left: 87.5vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_icon_yt {
    position: relative;
    margin-top: -8.5vw;
    margin-left: 88vw;
  }
}


@media only screen and (max-width: 420px) {
  .P10_icon_yt {
    position: relative;
    margin-top: -9.8vw;
    margin-left: 91vw;
  }
}

.P10_list {
  position: absolute;
  margin-top: 2vw;
  margin-left: 79vw;
}

.P10_list img {
  width: 4vw;
}

@media only screen and (max-width: 992px) {
  .P10_list {
    position: absolute;
    margin-top: 1.3vw;
    margin-left: 78.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_list {
    position: absolute;
    margin-top: 1.3vw;
    margin-left: 78.2vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_list {
    position: absolute;
    margin-top: 1.2vw;
    margin-left: 77vw;
  }
}


@media only screen and (max-width: 420px) {
  .P10_list {
    position: absolute;
    margin-top: 0.2vw;
    margin-left: 79vw;
  }
}

.P10_slice {
  position: absolute;
  margin-top: 2vw;
  margin-left: 83.5vw;
}

.P10_slice img {
  width: 0.15vw;
}

@media only screen and (max-width: 992px) {
  .P10_slice {
    position: absolute;
    margin-top: 1.5vw;
    margin-left: 83.4vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_slice {
    position: absolute;
    margin-top: 1.4vw;
    margin-left: 83.3vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_slice {
    position: absolute;
    margin-top: 1.4vw;
    margin-left: 82.5vw;
  }
}


@media only screen and (max-width: 420px) {
  .P10_slice {
    position: absolute;
    margin-top: 0.3vw;
    margin-left: 83.5vw;
  }
}

.P10_privacy {
  position: absolute;
  margin-top: 2vw;
  margin-left: 84.5vw;
}

.P10_privacy img {
  width: 4.5vw;
}

@media only screen and (max-width: 992px) {
  .P10_privacy {
    position: absolute;
    margin-top: 1.3vw;
    margin-left: 84.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .P10_privacy {
    position: absolute;
    margin-top: 1.3vw;
    margin-left: 84.5vw;
  }
}

@media only screen and (max-width: 520px) {
  .P10_privacy {
    position: absolute;
    margin-top: 1.2vw;
    margin-left: 84.4vw;
  }
}


@media only screen and (max-width: 420px) {
  .P10_privacy {
    position: absolute;
    margin-top: 0.2vw;
    margin-left: 84.3vw;
  }
}