@charset "utf-8";
/* CSS Document */

* {
    margin:0; padding:0;
-webkit-font-smoothing:antialiared;
-moz-osx-font-smoothing: grayscale;
/*    font-size: 16px;*/
}

h1,h2,h3,h4,h5{
    font-weight: normal;
    margin: 0;
}
ul,ol,dl {
    padding: 0;
    margin: 0;
}
ul li,
ol li,
dl dt,
dl dd{
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, a:hover{
    color: #473933;
    text-decoration: none;
}
section,div{
    box-sizing: border-box;
}

/*------------------------------------------------------------
　フォント
------------------------------------------------------------*/
.cate_wrapper .YuGo {font-family: 'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;}
.cate_wrapper .YuMin {font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;}
.cate_wrapper .Alegreya {font-family: 'Alegreya', serif !important;}

/*------------------------------------------------------------
　カテゴリー共通 category
------------------------------------------------------------*/
.cate_wrapper{
    font-family:YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
}
.cate_wrapper section[class^="cate_"]{
    width: 100%;
    margin: 0 auto 50px;
    color: #473933;
}
.cate_wrapper section[class^="cate_"] img{
    width: 100%;
}
.cate_wrapper .tl-en{
    font-family: 'Alegreya', serif;
}
.cate_wrapper .tl-jp{
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.cate_wrapper .block_left{
    float: left;
}
.cate_wrapper .block_right{
    float: right;
}
.cate_wrapper .block_clear:after{
    content: "";
    display: block;
    clear: both;
}

/* ---/ section title /--- */
/* LOOKBOOK, DETAILS, COLOR ... のsectionタイトル画像  */
.cate_wrapper h3.tlimg img{
    display: block;
    width: 35%;
    height: inherit;
/*    padding-bottom: 30px;*/
    margin: 0 auto;
}
/* テキストの前後にラインがあるタイトル */
.cate_wrapper .linetitles{
    width: 100%;
    margin: auto;
}
.cate_wrapper .linetitles .tl_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
    border: none;
}
.cate_wrapper .linetitles .tl_wrap::before,
.cate_wrapper .linetitles .tl_wrap::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #473933;
}
.cate_wrapper .linetitles .tl_wrap::before {
    margin-right: 20px;
}
.cate_wrapper .linetitles .tl_wrap::after {
    margin-left: 20px;
}

@media screen and (min-width:768px){
.cate_wrapper section[class^="cate_"]{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 100px;
}
.cate_wrapper section[class^="cate_"] img{
    max-width: 100%;
}
.cate_wrapper h3.tlimg img{
    display: block;
    width: auto;
    height: 60px;
    margin: 0 auto;
}
}

/*------------------------------------------------------------
　タイトル title
------------------------------------------------------------*/

.cate_wrapper section.cate_title{
    padding: 15% 0;
    margin: 0;
    color: #473933;
}
.cate_wrapper .cate_title h1.cate_logos{
    margin: 0 0 8%;
    font-size: 24px;
}
.cate_wrapper .cate_title h1.cate_logos img{
    display: block;
    width:  auto;
    height: 50px;
    margin: 0 auto;
    }
.cate_wrapper .cate_title h2{
    font-size: 18px;
    text-align: center;
}
@media screen and (min-width:768px){
.cate_wrapper section.cate_title{
    padding: 8% 0;
}
.cate_wrapper .cate_title h1.cate_logos{
    margin: 0 0 36px;
    font-size: 24px;
}
.cate_wrapper .cate_title h1.cate_logos img{
    width: auto;
    height: 60px;
}
.cate_wrapper .cate_title h2{
    font-size: 22px;
    line-height: 1.8em;
}
}

/*------------------------------------------------------------
　イントロ intro
------------------------------------------------------------*/

.cate_wrapper .cate_intro{

}
.cate_wrapper .cate_intro .box_intro{
    width: 100%;
}
/* block type / .ver sp は縦に並びます ---*/
.cate_wrapper .cate_intro .box_intro.blockbox .intro_bgimg,
.cate_wrapper .cate_intro .box_intro.blockbox .intro_txt{
    display: block;
}
.cate_wrapper .cate_intro .intro_txt{
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    text-align: center;
}
.cate_wrapper .cate_intro h3.intro_tl{
    padding: 25px 0;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    font-size: 18px;
    line-height: 1.5em;
}
@media screen and (min-width:768px){
.cate_wrapper .cate_intro{
    position: relative;
}
/* block type / .ver pc は重なります---*/
.cate_wrapper .cate_intro .box_intro.blockbox .intro_bgimg,
.cate_wrapper .cate_intro .box_intro.blockbox .intro_txt{
    position: absolute;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    text-align: left;
}
.cate_wrapper .cate_intro .intro_txt{
    width: 100%;
    padding: 0 5%;
    font-size: 15px;
    line-height: 1.7em;
/* Y軸・中央 */
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.cate_wrapper .cate_intro h3.intro_tl{
    padding: 0 0 2%;
    font-size: 21px;
}
/* only nobeeze */
#nobeeze .cate_intro .intro_txt {
    right: 0;
    width: 46%;
    padding: 0;
    letter-spacing: 0.1em;
}
#nobeeze .cate_intro h3.intro_tl:first-of-type {
    padding: 1% 0;
    color: #9fa0a0;
    font-size: 16px;
    letter-spacing: normal;
}
#nobeeze .cate_intro h3.intro_tl {
    padding: 0 0 2%;
    font-size: 22px;
    line-height: 1.4em;
}
}


