@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

BaseLayout CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

#wrapper {
	width: 100%;
	background: url(../img/common/header_line.gif) repeat-x top;
	position: relative;
}
#page {
	width: 100%;
	max-width: 1230px;
	box-sizing: border-box;
	padding: 2px 15px 0;
	margin: 0 auto;
}
.frame_outer {
	width: 100%;
	max-width: 1230px;
	box-sizing: border-box;
	padding: 2px 80px 0;
	margin: 0 auto;
}
.side_bar dl dt {
	display: block;
	cursor: pointer;
}
.side_bar dl dt span {
	display: block;
	padding: 0 0 0 10px;
}
.side_bar dl dd {
	display: none;
}
.side_bar dl dd ul li a {
	display: block;
	cursor: pointer;
}
.side_bar dl dd ul li span {
	padding: 0 0 0 10px;
}
.side_bar dl dd ul li:first-child {
	border-top: #E1CFB1 2px solid;
}


/* Header
----------------------------------------------- */

#header {
	/*width: 100%;*/
	margin: 15px 0 0;
	padding: 24px 0 60px;
	position: relative;
	border: #D2BD9E 1px solid;
	border-left: none;
	border-right: none;
}
#header .logo {
	display: block;
	width: 289px;/*374px*/
	height: 139px;/*139px*/
}
#header a.logo img {
	width: 100% !important;
	height: auto;
}

#header .gnav_icon {
	display: none;
}

#header .gnav {
	width: 708px;
	position: absolute;
	top: 29px;
	right: 0;
}
#header .timeTel.pc {
	width: initial !important;
	height:auto;
	position: absolute;
	top: 0;
	right: 0;
}
#header .timeTel.pc img {
	width: 100% !important;
	height: auto;
}
#header .timeTel.sp {
	display: none;
}
#header .search_box {
	position: absolute;
	top: 26px;
	right: 0;
}
#header .gnav .search_box input {
	border: #D2BD9E 1px solid;
	width: 236px;
	line-height: 29px;
	height: 29px;
	padding: 0 7px 0 29px;
	background: #FFF url(../img/common/header_search.jpg) 7px 7px no-repeat;
}
#header .gnav > .sub-ul {
	width: 100%;
}

#header .gnav > .sub-ul ul {
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 0;
	line-height: 1;
	margin: 12px 0 0;
	padding: 0;
}
#header .gnav > .sub-ul ul.forSp {
	display: none;
}



#header .gnav > .sub-ul ul.forSp dl dt {
	display: block;
	cursor: pointer;
}
#header .gnav > .sub-ul ul.forSp dl dt span {
	display: block;
	padding: 0 0 0 10px;
	padding: 15px 20px;
	font-size: .7rem;
	font-weight: bold;
	color: #DECB9E;
	font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#header .gnav > .sub-ul ul.forSp dl dd {
	display: none;
}
#header .gnav > .sub-ul ul.forSp dl dd ul {
	background-color: #484343;
}
#header .gnav > .sub-ul ul.forSp dl dd ul li {
	border-bottom: #B39972 1px solid;
}
#header .gnav > .sub-ul ul.forSp dl dd ul li a {
	display: block;
	cursor: pointer;
	padding: 15px 20px;
	font-size: .7rem;
	font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#header .gnav > .sub-ul ul.forSp dl dd ul li span {
	padding: 0;
}
#header .gnav > .sub-ul ul.forSp dl dd ul li:first-child {
	border-top: #E1CFB1 2px solid;
}

#header .gnav > .sub-ul ul > li {
	display: inline-block;
	text-align: right;
	background: url(../img/common/gnav_icon.png) no-repeat left 16px;
	padding: 0 0 0 16px;
	margin: 0 0 0 7px;
}
#header .gnav > .sub-ul ul > li:last-child {
	background: none;
	padding: 0;
	display: block;
	margin: 5px 0 0 25px;
}
#header .gnav > .sub-ul ul > li > a{
	display: inline-block;
	font-size: 15px;
	color: #837B67;
	letter-spacing: .2em;
	padding: 12px 0 13px;
	font-weight: bold;
	font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#header ul.userNavi > li span.logout{
	font-size: 15px;
	font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}/*
#header .gnav > ul > li + li + li + li + li + li > a {
	padding: 24px 15px 25px 60px;
	background-image:url(../img/common/gnav_cart_icon.png);
	background-repeat: no-repeat;
	background-position:right 160px bottom 7px;
	background-size:34px 50px;
	background-color: #FFF5ED;
	border-radius: 10px;
	border: #E1CFB2 solid 2px;
	text-shadow: 1px 1px 3px #B7B4AE;
}
*/
#header .gnav > .sub-ul .fnav {
	display: none;
}
#header .gnav > .sub-ul ul > li > .sub_list {
	display: none;
}
#header .sns {
	position: absolute;
	top: -3px;
	right: 350px;
}
#header .sns span {
	width: 17px;
	display: block;
	float: left;
	padding: 0 10px;
}
#header .sns span img {
	width: 100%;
	height: auto;
}


