@charset "utf-8";

/*ALL
============================================*/

body {
	width:100%;
	position:relative;
	font-family:"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	background:#fff;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
a img {
	border:none;/*IE*/
}



#wrapper {
	width:100%;
	position:relative;
	background:#f3f4f2;
}


.container_inner {
    width: 93%;
    margin: 0 auto;
}

section {
	background:#fff;
}

th,td {
	vertical-align: top;
	padding: 5px;
}

.inner {
    max-width: 1200px;
    margin: auto;
}
/*---------------

コンテンツタイトル

----------------*/

h1 {

	padding:20px 0 50px 0;

	text-align:center;

font-family: 'PT Serif', serif;

	letter-spacing:2px;

	position: relative;

	margin: 0 auto;

}



h1::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}



h1 p {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 20px 100px 10px 100px;
    background: #fff;
    text-align: left;
    font-size: 200%;
    letter-spacing: 5px;
}

h1 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}




.pastBox h5 {
    font-size: 1.2em;
    border-bottom: 1px solid #333;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-weight: 600;   
}

p {
    font-size: 0.95em;
    letter-spacing: 1px;
    line-height: 2;    
}





/*HEADER

============================================*/

header {

    width: 100%;

    z-index: 1000;

    padding: 0;

    background:rgba(255,255,255,0.5);

    position: fixed;

    top: 0;

    left: 0;

	box-shadow:rgba(60, 60, 60, 0.2) 0px 0px 5px 0px;

}



.logo {

	text-align:center;

	padding:23px 0;

}





/*NAV

============================================*/

nav {

    position: fixed;

    left: 0;

    top: 0;

    padding: 0 35px;

    z-index: 110;

	background:#f3f4f2;

    height: 100%;

	cursor:inherit;

}



.navmenu {

width: auto;

    position: fixed;

    left: 0;

    margin: 0 10px;

    top: 50%;

    z-index: 100;

}



.navBox {

    display: none;

    width: 100%;

    height: 100%;

    background: #fff;

    position:fixed;

    top: 0;

	left:0;

    z-index: 10;

	opacity:0.9;

}



.navBox ul{

    width: 1000px;

    padding: 50px;

    margin: 130px auto 0;

}



.navBox li {

	font-size:180%;

	text-align:center;

	position:relative;

}



.navBox li a {

	display:block;

	padding:0 0 60px 0;

	font-family: 'PT Serif', serif;

	text-decoration:none;

	color:#000;

    font-size: 90%;

    letter-spacing: 1px;

}



.navBox li a::after {

	content: '';

	position: absolute;

	top: 55%;

	left: 45%;

	text-align: center;

	width: 10%;

	height: 2px;

	-webkit-transform: scaleX(0);

	-ms-transform: scaleX(0);

	transform: scaleX(0);

	background-color: #000;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

}

.navBox li a:hover::after {

  -webkit-transform: scaleX(1);

  -ms-transform: scaleX(1);

  transform: scaleX(1);

}



.navBox li span {

    display: block;

    width: 2%;

    border-top: 1px solid #f3f3f3;

    height: 1px;

    text-align: center;

    margin: 25px auto 40px;

    padding: 0;

}



#panel-btn{

    display: block;

    position: relative;

    width: 40px;

    height: 40px;

    margin: 0 0 10px;

    padding: 3px 5px;

}

#panel-btn:hover{

}

#panel-btn-icon{

    display: block;

    position: absolute;

    top: 50%;

    left: 30%;

    width: 70%;

    height: 2px;

    margin: 0 0 0 -7px;

    background: #000;

    transition: .2s;

}

#panel-btn-icon:before, #panel-btn-icon:after{

  display: block;

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 100%;

  height: 2px;

  background: #000;

  transition: .3s;

}

#panel-btn-icon:before{

  margin-top: -10px;

}

#panel-btn-icon:after{

  margin-top: 8px;

}

#panel-btn .close{

  background: transparent;

}

#panel-btn .close:before, #panel-btn .close:after{

  margin-top: 0;

}

#panel-btn .close:before{

  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

}

#panel-btn .close:after{

  transform: rotate(-135deg);

  -webkit-transform: rotate(-135deg);

}





/*ASIDE

============================================*/

aside {

    position: fixed;

    right: 0;

    top: 0;

	width:0;

    padding: 0 35px;

    z-index: 11;

    height: 100%;

	background:#f3f4f2;

}