/*------------------------------------------------------------
　イメージ  image
------------------------------------------------------------*/

.cate_wrapper .cate_image{

}
.cate_wrapper .cate_image h3.tl_image{
    font-size: 28px;
}

.cate_wrapper .cate_image ul li{
    margin: 0 auto 50px;
}
.cate_wrapper .cate_image .box_image .image_img{
    position: relative;
    height: auto;
}
.cate_wrapper .cate_image .box_image p.tlonimg{
    position: absolute;
    top: calc(50% - 0.5em);
    left: 10%;
    color: #fff;
    font-size: 16px;
}
.cate_wrapper .cate_image .box_image h3.tl_image{
    width: calc(100% - 7%);
    margin: 20px auto;
    padding: 3% 0;
    color: #473933;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px #999 solid;
    box-sizing: border-box;
}
.cate_wrapper .cate_image .box_image p.txt_image{
    width: calc(100% - 12%);
    margin: 0 auto;
    padding: 3% 0;
    color: #473933;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 15px;
    text-align: left;
    line-height: 1.8em;
    border: none;
}
@media screen and (min-width:768px){
.cate_wrapper .cate_image .box_image{
    margin-bottom: 150px;
}
.cate_wrapper .cate_image .box_image p.tlonimg{
    font-size: 22px;
}
.cate_wrapper .cate_image .box_image h3.tl_image{
    margin: 35px auto 10px;
    padding: 2% 0;
    font-size: 28px;
    border: none;
    }
.cate_wrapper .cate_image .box_image p.txt_image{
    width: calc(100% - 5%);
    margin: 0 auto;
    padding: 4% 0;
    font-size: 18px;
    text-align: center;
    border-top: 1px #999 solid;
    border-bottom: 1px #999  solid;
}
}


/*------------------------------------------------------------
　素材説明 material
------------------------------------------------------------*/

.cate_wrapper .cate_matl {
}
.cate_wrapper .cate_matl > .item_titles{
    margin: 0;
    padding: 5% 0;
    text-align: center;
}
.cate_wrapper .cate_matl > .item_titles h3.tl_main{
    display: inline-block;
    padding: 10px 4%;
    font-size: 22px;
    border-bottom: 1px #333 solid;
}
.cate_wrapper .cate_matl > .item_titles .tl_txt{
    padding: 3%;
    margin: 0;
    font-size: 18px;
}
.cate_wrapper .matl_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cate_wrapper .matl_desc{
    display: flex;
    flex-direction: column;
    width: 88%;
    margin: 20px auto 30px;
}
.cate_wrapper .matl_desc.matlwrap .desc_half:first-child{
    order: 2;
}
.cate_wrapper .matl_desc.matlwrap .desc_half:last-child{
    order: 1;
}
.cate_wrapper .cate_matl .desc_half > .desc_tl{
    margin: 5% 0;
    color: #473944;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
}
.cate_wrapper .cate_matl .desc_half > .desc_txt{
    font-size: 14px;
    line-height: 1.8em;
}
.cate_wrapper .cate_matl .desc_half > .desc_txt p{
    margin: 20px 0;
}
.cate_wrapper .matl_desc.matlwrap .desc_half > .desc_img{
    width: 65%;
    margin: 0 auto;
}
.cate_wrapper .matl_desc .att_txt{
    color: #666666;
    font-size: 12px;
    font-family:thic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    line-height: 1.5em;
    padding-left: 10px;
}
.cate_wrapper .matl_desc .att_txt::before{
    content: "＊";
    margin-left: -12px;
}

@media screen and (min-width:768px){
.cate_wrapper .cate_matl > .item_titles h3.tl_main{
    font-size: 26px;
}
/* flexbox */
.cate_wrapper .matl_desc.matlwrap{
    flex-direction: row;
    justify-content: space-between;
}
.cate_wrapper .matl_desc.matlwrap .desc_half > .desc_img{
    width: auto;
}
.cate_wrapper .matl_desc.matlwrap .desc_half:first-child{
    order: 1;
    flex-basis: auto;
}
.cate_wrapper .matl_desc.matlwrap .desc_half:last-child{
    order: 2;
    flex-basis: 320px;
}
/* inlineblock */
.cate_wrapper .matl_wrapper,
.cate_wrapper .matl_desc.matlwrap.typeinblock{
    display: inherit;
    position: relative;
}
.cate_wrapper .matl_desc.matlwrap.typeinblock{
    width: 80%;
    margin: 0 auto;
}
.cate_wrapper .matl_desc.matlwrap.typeinblock::after{
    content: "";
    clear: both;
    display: block;
}
.cate_wrapper .matl_desc.matlwrap.typeinblock .desc_half{
    display: inline-block;
}
.cate_wrapper .matl_desc.matlwrap.typeinblock .desc_half:first-child{
    float: left;
}
.cate_wrapper .matl_desc.matlwrap.typeinblock .desc_half:last-child{
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0;
    margin-top: 5%;
    text-align: center;
}
.cate_wrapper .matl_desc.matlwrap .desc_half > .desc_img{
    width: 100%;
}
.cate_wrapper .matl_desc. .desc_half > .desc_img img{
    width: 100%;
}
.cate_wrapper .cate_matl .desc_half > .desc_tl{
    margin: 0;
    font-size: 24px;
    text-align: left;
}
.cate_wrapper .cate_matl .desc_half > .desc_txt{
    font-size: 16px;
    line-height: 1.8em;
}
.cate_wrapper .cate_matl .desc_half > .desc_txt p{
    margin: 20px 0 30px;
}
}