/*
------------------------------------------------------------------------------------------------------------------ indexForMens */

body {
	background: url(../img/home/formens/body_bg.png) #F5F1E7 !important;
}
.indexForMensOuter {
	background: url(../img/home/formens/header_bg.gif) left top repeat-x #333;
}
#header.indexForMens {
	width: 100%;
	max-width: 1080px;
	height: 240px;/*height: 210px;*/
	margin: 0 auto;
	box-sizing: border-box;
	border: none;
}
#header.indexForMens .timeTel.pc {
	width: 30% !important;
	height:auto;
	position: absolute;
	top: 25px;
	right: 0;
}
#header.indexForMens .pc-sns {
    width: auto;
    height: auto;
    position: absolute;
    top: 60px;
    right: 0;
    display: none;/*display: flex;*/
    margin: 0;
}
#header.indexForMens .pc-sns span {
    display: block;
    padding: 0 10px;
    background: none;
}
#header.indexForMens .pc-sns span a {
    padding: 0;
    font-size: 18px;
    color: #DECB9E;
}
#header.indexForMens .pc-sns span:last-child {
    display: block;
    padding: 0 10px;
    margin: 0;
    background: none;
}
#header.indexForMens .tb-sns {
    display: none;
}

#header.indexForMens .logo {
	display: block;
	width: 250px;/*374px*/
	height: auto;/*139px*/
	margin: 20px 0 0;
} 
#header.indexForMens .gnav {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#header.indexForMens .gnav .sns {
    width: auto;
    height: auto;
    position: absolute;
    top: 60px;
    right: 0;
    display: flex;
    margin: 0;
}
#header.indexForMens .gnav .search_box  {
	top: 90px;/*top: 60px;*/
	right:0;
}
#header.indexForMens .sub-ul ul.userNavi {
	width: 300px;
	border: #E1CFB2 solid 1px;
	background: #222;
	margin: 0;
	top: 130px;
	right: 0;
}
#header.indexForMens .sub-ul ul.userNavi li {
	width: 50%;
	background: none;
	padding: 6px 0;
	margin: 0;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}
#header.indexForMens .sub-ul ul.userNavi li a {
	display: block;
	padding: 5px 0;
	color: #DECB9E;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
#header.indexForMens .sub-ul ul.userNavi li:first-child {
	border-right: #E1CFB2 solid 1px;
}
#header.indexForMens .gnav > .sub-ul ul.mainNavi {
	width: 100%;
	position: absolute;
	top: 183px;/*top: 151px;*/
	left: 0;
	right: inherit;
	font-size: 0;
	line-height: 1;
	margin: 4px 0 0;
	padding: 0;
	text-align: left;
	border-left: #555555 solid 1px;
	background: none;
}
#header.indexForMens .gnav > .sub-ul ul.mainNavi > li {
	width: 20%;
	display: inline-block;
	text-align: center;
	background: none;
	padding: 11px 0;
	margin: 0;
	box-sizing: border-box;
	border-right: #555555 solid 1px;
}
#header.indexForMens .gnav > .sub-ul ul.mainNavi > li a {
	display: block;
	padding: 0;
	color: #DECB9E;
	font-weight: bold;
	letter-spacing: .1rem;
	line-height: 1;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
#header.indexForMens .gnav > .sub-ul ul.mainNavi > li span {
	margin: 3px 0 0;
	font-size: 12px;
	display: block;
	color: #7D745E;
	font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#container .side_bar .category_list h2 {
	background-image: none !important;
	background: #665339 !important;
	color: #FFF !important;
	font-weight:normal;
}
.ifrm-container {
	width:100%;
	height:200px;
	overflow:auto; /* scrollからautoに変更 */
	-webkit-overflow-scrolling:touch;
	border:1px solid #c9c9c9; /* ついでに枠線も整形 */
}
.ifrm {
	width:100%;
	height:100%;
	border:none;
	display:block; /* 追加で指定 */
}
#footer {
	background: #333 !important;
}


/* Content
----------------------------------------------- */

#container {
	padding: 20px 0 50px;
}
#container img {
	width: 100%;
	height: auto;
}
#container .main_column {
	width: 77.76%;
	float: left;
	box-sizing: border-box;
}

