﻿.shop-slide .slick-dots {
  font-size: 0;
}
.shop-slide .slick-dots li {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
.shop-slide .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background-color: #af2448;
  outline: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 12px;
}
.shop-slide .slick-dots li:hover button {
  opacity: 0.7;
}
.shop-slide .slick-dots li.slick-active {
  cursor: default;
}
.shop-slide .slick-dots li.slick-active button {
  opacity: 1;
}
.newslist-date {
  font-family: "sofia-pro", "AvenirNext-DemiBold", "Avenir Next Medium",
    "Avenir Next", Avenirwo, Helvetica, Arial, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", sans-serif;
}
.product-float,
.product-slide-arrow,
.product-new,
.product-feature-close,
.product-close-detail,
.grid-item-large,
.photo-modal-close {
  position: relative;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(143, 227, 202, 0.7);
  outline-style: none;
  cursor: pointer;
}
.product-float:before,
.product-slide-arrow:before,
.product-new:before,
.product-feature-close:before,
.product-close-detail:before,
.grid-item-large:before,
.photo-modal-close:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
}
@media (max-width: 799px) {
  .product-float:before,
  .product-slide-arrow:before,
  .product-new:before,
  .product-feature-close:before,
  .product-close-detail:before,
  .grid-item-large:before,
  .photo-modal-close:before {
    left: -3.125vw;
    top: -3.125vw;
    width: calc(100% + 6.25vw);
    height: calc(100% + 6.25vw);
  }
}
.section-title {
  fill: #8ae3ca;
}
#attention {
  padding-top: 50px;
  padding-bottom: 44px;
  background-color: #626262;
  text-align: center;
}
.attention-lead {
  position: relative;
  display: inline-block;
  max-width: 70%;
  padding-bottom: 20px;
  color: #fff;
  line-height: 1.67;
  font-size: 16px;
}
.attention-lead:hover {
  text-decoration: none;
}
.attention-lead:hover:after {
  background-color: #ec8ba2;
}
.attention-lead:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #8ae3ca;
}
#products {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #303259;
}
#products .slick-list {
  overflow: visible;
}
.icon-plus {
  width: 60px;
  height: 60px;
}
.float-icon {
  position: relative;
}
.float-icon:before {
  content: "";
  position: absolute;
  left: -40%;
  top: -40%;
  width: 180%;
  height: 180%;
}
.pointer-chop {
  display: none;
  position: absolute;
  width: 41px;
  height: 58px;
  -webkit-transform-origin: 18px 120px;
  -ms-transform-origin: 18px 120px;
  transform-origin: 18px 120px;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.-showchop .pointer-chop {
  display: block;
}
.-chopmotion .pointer-chop {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 0.06s;
}
.product {
  position: relative;
  width: 100%;
  height: 100vh;
}
.product-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-wrapper.-current {
  z-index: 10;
}
.-slide-motion .product-wrapper {
  overflow: hidden;
}
.product-defaultview-bg {
  position: absolute;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  z-index: 0;
}
.product-main {
  position: absolute;
  left: 50%;
  top: 50%;
}
.product-parfait {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -162px;
  margin-top: -300px;
  z-index: 3;
}
.product-parfait img {
  position: absolute;
  left: 0;
  top: 0;
}
.product-parfait-break {
  margin-top: -50px;
  visibility: hidden;
}
.product-parfait.-broke .product-parfait-default {
  display: none;
}
.product-parfait.-broke .product-parfait-break {
  visibility: visible;
}
.product-title {
  position: absolute;
  left: 160px;
  top: 50%;
  margin-top: -62px;
  fill: #303259;
  z-index: 10;
}
.product-float {
  position: absolute;
  z-index: 5;
}
.product-float svg {
  overflow: visible;
}
.product-float .outline {
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-float-feature1 {
  left: -119px;
  top: -280px;
  cursor: none;
}
.product-float-feature1:before {
  content: "";
  position: absolute;
  left: -55px;
  top: -45px;
  width: 340px;
  height: 230px;
}
.product-float-feature2 {
  left: -75px;
  top: 90px;
  transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
}
.product-float-feature2 svg {
  position: relative;
}
.product-float-feature2-img {
  position: absolute;
  left: 27px;
  bottom: 30px;
  width: auto!important;
  max-width: 800px;
}
.product-float-feature2.-back {
  z-index: 1;
}
.product-float-present {
  left: 320px;
  top: -180px;
}
.product-float-present svg {
  position: relative;
}
.product-float-present-img {
  position: absolute;
  left: -42px;
  top: -29px;
}
.product-float-info {
  right: -70px;
  bottom: 16px;
}
.product-float-info .icon-info {
  width: 60px;
  height: 60px;
}
.product-slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 6;
}
.product-slide-arrow .icon-arrow {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.product-slide-arrow .icon-arrow .icon {
  fill: #fff;
}
.product-slide-arrow .icon-arrow .outline {
  stroke: #fff;
}
.product-slide-arrow.arrow-prev {
  left: 50px;
}
.product-slide-arrow.arrow-next {
  right: 50px;
}
.product-slide-glance {
  position: absolute;
  left: -10px;
  top: -60px;
}
.product-slide-glance img {
  width: 70px;
}
.product-slide-glance-choco img {
  width: 80px;
}
.product-new {
  position: absolute;
  left: 80px;
  bottom: 60px;
  z-index: 1;
}
.product-new svg {
  width: 98px;
  height: 85px;
  fill: #303259;
}
@media (min-width: 800px) {
  .product-new:hover svg {
    fill: #fff;
  }
  
  
  .waikuang {
		    width: 100%;
		    max-width: 1440px;
		    margin: auto;
		}
		.qh-zi {
			width: 100%;
		}
		.qh-zi h1{
			font-size: 24px;
			margin: auto;
			line-height: 2;
		}
		.qh-zi p{
			font-size: 10px;
			margin: auto;
		}
		.qh-top img{
			width: 100%;
			height: auto;
		}
		.zi {
		    width: 1400px;
		    width: 100%;
		    position: relative;
		    top: 100px;
		    margin-left: 50 px;
		    margin: auto;
		    color: #fff;
		    left: 10px;
		    right: 0;
		    max-width: 1305px;
		}
		.siaxuan li {
		    float: left;
		    list-style: none;
		    width: 100%;
		    max-width: 100px;
		    height: auto;
		    max-height: 100px;
		    margin-right: 2%;
		    margin-bottom: 10px;
		}
		ul.simplefilter {
		    padding: 0;
		    margin: 20px 0;
		    width: 100%;
		}
		.siaxuan {
		    display: flex;
		    width: 100%;
		}
		.siaxuan li h1 {
		    font-size: 18px;
		    color: #555555;
		    margin: auto;
		    line-height: 2;
		}
		.siaxuan li p {
		    font-size: 10px;
		    color: #888888;
		    margin: auto;
		}
		.siaxuan li {
		    float: left;
		    list-style: none;
		    width: 100%;
		    max-width: 110px;
		    height: auto;
		    max-height: 100px;
		    padding: 12px;
		    padding-top: 40px;
		    margin-right: 2%;
		    background: #f5f5f5;
		}

		.siaxuan-tow li {
		    float: left;
		    list-style: none;
		    width: 100%;
		    max-width: 110px;
		    height: auto;
		    max-height: 100px;
		    padding: 10px 20px;
		    margin-right: 2%;
		    background: #f5f5f5;
		    margin-bottom: 10px;
		}
		.siaxuan-tow li p{
			font-size: 16px;
		    color: #333;
		    margin: auto;
		    text-align: center;
		}
		.siaxuan-tow  {
		    display: flex;
		    width: 100%;
		}
		.siaxuan-tow  li h1 {
		    font-size: 18px;
		    color: #555555;
		    margin: auto;
		    line-height: 2;
		}
		
		
		
		.siaxuan-san li {
		    float: left;
		    list-style: none;
		    width: 100%;
		    max-width: 110px;
		    height: auto;
		    max-height: 100px;
		    padding: 10px 20px;
		    margin-right: 2%;
		    background: #f5f5f5;
		}
		.siaxuan-san li p{
			font-size: 16px;
		    color: #333;
		    margin: auto;
		    text-align: center;
		}
		.siaxuan-san  {
		    display: flex;
		    width: 100%;
		}
		.siaxuan-san  li h1 {
		    font-size: 18px;
		    color: #555555;
		    margin: auto;
		    line-height: 2;
		}
		
		
		li.active {
		    background: #ffad64;
		}
	 	.siaxuan li.active h1{
		    color: #fff;
		}
		.siaxuan li.active p{
		    color: #fff;
		}
		.siaxuan-tow .active p {
		    color: #fff;
		}
		.siaxuan-san .active p {
		    color: #fff;
		}
.gundon.swiper.mySwiper{
        width: 100%;
        height: 100%;
            margin-bottom: 100px;
      }

      .swiper-slide .gundon-sli {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide .gundon-sli img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
	  .gundon.swiper.mySwiper img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}
}
.product1 .product-defaultview-bg {
  right: 10px;
  background-image: url(../bg-pink.html);
}
.product2 .product-defaultview-bg {
  left: 10px;
  background-image: url(../bg-green.html);
}
.product2 .product-parfait-break {
  margin-top: -80px;
}
.product2 .product-float-feature2-img {
  left: 35px;
  top: -35px;
  width: 80px;
}
.product-defaultview,
.product-featureview,
.product-detailview,
.product-detailview-contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-featureview {
  height: 100%;
  visibility: hidden;
}
.product-featureview.-show {
  visibility: visible;
}
.product-featureview.-show .product-feature-contents {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.product-featureview.-show .product-feature-mask {
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-feature-contents {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  margin-top: 20px;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  box-shadow: 0 20px 30px 15px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-feature-title {
  padding: 66px 60px 30px;
}
.product-feature-body {
  padding: 0 60px 70px;
  line-height: 1.5;
  font-size: 16px;
}
.product-feature-close {
  position: absolute;
  left: -40px;
  top: -60px;
}
.product-feature-close svg {
  position: relative;
  width: 120px;
  height: 120px;
}
.product-feature-close svg .outline {
  fill: #fff;
}
.product-feature-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-detailview {
  z-index: 30;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}
.ie .product-detailview,
.edg .product-detailview {
  width: 1000px;
  height: 1000px;
  border-radius: 10000px;
  overflow: hidden;
  transition: none;
}
.product-detailview-contents {
  height: 100vh;
  background-color: #fff;
}
.product-detailview-contents .product-title {
  position: static;
  margin-top: 0;
  fill: #303259;
}
.product-detail-feature {
  position: absolute;
  font-size: 0;
  z-index: 20;
}
.product-detail-feature .feature-thumb {
  display: inline-block;
}
.product-detail-feature .feature-thumb-icon {
  display: none;
}
.product-detail-feature .feature-thumb video {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.sf .product-detail-feature .feature-thumb video {
  -webkit-clip-path: circle(50% at center);
  clip-path: circle(50% at center);
}
.product-detail-feature .feature-lead {
  position: absolute;
  display: inline-block;
  width: 165px;
  vertical-align: bottom;
  line-height: 1.5;
  font-size: 16px;
}
.product-detail-feature1 {
  left: 80px;
  top: -348px;
}
.product-detail-feature1 .feature-thumb {
  width: 160px;
  height: 160px;
}
.product-detail-feature1 .feature-lead {
  left: 180px;
  bottom: 30px;
}
.product-detail-feature2 {
  left: 169px;
  top: -178px;
}
.product-detail-feature2 .feature-thumb {
  width: 240px;
  height: 240px;
}
.product-detail-feature2 .feature-lead {
  left: 260px;
  bottom: 10px;
}
.product-detail-feature3 {
  left: 139px;
  top: 93px;
}
.product-detail-feature3 .feature-thumb {
  width: 120px;
  height: 120px;
}
.product-detail-feature3 .feature-lead {
  left: 140px;
  bottom: 4px;
}
.product-detail-feature4 {
  left: -296px;
  top: 160px;
}
.product-detail-feature4 .feature-thumb {
  width: 200px;
  height: 200px;
}
.product-detail-feature4 .feature-lead {
  left: -180px;
  bottom: 10px;
}
.product-close-detail {
  position: absolute;
  left: 125px;
  top: 248px;
  z-index: 20;
}
.product-close-detail svg {
  width: 80px;
  height: 80px;
  overflow: visible;
}
.product-body {
  position: absolute;
  left: 160px;
  top: 12.9%;
  width: 270px;
  z-index: 20;
}
.product-allergy {
  margin-top: 50px;
  line-height: 1.5;
  font-size: 14px;
}
.product-description {
  position: relative;
  margin-top: 25px;
  padding-top: 35px;
  line-height: 1.5;
  font-size: 16px;
}
.product-description:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 6px;
  background-color: #303259;
}
.product-description-panel {
  display: none;
}
@media (max-width: 1200px) {
  .product-detail-feature2 .feature-lead {
    width: 115px;
  }
}
#shop {
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
  overflow: hidden;
}
.shop-electricboard {
  position: absolute;
  top: 50%;
  left: 0;
  white-space: nowrap;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.shop-electricboard svg {
  display: inline-block;
  width: 4132px;
  height: 155px;
}
.shop-electricboard .svg2 {
  position: absolute;
  left: 4132px;
  top: 0;
}
.shop-electricboard-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1260px;
  height: 480px;
  background-image: url(../electricboard-bg.html);
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop-typo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop-slide-wrap {
  position: relative;
}
.shop-slide {
  width: 960px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.shop-slide-item img {
  max-width: 100vw;
}
.shop-slide .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -80px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.shop-slide .slick-dots li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.shop-slide .slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #8ae3ca;
  border-radius: 50%;
}
.shop-slide .slick-dots li.slick-active button {
  background-color: #ec8ba2;
}
.shoplist {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 195px;
  margin-left: auto;
  margin-right: auto;
}
.shoplist-item {
  width: 400px;
  margin-left: 0;
  margin-right: 160px;
}
.shoplist-item:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 960px) {
  .shoplist {
    width: 95vw;
  }
  .shoplist-item {
    width: 360px;
    margin-right: calc(95vw - 720px);
  }
}
@-webkit-keyframes electricboard {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes electricboard {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
#photo {
  padding: 5px 10px;
  background-color: #dfe085;
  font-size: 0;
}
.photolist-image,
.photolist-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photolist-image {
  background-size: cover;
  background-position: center center;
}
.photolist-overlay {
  text-align: center;
  opacity: 0;
}
.photolist-taglist {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.photolist-tag {
  color: #303259;
  line-height: 1.6;
  font-size: 14px;
}
.photolist-tag:before {
  content: "#";
  margin-right: 3px;
}
.photolist-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  overflow: hidden;
}
.photolist-instagram:hover .photolist-overlay {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.grid {
  position: relative;
  overflow: hidden;
}
.grid-item {
  position: absolute;
  width: 16.66%;
  padding-top: 16.66%;
  font-size: 0;
}
.grid-item-large {
  width: 33.32%;
  padding-top: 33.32%;
}
.grid-contents {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  overflow: hidden;
}
.grid-contents:before {
  content: none;
}
.grid-contents img {
  width: 100%;
}
.grid-contents video {
  width: 100%;
}
.-show-photomodal {
  overflow: hidden;
}
.-show-photomodal body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#photo-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
}
.-show-photomodal #photo-modal {
  visibility: visible;
}
.-show-photomodal #photo-modal .photo-modal-mask {
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.photo-modal-container {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.photo-modal-container.-set {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.photo-modal-container.-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.photo-modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
}
.photo-modal-contents {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.photo-modal-contents video {
  width: 100%;
}
.photo-modal-close {
  position: absolute;
  right: 86px;
  top: 62px;
  z-index: 3;
}
.photo-modal-close svg {
  width: 47px;
  height: 47px;
  fill: #fff;
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 800px) {
  .photo-modal-close:hover svg {
    fill: #8ae3ca;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.photo-modal-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #303259;
  opacity: 0;
  z-index: 0;
  pointer-events: all;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.photo-modal .instagram-media {
  display: block;
  border-radius: 0 !important;
}
.photo-youtube {
  width: 70%;
  max-width: 800px;
}
.photo-youtube:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.photo-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.photo-instagram {
  width: 640px;
}
#news {
  clear: both;
  padding-top: 120px;
  margin-left: auto;
  margin-right: auto;
}
#news .section-title {
  width: 186px;
  height: 44px;
  margin-left: 80px;
  margin-bottom: 78px;
}
.newslist {
  position: relative;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newslist-item {
  box-sizing: border-box;
  position: relative;
  width: 50%;
  padding-left: 80px;
  padding-right: 37px;
  padding-bottom: 80px;
  border-right: 2px solid #8ae3ca;
  overflow: hidden;
}
.newslist-item a {
  display: block;
  overflow: hidden;
}
.newslist-item a:hover .newslist-lead {
  background: linear-gradient(transparent 60%, #ec8ba2 0%);
}
.newslist-body {
  float: left;
  width: calc(100% - 310px);
  min-width: 50%;
  word-wrap: break-word;
}
.newslist-lead {
  position: relative;
  display: inline;
  line-height: 1.67;
  font-weight: normal;
  font-size: 16px;
}
.newslist-date {
  margin-top: 10px;
  color: #85e3ca;
  font-size: 16px;
}
.newslist-image {
  float: right;
  width: 40%;
  max-width: 200px;
  overflow: hidden;
}
.newslist-image img {
  width: 100%;
}
.newslist-image .t,
.newslist-image .r,
.newslist-image .b,
.newslist-image .l {
  background-color: #ec8ba2;
}
.newslist-image .t,
.newslist-image .b {
  height: 6px;
}
.newslist-image .r,
.newslist-image .l {
  width: 6px;
}
.foot-electricboard {
  height: 400px;
  white-space: nowrap;
  font-size: 0;
  z-index: 2;
}
.foot-electricboard .icon-nothingbut {
  position: absolute;
  left: 0;
  top: 0;
  width: 1425px;
  height: 400px;
}
.foot-electricboard .svg2 {
  left: 1425px;
}
.foot-electricboard .svg3 {
  left: 2850px;
}
@media (max-width: 799px) {
  .section-title {
    fill: #8ae3ca;
  }
  #attention {
    padding-top: 50px;
    padding-bottom: 44px;
    background-color: #626262;
    text-align: center;
  }
  .attention-lead {
    position: relative;
    display: inline-block;
    max-width: 70%;
    padding-bottom: 20px;
    color: #fff;
    line-height: 1.67;
    font-size: 16px;
  }
  .attention-lead:hover {
    text-decoration: none;
  }
  .attention-lead:hover:after {
    background-color: #ec8ba2;
  }
  .attention-lead:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #8ae3ca;
  }
  .icon-plus {
    width: 5.375vw;
    height: 5.375vw;
  }
  .pointer-chop {
    width: 6.40625vw;
    height: 9.0625vw;
    -webkit-transform-origin: 2.8125vw 18.75vw;
    -ms-transform-origin: 2.8125vw 18.75vw;
    transform-origin: 2.8125vw 18.75vw;
  }
  .product:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.3125vw;
    height: 4.6875vw;
    margin-left: -0.3125vw;
    background-color: #fff;
    z-index: 2;
  }
  .product-parfait {
    margin-left: -26.40625vw;
    margin-top: -56.25vw;
  }
  .product-parfait img {
    width: 52.8125vw;
  }
  .product-parfait-break {
    margin-top: -7.8125vw;
  }
  .product-title {
    left: 50%;
    top: initial;
    bottom: 10vw;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .product-float-feature1 {
    left: -20.3125vw;
    top: -53.28125vw;
  }
  .product-float-feature1:before {
    left: -7.8125vw;
    top: -10.9375vw;
    width: 54.6875vw;
    height: 37.5vw;
  }
  .product-float-feature2 {
    /* left: -7.8125vw;
    top: 3.125vw; */
  }
  .product-float-feature2-img {
    left: 4.6875vw;
    top: -4.6875vw;
    width: 10.9375vw;
  }
  .product-float-present {
    left: 26.5625vw;
    top: -55.3125vw;
  }
  .product-float-present-img {
    left: -6.5625vw;
    top: -4.53125vw;
    width: 9.375vw;
  }
  .product-float-info .icon-info {
    width: 5.375vw;
    height: 5.375vw;
  }
  .product-slide-arrow {
    margin-top: -4.6875vw;
  }
  .product-slide-arrow .icon-arrow {
    width: 9.375vw;
    height: 9.375vw;
  }
  .product-slide-arrow.arrow-prev {
    left: 4.6875vw;
  }
  .product-slide-arrow.arrow-next {
    right: 4.6875vw;
  }
  .product-slide-glance {
    left: -0.78125vw;
    top: -9.375vw;
  }
  .product-slide-glance img {
    width: 10.9375vw;
  }
  .product-slide-glance-choco img {
    width: 12.5vw;
  }
  .product-new {
    left: 6.25vw;
    bottom: 6.25vw;
  }
  .product-new svg {
    width: 15.3125vw;
    height: 13.28125vw;
  }
  .product2 .product-defaultview-bg {
    right: 3.125vw;
    background-size: 31.25vw 31.25vw;
  }
  .product2 .product-defaultview-bg {
    left: 3.125vw;
    background-size: 31.25vw 31.25vw;
  }
  .product2 .product-parfait-break {
    margin-top: -12.9vw;
  }
  .product2 .product-float-feature2-img {
    left: 5.46875vw;
    top: -5.46875vw;
    width: 12.5vw;
  }
  .product-feature-contents {
    width: 81.25vw;
    margin-top: 3.125vw;
  }
  .product-feature-image video {
    width: 100%;
  }
  .product-feature-title {
    padding: 9.375vw 9.375vw 4.6875vw;
  }
  .product-feature-body {
    padding: 0 9.375vw 10.9375vw;
    font-size: 3.75vw;
  }
  .product-feature-close {
    left: -6.25vw;
    top: -9.375vw;
  }
  .product-feature-close svg {
    width: 18.75vw;
    height: 18.75vw;
  }
  .product-detailview-contents {
    width: 100vw;
    height: 100vh;
  }
  .product-detailview-contents .product-title {
    position: absolute;
    left: 12.5vw;
    top: 12.1875vw;
    bottom: initial;
    margin-top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .product-detail-feature {
    width: 25vw;
    overflow: visible;
  }
  .product-detail-feature .feature-thumb-icon {
    display: block;
    position: absolute;
    left: -3.125vw;
    top: -3.125vw;
  }
  .product-detail-feature .feature-thumb-icon svg {
    width: 31.25vw;
    height: 31.25vw;
  }
  .product-detail-feature .feature-thumb video {
    position: relative;
    left: 0.625vw;
    top: 0.625vw;
    width: 23.75vw;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .product-detail-feature .feature-thumb.-is-selected video {
    -webkit-transform: scale(1.27);
    -ms-transform: scale(1.27);
    transform: scale(1.27);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .product-detail-feature .feature-thumb.-is-selected .icon-plus2-col {
    display: none;
  }
  .product-detail-feature .feature-lead {
    display: none;
  }
  .product-detail-feature1 {
    left: 9.375vw;
    top: -64.0625vw;
  }
  .product-detail-feature1 .feature-thumb {
    width: 25vw;
    height: 25vw;
  }
  .product-detail-feature2 {
    left: 15.625vw;
    top: -31.40625vw;
  }
  .product-detail-feature2 .feature-thumb {
    width: 25vw;
    height: 25vw;
  }
  .product-detail-feature3 {
    left: 12.5vw;
    top: 0;
  }
  .product-detail-feature3 .feature-thumb {
    width: 25vw;
    height: 25vw;
  }
  .product-detail-feature4 {
    left: -37.5vw;
    top: 9.375vw;
  }
  .product-detail-feature4 .feature-thumb {
    width: 25vw;
    height: 25vw;
  }
  .product-close-detail {
    left: 19.53125vw;
    top: 33.125vw;
  }
  .product-close-detail svg {
    width: 12.5vw;
    height: 12.5vw;
  }
  .product-body {
    position: static;
    width: 100vw;
  }
  .product-allergy {
    display: none;
  }
  .product-description {
    display: none;
  }
  .product-description:before {
    width: 12.5vw;
    height: 0.9375vw;
  }
  .product-description-panel {
    display: block;
    position: absolute;
    top: calc(50vh + 45vw);
    left: 12.5vw;
    width: 75vw;
    padding-top: 6.25vw;
    line-height: 1.5;
    font-size: 3.75vw;
  }
  .product-description-panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12.5vw;
    height: 0.9375vw;
    background-color: #303259;
  }
  #shop {
    padding-top: 31.25vw;
    padding-bottom: 0;
  }
  .shop-electricboard svg {
    width: 458.125vw;
    height: 17.1875vw;
  }
  .shop-electricboard .svg2 {
    left: 458.125vw;
  }
  .shop-electricboard-bg {
    top: 50%;
    left: 50%;
    width: 87.5vw;
    height: 131.25vw;
    background-size: cover;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .shop-typo {
    width: 100vw;
    height: 100vw;
  }
  .shop-typo img {
    width: 100%;
  }
  .shop-slide-wrap {
    height: 100vw;
  }
  .shop-slide {
    width: 100vw;
  }
  .shop-slide-item {
    height: 100vw;
    overflow: hidden;
  }
  .shop-slide-item img {
    width: auto;
    height: 100%;
    max-width: initial;
  }
  .shop-slide .slick-dots {
    bottom: -29.6875vw;
  }
  .shop-slide .slick-dots li {
    padding: 3.125vw;
    margin-left: 0.78125vw;
    margin-right: 0.78125vw;
  }
  .shop-slide .slick-dots li button {
    width: 3.125vw;
    height: 3.125vw;
  }
  .shoplist {
    display: block;
    width: 75vw;
    margin-top: 43.75vw;
  }
  .shoplist-item {
    width: 75vw;
    margin-right: 0;
    margin-bottom: 18.75vw;
  }
  #photo {
    padding: 0.78125vw;
  }
  .photolist-taglist {
    margin-top: 0.46875vw;
  }
  .photolist-tag {
    font-size: 2.8125vw;
  }
  .photolist-tag:before {
    margin-right: 0.46875vw;
  }
  .grid-item {
    width: 33.32%;
    padding-top: 33.32%;
  }
  .grid-item-large {
    width: 66.64%;
    padding-top: 66.64%;
  }
  .grid-contents {
    position: absolute;
    left: 0.78125vw;
    right: 0.78125vw;
    top: 0.78125vw;
    bottom: 0.78125vw;
  }
  .photo-modal-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .photo-modal-close {
    right: 3.75vw;
    top: 2.8125vw;
  }
  .photo-modal-close svg {
    width: 3.59375vw;
    height: 3.59375vw;
  }
  .photo-youtube {
    width: 95%;
    max-width: initial;
  }
  .photo-instagram {
    width: 380px;
  }
}
@media (max-width: 799px) and (max-width: 380px) {
  .photo-instagram {
    width: 100vw;
  }
}
@media (max-width: 799px) {
  #news {
    padding-top: 15.625vw;
  }
  #news .section-title {
    width: 29.0625vw;
    height: 6.875vw;
    margin-left: 6.25vw;
    margin-bottom: 12.5vw;
  }
  .newslist {
    display: block;
    margin-left: 6.25vw;
  }
  .newslist-item {
    width: 93.75vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-right: none;
  }
  .newslist-item + .newslist-item {
    margin-top: 12.5vw;
  }
  .newslist-body {
    width: 53.125vw;
    min-width: initial;
  }
  .newslist-lead {
    line-height: 1.5;
    font-size: 3.75vw;
  }
  .newslist-date {
    margin-top: 1.5625vw;
    font-size: 3.75vw;
  }
  .newslist-image {
    width: 31.25vw;
    max-width: initial;
  }
  .foot-electricboard {
    height: 62.5vw;
  }
  .foot-electricboard .icon-nothingbut {
    width: 222.65625vw;
    height: 62.5vw;
  }
  .foot-electricboard .svg2 {
    left: 222.65625vw;
  }
  .foot-electricboard .svg3 {
    display: none;
  }
}












/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




.svgDot {position:absolute; z-index: 100; height: 100%; left: 200px; pointer-events: none;}
@media (max-width:1400px){
	.svgDot {left: 150px;}
}
@media (max-width:1024px){
	.svgDot {display: none;}
}


@media screen and (max-width: 768px) {
.siaxuan li {
	padding: 10px;
	padding-top: 30px;
}

.waikuang {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}

.qh-zi {
	width: 100%;
}

.qh-zi h1 {
	font-size: 24px;
	margin: auto;
	line-height: 2;
}

.qh-zi p {
	font-size: 10px;
	margin: auto;
}

.qh-top img {
	width: 100%;
	height: auto;
}

.zi {
	width: 1400px;
	width: 100%;
	position: relative;
	top: 100px;
	margin-left: 50px;
	margin: auto;
	color: #fff;
	left: 10px;
	right: 0;
	max-width: 1305px;
}

.siaxuan li {
	float: left;
	list-style: none;
	width: 100%;
	max-width: 100px;
	height: auto;
	max-height: 100px;
	margin-right: 2%;
	margin-bottom: 10px;
}

ul.simplefilter {
	padding: 0;
	margin: 20px 0;
	width: 100%;
	margin-bottom: 0;
}

.siaxuan {
	display: flex;
	width: 100%;
}

.siaxuan li h1 {
	font-size: 18px;
	color: #555555;
	margin: auto;
	line-height: 2;
}

.siaxuan li p {
	font-size: 10px;
	color: #888888;
	margin: auto;
}

.siaxuan li {
	float: left;
	list-style: none;
	width: 100%;
	max-width: 80px;
	height: auto;
	max-height: 100px;
	padding: 20px;
	padding-top: 40px;
	margin-right: 2%;
	background: #f5f5f5;
}

.siaxuan-tow li {
	float: left;
	list-style: none;
	width: 100%;
	max-width: 80px;
	height: auto;
	max-height: 100px;
	padding: 10px 20px;
	margin-right: 2%;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.siaxuan-tow li p {
	font-size: 16px;
	color: #333;
	margin: auto;
	text-align: center;
}

.siaxuan-tow {
	display: flex;
	width: 100%;
}

.siaxuan-tow li h1 {
	font-size: 18px;
	color: #555555;
	margin: auto;
	line-height: 2;
}

.siaxuan-san li {
	float: left;
	list-style: none;
	width: 100%;
	max-width: 80px;
	height: auto;
	max-height: 100px;
	padding: 10px 20px;
	margin-right: 2%;
	background: #f5f5f5;
}

.siaxuan-san li p {
	font-size: 16px;
	color: #333;
	margin: auto;
	text-align: center;
}

.siaxuan-san {
	display: flex;
	width: 100%;
}

.siaxuan-san li h1 {
	font-size: 18px;
	color: #555555;
	margin: auto;
	line-height: 2;
}


li.active {
	background: #ffad64;
}

.siaxuan li.active h1 {
	color: #fff;
}

.siaxuan li.active p {
	color: #fff;
}

.siaxuan-tow .active p {
	color: #fff;
}

.siaxuan-san .active p {
	color: #fff;
}

.gundon.swiper.mySwiper {
	width: 100%;
	height: 100%;
	margin-bottom: 100px;
	margin-top: 50px;
}

.swiper-slide .gundon-sli {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide .gundon-sli img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gundon.swiper.mySwiper img {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
}

}

@media screen and (max-width: 640px){
	.waikuang .swiper-button-prev,
	.waikuang .swiper-button-next,
	.waikuang .swiper-rtl .swiper-button-prev,
	.waikuang .swiper-rtl .swiper-button-next{ display: none; }
	.zi{ max-width:90%; left:0;}

	.waikuang .swiper-horizontal>.swiper-pagination-bullets,
	.waikuang .swiper-pagination-bullets.swiper-pagination-horizontal,
	.waikuang .swiper-pagination-custom,
	.waikuang .swiper-pagination-fraction{ bottom:10px;}
	.waikuang .swiper-pagination-bullet{ width:11px; height:11px; background: #fff; opacity:.7;}
	.waikuang .swiper-pagination-bullet-active{ opacity:1; background:var(--swiper-pagination-color,var(--swiper-theme-color));}
	
}