/*------------------------------------------------------------
　こだわりポイント kodawari
------------------------------------------------------------*/

.cate_wrapper .cate_kdwr{
    text-align: center;
}
.cate_wrapper .cate_kdwr .linetitles{
    width: 90%;
    padding: 20px 1%;
    margin: 20px auto 50px;
    font-size: 20px;
    text-align: center;
    border-top: 1px #333333 solid;
    border-bottom: 1px #333333 solid;
}
.cate_wrapper .cate_kdwr .kdwr_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cate_wrapper .cate_kdwr .kdwr_desc{
    display: flex;
    flex-direction: column;
}
.cate_wrapper .cate_kdwr .kdwr_desc .desc_tl{
    width: 85%;
    font-size: 20px;
    padding: 0 0 20px;
    margin: 40px auto 15px;
    line-height: 1.4em;
    border-bottom: 1px #999999 solid;
}
.cate_wrapper .cate_kdwr .kdwr_desc .desc_txt{
    font-size: 14px;
    text-align: left;
    padding: 0 8%;
    line-height: 1.8em;
    margin: 20px 0 50px;
}
.cate_wrapper .cate_kdwr .kdwr_desc .desc_img{
    padding: 0 15%;
}
@media only screen and (max-width:767px){
.cate_wrapper .cate_kdwr .kdwr_desc .desc_txt{
    font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
}


@media screen and (min-width:768px){
.cate_wrapper .cate_kdwr{
    text-align: left;
}
.cate_wrapper .cate_kdwr .linetitles{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 26px;
    text-align: center;
    border: none;
}
.cate_wrapper .cate_kdwr .linetitles::before,
.cate_wrapper .cate_kdwr .linetitles::after {
    content: '';
    height: 1px;
    background-color: #999;
    flex-grow: 1;
}
.cate_wrapper .cate_kdwr .linetitles::before {
    margin-right: 20px;
}
.cate_wrapper .cate_kdwr .linetitles::after {
    margin-left: 20px;
}
.cate_wrapper .cate_kdwr .kdwr_wrapper{
    padding: 0 25px;
    margin: 10px auto;
}
.cate_wrapper .cate_kdwr .kdwr_desc{
    flex-direction: row;
    padding: 5% 3%;
    border-bottom: 1px #999 solid;
}
.cate_wrapper .cate_kdwr .kdwr_desc:first-child{
    padding-top: 60px;
    border-top: 1px #999 solid;
    }
.cate_wrapper .cate_kdwr .kdwr_desc:last-child{
    padding-bottom: 60px;
    }
.cate_wrapper .cate_kdwr .kdwr_desc .desc_half:first-child{
    margin: 0;
}
.cate_wrapper .cate_kdwr .kdwr_desc .desc_half.txtwrap{
    margin: 0 0 0 50px;
}
.cate_wrapper .cate_kdwr .kdwr_desc .desc_tl{
    width: auto;
    font-size: 22px;
    padding: 0;
    margin: 40px 0 15px;
    border: none;
}
.cate_wrapper .cate_kdwr .kdwr_desc .desc_txt{
    padding: 0;
    margin: 0;
    line-height: 1.7em;
}
.cate_wrapper .cate_kdwr .kdwr_desc .desc_img{
    padding: 0;
}
}

/*------------------------------------------------------------
　ルックブック lookbook
------------------------------------------------------------*/

.cate_wrapper .cate_lb {
}
.cate_wrapper .cate_lb .photolist{
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
}
.cate_wrapper .cate_lb .photolist li{
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.cate_wrapper .cate_lb .photolist li > img{
    width: 100%;
}
/* 1/4/7 */
.cate_wrapper .cate_lb .photolist li:nth-child(3n+1){
    margin: 2% 0;
}
/* 2/5/8 */
.cate_wrapper .cate_lb .photolist li:nth-child(3n+2){
    width: calc(50% - 1%);
    margin: 0 1% 0 0;
}
/* 3/6/9 */
.cate_wrapper .cate_lb .photolist li:nth-child(3n){
    width: calc(50% - 1%);
    margin: 0 0 0 1%;
}
/* 1 */
.cate_wrapper .cate_lb .photolist li:first-child{
    margin-top: 0;
}

@media screen and (min-width:768px){
/* 1/4/7 */
.cate_wrapper .cate_lb .photolist li:nth-child(3n+1){
    margin: 30px 0;
}
/* 2/5/8 */
.cate_wrapper .cate_lb .photolist li:nth-child(3n+2){
    width: calc(50% - 15px);
    margin: 0 15px 0 0;
}
/* 3/6/9 */
.cate_wrapper .cate_lb .photolist li:nth-child(3n){
    width: calc(50% - 15px);
    margin: 0 0 0 15px;
}
.cate_wrapper .cate_lb .photolist li:first-child{
    margin-top: 0;
}
}
}



/*------------------------------------------------------------
　PC・SPの表示・非表示
------------------------------------------------------------*/
/*.ver SP
.cate_allwrap{width:100%; margin:0 auto;}
.cate_allwrap .pc_only{display: none;}
*/
/*.ver PC
@media screen and (min-width:768px){
.cate_allwrap {width:1000px; margin:0 auto;}
.cate_allwrap .sp_only{display: none;}
.cate_allwrap .pc_only{display: inherit;}
}
*/

/* izm仕様は.cate_wrapperを必ず最初に記述すること*/
/* izm仕様に限り、spanで表示非表示を操作している部分があるのでメディアクエリをPC優先で記述*/

/*.ver PC*/
.cate_wrapper{width:1000px; margin:0 auto;}
.cate_wrapper .sp_only{display: none !important;}

/*.ver SP*/
@media screen and (max-width:768px){
.cate_wrapper{width:100%; margin:0 auto;}
.cate_wrapper .pc_only{display: none !important;}
.cate_wrapper .sp_only{display: inherit !important;}
}



/*------------------------------------------------------------
　 エアリーニットガーゼ　knitgz only
------------------------------------------------------------*/

#knitgauze{
    color:#473933 !important;
}
/* 素材説明・こだわりの見出し */
#knitgauze .cate_matl .desc_tl,
#knitgauze .cate_kdwr .desc_tl{
    color: #79543d;
}
@media screen and (min-width:768px) {
#knitgauze section:not(.cate_title):not(.cate_intro):not(.cate_prod):not(.cate_matl)[class^="cate_"]{
    margin: 50px auto 150px;
}
#knitgauze .cate_intro{
    width: auto;
    height: 540px;
}
#knitgauze section.cate_title,
#knitgauze section.cate_intro,
#knitgauze section.cate_prod{
    margin-bottom: 20px;
}
#knitgauze section.cate_feat{
    margin-bottom: 250px !important;
}
/* こだわり */
#knitgauze .cate_kdwr .desc_tl{
    font-size: 26px;
}
.kdwr_wrapper{
    padding: 0 50px;
}
#knitgauze .cate_kdwr .kdwr_desc .desc_img > img{
    max-width: 350px;
    height: auto;
    }
