@charset "utf-8";
/* CSS Document */

* {
 
-webkit-font-smoothing:antialiared;
-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
    margin: 0;
}
ul,ol {
    padding: 0;
    margin: 0;
}
ul li,
ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover{
    color: #333;
    text-decoration: none;
} 


/*------------------------------------------------------------
　フォント
------------------------------------------------------------*/
.YuGo {font-family:thic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;}
.YuMin {font-family:YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;}
.Alegreya {font-family: 'Alegreya', serif!important;}

/*------------------------------------------------------------
　 item/共通
------------------------------------------------------------*/

#itempage {
    width: 100%;
    font-size: 16px;
    font-family:YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}
#itempage .pagewrap {
    width: 100%;
}
#itempage div{
/*    margin: 0 auto;*/
    box-sizing: border-box;
}
#itempage div[class^="items"]{
    width: 100%;
    margin: 50px auto 100px;
}
#itempage img{
    display: inline-block;
    max-width: 100%;
}
#itempage .clearfix::after{
    content: "";
    display: block;
    clear: both;
}
#itempage .item_titles{
/*    width: 45%;*/
    margin: 50px auto 30px;
    text-align: center;
}
#itempage .desc_sizeguide{
    width: auto;
    height: 48px;
}

@media screen and (min-width:768px){
#itempage {
    width: 980px;
    margin: 0 auto;
}
#itempage img{
/*    display: block;*/
    width: auto;
}
#itempage .item_titles{
    margin: 50px auto;
}
#itempage .item_titles img{
    width: auto;
    height: 60px;
    margin: 0 auto;
}
}


/*------------------------------------------------------------
　PC・SPの表示・非表示
------------------------------------------------------------*/
/* izm仕様に限り、spanで表示非表示を操作している部分があるのでメディアクエリをPC優先で記述*/

/*.ver PC*/
#itempage .sp_only{display: none !important;}

/*.ver SP*/
@media screen and (max-width:768px){
#itempage .pc_only{display: none !important;}
#itempage .sp_only{display: inherit !important;}    
}


/*------------------------------------------------------------
　 items / main
------------------------------------------------------------*/

#itempage .itemsmain{
    text-align: center;
}
#itempage .main_img{
    padding: 0 2%;
}

#itempage .main_desc{
    width: 85%;
    margin: 50px auto;
    font-size: 14px;
    font-family:YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
}
#itempage .logo_matl{
    width: 150px;
    margin: 0 auto;
}
#itempage .logo_matl img{
}
#itempage h1.name_item{
    color: #333;
    font-size: 18px;
    margin: 8% 0 5%;
}
#itempage .desc_photo{
    max-width: 250px;
    margin: 0 auto;
    float: none;
}
#itempage .itemsmain .main_desc > .desc_txt{
    margin: 8% 0;
    line-height: 2em;
    text-align: left;
}
#itempage .desc_colsize{
    margin: 30px 0 0;
}
#itempage .desc_colsize a{
    text-decoration: underline;
}
#itempage .desc_colsize_img{
    margin-top: 30px;
}


@media screen and (min-width:768px){
#itempage .itemsmain{
    text-align: left;
}
#itempage .main_img{
    padding: 0;
}
#itempage .main_desc{
    width: 100%;
    position: relative;
    padding: 0 2%;
    box-sizing: border-box;
}
#itempage .logo_matl{
    width: 100%;
}
#itempage .logo_matl img{
    width: auto;
    height: 60px;
    margin: 0;
}
#itempage h1.name_item{
    font-size: 18px;
    margin: 2% 0;
}
#itempage .desc_photo{
    float: right;
    padding: 0 0 0 10px;
    margin: -150px 0 0 0;
/*
    position: absolute;
    top: 0;
    right: 3%;
*/
}
#itempage .itemsmain .main_desc > .desc_txt{
    margin: 2% 0;
    line-height: 2em;
    text-align: left;
}
#itempage .desc_colsize_img{
    width: auto;
}
}