#container .side_bar {
	/*width: 20.61%;
	float: right;*/
}
#container .side_bar .ttl {
	margin: 0 0 18px;
}
#container .side_bar .ttl img {
	width: 100% !important;
	height: auto;
}
#container .side_bar .ttl span {
	display: none;
}
#container .side_bar img {
	width: 100%;
	height: auto;
}
#container .side_bar .category_list {
	margin: 0 0 18px;
	box-sizing: border-box;
	border: #E1CFB1 2px solid;
	background: #FFF;
	border-bottom: none;
}
#container .side_bar .category_list h2 {
	box-sizing: border-box;
	margin: 2px;
	padding: 12px 7px 4px;
	font-size: 16px;
	color: #B49972;
	line-height: 1;
	letter-spacing: .07em;
	background: url(../img/common/sidebar_ttl_bg.gif) left top;
	font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#container .category_list ul {
	width: 100%;
}
#container .category_list ul li {
	border-bottom: #E1CFB1 2px solid;
	line-height: 48px;
	margin: 1px 0 0;
}
#container .category_list ul li dl dd ul li:last-child {
	border-bottom: none;
}
#container .category_list ul li a {
	display: block;
	color: #61533F;
}
#container .category_list ul li img {
	width: 48px !important;
	float: left;
	margin: 0 7px 0 0;
}
#container .category_list ul.no_icon li a span {
	padding: 0 12px;
}

#container .banner_list li {
	box-sizing: border-box;
	margin: 0 0 8px;
	border: #E1CFB1 1px solid;
	font-size: 0;
	background: #FFF;
}
#container .banner_list li a,
#container .banner_list li img {
	display: block;
}


/* Footer
----------------------------------------------- */

#footer {
	box-sizing: border-box;
	width: 100%;
	background: #857350;
	padding: 20px 15px 40px;
	margin-bottom: -4px;
	color: #FFF;
}
#footer .f_logo {
	width: 176px;
	margin: 0 auto 20px;
}
#footer .f_logo img {
	width: 100%;
	height: auto;
}
#footer .fnav {
	/*max-width: 1400px;*/
	width: 100%;
	margin: 0 0 5px;
	font-size: 0;
	text-align: center;
}
#footer .fnav li {
	display: inline-block;
	font-size: 12px;
	padding: 0 0 0 1.5em;
	position: relative;
}
#footer .fnav li:before {
	content: "|";
	position: absolute;
	top: 0;
	left: .6em;
}
#footer .fnav li:first-child {
	padding: 0;
}
#footer .fnav li:first-child:before {
	content: "";
}
#footer .fnav li a {
	color: #FFF;
}

#footer p {
	text-align: center;
}

#wrapper #sitemap.frame .main .row {
	display: block;
	margin: 10px 0 0;
}
#wrapper #sitemap.frame .main .row .area2 {
	margin: 20px 0 0;
}
#wrapper #sitemap.frame .main .row .col-xs-4.first {
	margin: 0;
}
#wrapper #sitemap.frame .main .row ul.list-group.last {
	width: 49%;
	margin:  0 0 0 2%;
	float: left;
}
#wrapper #sitemap.frame .main .row ul.list-group.last h4 {
	margin: 0 0 5px;
	padding: 0 0 2px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #D3D3D3 solid 1px;
}
#wrapper #sitemap.frame .main .row .col-xs-4 {
	width: 49%;
	float: left;
	margin: 0 0 0 2%;
}
#wrapper #sitemap.frame .main .row .col-xs-4  ul.list-group h4 {
	margin: 0 0 10px;
	padding: 0 0 2px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #D3D3D3 solid 1px;
}
#wrapper #sitemap.frame .main .row ul.list-group li {
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	list-style-type: disc;
	list-style-position: inside;
}

#wrapper #sitemap.frame .main h1 {
	font-size: 18px;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: #E1CFB1 solid 1px;
}
.timeTel.pc {
	display: block;
}
.timeTel.sp {
	display: none;
}
.telSp {
	display: none;
}
body.LC_Page_Shopping_Complete img.banner {
	width: 1px !important;
	height: 1px !important;
}