#knitgauze .cate_kdwr :not(.kdwr_desc:first-child):not(.kdwr_desc:last-child){
    border: none;
    }
#knitgauze .cate_kdwr .kdwr_desc:first-child{
    border-bottom: none;
    }
#knitgauze .cate_kdwr .desc_txt{
    font-size: 18px;
}
}

/*------------------------------------------------------------
    product / 関連商品 --- エアリーニットガーゼ　knitgz only
------------------------------------------------------------*/

.cate_wrapper .cate_prod{}
.cate_wrapper .cate_prod .linetitles{
    width: 95%;
    margin: auto;
}
.cate_wrapper .cate_prod li.box_prod{
    display: table;
    padding: 5% 1%;
    margin: auto;
    width: 95%;
    border-bottom: 1px #473933 solid;
    box-sizing: border-box;
}
.cate_wrapper .cate_prod .prod_img,
.cate_wrapper .cate_prod .prod_desc{
    display: table-cell;
    vertical-align: middle;
}
.cate_wrapper .cate_prod .prod_img img{
    width: 100px;
    height: auto;
}
.cate_wrapper .cate_prod .prod_desc{
    padding: 2% 0;
    font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    text-align: center;
}
.cate_wrapper .cate_prod .prod_desc dt.prodname{
    margin-bottom: 15px;
    font-size: 18px;
}
.cate_wrapper .cate_prod .prod_desc > dt.prodname::before{
    content: "「 ";
    margin: 0;
    padding: 0;
}
.cate_wrapper .cate_prod .prod_desc > dt.prodname::after{
    content: " 」";
    margin: 0;
    padding: 0;
}
.cate_wrapper .cate_prod .prod_desc dd.prodtxt{
    font-size: 14px;
    line-height: 1.8em;
}
.cate_wrapper .cate_prod .prod_desc dd.prodtxt > p::after{
    display: inline-block;
    content: "▲";
    margin-left: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cate_wrapper .cate_prod .prod_more{
    display: none;
}

@media screen and (min-width:768px) {
/* pcでは非表示 */
.cate_wrapper .cate_prod .prod_desc dt.prodname::before,
.cate_wrapper .cate_prod .prod_desc dt.prodname::after,
.cate_wrapper .cate_prod .prod_desc dd.prodtxt > p::after{
   content: none;
}
.cate_wrapper .cate_prod{}
.cate_wrapper .cate_prod .linetitles{
    display: none;
}
.cate_wrapper .cate_prod ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: calc(90% - 80px / 3);
    margin: 0 auto;
}
.cate_wrapper .cate_prod li.box_prod{
    display: block;
    text-align: center;
    border: none;
}
.cate_wrapper .cate_prod .prod_img,
.cate_wrapper .cate_prod .prod_desc{
    display: block;
    width: 70%;
    margin: auto;
}
.cate_wrapper .cate_prod .prod_img img{
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}
.cate_wrapper .cate_prod .prod_desc{
   font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.cate_wrapper .cate_prod .prod_desc dt.prodname{
    padding: 5% 0;
    margin: 0;
    font-size: 18px;
}
.cate_wrapper .cate_prod .prod_desc dd.prodtxt{
    padding: 5% 0;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.8em;
    border-top: 1px #473933 solid;
}
.cate_wrapper .cate_prod .prod_more{
    display: inherit;
    padding: 3%;
    margin: 0 auto;
    border: 1px #473933 solid;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
}
}

/*------------------------------------------------------------
　 　 features / 特徴 --- エアリーニットガーゼ　knitgz only
------------------------------------------------------------*/
.cate_wrapper .cate_feat{

}
.cate_wrapper .cate_feat .linetitles{
    display: none;
}
.cate_wrapper .cate_feat ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.cate_wrapper .cate_feat li{
    margin-bottom: 10px;
    width: 30%;
    height: auto;
    }
@media screen and (min-width: 768px) {
.cate_wrapper .cate_feat{
    padding: 0 4%;
    margin: auto;
}
.cate_wrapper .cate_feat .linetitles{
    display: inherit;
    width: 100%;
}
.cate_wrapper .cate_feat ul{
    width: 100%;
    padding: 5% 0;
    margin: auto;
    border-bottom: 1px #473933 solid;
}
.cate_wrapper .cate_feat li{
    width: 145px;
    height: 145px;
}

/* 2 */
.cate_wrapper .cate_feat li.box_feat:nth-of-type(2){
    display: none;
}
/* 2以外 */
.cate_wrapper .cate_feat li.box_feat:nth-of-type(1){
    order: 1;
}
.cate_wrapper .cate_feat li.box_feat:nth-of-type(3){
    order: 4;
}
.cate_wrapper .cate_feat li.box_feat:nth-of-type(4){
    order: 2;
}
.cate_wrapper .cate_feat li.box_feat:nth-of-type(5){
    order: 3;
}
.cate_wrapper .cate_feat li.box_feat:nth-of-type(6){
    order: 5;
}
}


/*------------------------------------------------------------
　 ノビーゼ　NOBEEZE only
------------------------------------------------------------*/



/* intro ---  */
@media screen and (min-width:768px) {
#nobeeze .cate_intro{
    width: auto;
    height: 356px;
}
}