/*------------------------------------------------------------
　items / image
------------------------------------------------------------*/

#itempage .itemsimage{}
#itempage .itemsimage h3.tl_image{
    font-size: 28px;
}

#itempage .itemsimage ul li{
    margin: 0 auto 50px;
}
#itempage .itemsimage .box_image .image_img{
    position: relative;
    height: auto;
}
#itempage .itemsimage .box_image p.tlonimg{
    position: absolute;
/*    top: calc(50% - 0.5em);*/
    top: calc(50% - 0.8em);
    left: 10%;
    color: #fff;
    font-size: 16px;
}
#itempage .itemsimage .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;
}
#itempage .itemsimage .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){
#itempage .itemsimage .box_image{
    margin-bottom: 150px;
}
#itempage .itemsimage .box_image p.tlonimg{
    font-size: 22px;
}
#itempage .itemsimage .box_image h3.tl_image{
    margin: 35px auto 10px;
    padding: 2% 0;
    font-size: 28px;
    border: none;
    }
#itempage .itemsimage .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;
}
}


/*------------------------------------------------------------
　 items / lookbook
------------------------------------------------------------*/

#itempage .itemslook {
}

#itempage .photolist{

}
#itempage .photolist li{
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
#itempage .photolist li > img{
    width: 100%;
}
/* 1/4/7 */
#itempage .photolist li:nth-child(3n+1){
    margin: 2% 0;
}
/* 2/5/8 */
#itempage .photolist li:nth-child(3n+2){
    width: calc(50% - 1%);
    margin: 0 1% 0 0;
}
/* 3/6/9 */
#itempage .photolist li:nth-child(3n){
    width: calc(50% - 1%);
    margin: 0 0 0 1%;
}
/* 1 */
#itempage .photolist li:first-child{
    margin-top: 0;
}

@media screen and (min-width:768px){
/* 1/4/7 */
#itempage .photolist li:nth-child(3n+1){
    margin: 30px 0;
}
/* 2/5/8 */
#itempage .photolist li:nth-child(3n+2){
    width: calc(50% - 15px);
    margin: 0 15px 0 0;
}
/* 3/6/9 */
#itempage .photolist li:nth-child(3n){
    width: calc(50% - 15px);
    margin: 0 0 0 15px;
}
#itempage .photolist li:first-child{
    margin-top: 0;
}
}

/*------------------------------------------------------------
　 items / material matl
------------------------------------------------------------*/
#itempage .itemsmatl {
}
#itempage .itemsmatl > .item_titles{
    margin: 0;
    padding: 5% 0;
}
#itempage .itemsmatl > .item_titles h3.tl_main{
    display: inline-block;
    padding: 10px 4%;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px #333 solid;
}
#itempage .itemsmatl > .item_titles .tl_txt{
    padding: 3%;
    margin: 0;
    font-size: 18px;
}
#itempage .matl_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#itempage .matl_desc{
    display: flex;
    flex-direction: column;
    width: 88%;
    margin: 20px auto 30px;
}
#itempage .matl_desc.matlwrap .desc_half:first-child{
    order: 2;
}
#itempage .matl_desc.matlwrap .desc_half:last-child{
    order: 1;
}
#itempage .itemsmatl .desc_half > .desc_tl{
    margin: 5% 0;
    color: #473944;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
}
#itempage .itemsmatl .desc_half > .desc_txt{
    font-size: 14px;
    line-height: 1.8em;
}
#itempage .itemsmatl .desc_half > .desc_txt p{
    margin: 20px 0;
}
#itempage .matl_desc.matlwrap .desc_half > .desc_img{
    width: 65%;
    margin: 0 auto;
}
#itempage .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;
}
#itempage .matl_desc .att_txt::before{
    content: "＊";
    margin-left: -12px;
}

