@charset "UTF-8";
/* CSS Document */
body {
    color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

   img{
   	width:100%;
   	vertical-align: bottom;
   }
    
/****************************
ヘッダーの設定
****************************/
header#hed {
    position: sticky;
    top: 0px;
}
@media screen and (min-width: 641px) {
    .head-btn {
    height: inhertid;
    }
}


header#hed dl.btn_sns {
    position: absolute;
    right: 100px;
    top: 20px;
    display: flex;
    width: 200px;
}

header#hed dl.btn_sns dd:first-child {
    padding: 15px;
    width: 45%;
}

header#hed dl.btn_sns dd {
    padding: 15px;
    width: 25%;
}


.eventimg {
    width: -4%;
    max-width: 500px;
    width:85%;
    margin: 35px auto;
}

h3.gacha {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
}
@media screen and (max-width: 400px) {
    h3.gacha {
        font-size: 22px;
    }
}
p.whisky {
    padding: 10px 0;
    text-align: center;
    background-color: #8b4513;
}


p.wine {
    padding: 10px 0;
    text-align: center;
    background-color: #800000;
}

p.tast {
    padding: 10px 0;
    text-align: center;
    background-color: #2f4f4f;
}

#timeSchedule p.whisky a,#timeSchedule p.wine a,#timeSchedule p.tast a{
    color:#FFF;
}

span.whisky  {
    color: #FFF;
    font-size: 0.8em;
    /* border: 1px solid #666; */
    border-radius: 12px;
    padding: 0.25em 0.5em;
    margin-left: 7px;
    background-color: #8b4513;
}

span.wine{
    color: #FFF;
    font-size: 0.8em;
    /* border: 1px solid #666; */
    border-radius: 12px;
    padding: 0.25em 0.5em;
    margin-left: 7px;
    background-color: #800000;
}

dl.countdown {
    display: flex;
    align-items: baseline;
        font-size: 30px;
}

div#countdownArea {
    font-size: 30px;
    text-align: center;
    color: #FFF;
}
div#countdownArea span{
    font-size: 50px;
    color: #FF0;
}

/****************************
ヘッダーの設定 スマホ
****************************/

@media screen and (max-width: 798px) {

    .head-btn {
       height: 0px;
    }


    header#hed {
padding: 35px 0px 7px 0px;
        position: sticky;
        top: 0px;
        background-color: #FFF;
    }
        header#hed h1.logo_rakzan {
        max-width: 140px;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    
    header#hed dl.btn_sns {
        position: absolute;
        right: 10px;
        top: 20px;
        display: flex;
        width: 120px;
    }


       header#hed dl.btn_sns dd:first-child,header#hed dl.btn_sns dd {
        padding: 7px;
    }
    
}


#anniversary{
	margin:30px auto;
	padding:30px 0;
	font-size: 16px;
	letter-spacing: -0.05em;
	background-color:#000;
}


.main_v{
    background: url(../../img/rak_bg@4x.png) no-repeat right  center;
    background-size: 30%;
    background-color:rgba(0,0,0,0.5);
}

.arrow{
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}

h3.catch{
    text-align: center;
    font-weight: bold;
    font-size: 45px;
}
    ._sp {
        display: none;
    }
 
@media screen and (max-width:798px){
#anniversary .content {
    width: 90%;
    margin: 0 auto;
}

h3.catch {font-size: 20px;
}
    ._sp {
        display: block;
    }
}

h2.shop-name{
	margin: 20px auto 0 auto;
	max-width: 140px;
}
.yellow{
	color:#EFFF00;
}
.red{
	color: #FF0000;
}
.red-box{
	background: #FF0000;
	color: #FFF;
	padding: 0 0.5em;
}
.tx_line{
	text-decoration: line-through;
}
h1.ann_logo{
	max-width: 200px;
	width: 50%;
	margin: 0 auto;
}
h2.ann_bigttl{
	width: 50%;
	max-width: 700px;
	margin: 30px auto 0 auto;
}
h3.set_ttl {
    max-width: 100px;
}
span.att {
    font-size: 80%;
}
table.hakari tr {
    border-bottom: 1px solid #333;
}
table.hakari tr th {
    background: #333;
    vertical-align: middle;
}
table.hakari tr td {
    padding: 5px 0;
}
table.hakari tr td:nth-child(2) {
    white-space: nowrap;
}

span.gentei {
    background: #840406;
    color: #FFFFFF;
    padding: 0.25em;
    border: 1px solid #FFF;
    margin-right: 0.5em;
}


table.backvin tr {
    border-bottom: 1px solid #333;
}
table.backvin tr th {
    background: #333;
    vertical-align: middle;
}
table.backvin tr td {
    padding: 8px 0;
}
table.backvin tr td:nth-child(2) {
    white-space: nowrap;
}