/* navi ---  */
#nobeeze .cate_navi{
    margin-bottom: 50px;
    color: #473933;
}
#nobeeze .cate_navi > p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 25px auto;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
}
#nobeeze .cate_navi > p::before,
#nobeeze .cate_navi > p::after {
    content: '';
    width: 13px;
    height: 2px;
    background-color: #999;
/*    flex-grow: 1;*/
}
#nobeeze .cate_navi > p::before {
    margin-right: 15px;
}
#nobeeze .cate_navi > p::after {
    margin-left: 15px;
}
#nobeeze .cate_navi li{
    position: relative;
    display: grid;
    grid-template: ". liico litxt ." auto
        / auto 15% 60% auto;
    justify-content: center;
    width: 100%;
    padding: 6% 0;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px #dfdfdf solid;
}
#nobeeze .cate_navi li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#nobeeze .cate_navi .ico_triangle{
    grid-area: liico;
    color: #962a39;
    text-align: center;
}
#nobeeze .cate_navi .navi_tl{
    grid-area: litxt;
    color: #473933;
}
/* spのみ */
@media only screen and (max-width:767px){
#nobeeze .cate_navi li{
    border-bottom: 1px #dfdfdf solid;
}
#nobeeze .cate_navi li:first-child{
    border-top: 1px #dfdfdf solid;
}
}
@media screen and (min-width:768px) {
#nobeeze .cate_navi ul{
    text-align: center;
}
#nobeeze .cate_navi li{
    display: inline-flex;
    flex-direction: column;
    width: auto;
    padding: 0 3%;
    text-align: center;
    border: none;
    box-sizing: border-box;
}
#nobeeze .cate_navi .ico_triangle{
    order: 2;
}
#nobeeze .cate_navi .navi_tl{
    order: 1;
}
}
/* material --- */
@media screen and (min-width:768px){
 #nobeeze .cate_matl > .item_titles .tl_txt {
    font-size: 22px;
}
}
/* kodawari --- */
#nobeeze .cate_kdwr .kdwr_desc.att_wrap{
    padding: 10px 10% 30px;
    margin-top: -30px;
}
#nobeeze .cate_kdwr .kdwr_desc.att_wrap p{
    margin: auto;
    font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 13px;
    text-align: left;
}
#nobeeze .cate_kdwr .kdwr_desc.att_wrap p::before{
    content: "＊";
}
#nobeeze .cate_kdwr .kdwr_desc.att_wrap p::first-letter{
    margin-left: -13px;
}
@media screen and (min-width:768px) {
#nobeeze .cate_kdwr .desc_tl{
    font-size: 24px;
}
#nobeeze .cate_kdwr .desc_txt{
    font-size: 16px;
}
#nobeeze .cate_kdwr .kdwr_desc{
    padding: 4% 10%;
}
#nobeeze .cate_kdwr .kdwr_desc .desc_half:first-child{
    flex-basis: 300px;
    height: auto;
}
#nobeeze .cate_kdwr .kdwr_desc:not(.kdwr_desc:first-child):not(.kdwr_desc:last-child){
    border: none;
}
#nobeeze .cate_kdwr .kdwr_desc:first-child{
    border-bottom: none;
}
#nobeeze .cate_kdwr .kdwr_desc.att_wrap{
    padding: 5% 0;
}
#nobeeze .cate_kdwr .kdwr_desc.att_wrap p{
    width: 88%;
    text-align: right;
}
}