.line-friends-btn {
    display: block;
    width: 60px;
    padding: 5px;
    position:fixed;
    right:10px;
    bottom:10px;
    background: #FFF;
    border-radius: 10px;
    z-index: 999;
}
.line-btn img {
    width: 100%;
    height: auto;
}
.line-btn span {
    display: block;
    margin-top: 5px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.line-close {
    position:absolute;
    display:inline-block;
    top: -18px;
    left: -18px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius:40px;
    margin:0;
    padding:0;
    transform:scale(0.5);
    cursor:pointer;
    border: #00B900 solid 1px;
    z-index: 1;
}
.line-close:before {
    content:"";
    position:absolute;
    display:inline-block;
    top:4px;
    left:18px;
    width:4px;
    height:32px;
    border:0;
    margin:0;
    padding:0;
    background-color: #000;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.line-close:after {
    content:"";
    position:absolute;
    display:inline-block;
    top:4px;
    left:18px;
    width:4px;
    height:32px;
    border:0;
    margin:0;
    padding:0;
    background-color: #000;
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}


/*
------------------------------------------------------------------------------------------------------------------ Tablet Portrait */

@media screen and (max-width: 1023px) {
    #header {
        padding: 0;
        border: none;
    }
    #header.indexForMens .pc-sns {
        display: none
    }
    
    #header.indexForMens .tb-sns {
        width: auto;
        height: auto;
        position: absolute;
        top: 7px;
        right: 110px;
        display:none;
        margin: 0;
        background: none;
    }
    #header.indexForMens .tb-sns span {
        display: block;
        padding: 0 5px;
        background: none;
        border: none;
    }
    #header.indexForMens .tb-sns span a {
        padding: 0;
        font-size: 18px;
        color: #DECB9E;
    }
    #header.indexForMens .tb-sns span:last-child {
        display: block;
        padding: 0 5px;
        margin: 0;
        background: none;
        border: none;
    }
    #header.indexForMens .tb-sns span:last-child a {
        padding: 0;
    }
    .frame_outer {
        padding: 2px 10px 0;
    }
    #header .gnav >  .sub-ul ul {
        margin: 0;
    }
    #header .gnav_icon {
        display: block;
        position: absolute;
        top: 24px;
        right: 0;
        padding: 10px 10px 10px 36px;
        font-size: 0.8rem;
        letter-spacing: .1em;
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #FFF;
        line-height: 1;
        background: #B39972;
        border-radius: 3px;
    }
    #header .gnav_icon span {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 16px;
        height: 3px;
        display: block;
        background: #FFF;
    }
    #header .gnav_icon span:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 16px;
        height: 3px;
        display: block;
        background: #FFF;
    }
    #header .gnav_icon span:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 16px;
        height: 3px;
        display: block;
        background: #FFF;
    }
    #header .sns {
        right: 110px;
    }
    #header .gnav .tel {
        top: 62px;
    }
    #header .gnav .search_box {
        top: 88px;
    }

    #header .gnav > .sub-ul {
        position: fixed;
        top: 0;
        right: -30%;
        width: 30%;
        height: 100%;
        background: #222;
        overflow: auto;
    }
    #header .gnav > .sub-ul ul {
		position: static;
    }
    #header .gnav > .sub-ul ul > li,
    #header .gnav > .sub-ul ul > li:last-child {
        background: none;
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
        border-bottom: #B39972 1px solid;
    }
    #header .gnav > .sub-ul ul > li a,
    #header .gnav > .sub-ul ul > li + li + li + li + li span.logout,
    #header .gnav > .sub-ul ul > li:last-child a {
        background: none;
        padding: 15px 20px;
        border: none;
		color: #DECB9E;
    }

    #header .gnav > .sub-ul ul > li > .sub_list {
        display: block;
        background: rgba(255, 255, 255, 0.1);
    }
    #header .gnav > .sub-ul ul > li > .sub_list > li {
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
    }

    #header .gnav > .sub-ul ul > li > .sub_list > li span {
        margin: 0;
        display: block;
        text-align: left;
        border-top: #B39972 1px solid;
        font-weight: bold;
        font-size: 13px;
        color: #FFF;
        letter-spacing: .2em;
        padding: 15px 20px 15px 40px;
        font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        position: relative;
        cursor: pointer;
    }
    #header .gnav > .sub-ul ul > li > .sub_list > li span:before {
        content: "";
        width: 2px;
        height: 8px;
        position: absolute;
        top: 17px;
        left: 26px;
        background: #FFF;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #header .gnav > .sub-ul ul > li > .sub_list > li span:after {
        content: "";
        width: 2px;
        height: 8px;
        position: absolute;
        top: 17px;
        left: 22px;
        background: #FFF;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header .gnav > .sub-ul ul > li > .sub_list > li span.open:before {
        left: 22px;
    }
    #header .gnav > .sub-ul ul > li > .sub_list > li span.open:after {
        left: 26px;
    }

    #header .gnav > .sub-ul ul > li > .sub_list > li > ul {
        display: none;
    }
    #header .gnav > .sub-ul ul > li > .sub_list > li > ul > li {
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
        border-top: #B39972 1px solid;
    }

    #header .gnav > .sub-ul ul > li > .sub_list > li a {
        display: block;
        font-size: 13px;
        color: #FFF;
        letter-spacing: .2em;
        padding: 15px 20px 15px 40px;
        font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }

    #header .timeTel.pc {
        top: 50px;
    }
    /* Content
    ----------------------------------------------- */

    #container #main_column {
        width: 100%;
        float: none;
    }

    #container #rightcolumn {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    #container #rightcolumn .ttl {
        margin: 0;
    }
    #container #rightcolumn .ttl img {
        display: none;
    }
    #container #rightcolumn .ttl span {
        letter-spacing: .1em;
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #B39972;
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 2px;
        display: block;
        font-weight: bold;
    }

    #container #rightcolumn .category_list ul li {
        box-sizing: border-box;
        width: 50%;
        float: left;
    }
    #container #rightcolumn .category_list ul li:nth-child(odd) {
        border-right: #E1CFB1 2px solid;
    }
    /*#container #rightcolumn .gift .category_list ul li:nth-child(3) {
        border-bottom: none;
    }
    #container #rightcolumn .gift .category_list ul li:nth-child(4) {
        width: 100%;
        border-top: #E1CFB1 2px solid;
        border-right: none;
        border-bottom: #E1CFB1 2px solid;
    }*/
    #container #rightcolumn .gift .category_list ul li dl dd ul li:nth-child(3) {
        width: 50%;
        border-top: none;
        border-right: #E1CFB1 2px solid;
        border-bottom: #E1CFB1 2px solid;
    }
    #container #rightcolumn .gift .category_list ul li dl dd ul li:nth-child(4) {
        width: 50%;
        border-top: none;
    }
    #container #rightcolumn .gift .category_list ul li dl dd ul li:last-child {
        width: 50% !important;
        border-top: none;
        border-right: #E1CFB1 2px solid;
    }
    /*#container #rightcolumn .gift .category_list ul li:last-child {
        width: 100%;
        border-right: none;
    }*/
    #container #rightcolumn .gift .category_list ul li dl dd ul {
        border-top: #E1CFB1 2px solid;
    }
    #container #rightcolumn .gift .category_list ul li dl dd ul li:first-child {
        border-top: none;
    }
    #container #rightcolumn .gift .category_list ul li dl dd ul.second li:first-child {
        border-top: none;
        border-bottom: none !important;
    }
    #container #rightcolumn .gift .category_list ul li dl dd ul.second li:first-child {
        border-top: none;
        border-bottom: none !important;
    }
    #container #rightcolumn .gift .category_list ul li dl dd ul.second li:last-child {
        border-right: none;
    }
    /*#container #rightcolumn .gift .category_list ul li dl dd ul li:nth-child(even) {
        border-right: #E1CFB1 1px solid;
    }*/
    #container #rightcolumn .gift .category_list ul li dl dd ul li:last-child {
        width: 49%;
    }

    #container .side_bar .category_list.tab {
        margin: 0 0 18px;
        box-sizing: border-box;
        border: #E1CFB1 2px solid;
        background: #FFF;
        border-bottom: none;
    }
    /*#container #rightcolumn .category_list.tab ul li:last-child {
        box-sizing: border-box;
        width: 100%;
        float: left;
        border-right: none;
    }*/

    #container #rightcolumn .banner_list {
        margin: 0 0 0 -10px;
        overflow: auto;
        font-size: 0;
        -webkit-overflow-scrolling: touch;
    }
    #container #rightcolumn .banner_list ul {
		width: fit-content;
		display: flex;
		align-items: flex-start;
    }
    #container #rightcolumn .banner_list li {
        box-sizing: border-box;
        width: 250px;
        margin: 0 0 0 10px;
    }
    .indexForMensOuter {
        padding: 25px 0 0;
    }
    #header.indexForMens {
        height: 130px;
    }
    #header.indexForMens .logo {
        display: block;
        width: 30%;
        height: auto;
        margin: 0 0 0 25px;
    }
    #header.indexForMens .timeTel.pc {
        width: 35% !important;
        min-width: 340px;
        height:auto;
        position: absolute;
        top: 95px;
        right: 10px;
    }
    #header .gnav_icon {
        top: 0;
        right: 10px;
    }
    #header.indexForMens .gnav {
        text-align: center;
    }
    #header.indexForMens .gnav .search_box  {
        display: block;
        top: 48px;
        right: 10px;
    }
    #header.indexForMens .gnav .sns {
        width: auto;
        height: auto;
        position: absolute;
        top: 7px;
        right: 110px;
        display: flex;
        margin: 0;
        background: none;
    }
    #header.indexForMens .gnav .sns span {
        width: 17px;
        display: block;
        float: left;
        padding: 0 5px;
    }
    #header.indexForMens .sub-ul ul.userNavi {
        width: 100%;
        /*top: 0;
        right: -30%;*/
        border: none;
    }
    #header.indexForMens .sub-ul ul.userNavi li {
        width: 100%;
        text-align: left;
        padding: 15px 20px;
    }
    #header.indexForMens .sub-ul  ul.userNavi li:last-child a {
		padding: 0;
    }
    #header.indexForMens .sub-ul ul.userNavi li:first-child {
        border-right: none;
    }
    #header.indexForMens .gnav > .sub-ul ul.mainNavi {
        position: static;
        top: 0px;
        /*right: -30%;*/
        left: inherit;
        font-size: 0;
        line-height: 1;
        margin: 0;
        padding: 0;
        text-align: left;
        border-left: none;
        background: none;
    }
    #header.indexForMens .gnav > .sub-ul ul.mainNavi > li {
        width: 100%;
        display: block;
        text-align: left;
        border-right: 0;
		padding: 0;
    }
    #header.indexForMens .gnav > .sub-ul ul.mainNavi > li a {
        padding: 15px 20px;
    }
    #header.indexForMens .gnav > .sub-ul ul.mainNavi > li span {
        display: none;
    }
	#header .gnav > .sub-ul .fnav,
	#header .gnav > .sub-ul ul.forSp {
		display: block;
	}
	#header.indexForMens .gnav > .sub-ul ul > li > a,
	#header.indexForMens .gnav > .sub-ul ul > li > .sub_list > li span,
	#header.indexForMens .gnav > .sub-ul ul > li > .sub_list > li a,
	#header.indexForMens .gnav > .sub-ul ul > li + li + li + li + li span.logout {
		font-size: .7rem !important;
		width: 100%;
	}
	
    /* Footer
    ----------------------------------------------- */

    #footer {
        padding: 20px 10px 40px;
    }

}