@media screen and (min-width:768px){
#itempage .itemsmatl > .item_titles h3.tl_main{
    font-size: 26px;
}
/* flexbox */
#itempage .matl_desc.matlwrap{
    flex-direction: row;
    justify-content: space-between;
}
#itempage .matl_desc.matlwrap .desc_half > .desc_img{
    width: auto;
}
#itempage .matl_desc.matlwrap .desc_half:first-child{
    order: 1;
    flex-basis: auto;
}
#itempage .matl_desc.matlwrap .desc_half:last-child{
    order: 2;
    flex-basis: 320px;
}
/* inlineblock */
#itempage .matl_wrapper,
#itempage .matl_desc.matlwrap.typeinblock{
    display: inherit;
    position: relative;
}
#itempage .matl_desc.matlwrap.typeinblock{
    width: 90%;
    margin: 0 auto;
}
#itempage .matl_desc.matlwrap.typeinblock::after{
    content: "";
    clear: both;
    display: block;
}
#itempage .matl_desc.matlwrap.typeinblock .desc_half{
    display: inline-block;
}
#itempage .matl_desc.matlwrap.typeinblock .desc_half:first-child{
     float: left;
}
#itempage .matl_desc.matlwrap.typeinblock .desc_half:last-child{
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0;
    margin-top: 5%;
    text-align: center;
}
#itempage .matl_desc.matlwrap .desc_half > .desc_img{
    width: 100%;    
}
#itempage .matl_desc. .desc_half > .desc_img img{
    width: 100%;
}
#itempage .itemsmatl .desc_half > .desc_tl{
    margin: 0;
    font-size: 24px;
    text-align: left;
}
#itempage .itemsmatl .desc_half > .desc_txt{
    font-size: 16px;
    line-height: 1.8em;
}
#itempage .itemsmatl .desc_half > .desc_txt p{
    margin: 20px 0 30px;
}
}

/*------------------------------------------------------------
　 items / kodawari kdwr
------------------------------------------------------------*/

#itempage .itemskdwr{
    text-align: center;
}
#itempage .item_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;
}
#itempage .kdwr_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#itempage .kdwr_desc{
    display: flex;
    flex-direction: column;
}
#itempage .kdwr_desc .desc_tl{
    width: 80%;
    padding: 0 0 20px;
    margin: 40px auto 15px;
    color: #473933;
    font-size: 20px;
    line-height: 1.4em;
    border-bottom: 1px #999999 solid;
}
#itempage .kdwr_desc .desc_txt{
    font-size: 14px;
    text-align: left;
    padding: 0 10%;
    margin: 20px 0 50px;
}
#itempage .kdwr_desc .desc_img{
    padding: 0 15%;
}

@media screen and (min-width:768px){
#itempage .itemskdwr{
    text-align: left;
}
#itempage .item_linetitles{
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    margin: 0;
    color: #473933;
	font-size: 26px;
	text-align: center;
    border: none;
}
#itempage .item_linetitles::before,
#itempage .item_linetitles::after {
	content: '';
	height: 1px;
	background-color: #999;
    flex-grow: 1;
}
#itempage .item_linetitles::before {
	margin-right: 20px;
}
#itempage .item_linetitles::after {
	margin-left: 20px;
}
#itempage .kdwr_wrapper{
    padding: 0 25px;
    margin: 10px auto;
}
#itempage .kdwr_desc{
    flex-direction: row;
	justify-content: flex-start;
    padding: 45px 10%;
    border-bottom: 1px #999 solid;
}
#itempage .kdwr_desc:first-child{
    padding-top: 60px;
    border-top: 1px #999 solid;
    }
#itempage .kdwr_desc:last-child{
    padding-bottom: 60px;
    }
#itempage .kdwr_desc .desc_half:first-child{
    margin: 0;
}
#itempage .kdwr_desc .desc_half.txtwrap{
    margin: 0 0 0 30px;
    text-align: left;
}
#itempage .kdwr_desc .desc_tl{
    width: auto;
    font-size: 22px;
    padding: 0;
    margin: 40px 0 15px;
    border: none;
}
#itempage .kdwr_desc .desc_txt{
    padding: 0;
    margin: 0;
    line-height: 1.7em;
}
#itempage .kdwr_desc .desc_img{
    padding: 0;
}
}

