@charset "utf-8";

/* =============================================================================================================
	通常スタイル
============================================================================================================= */


/* all style
--------------------------------------------------------- */

html {
	font-size: 16px;
	height: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #222;
}
body {

}
a {
    color: #222;
    text-decoration: none;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}
.inline_B {
	display: inline-block;
}

.dispB {
	display: block;
}
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
img {
	-webkit-backface-visibility: hidden;
    vertical-align: bottom;
    max-width: 100%;
}
/* header
--------------------------------------------------------- */

#header_box {
    background: url(../img/bg_pattern.png) repeat;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header_box h1 img {
    height: 80px;
}

header ul.anchor_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 50px;
}

header ul.anchor_list li {
    width: 25%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
header ul.anchor_list li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 1px;
    background: #ddd;
}
header ul.anchor_list li:nth-child(4n)::after {
    content: none;
}
header ul.anchor_list li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    box-sizing: border-box;
}
header ul.anchor_list li a span {
    font-size: 10px;
    transform: scale(0.8); 
    margin-left: 0.75em;
    display: inline-block;
}



/* contents
--------------------------------------------------------- */


/* categoryBox
--------------------------------------------------------- */

/* ----- 商品画像----- */

/* 画像 */
.categoryBox .itemImgBox {
	overflow: hidden;
	position: relative;
    margin-bottom: -60px;
}
.categoryBox .itemImgBox.right .itemImg_Box {
	float: right;
}
.categoryBox .itemImgBox.left .itemImg_Box {
	float: left;
}
.categoryBox .itemImgBox .itemImg_Box {
	width: 72.9%;
	position: relative;
}
.categoryBox .itemImgBox .itemImg_Box img {
	max-width: 100%;
}

.categoryBox .itemImgBox .itemImg_Box span.badgeR01 span.bigTxt,
.categoryBox .itemImgBox .itemImg_Box span.badgeR02 span.bigTxt,
.categoryBox .itemImgBox .itemImg_Box span.badgeR03 span.bigTxt {
	font-size: 180%;
	font-weight: bold;
	vertical-align: baseline;
}

/* テキスト */
.categoryBox .itemImgBox .imgTextBox {
	position: absolute;
	bottom: 18%;
	margin: auto 0;
	width: 400px;
	padding:50px 30px;
	box-sizing: border-box;
	background: rgba(250,250,250,0.8);
	
}
.categoryBox .itemImgBox .imgTextBox.item_09 {
	bottom: 10%;
}

.categoryBox .itemImgBox.right .imgTextBox {
	left: 0;
}
.categoryBox .itemImgBox.left .imgTextBox {
	right: 0;
}

.categoryBox .itemImgBox .imgTextBox .size_badge {
    line-height: 1;
    display: block;
    background: #959596;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 230px;
    margin: 0 auto 25px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.categoryBox .itemImgBox .imgTextBox .size_badge.size_badge_2 {
    background: #0089D1;
    margin-bottom: 10px;
}
.categoryBox .itemImgBox .imgTextBox h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 40px;
	letter-spacing: 0.02em;
    background: url(../img/img_ttl_footprints.png) no-repeat center bottom;
    line-height: 1.3;
}
.categoryBox .itemImgBox .imgTextBox h2 span {
	font-weight: bold;
}

.categoryBox .itemImgBox .imgTextBox p.item_size {
	margin-bottom: 10px;
}
.categoryBox .itemImgBox .imgTextBox p.asterisk {
	font-size: 12px;
    color: #888;
}

.categoryBox .itemlist_Box {
    background: url(../img/bg_pattern.png) repeat center center;
    padding: 100px 0 40px;
    margin-bottom: 60px;
}
.categoryBox .itemlist_Box ul.itemList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.categoryBox .itemlist_Box ul.itemList > li {
    width: calc((100% -  60px) / 4 )
}
.categoryBox .itemlist_Box ul.itemList > li:not(:first-child) {
    margin-left: 20px;
}
.categoryBox .itemlist_Box ul.itemList > li:not(:first-child) {
    margin-left: 20px;
}
.categoryBox .itemlist_Box ul.itemList > li:nth-child(5) {
    margin-left: 0px;
}
.categoryBox .itemlist_Box ul.itemList > li:nth-child(n + 5) {
    margin-top: 20px;
}
.categoryBox .itemlist_Box ul.itemList > li.width_2calom {
    width: calc( 50% - 50px );
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.categoryBox .itemlist_Box ul.itemList > li.width_3calom {
    width: calc( 75% - 20px );
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
    margin: 20px 0 0;
}
.categoryBox .itemlist_Box .item_img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: #fff;
    position: relative;
}
.categoryBox .itemlist_Box .item_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}
.categoryBox .itemlist_Box .item_ttl {
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    background: url(../img/img_itemTtl.png) no-repeat center bottom;
    padding: 20px 0 25px;
}