.pagetop {

position: fixed;

    padding: 0 10px;

    right: 0;

    top: 50%;

    cursor: pointer;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



.pagetop img {

    padding: 3px 0px;

}





/*FOOTER

============================================*/

footer {

	background:#fff;

	border-top:1px solid #eee;

	overflow:hidden;

	width:100%;

}



.footer_inner {width: 75%;overflow: hidden;margin: 0 auto;padding: 80px 0 0 0;box-sizing: border-box;}



footer ul {

	overflow:hidden;

}



footer li {

    width: 26%;

    float: left;

}



footer li:first-child {



}



footer dl {

    font-size: 75%;

    padding:0 0 10px 0;

    color:#999;

}



footer dl a {

	color:#999;

}



footer dl a:hover {

	text-decoration:underline;

}



footer dt {

	padding:0 0 5px 0;

	font-weight:bold;

}







footer dd {

	padding:3px 0;

}





footer li.brand {

	width: 48%;

	margin: 0;

	float: right;

}



footer li.brand dl {

}



footer li.brand dt {

    display: inline-block;

    width:8%;

}



footer li.brand dd {

    display: inline-block;

    width: 90%;

    font-size: 130%;

    vertical-align: top;

    letter-spacing: 1px;

    padding: 10px 0 10px 25px;

    box-sizing: border-box;

    line-height: 1.8em;

    font-weight: bold;

	color:#999;

}



footer li.brand dd span {

	display:block;

	color: #999;

	font-weight: normal;

	font-size: 90%;

}



/*ブランドリスト*/

footer ul.brandlist {
    padding: 10px 0 0 0;
    width: 98%;
    margin: 0 auto;
    text-align: center;
	display: flex;
}

footer ul.brandlist li{
    width: 33%;
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
    padding: 0 20px;
    box-sizing: border-box;
    float: none;
}


footer ul.brandlist li img {
	vertical-align:bottom;
}


footer p {

	text-align:left;

	padding: 20px 0 20px 25px;

	font-size:90%;

	display: inline-block;

	background:url(../imgs/common/icon_window.png) no-repeat left;

}



footer p a {

	color:#000;

	text-decoration:none;

}



footer .bottom {

	padding: 20px 0;

	border-top: 1px solid #eee;

	margin: 30px 0 0 0;

	overflow: hidden;

}



footer .bottom .copyright {

	font-size: 0.8em;

	color: #999;

	/*

	float: left;

	width: 58%;

	*/

	box-sizing: border-box;

}



footer .bottom .link {

	float: right;

	width: 42%;

	padding: 0;

	text-align: right;

}



footer .bottom .link a {

	display: inline-block;

	vertical-align: middle;

	margin: 0 10px;

	text-align: center;

	box-sizing: border-box;

}



footer .bottom .link span {

	display: inline-block;

	vertical-align: middle;

	margin: 0 30px 0 0;

	font-weight: bold;

	font-size:0.9em;

}





/*特集ページ　戻る*/

#btnBox{

    padding-top: 30px;

    margin: 50px 0 0 0;

    text-align: center;

    padding: 0 0 50px 0;

    border-bottom: 1px solid #eee;

}



#btnBox>a{

	border: 1px solid #ccc;

	background: #fff;

	text-decoration:none;

	display: inline-block;

	padding: 15px 0;

	width:275px;

	font-size:0.9em;

	text-align: center;

	margin:0 auto 10px;

	color: #666;

}



#btnBox>a:hover{

border:1px solid #999;

}





.brand_top {

    background: #fff;

    padding: 50px 0;

    text-align: center;

}



.brand_top img {

    border: 1px solid #ccc;

    padding: 5px;

    vertical-align: bottom;

	box-sizing:border-box;

}





@media screen and (max-width:1499px){



h1 {

	width:100%;

}



h1 p {

padding: 20px 50px 5px 50px;

    font-size: 170%;

}



.container_inner {

    padding: 0;

}



header {

	right:0;



}



nav {

	padding:0 25px;

}



.navmenu {

	margin:0;

}



#panel-btn {

	margin:0 5px 10px 5px;

	padding:0;

}



.navBox ul {

	width:100%;

	padding:100px 0 0 0;

}



.navBox li a {

	padding:0 0 40px 0;

}





aside {

	padding:0 25px;

}



/*----------------------------*/







/*----------------------------*/



.pagetop {

    padding: 0;

    width: 40px;

    margin: 0 5px;

}



footer {

	background:#fff;

	margin:50px 0 0 0;

	overflow:hidden;

	width:100%;

}



.footer_inner {

	width: 85%;

	padding: 50px 20px 0 20px;

}



footer li {

    width: 30%;

    float: left;

}



footer dl a:hover {

	text-decoration:underline;

}



footer li.brand dd span {

	display:block;

}



/*ブランドリスト*/



footer ul.brandlist li{

    margin: 0 12px 15px 0;

}



footer ul.brandlist li:nth-child(2n) {

	margin:0 0 20px 0;

}



footer ul.brandlist li img {

	vertical-align:bottom;

}



footer li.brand {

	width:40%;

}



footer li.brand dt {

	width:10%;

}



footer li.brand dd {

padding: 0 0 10px 15px;

    font-size: 110%;

    line-height: 1.5em;

}





footer .bottom .copyright {

	width: 48%;

	padding: 15px 0 15px 25px;

}



footer .bottom .link {

	width: 52%;

	padding: 0;

	box-sizing: border-box;

}



footer .bottom .link a {

	width: 120px;

	margin: 0;

}





}



