@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Asap|Lato|PT+Sans:400,700');

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*=======================================================
▼共通雨設定
=======================================================*/

#container {
    min-width: 750px;
    position: relative;
    background-color: #000;
    background-size: contain;
    /*    background-image: url(../images/bg_01.jpg);*/
    background-position: 0% 0%;
    position: relative;
}

#header,
#main,
#contents {
    position: relative;
}

#contents {
    width: 750px;
    margin: 0 auto;
    padding: 50px 0 150px;
    z-index: 10;
}

img {
    width: 100%;
    margin: 0 auto;
}



/*========================================================
▼背景
========================================================*/

.bgImg {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background-color: #000;
}

.bgImg>div {
    transition: 0.8s;
    text-align: center;
}

.bgImg>div>img {}

.bgImg01,
.bgImg02,
.bgImg03 {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
}

.scrollin {
    opacity: 1;
}




/*========================================================
▼ヘッダー
========================================================*/

#header {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

.headerInner {
    width: 750px;
    margin: 0 auto;
    height: 80px;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/*
オンラインストアリンク
--------------------*/

.toStore {
    width: 33%;
    font-size: 2rem;
}

.toStore a {
    color: #444;
    font-size: 2rem;
}

.toStore a:hover {
    color: #999;
}

/*
ロゴ
--------------------*/

.logo {
	margin-left: 33%;
}

.logo h1 {
    width: 190px;
    margin: 0 auto;
}


.logo h1 a:hover img{
    opacity: 0.75;
}

/*
SNSボタン部分
--------------------*/

.sns {
    width: 33%;
}

.sns ul {
    text-align: right;
}

.sns li {
    margin-left: 5rem;
    display: inline-block;
}

.sns li:first-of-type {
    margin-left: 0;
    display: inline-block;
}

.sns li a{
    font-size: 4rem;
    color: #444;
}

.sns li a:hover{
    color: #999;
}

/*========================================================
▼コンテンツエリア
========================================================*/

.section {
    margin-bottom: 50px;
    position: relative;
}



/*-------------------------------------------------------
View Moreボタン
--------------------------------------------------------*/

.moreBtn {
	/*width:34.1%;*/
	color: #fff;
	font-size:30px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	border: 2px solid #fff;
	padding: 36px 4.8%;
	box-shadow: 0px 0px 8px 4px rgba(34, 57, 27, 0.1), 0px 0px 8px 4px rgba(34, 57, 27, 0.1) inset;
}
.moreBtnBl {
	/*width:34.1%;*/
	color: #000;
	font-size: 30px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	border: 2px solid #000;
	padding:36px 4.8%;
	box-shadow: 0px 0px 8px 4px rgba(34, 57, 27, 0.1), 0px 0px 8px 4px rgba(34, 57, 27, 0.1) inset;
}

/*商品写真01*/
.moreBtn01-1 {
    position: absolute;
    bottom: 99px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.moreBtn:hover {
    opacity: 0.75;
}
.moreBtn_000:hover {
    opacity: 0.75;
}

/*
レトロリレクティブの商品一覧へ
--------------------------------------------*/
.product_list{
	margin:35px 0 128px 0;
}
.product_list ul{
	overflow:hidden;
	margin: 0 2% 0 1.06%;
}
.product_list ul li{
	float:left;
	margin:0 2.5%;
}

.product_list_Btn {
	width:556px;
	color: #fff;
	font-size: 30px;
	text-align:left;
	-webkit-font-smoothing: antialiased;
	border: 2px solid #fff;
	padding: 1em 0;
	box-shadow: 0px 0px 8px 4px rgba(34, 57, 27, 0.1), 0px 0px 8px 4px rgba(34, 57, 27, 0.1) inset;
	margin:0 auto;
	display:block;
}
.product_list_Btn:hover {
    opacity: 0.75;
}


/*
バナー
--------------------------------------------*/
.bnr{
    width: 100%;
    margin:0 auto;
    background-color: #fff;
}

.bnr img{
    display: block;
}

.bnr a:hover img{
    opacity: 0.75;
}

/*========================================================
▼フッター
========================================================*/

#footer {
    background-color: #000;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.footerInner {
    padding: 20px 0;
    text-align: center;
}

.footerInner p {
    color: #fff;
    font-size: 1.2rem;
    color: #fff;
}



/*========================================================
▼モーダル
========================================================*/


/*
モーダル共通設定
-------------------------------------------------------*/

.modal-overlay {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}

a.modal-open:hover {
    cursor: pointer;
}

.modal-content {
    position: fixed;
    display: none;
    z-index: 99999;
    max-width: 620px;
}

a.modal-close {
	position: absolute;
	top: 18px;
	right: 5px;
	color: #999;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
	z-index: 999;
}

a.modal-close:hover {
    cursor: pointer;
    opacity: 0.75;
}




/*Itemsのモーダル
-------------------------------------------------------*/

.modal_detail {
    width:620px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 0 30px;
    border: 2px solid #000;
}
.modal_detail img{
	width:60%;
}

.itemsGr {
    width: 616px;
    margin: 0 auto;
}

.itemsGr dl {
	/*color: #555;*/
	line-height: 1.6;
	width:616px;
	margin: 0 auto;
}

.slide dl{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.active dl{
    opacity: 1;
}

.itemsGr dt {
    max-width: 450px;
    max-height: 300px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}

.itemsGr dt img {
    display: block;
    width: auto;
    max-width: 97.4%;
    max-height: 300px;
    margin: 0 auto;
}

.itemsGr dd {
    width: 423px;
    margin: 0 auto;
    font-size: 1.4rem;
    background-color: #fff;
}

.itemsGr dd p {
    margin-bottom: 16px;
}

.itemsGr dd .itemName_pc {
	font-size: 1.7rem;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 21px;
}
.itemsGr dd .itemName {
	display:none;
}

.itemsGr dd .itemPrice {
    vertical-align: bottom;
}

.itemsGr dd .itemPrice img {
    display: inline;
    width: auto;
}

.itemsGr dd p img{
	width:94%;
}
.itemsGr dd .itemTxt {
    font-size: 1.4rem;
	margin-bottom:56px;
}
.itemsGr dd .itemPrice .omni{
	width:8%;
	vertical-align:middle;
}
.itemsGr dd .itemPrice .tech{
	width:10%;
	vertical-align:middle;
}
.itemsGr dd .itemPrice .outdry{
	width:4%;
	vertical-align:top;
}

/*ディティールスライド*/
.itemsGr .details dt {
    max-width: 450px;
    max-height: 500px;
}

.itemsGr .details dt img {
    max-width: 450px;
    max-height: 500px;
}

.itemsGr .itemLink {
    display: block;
    width: 195px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    background-color: #000;
    border: 2px solid #000;
    padding: 1.9rem 0;
}

.itemsGr .itemLink:hover {
    color: #000;
    background-color: #fff;
}

.itemsGr .backOrder{
    display: block;
    width: 10em;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    background-color: #999;
    padding: 1.6rem 0;
}



/*モーダル内スライダー
-------------------------------------------------------*/

.slick-prev {
    left: -8%;
}

.slick-next {
    right: -8%;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 88px;
    line-height: 1;
    opacity: .75;
    color: #fff;
}

.slick-dots {
    position: absolute;
    bottom: -100px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00a0e9;
}

.slick-dots li button {
    width: 30px;
    height: 30px;
    padding: 10px;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    opacity: 1;
    color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/*========================================================
▼SP専用
========================================================*/

@media screen and (orientation: portrait) {
    /*========================================================
    ▼背景
    ========================================================*/
    .bgImg {
        width: 100%;
        margin: 0 auto;
        position: fixed;
        background-color: #000;
    }

    .bgImg>div>img {
        width: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .bgImg01,
    .bgImg02,
    .bgImg03 {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit- transform: translateX(-50%);
        z-index: 1;
        opacity: 0;
    }

    .scrollin {
        opacity: 1;
    }

    .headerInner {
        height: 100px;
        padding: 0 3.47%;
    }

    .sns li a{
        font-size: 5rem;
    }

    #contents {
	padding: 100px 5.3% 180px 5.3%;
    }
/*
レトロリレクティブの商品一覧へ(SP)
--------------------------------------------*/


.product_list ul li{
	margin:0 2%;
}

.product_list_Btn {
	width: 82%;
}

.modal_detail {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 0 30px;
    border: 2px solid #000;
}
.itemsGr dl {
    color: #555;
    line-height: 1.6;
    width: 592px;
    margin: 0 auto;
    background-color: #fff;
}



.itemsGr dd .itemName_pc {
	display:none;
}

.itemsGr dd .itemName {
	display:block;
	font-size: 28px;
	font-weight: 600;
}

    .itemsGr dt {
        max-width: 450px;
        max-height: 500px;
        margin: 0 auto 30px;
        text-align: center;
    }

    .itemsGr dt img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 500px;
        margin: 0 auto;
    }

    .itemsGr .details dt {
        max-width: 450px;
        max-height: 600px;
    }

    .itemsGr .details dt img {
        max-width: 100%;
        max-height: 600px;
    }

.itemsGr dd {
	font-size: 1.8rem;
	width: 475px;
}
.itemsGr dd p {
	margin-bottom: 14px;
}
itemsGr dd p .itemPrice {
	margin-bottom: 36px;
}

.itemsGr dd .itemTxt {
	margin-bottom:100px;
	font-size:18px;
}

.itemsGr .itemLink {
	display: block;
	width: 59%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 32px;
	background-color: #000;
	border: 2px solid #000;
	padding: 2.3rem 7.8% 2.3rem 3.8%;
}
a.modal-close {
    top: 28px;
    right: 28px;
}
.modal_detail img {
	width:100%;
}
/*========================================================
▼SPフッター
========================================================*/

#footer {
    background-color: #000;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.footerInner {
    padding: 27px 0;
    text-align: center;
}

.footerInner p {
    color: #fff;
    font-size: 2.4rem;
    color: #fff;
}
}
}