@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Shippori+Mincho&display=swap');
/*------------------------------------
　基本設定
--------------------------------------*/
:root {
--white: #fff;
--black: #000;
--red: #EE1B29;
--blue: #0C3D90;    
--contact: #00BDDE;
--dl: #C7D359;
}
a {
    color: var(--black);
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s all;
}
a:hover{
    opacity: 0.7;
}
.serif{
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.font{
    font-family: "Inter", sans-serif;
    font-weight: bold;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flex.center{
    align-items: center;
}
.center{
    text-align: center!important;
}
.flex.nowrap{
    flex-wrap: nowrap;
}
#top_new{
    position: relative;
    font-size: 1.6rem;
}
#top_new .inner{
    max-width: 1260px;
    width: 90%;
}
#top_new .fixed_contact_btn{
    display: inline-block;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 20%;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 37%);
}
#top_new .fixed_contact_btn:hover{
    opacity: 1;
}
#top_new .sec{
    margin-top: 60px;
}
#top_new .sec .inner{
    position: relative;
    z-index: 2;
}
#top_new .graphic_bg{
    background-image: url("../../img_new/graphic_bg.jpg");
    background-size: cover;
}
.sp{
    display: none;
}
.pc{
    display: block;
}

@media screen and (max-width: 768px) {
    #top_new .sec{
        margin-top: 50px;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}

/*------------------------------------
　背景のライン
--------------------------------------*/
/*.bg-grid-lines {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1260px;
    height: 100vh;
    background-image: 
        linear-gradient(to right, 
            rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.08) 1px, transparent 1px, 
            transparent calc(25% - 0.5px), rgba(0, 0, 0, 0.08) calc(25% - 0.5px), rgba(0, 0, 0, 0.08) calc(25% + 0.5px), transparent calc(25% + 0.5px),
            transparent calc(50% - 0.5px), rgba(0, 0, 0, 0.08) calc(50% - 0.5px), rgba(0, 0, 0, 0.08) calc(50% + 0.5px), transparent calc(50% + 0.5px),
            transparent calc(75% - 0.5px), rgba(0, 0, 0, 0.08) calc(75% - 0.5px), rgba(0, 0, 0, 0.08) calc(75% + 0.5px), transparent calc(75% + 0.5px),
            transparent calc(100% - 1px), rgba(0, 0, 0, 0.08) 100%
        );
    pointer-events: none;        
}*/

