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

.rightContents {
    width: 76%;
    max-width: 980px;
    margin: 6% auto 10% auto;
}
.footprint p{
	font-size: 11px;
    line-height: 1.7;
    color: #fff;
    margin: 10px 0;
    text-align: left;
}


/* 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;
}
.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;
}

.adjustment {
    padding-top: 130px;
}
.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;
}



/* product_details
--------------------------------------------------------------------------------------------------------*/
.product_details{
    width: 90%;
    max-width: 800px;
    margin: auto;
    position: relative;
    z-index: 99;
}

.imageViewer {
	width: 50%;
    overflow: hidden;
    height: auto;
	float:left;
}

#viewerMain {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
#viewerMain img{
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
	border-radius: 10px;
}
#column {
	width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
}
#column li {
	list-style: none;
    display: inline;
    cursor: pointer;
    width: 32%;
    float: left;
	margin-right: 2%;
	overflow: hidden;
    margin-bottom: 10px;
	position: relative;
	border-radius: 10px;
}

#column li:hover{
    border: solid 1px #00e3e3;
    box-sizing: border-box;
}
#column li:nth-child(3),
#column li:nth-child(6),
#column li:nth-child(9){
	margin-right: 0;
}
#column li img{
	width: 100%;
    height: auto;
	position: absolute;
    bottom: 0;
	left:0;
}
#column li a{
	outline:none;
}
.information{
	width:45%;
    /*min-height: 750px;*/
	margin-left:5%;
	float:left;
	text-align: left;
}
.information .name{ 
    font-size: 20px;
    margin-top: 50px;
}
.information .description{ 
	font-size: 11px;
    margin: 50px 0;
}
.information .price{ 
	font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}
.information .price span{
	padding-left:10px;
	font-size:12px;
}


.sale_price{
	margin-bottom:10px;
}
.sale_price .sale_dcday{
	font-size: 11px;
}

.sale_price .saleRate{
    font-size: 14px;
    font-weight: bold;
}
.sale_price .saleRate .text{
	font-size:11px;
	margin: 0 2px 0 0;
}

.sale_price .saleRate span {
	font-size:11px;
	margin: 0 0 0 2px;
}

.detail_price{
	font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}
.detail_price span{
	padding-left:5px;
	font-size:12px;
}
.information iframe {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    border: none;
}

.information .spec{
	margin-top: 20px;
	padding-top:20px;
	border-top: solid 2px #575757;
}
.information .spec p{
	width: 100%;
    font-size: 11px;
    line-height: 2;
}
.description_img    {
}
.description_img div{
    width: 50%;
    margin: 30px 0;
    padding: 0 8%;
    float: right;
    position: relative;
    transition: .5s;
}
.description_img p{
    margin-top: 15px;
    width: 100%;
    font-size: 11px;
    line-height: 1.7;
	text-align: left;
}
.description_img p span{
    font-size: 10px;
}
.description_img img{
	width:100%;
	border-radius: 10px;
}

.description_img div:nth-child(1),
.description_img div:nth-child(2){
	margin-top:100px;
}

.description_img div:nth-child(3),
.description_img div:nth-child(5),
.description_img div:nth-child(7),
.description_img div:nth-child(9),
.description_img div:nth-child(11),
.description_img div:nth-child(13),
.description_img div:nth-child(15),
.description_img div:nth-child(17){
	margin-top:-30%;
}