/*------------------------------------------------------------
　 items / detail
------------------------------------------------------------*/

#itempage .itemsdetail{
    display: table;
    padding: 0 8%;
    font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    text-align: center;
}
#itempage .itemsdetail .dtl_half:first-child{
    margin: 15% 0 ;
}
#itempage .gallerybox #photo img{
/*    width: 100%;*/
    margin: 0 auto;
}
#itempage .gallerybox .piccOut{
    display: block;
    width: 100%;
    height: 3.8em;
    margin: 15px 0;
    border-bottom: 1px #999999 solid;
}
#itempage .gallerybox .piccOut .picc{
    font-size: 14px;
    line-height: 1.7em;
}
#itempage .gallerybox #navi ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    text-align: left;
}
#itempage .gallerybox #navi li{
    width: 23%;
    padding: 0;
    margin: 0 1% 2%;
}
#itempage .gallerybox #navi li img{
    width: 100%;
}
@media screen and (min-width:768px) {
#itempage .itemsdetail{
    width: 100%;
    padding: 0;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
#itempage .dtl_half{
    display: table-cell;
    width: calc(50% - 5%);
    vertical-align: top;
}
#itempage .itemsdetail .dtl_half img{
/*    max-width: 450px;*/
}
#itempage .itemsdetail .dtl_half:first-child img{
    max-width: 450px;
}
#itempage .gallerybox .piccOut .picc{
    font-size: 15px;
}
#itempage .gallerybox #navi ul{
    width: 100%;
}
}


/*------------------------------------------------------------
　 items / color
------------------------------------------------------------*/

#itempage .itemscolor{
    text-align: center;
}

#itempage .colwrap{
    margin: 50px auto;
}
#itempage .itemscolor .colbox{
    width: auto;
    margin: 0 auto 10px;
    font-size: 14px;
}
#itempage .itemscolor .colwrap .colbox:last-child{
    width: 300px;
    height: 300px;
    padding: 8% 0;
    vertical-align: middle;
    border: 1px #dfdfdf solid;
}
#itempage .itemscolor .colwrap .colbox:last-child img{
    margin: 1.5em auto;
}


/* お色についての注意書き */
#itempage .itemscolor .attwrap {
    text-align: center;
}
#itempage .itemscolor .att_txt {
    display: inline-block;
    width: 80%;
    font-size: 13px;
    text-align: left;
    line-height: 1.7em;
}
#itempage .itemscolor .att_txt li::before{
    content: "＊";
    margin-left: -13px;
}

@media screen and (min-width:768px){
#itempage .colorlist{
    width: 96%;
    margin: 0 auto;
}
#itempage .itemscolor .colwrap{
    display: flex;
    justify-content: space-between;
}
#itempage .itemscolor .colbox{
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 0;
    font-size: 13px;
    text-align: center;
}
#itempage .itemscolor .col_txt{
    line-height: 1.9em;
}
#itempage .itemscolor .colwrap .colbox:last-child{
    height: auto;
    padding: 5% 0 0;
}
/* お色についての注意書き */
#itempage .itemscolor .attwrap {
    text-align: right;
}
#itempage .itemscolor .att_txt {
    width: auto;
    margin-right: 20px;
}
}


/*------------------------------------------------------------
　 product / 関連商品
------------------------------------------------------------*/

#itempage #product_item{
    width: 100%;
    padding: 0 2%;
    margin: 0 auto 100px;
    box-sizing: border-box;
}
#itempage #product_item .prodlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#itempage #product_item .prodbox{
/*    width: 45%;*/
    width: 33%;
    padding: 5px;
    box-sizing: border-box;
    font-family: thic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: normal;
    text-align: center;
}
#itempage #product_item .prodimg{
    width: 100%;
    margin: auto;
}