/*------------------------------------
　見出し
--------------------------------------*/
h2.en{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: var(--black);
    font-size: clamp(3.5rem, 4vw, 5rem);
    margin-bottom: 30px;
    text-align: left;
    line-height: 1;
}
h2.en.mb0{
    margin-bottom: 0px;
}
h2.en span{
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 7px;
}
h2.small1{
    font-size: clamp(2.5rem, 4vw, 4.5rem);
}
h2.small2{
    font-size: clamp(1.8rem, 3vw, 3.9rem);
}
h2.small3{
    font-size: clamp(2rem, 2.5vw, 2.5rem);
}
h2.small3 span{
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    h2.en,h2.small1,h2.small2,h2.small3{
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 20px;
    }
    h2.en span{
        font-size: 1.3rem;
    }
    h2.en.mb0{
        margin-bottom: 20px;
    }
}
/*------------------------------------
　header
--------------------------------------*/
#header_26 {
    color: var(--white);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    align-items: center;
    padding-top: 30px;
}
#header_26 .flex{
    flex-wrap: nowrap;
}
#header_26 .logo img{
    width: 100%;
    margin-right: 20px;
}
#header_26 .gnav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    background: none;
    border: none;
    height: auto;
}
#header_26 .gnav a{
    color: var(--white);
    font-size: clamp(1.3rem, 1.5vw, 1.6rem)!important;
    font-weight: 500;
}
#header_26 .gnav ul {
    display: flex;
    gap: 25px;
    margin-right: 30px;
    width: auto;
    justify-content: end;
}
#header_26 .header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header_26 .search-bar {
  position: relative;
  background: #ffffff78;
  border-radius: 20px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  width: 180px;
}
#header_26 .gnav ul li{
    width: auto;
}
#header_26 #search{
    position: relative;
    width: 220px;
}
#header_26 #search .keyword{
    border: none;
    color: var(--black);
    width: 100%;
    outline: none;
    background: #ffffff82 !important;
    border-radius: 90px;
    padding: 9px 7px;
    font-size: 1.4rem;
    position: relative;
    padding-left: 30px;
}
#header_26 #search:before{
    position: absolute;
    background-image: url(../../common/img/n_search_icon.svg);
    width: 15px;
    height: 15px;
    left: 9px;
    top: 10px;
    content: "";
}
#header_26 .lang-switch {
  display: flex;
  gap: 5px;
}
#header_26 .lang-switch a {
    width: 39px;
    height: 39px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-size: 1.3rem;
}
#header_26 .lang-switch a:hover{
    background: #fff;
    color: var(--black);
    opacity: 1;
}
#header_26 .lang-switch a.active {
  background: #fff;
  color: #000;
    font-weight: 600;
}
#header_26 .lang-switch a.active:hover{
    opacity: 1;
}
#header_26 .openbtn {
  display: none;
}
@media screen and (max-width: 768px) {
#header_26{
    padding-top: 5%;
    height: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
}
#header_26.is-active{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 70px;
}
#header_26 .logo img{
    width: 170px;
    position: relative;
    top: 3px;
}
#header_26 .openbtn {
    display: block;
    position: fixed;
    z-index: 999;
    width: 70px;
    height: 70px;
    cursor: pointer;
    right: 0;
    background: var(--blue);
    top: 0;
}
#header_26 .openbtn span {
    position: absolute;
    left: 18px;
    width: 50%;
    height: 3px;
    background: #fff;
    transition: .4s;
}
#header_26.is-active .openbtn.active span{
    background: var(--white);
}
#header_26 .openbtn span:nth-child(1) {
    top: 20px;
}
#header_26 .openbtn span:nth-child(2) {
    top: 31px;
}
#header_26 .openbtn span:nth-child(3) {
    top: 42px;
}
#header_26 .openbtn.active span:nth-child(1) {
    transform: translateY(11px) rotate(-45deg);
}
#header_26 .openbtn.active span:nth-child(2) {
    opacity: 0;
}
#header_26 .openbtn.active span:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
}
#header_26 .gnav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgb(12 61 144 / 91%);
    flex-direction: column;
    justify-content: center;
    transition: .5s;
    z-index: 998;
    align-items: center;
}
#header_26 .gnav.open {
    right: 0;
}
#header_26 .gnav ul {
    flex-direction: column;
    text-align: center;
    margin: 0 0 40px 0;
}
#header_26 .gnav ul li {
    margin-bottom: 20px;
}
#header_26 .header-tools {
    flex-direction: column;
    width: 100%;
}
#header_26 .gnav ul{
    gap: 4px;
    width: 100%;
}
#header_26 #search .keyword{
    padding: 14px 7px;
    padding-left: 40px;
}
#header_26 #search:before {
    left: 15px;
    top: 15px;
}
#header_26 #search{
    width: 90%;
}
#top_new .fixed_contact_btn {
    display: block;
    z-index: 1000;
    position: fixed;
    right: 70px;
    top: 0;
    box-shadow: none;
}
}/*sp-end*/


/*------------------------------------
　footer
--------------------------------------*/
#footer_26{
    color: var(--white);
    background: var(--blue);
    padding: 60px 0;
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
}
#footer_26 .copy{
    font-size: 1.2rem;
    text-align: center;
    color: #ffffff7d;
    margin-top: 58px;
}
#footer_26 .footer_wrap{
    align-items: flex-end;
    flex-wrap: nowrap;
}
#footer_26 .flex{
    flex-wrap: nowrap;
}
#footer_26 .left{
    border-right: 1px solid #ffffff69;
    padding-right: 60px;
}
#footer_26 .right{
    margin-left: 60px;
}
#footer_26 .link_box a{
    color: var(--white);
}
#footer_26 .address{
    margin-top: 20px;
}
#footer_26 .address .ttl{
    font-weight: 600;
    margin-bottom: 7px;
}
#footer_26 .iso_box{
    margin-top: 30px;
    flex-wrap: wrap;
}
#footer_26 .iso_box img{
    width: 190px;
    margin-right: 10px;
}
#footer_26 .other_btn{
    justify-content: flex-end;
    gap: 0 20px;
    margin-top: 35px;
}
#footer_26 .other_btn .btn{
    width: 246px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
}
#footer_26 .other_btn .btn img{
    margin-right: 10px;
}
#footer_26 .other_btn .btn.contact{
    background: var(--contact);
}
#footer_26 .other_btn .btn.dl{
    background: var(--dl);
}
#footer_26 .link_box{
    display: flex;
    gap: 0 40px;
    font-size: 1.4rem;
}
#footer_26 .link_box a{
    position: relative;
    padding-left: 14px;
}
#footer_26 .link_box a:before{
    position: absolute;
    background-image: url(../img/n_nav_arrow.svg);
    width: 5px;
    height: 8px;
    content: "";
    left: 0;
    top: 4px;
}
#footer_26 .link_box dt{
    margin-bottom: 6px;
}
#footer_26 .link_box dd{
    margin-bottom: 6px;
}
#footer_26 .link_box dt a{
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
}
#footer_26 .link_box dt a:before{
    display: none;
}
@media screen and (max-width: 768px) {
    #footer_26{
        padding: 40px 0;
        border-radius: 30px 30px 0 0;
        position: relative;
        z-index: 3;
    }
    #footer_26 .flex{
        display: block;
    }
    #footer_26 .left{
        padding: 0;
        border: none;
    }
    #footer_26 .copy{
        font-size: 1rem;
        text-align: center;
        color: #ffffff7d;
        margin-top: 20px;
        padding-bottom: 35px;
    }
    #footer_26 .link_box{
        display: none;
    }
    #footer_26 .iso_box{
        margin-top: 20px;
    }
    #footer_26 .iso_box img{
        width: 200px;
        margin: 0 auto 10px;
        display: block;
    }
    #footer_26 .right{
        margin: 0px;
    }
    #footer_26 .other_btn{
        margin-top: 20px;
    }
    #footer_26 .other_btn .btn{
        width: 100%;
        margin-bottom: 10px;
    }
    #footer_26 .pagetop{
        position: fixed;
        bottom: 0;
        right: 0;
        border: #3357a6 1px solid;
        z-index: 1000;
    }
    #footer_26 .pagetop a:hover{
        opacity: 1;
    }
}/*sp-end*/




