﻿@charset "UTF-8";




.s-header-wrap__logo {
    display: block;
    width: 17.5rem;
}
@media screen and (min-width: 768px) {
    .s-header-wrap__logo {
        width: 23.5rem;
    }
}
@media screen and (min-width: 768px) {
.m-featureSlide-container{
    width: 78% !important;
	max-width:1400px;
    overflow: visible !important;
}
}

.m-featureSlide-slidePagination{
margin-top:30px !important;
margin-bottom:30px !important;
}
.m-featureSlide-slidePagination__item{
border:0 !important;
background: #ccc !important;
}
.m-featureSlide-slidePagination__item.swiper-pagination-bullet-active{
background: #0099cc !important;
border: 0px solid #0099cc !important;
}

.top-cate{
background:#0099cc;
padding:40px 20px;
margin-bottom:40px;
}
.top-cate .inner{
margin:0 auto;
max-width:1200px;
}
.top-cate ul{

}

.top-cate ul li a{
display: flex;
    width: 100%;
    align-items: center;
    background: #fff;
    padding: 10px;
    justify-content: space-between;
    border-radius: 5px;
}
.top-cate ul li a img{
    width: 30px;
    height: 30px;
}
.top-cate .cateimg-flex img{
    width: 60px;
    height: 60px;
}
.top-cate ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
.top-cate ul{
    display: grid;
    grid-template-columns: 1fr ;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}
}
.cateimg-flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-cate ul li{
    width: 100%;
	}
.engtitle-section{
color:#fff;
    font-weight: bold;
	margin-bottom:20px;
	font-size:20px;
}
.engtitle-section p{
    font-weight: bold;
	font-size:14px;
    color: rgba(255, 255, 255, 0.8);
	}
.top-new-arrival-products{
margin:0 auto 40px;
max-width:1200px;
}
.top-new-arrival-products .engtitle-section,.top-news .engtitle-section{
color:#333;
}
    .p-homeNewsList-body {
        display: block;
		}
    .p-homeNewsList-body__time {
        color: #0099cc;
		}
.top-new-arrival-products .engtitle-section p,.top-news .engtitle-section p{
    font-weight: bold;
	font-size:14px;
    color:#0EA0FF;
	}
	
.top-news{
	background:#e6f2ff;
	padding:40px 20px;
}
.top-news .inner{
display:flex;
gap:40px;
margin:0 auto 0px;
max-width:1200px;
}
.moreBtn{
    width: 32%;
    display: flex;
    margin: 0 auto;
    gap: 20px;
    line-height: 41px;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    justify-content: space-between;
}
.moreBtn img{
width: 30px;
}
.moreBtn span{
color:#0976BC;
text-align: center;
    width: 100%;
    font-weight: bold;
	}
	
	
.curve_bg {
  width: 100%;
  height: 200px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 C15 75 35 85 55 70 C75 50 90 20 100 5 L100 100 L0 100 Z' fill='%23e6f2ff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.m-featureSlide {
    overflow-x: hidden !important;
}

.top-branding{
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    gap: 40px;
    align-items: center;
}
.top-branding .moreBtn{
width:100%;
}
.top-branding .txarea .ttl{
	    color: #0099cc;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}
.top-branding .txarea{
background: #fff;
    margin-top: 100px;
    margin-right: -100px;
    padding: 42px 30px 42px 30px;
    position: relative;
    border-radius: 21px;
    z-index: 4;
box-shadow: 9px 0px 14px -9px #999;
}

.top-branding .txarea .tx{
    margin-bottom: 30px;
}
.top-branding .imgarea img{
	border-radius: 18px;
}


@media screen and (min-width: 992px) {
    .s-header-wrap {
        justify-content: flex-start;
        height: auto;
        position: relative;
        padding: 0 2rem;
        gap: 1rem 2.4rem;
        border-bottom: 1px solid var(--color-gray);
    }
}

@media screen and (min-width: 992px) {
    .s-header {
        height: auto !important;
    }
}

@media screen and (min-width: 992px) {
    .s-header-contentsNavBlock {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        /* justify-content: flex-start; */
        gap: 0 2.4rem;
        width: auto;
        max-width: 1000px;
        height: 5.3rem;
        overflow: auto;
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .s-header-categoryNav__head {
		font-weight:bold;
        font-size: unset;

    }
}
.pc-menu{
display:none;
}
@media screen and (min-width: 992px) {
.pc-menu{
display:flex;
}
    .s-header-categoryNav__body {
        display: none;
        width: 100%;
        max-height: calc(100vh - 8.4rem);
        overflow-y: auto;
        position: absolute;
        left: 0;
        top: 10rem;
        padding: 5rem 2rem;
        background: rgba(255, 255, 255, 0.9);
        z-index: 2;
    }
}
@media screen and (min-width: 992px) {
    .s-header-categoryNav__navlist {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        gap: 2rem 4rem;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .s-header-categoryNav__navLink > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0;
        font-size: 1.4rem;
        text-align: left;
        background: #fff;
        text-align: center;
        border-radius: 4px;
        padding: 10px;
    }
}
@media screen and (min-width: 992px) {
    .s-header-categoryNav__body {
        display: none;
        width: 100%;
        max-height: calc(100vh - 8.4rem);
        overflow-y: auto;
        position: absolute;
        left: 0;
        top: 10rem;
        padding: 5rem 2rem;
        background: rgb(0 153 204 / 77%);
        z-index: 2;
    }
}
.s-header-categoryNav__navLink img{
width:24px;
}

@media screen and (max-width: 991px) {
.top-new-arrival-products{
padding:0 15px;
}
.top-branding {
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
    padding: 0 15px;
}
.moreBtn {
    width: 85%;
	}
.top-branding .txarea {
        background: #fff;
        margin-top: -100px;
        margin-right: 0;
        padding: 42px 30px 42px 30px;
        position: relative;
        width: 91%;
        border-radius: 21px;
        z-index: 9999;
        box-shadow: 0px 0px 14px -7px #999;
}
.curve_bg {
    width: 100%;
    height: 70px;
	}
.top-news .inner {
    display: block;
    gap: 40px;
	margin-right: 0;
    margin: 0 auto 0px;
    max-width: 1200px;
}
}

:root {
    --font-ja: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	}
.m-productNavList-hasChildeCategories__title{
font-weight: bold;
}
.s-header-categoryNav__navlist{
gap: 1rem 1rem;
}
.s-header-categoryNav{
font-weight: bold;
        gap: 1rem 1rem;
}

@media screen and (min-width: 992px) {
    .s-header-categoryNav__navLink {
        display: block;
        width: 23rem;
        border-bottom: none;
    }
    .s-header-categoryNav__navLink a{
	font-weight:normal;
	}
}
.pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
	}
.pagetop img{
width: 40px;
height:40px;
}