/*
------------------------------------------------------------------------------------------------------------------ smartphone */
@media screen and (max-width: 700px) {
	.indexForMensOuter {
		padding: 0;
	}
	#container {
		padding: 20px 0 30px;
	}
	#header .gnav_icon {
		top: 0;
	}
	#header .logo {
		width: 40%;
		height: auto;
	}
	#header .logo img {
		width: 100%;
		height: auto;
	}
	#header .gnav {
		position: fixed;
		top: 0;
		right: -70%;
		width: 70%;
		height: 100%;
		background: rgba(154, 118, 58, 0.5);
		overflow: auto;
	}
	#header .sns {
		position: static;
		display: inline-block;
		padding: 15px 0 0;
	}
    #header.indexForMens .tb-sns {
        position: static;
        justify-content: center;
        margin: 20px auto 0;
    }
    #header.indexForMens .tb-sns span {
        display: block;
        padding: 0 10px;
        background: none;
        border: none;
    }
    #header.indexForMens .tb-sns span a {
        padding: 0;
        font-size: 25px;
    }
	#header .gnav .timeTel.sp  {
		position: static;
		padding: 15px 20px 0;
	}
	#header .gnav .search_box {
		position: static;
		padding: 8px 20px 15px;
		border-bottom: #B39972 1px solid;
	}
	#header .gnav .search_box input {
		box-sizing: border-box;
		width: 100%;
	}
	
	#header .gnav > ul {
		position: static;
		width: 100%;
		height: auto;
		background: transparent;
	}
    #header .gnav > .sub-ul {
        position: static;
        width: 100%;
    }
	#header .gnav > .fnav,
	#header .gnav > ul.forSp {
		display: block;
	}
	#container .side_bar .banner_list li {
		width: 200px;
	}
	#container #rightcolumn .gift .category_list ul li dl dd ul li {
		width: 100% !important;
		border-right: none !important;
	}
	#container #rightcolumn .gift .category_list ul li dl dd ul.second li:first-child {
		border-bottom:  #E1CFB1 2px solid !important;
	}
	#header.indexForMens .gnav .sns {
		margin: 15px 0;
        position: static;
        justify-content: center;
	}
	#header.indexForMens .gnav .sns span {
        width: 25px;
        padding: 0 10px;
	}
	#header.indexForMens .timeTel.pc {
		width: 35% !important;
		min-width: 300px;
		position: static;
		margin: 25px auto 10px;
	}
	#header.indexForMens ul.userNavi {
		width: 100%;
		position: static;
	}
	#header.indexForMens {
		height: 130px;
		padding: 15px 0 0;
	}
	#header.indexForMens .logo {
		width: 40%;
		min-width: 170px;
		height: auto;
		margin: 0 0 0 10px;
	}
		#header.indexForMens .logo img {
		width: 100%;
		height: auto;
	}
	#header.indexForMens .gnav {
		position: fixed;
		top: 0;
		right: -70%;
		width: 70%;
		height: 100%;
		background: #222;
		overflow: auto;
	}
	
	#header.indexForMens ul.userNavi li {
		padding: 15px 20px;
	}
	#header.indexForMens ul.userNavi li a {
		font-size: .7rem;
	}
		#header.indexForMens .gnav > ul.mainNavi {
		position: static;
		top: 0px;
		right: -30%;
		left: inherit;
		font-size: 0;
		line-height: 1;
		margin: 0;
	}
	#header.indexForMens .gnav > ul.mainNavi > li {
		padding: 15px 20px;
	}
	#header.indexForMens .gnav > ul.mainNavi > li + li {
		display: none;
	}
	#header.indexForMens .gnav > ul.mainNavi > li a {
		font-size: .7rem;
	}
	#header.indexForMens .gnav > ul > li a {
		color: #DECB9E;
	}
	#header.indexForMens a.telSp {
		bottom: 10px;
		right: 5px;
	}
	#header.indexForMens .gnav_icon {
		top: 10px;
	}
	#header.indexForMens .gnav .timeTel.sp  {
		padding: 15px 20px 0;
	}

	/* Footer
	----------------------------------------------- */

	#footer .fnav {
		display: none;
	}

	#wrapper #sitemap.frame .main .row {
		margin: 0;
	}
	#wrapper #sitemap.frame .main .row .col-xs-4,
	#wrapper #sitemap.frame .main .row .col-xs-4.first,
	#wrapper #sitemap.frame .main .row ul.list-group.last {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	#wrapper #sitemap.frame .main .row .col-xs-4  ul.list-group h4 {
		margin: 0 0 5px;
		padding: 0 0 2px;
		font-weight: bold;
		font-size: 14px;
		border-bottom: #D3D3D3 solid 1px;
	}
	#wrapper #sitemap.frame .main .row ul.list-group li {
		margin: 0 0 5px;
		padding: 0 0 0 5px;
	}

	#wrapper #sitemap.frame .main h1 {
		font-size: 18px;
		padding: 0 0 15px;
		margin: 0 0 15px;
		border-bottom: #E1CFB1 solid 1px;
	}
	#wrapper #sitemap.frame .main .row .area2 {
		margin: 0;
	}
}