/*------------------------------------
　bx-sliderの指定
--------------------------------------*/
#top_new .bx-wrapper {
  margin-bottom: 0;
  border: none;
  background: none;
  box-shadow: none;
}
#top_new .bx-wrapper .bx-pager {
    padding-top: 0;
    width: auto;
    text-align: center;
    top: unset;
    bottom: 100px;
    left: 6%;
}
#top_new .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffffa8;
    text-indent: -9999px;
    display: inline-block;
    width: 44px;
    height: 4px;
    margin: 0 1px;
    outline: 0;
    border-radius: 0;
    transition: background 0.3s;
}
#top_new .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top_new .bx-wrapper .bx-pager.bx-default-pager a.active,
#top_new .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #e60012;
}
#top_new .bx-wrapper .bx-pager-item {
    display: inline-block;
}
@media screen and (max-width: 768px) {
  #top_new .bx-wrapper .bx-pager.bx-default-pager a {
    width: 50px;
    height: 4px;
  }
    #top_new .bx-wrapper li{
        height: 300px!important;
    }
    #top_new .bx-wrapper .bx-pager {
        bottom: 30px;
    }
}


/*------------------------------------
　MV
--------------------------------------*/
#top_new .mv{
    position: relative;
}
#top_new .mv .bx-wrapper{
    position: static;
}
#top_new .mv .bx-wrapper img{
    max-width: 100%;
    margin: 0;
    width: 100%;
}
#top_new .mv h1{
    font-size: clamp(3rem, 6vw, 8rem);
    z-index: 50;
    color: #fff;
    position: absolute;
    top: 44%;
    left: 6%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-weight: normal;
    line-height: 1.2;
    text-shadow: 0px 3px 6px rgb(39 56 155 / 55%);
    letter-spacing: 0.01em;
}
#top_new .mv h1 span{
    display: block;
    font-size: 2.5rem;
    font-weight: normal;
    position: relative;
    left: 10px;
    margin-bottom: 15px;
}
#top_new .mv h1 span:after{
    content: "";
    width: 42%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 57%;
    right: 75px;
}
@media screen and (max-width: 768px) {
    #top_new .mv{
        margin-top: 70px;
    }
    #top_new .mv .bx-wrapper img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #top_new .mv h1 span{
        font-size: 1.4rem;
        width: 86%;
        left: 3px;
        margin-bottom: 10px;
    }
    #top_new .mv h1 span:after{
        right: 0;
        width: 21%;
    }
}/*sp-end*/


/*------------------------------------
NEW PRODUCTS
--------------------------------------*/
#top_new .new_products h2{
    margin-right: 30px;
}
#top_new .new_products .bnr{
    border-radius: 10px;;
    overflow: hidden;
    position: relative;
}
#top_new .new_products .bnr p{
    color: var(--white);
    font-size: 3rem;
    font-weight: 600;
    text-align: left;
    position: absolute;
    top: 50%;
    left: unset;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 7%;
}
#top_new .new_products .bnr p span{
    display: block;
        font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    #top_new .new_products h2{
        margin-right: 0;
    }
    #top_new .new_products .flex{
        display: block;
    }
    #top_new .new_products .bnr p span{
        font-size: 1.3rem;
    }
    #top_new .new_products .bnr{
            height: 120px;
    }
    #top_new .new_products .bnr p{
        font-size: 2.2rem;
    }
    #top_new .new_products .bnr a{
        display: block;
        height: 100%;
        width: 100%;
    }
    #top_new .new_products .bnr img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}/*sp-end*/