.item_size.small {
    font-size: 12px;
}
.itemlist_Box ul.item_sub_img {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.itemlist_Box ul.item_sub_img li  {
    margin: 0 5px;
}
.itemlist_Box ul.item_sub_img li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
}
.itemlist_Box ul.item_sub_img li a.active {
    border: 2px solid #85c7e9;
    padding: 3px;
}
/* footer
--------------------------------------------------------- */

/* ----- pageTop ----- */

div#pageTop {
}
div#pageTop a {
    color: #aaa;
    text-align: center;
    display: block;
    padding: 23px 10px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #efefef url(../img/img_pagetop01.png) no-repeat center 19%;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
}

div#pageTop a:hover {
	text-decoration: none;
    background-color: #dcdcdc;
}


/* ----- footer ----- */

div#footer {
	margin: auto;
	padding: 20px 0 20px;
	position: relative;
	background: #fff;
}
div#footer div#footerLogo h1 {
	color: #666;
	font-size: 12px;
	text-align: center;
	margin: 0 auto 10px;
}
div#footer div#footerLogo p {
	color: #444;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	margin: 0;
}
div#footer div#footerLogo p span {
	display: block;
}
/* copyright */
div#copyright {
	text-align: center;
	padding: 0 20px;
}
div#copyright p {
	color: #444;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	margin: 0;
}



.shop_box {
    text-align: center;
    padding: 10px 0 40px;
}



.shop_box img {
    max-width: 100%;
}




/* =============================================================================================================
	1200px以下
============================================================================================================= */

@media screen and (max-width: 1300px) {

    .inner {
        padding: 0 50px;
        box-sizing: border-box;
    }
}

/* =============================================================================================================
	1200px以下
============================================================================================================= */

@media screen and (max-width: 1200px) {


/* all style
--------------------------------------------------------- */


/* guideBox
--------------------------------------------------------- */



/* categoryBox
--------------------------------------------------------- */

/* ----- 商品画像----- */

/* 画像 */
.categoryBox .itemImgBox {
}
.categoryBox .itemImgBox.right .itemImg_Box {
}
.categoryBox .itemImgBox.left .itemImg_Box {
}
.categoryBox .itemImgBox .itemImg_Box {
}
.categoryBox .itemImgBox .itemImg_Box img {
}

/* テキスト */
.categoryBox .itemImgBox .imgTextBox {
	bottom: 19%;
	width: 34%;
	
}
.categoryBox .itemImgBox.right .imgTextBox {
}
.categoryBox .itemImgBox.left .imgTextBox {
}

.categoryBox .itemImgBox .imgTextBox h2 {
	font-size: 32px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
}
.categoryBox .itemImgBox .imgTextBox h2 span {
	font-weight: bold;
}

    .categoryBox .itemlist_Box .item_ttl {
        font-size: 18px;
    }
    .categoryBox .itemImgBox .imgTextBox {
        bottom: 15%;
        width: 400px;
        padding: 30px 30px;
    }
    .categoryBox .itemImgBox .imgTextBox h2 {
        font-size: 28px;
        margin-bottom: 20px;
        padding-bottom: 30px;
        letter-spacing: 0.06em;
    }
    .categoryBox .itemImgBox .imgTextBox .size_badge {
        padding: 8px;
        width: 190px;
        margin: 0 auto 15px;
        font-size: 13px;
    }
    .categoryBox .itemImgBox .itemImg_Box {
        width: 66%;
    }
    .categoryBox .itemImgBox {
        margin-bottom: -40px;
    }
    .categoryBox .itemlist_Box {
        padding: 80px 0 40px;
        margin-bottom: 50px;
    }
    header ul.anchor_list li {
        width: 25%;
        margin-bottom: 5px;
    }
    header ul.anchor_list li a {
        font-size: 14px;
        padding: 8px 0;
    }
    #header_box h1 img {
            height: 70px;
    }
    #header_box {
        height: 100px;
    }
    header ul.anchor_list {
        margin: 20px 0 40px;
    }
    
    header ul.anchor_list li:nth-child(5n)::after {
        content: "";
    }
    header ul.anchor_list li:nth-child(4n)::after {
        content: none;
    }
