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

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

html{
  background:url("../images/deco.png") top center repeat-y, url("../images/bg.jpg") top center repeat;
}

h2, h3, .titleC p, menu a{font-family: 'Kaisei Opti', 'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}


/*------------------------------ PC ------------------------------*/
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
    @media screen and ( max-width: 991px ){
        .WRAPPER{ min-width:100%;}
    }
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/*zero*/
.circle img, .hightlight img, .hightlight_5p img, .circle_5p img { object-fit: contain;}
.alternate ul:nth-child(even){margin: -102px auto 25px;}

.quotes, .crosswise_3p, .hightlight{
    margin-top: 0;
}
.recommend_2p, .triple, .various, .hightlight_5p, .toptitle, .brand, .broadwise, .crosswise_3p, .circle, .rectangle_3p, .hightlight, .photograph, 
.circle_5p, .round_3p, .quotes, .recommend{
    margin-bottom: 0px;
}
.banner {
    margin:0 auto;
}
.banner {
    padding: 0;
}
.bnbg{
  padding: 30px 0;
}

/*color*/
.half ul{
    background:#fff;
}
.box-mix ul.quotes li{
    background:url("../images/bg1.jpg") center repeat;
}
.hightlight .font h4{
    background:url("../images/bg4.jpg") center repeat;
}
.hightlight3 .scene-nobox .sliderbg, .alternate ul:nth-child(odd) li:first-child, .alternate ul:nth-child(even) li:last-child{
    background:url("../images/bg4.jpg") center repeat;}

.hightlight2 .one-time ul.ot li:nth-child(2), .hightlight2 .one-time ul.ot li:nth-child(6), .hightlight3 .one-time ul.ot li:nth-child(2), 
.hightlight3 .one-time ul.ot li:nth-child(6){
    background:url("../images/bg6.jpg") center repeat;
}
.hightlight2 .one-time ul.ot li:nth-child(4) span, .hightlight3 .one-time ul.ot li:nth-child(4) span{
    background:url("../images/bg9.jpg") center repeat;
}
.alternate ul:nth-child(odd) li:first-child .font h4, .alternate ul:nth-child(even) li:last-child .font h4, 
.alternate ul:nth-child(odd) li:first-child .font .price big, .alternate ul:nth-child(even) li:last-child .font .price big, 
.box-mix ul.quotes .font .price, .box-mix ul.quotes .font .price big{
    color: #bc1d2e;
}
.alternate ul:nth-child(even) li:last-child .font, .alternate ul:nth-child(even) li:last-child .font .price,
.alternate ul:nth-child(odd) li:first-child .font, .alternate ul:nth-child(odd) li:first-child .font .price,
.hightlight2 .one-time ul.ot li:nth-child(3) span, .hightlight3 .one-time ul.ot li:nth-child(3) span{
    color: #444;
}
.slick5itam-2 h4, .slick5itam-2 p, .box-mix ul.quotes .font h4, .box-mix ul.quotes .font p, .hightlight .font h4{ 
    color: #fff;
}

/*title*/
.titleC {
  width: 1200px;
  margin:80px auto -10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:url("../images/tpbg.png") top center no-repeat;
  position: relative;
  height: 280px;
}
.titleC h2 {
  position: relative;
  padding: 10px 0 0 0;
  color: #fff;
  letter-spacing: 3px;
  width: 1200px;
  font-size: 3.5rem;
  line-height: 4rem;
}
.titleC p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 2px;
}
.titleC p:before{
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 100px;
  left: 320px;
}
.titleC p:after{
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 100px;
  right: 320px;
}