dl.wrap {
    display: flex;
    flex-wrap: wrap;
	border-bottom: 1px solid #333;
	margin-bottom: 7px;
	padding: 5px 0 2px 0;
}

dd.gentei {
    background: #840406;
    color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #FFF;
    margin-right: 1%;
    width: 13%;
    text-align: center;
}

dd.pro-name {
    width: 70%;
}

dd.price {
    text-align: right;
    width: 30%;
}
.set_form {
    text-align: center;
    border-bottom: 1px dashed #FFFFFF;
    margin: 20px auto;
}

.set_form_button {
    max-width: 300px;
    background: #FF0000;
    color: #FFF;
    text-align: center;
    border: 1px solid #FF0000;
    border-radius: 5px;
    margin: 20px auto;
}
@media screen and (max-width:798px){
table.backvin tr {
    display: flex;
    flex-wrap: wrap;
}

table.backvin tr td {
padding: 5px 0;
    width: 100%;
}

table.backvin tr td:nth-child(2) {
    width: 100%;
    text-align: left;
}
	
h2.ann_bigttl {
    width: 80%;
    max-width: 700px;
    margin: 10px auto 0 auto;
}
}
.term{
	background: #FFFFFF;
	text-align: center;
	padding: 8px 15px 5px 15px;
	margin:10px auto;
	max-width: 450px;
}

.vol{
	max-width: 200px;
	margin: 0 auto;
	width: 30%;
}
section{
	margin: 30px auto;
	max-width: 770px;
}
section h1.vol_ttl{
	text-align: center;
}
section .date{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding: 5px 0;
	text-align: center;
	margin: 10px 0;
}
section#vol_04 .date-big{
	background: #FFF;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	margin: 10px 0;
}
.btm_date2{
	width: 90%;
	margin:15px auto;
	text-align: center;
}
.btm_date{
	display: flex;
	flex-wrap: wrap;
	max-width: 250px;
	width: 90%;
	margin:15px auto;	
}
.btm_date dt{
	width: 25%;
	white-space: nowrap;
}
.btm_date dd{
	width: 75%;
	white-space: nowrap;
}

/****************************
 FOOTER
****************************/

@media screen and (min-width:798px){
	section .date{
		font-size: 28px;
	}

	
}
#timeSchedule{
	border:1px solid #FFF;
	max-width:650px;
	margin: 30px auto;
}
#timeSchedule a{
	color:#000;
}
#timeSchedule h2.sche_ttl{
	background: #333;
	text-align: center;
	line-height: 1;
	padding: 5px 0;
	font-size: 1.3em;
}
#timeSchedule h2.sche_ttl span.en{
	font-size: 80%;
}

#timeSchedule dl dt,
#timeSchedule dl dd{
	background: #FFF;
	padding:2%;
	color: #000;
	border-bottom: 1px solid #CCC;
}
#timeSchedule dl dt:nth-child(7),
#timeSchedule dl dd:nth-child(8){
	border:none;
}
#timeSchedule dl dt{

	white-space: nowrap;
	background: #EAE7E7;
}
#timeSchedule dl dd table.day tr td:nth-child(1){
	width: 25%;
}
#timeSchedule dl dd table.day tr td:nth-child(2){
	width: 75%;	
}
@media screen and (max-width:797px){

dd.gentei{
    width: 30%;
	margin-right: 69%;
}
	
dd.pro-name {
    width: 100%;
}

dd.price {
    width: 100%;
	text-align-last: left;
}

h2.reaset_ttl {
    text-align: center;
}


}
@media screen and (min-width:798px){



	#timeSchedule dl{
		display: flex;
		flex-wrap: wrap;
	}
	#timeSchedule dl dt{
		width: 29%;
	}
	#timeSchedule dl dd{
		width: 63%;
	}
	#timeSchedule dl dd table.day tr td:nth-child(1){
		width: 15%;
		white-space: nowrap;
	}
	#timeSchedule dl dd table.day tr td:nth-child(2){
		width: 85%;	
	}
}
ul.day-list li{
	padding: 5px 15px;
	border-bottom: 1px dotted #CCC;
	background: #FFF;
}
ul.day-list li.no-border{
	border:none;
}
ul.attention{
	padding-left: 1em;
	margin-top: 15px;
}
ul.attention li{
	text-indent: -1em;
	font-size: 80%;
}
h2.reaset_ttl {
    font-size: 20px;
    border-bottom: 1px solid #666;
    padding-bottom: 7px;
}
dl.kakushu-set dt {
    border-bottom: 1px solid #666;
    padding: 5px 0 2px 0;
}