/* searchBox
--------------------------------------------------------- */


/* footer
--------------------------------------------------------- */


    .itemlist_Box ul.item_sub_img li a {
        width: 45px;
        height: 45px;

    }


}



/* =============================================================================================================
	1000px以下
============================================================================================================= */


@media screen and (max-width: 1000px) {
    .inner {
        padding: 0 30px;
    }

    /* categoryBox
    --------------------------------------------------------- */
    #header_box h1 img {
        height: 60px;
    }
    #header_box {
        height: 80px;
    }
    header ul.anchor_list {
        margin: 15px 0 30px;
    }
    header ul.anchor_list li {
        width: 33%;
        margin-bottom: 3px;
    }
    header ul.anchor_list li a {
        font-size: 12px;
        padding: 10px 0;
    }

    header ul.anchor_list li:nth-child(4n)::after {
        content: "";
    }
    header ul.anchor_list li:nth-child(3n)::after {
        content: none;
    }
    /* ----- 商品画像----- */

    .categoryBox .itemImgBox {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    /* 画像 */
    .categoryBox .itemImgBox.right .itemImg_Box , .categoryBox .itemImgBox.left .itemImg_Box {
    }
    .categoryBox .itemImgBox .itemImg_Box {
        width: 100%;
    }
    .categoryBox .itemImgBox .itemImg_Box img {
    }

    /* 画像 上ランキング */
    .categoryBox .itemImgBox .itemImg_Box span.badgeR01 {
        font-size: 14px;
    }
     .categoryBox .itemImgBox .itemImg_Box span.badgeR02, .categoryBox .itemImgBox .itemImg_Box span.badgeR03 {
        font-size: 12px;
    }
    .categoryBox .itemImgBox .itemImg_Box span.badgeR01::after {
        width: 26px;
    }
    /* テキスト */
    .categoryBox .itemImgBox .imgTextBox {
        position: static;
        bottom: auto;
        width: 100%;
        padding: 40px 0 ;
        text-align: center;
	    background:#fff;
    }

    .categoryBox .itemImgBox.right .imgTextBox {
    }
    .categoryBox .itemImgBox.left .imgTextBox {
    }
    .categoryBox .itemImgBox .imgTextBox h2 span {
        font-weight: bold;
    }
    .categoryBox .itemImgBox .imgTextBox h2 {
        margin-bottom: 15px;
        padding-bottom: 35px;
    }
    .categoryBox .itemImgBox .imgTextBox .size_badge {
        margin: 0 auto 18px;
    }
    .categoryBox .itemlist_Box {
        padding: 30px 0;
        margin-bottom: 60px;
    }
    .categoryBox .itemlist_Box .item_ttl {
        font-size: 16px;
        padding: 12px 0 22px;
        background-size: 80%;
        line-height: 1.3;
    }
    .categoryBox .itemlist_Box ul.itemList > li:not(:first-child) {
        margin-left: 15px;
    }
    .categoryBox .itemlist_Box ul.itemList > li {
        width: calc((100% - 45px) / 4 );
    }
    
    
    .categoryBox .itemImgBox .imgTextBox p.asterisk {
        color: #999;
    }
    .item_size.small {
        display: inline-block;
        text-align: left;
        font-size: 16px;
    }
/* shopBox
--------------------------------------------------------- */
    .shop_box {
        text-align: center;
        padding: 0px 0 40px;
        margin-top: -10px;
    }
}




/* =============================================================================================================
	767px以下
============================================================================================================= */

