@charset 'utf-8';
/*
    TOPページ用 CSS
*/

/* Main Visual Slider Section */

#mainVisualSect {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

#mainVisualOverlay {
    width: 1000px;
    height: 500px;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
}

#mainVisualOverlay img {
    width: 300px;
    height: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -135px;
    margin-left: -150px;
}

#mainVisualLeftControl,
#mainVisualRightControl {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border-radius: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

#mainVisualLeftControl:hover,
#mainVisualRightControl:hover {
    background-color: rgba(255, 255, 255, .8);
}

#mainVisualLeftControl {
    right: 0;
    margin-right: -20px;
    background-image: url(/top/img/mv-left-control.png);
}

#mainVisualRightControl {
    left: 0;
    margin-left: -20px;
    background-image: url(/top/img/mv-right-control.png);
}

#mainVisualSlider {
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 4px;
}

#mainVisualSlider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 500px;
    list-style: none;
}

#mainVisualSlider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 500px;
    background: #000;
    text-align: center;
}
/*
.newShopBnr {
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
}
.newShopBnr img {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}
*/
.newShop{
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: -170px;
    position: relative;
	}
.newShop a{
	margin: 0 auto;
		}
#mainVisualSect{
	margin-bottom: 105px;
		}
#top .container{
	position: relative;
	}
#top .newShopBnr.pc {
	display: block;
	position: absolute;
	top: 30px;
	left: 20px;
}
.newShopBnr.sp {
	display: none;
}

/* Catch Copy Section */

#catchCopySect {height: 160px;
padding: 48px 0 40px;
text-align: center;
font-size:28px;
    line-height:40px;
font-family: "游明朝",YuMincho,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"メイリオ",Meiryo,serif!important;
}

#catchCopySect img {
    width: 720px;
    height: 72px;
}

/* Shops Section */

#shopSect {
    height: 226px;
}

#shopSect .shop-box {
    width: 333px;
    height: 226px;
    float: left;
}

#shopSect .shop-box a {
    position: relative;
    display: block;
    width: 308px;
    height: 152px;
    border-bottom: 4px solid #009245;
    background: #000;
    margin: 5px;
    margin-right: 24px;
    -moz-box-shadow: 7px 5px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 7px 5px 7px rgba(0, 0, 0, .3);
    box-shadow: 7px 5px 7px rgba(0, 0, 0, .3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#bbbbbb')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#bbbbbb');
}

#shopSect .shop-box:first-child a {
    border-bottom: 4px solid #C1272D;
}
/*
#shopSect .shop-box:last-child a {
    border-bottom: 4px solid #2E3192;
}
*/
#shopSect .shop-box a img {
    width: 100%;
}

#shopSect .shop-box a .shop-overlay {
    position: absolute;
    width: 308px;
    top: 0;
    left: 0;
    height: 148px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

#shopSect .shop-box a:hover .shop-overlay {
    background-color: rgba(0, 0, 0, .3);
}
#shopSect .shop-box .shop-caption{
    font-size:12px;
}
/* News Section */

#newsSect {
    height: 940px;
    background-image: url(/top/img/bg/bg-news.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 910px 772px;
}

.news-left {
    width: 640px;
    height: 700px;
    float: left;
}

.news-box {
    width: 640px;
    height: 340px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 20px;
    font-size: 12px;
}

.news-box dl {
    padding: 15px 0;
    border-bottom: 1px dotted #000;
    width: 605px;
    margin: 0;
    float: left;
}

.news-box dl dt {
    width: 200px;
    height: 20px;
}

.news-box dl dt span {
    width: 90px;
    height: 20px;
    line-height: 20px;
    background: #C1272D;
    text-align: center;
    margin-right: 10px;
    display: block;
    float: left;
    color: #fff;
}
.news-box dl dt time{
    line-height:25px;
}
.news-box dl dt span.all {
    background: #666664;
}

.news-box dl dd {
    margin: 0;
    padding: 0;
    margin-left: 180px;
    margin-top: -20px;
}
.news-box dl dd{
    padding-top:3px;
    line-height:20px;
}
.news-box dl dd a{
    color:#000;
}
.news-box dl dd span{
    display:none;
}

.fb-box {
    width: 640px;
    height: 340px;
    padding: 0 70px;
    margin-top: 20px;
    background-color: #FFF;
}