dl.kakushu-set dd {
    text-align: right;
     padding: 5px 0 2px 0;
}
#vol_02 h3.set_ttl{
	max-width: 100px;
}
#vol_02 table{
	margin-bottom: 50px;
}
#vol_02 table tr td{
	border-bottom: 1px solid #333;
	padding: 5px 0;
}
#vol_02 .pickup{
	width: 80%;
	max-width: 640px;
	margin:30px auto 0 auto;
}
#vol_03 table.hakari tr{
	border-bottom: 1px solid #333;
}
#vol_03 table.hakari tr th{
	background: #333;
	vertical-align: middle;
}
#vol_03 table.hakari tr td{
	padding: 5px 0;
}
#vol_03 table.hakari tr td:nth-child(2){
	white-space: nowrap;
}
#vol_03 .hakari_img{
	max-width: 640px;
	margin: 0 auto;
}

.kuji-howto-buy{
	padding:2.5% 5%;
	margin:15px auto 30px auto;
	border:#fff 1px solid;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#page-top img {
    width: 50%;
    height: auto;
}
@media only screen and (max-width:979px){
	.kuji-howto-buy{
		padding: 10px;
	}
	.howto-buy ul li{
	font-size: 0.8em;
}
}
h3.howto-buy_ttl{
	margin:15px 0;
	font-size:1.2em;
}
.howto-copy{
	margin:10px 0;
	font-size: 0.9em;
    line-height: 1.6;
}
dl.howto-step{
	margin:20px 0;
}
dl.howto-step dt{
	background:#333;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
dl.howto-step dd a.apply{
	font-size:20px; display:block; margin:8px 0; color:#ffff00; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';">gn7@likaman.co.jp</a>
				<p style="padding:3px 5px; background:#ffff00; color:#f00; font-size:20px; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
				   line-height: 1.6;
}
.howto-att{
	text-align:left;
	font-size:0.9em;
}

dd.att p{
text-indent: -1em;
  padding-left: 1em;
}

.toForm{
	max-width: 300px;
	background: #FF0000;
	color: #FFF;
	text-align: center;
	border:1px solid #FF0000;
	border-radius: 5px;
	margin: 15px auto;
}
.toForm a{
	color: #FFF;
}
#vol_04 dl.kakushu-set dt,
#vol_04 dl.kakushu-set dd{
	padding: 5px 0 2px 0;
}
#vol_04 dl.kakushu-set dt{
	border-bottom: 1px solid #666;
}
#vol_04 dl.kakushu-set dd{
	text-align: right;
}
#vol_04 .set-warp{
	margin-bottom: 50px;
}
#vol_04 h2.vol_04_ttl{
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
}
.tasting-note{
	border-top:1px solid #999;
	padding: 10px 0;
	margin-top:15px;
}
.tasting-note dl.note{
	display: flex;
	flex-wrap: wrap;
}
.tasting-note dl.note dt{
	width: 16%;
	padding: 10px 2%;
	background: #333;
	border-bottom: 1px dotted #999;
}
.tasting-note dl.note dd{
	width: 76%;
	padding: 10px 2%;
	border-bottom: 1px dotted #999;
}
h2.nrb_logo{
	width: 50%;
	max-width: 200px;
	margin: 20px auto;
}
.nrb_bg{
	background: url(../img/nagahama_bg.jpg) no-repeat center center;
	background-size: cover;
}
.nrb_bg p{
	max-width: 600px;
	margin: 0 auto;
}
.rare-list li{
	border-bottom: 1px solid #333;
	padding: 5px 0;
}
.rare-list li dl.rare-name dd{
	text-align: right;
}
@media screen and (min-width:499px){
	.rare-list li dl.rare-name{
		display: flex;
	}
	.rare-list li dl.rare-name dt{
		width: 70%;
	}
	.rare-list li dl.rare-name dt br{
		display: none;
	}
	.rare-list li dl.rare-name dd:nth-child(2){
		width: 20%;
	}
	.rare-list li dl.rare-name dd:nth-child(3){
		width: 10%;
	}
}
table.premium-set-list td{
	border-bottom: 1px solid #333;
	padding: 5px 0;
}

ul.nrb-list {
    margin: 10px auto 30px auto;
}

.nrb-list li{
	border-bottom: 1px solid #333;
	border-top: 1px dashed #333;
	padding: 5px 0;
}
.nrb-list li dl.nrb-name dd{
	text-align: right;
}



@media screen and (min-width:499px){
	.nrb-list li dl.nrb-name{
		display: flex;
	}
	.nrb-list li dl.nrb-name dt{
		width: 55%;
    margin-right: auto;
	}
	.nrb-list li dl.nrb-name dt br{
		display: none;
	}
	.nrb-list li dl.nrb-name dd{

	}
}
.sm{
	max-width: 640px;
	margin: 30px auto;
}
#roulette .novelty-wrap{
	background: #FFF;
}
#roulette .novelty-wrap dl.novelty-list{
	display: flex;
}
.howto-buy h3.howto_t{
	font-weight: bold;
	margin-top: 20px;
}
.howto-buy ul{
	padding-left: 1em;
}
.howto-buy ul li{
	text-indent: -1em;
}