@media screen and (max-width: 640px) {
	.indexForMensOuter {
		padding: 0;
	}
	#container {
		padding: 20px 0 30px;
	}
	#header .gnav_icon {
		top: 0;
	}
	#header .logo {
		width: 40%;
		height: auto;
	}
	#header .logo img {
		width: 100%;
		height: auto;
	}
	#header .gnav {
		position: fixed;
		top: 0;
		right: -70%;
		width: 70%;
		height: 100%;
		background: rgba(154, 118, 58, 0.5);
		overflow: auto;
	}
	#header .sns {
		position: static;
		display: inline-block;
		padding: 15px 0 0;
	}
    #header.indexForMens .tb-sns {
        position: static;
        justify-content: center;
        margin: 20px auto 0;
    }
    #header.indexForMens .tb-sns span {
        display: block;
        padding: 0 10px;
        background: none;
        border: none;
    }
    #header.indexForMens .tb-sns span a {
        padding: 0;
        font-size: 25px;
    }
	#header .gnav .timeTel.sp  {
		position: static;
		padding: 15px 20px 0;
	}
	#header .gnav .search_box {
		position: static;
		padding: 8px 20px 15px;
		border-bottom: #B39972 1px solid;
	}
	#header .gnav .search_box input {
		box-sizing: border-box;
		width: 100%;
	}
	
	#header .gnav > ul {
		position: static;
		width: 100%;
		height: auto;
		background: transparent;
	}
    #header .gnav > .sub-ul {
        position: static;
        width: 100%;
    }
	#header .gnav > .fnav,
	#header .gnav > ul.forSp {
		display: block;
	}
	#container .side_bar .banner_list li {
		width: 200px;
	}
	#container #rightcolumn .gift .category_list ul li dl dd ul li {
		width: 100% !important;
		border-right: none !important;
	}
	#container #rightcolumn .gift .category_list ul li dl dd ul.second li:first-child {
		border-bottom:  #E1CFB1 2px solid !important;
	}
	#header.indexForMens .gnav .sns {
		margin: 15px 0;
        position: static;
        justify-content: center;
	}
	#header.indexForMens .gnav .sns span {
        width: 25px;
        padding: 0 10px;
	}
	#header.indexForMens .timeTel.pc {
		width: 35% !important;
		min-width: 300px;
		position: static;
		margin: 25px auto 10px;
	}
	#header.indexForMens ul.userNavi {
		width: 100%;
		position: static;
	}
	#header.indexForMens {
		height: 130px;
		padding: 15px 0 0;
	}
	#header.indexForMens .logo {
		width: 40%;
		min-width: 170px;
		height: auto;
		margin: 0 0 0 10px;
	}
		#header.indexForMens .logo img {
		width: 100%;
		height: auto;
	}
	#header.indexForMens .gnav {
		position: fixed;
		top: 0;
		right: -70%;
		width: 70%;
		height: 100%;
		background: #222;
		overflow: auto;
	}
	
	#header.indexForMens ul.userNavi li {
		padding: 15px 20px;
	}
	#header.indexForMens ul.userNavi li a {
		font-size: .7rem;
	}
		#header.indexForMens .gnav > ul.mainNavi {
		position: static;
		top: 0px;
		right: -30%;
		left: inherit;
		font-size: 0;
		line-height: 1;
		margin: 0;
	}
	#header.indexForMens .gnav > ul.mainNavi > li {
		padding: 15px 20px;
	}
	#header.indexForMens .gnav > ul.mainNavi > li + li {
		display: none;
	}
	#header.indexForMens .gnav > ul.mainNavi > li a {
		font-size: .7rem;
	}
	#header.indexForMens .gnav > ul > li a {
		color: #DECB9E;
	}
	#header.indexForMens a.telSp {
		bottom: 10px;
		right: 5px;
	}
	#header.indexForMens .gnav_icon {
		top: 10px;
	}
	#header.indexForMens .gnav .timeTel.sp  {
		padding: 15px 20px 0;
	}

	/* Footer
	----------------------------------------------- */

	#footer .fnav {
		display: none;
	}

	#wrapper #sitemap.frame .main .row {
		margin: 0;
	}
	#wrapper #sitemap.frame .main .row .col-xs-4,
	#wrapper #sitemap.frame .main .row .col-xs-4.first,
	#wrapper #sitemap.frame .main .row ul.list-group.last {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	#wrapper #sitemap.frame .main .row .col-xs-4  ul.list-group h4 {
		margin: 0 0 5px;
		padding: 0 0 2px;
		font-weight: bold;
		font-size: 14px;
		border-bottom: #D3D3D3 solid 1px;
	}
	#wrapper #sitemap.frame .main .row ul.list-group li {
		margin: 0 0 5px;
		padding: 0 0 0 5px;
	}

	#wrapper #sitemap.frame .main h1 {
		font-size: 18px;
		padding: 0 0 15px;
		margin: 0 0 15px;
		border-bottom: #E1CFB1 solid 1px;
	}
	#wrapper #sitemap.frame .main .row .area2 {
		margin: 0;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ Tablet 600*/