.description_img div.fullscreen_toggle {
    cursor: pointer;
    -webkit-transition-property: all;
    transition-property: all;
    display: inline-block;
    background-image: url(../img/details/toggle01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
	top: 13px;
    right: 20%;
    z-index: 1;
	transition:.5s;
}
.description_img div.fullscreen_toggle:hover {
    background-image: url(../img/details/toggle02.png);
	transition:.5s;
}
.action div.fullscreen_toggle {
	-webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.action div {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    float: right;
    position: relative;
	transition:.5s;
}
.action div:nth-child(3),
.action div:nth-child(5),
.action div:nth-child(7),
.action div:nth-child(9),
.action div:nth-child(7) {
    margin-top: 30px;
}

.action div.fullscreen_toggle {
	top: 15px;
	right: 20px;
}


.detailcart {
    width: 45%;
    margin: 0 0 0 5%;
    float: left;
	text-align: left;
}
.detailcart #spcode{
    width: 100%;
    height: 30px;
    float: left;
    margin: 5px 0 10px 0;
    background-color: #eeeeee;
    color: #000;
}
#detail-qty {
    overflow: hidden;
    float: left;
    width: 35%;
    margin-right: 5%;
}
#detail-qty .orders {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
#detail-qty .orders {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
#detail-qty .quantity {
	width: 70%;
    margin-right: 10px;
    float: left;
}
#detail-qty .count{
	width: 15%;
    height: 20px;
    float: left;
    margin-top: 4px;
}	
	

#basketBtn {
    width: 60%;
    margin: 19px 0 0 0;
    float: left;
	text-align:center;
	background-color: #eeeeee;
    height: 40px;
    line-height: 40px;
}
#basketBtn a{
	display:block;
	color: #000;
}

#basketBtn a:hover {
    background-color: #00e3e3;
    transition: .3s;
}
input[name="amount"], input[name="brand_name_option_amount"] {
	display: block;
    padding: 4px 6px;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 18px;
	background-color: #eeeeee;
    color: #000;
}
.consumerprice {
	font-size: 12px;
	line-height: 1.7;
	text-decoration: line-through;
}
.release{
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    color: #00e3e3;
}
.release span{
    font-size: 12px;
    font-weight: bold;
}
.release_date{
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #00e3e3;
}
.reservation{
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color:#00e3e3;
    margin-bottom: 10px;
	margin: 5px 0 15px 0;
}


.spec table, .spec td, .spec th{
    border-collapse: collapse !important;
    border:1px solid #fff !important;
    font-size:11px !important;
    text-align: center;
    padding:1.5% 0 !important;
}

.spec th{
    width:20% !important;
}

.spec.col6 th{
    width:16% !important;
}

@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;
}
header {
    position: fixed;
}
.product_details {
    width: 100%;
}
.slider {
	width:100%;
	margin: 0 auto;
}
.slider img{
	width:98%;
	margin:0 1%;
	border-radius: 10px;
}
.slick-prev, .slick-next {
    top: 50%;
}
.slick-next:before {
    top: 45%;
    right:10px;
} 
.slick-prev:before {
    top: 45%;
	left:10px;
}
.slick-dots {
	bottom: -6%;
    right: 0;
    width: 100%;
    text-align: center;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before,
.slick-dots .slick-active:hover > button:before {
	color: #fff;
    background-color: #fff;
	opacity: 1;
}
.information {
    width: 94%;
    min-height: auto;
    margin: 0 3%;
    overflow: hidden;
}
.information .name {
    font-size: 18px;
}
.information .description {
    font-size: 11px;
	margin: 30px 0 50px 0;
}
.information .price {
    font-size: 20px;
    margin-bottom: 15px;
}
.information iframe {
    height: 80px;
}

#itemContainer {
    width: 94%;
    margin: 0 3%;
    overflow: hidden;
}

.description_img div{
    width: 100%;
    margin: 0;
    padding: 3%;
    float: left;
	margin-top:30px !important;
}

.description_img div .fullscreen_toggle {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
	margin: 0 !important;
	display:none;
}
.action div {
    width: 100%;
}
.select-option-head-title{font-size: 0 !important;}
.select-option-head-title:before{font-size: 18px;content: "Choose a Flavor";}

.amount{ font-size:12px;color: #000;}
input[name="amount"], input[name="brand_name_option_amount"] {
    display: block;
    padding: 4px 6px;
    width: 30%;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 18px;
    background-color: #eeeeee;
    color: #000;
    margin: 0;
}
.description_img p {
    margin-top: 5px;
}

.release_box{
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.release {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left !important;
}
.release span{
    font-size: 11px;
    font-weight: bold;
}
.release_date{
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-align: left !important;
}
.reservation{
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left !important;
}
.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) {/*---------------------------------------------------------------------------------------------------------------------*/
}



