/* iweb32-style02
 * Copyright 2016, TANK
 * 
 * 2016 / 10 / 19
 */

 .wow{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.2s;animation-duration:1.2s}
.deck01{position:absolute;top:-30px;right:90px;opacity:1;z-index:1;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;transform:matrix(1,0,0,1,-23.512,0)}
.deck02{position:absolute;bottom:0;left:60%;opacity:1;z-index:1;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;transform:matrix(1,0,0,1,-23.512,0)}
.deck01 img{animation:iconRotate2 1s ease-in-out both alternate-reverse infinite}
.btn1 a{position:relative;display:flex;max-width:190px;font-size:16px;font-weight:500;letter-spacing:0.1em;color:#fff;background-color:#b7a179;padding:12px 21px 12px 27px;font-family:"cwTeXFangSong",serif;justify-content:flex-start;margin-top:30px}
.btn1{width:100%}
.btn1 a::before{content:"";position:absolute;top:calc(50% + 3px);right:21px;width:30px;height:1px;background-color:#fff;-webkit-transition:all 0.3s;transition:all 0.3s}
.btn1 a::after{content:"";position:absolute;top:calc(50% - 3px);right:21px;border-style:solid;border-width:0 0px 8px 6px;border-color:transparent transparent transparent #fff;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:all 0.3s;transition:all 0.3s}
.btn1 a:hover{opacity:0.8}
.btn1 a:hover::before,.btn1 a:hover::after{right:13px}
section .topBox p span{color:#b7a179;margin-top:20px;text-transform:uppercase}
section .Txt{width:calc(50% - 60px);padding-left:60px}
section .topBox{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;/* padding-bottom: 30px; */flex-direction: column;}
section .topBox h1{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;margin:0 40px;letter-spacing:3px}
section .topBox p{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;font-size:18px;letter-spacing:5px;margin-right:auto;color:#5f4f45;line-height:140%;font-weight:500;margin-bottom: 20px;}
section .bottomBox .btnBox{margin-top:50px}
section #products .topBox{padding-left:0;padding-right:20px;width:210px}

 /* aboutWrap */
 #recomWrap{}
 #aboutWrap{position:relative;padding:230px 0 100px 0}
 #aboutWrap section{overflow:hidden;position:relative;margin:auto;background-size:contain;z-index:1}
 #aboutWrap .track{position:absolute;width:100vw;max-width:100%;height:210px;overflow:hidden;z-index:10;top:0.8rem;white-space:nowrap}
 #aboutWrap .track p{font-weight:600;font-size:170px;margin:0;text-transform:uppercase;letter-spacing:2px;line-height:1;will-change:transform;animation:marquee 60s linear infinite;color:transparent;-webkit-text-stroke:1px #fff;font-family:'Noto Serif JP',serif}
 @keyframes marquee{from{transform:translateX(0)}
 to{transform:translateX(-50%)}
 }#aboutWrap #treeCanvas{position:absolute;z-index:0;top:310px;left:45%}
 #aboutWrap section #articleInfo7 .info{margin:0 auto;width:calc(50% - -340px);text-align:center;font-size:18px;color:#484848}

 /* products */
#recomWrap{position:relative;background-image:url(/images/02/index/img-bg.png);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;overflow:hidden}
#recomWrap:before{content:"";position:absolute;background-image:url(/images/02/index/img-product-bg.png);background-size:cover;background-repeat:no-repeat;width:1680px;height:720px;top:-50px;left:-50px}
#products{position:relative;display:flex;padding:140px 0 50px 0;justify-content:space-between}
#products .topBox .enTextBox{padding-right:0;}
#products .btn1{padding-right:30px}
#products .btn1 a{margin-top:0;padding: 10px 30px;}
#products .btn1 a::before,#products .btn1 a::after{display:none}
section  #products .topBox .enTextBox{padding-right:0;padding-left:20px;padding-top:60px}
.deckTop{animation-name:fadeInDown;-webkit-animation-name:fadeInDown}
.deckTop h3{position:relative;margin:0 0 40px;font-size:20px;font-weight:600;color:#242424;letter-spacing:1px;z-index:1}
#products .deckTop p{margin:0 0 0px;padding:0 0 140px 0;text-align:center;text-transform:uppercase;font-weight:bold;letter-spacing:1.5px;font-family:'Noto Serif TC',serif;color:#6e3a19;font-size:38px}
#products ul{overflow:hidden;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;width:calc(100% - 250px);padding:0 30px}
.slick-prev{width:auto}
.slick-prev,.slick-next{position:absolute;margin-top:-10px;padding:0;color:transparent;border:none;outline:none;background:transparent;line-height:0;font-size:0;cursor:pointer;top:-110px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
#products ul li{overflow:hidden;position:relative;margin:0 15px;display:inline-block;vertical-align:top;-webkit-transition:all .9s ease;-o-transition:all .9s ease;transition:all .9s ease;background-color:#000}
#products ul li .bookStyle{position:relative;-webkit-transition-delay:0s;transition-delay:0s}
#products ul li .bookStyle a{position:absolute;width:100%;height:100%;top:0;left:0;z-index:10}
#products ul li .bookStyle .productPhoto{transition:all 0.4s cubic-bezier(0.39,0.58,0.57,1);background-size:cover;opacity:0.8}
#products ul li .bookStyle .productPhoto:before{position:absolute;width:100%;height:100%;background:linear-gradient(to top,#0a0a0a -15%,rgb(26 24 25 / 0%) 50%);top:10px;left:0;z-index:1;content:"";opacity:1}
#products ul li .bookStyle .productPhoto img{}
#products ul li .info{padding-bottom:0;-webkit-transition:opacity 0.15s,-webkit-transform 0.15s;transition:opacity 0.15s,transform 0.15s;display:flex;align-items:center;position:absolute;top:12%;left:45%;flex-direction:column}
#products ul li .info h3{overflow:hidden;padding:0;font-weight:400;text-overflow:ellipsis;white-space:nowrap;color:#616161}
#products ul li .info h3{letter-spacing:4px;text-align:center;font-weight:400;font-size:19px;color:#fff;margin-bottom:0px;writing-mode:vertical-rl;font-family:'Noto Serif TC',serif}
#products ul li .info h3 font{display:inline-block;font-weight:500;line-height:160%}
#products ul li .info h3 span{margin-right:4px;display:inline-block}
#products ul li .info p{margin:0px 0 0;display:block;text-align:center;font-family:"Roboto",Arial,Tahoma,sans-serif;letter-spacing:.8px;font-weight:400;font-size:15px;color:rgb(255 255 255 / 60%);opacity:0;-webkit-transition-delay:0s;transition-delay:0s}
#products ul li.slick-center .info p{opacity:1;-webkit-transition-delay:.5s;transition-delay:.5s}
#products ul li.slick-center .bookStyle{margin:0;-webkit-transition-delay:.5s;transition-delay:.5s}
#products .btn{position:relative}
#products .btn a{position:absolute;width:26px;height:26px;border:solid #fff;display:block;top:calc(100% - 290px);z-index:20}
#products .btn a#product_prev{border-width:1px 0 0 1px;transform:rotate(-45deg);left:30px}
#products .btn a#product_next{border-width:1px 1px 0 0;transform:rotate(45deg);right:30px}
#products .slick-prev{left:30px;background:none}
#products .slick-prev:before{content:url(/images/40/arrow-left.png)}
#products .slick-prev:before{content:"";position:absolute;top:calc(50% + 3px);right:21px;width:30px;height:1px;background-color:#000;-webkit-transition:all 0.3s;transition:all 0.3s}
#products .slick-prev::after{content:"";position:absolute;top:calc(50% - 4px);left:-26px;border-style:solid;border-width:0px 6px 10px 0px;border-color:#fff0 #fff0 #000000 #fff0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:all 0.3s;transition:all 0.3s}
#products .slick-next{right:-10px;background:none}
#products .slick-next:before{content:"";position:absolute;top:calc(50% + 3px);right:21px;width:30px;height:1px;background-color:#000;-webkit-transition:all 0.3s;transition:all 0.3s}
#products .slick-next::after{content:"";position:absolute;top:calc(50% - 3px);right:21px;border-style:solid;border-width:0 0px 8px 6px;border-color:transparent transparent transparent #000;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:all 0.3s;transition:all 0.3s}
#products .topBox{
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: space-evenly;
    padding-left: 0;
    padding-right: 30px;
}
#products .topBox .enTextBox{
    -webkit-writing-mode: unset;
    writing-mode: unset;
}
 /* photoList */
 #photoList { overflow: hidden; }
 #photoList .bidPhoto, #photoList .bd { float: left; width: 83%; }
 #photoList .bd { margin-left: 1%; width: 16%; }
 #photoList .bd ul li { margin: 10px 0; }
 #photoList .bidPhoto a, #photoList .bd ul li a { border:1px #545353 solid; }
 
 /* news */
 #headBan{position:relative}
#NPBox{background-image:url(/images/02/index/img-new-bg.png);padding:100px 0;background-attachment:fixed;background-size:inherit;position:relative}
#NPBox .container{width: 750px;margin-left:auto}
#NPBox .news-content-title{margin-right:0px;padding:16px 0;width:124px;display:inline-block;font-weight:bold;text-align:center;font-size:16px;color:#fff}
#NPBox .new-slider{margin-bottom:0;width:calc(100% - 160px);display:inline-block}
#NPBox .news-item{position:relative;display:flex;align-items:baseline;width:100%;flex-direction:column}
#NPBox .news-item .more{position:absolute;width:100%;height:100%;top:0;left:0}
#NPBox .news-item .Img{width:100%}
#NPBox .news-item .Img img{height:280px;object-fit:cover;object-position:top;width:100%}
#NPBox .news-item .Txt{display:flex;flex-direction:column;width:100%;justify-content:space-between;padding:20px 0;border-bottom:1px solid #ffffff4d;line-height:1;position:relative;align-items:flex-start}
#NPBox .news-item .Txt::after{content:"";position:absolute;top:50%;right:0;background-image:url(/images/02/index/img-new-m.png);width:28px;height:28px;background-size:cover}
#NPBox .news-item .date{position:relative;vertical-align:text-bottom;color:#b7a179}
#NPBox .news-item h3{width:75%;-webkit-line-clamp:2;overflow:hidden;height:26px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;color:#ffffff;font-weight:300;font-size:18px}
#newBox{display:flex;margin-bottom:60px;flex-direction: column;justify-content:space-between}
#newBox .topBox{}
#newBox .titleBox{position:relative;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;padding-right:0;float:left;display:flex;flex-direction:row;align-content:center;align-items: flex-start;margin-bottom: 20px;}
#newBox .titleBox h2{
}
#newBox .titleBox em{font-size:16px;letter-spacing:1.5px;line-height:210%;font-style:normal;color:#b7a179;margin-top:20px;text-transform:uppercase}
#newBox .topBox .enTextBox{color:#878072;}
 
 /* situationWrap */
 #situationWrap { border-bottom: 30px solid #1d2087; background: url(../../images/02/index/img-situationBg.jpg); background-repeat: no-repeat; background-size: cover; background-color: rgb(212,229,243); background-position: 50% 10%; }
 #situationWrap .info { padding: 170px 0; width: 100%; }
 #situationWrap .info .logoimg { margin-bottom: 15px; text-align: center; }
 #situationWrap .info p { text-align: center; text-shadow: 1px 2px 1px #000; line-height: 160%; font-size: 48px; color: #fff; }
 
 
 @-webkit-keyframes iconRotate { 0% { -webkit-transform: rotate(0); } 100% { -webkit-transform: rotate(2deg); } }
 @keyframes iconRotate { 0% { transform: rotate(0); } 100% { transform: rotate(2deg); } }
 @-webkit-keyframes iconRotate2 { 0% { -webkit-transform: rotate(0); } 100% { -webkit-transform: rotate(-2deg); } }
 @keyframes iconRotate2 { 0% { transform: rotate(0); } 100% { transform: rotate(-2deg); } }
 @-webkit-keyframes iconRotate3 { 0% { -webkit-transform: rotate(0); } 80% { -webkit-transform: rotate(25deg); } 100% { -webkit-transform: rotate(25deg); } }
 @keyframes iconRotate3 { 0% { transform: rotate(0); } 80% { transform: rotate(25deg); } 100% { transform: rotate(25deg); } }
 @-webkit-keyframes bgWhirligig { 0% { -webkit-transform: rotate(360deg); } 100% { -webkit-transform: rotate(0); } }
 @keyframes bgWhirligig { 0% { transform: rotate(360deg); } 100% { transform: rotate(0); } }
 @-webkit-keyframes bgWhirligig-2 { 0% { -webkit-transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); } }
 @keyframes bgWhirligig-2 { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
 @-webkit-keyframes newsbg { 0% { background-position: 95% 35%; } 100% { background-position: 95% 90%; } }
 @keyframes newsbg { 0% { background-position: 95% 35%; } 100% { background-position: 95% 90%; } }
 @-webkit-keyframes anti02 { 0% { right: 50px; opacity: 0; } 100% { right: 30px; opacity: 1; } }
 @keyframes anti02 { 0% { right: 50px; opacity: 0; } 100% { right: 30px; opacity: 1; } }
 
 @media screen and (max-width:1680px){
.deck02{left:50%}
}
@media screen and (max-width:1440px){
	#aboutWrap section{position:relative;width:90%;padding:0px 0 60px 0}
	#aboutWrap{height:100%;padding:250px 0 40px 0}
	#aboutWrap #treeCanvas{left:42%;top:370px}
	#aboutWrap .track p{font-size:120px}
}
@media screen and (max-width:1366px){
	#situationWrap .info{width:100%}
}
@media screen and (min-width:1281px){
	#NPBox:before{content:"";position:absolute;background-image:url(/images/02/index/img-news-01.png);width:480px;height:310px;bottom:-20px;right:-200px;animation:iconRotate2 1s ease-in-out both alternate-reverse infinite}
}
@media screen and (max-width:1280px){
	#products .btn a{top:calc(100% - 180px)}
	#products ul{}
	#products .deckTop p{padding:30px 0 40px 0}
	#aboutWrap section{position:relative;width:90%;padding:80px 0 60px 0}
}
@media screen and (min-width:1181px){}
@media screen and (max-width:1180px){
	#NPBox{padding:100px 0}
	.deck02{display:none}
	#aboutWrap section{padding:0}
	#aboutWrap{padding:50px 0 40px 0}
	#aboutWrap #treeCanvas{left:auto;right:0%}
	#products ul li .info h3 font{font-size:24px;letter-spacing:0.5px}
	#products .topBox{
    width: 80%;
    margin: 0 auto;
}
	section .topBox{position:relative;}
	#products ul{width:calc(100% - 0px);margin-top:50px}
	section .topBox h1{text-align:center;zoom:75%;position:absolute;right:0}
	section .info .aboutArea:before{top:0px;right:-30px;width:50%;height:150%;zoom:65%}
	section .topBox .enTextBox{-webkit-writing-mode:initial;-ms-writing-mode:initial;writing-mode:initial;margin-bottom:20px;font-size:27px}
	#newBox .topBox{display:flex;flex-direction: column;align-items: flex-start;}
	#NPBox .container{width:90%;margin:auto}
	#recomWrap:before{display:none}
	#products{background-image:url(/images/02/index/img-product-bg.png);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;width:auto;padding:70px 30px;display:flex;flex-direction:column;align-items: center;}
}
@media screen and (min-width:1025px){
	.deckTop-m{display:none}
	#bookWrap ul li .hoverBox a{padding:0 23px;font-size:16px}
}
@media screen and (max-width:1024px){
	#situationWrap .info{padding:130px 0}
	.deck01{display:none}
	#products ul li{}
	#products ul li .bookStyle{margin:0 auto}
	#products ul li .info h3{font-size:18px}
	.deckTop{zoom:80%}
	.deckTop p{padding:0 0 20px}
	.deckTop{}
	.deckTop-m{zoom:80%}
	.deckTop-m p{text-align:center}
	#products ul{}
	#products ul li .info p{opacity:1;-webkit-transition-delay:.5s;transition-delay:.5s}
	#newBox .topBox .enTextBox{
    width: 100%;
}
}
@media screen and (max-width:960px){
	.deckTop h3{margin-bottom:10px}
	#products ul{margin-bottom:10px}
	#aboutWrap .track p{font-size:90px}
}
@media screen and (max-width:768px){
	#photoList .bd ul li{margin:5px 0}
	#prodInfo .box,#prodInfo .box:first-child,#prodInfo .box article{width:100%}
	#prodInfo .box .list:last-child{text-align:center}
	#prodInfo .box .list:last-child p{margin-top:10px;width:32%}
	#aboutWrap{height:100%;padding:70px 0 40px 0}
	#situationWrap .info p{font-size:38px}
	#situationWrap{background-position:50% 60%;border-bottom:30px solid #1d2087}
	#aboutWrap #treeCanvas{top:430px;left:auto;right:-30%}
	#products ul li .info p{font-size:18px}
	#products ul{margin-top:40px}
	#products .btn a{top:calc(100% - 320px)}
	#products .btn a#product_prev{left:90px}
	#products .btn a#product_next{right:90px}
}
@media screen and (max-width:640px){
	.deckTop p{margin:0 0 10px;font-size:30px}
	#products .btn a{width:16px;height:16px;top:calc(100% - 110px)}
	#products .btn a{top:calc(100% - 230px)}
	#products .btn a#product_prev{left:60px}
	#products .btn a#product_next{border-width:1px 1px 0 0;transform:rotate(45deg);right:30px}
	#products .btn a#product_next{right:60px}
	#newBox{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}
	#newBox .titleBox{-ms-writing-mode:initial}
	#NPBox .new-slider{width:calc(100% - 0px)}
}
@media screen and (max-width:480px){
	#situationWrap .info{padding:70px 0}
	#situationWrap .info p{font-size:25px}
	#photoList .bidPhoto,#photoList .bd{width:100%}
	#photoList .bd{display:none}
	#product-article ul.tabs li a{padding:0 10px;font-size:14px}
	#prodInfo .box .list:last-child p a{font-size:14px}
	#aboutWrap #treeCanvas{width:250px;top:210px}
	#articleInfo7 .topBox p{display:flex;flex-direction:column-reverse}
	section .topBox p span{margin-top:0}
	section .topBox{}
	#products .topBox{}
	#products .topBox p{}
	#products .topBox .enTextBox{}
}
@media screen and (max-width:380px){
}