@charset "euc-jp";
/* CSS Document */

.clearfloat{
	clear:both;}


.text_img{
    height: 28px;
    vertical-align: bottom;
	margin-bottom: 7px;
}


a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}


html,body {
min-width: 100%;
max-width: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
scrollbar-arrow-color:#E95C84;
scrollbar-face-color:fff;
scrollbar-3dlight-color:fff;
scrollbar-darkshadow-color:fff;
scrollbar-highlight-color:fff;
scrollbar-shadow-color:fff;
scrollbar-track-color:#F79AC4;
font-family: 'Noto Sans JP', sans-serif;
}

.detail {background-color: #fff;}




.inner {
    width: 1100px;
    margin: 10px auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
	background-color: #1c0e0c;
}

/*メニューのリンク色*/
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
	background-color: #1c0e0c;
}
#top-head a:hover {
    color: #e60012;
    text-decoration: underline;
}


#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
	background-color: #1c0e0c;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 15px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 20px;
    height: 55px;
    background: #1c0e0c;
    /*ackground: rgba(0,115,142,.3);*/
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #fff;
}

/*降りてきたメニューのリンク色*/
#top-head.fixed #global-nav ul li a {
    color: #fff; 
    padding: 0 20px;
}
#top-head.fixed #global-nav ul li a :hover {
    color: #e60012;
    padding: 0 20px;
	text-decoration:underline;
}

 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}





@media screen and (max-width: 768px) {
    #top-head,
    .inner {
        width: 100%;
		margin: 0;
        padding: 0;
		background-color:#1c0e0c;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		background-color:#1c0e0c;
		
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
		margin:0;
        background: transparent; /*背景透過*/
    }
    #mobile-head {
		background-color:#1c0e0c;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #fff;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
		background-color:#1c0e0c;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}







#logo {
	width:100%;
	height: auto;
	background-color: #1c0e0c;
}
#logo_img {
	width:500px;
	margin:0 auto;
	padding:20px 0;
}


/*
.title {
	width:150px;
	margin:0 auto;
	padding-bottom:150px;
}
*/

.title {
width: 100%;
}

.catego_title {
width: 100%; color: #000; font-size: 32px; font-weight: bold; text-align: left; margin: 0 auto; padding: 10px 0 10px 20px; box-sizing: border-box;
}

.goods_list {
    width: 1050px;
	margin:0 auto 50px auto;
	padding:2% 0;
	box-sizing: border-box;
}

.list_box {
	width:305px;
	float:left;
	margin:15px ;
}

.goods_list_box {width: 31%; text-align: center; float: left; margin: 5% 1%; display: block; position: relative;}
.goods_list_txt {padding: 2%; box-sizing: border-box; font-size: 14px; line-height: 1.7em; text-align: center;}


.titlebar{width:1050px;
	margin:0 auto;
	padding:10px 0 20px 0;
	display: block !important;
}
.titlebar_sp {display: none !important;}

.collab_img{width: 400px; margin-right: 30px; float: left;}
.collab_txt{width: 600px; text-align: left; float: left; line-height: 2.0em; font-size: 14px;}

.collab_img2 {width: 400px; float: right;}
.collab_img2_name{padding: 2%; box-sizing: border-box; font-size: 14px; line-height: 1.7em; text-align: center;}
.collab_txt2{width: 600px; margin-right: 20px; text-align: left; float: right; line-height: 2.0em; font-size: 14px;}


.collab_cart a {
	display:block;
	width:80%;
	border:#fff 1px solid;
	background-color:#000;
	color:#fff;
	padding:40px 20px;
	box-sizing: border-box;
	text-align:center;
	font-size:30px;
	line-height: 1.0em;
	margin:15px auto 0 auto;
	font-family:"･ﾒ･鬣ｮ･ﾎｳﾑ･ｴ Pro W3", "Hiragino Kaku Gothic Pro", "･皈､｡ｦE｡ｦ, Meiryo, Osaka, "｣ﾍ｣ﾓ ｣ﾐ･ｴ･ｷ･ﾃ･ｯ", "MS PGothic", sans-serif;
	text-decoration:none;
  transition:background .3s;
  -webkit-transition:background .3s;
  	text-decoration: none;
}
.collab_cart a:hover {
	background-color:#fff;
	color:#000;
	border:#000 1px solid;
}

.collab_midashi{font-size: 22px; margin-bottom: 20px;}

.collab_midashi span {
  background: linear-gradient(transparent 60%, #b5b5b5 60%);
  padding: 0 0.1em;
}

@media screen and (max-width: 768px) {

#logo {
	width:100%;
	height: auto;
	background-color: #1c0e0c;
}
#logo_img {
	width:70%;
	margin:0 auto;
	padding:20px 0;
}


/*
.title {
	width:35%;
	margin:0 auto;
	padding-bottom:20%;
}
*/

.title {width: 100%;}

.catego_title {
width: 100%; color: #000; font-size: 32px; font-weight: bold; text-align: left; margin: 0 auto; padding: 10px 0 10px 20px; box-sizing: border-box;
}


.goods_list {
	width:100%;
	text-align:center;
	margin:0 auto 20% auto;
	padding:2%;
	box-sizing: border-box;
}

.list_box {
	width:45%;
	float:left;
	margin:2% ;
}

.titlebar{display: none !important;}
.titlebar_sp {width:100%;
	margin:0 auto;
	padding:10px 0;
	display: block !important;
}



.collab_img{width: 90%; margin: 20px auto; float:none;}
.collab_txt{width: 90%; margin: 20px auto; text-align: left; float: none; line-height: 2.0em; font-size: 14px;}

.collab_img2{width: 90%; margin: 20px auto; float:none;}
.collab_txt2{width: 90%; margin: 20px auto; text-align: left; float: none; line-height: 2.0em; font-size: 14px;}


.collab_cart a {
	display:block;
	width:80%;
	border:#fff 1px solid;
	background-color:#000;
	color:#fff;
	padding:20px 10px;
	box-sizing: border-box;
	text-align:center;
	font-size:30px;
	line-height: 1.0em;
	margin:15px auto 0 auto;
	font-family:"･ﾒ･鬣ｮ･ﾎｳﾑ･ｴ Pro W3", "Hiragino Kaku Gothic Pro", "･皈､｡ｦE｡ｦ, Meiryo, Osaka, "｣ﾍ｣ﾓ ｣ﾐ･ｴ･ｷ･ﾃ･ｯ", "MS PGothic", sans-serif;
	text-decoration:none;
  transition:background .3s;
  -webkit-transition:background .3s;
  	text-decoration: none;
}
.collab_cart a:hover {
	background-color:#fff;
	color:#000;
	border:#000 1px solid;
}


}









#footer{
	background-color:#000;
	text-align:center;
	font-size:12px;
	line-height:2.0em;
	color:#FFF;
	width:100%;
	padding:50px 1%;
	bottom:0;
	box-sizing: border-box;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


#musing {
	width:150px;
	margin:10px auto;
}



/*ぼたｎ*/

.button {
	position: relative;
	display: inline-block;
	padding: .5em 3em;
	background-color: #333;
	border:1px solid #333;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin:0 auto;
}
.button::after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	content: '';
	border-radius: .4em 2em .5em 3em/3em .5em 2em .5em;
}
@media screen and (max-width: 768px) {
.button {
	position: relative;
	display: inline-block;
	padding: 1.0em 1em;
	background-color: #333;
	border:1px solid #333;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	margin:0 auto;
}
.button::after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	content: '';
	border-radius: .4em 2em .5em 3em/3em .5em 2em .5em;
}
}

