@charset "UTF-8";
body{
  color: #000;
}
.mob {
  display: none !important; /*750*/
}
.sp {
  display: none !important;/*500*/
}

.mainMenu {
  position: unset;
}
header::after {
  content: none;
}
main {
  font-family: Noto Sans CJK TC, Arial, "微軟正黑體", sans-serif ;
  position: relative;
  line-height: normal;
}
.smmzg_h {
  position: relative;
}
.mzg_logo {
  width: 50%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  top: -80px;
  padding: 20px 10px 20px 40px;
  transform: rotate(90deg);
  transform-origin:bottom left;
  transition: all .3s;
}
.mzg_rights {
  text-align: right;
  word-spacing: 0;
  font-size: 0.95rem;
}
.mzg_rights span {
  display:inline-block;
}
.smmzg_h > img {
  width: 100%;
}
.intro_title {
  width: 100%;
  text-align: center;
}
.intro_title img {
  width: auto;
  max-width: 100%;
  height: 35px;
  transition: all .3s;
}
.mzg_life{
  width: 82%;
  /* max-width: 1600px; */
  margin: 12.5% auto;
}
.mzg_life_pic {
  position: relative;
  padding-top: 75%;
}
.mzg_life_pic > div {
  position: absolute;
}
.mzg_life_pic > div > img {
  width: 100%;
}
.life_img1 {
  width: 60%;
  top: 0;
  left: 0;
}
.life_img2 {
  width: 46%;
  top: 15%;
  right: 0;
}
.life_img3 {
  width: 53%;
  left: -2%;
  bottom: 16%;
  opacity: 0;
  transition: all 1s;
}
.life_img3.is-animated {
  opacity: 1;
}


.rowWrapper.mzg_mv {
  margin: 0;
}

/*======concept======*/
.concept {
  width: 82%;
  /* max-width: 1600px; */
  margin: 12.5% auto;
}
.intro_text{
  padding-top: 42%;
  margin-top: 7%;
  position: relative;
  font-size: 1.5vw;
  transition: all .4s;
}
.concept_text, .concept_img1, .concept_img2 {
  position: absolute;
}
.concept_img1 img, .concept_img2 img, .pd_item img, .spec01 img {
  width: 100%;
}
.concept_text{
  width: 30%;
  bottom: 0;
  left: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* font-size: calc(12px + (28.2 - 12) * ((1600px - 300px) / (1600 - 300))); */
}
.concept_text span{
  position: relative;
  display: inline-block;
  margin: 0 3% 8%;
  opacity: 0;
  color: #4a5055;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.concept_text.is-animated span {
  -webkit-animation: introInner 0s ease 0.3s 1 normal forwards;
  animation: introInner 0s ease 0.3s 1 normal forwards;
}
.concept_text span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
}
.concept_text.is-animated span:before {
  -webkit-animation: introHeading 0.8s ease 0s 1 normal forwards;
  animation: introHeading 0.8s ease 0s 1 normal forwards;
}
@keyframes introHeading {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}
@keyframes introInner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.concept_img1 {
  width: 71%;
  /* max-width: 1050px; */
  right: 0;
  top: 0;
}
.concept_img2 {
  width: 57%;
  /* max-width: 860px; */
  top: 0;
  left: -4%;
  z-index: 1;
  opacity: 0;
  transition: all 1s;
}
.concept_img2.is-animated {
  opacity: 1;
}
.concept_pic img {
  width: 100%;
}
/*====lineup=====*/
.lineUp {
  width: 82%;
  /* max-width: 1600px; */
  margin: 12.5% auto;
}
.pd_Box {
  display: flex;
  margin: 7% -20px 0;
}
.pd_item {
  width: calc(100% / 3 - 40px);
  margin: 0 20px;
  box-sizing: border-box;
}
.pd_btn {
  display: block;
  background: #808080;
  padding: 20px;
  margin: 5% 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  transition: all .5s;
}
.pd_btn:hover {
  background: #5f5f5f;
}
.pd_btn i {
  width: 50px;
  display: inline-block;
  padding-top: 20px;
  background: url(../images/arrow.svg) no-repeat center bottom;
  background-size: contain;
  margin-left: 20px;
  animation: move_r .8s linear alternate infinite;
}