@media screen and (max-width: 600px) {
	#header .timeTel.pc {
		width: 80% !important;
		height:auto;
		position: static;
		margin: 15px auto 10px;
	}
	#header .sns span:last-child {
		display: block;
	}
}
/*
------------------------------------------------------------------------------------------------------------------ smartphone */

@media screen and (max-width: 450px) {
    #header .timeTel.pc {
        display: none;
    }
    #header .timeTel.sp {
        display: block;
        width: initial !important;
        height:auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    a.telSp {
        width: 45%;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    a.telSp img {
        width: 100%;
        height: auto;
    }

    #header .timeTel.sp img {
        width: 100% !important;
        height: auto;
    }
    #container #main_column {
        width: 100%;
        float: none;
        padding: 0 !important;
    }
    #header .gnav_icon {
        padding: 10px 10px 10px 26px;
        font-size: .7rem;
    }
    #header .gnav_icon span {
        position: absolute;
        top: 11px;
        left: 10px;
        width: 10px;
        height: 2px;
        display: block;
        background: #FFF;
    }
    #header .gnav_icon span:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 2px;
        display: block;
        background: #FFF;
    }
    #header .gnav_icon span:after {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 10px;
        height: 2px;
        display: block;
        background: #FFF;
    }
    #header.indexForMens ul.userNavi {
        border-top: #B39972 1px solid !important;
        width: 100%;
        top: 0;
        right: -30%;
        border: none;
    }

    /* Content
    ----------------------------------------------- */
    #container #rightcolumn .category_list ul li {
        width: 100%;
        float: none;
    }
    #container #rightcolumn .category_list ul li:nth-child(odd) {
        border-right: none;
    }

    #container #rightcolumn .ttl span {
        font-size: 1rem;
    }


    /* Footer
    ----------------------------------------------- */

    #footer .f_logo {
        width: 100px;
    }
    .line-btn {
        width: 50px;
    }

    .line-btn span {
        font-size: 9px;
    }
}
.hidden{
	display: none;
}