@charset "utf-8";
/* CSS Document */

/*=========================
　　　　基本設定
===========================*/
body {
	font-family:"メイリオ", Meiryo, sans-serif;
    background: #000;
    color: #FFF;
    margin:0;
    padding:0;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6;
}
a,a:hover{
	text-decoration:none;
	border:0;
}	
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
}	
ul,li{
    margin:0;
    padding:0;
	list-style:none;
}
a img{
	border:0;	
}
img{
    max-width:100%;
    height:auto;
}

/* 共通クラス */
.container{
	width:1080px;
	margin:0 auto;
    display:block;
}

.block-left{
    float:left;
}
.block-right{
	float:right;
}
.clear{
	clear:both;
}
.SP{
    display:none;
}

.font_10{font-size: 10px;}
.font_12{font-size: 12px;}
.font_14{font-size: 14px;}
.font_16{font-size: 16px;}
.font_18{font-size: 18px;}
.font_20{font-size: 20px;}
.font_22{font-size: 22px;}
.font_28{font-size: 28px;}
.font_32{font-size: 32px;}
.font_36{font-size: 36px;}
.font_b{font-weight: bold;}

.text_left{text-align: left;}
.text_center{text-align: center;}
.text_right{text-align: right;}

.color_red{
    color: #FF0000;
}

.margin_t_10{margin-top:10px!important;}
.margin_t_20{margin-top:20px!important;}
.margin_t_30{margin-top:30px!important;}
.margin_t_40{margin-top:40px!important;}
.margin_t_50{margin-top:50px!important;}
.margin_t_60{margin-top:60px!important;}

.margin_b_10{margin-bottom:10px!important;}
.margin_b_20{margin-bottom:20px!important;}
.margin_b_30{margin-bottom: 30px!important;}
.margin_b_40{margin-bottom: 40px!important;}
.margin_b_50{margin-bottom: 50px!important;}
.margin_b_60{margin-bottom: 60px!important;}
.margin_b_70{margin-bottom: 70px!important;}
.margin_b_100{margin-bottom: 100px!important;}

.page_link{
	padding-top: 100px;
	margin-top: -100px;
}

/*=========================
　　　　エフェクト
===========================*/
/* Float （浮く）*/
.hvr-float {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*=========================
　　　　メニュー
===========================*/
#menu{
    width: 100%;
    background: rgba(204,204,204,0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 25px 0 20px;
    z-index: 100;
}
#menu_list{
    width: 70%;
    margin: 0 auto;
}
.head_btn{
    display: inline-block;
    text-align: center;
    width: 24%;
}

/*=========================
　　　　トップ画像
===========================*/
#top_img{
    width: 100%;
    background: url("img/top_img.png");
    background-position: center;
    background-size: cover;
    position: relative;
}
#top_img_container{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#top_img_left,#top_img_right{
    width: 50%;
}

/*=========================
　　　　NIRASAKI
===========================*/
#nirasaki{
    position: relative;
}
.item_sub_name{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
}
#nirasaki_left{
    width: 53%;
}
#nirasaki_right{
    position: absolute;
    right: 0;
    z-index: -1;
}

/*=========================
　　　　PRODUCT
===========================*/
#product_right{
    width: 45%;
}
#product_left{
    width: 50%;
}
#product_button a{
    display: block;
    text-align: center;
    padding: 40px 0;
    color: #FFF;
    background-color: #CC9900;
    border-radius: 15px;
}
#product_button a:hover{
    background-color: #D85145;
}

/*=========================
　　　　PRIDE
===========================*/
#pride{
    position: relative;
}
#pride_left{
    width: 54%;
}
#pride_right{
    position: absolute;
    right: 0;
    z-index: -1;
}

/*=========================
　　　　フッター
===========================*/
#footer{
    border-top: 1px solid #CCCCCC;
    padding: 40px 0;
}
#footer_left{
    width: 40%;
}
#footer_right{
    width: 500px;
}
#footer_table{
    width: 100%;
}
#footer_table th{
    text-align: left;
    font-weight: normal;
    width: 15%;
}
#footer_table tr td:nth-of-type(1){
    width: 50%;
}
#footer_table tr td:nth-of-type(2){
    width: 35%;
}
#footer_button a{
    display: block;
    text-align: center;
    padding: 8px 0;
    margin: 20px 0;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 10px;
}
#footer_button a:hover{
    background-color: #D85145;
}
#footer_copyright{
    font-size: 10px;
    text-align: right;
}

/*===========================================================================
　　レスポンシブ設定
=============================================================================*/

   /*=====タブレット=====*/
@media(max-width:979px){
    .PC{
		display: none!important;
	}
    .TAB{
        display: block;
    }
    .container{
	   width: 95%;
    }

    /*----メニュー----*/
    #menu_list{
        width: 80%;
    }
    /*----フッター----*/
    #footer_right{
        width: 50%;
    }
    #footer_table td{
        display: block;
    }
    #footer_table th{
        width: 25%;
    }
    #footer_table tr td:nth-of-type(1){
        width: 100%;
    }
    #footer_table tr td:nth-of-type(2){
        width: 100%;
    }
    
}

   /*=====スマホ=====*/
@media (max-width:759px){
    .PC_TAB{
        display: none;
    }
    .SP{
        display: block;
    }
    /*----メニュー----*/
    #menu{
        padding: 15px 0 10px;
    }
    #menu_list{
        width: 100%;
        text-align: center;
    }
    .head_btn{
        width: 23.5%;
        text-align: center;
    }
    /*----トップ画像----*/
    #top_img_container{
        top: 60%;
    }
    #top_img_left,#top_img_right{
        float: none;
        width: 80%;
        margin: auto;
    }
    /*----NIRASAKI----*/
    #nirasaki_left,#nirasaki_right{
        float: none;
    }
    #nirasaki_left{
        width: 100%;
    }
    #nirasaki_right{
        background-color: #000000;
    }
    #nirasaki_right img{
        display: block;
        opacity: 0.5;
    }
    
    /*----PRODUCT----*/
    #product_right,#product_left{
        float: none;
        width: 100%;
    }
    #product_button a{
        padding: 20px 0;
        margin-bottom: 50px;
    }
    /*----PRIDE----*/
    #pride_left,#pride_right{
        float: none;
    }
    #pride_left{
        width: 100%;
    }
    #pride_right{
        background-color: #000000;
    }
    #pride_right img{
        display: block;
        opacity: 0.5;
    }
    
    /*----フッター----*/
    #footer_left,#footer_right{
        float: none;
        width: 100%;
    }
    #footer_left{
        text-align: center;
        margin-bottom: 20px;
    }
}