/*------------------------------------
　製品情報
--------------------------------------*/
#top_new .products .box{
    width: 25%;
    height: 429px;
}
#top_new .products .flex{
    border-bottom: 11px solid var(--red);
}
#top_new .products .btn{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
}
#top_new .products .btn2{
    background: url("../../img_new/products_2.jpg");
    background-size: cover;
    background-position: center;
}
#top_new .products .btn3{
    background: url("../../img_new/products_3.jpg");
    background-size: cover;
    background-position: center;
}
#top_new .products .btn4{
    background: url("../../img_new/products_4.jpg");
}
#top_new .products .btn{
    position: relative;
    display: block;
     width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden; 
}
#top_new .products .ttl {
    text-align: center;
    font-weight: bold;
    font-size: clamp(1.8rem, 1.25vw + 0.7rem, 2.4rem);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--white);
    z-index: 2;
    width: 92%;
}
#top_new .products .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#top_new .products .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease;
    z-index: 2;
}
#top_new .products .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
#top_new .products .btn1:hover{
    opacity: 1;
}
#top_new .products .btn1:hover .bg img {
    transform: scale(1.1); 
}
#top_new .products .btn1:hover .bg::after {
    background-color: #0c3d9061; 
}
@media screen and (max-width: 768px) {
    #top_new .products .box {
        width: 50%;
        height: 169px;
    }
    #top_new .products .ttl{
        font-size: 1.6rem;
        width: 100%;
        bottom: -6px;
    }
}

/*------------------------------------
　新着情報
--------------------------------------*/
#top_new .news{
    margin-top: 0px;
    padding: 60px 0;
    overflow: hidden;
    padding-bottom: 120px;
}
#top_new .news .news_box{
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    flex: 1;
    margin-left: 60px;
}
#top_new .news .news_box dl{
    background: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    font-size: 1.5rem;
    align-items: center;
}
#top_new .news .news_box dl dd a{
    position: relative;
}
#top_new .news .news_box dl dd a:hover{
    opacity: 1;
    color: var(--blue);
}
#top_new .news .news_box dl dt{
    color: var(--red);
    font-family: "Inter", sans-serif;
    width: 126px;
}
#top_new .news .news_box dl dd a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;    
    height: 1px;  
    background: var(--blue);
    transition: width 0.3s ease; 
}
#top_new .news .news_box dl dd a:hover:after {
    width: 100%; 
}
#top_new .top_bnr_flex{
    align-items: flex-start;
    gap: 0 70px;
}
#top_new .top_bnr_flex .bnr{
    background-size: cover;
    width: 47%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-position: center;
}
#top_new .top_bnr_flex .bnr h2{
    position: absolute;
    left: 9%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
}
#top_new .top_bnr_flex .bnr1{
    background-image: url("../../img_new/bnr2.jpg");
}
#top_new .top_bnr_flex .bnr2{
    background-image: url("../../img_new/btn3.jpg");
}
#top_new .top_bnr_flex .bnr:before{
    position: absolute;
    left: unset;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 10px;
    content: "";
    background-image: url(../../common/img/n_linkarrow.svg);
    width: 44px;
    height: 44px;
    bottom: -13px;
    transition: 0.2s all;
}
@media screen and (max-width: 768px) {
    #top_new .news .flex{
        display: block;
    }
    #top_new .news .news_box{
        margin-inline: unset;
        width: 99%;
        margin: 0 auto;
    }
    #top_new .news .news_box dl{
        display: block;
        padding-right: 40px;
        font-size: 1.5rem;
        line-height: 1.5;
        padding: 14px;
        margin-bottom: 8px;
    }
    #top_new .news .news_box dl dt{
        margin-bottom: 3px;
        width: 100%;
    }
    #top_new .top_bnr_flex .bnr{
        display: block;
        width: 100%;
        height: 120px;
        margin-bottom: 20px;
    }
    #top_new .top_bnr_flex .bnr h2{
        text-align: left;
    }
    #top_new .news {
        margin-top: 0px;
        padding: 40px 0;
        overflow: hidden;
        padding-bottom: 92px;
    }
}







