*{
    font-family: sans-serif;
}
a{
    text-decoration: none;
}
.feature{
    font-size: 56px;
    font-weight: 900;
}
.desc{
    font-size: 12px;
    font-weight: 800;
    margin-left: 15px;
}
.category{
    padding: 3px 10px;
    border: 2px solid #ddd;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #888;
}
.date{
    font-size: 12px;
    font-weight: 800;
    color: #888;
}
.overview{
    display: block;
    padding: 5px 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #f00;
}
.overview::after{
    content: url(../images/ico_point.svg);
    margin-left: 10px;
    padding: 5px 15px 10px;
    border: 2px solid #f00;
    border-radius: 50%;
}
.section-banner{
    position: relative;
    height: 110vh; 
    background-image: url(../images/top_mv01_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 100;
}

.banner-title{
    display: block;
    position: sticky;
    top: 0;
    transform: translate(30% , 80%);
    width: 50%;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 75px;
    font-weight: 900;
    color: #fff;
}
  
.banner-title span:last-child{
    font-size: 16px;
}
.header{  
    position: fixed; 
    display: flex;
    align-items: center;
    justify-content: space-around; 
    width: 100%;
    margin-top: 25px;
    z-index: 1000;
}
.header-logo img{
    vertical-align: middle;
}
.main-nav-list{
    display: flex;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
}
.main-nav-list li a{
    display: inline-block;
    padding: 8px;
    font-weight: 900;
    font-size: 12px;
    color: #212121;
}
.main-nav-list li a:hover{
    border-radius: 300px;
    background-color: #f00;
    color: #fff;
}
.header-btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 150px;
}
.search{
    width: 15%;
    cursor: pointer;
}
.search img{
    vertical-align: middle;
}
.menu{
    position: relative;
    width: 55%;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
}
.menu::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    inset: 0;
    margin: auto;
    border-radius: 20px;
    background-color: #f00;
    box-shadow: 0px 5px 0px #f00,
                0px -5px 0px #f00;
    transition: .5s;
}
.menu:hover::before{
    box-shadow: 0px 3px 0px #f00,
                0px -3px 0px #f00;
}
.menu span{
    opacity: 0;
}
main {
    position: relative;
    z-index: 100;
    background-color: #fff;
}
main h2::before {
    content: counter(num, decimal-leading-zero);
    display: block;
}
main,.signature-brands-list {
    counter-reset: num;
}
main h2::before,
.signature-brands-item a::before{
    counter-increment: num ;
    color: #f00;
    font-size: 12px;
    font-weight: 900;
}