.news-right {
    width: 318px;
    height: 460px;
    float: right;
}

.news-right a {
    display: block;
    width: 318px;
    height: 100px;
    margin-bottom: 20px;
    
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-right a img{
    width:100%;
}

.news-right a:hover {
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
}

/* Concept Section */

#conceptSect {
    height: 930px;
    background-image: url(/top/img/bg/bg-concept.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 840px;
    overflow: hidden;
	clear: both;
}

#conceptLeftControl,
#conceptRightControl {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border-radius: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    background-repeat: no-repeat;
    background-position: center;
}

#conceptLeftControl {
    right: 0;
    margin-right: -20px;
    background-image: url(/top/img/mv-left-control.png);
}

#conceptRightControl {
    left: 0;
    margin-left: -20px;
    background-image: url(/top/img/mv-right-control.png);
}

#conceptSlider {
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 4px;
}

#conceptSlider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 300px;
    list-style: none;
}
#conceptSlider ul .caption{
    display:none;
}
#conceptOverlay {
    position: absolute;
    width: 700px;
    height: 300px;
    top: 0;
}

#conceptSlider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 700px;
    height: 300px;
    text-align: center;
}

#conceptSlider ul li .flex-caption{
     display: none;
}

#conceptControls {
    height: 48px;
    padding: 8px 0;
}

#conceptControls ul {
    margin: 0 auto;
    padding: 0;
    background: blue;
    list-style: none;
}

#conceptControls ul li.dot {
    width: 16px;
    height: 16px;
    background: #fff;
    float: left;
    margin: 8px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

#conceptControls ul li.dot.active {
    background: #999;
}
#conceptControls ul li.dot a{
    display:block;
    width: 16px;
    height: 16px;
}


.subtitle-concept {
    text-align: center;
    font-size:24px;
}

p.txt-concept {
    text-align: center;
    width: 1000px;
    height: 113px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 23px;
}

/* Recommended Wine Section */

#recommendSect {
    height: 960px;
    background-image: url(/top/img/bg/bg-recommend.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 480px 960px;
}

#recommendSect #WineBottleWrap {
    height: 600px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#recommendSect #WineBottleSlider {
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
}
#recommendSect #WineBottleSlider .flex-caption {
    display: none;
}

#recommendSect #WineBottleSlider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 310px;
    list-style: none;
}

#recommendSect #WineBottleSlider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 310px;
    height: 310px;
    text-align: center;
}

#recommendSect #WineBottleSliderControls {
    position: absolute;
    width: 310px;
    height: 310px;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -155px;
}

#recommendSect #WineBottleSliderControlPrev,
#recommendSect #WineBottleSliderControlNext {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
}

#recommendSect #WineBottleSliderControlPrev {
    left: -20px;
    background-image: url(/top/img/mv-right-control.png);
}

#recommendSect #WineBottleSliderControlNext {
    right: -20px;
    background-image: url(/top/img/mv-left-control.png);
}

#recommendSect #WineBottleSliderCaption {
    width: 1000px;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
    line-height: 30px;
}

#recommendSect #WineBottleName {
    font-size: 24px;
    padding-bottom: 10px;
}

#recommendSect #WineBottleInfo {
    font-size: 14px;
    padding-bottom: 10px;
}

#recommendSect #WineBottleDescription {
    font-size: 12px;
    line-height: 24px;
}

/* Special Section */

#specialSect {
    height: 1100px;
    background-image: url(/top/img/bg/bg-special.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
    background-size: 700px 700px;
    line-height: 30px;
}
#specialSect .sectInner{
    height: 640px;
}
#specialSect figure {
    margin: 0 auto;
    height: 370px;
}

#specialSect figcaption {
/*	padding-top: 30px; */
height: 56px;font-size:24px;}

#specialSect .special-menu-name {
    font-size: 16px;
}

#specialSect .special-menu-info {
    font-size: 12px;
}

#specialSect .special-menu-other {
    padding: 50px 0 20px;
}

#specialSect .special-menu-other a {
    display: block;

    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#specialSect .special-menu-other a:hover {
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
}

.top-banner__note{
    margin: 0 0 20px;
}

.top-banner__last{
    margin-bottom: 5px !important;
}