@media screen and (max-width:1023px){





/*ALL

============================================*/

.container_inner {

    margin: 0 10px;

    padding: 0;

    width: auto;

}



/*---------------

コンテンツタイトル

----------------*/

h1 {

	padding:0 0 30px 0;

}



/*マウスオーバー処理---------------------*/

a.more span {

    top: 45%;

}

/*--------------------------------------*/





/*HEADER

============================================*/

header {

	width:100%;

}





/*NAV

============================================*/



nav {

    position: relative;

    height: auto;

    left: initial;

    z-index: 1000;

}

.navmenu {

    top: 2%;

    left: inherit;

    right: 0%;

    z-index: 1000;

}



.navBox ul {

	width:auto;

	padding:100px 0;

}





.navBox li a {

	padding:0 0 30px 0;

}



.navBox li span {

	margin:0 auto 20px;

}



.navBox li a::after {

	top:80%;

}







/*ASIDE

============================================*/



aside {

	top: initial;

    width: 0;

    z-index: 1000;

    height: 7%;

    background: none;	

}



.pagetop {

    top: initial;

    z-index: 1000;

    bottom: 0;

}



/*FOOTER

============================================*/

.footer_inner {

	width: auto;

}



footer li.brand dd span {

	display:block;

}



/*ブランドリスト*/



footer ul.brandlist li{

    margin: 0 10px 10px 0;

    padding: 0 10px;

    width: 46%;

}



}



@media screen and (max-width:767px){

	
/*ALL
============================================*/
.container_inner {
    padding: 0;
    margin: 0 5px;
    width: auto;
}

/*---------------
コンテンツタイトル
----------------*/

h1 {
    padding: 0;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    margin:20px 0;
    height: 8%;
}

h1::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

h1 p {
position: relative;
z-index: 2;
display: inline-block;
margin: 0;
padding: 0 25px 0 25px;
background: #fff;
text-align: left;
font-size: 150%;
letter-spacing: 5px;
}


h1 span {
	font-size: 12px;
}

    .inner {
        max-width: 90%;
    }

.pastBox h5 { 
    font-size: 1em;
}
    

.logo {

    padding: 20px 0 15px 20px;

    position: relative;

    width: 50%;

    text-align: left;

}





/*NAV

============================================*/



nav {

	position:inherit;

	height:auto;

	position:relative;

}

.navmenu {

    top: 0;

    right: 5%;

    left: initial;

    z-index: 100;

    padding: 3% 0;

    margin: 0;

}



#panel-btn-icon {

	width:90%;

}



.navBox ul {

	width:auto;

	padding:0;

	margin:50px auto 0;

}



.navBox li {

    font-size: 140%;

}



.navBox li img {

}



.navBox li a {

	padding:0 0 50px 0;

}



.navBox li a::after {

    top: 45%;

}



.navBox li span {

	margin:0 auto 20px;

}



#panel-btn {

	width:30px;

	margin:0 5px;

}



header {

	z-index:101;

}



/*ASIDE

============================================*/

aside {

    top: initial;

    padding: 0;

    z-index: 1000;

    text-align: center;

    right: 0;

    bottom: 2%;

	

}



.pagetop {

top: initial;

    padding: 0;

    z-index: 1000;

    text-align: center;

    right: 0;

    bottom: 2%;

}



.pagetop img {

	width:70%;

}



/*FOOTER

============================================*/

footer {

	margin:0;

}



.footer_inner {

	width: auto;

	padding:0;

}



footer ul {

	padding: 5px;

	box-sizing: border-box;

}





footer li {

    width: auto;

    float: none;

}



footer dl {

    padding:0;

    border-bottom: 1px solid #eee;

}



footer dl a {

	color:#999;



}



footer dl a:hover {

	text-decoration:underline;

}



footer dt {

	padding: 0;

}



footer dt a {

	padding:10px 0 10px 5px;

	display:block;

}





footer li.brand {width: auto;float: none;margin: auto;}



footer li.brand dl {

	border: none;

	padding: 15px 0 10px 5px;

}



footer li.brand dt {

    width: 10%;

}



footer li.brand dd {

    width: 90%;

    font-size: 110%;

    padding: 0 0 10px 10px;

    letter-spacing: 0;

    line-height: 1.6em;

}



footer li.brand dd span {

	display:block;

	letter-spacing:1px;

}



/*ブランドリスト*/

footer ul.brandlist {
	display:block;
}

footer ul.brandlist li{
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 5px;
    width: 80%;
    box-sizing: border-box;
}



footer ul.brandlist li:nth-child(2n) {
    margin: 0 auto 20px;
}



footer ul.brandlist li img {

	vertical-align:bottom;

}







footer .bottom {

	padding: 20px 0 0 0;

}



footer .bottom .copyright {

    float: none;

    width: auto;

    padding: 10px;

    box-sizing: border-box;

    font-size: 0.7em;

    text-align: center;

    display: block;

    margin: auto;

    background: none;

}



footer .bottom .link {

	float: none;

	width: auto;

	text-align: center;

	padding: 0 0 10px 0;

}



footer .bottom .link span {

	display: block;

	margin: 0 0 10px 0;

	0 2: bold

	font-size:0.9em;

}







}