@charset "utf-8";
/* CSS Document */


/* products_title
---------------------------------------------------------------------------------------------------------------------*/
.page_title p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.products_title {
    width: 100%;
    height: 48px;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 5px;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin-bottom: 50px;
}

.container{
	padding:0;
}

/* header
---------------------------------------------------------------------------------------------------------------------*/

header{
	background-color: rgba(50,50,50,0.6);
	transition: 0.5s;
}
header .home a{
    background-image: url(../img/site_img/logo_wh.png);
}
header.hover_bg .home a{
    background-image: url(../img/site_img/logo_wh.png);
}
header .nav li > a {
	font-size: 11px;
    line-height: 60px;
	color:#dfdfdf;
}
header:hover .nav li > a {
	color:#dfdfdf;
	transition:.5s;
}

.adjustment {
    padding-top: 130px;
}
.header-nav-guide a{
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_guide.png);
}
.header-nav-shop a{
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_shop.png);
}
.header-nav .header-nav-member a {
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_member.png);
}

.header-nav .header-nav-login a{
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_login.png);
}
.header-nav .header-nav-logout a {
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_logout.png);
}
.header-nav .header-nav-cart a{
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_cart.png);
}
.pcmenu-trigger span {
    background-color: #fff;
}

.store_link {
	background-color: #fff;
	padding: 5px;
	width: 10%;
	position: absolute;
	top: 70px;
	right: 15px;
	transition:.5s;
}
.store_link p{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding:0;
	color:#000;
	transition:.5s;
}


/* products
---------------------------------------------------------------------------------------------------------------------*/
.products{
    width: 96%;
    max-width: 1200px;
	margin:auto;
    overflow: hidden;
    position: relative;
    z-index: 99;
	margin-bottom: 50px;
}

.products_list{ width:100%; overflow:hidden;}
.products_list li{
	width: 25%;
    padding: 0px 1.5%;
    float: left;
}
.products_list .rows_01{
    margin-left: calc(75%/2);
}
.products_list .rows_02{
	margin-left: calc(50%/2);
}
.products_list .rows_03{
	margin-left: calc(25%/2);
}
.products_list li img{
	width:100%;
	border-radius: 10px;
}
.products_list li img:hover {
	transition:.5s;
	opacity:.8;
}
.products_list .name{
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    margin: 5px 0;
}
.products_list .description{
	height:90px;
	font-size:10px;
	line-height:1.7;
}


.products_link{
	width: 94%;
    max-width: 1200px;
	margin:auto;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.products_link iframe {
    width: 100%;
    height: 840px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border: none;
}
.contents_link{ 
	width: 100%;
    max-width: 1200px;
    margin: auto;
}
.newitem{
	width:100%;
    height: 300px;
	background-image: url(../img/link/link_item.jpg);
    background-size: cover;
    background-position: 50% 50%;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.link_list{
	width: calc(94%/4);
	margin:20px 2% 0 0;
    height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.contents_link .products{
	background-image: url(../img/link/link_products.jpg);
}
.contents_link .news{
	background-image: url(../img/link/link_news.jpg);
}
.contents_link .promotion{
	background-image: url(../img/link/link_promotion2.jpg);
}
.contents_link .sns_post{
	margin-right:0;
	background-image: url(../img/link/link_sns.jpg);
}

.contents_link .link{
    width: 80%;
    padding: 15px;
    border: 1px solid #474747;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    left: 10%;
    bottom: 5%;
    z-index: 99;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5), 0 1px 5px rgba(0,0,0,0.5);
}
.contents_link .newitem .link{
    width: 19%;
    left: 2.5%;
	bottom: 9%;
}

.contents_link .link:hover{
	opacity:.7;
	transition:.5s;
}
.contents_link .link p{
	font-size: 14px;
    line-height: 1.2;
	font-weight:500;
	color:#fff;
	margin: 0;
}
.contents_link .link p span{
	    font-size: 12px;
}



.page_link {
    position: relative;
    top: -200px;
}
@media screen and (max-width:1280px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width:1024px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 480px) {/*---------------------------------------------------------------------------------------------------------------------*/
.adjustment {
    padding-top: 60px;
}
.footprint p {
    margin-top: 0; 
}
.products_title {
    height: 40px;
    font-size: 20px;
}
.products_list .name{
    font-size: 10px;
}
.page_title p {
    font-size: 20px;
}
.products_list {
    margin-bottom: 0;
}
.products_list li {
    width: 50%;
}
.products_list .rows_01,
.products_list .rows_02,
.products_list .rows_03{
    margin-left: 0;
}

.products_list .name {
    height: 24px;
}

.contents_link {
    padding: 0;
}
.contents_link .link {
	width: 90%;
    left: 5%;
    padding: 10px;
}
.contents_link .link {
    padding: 10px;
}
.contents_link .link p {
	font-size: 10px;
    line-height: 1.4;
}
.contents_link .link p span {
    font-size: 10px;
}
.newitem {
    height: 140px;
}
.link_list{
	width: 48%;
    height: 210px;
}
.products iframe {
    height: 680px;
}
.contents_link .products{
	margin:15px 4% 0 0;
}
.contents_link .news{
	margin:15px 0 0 0;
}
.contents_link .promotion{
	margin:15px 4% 0 0;
}
.contents_link .sns_post{
	margin:15px 0 0 0;
}
.contents_link .newitem .link {
    width: 43%;
}
.products_link iframe {
    height: 700px;
}
.store_link {
    background-color: #fff;
    padding: 5px;
    width: 20%;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    transition: .5s;
    box-shadow: 0 1px 2px rgba(255,255,255,0.5), 0 1px 2px rgba(255,255,255,0.5);
}
.store_link p {
    font-size: 11px;
    color: #000;
}

.hover_bg .store_link {
	width: 20%;
    top: 15px;
    right: 15px;
    box-shadow: 0 1px 3px rgba(255,255,255,0.5), 0 1px 3px rgba(255,255,255,0.5);
}
.hover_bg .store_link p{
	font-size: 11px;
}
}
@media screen and (max-width: 375px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 320px) {/*---------------------------------------------------------------------------------------------------------------------*/
.newitem {
    height: 100px;
}
.link_list {
    height: 180px;
}

}