@media screen and (min-width:768px) {
#itempage #product_item{
    width: 980px;
    padding: 0;
}
#itempage #product_item .prodbox{
    width: 130px;
    padding: 15px 0;
    margin: 0 0 0 15px;
}
#itempage #product_item .prodimg{
    width: 130px;
    height: 130px;
    margin: auto;
}
}

/*------------------------------------------------------------
　 【common】ノビーゼ NOBEEZE
------------------------------------------------------------*/
/* sp/kodawari --- */
#nobeeze #itempage .itemskdwr .kdwr_desc.att_wrap{
    padding: 10px 10% 30px;
    margin-top: -30px;
}
#nobeeze #itempage .itemskdwr .kdwr_desc.att_wrap p{
    margin: auto;
    font-family:thic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 13px;
    text-align: left;
}
#nobeeze #itempage .itemskdwr .kdwr_desc.att_wrap p::before{
    content: "＊";
}
#nobeeze #itempage .itemskdwr .kdwr_desc.att_wrap p::first-letter{
    margin-left: -13px;
}

@media screen and (min-width:768px) {
#nobeeze #itempage div:not(.itemsmatl)[class^="items"]{
    margin: 50px auto 150px;
}
#nobeeze #itempage .itemskdwr .desc_tl{
    font-size: 24px;
}
#nobeeze #itempage .itemskdwr .desc_txt{
    font-size: 16px;
}
#nobeeze #itempage .itemskdwr .kdwr_desc .desc_half:first-child{
    flex-basis: 300px;
    height: auto;
}
#nobeeze #itempage .itemskdwr :not(.kdwr_desc:first-child):not(.kdwr_desc:last-child){
    border: none;
}  
#nobeeze #itempage .itemskdwr .kdwr_desc:first-child{
    border-bottom: none;
}
#nobeeze #itempage .itemskdwr .kdwr_desc.att_wrap{
    padding: 10px 0 30px;
}
#nobeeze #itempage .itemskdwr .kdwr_desc.att_wrap p{
    width: 88%;
    text-align: right;
}
}


/*------------------------------------------------------------
　 【only】プレミアムノビーゼ AYA
------------------------------------------------------------*/

/* sp/color --- */
#nobeeze.aya .itemscolor .col_tl{
    line-height: 1.2em;
}
/*
#nobeeze.aya .itemscolor .colwrap .colbox:last-child{
    padding: 3% 0;
}
*/
#nobeeze.aya .itemscolor .colwrap .colbox:last-child img {
    margin: 1.1em auto;
}

@media screen and (min-width:768px) {
#nobeeze .itemscolor.aya .colwrap .colbox:last-child {
    padding: 3% 0 0;
}
}

/* AYAの紹介 ---*/
#nobeeze.aya .itemsabout .box_abt{
    width: 100%;
}
/* block type / .ver sp は縦に並びます ---*/
#nobeeze.aya .itemsabout .box_abt.blockbox .abt_bgimg,
#nobeeze.aya .itemsabout .box_abt.blockbox .abt_txt{
    display: block;
}
#nobeeze.aya .itemsabout .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.aya .itemsabout .box_abt.blockbox h3.abt_tl{
    padding: 25px 0 10px 2%;
    font-size: 19px;
    line-height: 1.0em;
}
#nobeeze.aya .itemsabout .box_abt.blockbox .abt_txt h3.abt_tl:first-child{
    margin-left: -13px;
}
#nobeeze.aya .itemsabout .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.aya .itemsabout .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.aya .itemsabout .box_abt.blockbox .abt_txt_box:last-child::first-letter{
    margin-left: -12px;
}