main{
    background-color: #fff;
}
.section-message{
    padding: 50px 0 200px;
    text-align: center;
    position: relative;
}
.section-message::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: -50px;
    right: 0;
    left: 0;
    border-radius: 75px 45px 0 0;
    background-color: #fff;
}
.message-img-group{
    position: absolute;
    width: 200px;
    bottom: 0;
}
.message-img-group img:first-child{
    width: 100%;
    border-radius: 1000px 1000px 0 0 ;
}
.message-img-group img:last-child{
    width: 60%;
    border-radius: 30px;
    position: relative;
    top: -60px;
    right: -70px;
}
.massage-img-large{
    width: 200px;
    position: absolute;
    top: -150px;
    right: 100px;
}
.massage-img-large img{
    width: 100%;
    border-radius: 100px;
    vertical-align: middle;
}
.message .feature{
    display: block;
    font-size: 18px;
}
.message-title{
    margin:20px 0 50px;
    font-size:30px;
    font-weight:700;
    line-height: 1.3;
}
.pentel-arts-btn{
    width: 200px;
    margin: auto;
}
.pentel-arts-btn a{
    display: block;
    padding: 40px;
    border:2px solid rgba(255, 0, 0, 0.459);
    border-radius: 50%;
    color: #f00;
    font-weight: 600; 
}
.pentel-arts-btn a::after{
    content: url(../images/ico_arrow_red_diag.svg);
    margin-left: .3em;
}
.section-magazine{
    padding: 0 30px;
    background-image: url(../images/vector.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.magazine{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 50px;
}
.article-list{
    display: flex;
}
.article-list-group{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex: 1;
    margin:0 25px;
}
.article-list-group .article-item{
    width: 45%;
    margin-bottom: 50px;
    font-weight: 600;
}
.article-list-group .article-item:first-child{
    transform: translate(-50px, 50%);
}
.article-list-large{
    flex: 1;
    margin:0 25px;
}
.article-list-large .article-item{
    width: 100%;
}

.article-img{
    position: relative;
    width: 100%;
    margin: 10px 0;
    border-radius: 30px;
    overflow: hidden;
}
.article-img img:first-child,
.new-products-img img,
.brand-img img,
.product-img img,
.news-img img{
    width: 100%;
    transition: all .4s ease;
    vertical-align: middle;
}
.article-item:hover .article-img img:first-child,
.new-products-item:hover .new-products-img img,
.signature-brands-item:hover .brand-img img,
.find-a-product-item:hover .product-img img,
.news-item:hover .news-img img{
    transform: scale(1.1);
}
.new{
    position: absolute;
    width: 25px;
    height: 15px;
    padding: 10px;
    left: 10px;
    bottom: 10px;
    border-radius: 50%;
    background-color: #f00;
}
.article-item-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: .5em;
    color: #212121;
}
.section-new-products{
    position: relative;
    padding: 60px 30px 0;
    border-radius: 60px 60px 0 0;
    background-color: #F6F6F6;
    overflow: hidden;
}
.new-products{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.pagination{
    font-size: 12px;
    font-weight: 600;
    color: #f00;
}
.previous,.next{
    display: inline-block;
    width: 12px;
    margin-left: .5em;
    padding: 1px 16px 4px;
    border: 2px solid #f00;
    border-radius:50%;
}
.previous img,
.next img{
    width: 100%;
    vertical-align: middle;
}
.previous img{
    transform: rotate(180deg);
}
.new-products-list{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-left: auto;
    transform: translateX(110px);
}
.new-products-item{
    width: 18%;
    font-weight: 600;
}

.new-products-img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 30px;
    background-color: #eaeaea;
}
.product-item-title{
    margin-top: .5em;
    color: #212121;
}
.section-signature-brands{
    position: relative;
    padding: 100px 30px 100px;
    background-color: #F6F6F6;
}
.signature-brands{
    margin-bottom: 80px;
}
.signature-brands-list{
    width: 450px;
    margin: auto;
}
.signature-brands-list:hover .signature-brands-item:not(:hover){
    opacity: .5;
}
.signature-brands-item:nth-child(n+2){
    border-top: 1px solid rgba(204, 204, 204);
}
.signature-brands-item a{
    display: flex;
    position: relative;
    padding: 20px 0 10px;
    font-weight: 600;
}
.signature-brands-item a::before{
    content:'('counter(num,decimal-leading-zero)')';
    margin: -1.3em 1em 0 0;
    font-weight: 900;
}
.signature-brands-img{
    opacity: 0;
    transition: .5s;
}
.signature-brands-item:first-child .signature-brands-img{
    opacity: 1;
}
.signature-brands-item:hover .signature-brands-img{
    opacity: 1;
}
.signature-brands-img img{
    width: 100%;
    vertical-align: middle;
}
.signature-brands-img.small{
    width: 260px;
    position: absolute;
    left: 60px;
    bottom: 120px;
}
.signature-brands-img.small img{
    border-radius: 30px;
}
.signature-brands-img.large{
    width: 300px;
    position: absolute;
    right: 0;
    top: 180px;
}
.signature-brands-img.large img{
    border-radius: 30px 0 0 30px;
}
.brand-name-jp{
    font-size: 36px;
    color: #212121;
    line-height: 1;
}
.brand-name-en{
    font-size: 10px;
    font-weight: 700;
    color: #8d8d8d;
}
.brand-img{
    width: 70px;
    margin-left: auto;
    align-self: center;
}
.section-find-a-product{
    background-color: #F6F6F6;
}
.find-a-product-wrap{
    padding: 100px 50px 100px 200px;
    margin-left: 100px;
    border-radius: 100px 0 0 100px;
    background-color: #eaeaea;
}
.find-a-product{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.find-a-product-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.find-a-product-item{
    width: 23%;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background-color: #ddd;
}
.find-a-product-item a{
    display: block;
    padding-bottom: 20px;
}
.product-img{
    position: relative;
    width: 130px;
    margin: auto;
    z-index: 1;
}
.product-img::after{
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
}
.find-a-product-item:nth-child(1) .product-img::after{background-color: #D8FA5D;}
.find-a-product-item:nth-child(2) .product-img::after{background-color: #E5C7FF;}
.find-a-product-item:nth-child(3) .product-img::after{background-color: #FFB89C;}
.find-a-product-item:nth-child(4) .product-img::after{background-color: #B1F6B4;}
.find-a-product-item:nth-child(5) .product-img::after{background-color: #B5EBFF;}
.find-a-product-item:nth-child(6) .product-img::after{background-color: #FFD1F5;}
.find-a-product-item:nth-child(7) .product-img::after{background-color: #FFE06A;}
.find-a-product-item:nth-child(8) .product-img::after{background-color: #B2C4FF;}
.find-a-product-title{
    color: #212121;
}
.find-a-product-title::after{
    content: url(../images/ico_arrow_red_diag.svg);
    margin-left: .5em;
}
.section-news{
    padding: 100px 60px 60px 100px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    background-color: #F6F6F6;
}
.news-wrap{
    width: 70%;
    margin-left: auto;
}
.news-nav{
    display: flex;
    width: 100%;
    margin: 1em 0;
    justify-content: space-between;
    align-items: center;
}
.news-nav-list{
    display: flex;
}
.news-nav-list li {
    margin-right: .5em;
    border-radius: 30px;
    background-color: #eaeaea;
}
.news-nav-list li a{
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #888;
}
.news-nav-list li a:hover{
    opacity: .8;
    transition: .5s;
}
li.news-nav-current{
    background-color: #f00;
}
li.news-nav-current a{
    color: #fff;
}
.attention{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
    border: 2px solid #ddd;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
}
.attention-title{
    width: 25%;
    margin-left: 15px;
}
.attention-list{
    width: 70%;
    line-height: 1.8;
}
.attention-item{
    position: relative;
}
.attention-item + .attention-item{
    border-top: 1px solid #ddd;
}
.attention-item a{
    color: #212121;
}
.news-list{
    width:100%;
}
.news-item{
    position: relative;
    width: 100%;
}
.news-item::after,
.attention-item::after{
    content: url(../images/ico_arrow_red_diag.svg);
    position: absolute;
}
.news-item::after{
    top: 25px;
    right: 35px;
}
.attention-item::after{
    right: 0;
}
.news-item  + .news-item{
    border-top: 1px solid #ddd;
}
.news-item a{
    display: flex;
    padding: 30px 0 20px 0;
}
.news-img{
    width: 120px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.news-img img{
    align-items: flex-start;
}
.news-content{
    width: 500px;
}
.news-item-title{
    font-size: 14px;
    color: #212121;
}
.section-fans-voice{
    width: 100%;
    overflow: hidden;
}
.fans-voice-marquee{
    display: flex;  
    width: 200%;
}
.marquee-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    overflow: hidden; 
    animation: marquee 20s linear infinite;
}
.marquee{
    width: 16%;
}
.marquee img{
    width: 100%;
    vertical-align: middle;
}
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}
.fans-voice-list{
    display: flex;
    width: 130.769231%;
    padding: 30px 0;
    margin-left:-11.5384615%;
}
.fans-voice-item{
    width:23.0769231%;
    margin-right:3.84615385%;
    border-radius: 20px;
    overflow: hidden;
}
.fans-voice-item:nth-child(even){
    margin-bottom: 25px;
}
.fans-voice-item:nth-child(odd){
    margin-top: 25px;
}
.fans-voice-item:nth-child(n){ background-color:#B5EBFF; }
.fans-voice-item:nth-child(2){ background-color:#FFE890; }
.fans-voice-item:nth-child(3){ background-color:#E5C7FF; }
.fans-voice-item:nth-child(4){ background-color:#CCFFCC; }
.fans-voice-item a{
    display: block;
    padding-bottom: 20px;  
    color: #212121;
}
.fans-voice-item-img{
    width: 35%;
    transform: translate(-8px,-8px);
}
.fans-voice-item-img img{
    width: 100%;
    border-radius: 100%;
    vertical-align: middle;
}
.fans-voice-ppl{
    display: flex;
}
.career,.san{
    font-size: 10px;
}
.san{
    margin-left:.5em;
}
.fans-voice-title{
    width: 55%;
    margin: auto;
    font-size: 14px;
}
.fans-voice-content{
    position: relative;
    width: 80%;
    margin: 50px auto 60px;
}
.fans-voice-content::before{
    content: '❝';
    position: absolute;
    top:-.5em;
    left: -.5em;
    font-size: 26px;
}
.fans-voice-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 600;   
}
.fans-voice-category{
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 30px;
    font-size: 12px;
}
.fans-voice-btn{
    width: 50%;
    padding: 10px;
    margin-right: 10%;
    margin-left: auto;
    border: 2px solid #aaa;
    border-radius: 50%;
    text-align: center;
}
.fans-voice-btn::after{
    content: url(../images/ico_arrow_red_diag.svg);
}
.section-our-social{
    position: relative;
    padding:50px 0;
    background-image: url(../images/vector2.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.section-our-social::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    right: 0;
    left: 0;
    border-radius: 0 0 75px 75px;
    background-color: #fff;
    z-index: 1;
}
.section-our-social
.our-social{
    text-align: center;
}
.our-social-content{
    width: 1200px;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
}
.our-social-insta-list{
    width: 645px;
    margin-top: auto;
}
.our-social-insta-item{
    width: 135px;
    float: left;
}
.our-social-insta-item + .our-social-insta-item{
    margin: 15px;
}
.our-social-insta-item:first-child{
    width: 300px;
    margin: 15px 15px 0 0;
}
.our-social-insta-item a{
    display: block;
}
.our-social-insta-item img{
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1;
    object-fit: cover;
    vertical-align: middle;
}

.twitter-timeline{
    width: 290px;
}
.our-social-insta-icon a{
    font-weight: 800;
    color: #f00;
}
.our-social-insta-icon a::after{
    content: url(../images/ico_arrow_red_diag.svg);
    border-bottom: 2px solid #f00;  
}
.footer{
    position: sticky;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background-color: #f00;
}
.footer a{
    font-weight: 600;
    color: #fff;
}
.footer-group{ 
    display: flex;
    width: 1100px;
    margin: auto;
    padding-top: 100px;
}
.footer-title{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.footer-title span{
    font-size: 24px;
}
.footer-list{
    width: 500px;
    margin-left: auto;
}
.footer-item{
    width: 30%;
    float: left;
}
.footer-item li{
    margin-bottom:.8em;
    transition: .5s;
}
.footer-item li:hover{
    opacity: .8;
}
.footer-item:last-child{
    display: flex;
}
.footer-item:last-child li{
    margin: 0 .5em;
}
.footer-item:first-child ul{
    padding-top: 100px;
    font-size: 12px;
}
.footer-info{
    width: 1100px;
    padding-bottom: 60px;
    margin: -80px auto 0;
    font-weight: 600;
    color: #fff;
}
.footer-img{
    position: absolute;
    right: 0;
    bottom: -240px;
    width: 300px;
}
.footer-img img{
    width: 100%;
}
.fa-globe{
    margin-right: .3em;
}