@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    body {
        font-size: 14px;
    }
    .categoryBox .itemlist_Box ul.itemList {
    }
    .categoryBox .itemlist_Box ul.itemList > li {
        width: calc((100% - 15px) / 2 );
        margin-bottom: 15px;
    }
    .categoryBox .itemlist_Box ul.itemList > li:not(:first-child) {
        margin-left: 0;
    }
    .categoryBox .itemlist_Box ul.itemList > li:nth-child(2n) {
        margin-left: 15px;
    }
    .categoryBox .itemlist_Box .item_ttl {
        font-size: 16px;
        padding: 10px 0 15px;
        background-size: 75%;
    }
    .categoryBox .itemImgBox .imgTextBox {
        padding: 30px 0;

    }
    .categoryBox .itemImgBox .imgTextBox h2 {
        margin-bottom: 15px;
        padding-bottom: 25px;
        font-size: 24px;
        background-size: auto 15px;
    }
    .categoryBox .itemImgBox .imgTextBox .size_badge {
        margin: 0 auto 15px;
        font-size: 12px;
        width: 180px;
        padding: 8px 0;
    }
    .categoryBox .itemlist_Box ul.itemList > li.width_2calom {
        width: 100%;
        margin: 5px 0 15px;
        box-sizing: border-box;
        padding: 20px;
    }
    .categoryBox .itemlist_Box ul.itemList > li.width_3calom {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        margin: 0 0 20px;
    }
    header ul.anchor_list li {
        width: 50%;
        margin-bottom: 0;
    }
    
    header ul.anchor_list li:nth-child(3n)::after {
        content: "";
    }
    header ul.anchor_list li:nth-child(2n)::after {
        content: none;
    }
    .categoryBox .itemlist_Box {
        padding: 30px 0 15px;
        margin-bottom: 50px;
    }
    .categoryBox .itemImgBox .imgTextBox p.item_size {
        margin-bottom: 5px;
    }
    .item_size.small {
        display: inline-block;
        text-align: left;
        font-size: 14px;
    }
    
    div#pageTop a {
    padding: 20px 10px 6px;
    background: #efefef url(../img/img_pagetop01.png) no-repeat center 25%;
    font-size: 12px;
    }

    
}

/* =============================================================================================================
	480px以下
============================================================================================================= */

@media screen and (max-width: 480px) {
    .inner {
        padding: 0 2px;
    }
    header ul.anchor_list li a {
        font-size: 10px;
        padding: 8px 0;
    }
    header ul.anchor_list li a span {
        transform: scale(0.6);
        margin-left: 0.25em;
    }
    .categoryBox .itemlist_Box {
        padding: 20px 0 10px;
        margin-bottom: 40px;
    }
    .categoryBox .itemlist_Box .item_ttl {
        font-size: 14px;
        padding: 9px 0 14px;
        background-size: auto 10px;
    }
    .categoryBox .itemlist_Box ul.itemList > li.width_2calom {
        margin: 0 0 10px;
        padding: 10px;
    }
    .categoryBox .itemlist_Box ul.itemList > li {
        margin-bottom: 15px;
    }
    .categoryBox .itemImgBox .imgTextBox .size_badge {
        margin: 0 auto 11px;
        font-size: 10px;
        width: 160px;
        padding: 8px 0;
    }
    .categoryBox .itemImgBox .imgTextBox h2 {
        margin-bottom: 15px;
        padding-bottom: 20px;
        font-size: 22px;
        background-size: auto 12px;
    }
    .shop_box {        
        text-align: center;
        padding: 0px 0 25px;
        margin-top: -15px;
    }
    
    
    .categoryBox .itemlist_Box ul.itemList > li:nth-child(n + 5) {
        margin-top: 0;
    }
    #imteId_02 .itemlist_Box ul.item_sub_img ,
    #imteId_08 .itemlist_Box ul.item_sub_img {
        flex-wrap: wrap;
        width: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    #imteId_02 .itemlist_Box ul.item_sub_img li ,
    #imteId_08 .itemlist_Box ul.item_sub_img li {
        margin: 0 5px 10px;
    }
    #imteId_02 .categoryBox .itemlist_Box .item_ttl ,
    #imteId_08 .categoryBox .itemlist_Box .item_ttl {
        padding: 0px 0 14px;
    }
    .categoryBox .itemImgBox .imgTextBox .size_badge.size_badge_2 {
        margin-bottom: 5px;
    }
}



/* =============================================================================================================
	200928 カミングスーン追加
============================================================================================================= */
.categoryBox .under_comsoon {
    position: relative;
}
.categoryBox .under_comsoon .under_comsoon_inner {
    opacity: 0.25;
}

.categoryBox .under_comsoon .text_comsoon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: #ff848b;
}


@media screen and (max-width: 1200px) {
    .categoryBox .under_comsoon .text_comsoon {
        font-size: 34px;
    }
}


@media screen and (max-width: 767px) {
    .categoryBox .under_comsoon .text_comsoon {
        font-size: 32px;
    }
}


@media screen and (max-width: 480px) {
    .categoryBox .under_comsoon .text_comsoon {
        font-size: 28px;
    }
}