@media screen and (min-width:768px){
#nobeeze.aya .itemsabout .box_abt{
    position: relative;
    height: 606px;
}   
/* block type / .ver pc は重なります ---*/
#nobeeze.aya .itemsabout .box_abt.blockbox .abt_bgimg,
#nobeeze.aya .itemsabout .box_abt.blockbox .abt_txt{
    position: absolute;
    text-align: left;
}
#nobeeze.aya .itemsabout .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.aya .itemsabout .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.aya .itemsabout .box_abt.blockbox .abt_txt_box:last-child{
    padding: 15px 0 15px 6%;
    margin: 30px 0;
    font-size: 13px;
    letter-spacing: normal;
}
#nobeeze.aya .itemsabout .box_abt.blockbox .abt_txt_box:last-child::first-letter{
    margin-left: -12px;
}
#nobeeze.aya .itemsabout .box_abt.blockbox h3.abt_tl{
    padding: 3% 0 2%;
    font-size: 21px;
}
}


/*------------------------------------------------------------
　 【only】プレミアムノビーゼ RIN
------------------------------------------------------------*/

/* RINの紹介 ---*/
#nobeeze.rin .itemsabout .box_abt{
    width: 100%;
    color: #333;
}
/* block type / .ver sp は縦に並びます ---*/
#nobeeze.rin .itemsabout .box_abt.blockbox .abt_bgimg,
#nobeeze.rin .itemsabout .box_abt.blockbox .abt_txt{
    display: block;
}
#nobeeze.rin .itemsabout .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.rin .itemsabout .box_abt.blockbox h3.abt_tl{
    padding: 25px 0 10px 2%;
    font-size: 19px;
    line-height: 1.0em;
}
#nobeeze.rin .itemsabout .box_abt.blockbox .abt_txt h3.abt_tl:last-of-type{
    margin-left: -13px;
}
#nobeeze.rin .itemsabout .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.rin #itempage div.itemslook{
    margin: 50px auto 30px;
}

@media screen and (min-width:768px){
#nobeeze.rin .itemsabout .box_abt{
    position: relative;
    height: 540px;
    color: #fff;
}   
/* block type / .ver pc は重なります ---*/
#nobeeze.rin .itemsabout .box_abt.blockbox .abt_bgimg,
#nobeeze.rin .itemsabout .box_abt.blockbox .abt_txt{
    position: absolute;
    text-align: left;
}
#nobeeze.rin .itemsabout .box_abt.blockbox h3.abt_tl{
    padding: 25px 0 10px;
    font-size: 22px;
    line-height: 1.0em;
}
#nobeeze.rin .itemsabout .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.rin .itemsabout .box_abt.blockbox .abt_txt_box{
    padding: 0;
    margin-bottom: 10px;
    font-family:"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    letter-spacing: 0.05em;
}
}

/*------------------------------------------------------------
　 yahoo IF用
------------------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:895px){
/* 全体 */
#itempage {width: 100%;}
/* 素材説明 */
#itempage .matl_desc.matlwrap{
    width: 100%;
}
/* こだわり */
#itempage .kdwr_wrapper{
    padding: 0;
}
#itempage .item_linetitles::before {
	margin-right: 15px;
}
#itempage .item_linetitles::after {
	margin-left: 15px;
}
/* カラー */
#itempage .itemscolor .colbox{
    width: 32%;
    height: auto;
}
#itempage .itemscolor .colwrap .colbox:last-child{
    width: 32%;
    padding: 2% 0 0;
}
#itempage .itemscolor .colwrap .colbox:last-child img{
    margin: 0.5em auto;
}
/* エアリーニットガーゼ only */
#knitgauze #itempage .itemskdwr .kdwr_desc .desc_img > img{
    max-width: 300px;
    height: auto;
    }
#knitgauze #itempage .itemskdwr .desc_tl{
    margin-top: 28px;
}
/* ノビーゼ グレンチェック AYA only */
#nobeeze.aya .itemsabout .box_abt.blockbox .abt_txt{
    width: 58%;
    padding: 3% 10px 0 0;
    background-color: inherit;
    font-size: 16px;
    line-height: 1.7em;
    right: 0;
}
#nobeeze.aya .itemsabout .box_abt.blockbox .abt_txt_box:last-child{
   padding: 10px 0 10px 6%;
    margin: 30px 10px 0 0;
    font-size: 13px;
    letter-spacing: normal;
}
}