/* 3つのノビーゼ ---  */

#nobeeze .cate_type{
    width: 100%;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    color: #473933;
}
#nobeeze .type_head{
    padding: 2% 0;
    margin: 2% 0;
    text-align: center;
}
#nobeeze .type_head > p{
    font-size: 15px;
    line-height: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#nobeeze .type_head > p span.obj_turn{/* X軸反転 */
    display: inline-block;
    transform: scaleX(-1);
}
#nobeeze .type_navi{
    display: flex;
    width: 100%;
    margin: 5% auto;
}
#nobeeze .type_navi .typewrap{
    position: relative;
    width: 33%;
    text-align: center;
    font-size: 12px;
    line-height: 1.4rem;
}
#nobeeze .type_navi .typewrap a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#nobeeze .type_navi img{
    width: 90%;
    margin: 10% auto;
}
#nobeeze .type_table{
    width: 90%;
    margin: auto;
    text-align: center;
}
#nobeeze .type_table .type_txt{
    padding: 2% 0;
    font-size: 16px;
    letter-spacing: 0.2em;
}
#nobeeze .type_table img{

}
#nobeeze .type_navi .type_text {
    font-size: ;
}

@media only screen and (max-width:767px){
  #nobeeze .type_navi .type_txt {
    font-size: 10px;
  }
  #nobeeze .type_navi .type_txt:not(.type_txt.series){
    font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  }
}

@media screen and (min-width:768px) {
    #nobeeze .type_head > p{
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 2;
    }
    #nobeeze .type_navi{
        justify-content: center;
        margin: 2% 0;
    }
    #nobeeze .type_navi .typewrap{
        width: 230px;
        margin: 0 2%;
        font-size: 18px;
        line-height: 1.8rem;
    }
    #nobeeze .type_navi img{
        width: 200px;
    }
    #nobeeze .type_table img{
        width: 400px;
    }
}

/* 商品一覧・見出し */
#nobeeze .listarea{
    margin: 2% auto 20%;
}
#nobeeze .li-ttl{
    width: 100%;
    margin: 8% auto;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    color: #473933;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
}
#nobeeze .li-ttl p{
    width: 100%;
    text-align: center;
}


@media screen and (min-width:768px) {
#nobeeze .listarea{
    margin: 0 auto 150px;
}
#nobeeze .li-ttl{
    margin: 2% auto;
    font-size: 20px;
}
#nobeeze .li-ttl > p:first-child{
    font-size: 16px;
}
}

#nobeeze .cate_about{
    margin: 50px auto;
}


/* UNOの紹介 --- */
#nobeeze .cate_about.uno .box_abt{
    width: 100%;
}
/* block type / .ver sp は縦に並びます ---*/
#nobeeze .cate_about.uno .abt_wrapper .box_abt.blockbox .abt_bgimg,
#nobeeze .cate_about.uno .abt_wrapper .box_abt.blockbox .abt_txt{
    display: block;
}
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt{
    padding: 0 2% 30px;
    margin: auto;
    background-color: #fbfaf6;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 15px;
    line-height: 1.7em;
    box-sizing: border-box;
}
#nobeeze .cate_about.uno .box_abt.blockbox h3.abt_tl{
    padding: 25px 0 10px 2%;
    font-size: 19px;
    line-height: 1.0em;
}
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt_box{
    padding: 0 2%;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    letter-spacing: normal;
}
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt_box:last-child{
    padding: 15px 0 15px 4%;
    margin-top: 30px;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    font-size: 13px;
    line-height: 1.4rem;
    letter-spacing: normal;
    box-sizing: border-box;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
}
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt_box:last-child::first-letter{
    margin-left: -12px;
}

@media screen and (min-width:768px){
#nobeeze .cate_about.uno .box_abt{
    position: relative;
    height: 476px;
}
/* block type / .ver pc は重なります ---*/
#nobeeze .cate_about.uno .box_abt.blockbox .abt_bgimg,
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt{
    position: absolute;
    text-align: left;
}
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt{
    padding: 1% 5% 0;
    margin: 0;
    /* Y軸・中央 */
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: inherit;
    font-size: 16px;
    line-height: 1.7em;
}
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt_box{
    padding: 0;
    margin-bottom: 10px;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    letter-spacing: 0.05em;
}
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt_box:last-child{
    display: inline-block;
    width: auto;
    padding: 15px 0 15px 2%;
    margin: 30px 0;
    font-size: 13px;
    letter-spacing: normal;
}
#nobeeze .cate_about.uno .box_abt.blockbox .abt_txt_box:last-child::first-letter{
    margin-left: -12px;
}
#nobeeze .cate_about.uno .box_abt.blockbox h3.abt_tl{
    padding: 3% 0 2%;
    font-size: 21px;
}
}