@keyframes move_r {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
.pd_item > p {
  text-align: center;
  font-size: 1.5rem;
  color: #4a5055;
  margin: 5% 0 0 0;
  letter-spacing: .2rem;
  font-weight: bold;
}
.pd_color {
  display: flex;
  justify-content: center;
  margin: 5% 0 0 0;
}
.pd_color span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 7px;
  border-radius: 50%;
}
.spec_Title {
  width: 35%;
}
.spec_Title img {
  width: auto;
  max-width: 100%;
}
.spec01, .spec02, .spec03 {
  display: flex;
  justify-content: space-between;
}
.spec01 {
  width: 82%;
  /* max-width: 1600px; */
  margin: 0 auto 12.5%;
}
.spec_pic_l {
  width: 40%;
}
.spec_pic_l img {
  width: 100%;
}
.spec_Inner {
  width: 55%;
  position: relative;
  padding-bottom: 20%;
}
.spec_text {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 3vw;
  margin: 2% 0;
}
.spec_text span{
  position: relative;
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  color: #4a5055;
  margin: 1% 0;
  line-height: 120%;
}
.spec_text.is-animated span {
  -webkit-animation: introInner 0s ease 0.3s 1 normal forwards;
  animation: introInner 0s ease 0.3s 1 normal forwards;
}
.spec_text span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #4a5055;
}
.spec_text.is-animated span:before {
  -webkit-animation: introHeading 0.8s ease 0s 1 normal forwards;
  animation: introHeading 0.8s ease 0s 1 normal forwards;
}
.spec_p {
  font-size: 1.5vw;
}
.spec_p p {
  margin: 2.5% 0;
}
.spec01 .annotation {
  width: 40%;
  font-size: 1vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
.spec01_pic_r_01, .spec01_pic_r_02, .spec01_pic_r_03  {
  position: absolute;
}
.spec01_pic_r_01 {
  width: 23%;
  top: 25%;
  right: 0;
}
.spec01_pic_r_02 {
  width: 42%;
  top: 41%;
  right: 7%;
  transform: translateY(50%);
  opacity: 0;
  transition: all .5s;
}
.spec01_pic_r_02.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.spec01_pic_r_03 {
  width: 38%;
  top: 85%;
  right: 3%;
}
.spec_img {
  position: relative;
}
.spec_img_Inner {
  position: absolute;
  top: 53%;
  left: 10%;
  transform: translateY(-50%);
}
.spec_img_text {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 3vw;
  margin: 0 0 10%;
}
.spec_img_text span{
  position: relative;
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  color: #fff;
  line-height: 120%;
}
.spec_img_text.is-animated span {
  -webkit-animation: introInner 0s ease 0.3s 1 normal forwards;
  animation: introInner 0s ease 0.3s 1 normal forwards;
}
.spec_img_text span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}
.spec_img_text.is-animated span:before {
  -webkit-animation: introHeading 0.8s ease 0s 1 normal forwards;
  animation: introHeading 0.8s ease 0s 1 normal forwards;
}
.spec_img_p p {
  font-size: 1.5vw;
  color: #fff;
  margin: 3% 0;
}

