@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");

/*---------------------------------------------------------
メイン
---------------------------------------------------------*/

.top-end{
    position: relative;
}

.top-end::before{
    content: '';
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;/*表示領域外にもグレー背景が敷かれるように*/
    background-image: url(../img/end_bg_dot.png);
    background-repeat: repeat;
    background-size: 2px auto;
    background-position: left top;
}

#top .wrap-main{
    background-size: cover;
}

#top .wrap-main .main-text img{
    width: 75%;
}



/*------- 商品説明ブロック・タイトル -------*/

.product-detail-block{
    border: 3px solid #231815;
}

.title-obi{
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.3;
    color: #221814;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #fff100;
}

.img-text{
    text-align: center;
}

.img-text img{
    width: 84%;
}


/*------- 対象商品一覧 -------*/

.main-products__list{
    margin: 0 auto;
    width: 70%;
}

.main-products__item{
    margin-top: 15px;
    float: left;
    width: 43%;
    text-align: center;
}

.main-products__item:nth-child(2n){
    float: right;
}

.main-products__item a{
    display: block;
}

.btn-wine-link{
    margin-top: 20px;
    text-align: center;
}

.btn-wine-link a{
    display: block;
}



#privacyArea{
	color: #FFF;
	font-size: 1.2rem;
	background-color: #009cde;
	padding-bottom: 15px;
}


/*yubinArea*/
#yubinArea{
	text-align: center;
	padding: 0 10px 25px;
}


/* cvList */
.cvList li {
	width: 50%;
}


/*---------------------------------------------------------
	end
---------------------------------------------------------*/

.top-end{
    position: relative;
}

.top-end::before{
    content: '';
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;/*表示領域外にもグレー背景が敷かれるように*/
    background-image: url(../img/end_bg_dot.png);
    background-repeat: repeat;
    background-size: 2px auto;
    background-position: left top;
}

#top .wrap-main .main-text img{
    width: 60%;
}


/*---------------------------------------------------------
	end
---------------------------------------------------------*/

/*画像の表示領域の範囲を作る*/
#top .end-text-wrapper{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#top .end-text-wrapper .end-text{
    max-width: 640px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
/*    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
}