/* AYAの紹介 ---*/
#nobeeze .cate_about.aya .box_abt{
    width: 100%;
}
/* block type / .ver sp は縦に並びます ---*/
#nobeeze .cate_about.aya .abt_wrapper .box_abt.blockbox .abt_bgimg,
#nobeeze .cate_about.aya .abt_wrapper .box_abt.blockbox .abt_txt{
    display: block;
}
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt{
    padding: 0 2% 30px;
    margin: auto;
    background-color: #f6f2ed;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 15px;
    line-height: 1.7em;
    box-sizing: border-box;
}
#nobeeze .cate_about.aya .box_abt.blockbox h3.abt_tl{
    padding: 25px 0 10px 2%;
    font-size: 19px;
    line-height: 1.0em;
}
#nobeeze .cate_about.aya .abt_wrapper .box_abt.blockbox .abt_txt h3.abt_tl:first-child{
    margin-left: -13px;
}
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt_box{
    padding: 0 2%;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    letter-spacing: normal;
}
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt_box:last-child{
    padding: 15px 0 15px 4%;
    margin-top: 30px;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    font-size: 13px;
    line-height: 1.4rem;
    letter-spacing: normal;
    box-sizing: border-box;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
}
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt_box:last-child::first-letter{
    margin-left: -12px;
}

@media screen and (min-width:768px){
#nobeeze .cate_about.aya .box_abt{
    position: relative;
    height: 606px;
}
/* block type / .ver pc は重なります ---*/
#nobeeze .cate_about.aya .box_abt.blockbox .abt_bgimg,
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt{
    position: absolute;
    text-align: left;
}
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt{
    width: 56%;
    padding: 4% 60px 0 0;
    background-color: inherit;
    font-size: 16px;
    line-height: 1.7em;
    right: 0;
}
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt_box{
    padding: 0;
    margin-bottom: 10px;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    letter-spacing: 0.05em;
}
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt_box:last-child{
    padding: 15px 0 15px 6%;
    margin: 30px 0;
    font-size: 13px;
    letter-spacing: normal;
}
#nobeeze .cate_about.aya .box_abt.blockbox .abt_txt_box:last-child::first-letter{
    margin-left: -12px;
}
#nobeeze .cate_about.aya .box_abt.blockbox h3.abt_tl{
    padding: 3% 0 2%;
    font-size: 21px;
}
}

/* RINの紹介 ---*/
#nobeeze .cate_about.rin .box_abt{
    width: 100%;
    color: #333;
}
/* block type / .ver sp は縦に並びます ---*/
#nobeeze .cate_about.rin .box_abt.blockbox .abt_bgimg,
#nobeeze .cate_about.rin .box_abt.blockbox .abt_txt{
    display: block;
}
#nobeeze .cate_about.rin .box_abt.blockbox .abt_txt{
    padding: 0 2% 30px;
    margin: auto;
    background-color: #dfdfde;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 15px;
    line-height: 1.7em;
    box-sizing: border-box;
}
#nobeeze .cate_about.rin .box_abt.blockbox h3.abt_tl{
    padding: 25px 0 10px 2%;
    font-size: 19px;
    line-height: 1.0em;
}
#nobeeze .cate_about.rin .box_abt.blockbox .abt_txt h3.abt_tl:last-of-type{
    margin-left: -13px;
}
#nobeeze .cate_about.rin .box_abt.blockbox .abt_txt_box{
    padding: 0 2%;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    letter-spacing: normal;
}

@media screen and (min-width:768px){
    #nobeeze .cate_about.rin .box_abt{
        position: relative;
        height: 540px;
        color: #fff;
    }
    /* block type / .ver pc は重なります ---*/
    #nobeeze .cate_about.rin .box_abt.blockbox .abt_bgimg,
    #nobeeze .cate_about.rin .box_abt.blockbox .abt_txt{
        position: absolute;
        text-align: left;
    }
    #nobeeze .cate_about.rin .box_abt.blockbox h3.abt_tl{
        padding: 25px 0 10px;
        font-size: 22px;
        line-height: 1.0em;
    }
    #nobeeze .cate_about.rin .box_abt.blockbox .abt_txt{
        width: 90%;
        padding: 4% 0 0 60px;
        background-color: inherit;
        font-size: 16px;
        line-height: 1.7em;
        left: 0;
    }
    #nobeeze .cate_about.rin .box_abt.blockbox .abt_txt_box{
        padding: 0;
        margin-bottom: 10px;
        font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
        letter-spacing: 0.05em;
    }
}