.spec_img_Inner .annotation {
  margin-top: 11vw;
  color: #fff;
  font-size: 1vw;
}
.spec02 {
  width: 82%;
  /* max-width: 1600px; */
  margin: 12.5% auto 8%;
  align-items: center;
}
.spec02 .spec_pic_l {
  width: 45%;
  padding-right: 14%;
}
.spec02_Inner .spec_Title {
  text-align: right;
}
.spec02_Inner {
  width:48%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.spec02 .spec_text {
  display: flex;
  align-items: flex-end;
}
.spec02 .spec_p {
  text-align: right;
}

.spec03 .spec_pic_l {
  width: 50%;
}
.spec03 {
  width: 82%;
  margin: 0 auto 12.5%;
  align-items: center;
}
.spec03 .spec_Inner {
  width: 45%;
  padding: 0;
}
.spec_img.renew .spec_img_text {
  flex-direction: row;
  font-size: 2vw;
  align-items: center;
}
.spec_img.renew .spec_img_Inner .annotation {
  margin-top: 10vw;
}
.renewIcon {
  width: 23%;
  margin-left: 10%;
}
.textL {
  font-size: 2.5vw;
}
.textS {
  font-size: 1vw;
  vertical-align: 1vw;
}
.MyBottle {
  width: 10%;
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.sns_list {
  background: #808080;
  padding: 4% 0;
}
.sns_list ul{
  display: flex;
  justify-content: center;
}
.sns_list li {
  margin: 0 20px;
}
.sns_list p{
  color: #fff;
  text-align: center;
  margin: 2% 0;
  font-size: 1.1vw;
  line-height: 1.3;
}
.sns_link {
  width: 90px;
  display: block;
}
.sns_link:hover {
  opacity: 0.7;
}

.product_Inner{
  display: flex;
  text-align: center;
  justify-content: center;
}
.product_title{
  margin: 10px 20%;
}
.product_img {
  width: 35%;
}
.product_detail {
  width: 100%;
  max-width: 1400px;
  padding: 0 0 0 20px;
  margin: 0 auto;
}
.product_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
  empty-cells: show;
}
.product_table th, .product_table td {
  padding: 2.25%;
  text-align: center;
  background-color: #c1cfca;
}
.product_table th:first-child, .product_table td:first-child {
  background-color: #000;
  color: #fff;
  text-align: left;
}
.product_cont p {
  font-size: 0.9rem;
}
.product_cont {
  text-align: center;
  height: 100vh;
  overflow: auto;
  background: #fff;
  padding: 4% 12%;
  box-sizing: border-box;
}
.Interview {
  background: #e6e6e6;
  padding: 10% 0;
}
.Interview_h {
  text-align: center;
  padding-bottom: 3%;
  margin-bottom: 5%;
  position: relative;
}
.Interview_h::after {
  content: '';
  position: absolute;
  width: 4%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Interview_h h1 {
  font-size: 3.5vw;
  font-weight: bold;
}
.Interview_h h2 {
  font-size: 2vw;
}
.Interview_main {
  width: 82%;
  margin: 0 auto;
}
.Interview_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px;
}
.Interview_items a {
  width: calc(100% / 3 - 40px);
  margin: 0 20px 10px;
  display: block;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.Interview_items a:hover {
  box-shadow: 0px 1px 5px  rgba(0, 0, 0, 0.2);
}
.Interview_data {
  padding: 6% 5% 8% 27%;
  position: relative;
  flex-grow: 1;
}
.Interview_data P, .writing_h_text p {
  font-size: 1vw;
  line-height: 1.1;
  margin: .5em 0;
}
.Interview_data P span {
  display: inline-block;
}
.Interview_data P:nth-child(3) {
  font-size: 1.9vw;
}
.Interview_data P:nth-child(4) {
  font-size: 1.3vw;
}
.numero {
  width: 27%;
  position: absolute;
  left: -3.5%;
  top: 10%;
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 1.6vw;
  text-align: center;
}
.ITV_model {
  background: #808080;
  color: #fff;
  display: flex;
  text-align: center;
  padding: 10px 10px;
}
.ITV_model span {
  width: 50%;
  display: block;
  padding: 5px 0;
  font-size: 1vw;
}
.ITV_model span:first-child {
  border-right: 1px solid #fff;
}
.profile {
  position: relative;
  padding: 120px 0 100px;
}
.profile img {
  width: 100%;
  max-width: none;
}
.profile_logo {
  width: 10%;
  max-width: 155px;
  min-width: 100px;
  position: absolute;
  left: 3%;
  top: 0;
  background: #000;
}
.writing_h {
  width: 92%;
  max-width: 1520px;
  display: flex;
  border-bottom: 1px solid #aaa;
  padding-bottom: 60px;
  margin: 0 auto;
}
.writingFor03 {
  flex-wrap: wrap;
}
.writing_h_l {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.writing_h_l img {
  max-width: 480px;
}
.writing_h_text {
  padding: 10% 0 0;
}
.writing_h_text p {
  font-size: 1.125rem;/*1vw*/
  line-height: 1.1;
  margin: .5em 0;
}

.writing_h_text p:nth-child(2) {
  font-size: 2.25rem;/*2vw*/
}
.writing_h_text p:nth-child(3) {
  font-size: 1.5rem;/*1.25vw*/
}
.writing_h_r {
  width: 60%;
}
.writing_h_r h1 {
  font-size: 3.75vw; /*4.375rem*/
  font-weight: bold;
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1.3;
  margin: 0 0 3%;
}
.writing_h_r h1::before {
  content: '';
  position: absolute;
  width: calc(100% + 10px);
  height: 35%;
  background: #ccc;
  bottom: 0;
  left: -10px;
  z-index: -1;
}
.writing_h_r h2 {
  font-size: 3vw; /*3.5rem*/
  margin-bottom: 2%;
}
.writing_h_r p, .writing_h_03 p{
  margin: 2rem 0;
  font-size: 1.25rem;
  text-align: justify;
  line-height: 2;
}
.writing_h_r .hr {
  width: 80px;
  height: 1px;
  background: #000;
  margin: 6% 0;
}
.writing_h_03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5%;
}
.writing_h_03_pic {
  width: calc(100% - 405px);
  height: 680px;
  background: url(../images/Interview/plate03_pic01.jpg) no-repeat center;
  background-size: cover;
}
.writing_h_03 > div:nth-child(2) {
  width: 365px;
  margin-left: 40px;
}
.writing_h_03 .tag {
  margin-top: 38%
}
.profile_share {
  font-size: 1.5rem;/*1.25vw*/
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.profile_share img {
  width: auto;
  max-width: 100%;
  margin-right: 10px;
  vertical-align: -10px;
}
.profile_share a {
  color: #000;
}
.writing_c p {
  text-align: justify;
  line-height: 2;
  font-size: 1.25rem;
  letter-spacing: 2px;
  margin: 0;
}
.profile_textBox {
  width: 92%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 100px 0;
}
.profile_text01 {
  display: flex;
  justify-content: space-between;
}
.profile_text01 > div {
  width: 48%;
}
.plate02_text .profile_text01_l {
  width: 36%;
}
.plate02_text .profile_text01_r {
  width: 60%;
}
.profile_text01 p {
  margin: 2rem 0;
}
.text_top {
  padding: 0 0 30px;
}
.text_down {
  padding: 30px 0 0;
}
.profile_text01_l p:first-child {
  margin: 0 0 2rem;
}
.tag span {
  display: inline-block;
  background: #aaa;
  padding:0 10px;
  color: #fff;
  font-weight: bold;
  margin:8px 8px 8px 0;
  font-size: 2rem;
}
.plate02_pic01 {
  position: relative;
  padding-top: 130px;
  text-align: center;
}
.plate02_pic01 .tag {
  max-width: 470px;
  position: absolute;
  top: -20px;
  left: 0;
  text-align: left;
}
.plate02_pic01 img {
  max-width: 470px;
}
.profile_textBox > div:nth-child(n+2) {
  margin: 80px 0 0;
}
.profile_text02:before, .profile_text02:after {
  display: table;
  line-height: 0;
  content: "";
}
.profile_text02:after {
  clear: both;
}
.profile_text02 img {
  width: 58%;
  float: right;
  margin-left: 4%;
}
.profile_text02 p, .profile_text03 p, .plate03_text .profile_text02 p:last-child {
  margin: 0;
}
.plate03_text .profile_text02 p {
  margin: 0 0 2rem;
}
.action {
  font-family: "新細明體";
  font-weight: bold;
  text-align: center;
  padding:90px 50px 80px;
  font-size: 1.875rem;
  background: url(../images/Interview/action.png) 40px 20px no-repeat, #ddd;
  background-size: 155px;
  line-height: 1.7;
}
.profile_myBottle {
  display: flex;
  background: #ddd;
  align-items: center;
}
.myBottle_pic01, .myBottle_pic02, .myBottle_pic03 {
  width: 55%;
  min-height: 350px;
  padding-top: 32%;
}
.myBottle_pic01 {
  background: url(../images/Interview/plate01_pic05.jpg) no-repeat center;
  background-size: cover;
}
.myBottle_pic02 {
  background: url(../images/Interview/plate02_pic05.jpg) no-repeat center;
  background-size: cover;
}
.myBottle_pic03 {
  background: url(../images/Interview/plate03_pic05.jpg) no-repeat center;
  background-size: cover;
}
.myBottle_text {
  width: 45%;
  min-width: 545px;
  padding: 10px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 2px;
}
.myBottle_logo {
  width: 50%;
  max-width: 345px;
  margin:0 auto 20px;
}
.myBottle_text h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
}
.profile_items {
  width: 92%;
  max-width: 1005px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  border: 1px solid #000;
}
.profile_items .hr {
 width: 0;
 background: #000;
 margin: 20px 0;
 border-right: 1px solid #000;
}
.modal_home {
  background-color: #fff;
}
.modal_homeBox {
  width: 100%;
}
.modal_home .modal-close {
  width: 80px;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
  font-size: 0;
}
.modal_home.shop_modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.shop_modal .modal_homeBox {
  width: 90%;
  /* max-width: 1600px; */
  background-color: #fff;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.modal_home .modal-close {
  width: 80px;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
}
.shop_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8% 5%;
}
.shop_cont a {
  display: block;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 10px;
}
.shop_cont a img {
  border-radius: 10px;
}
.shop_cont a:hover {
  border: 1px solid #4a5055;
}
.shopbnt {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 99;
  border-radius: 50%;
  transition: all .3s;
}
.shopbnt a {
  display: block;
  width: 120px;
  height: 120px;
  background: url('../images/shopICON.png') center no-repeat;
  background-size: contain;
}
.shopbnt:hover {
  box-shadow: 0 0 5px rgba(255,255,255,0.8) ;
  bottom: 25px;
}
@media screen and (min-width: 1920px) {
  .pd_btn, .pd_item > p {
    font-size: calc(12px + (28.2 - 12) * ((100vw - 300px) / (1600 - 300)));
  }
  .pd_btn i {
    width: 10%;
    padding-top: 2.5%;
  }
  .spec_Title {
    width: 25%;
  }
  .spec_img > img, .spec_Title img, .sns_link, .sns_link img, .MyBottle img, .Interview_items img {
    width: 100%;
    max-width: none;
  }
  .sns_list li {
    width: 3%;
  }
  .intro_title {
    padding-top: 2.5%;
    position: relative;
  }
  .intro_title img {
    width: auto;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .shopbnt {
    width: 6%;
  }
  .shopbnt a {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: auto;
    background: url(../images/shopICON.png) center no-repeat;
    background-size: contain;
  }
  .writing_h_r h1 {
    font-size: 4.375rem;
  }
  .writing_h_r h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1300px) {
  .mzg_logo {
    top: -60px;
    padding: 15px 5px 15px 20px;
  }
  .mzg_logo img {
    height: 30px;
  }
  .mzg_rights {
    font-size: 0.7rem;
  }
  .lineUp, .concept, .mzg_life, .spec01, .spec02, .spec03, .Interview_main {
    width: 92%;
  }
  .pd_btn {
    padding: 15px;
  }
  .pd_btn i {
    width: 40px;
    margin-left: 10px;
  }
  .intro_text {
    font-size: 1.7vw;
  }
  .spec_img_Inner {
    top: 50%;
    left: 6%;
  }
  .spec_img.renew .spec_img_text {
    margin: 0 0 7%;
    font-size: 2.5vw;
  }
  .spec_img.renew .spec_img_Inner .annotation {
    margin-top: 15%;
  }
  .textL {
    font-size: 3vw;
  }
  .textS {
    vertical-align: 1.5vw;
  }
  .sns_link {
    width: 70px;
  }
  .product_cont {
    padding: 4% 6%;
  }
  .writing_h_r p, .writing_h_03 p, .writing_c p, .myBottle_text {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .plate02_pic01 {
    padding-top: 90px;
  }
  .tag span, .action {
    font-size: 1.5rem;
  }
  .myBottle_text h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .intro_title img{
    height: 28px;
  }
  .pd_btn, .pd_item > p {
    font-size: 1.8vw;
  }
  .spec_p {
    font-size: 2.0vw;
  }
  .spec_img_p p {
    font-size: 2vw;
    margin: 1.5% 0;
  }
  .spec_img.renew .spec_img_Inner .annotation {
    margin-top: 7%;
  }
  .sns_list li {
    margin: 0 15px;
  }
  .sns_link {
    width: 60px;
  }
  .product_cont {
    padding: 4%;
  }
  .modal_home .modal-close {
    width: 60px;
    padding: 15px;
  }
  .product_cont p {
    font-size: 0.8rem;
    text-align: left;
  }
  .Interview_data P {
    font-size: 1vw;
    line-height: 1.1;
  }
  .Interview_data P:nth-child(3) {
    font-size: 1.9vw;
  }
  .Interview_data P:nth-child(4) {
    font-size: 1.3vw;
  }
  .numero {
    font-size: 1.6vw;
  }
  .ITV_model {
    flex-direction: column;
  }
  .ITV_model span {
    width: 100%;
  }
  .ITV_model span:first-child {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .writing_h_text p:nth-child(2) {
    font-size: 2rem;
  }
  .profile_textBox {
    padding: 60px 0;
  }
  .profile_textBox > div:nth-child(n+2) {
    margin: 60px 0 0;
  }
  .profile_share img {
    width: 35px;
  }
  .writing_h {
    padding-bottom: 40px;
  }
  .writing_h_text p, .writing_h_r p, .writing_h_03 p, .writing_c p, .myBottle_text {
    font-size: 1rem;
  }
  .writing_h_text p:nth-child(3), .profile_share, .tag span, .action {
    font-size: 1.25rem;
  }
  .myBottle_text h3 {
    font-size: 1.5rem;
  }
  .shopbnt a {
    width: 100px;
    height: 100px;
  }
  .shop_cont {
    flex-direction: column;
  }
  .shop_cont a {
    max-width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .profile_myBottle {
    flex-direction: column;
  }
  .profile_myBottle > div {
    width: 100%;
  }
  .myBottle_pic01, .myBottle_pic02, .myBottle_pic03 {
    padding-top: 58%;
  }
  .myBottle_text {
    padding: 50px 10px;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .intro_title img{
    height: 22px;
  }
  .pd_item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .pd_btn {
    padding: 10px;
  }
  .pd_btn i {
    width: 30px;
    padding-top: 15px;
  }
  .sns_link {
    width: 50px;
  }
  .product_Inner {
    flex-direction: column;
  }
  .product_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .product_detail {
    padding: 0;
  }
  .product_title {
    margin: 10px 30%;
  }
  .product_table {
    border-spacing: 3px;
  }
  .product_table th, .product_table td {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .mzg_logo {
    top: -60px;
    padding: 15px 5px 15px 20px;
  }
  .mzg_logo img {
    height: 30px;
  }
  .mzg_rights {
    font-size: 0.7rem;
  }
  .mzg_life_pic {
    padding-top: 0;
  }
  .mzg_life_pic > div {
    position: initial;
    margin: 30px 0;
  }
  .life_img3 {
    width: 100%;
  }
  .life_img1 {
    width: 100%;
    padding-right: 10%;
  }
  .life_img2 {
    width: 100%;
    padding-left: 15%;
    margin-top: 10px 0 30px;
  }
  .concept_text, .concept_img1, .concept_img2 {
    position: initial;
  }
  .intro_text {
    padding-top: 0;
    font-size: 1.25rem;
  }
  .concept_img1 {
    width: 100%;
    margin-top: 30px;
  }
  .concept_img2 {
    width: 100%;
  }
  .concept_text {
    width: 100%;
    align-items: center;
  }
  .concept_text span {
    margin: 1% 0;
  }
  .spec_img_Inner {
    top: 5%;
    left: 0;
    transform: none;
    padding: 0 8%;
  }
  .spec_img_text {
    font-size: 6vw;
    margin: 0 0 10%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  }
  .spec_img_p p {
    font-size: 3.7vw;
    margin: 2% 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  }
  .spec_img_Inner .annotation {
    margin-top: 8vw;
    font-size: 2vw;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  }
  .spec_img.renew .spec_img_text {
    font-size: 6vw;
  }
  .renewIcon {
    width: 30%;
  }
  .textL {
    font-size: 6vw;
  }
  .textS {
    font-size: 3vw;
    vertical-align: 2vw;
  }
  .pd_Box {
    flex-direction: column;
    align-items: center;
    margin: 7% 0 0;
  }
  .pd_item {
    width: 100%;
    margin: 0 20px 10%;
  }
  .pd_btn, .pd_item > p {
    font-size: 4vw;
    margin: 3% 0 0 0;
  }
  .pd_color {
    margin: 3% 0 0 0;
  }
  .spec01, .spec03 {
    flex-direction: column-reverse;
  }
  .spec02 {
    flex-direction: column;
  }
  .spec_Inner {
    width: 100%;
    padding-bottom: 0;
  }
  .spec_pic_l {
    width: 100%;
  }
  .spec_text {
    font-size: 6vw;
  }
  .spec_p {
    font-size: 3.7vw;
  }
  .spec_p p {
    margin: 1% 0;
  }
  .spec01_pic_r_02, .spec01_pic_r_03, .spec01 .annotation {
    position: initial;
  }
  .spec01_pic_r_01 {
    width: 30%;
    top: 28%;
    right: 5%;
  }
  .spec01_pic_r_02 {
    width: 65%;
    margin: 8% auto;
    text-align: center;
  }
  .spec01_pic_r_03 {
    width: 100%;
    padding: 0 20% 0 20%;
  }
  .spec01 .annotation {
    width: 100%;
    font-size: 0.85rem;
    margin: 8% 0;
  }
  .spec02_Inner, .spec03 .spec_Inner {
    width: 100%;
    padding: 0 5%;
  }
  .spec02_Inner, .spec02 .spec_text, .spec03 .spec_text {
    align-items: center;
  }
  .spec02 .spec_p, .spec03 .spec_p {
    text-align: center;
  }
  .spec02 .spec_pic_l {
    width: 100%;
    padding:3% 20% 0;
  }
  .spec03 .spec_Title {
    margin: 0 auto;
  }
  .spec03 .spec_pic_l {
    width: 100%;
    margin: 3% 0 0;
  }
  .MyBottle {
    width: 30%;
    bottom: 4%;
    right: 8%;
  }
  .Interview_h::after {
    width: 4%;
    height: 1px;
  }
  .Interview_h h1 {
    font-size: 6vw;
  }
  .Interview_h h2 {
    font-size: 3.5vw;
  }
  .Interview_items a {
    width: 100%;
    margin: 0 20px 10%;
  }
  .Interview_data P {
    font-size: 3.5vw;
    line-height: 1.1;
  }
  .Interview_data P:nth-child(3) {
    font-size: 7vw;
  }
  .Interview_data P:nth-child(4) {
    font-size: 5.5vw;
  }
  .numero {
    font-size: 4.5vw;
  }
  .ITV_model {
    flex-direction: row;
  }
  .ITV_model span {
    width: 100%;
    font-size: 3vw;
  }
  .ITV_model span:first-child {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .writing_h {
    flex-direction: column;
  }
  .writing_h_l, .writing_h_r, .profile_text01 > div,
  .plate02_text .profile_text01_l,
  .plate02_text .profile_text01_r {
    width: 100%;
  }
  .writing_h_r {
    margin-top: 50px;
  }
  .writing_h_r h2 {
    font-size: 5vw;
  }
  .writing_h_r h1 {
    font-size: 7vw;
  }
  .writing_h_03 {
    flex-direction: column;
  }
  .writing_h_03_pic {
    width: 100%;
    height: auto;
    padding-top: 65%;
  }
  .writing_h_03 > div:nth-child(2) {
    width: 100%;
    margin:20px 0 0;
  }
  .writing_h_03 .tag {
    margin-top: 30px;
  }
  .profile_text01 {
    flex-direction: column;
  }
  .text_top, .text_down {
    padding: 0;
  }
  .profile_text01_r {
    margin-top: 20px;
  }
  .profile_text02 img {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .action {
    padding: 70px 20px 40px;
    background: url(../images/Interview/action.png) 20px 20px no-repeat, #ddd;
    background-size: 100px;
  }
  .profile_items {
    max-width: 500px;
    flex-direction: column;
  }
  .profile_items .hr {
    width: 92%;
    margin: 0 4%;
    border-right: none;
    border-top: 1px solid #000;
  }
}

@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
  .intro_text {
    font-size: 1.1rem;
  }
  .shopbnt {
    bottom: 40px;
  }
  .shopbnt a {
    width: 80px;
    height: 80px;
  }
  .shopbnt:hover {
    bottom: 45px;
  }
  .writing_h_text p, .writing_h_r p, .writing_h_03 p, .writing_c p, .myBottle_text {
    font-size: .95rem;
  }
  .profile {
    padding: 80px 0;
  }
  .writing_h {
    padding-bottom: 20px;
  }
  .profile_textBox {
    padding: 40px 0;
  }
  .profile_textBox.plate02_text {
    padding: 40px 0 0;
  }
  .profile_textBox > div:nth-child(n+2) {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
  .intro_text {
    font-size: 1.1rem;
  }
  .sns_link {
    width: 40px;
  }
  .product_table th, .product_table td {
    font-size: 0.8rem;
  }
  .product_cont p {
    font-size: 0.7rem;
  }
  .modal_home .modal-close {
    width: 50px;
    padding: 10px;
  }
  .shopbnt {
    right: 10px;
  }
  .shopbnt a {
    width: 60px;
    height: 60px;
  }
  .sns_list {
    padding: 8% 0;
  }
  .sns_list p {
    margin-top: 5%;
  }
  .profile_logo {
    min-width: 80px;
  }
}

