body{
    background: #222222;
}
::selection {
  color: #cccccc;
  }
::-moz-selection {
  color: #cccccc;
  }
::-webkit-selection {
  color: #cccccc;
  } 
.quality-span {
    z-index: 9998;
    display: block;
    width: 30%;
    max-width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    margin: -1px -1px 0 0;
}
@media screen and (max-width: 1130px){
.quality-span {
    position: absolute;
    }  
}  
@media screen and (max-width: 640px){
.quality-span {
    width: 40%;
    }  
}    
@media screen and (max-width: 375px){
.quality-span {
    width: 45%;
    }  
}  
@media screen and (max-width: 320px){
.quality-span {
    width: 50%;
    }  
} 
.approach-area h1 b::selection {
    background: transparent;
    color: rgb(255, 255, 255, 0);
    -webkit-text-stroke: 0.5px #f9c042;
    text-stroke: 0.5px #f9c042;
}
.approach-area h1 b::-moz-selection {
    background: transparent;
    color: rgb(255, 255, 255, 0);
    -webkit-text-stroke: 0.5px #f9c042;
    text-stroke: 0.5px #f9c042;
}
.approach-area h1 b::-webkit-selection{
    background: transparent;
    color: #f9c042;
    -webkit-text-stroke: 0.5px #f9c042;
    text-stroke: 0.5px #f9c042;
}
.approach-area h1::selection {
    background: transparent;
    color: #f9c042;
    color: rgb(255, 255, 255, 0);
    -webkit-text-stroke: 0.5px #ffffff;
    text-stroke: 0.5px #ffffff;
}
.approach-area h1::-moz-selection {
    background: transparent;
    color: #f9c042;
    color: rgb(255, 255, 255, 0);
    -webkit-text-stroke: 0.5px #ffffff;
    text-stroke: 0.5px #ffffff;
}
.approach-area h1::-webkit-selection {
    background: transparent;
    color: #f9c042;
    color: rgb(255, 255, 255, 0);
    -webkit-text-stroke: 0.5px #ffffff;
    text-stroke: 0.5px #ffffff;
} 
.approach-area ::selection {
    background: transparent;
    color: #ffffff;
}
.approach-area ::-moz-selection {
    background: transparent;
    color: #ffffff;
}
.approach-area ::-webkit-selection {
    background: transparent;
    color: #ffffff;
} 
.sticky-right ul li h3 {
    color: #ffffff;
    font-size: 72px;
    line-height: 1;
    margin: 0 0 4vh -8px;
    letter-spacing: -2px;
}
.sticky-right ul li {
    border-bottom: 0; 
    margin-bottom: 20vh;
}
.sticky-right ul li ul li{
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #3c3c3c;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #bfbfbf;
}
.sticky-right ul li p {   
    padding-bottom: 5vh;
    font-size: 16px;
    color: #ffffff;
}
.sticky-right ul li p b{
    font-size: 20px;
    color: #bfaa8d;
    line-height: 1;
}
.a-li-c {
    width: 100%;
    max-width: 495px;
}
.section-title {
    width: 110px;
    left: -3px;
}
.section-title:after {
    border-top: 1px solid #717171;
    margin-top: 3px;
}
@media screen and (max-width: 1680px) {
.sticky-right ul li h3 {
    font-size: 4vw;
    margin: 0 0 4vh -2px;
    }
}
@media screen and (max-width: 1366px) {  
.approach-area{
    padding: 10% 15%;
    }
}  
@media screen and (max-width: 1024px) {
.sticky-right ul li h3 {
    font-size: 10vw;
    }
}
.approach-area{
    position: relative;
    display: block;
    width:100%;
    height: 100vh;
    padding: 11% 22% 0 22%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
.approach-area:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #3c3c3c url(../img/approach_bg.png);
    z-index: 0;
    background-position: bottom right;
    background-size: 50%;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1000px){
.approach-area:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
    background-image: url(../img/dot.gif), url(../img/dot.gif), url(../img/dot.gif);
    background-position: 22.4%,50%,77.3%;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    opacity: 0.07;
    }
}
.approach-area ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
    margin: 5% 0 0 0;
    padding-left: 0.5em;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
    list-style-type: none;
}
.approach-area ul li{
    position: relative;
    width: 33%;
    padding-left: 1.1em;
    padding-top: .75em;
    padding-bottom: .75em;
    color: #ffffff;
    font: 500 24px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
    list-style-type: none;
}
.approach-area ul li:after{
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    background: #7b7a7a;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
@media screen and (max-width: 480px) {
.sticky-right ul li h3 {
    font-size: 12vw;
    font-weight: 600;
    }
}
@media screen and (max-width: 320px) {
.sticky-right ul li h3 {
    font-size: 9vw;
    }
}
.approach-area span,
.approach-area h1,
.approach-area h2,
.approach-area p{
    position: relative;
    z-index: 1;
}
.approach-area span{
    font-size: 15px;
    left: 6px;
}
.approach-area h1{
    font-size: 4.1vw;
    color:#7c7c7c;
    line-height: 1;    
    margin: 10px 0;
}
.approach-area h1 b{
    /*color:#f9c042;*/
}
.section-title b {
    color: #999999;
}
.approach-area h2{
    font-size: 2vw;
    color:#ffffff;
    padding: 0 8px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
    line-height: 1.2;
    letter-spacing: .27vw;
    font-weight: 100;
}
.approach-area p{
    font-size: 17px;
    color: #b5b3b3;
    line-height: 1.8;
    padding: 0 8px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
.approach-area p label{
    display: block;
}
@media screen and (max-width: 865px) {
.approach-area ul li{
    font: 500 20px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
}
.approach-area p label{
    display: inline-block;
}
.approach-area h1{
    font-size: 6vw;  
    margin: 10px 0;
    text-indent: 5px;
    }
.approach-area h2 {
    font-size: 2.2vw;
    letter-spacing: .23vw;
    }
.approach-area p {
    font-size: 16px;
    }
}  
@media screen and (max-width: 640px) {
.approach-area {
    padding: 25% 10%;
    }
.approach-area ul li{
    font: 500 17px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
    }
.approach-area h1{
    font-size: 30px;  
    }
.approach-area h2 {
    font-size: 16px;
    }
.approach-area p {
    font-size: 14px;
    }
} 
@media screen and (max-width: 480px) {
.approach-area {
    padding: 35% 7% 25% 7%;
    }
.approach-area:before {
    background-position: bottom right;
    background-size: 80%;
    background-repeat: no-repeat;
    }
.approach-area ul {
    margin: 15% 0 0 0;
    }
.approach-area ul li{
    font: 500 15px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
    }
.approach-area h1{
    font-size: 27px;  
    }
.approach-area ul li:after{
    height: 5px;
    width: 5px;
    margin-top: -2px;
    }
.sticky-right ul li {
    margin-bottom: 10vh;
    }
} 
@media screen and (max-width: 320px) {
.approach-area ul li{
    font: 500 12px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
    }
.approach-area h1{
    font-size: 24px;  
    }
.approach-area h2 {
    font-size: 15px;
    }
.approach-area p {
    font-size: 13px;
    }
} 

.sticky-left {
    font-size: 17px;
    font-weight: 500;
    padding: 6.5% 0 8% 9%;
    }
.sticky-left h1 {
    font-size: 4vw;
    }
.sticky-left h2 {
    letter-spacing: 0;
    padding: 0;
    }
.sticky-left:after {
    display: none;
    }
.sticky-right {
    z-index: -1;
    }
.sticky-right:after {
    position: fixed;
    left: -20px;
    top: 0;
    content: 'Approach';
    font-size: 23vw;
    font-weight: 600;
    color: #222222;
    letter-spacing: -1.5vw;
    z-index: 0;
    -webkit-text-stroke: 0.5px #3a3a3a;
    text-stroke: 0.5px #3a3a3a;
    text-shadow: 1rem 1rem 6px rgb(0, 0, 0, 0.01);
    -moz-text-shadow: 1rem 1rem 6px rgb(0, 0, 0, 0.01);
    text-shadow: 1rem 1rem 6px rgb(0, 0, 0, 0.01);
    z-index: -2;
    }
.sticky-area {
    background: none; 
    }    
.head-nav{
    display:block;
    margin:0 auto;
    width:100%;    
    }            
.section-inner .btn-group{
    display:block;
    margin:10px auto;
    width:100%;
    text-align:center;
    }    
.fix_top_bar {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;  
    z-index: 1;
    }
.section-inner .btn-group {
    width: 100%;
    padding:0;
    display:table;
    }
.section-inner .btn-group-cell { display:table-cell;}
.placeholder {
    display: block;
    margin-top: -53px;
    height: 53px;
    } 
.category-title{

}       
ul.btn-group {
    position: relative;
    display: block;
    font-size: 0;
    width: 37vw;
    height: 37vw;
    padding: 0;
    }
ul.btn-group li{
    position: absolute;
    width: inherit;
    height: inherit;
    display: block;
    vertical-align: top;
    cursor: pointer;
    }
ul.btn-group li label{
    line-height: 1;
    }    
ul.btn-group li:nth-child(3){
    width: 100%;
    height: 100%;
    z-index: 1;
    }
ul.btn-group li:nth-child(3) label{
    display: block;
    padding-top: 7%;
    }
ul.btn-group li:nth-child(2){
    width: 81%;
    height: 81%;
    left: 17%;
    top: 17%;
    z-index: 2;
    }
ul.btn-group li:nth-child(2) label{
    display: block;
    padding-top: 11%;
    }
ul.btn-group li:nth-child(1){
    width: 57%;
    height: 57%;
    left: 33.5%;
    top: 33.5%;
    z-index: 3;
    }
ul.btn-group li:nth-child(1) label{
    display: block;
    padding-top: 43.5%;
    }
ul.btn-group a {
    display: inline-block;
    width: inherit;
    height: inherit;
    margin: 0;
    outline: none;
    border-radius: 100%;
    border: 3px solid #555555;  
    color: #bfbfbf;
    font: 500 1.15vw 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;      
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;  
    /*-webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgb(255, 255, 255, .25);*/
    }
ul.btn-group li.current a {
    border: 3px solid #ffffff; 
    color: #bfaa8d;
    /*background-color: rgb(255, 255, 255, .6); */   
    }    
@media screen and (max-width: 1366px) {
    ul.btn-group a {
        font: 500 1.3vw 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
        }
}    
@media screen and (max-width: 1024px) {
    ul.btn-group {
        width: 30vw;
        height: 30vw;
        }
    .sticky-left {
        width: 40%;
        padding: 12% 0 8% 6%;
        }
    .sticky-right {
        padding-left: 45%;
        padding-right: 8%;
        }
    ul.btn-group a {
        font: 500 1.2vw 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        background-color: rgb(255, 255, 255, 0);
        }
    ul.btn-group li:nth-child(3) label{
        padding-top: 5.5%;
        }
    ul.btn-group li:nth-child(2) label{
        padding-top: 9.5%;
        }
    ul.btn-group li:nth-child(1) label{
        padding-top: 41.5%;
        }
    .sticky-right:after {
        display: none;
        }  
}
@media screen and (max-width: 640px) {
    ul.btn-group {
        width: 21vw;
        height: 21vw;
        }
    .sticky-left {
        width: 35%;
        padding: 15% 0 45% 8%;
        }
    .sticky-right {
        padding-left: 37%;
        padding-right: 8%;
        }
    ul.btn-group a {
        border: 1px solid #d4d4d4;
        font: 500 16px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
        }
    ul.btn-group li.current a {
        background-color: rgb(255, 255, 255, 0);
        border: 1px solid #bfaa8d;
        }
    ul.btn-group li:nth-child(3),
    ul.btn-group li:nth-child(2),
    ul.btn-group li:nth-child(1) {
        width: 100%;
        height: 100%;
        left: 0;
        }
    ul.btn-group li:nth-child(1) {
        top: 0;
        }
    ul.btn-group li:nth-child(2) {
        top: 18vw;
        }
    ul.btn-group li:nth-child(3) {
        top: 36vw;
        }
    ul.btn-group li:nth-child(3) label,
    ul.btn-group li:nth-child(2) label,
    ul.btn-group li:nth-child(1) label{
        padding-top: 9vw;
        }
}
@media screen and (max-width: 480px){
    .section-title, .sticky-left p label, .sticky-right ul li p {
         display: block;
         } 
    .section-title {
        margin-left:0;
        }
    ul.btn-group {
        width: 18vw;
        height: 18vw;
        }
    .sticky-left {
        padding: 22% 0 55% 7.2%;
        z-index: 1;
        }
    .sticky-right {
        padding-left: 33%;
        padding-right: 7%;
        z-index: 0;
        padding-bottom: 5%;
        }
    .sticky-right ul li p {
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 8vh;
        }
    .sticky-right ul li p b{
        font-size: 16px;
        line-height: normal;
        }
    .sticky-right ul li ul li {
        font-size: 17px;
        letter-spacing: 0;
    }
    ul.btn-group a {
        font: 500 12px 'Open Sans','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
        border: 1.5px solid #d4d4d4;
        }
    ul.btn-group li.current a {
        border: 1.5px solid #bfaa8d;
        }
    ul.btn-group li:nth-child(1) {
        top: 0;
        }
    ul.btn-group li:nth-child(2) {
        top: 21vw;
        }
    ul.btn-group li:nth-child(3) {
        top: 42vw;
        }
    ul.btn-group li:nth-child(3) label,
    ul.btn-group li:nth-child(2) label,
    ul.btn-group li:nth-child(1) label{
        padding-top: 7.5vw;
        position: relative;
        left: -4px;
        -webkit-transform-origin: 80% 80%;
        -ms-transform-origin: 80% 80%;
        transform-origin: 80% 80%;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        }
}
@media screen and (max-width: 320px) {
    ul.btn-group li:nth-child(3) label,
    ul.btn-group li:nth-child(2) label,
    ul.btn-group li:nth-child(1) label{
        padding-top: 7.7vw;
        -webkit-transform-origin: 70% 70%;
        -ms-transform-origin: 70% 70%;
        transform-origin: 70% 70%;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        }
    .sticky-right ul li {
        margin-bottom: 5vh;
        }
}

/* gallerybegin*/
.index-gallery-area{
    position: relative;
    z-index: 1;
    display: block;
    width: inherit;
    bottom: -1px;
    }
.gift-item{ 
    position:relative;  
    display:block;
    width:100%;
    border:0;
    text-decoration:none;
    margin:0 auto;
    text-align:left;
    }
.gift-item img{
    display:block;
    width:inherit;
    margin:0 auto;  
    border-radius: 8px;        
/*    filter: gray;
    -webkit-filter: grayscale(1);*/
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    }
.gift-item img:hover{
    /*filter: none; 
    -webkit-filter: grayscale(0);*/
    }       
.item-pic{ 
    position:relative;
    width:100%;
    }
/* gallery end */
.advantage-content-wrap {
    position: relative;
    width: 48.5%;
    margin: -15% 5% 0 42%;
    padding: 6% 6.5% 5% 6.5%;
    border-top: 4px solid #ffc107;
    background-color: #ffffff;
    z-index: 100;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-box-shadow: 0px -70px 60px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px -70px 60px rgba(0, 0, 0, .1);
    box-shadow: 0px -70px 60px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 900px){
.view-poll.last-area.in-view {
    position: relative;
    animation: last_item 1s;
    z-index: 1;
    }
}
.advantage-title{
    display: block;
    margin: 0;
}
.advantage-title .mark{
    display: block;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 110%;
    color: #333333;
    font-weight: 600;
    font-size: calc( 1rem + 2.5vw - 8px );
    text-indent: -4px;
}
.advantage-title .label{
    display: block;
    color: #707070;
    font-size: 20px;
    margin-top: 10px;
    padding: 0; 
    font-weight: 600;
    }
.advantage-content-wrap p{
    display: block;
    margin: 7% 0 0 0;
    padding: 0;
    line-height: 2;
    color: #707070;
    font-size: 16px;
}   
.advantage-bg{
    /*background: linear-gradient(to top, #ffffff, rgb(255, 255, 255, 0));*/
    margin-top: 5%;
}
.advantage{
    position: relative;
    display: block;
    width: 100%;
    padding: 10% 0;    
}
.advantage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 71%;
    height: 100%;
    background: rgb(54, 54, 54, 50%);
}
 @media screen and (max-width: 900px) {
.advantage-content-wrap {
    width: 65%;
    margin: -15% 5% 0 30%;
    }
}
 @media screen and (max-width: 640px) {
.advantage-content-wrap {
    width: 100%;
    margin: 0;
    padding: 12% 8% 0 8%;
    }
.advantage-content-wrap p{
    line-height: 1.6;
    font-size: 15px;
    margin: 5% 0 0 0;
    }
.advantage-title .label {
    font-size: 16px;
    }
.advantage::before {
    width: 55%;
    background: rgb(54, 54, 54, 70%)
    }
.advantage-title .mark {
    font-size: 5.5vw;
    text-indent: -1px;
    }
} 
 @media screen and (max-width: 480px) {
.advantage-title .label {
    font-size: 16px;
    }
.advantage-title .mark {
    text-indent: -1px;
    font-size: 8vw;
    font-weight: 600;
    }
}   
.Brand-store {
    display:block;
    width:100%;
    background-color:#ffffff;
}
ul.Brand-list {
    display:block;
    width:100%;
    list-style-type:none;
    padding:10% 0 6% 6%;
    margin:0 auto;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
ul.Brand-list li {
    display:inline-block;
    width:18%;
    margin:0 0 7% 0;
    text-align:center;
}
 ul.Brand-list li:last-child{
    display: none;
    }
ul.Brand-list li img {
    display:block;
    width:100%;
    max-width:150px;
    margin:0 auto;
}
 @media screen and (max-width: 1024px) {
 ul.Brand-list li {
    width:30%;
    }
 ul.Brand-list li:last-child{
    display: inline-block;
    }
}
 @media screen and (max-width: 560px) {
 ul.Brand-list li img {
    width:75%;
    }
 ul.Brand-list {
    padding:15% 0 6% 6%;
    }
}