/*202404追加*/
#nobeeze .bnr_nobeeze{
    max-width: 980px;
    margin: 55px auto 0;
}
#nobeeze .bnr_nobeeze img{
    display: block;
    width: 100%;
}
#nobeeze .cate_navi .cate_navi_basic .navi_tl{
    display: flex;
}
#nobeeze .type_navi .typewrap{
    width: 198px;
    align-self: flex-end;
}
#nobeeze .type_navi .typewrap.uno{
    width: 258px;
    padding-bottom: 30px;
}
#nobeeze .uno_title_titleimg img{
    display: block;
    width: 100%;
    object-fit: contain;
}
#nobeeze .typewrap .type_txt.series{
    margin: 6px auto 0;
    font-weight: 600;
    font-size: 16px;
}
#nobeeze .abt_basic{
    background-color: #fafafa;
}
#nobeeze .cate_about.uno .box_abt.blockbox h3.abt_tl{
    width: 153px;
    margin: 0 auto 20px;
}
#nobeeze .abt_basic .abt_txt p{
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
}
#nobeeze .abt_basic .abt_img{
    width: 100%;
    padding: 26px 6%;
}
#nobeeze .abt_basic .abt_img{
    width: 100%;
    object-fit: contain;
}
#nobeeze .abt_basic .abt_sec_tl{
    margin: 0 auto 15px;
    width: 156px;
    padding: 0;
}
#nobeeze .abt_basic .abt_sec_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
#nobeeze .abt_basic .abt_sec_list li{
    border: 1px solid #9fa0a0;
    border-radius: 100%;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
#nobeeze .abt_basic .abt_sec_list_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
}
#nobeeze .abt_basic .abt_sec_feature{
    width: 40px;
    margin: 0 auto;
}
#nobeeze .abt_basic .abt_sec_uno{
    display: flex;
    justify-content: flex-end;
    text-align: left;
    background-color: #fafafa;
    padding: 0 3% 30px 0;
}
#nobeeze .abt_basic .abt_sec_uno p{
    display: table;
    text-align: left;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    font-size: 12px;
    line-height: 1.4;
}
@media screen and (min-width:768px){
    #nobeeze .cate_navi ul{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: end;
    }
    #nobeeze .cate_navi .cate_navi_basic .navi_tl{
        display: block;
    }
    #nobeeze .cate_navi .cate_navi_basic .navi_tl .pc_only{
        display: block;
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 1;
    }
    #nobeeze .cate_navi .cate_navi_basic .navi_tl .each{
        font-size: 28px;
        line-height: 1;
    }
    #nobeeze .cate_navi ul li.cate_navi_basic{
        order: 3;
        font-weight: 600;
    }
    #nobeeze .cate_navi ul li:nth-of-type(2){
        order: 1;
    }
    #nobeeze .cate_navi ul li:nth-of-type(3){
        order: 2;
    }
    #nobeeze .cate_navi ul li:nth-of-type(4){
        order: 4;
    }
    #nobeeze .cate_navi ul li:nth-of-type(5){
        order: 5;
    }
    #nobeeze .cate_navi ul .cate_navi_basic img{
        display: block;
        width: 155px;
        object-fit: contain;
        margin: 0 auto 10px;
    }
    #nobeeze .cate_navi li{
        padding: 0 !important;
    }
    #nobeeze .type_navi .typewrap{
        width: 200px !important;
    }
    #nobeeze .type_navi .typewrap.uno{
        width: 261px !important;
        padding-bottom: 30px;
    }
    #nobeeze .uno_title_titleimg img{
        width: 185px;
        text-align: center;
    }
    #nobeeze .type_navi .typewrap.uno > img{
        width: 261px !important;
    }
    #nobeeze .typewrap .type_txt.series{
        font-size: 20px;
    }
    #nobeeze .abt_basic .abt_bgimg{
        width: 100%;
    }
    #nobeeze .abt_basic .abt_bgimg img{
        width: 100%;
        object-fit: cover;
    }
    #nobeeze .cate_about.uno .box_abt{
        height: auto;
    }
    #nobeeze .cate_about.uno{
        background: url(../img/nobi-type-bg-pc.jpg) no-repeat;
        background-size: cover;
    }
    #nobeeze .abt_wrapper.uno{
        padding: 53px 51px 0;
    }
    #nobeeze .cate_about.uno .box_abt.blockbox .abt_txt{
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 58px;
        color: #000000;
        font-size: 17px;
    }
    #nobeeze .abt_txt::before{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        opacity: 0.95;
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #nobeeze .cate_about_uno-tl{
        width: 136px;
        margin: 0 auto;
    }
    #nobeeze .abt_basic{
        background-color: transparent;
    }
    #nobeeze .cate_about.uno .box_abt.blockbox h3.abt_tl{
        margin: 28px auto 21px;
        width: 223px;
        height: 27px;
    }
    #nobeeze .abt_basic .abt_txt p{
        font-size: 17px;
    }
    #nobeeze .abt_basic .abt_img{
        width: 369px;
        margin: 35px auto;
        padding: 0;
    }
    #nobeeze .abt_basic .abt_sec_tl{
        margin: 0 auto 45px;
        width: 261px;
    }
    #nobeeze .abt_basic .abt_sec_list{
        width: 740px;
        margin: 0 auto;
        gap: 47px;
    }
    #nobeeze .abt_basic .abt_sec_list li{
        border: 1px solid #9fa0a0;
        border-radius: 100%;
        width: 100%;
        padding-top: 100%;
        position: relative;
    }
    #nobeeze .abt_basic .abt_sec_list_txt{
        font-size: 18px;
    }
    #nobeeze .abt_basic .abt_sec_feature{
        width: 72px;
    }
    #nobeeze .abt_basic .abt_sec_uno{
        background-color: transparent;
        padding: 23px 0 16px 0;
        text-align: right;
    }
    #nobeeze .abt_basic .abt_sec_uno p{
        font-size: 14px;
    }

}