.cpboxbtn{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.cpboxbtn img{
  width: 150px;
  margin: 0 5px;
}
.cpboxbtn a{transition: .5s;}
.cpboxbtn a:hover{transition: .5s; transform: scale(0.95);}

.cpbox .titleC{
  background:none;
  margin: 0 auto;
  display: flex;
  height: auto;
  flex-direction: row;
}
.cpbox{
  margin-bottom: 60px;
}
.cpbox .titleC p{
  width: 1130px;
  line-height: 4rem;
  padding: 25px 0px 5px 0;
  text-align: center;
  background:url("../images/bg4.jpg") center repeat;
}
.cpbox .titleC img{
  width: 400px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
}
.cpbox .titleC p:before{
  display: none;
}
.cpbox .titleC p:after{
  display: none;
}

@media screen and ( max-width: 991px ){
  .titleC{
    margin-top: 0;
    height: 260px;
  }
  .titleC h2 {
    background:url("../images/tbg_m.png") center no-repeat;
    font-size: 3rem;
    line-height: 4rem;
    line-height: 4rem;
    background-size: cover;
    margin-bottom: 0;
  }
  .titleC p{
    font-size: 1.2rem;
  }
  .titleC p:before{
    left: 360px;
  }
  .titleC p:after{
    right: 360px;
  }
  .cpboxbtn{
    width: 100%;
    flex-wrap: wrap;
  }
  .cpboxbtn img{
    width: 110px;
  }
}

/*bg*/
.sbg{
  width: 1200px;
  margin: 0px auto;
  padding: 10px 0 30px 0;
  background:url("../images/bg7.jpg") top center repeat;
}

/*kv*/
.kv4bg{
  position: absolute;
  top: 0;
  right: -208px;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.kv4{
  width: 380px;
  height: 5994px;
  animation: slide 95s linear infinite;
  background: url("../images/loop.png")top left repeat-x;
  background-size: contain;
  position: relative;
  transform: rotate(14deg);
}
img.kv1{
  left: -56px;
  animation:flipInX 0.6s;
  animation-delay: 0.1s;
}
img.kv2{
  left: -360px;
  top: 207px;
  animation:swing 10s infinite;
  animation-delay: 1s;
}
img.kv3{
  right: 189px;
  animation:swing 8s infinite;
  animation-delay: 2s;
}

.topbox img{position: absolute;animation-fill-mode: backwards;}

@keyframes slide {
  0% {
    transform: rotate(14deg) translate3d(0, -140px, 0);
  }
  100% {
    transform: rotate(14deg) translate3d(0, -5994px, 0);
  }
}

/*-- 錨點微調 --*/
.target-fix {position: relative;top: -200px;display: block;height: 0;overflow: hidden;}
@media screen and ( max-width: 991px ) {
.target-fix {top:-50px;}
}

/*linkbg*/
.linkbg {
  padding:60px 0;
  background:url("../images/bg4.jpg") top center repeat;
  display: flex;
  justify-content: center;
}
.link, .btmbg {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.linkbg a, .btmbg a{transition: .5s;}
.linkbg a:hover, .btmbg a:hover{transition: .5s; transform: scale(0.95);}

@media screen and ( max-width: 991px ){
  .linkbg{padding: 10px 0;}
  .link {
      flex-direction: column;
  }
  .link img, .btmbg img{
      width: 100%;
  }
}

/*special_5p_1*/
.special_5p_1 .hightlight_5p ul li:first-child{height: 430px;}
.special_5p_1 .hightlight_5p ul li{height: 330px;}
.special_5p_1 .title_AA h2{
    color: #fcf5e3;
    font-size: 3rem;
}
.special_5p_1 {
  margin: 10px auto;
  background: url(../images/spbtt_bg_pink.png) top center no-repeat;
  background-size: cover;
}
.special_5p_1 .hightlight_5p ul li{
  margin-top: 110px;
}
.section6 .special_5p_1 {
  background: url(../images/spbtt_bg_pink1.png) top center no-repeat;
  background-size: cover;
}
.section6 .special_5p_1 .hightlight_5p ul li:last-child{
  width: 280px;
  height: 430px;
  margin-top: 10px;
  padding-top: 10px;
}
.section6 .special_5p_1 .hightlight_5p ul li:last-child img{
  width: 280px;
  height: 280px;
  margin: 0 auto 10px;
}
.section6 .special_5p_1 .hightlight_5p ul li:last-child p {
  padding: 8px 15px 0;
}
.section6 .special_5p_1 .hightlight_5p ul li:first-child{
  width: 210px;
  height: 330px;
  margin-top: 110px;
  padding-top: 0;
}
.section6 .special_5p_1 .hightlight_5p ul li:first-child img{
  width: 210px;
  height: 210px;
  margin: 0 auto;
}
.section6 .special_5p_1 .hightlight_5p ul li:first-child p{
  padding: 0 0.2vw;
}
@media screen and ( max-width: 991px ){
    .special_5p_1 .hightlight_5p ul li:first-child, .special_5p_1 .hightlight_5p ul li{height: auto;}
    .special_5p_1 .hightlight_5p ul li{margin-top: 0;}
    .special_5p_1, .section6 .special_5p_1 {  background: none;}

    .section6 .special_5p_1 .hightlight_5p ul li:last-child{
      width: 100vw;
      height: auto;
      margin-top: 0px; 
      padding-top: 10px;
          padding: 3vw;
    margin: 1vw 3vw;
    }
    .section6 .special_5p_1 .hightlight_5p ul li:last-child p{
      padding:3%;
    }
    .section6 .special_5p_1 .hightlight_5p ul li:last-child h4{
      background: none; 
    }
    .section6 .special_5p_1 .hightlight_5p ul li:last-child a {
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
    }

    .section6 .special_5p_1 .hightlight_5p ul li:last-child img{
      width: 45vw;
      height: 60vw;
      margin: 0 auto 10px;
      }

    .section6 .special_5p_1 .hightlight_5p ul li:first-child a{
      flex-direction: column;
    }
    .section6 .special_5p_1 .hightlight_5p ul li:first-child{
      width: 46vw;
      height: auto;
      margin: 1vw;
      margin-top: 0;
      margin-bottom: 8px;
      padding: 0;
    }
    .section6 .special_5p_1 .hightlight_5p ul li:first-child img{
      width: 46vw;
      height: 46vw;
    }
    .hightlight_5p ul li:first-child .font{
      padding: 0 0 .2vw;
    }

    body > div > div.container > div > div:nth-child(13) > div > div > ul > li:nth-child(1) > a > span,
    body > div > div.container > div > div:nth-child(17) > div > div > ul > li:nth-child(1) > a > span{
      margin: 0 0 3vw 0 !important;    
    }
    body > div > div.container > div > div:nth-child(13) > div > div > ul > li:nth-child(1) > a > span > h4,
    body > div > div.container > div > div:nth-child(17) > div > div > ul > li:nth-child(1) > a > span > h4{
      background: var(--PV-eslite);
      color: #fff;
    }
    body > div > div.container > div > div:nth-child(17) > div > div > ul > li:nth-child(5) > a > span > h4,
    body > div > div.container > div > div:nth-child(13) > div > div > ul > li:nth-child(5) > a > span > h4{
      color: var(--PV-eslite);
    }
}

/* 三品 box3 bg_2-sw */
.box3 .bg_2-sw{ display: flex;flex-wrap: wrap;width: 1160px;margin: 0 auto;position: relative;}
.box3 .bg_2-sw .half02 { width: 366px; height:530px; margin: 10px 10px; border-radius: 10px; background:url("../images/bg2.jpg") repeat;position: relative;}
.box3 .half02 ul{padding:30px 30px 30px 30px;}
.box3 .half02 ul li a:hover, .half02 ul li:hover{transform: scale(1);}
.box3 .half02 ul li:nth-child(1) img{width: 320px; height: 320px; object-fit: cover ;margin: 40px auto 0;}
.box3 .half02 ul li:nth-child(2){background:url("../images/bg5.jpg") repeat;width: 80px;height: 80px; border-radius: 50%; display: flex;align-items: center;justify-content: center;position: absolute; top: 12px;left:6px;}
.box3 .half02 ul li:nth-child(2) p{font-size: 20px;color: #fff;margin-top: 0;}
.box3 .half02 ul li:nth-child(2) big{font-size: 48px;color: #fff;}
.box3 .half02 ul li:nth-child(3){position: absolute; top: 20px;left: 92px;font-size: 25px;color: #b73c55; }
.box3 .half02 ul li:nth-child(3) span{font-size: 28px;color:#fff;/*font-weight: bold;*/}
.box3 .half02 ul li:nth-child(4){position:relative; bottom: 0px;left:0px;text-align: left;}
.box3 .half02 ul li:nth-child(4) span{background: url("../images/bg5.jpg");color:#fff;padding: 2px 10px;font-size:20px;text-align: left;line-height: 32px;}
.box3 .half02 ul li:nth-child(5){position:relative; bottom: 0px;left:0px;}
.box3 .half02 ul li:nth-child(5) span{color: #444;padding: 5px 10px;font-size: 18px;text-align: left;background: url("../images/bg7.jpg");}
.box3 .half02 ul li:nth-child(6){background:url("../images/bg5.jpg") repeat;width: 80px;height: 80px; border-radius: 50%;  top: 440px;right: 10px;display: flex;align-items: center;justify-content: center;position:absolute;}
.box3 .half02 ul li:nth-child(6) p{color: #fff;border-radius: 50%; font-size: 26px;margin-top: 0;}
.box3 .half02 ul li .price p{ font-size: 1.4rem; color: #b73c55; font-weight: bold; line-height: 0.6; padding-bottom: 15px; padding: 5px;}

      .box3 .sw .scene {
        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;
      }

      .box3 .sw .scene img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
@media screen and ( max-width: 991px ){
    .box3 .bg_2 .swiper{ padding-bottom: 0vw;}
    .box3 .bg_2-sw{ display: flex;flex-wrap: wrap;width: 96vw;margin: 0 auto;}
    .box3 .bg_2-sw .half02{ width:94vw; height:auto; margin: 2vw auto;}
    
    .box3 .half02 ul{padding:5vw 2vw 0;}

    .box3 .half02 ul li:nth-child(1) img{width:80vw; height: 80vw; object-fit: contain;margin: 9vw auto 0;}
    .box3 .half02 ul li:nth-child(2){width: 20vw;height:20vw; border-radius: 50%; display: flex;align-items: center;justify-content: center;position:absolute;top: 2vw; left: 2vw;}
    .box3 .half02 ul li:nth-child(2) p{font-size:1.2rem;}
    .box3 .half02 ul li:nth-child(2) big{font-size: 3rem;}
    .box3 .half02 ul li:nth-child(3){position:relative; top: 0;left:0;font-size:2rem;text-align: center;margin-top: 10px;}
    .box3 .half02 ul li:nth-child(3) span{font-size: 2rem;}
    .box3 .half02 ul li:nth-child(4){position:relative; bottom:0;left: 0;top: 0; text-align:center;margin: 20px auto;}
    .box3 .half02 ul li:nth-child(4) span{padding: 5px 10px;font-size:1.4rem;line-height:2.6rem;}
    .box3 .half02 ul li:nth-child(5){position:relative; bottom:0;left: 0;text-align:center;margin: 0 auto;}
    .box3 .half02 ul li:nth-child(5) span{;padding: 5px 10px;font-size: 1rem;text-align:center}
    .box3 .half02 ul li:nth-child(6), .box3 .half02 ul li:nth-child(6) p,.half02 ul li:nth-child(6){display: none;}
    .box3 .half02 .scene { background-position: center; background-size: cover; width:95vw; height: auto;margin-bottom:20px; }
}



/*crosswise_3p挖空*/
.blk_spa .cp1 .crosswise_3p{background:url("../images/bw1.png") top -60px center no-repeat;}
.blk_spa .cp2 .crosswise_3p{background:url("../images/bw2.png") top -60px center no-repeat;}
.blk_spa .cp3 .crosswise_3p{background:url("../images/bw3.png") top -60px center no-repeat;}
.blk_spa .cp4 .crosswise_3p{background:url("../images/bw4.png") top -60px center no-repeat;}
.blk_spa .cp5 .crosswise_3p{background:url("../images/bw5.png") top -60px center no-repeat;}
.blk_spa .cp6 .crosswise_3p{background:url("../images/bw6.png") top -60px center no-repeat;}

.blk_spa .crosswise_3p {
    margin: 20px auto 0;
}
.blk_spa ul.crosswise_3p_sp li:nth-child(2){ margin-left: 386px;}

@media screen and ( max-width: 991px ){
  .blk_spa .cp1 .crosswise_3p,
  .blk_spa .cp2 .crosswise_3p,
  .blk_spa .cp3 .crosswise_3p,
  .blk_spa .cp4 .crosswise_3p,
  .blk_spa .cp5 .crosswise_3p,
  .blk_spa .cp6 .crosswise_3p{background: none;}
  .blk_spa ul.crosswise_3p_sp li:nth-child(2){ margin-left: 0px;}

  .c3p img{
    width: 100vw;
    height: auto;
    margin: -30px auto 0 auto;
  }
}

/*輪播 變形*/
.section1 .bg_1200{display: flex;flex-wrap: wrap;
    flex-direction:row;align-items: center;
    justify-content: center;}
.section1 .zasshi-page{width: 545px; height: 758px; background:url("../images/bg2.jpg"); background-size:  cover; overflow: hidden;position: relative;margin: 10px;}
.section1 .zasshi-page1 a{z-index: 99;position: relative;}

.section1 .proname{position: relative;bottom: 150px;z-index: 90;text-align: left;}
.section1 .proname span{color: #fff; background:url("../images/bg3.jpg"); padding: 4px 15px;line-height: 30px;font-size: 16px;}
.section1 .proprice{color: #2094a0; background: #fff; padding: 4px 15px;line-height: 30px;font-size: 16px;bottom: 130px;z-index: 90;text-align: left;position: relative;}
.section1 .proclick{color: yellow; background: url("../images/bg6.jpg");width: 130px; height: 130px;line-height: 30px;bottom: 250px; left: 380px; z-index: 90;text-align: left;position: relative;border-radius: 100px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;font-size: 36px;animation-name:ani-big; animation-duration: 1s;animation-iteration-count:infinite; animation-timing-function:step-end;animation-delay: -0.1s;}
@keyframes ani-big{0%{ transform:scale(1.05);} 50%{ transform:scale(1);} 100%{ transform:scale(1.05);}}
.section1 .swiper-slide li{width: 545px;}
.section1 .swiper-slide1-1 img{width: 420px;height: 630px; object-fit: contain; position: absolute;top: 60px;z-index: 30;}
.section1 .swiper-slide1-1 div:nth-child(1){color: #dbc189;position: absolute; top: 30px; width:500px;text-align: left; font-size: 44px;z-index: 90;}
.section1 .swiper-slide1-1 div:nth-child(1) p{color: #fff;position: absolute; top: 30px; width:500px;text-align: left; font-size: 18px;z-index: 90; margin-top: 16px;}
.section1 .swiper-slide1-1 div:nth-child(2){color: #2094a0;position: absolute; top: 30px;right: 52px; left:30px; text-align: left; font-size: 20px;z-index: 90;font-weight: 500;;line-height: 24px;animation-name:ani-rotate; animation-duration: 1s;animation-iteration-count:infinite; animation-timing-function:step-end;}
@keyframes ani-rotate{0%{ transform:rotate(3deg);} 50%{transform:rotate(-5deg);} 100%{transform:rotate(3deg);}}

.section1 .swiper-slide1-2 img{width: 420px;height: 470px; object-fit: contain; position: absolute;top: 25px;right: 10px;z-index: 30;}
.section1 .swiper-slide1-2 div:nth-child(2){color:#2094a0;position: absolute; top: 520px;left: 100px; text-align: left; font-size: 20px;z-index: 90;font-weight: 500;line-height: 24px;animation-name:ani-jump; animation-duration: 1s;animation-iteration-count:infinite; animation-timing-function:step-end;}
.section1 .swiper-slide1-2 div:nth-child(2) img{width: 45px;height: 94px;position: absolute;top: -50px; left: -50px;}
@keyframes ani-jump{0%{ transform:translateY(0px);} 50%{ transform:translateY(-8px);} 100%{ transform:translateY(0px);}}
.section1 .swiper-slide1-2 img:nth-child(3){width: 111px; height: 110px;top: 44px; left: 31px;}

.section1 .swiper-slide1-3 img{width: 480px;height: 520px; object-fit: contain; position: absolute;top: 130px;left: 10px;z-index: 30;}
.section1 .swiper-slide1-3 div:nth-child(2){ width: 545px; color: #2094a0;position: absolute; top: 45px;right: 0; text-align:center; font-size: 20px;font-weight: 500;line-height: 24px;animation-name:ani-big; animation-duration: 1s;animation-iteration-count:infinite; animation-timing-function:step-end;z-index: 99;}
.section1 .swiper-slide1-3 div:nth-child(2) img{width: 324px;height:22px;position: absolute;top:30px; left: 120px;z-index: 99;}


.section1 .swiper-slide1-4 img{width: 420px;height: 470px; object-fit: contain; position: absolute;top: 105px;right: 10px;z-index: 30;}
.section1 .swiper-slide1-4 div:nth-child(2){ color: #fff;position: absolute; top: 30px;left: 50px;; text-align:center; font-size: 20px;z-index: 90;font-weight: 500;line-height: 24px;animation-name:ani-rotate; animation-duration: 1s;animation-iteration-count:infinite; animation-timing-function:step-end;background:url("../images/bg4.jpg"); border-radius: 50%;width: 150px; height:150px;display: flex;flex-wrap: wrap;justify-content: center;align-items:center;}
.section1 .swiper-slide1-4 img:nth-child(3){width: 435px; height: 431px;top:65px; left: 50px;}

.section1 .zasshi-page3 .swiper-slide1-1 div:nth-child(2){color: #fff;position: absolute; top: 280px;right: 52px; text-align: left; font-size: 20px;z-index: 90;font-weight: 500;writing-mode: vertical-rl;line-height: 24px;animation-name:ani-rotate; animation-duration: 1s;animation-iteration-count:infinite; animation-timing-function:step-end;}
.section1 .zasshi-page4{position:relative;top:-1110px; left: 610px;}


.section1 .swiper-container {
  width: 545px; z-index: 99;padding: 0 0px;
  height:758px; overflow: hidden; display: flex; flex-wrap: wrap;
}
.section1 .swiper-wrapper{z-index: 99;width: 545px; height: 758px;}
.section1 .swiper-slide {width: 545px;
  /* 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; margin-right: 0px;
}

  @media screen and ( max-width: 991px ){
    .section1 .swiper-container {
    width: 100%; z-index: 99;padding: 0 0vw; background:url("../images/bg2.jpg")repeat;
    height:auto;
  } 
.section1 .swiper-wrapper{width:100%;height:130vw;}
.section1 .swiper-slide{width:100%; text-align:center;}
.section1 .swiper-slide img{ width:100%; max-height: 100%; margin:0 auto;}
    
    
.section1 .zasshi-page{width:94vw; height:auto; background:url("../images/bg2.jpg")repeat;overflow: hidden;position: relative; margin: 0 auto 4vw;}
.section1 .zasshi-page1{position: relative;top: 0px; left: 0px;}
.section1 .zasshi-page2{position:relative;top:0px; left: 0px;}
.section1 .zasshi-page3{position: relative;top:0px; left: 0px;}
.section1 .zasshi-page4{position:relative;top:0px; left: 0px;}
    
.section1 .proname{position: relative;bottom: 5vw;z-index: 90;text-align: left;}
.section1 .proname span{padding: 4px 15px;line-height: 30px;font-size: 16px;text-align: left;}
.section1 .proprice{padding: 4px 15px;line-height: 30px;font-size: 16px;bottom:10px;z-index: 90;position: relative;}
.section1 .proclick{width:90%; height:36px;line-height: 30px;bottom: 0px; left: 0px; z-index: 90;text-align:center;position: relative;border-radius: 100px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;font-size: 24px;animation-name:none;margin: 0 auto 3vw;}   
    
  
.section1 .swiper-slide li{width: 94vw;}
.section1 .swiper-slide1-1 img{width:94vw;height:94vw; object-fit: contain; position: relative;top: 90px; left: 0px;}
.section1 .swiper-slide1-1 div:nth-child(1){color: #dbc189;position: absolute; top: 10px; width:100%;text-align: center; font-size: 36px;z-index: 90;}
.section1 .swiper-slide1-1 div:nth-child(1) p{color: #fff;position: absolute; top: 30px; width:100%;text-align: center; font-size: 14px;z-index: 90; margin-top: 16px;}
.section1 .swiper-slide1-1 div:nth-child(2){position: absolute;top:5vw;right:0; text-align:center; font-size: 16px;z-index: 90;font-weight: 500;line-height: 24px;animation-name:none;color: #2094a0;padding: 0 5vw; width: 100%;margin: 0 auto;}
  
.section1 .swiper-slide1-2 img{width:94vw;height:94vw; object-fit: contain; position:relative;top: 90px;left: 0;}
.section1 .swiper-slide1-2 div:nth-child(2){color: #2094a0;position: absolute; top: 5vw;left: 0px; width:100%;text-align: center; font-size: 16px;z-index: 90;font-weight: 500;line-height: 24px;animation-name:none; }
.section1 .swiper-slide1-2 div:nth-child(2) img{display: none;}
.section1 .swiper-slide1-2 img:nth-child(3){display: none;}
    
.section1 .swiper-slide1-3 img{width:94vw;height:94vw;  object-fit: contain; position: relative;top: 90px; left: 0px;}
.section1 .swiper-slide1-3 div:nth-child(2){ width: 100%; color:#2094a0;position: absolute; top: 5vw;right: 0; text-align:center; font-size: 16px;z-index: 90;font-weight: 500;line-height: 24px;animation-name:none;padding: 0 15vw;}
.section1 .swiper-slide1-3 div:nth-child(2) img{display: none;}
    
.section1 .zasshi-page3 .swiper-slide1-1 div:nth-child(2){color: #fff;position: absolute; top:25vw;right: 13vw; text-align: left; font-size: 14px;z-index: 90;font-weight: 500;writing-mode: vertical-rl;line-height: 24px;animation-name:none;}
    
.section1 .swiper-slide1-4 img{width:94vw;height:94vw; object-fit: contain; position: relative;top: 90px; left: 0px;}
.section1 .swiper-slide1-4 div:nth-child(2){ color: #fff;position: absolute; top: 30px;left: 50px;; text-align:center; font-size: 14px;z-index: 90;font-weight: 500;line-height: 20px;animation-name:none; background:url("../images/bg4.jpg"); border-radius: 50%;width: 100px; height:100px;display: flex;flex-wrap: wrap;justify-content: center;align-items:center;}
.section1 .swiper-slide1-4 img:nth-child(3){display: none;}
}

/* ------------------------------ mobile ------------------------------*/

@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }

    /*witch auto*/
    h2, .sbg, .titleC, .titleC h2 {width: 100%;}

    /*.alternate */
    .alternate .font h4{ /*white-space: break-spaces*/;overflow: inherit;}
    .alternate ul:nth-child(even) {    margin: 0px auto 25px;}
    .alternate ul:nth-child(odd) li:first-child .font h4.t4, .alternate ul:nth-child(even) li:last-child .font h4.t4{ padding: 5px 0;}
}


/*------------------------------ navbar ------------------------------ */

/*for mobile*/
menu{display:none;}
    @media screen and ( max-width: 428px ){
        menu{ display:block;}
        .deco_arrows{ width:1vw; }
    }
menu ul{
    position:relative;
    /*bottom:0;*/
    top: 0;
    left:0;
    margin:0;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    background:url("../images/bg5.jpg") top center repeat;
    z-index:1000;
    padding:2px 0;
    border-top:none;
    justify-content: center;
}
menu ul li{
    border-right:1px solid #ffffff60;
    border-bottom:1px solid #ffffff60;
    padding:10px 0;
    width:20%;
    box-sizing:border-box;
    text-align:center;
}
#navbarm > ul > li:nth-child(2){
  width: 40%;
}
menu ul li:nth-child(4), menu ul li:nth-child(9){
    border-right:none;
}
menu ul li:nth-child(5), menu ul li:nth-child(9), menu ul li:nth-child(7), menu ul li:nth-child(8), menu ul li:nth-child(6){
    border-bottom:none;
}
menu a{
    font-size:14px;
    color:#fff !important;
    text-decoration:none;
}

@media screen and ( max-width: 428px ) {
  .stickym{ padding-top:0px !important;}
}
.stickym {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 78px;
  z-index: 1111;
}

/*rightmenu*/
.rightmenu {
  position: fixed;
  width: 120px;
  height: auto;
  background: url(../images/bg3.jpg) center repeat;
  z-index: 11;
  opacity: 0.95;
  top: 18%;
  right: 1%;
  line-height: 28px;
  text-align: center;
  border-radius: 20px;
  padding: 15px 0;
  font-weight: 700;
}

.rightmenu a {
  color: #fff;
  line-height: 30px;
  font-family: 'Kaisei Opti';
}
.rightmenu a:hover{
  color: #fff7ad ;
}

/*--goto top--*/          
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          
#gotop::after {position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/top.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}         
#gotop:hover {cursor: pointer;background-color: #666;}          
#gotop:active {background-color: #ccc;}          
#gotop.show {opacity: 0.4;visibility: visible;}          
@media screen and ( max-width: 991px ){          
#gotop {bottom: 70px;right: 0;margin: 2vw;}
}         
/*share url*/
#share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
#share::after{position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/share.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}
#share:hover{cursor: pointer;background-color: #666;}
#share:active{background-color: #666;}
@media screen and ( max-width: 991px ){
#share{bottom:115px;right: 0;margin: 2vw;}
}                    
@media screen and ( max-width: 991px ){          
html{padding-bottom: 80px;}          
}         




