@charset "utf-8";
/* CSS Document */

*{font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@media screen and (min-width:1200px){
/* メインビジュアル
-------------------------------------------------- */
.mainVisual{
	background: url("../img/head_bgi_l.png") left top no-repeat,
					url("../img/head_bgi_r.png") right bottom no-repeat,
					url("../img/cloud.png") top 20% right 10% no-repeat,
					url("../img/cloud.png") top 60% right 25% no-repeat,
					url("../img/cloud.png") top 80% left 15% no-repeat,
					url("../img/main_bgi.gif");
	text-align: center;
	padding: 60px 0;
}

.mainVisual > span{
	display: block;
	text-align: center;
}

.mainVisual p{
	color: #ffffff;
	font-size: 24px;
	line-height: 1.6em;
	text-align: center;
	text-shadow:0 0 5px #640000;
}

.attention{
	background: #000000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}

.attention p{
	font-size: 16px;
	font-weight: 600;
}

.attention ul{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 10px auto 0;
}

.attention li{
	text-align: left;
	line-height: 1.6em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	margin-top: 5px;
}

.attention ul li::before{
	content: "※";
}

/* ナビ
------------------------------------------------------- */
.contentNav{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
}

.contentNav li{
	border-radius: 80px;
	box-shadow: 0 0 7px #7f010a;
	overflow: hidden;
	width: 18%;
}

.contentNav.addition li{
	width: 25%;
	margin: 0 auto;
}

.contentNav li a{
	display: block;
	border-radius: 80px;
	width: 100%;
	background: #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 15px 0;
	box-sizing: border-box;
	color: #333333;
    transition: 0.3s;
	text-decoration: none;
	text-indent: 1.5em;
}

.contentNav.addition li a{
	padding: 12px 0;
}

.contentNav li a:hover{
	color: #cc0000;
}

.contentNav li.soldout a{
	background: url("../img/icon_soldout.png") right 5% center no-repeat, #ffffff;
	background-size: 18%, auto;
	pointer-events: none;
	cursor: default;
}

.contentNav.addition li a p{
	font-size: 12px;
	color: #cc0000;
	text-shadow: none;
	text-indent: 0;
}

.contentNav li a span{
	position: relative;
	z-index: 1;
}

.contentNav li a span::before{
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	top: 50%;
	left: -18px;
	z-index: 3;
	transform: rotate(45deg);
	transition: 0.3s;
	margin-top: -6px;
}

.contentNav li a:hover span::before{
	border-right: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
}

.contentNav li.soldout a span::before{
	display: none;
}

/* 福袋
------------------------------------------------------- */
main{
	background: url("../img/main_bgi.gif");
	padding: 30px 0;
}

section{
	padding: 40px 0;
}

.wrapBig{
	width: 1000px;
	background: #ffffff;
	box-sizing: border-box;
	border: 2px solid #ccaf75;
	border-radius: 50px;
	padding: 2px;
	margin: 0 auto;
	box-shadow: 0 0 7px #7f010a;
}

.wrapSmall{
	border: 1px solid #ccaf75;
	background: #ffffff;
	border-radius: 50px;
	position: relative;
	padding: 25px;
	z-index: 1;
}

.fukuroFlex{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.fukuroImg{
	width: 250px;
	position: relative;
	z-index: 3;
}
.fukuroImg img{width: 100%;}

.fukuroDetail{
	width: 650px;
	line-height: 1.6em;
}

h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.fukuroDetail p{
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.fukuroDetail p span{
	font-weight: bold;
}

.fukuroDetail p.prize{
	padding-left: 6em;
	text-indent: -6em;
}

.fukuroDetail p.prize span{
	color: #bb0511;
}

.fukuroDetail .price{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #b50510;
	margin-bottom: 10px;
}

.fukuroDetail .price span{
	font-size: 14px;
	vertical-align: baseline;
}

a.link_btn{
	display: block;
	box-sizing: border-box;
	width: 100%;
	background: #b50510;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
	transition: 0.3s;
	text-decoration: none;
}

a.link_btn:hover{
	background: #b50510;
	color: #ffff00;
}

a.link_btn span{
	position: relative;
}

a.link_btn span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -5px;
	transition: 0.3s;
}

a.link_btn:hover span:before{
	border-color: transparent transparent transparent #ffff00;
}

.fukuroPrize{
	margin-top: 40px;
	border-top: 1px solid #cccccc;
}

/* 極上
------------------------------------------------------- */
#gokujo .prize_img{
	display: block;
	text-align: center;
	margin-top: 30px;
}

/* 松
------------------------------------------------------- */
#matu .fukuroPrize > p{
	display: block;
	box-sizing: border-box;
	height: 82px;
	background: url("../img/tokuten.png") left center no-repeat;
	background-size: 82px 82px;
	margin-top: 20px;
	padding-left: 92px;
	font-size: 18px;
	padding-top: 15px;
}

#matu .fukuroPrize > p span{
	color: #cc0000;
	text-decoration: underline;
}

.prize_board{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding-top: 30px;
	margin: 40px auto 0;
	border-top: 1px solid #cccccc;
}

.flexLeft,
.flexRight{
	margin: 0 20px;
}

.flexLeft p{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin: 10px 0;
}

.flexLeft p span{
	display: block;
	font-size: 24px;
	font-weight: 800;
	color: #cc0000;
}

.flexLeft p img{
	width: 100%;
	max-width: 100px;
}

.flexRight{
	display: flex;
	align-items: center;
	width: 400px;
}

.flexRight span:nth-child(2){
	margin: 0 20px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

#matu .typeList{
	width: 100%;
	margin-top: 20px;
}

#matu .typeList h3{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #efefef;
	padding: 10px 0;
}

#matu .typeList ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 40px;
}

#matu .typeList li{
	text-align: center;
	width: 13.5%;
}

#matu .typeList img{
	width: 90%;
}

#matu .typeList span{
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

#matu .typeList span sub{
	content: "選手";
	font-size: 11px;
	padding-left: 3px;
}

/* 竹
------------------------------------------------------- */
#take .fukuroPrize > p{
	display: block;
	box-sizing: border-box;
	height: 82px;
	background: url("../img/tokuten.png") left center no-repeat;
	background-size: 82px 82px;
	margin-top: 6px;
	padding-left: 92px;
	font-size: 18px;
	padding-top: 20px;
}

#take .fukuroPrize > p span{
	color: #cc0000;
	text-decoration: underline;
}

#take .typeFlex{
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 30px;
}

#take .typeList{
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	width: 50%;
	padding: 0 15px;
}

#take .typeList:last-child{
	border-right: none;
}

#take .typeList ul{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

#take .typeList li{
	text-align: center;
	margin-top: 10px;
	margin-left: 13px;
}

#take .typeList li:nth-child(3n+1){
	margin-left: 0;
}

#take .typeList img{
	width: 125px;
}

#take .typeList span{
	display: block;
	font-size: 11px;
	text-align: center;
}

/* 店舗
------------------------------------------------------- */
#shop .deco{
	display: block;
	width: 120px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}

#shop .deco img{
	width: 100%;
}

#shop .pop{
	text-align: center;
}

#shop .pop img{
	width: 100%;
	max-width: 800px;
}

#shop .link_shop{
	display: block;
	box-sizing: border-box;
	width: 48%;
	background:url("../img/window.png") right 15px center no-repeat, #000000;
	background-size: 16px;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
	transition: 0.3s;
	text-decoration: none;
	margin: 40px auto 0;
}
#shop .link_shop:hover{
	color: #ffff00;
}

#shop .link_btn{
	width: 48%;
	background:url("../img/window.png") right 15px center no-repeat, #b50510;
	background-size: 16px;
}

/* コピーライト
------------------------------------------------------- */
.copyright{
	background:#000000;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	padding:20px 0;
	text-align:center;
}

/* ページTOPへ
------------------------------------------------------- */
#page-top{
	width:50px;
	height:50px;
	position:fixed;
	right:10px;
	bottom:10px;
}
}

@media screen and (max-width:1199px){
/* メインビジュアル
-------------------------------------------------- */
.mainVisual{
	background: url("../img/head_bgi_l.png") left top no-repeat,
					url("../img/head_bgi_r.png") right bottom no-repeat,
					url("../img/main_bgi.gif");
	background-size: 30%;
	text-align: center;
	padding: 30px 0;
}

.mainVisual > span{
	display: block;
	text-align: center;
	padding: 0 10px;
}

.mainVisual > span img{
	width: 100%;
}

.mainVisual p{
	color: #ffffff;
	font-size: 15px;
	line-height: 1.6em;
	text-align: center;
	padding: 0 10px;
	text-shadow:0 0 3px #640000;
	margin-top: 10px;
}

.attention{
	box-sizing: border-box;
	background: #000000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 20px 10px;
}

.attention p{
	font-size: 14px;
	font-weight: 600;
}

.attention ul{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 10px auto 0;
}

.attention li{
	text-align: left;
	line-height: 1.6em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	margin-top: 5px;
}

.attention ul li::before{
	content: "※";
}

/* ナビ
------------------------------------------------------- */
.contentNav{
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 0;
}

.contentNav li{
	border-radius: 80px;
	box-shadow: 0 0 7px #7f010a;
	overflow: hidden;
	width: 49%;
	margin-bottom: 10px;
}

.contentNav.addition li{
	width: 100%;
	margin: 0 auto;
}

.contentNav li a{
	display: block;
	border-radius: 50px;
	width: 100%;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	padding: 13px 0;
	box-sizing: border-box;
	color: #333333;
    transition: 0.3s;
	text-decoration: none;
	text-indent: 1.5em;
}

.contentNav.addition li a{
	padding: 13px 0;
}

.contentNav li a:hover{
	color: #cc0000;
}

.contentNav li.soldout a{
	background: url("../img/icon_soldout.png") right 5% center no-repeat, #ffffff;
	background-size: 23%, auto;
	pointer-events: none;
	cursor: default;
}

.contentNav.addition li a p{
	font-size: 12px;
	color: #cc0000;
	text-shadow: none;
	text-indent: 0;
}

.contentNav li a span{
	position: relative;
	z-index: 1;
}

.contentNav li a span::before{
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	top: 50%;
	left: -18px;
	z-index: 3;
	transform: rotate(45deg);
	transition: 0.3s;
	margin-top: -6px;
}

.contentNav li a:hover span::before{
	border-right: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
}

.contentNav li.soldout a span::before{
	display: none;
}

/* 福袋
------------------------------------------------------- */
main{
	background: url("../img/main_bgi.gif");
	padding: 0;
}

section{
	padding: 20px 0;
}

.wrapBig{
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
	margin: 20px auto 0;
}

.wrapSmall{
	box-sizing:border-box;
	background:#ffffff;
	border-radius:30px;
	padding:20px 10px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.fukuroImg{
	width:200px;
	height:200px;
	margin:0 auto;
}

.fukuroImg img{
	width:100%;
}

.fukuroDetail p{
	margin-top:20px;
	font-size:14px;
	line-height:1.5em;
}

.fukuroDetail p.prize span{
	display: block;
	font-weight:bold;
	color: #bb0511;
}

.fukuroCart{
	margin-top:30px;
}

.fukuroDetail p.price{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #b50510;
	margin-top: 20px;
	text-align: center;
}

.fukuroDetail p.price span{
	font-size: 14px;
	vertical-align: baseline;
}

a.link_btn{
	display:block;
	width:90%;
	background:#b50510;
	color:#ffffff;
	font-size:14px;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	margin:10px auto 20px;
	border-radius: 6px;
	text-decoration: none;
}
a.link_btn:hover{
	background: #b50510;
	color: #ffff00;
}

a.link_btn span{
	position: relative;
}

a.link_btn span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -5px;
	transition: 0.3s;
}
a.link_btn:hover span:before{
	border-color: transparent transparent transparent #ffff00;
}

.fukuroPrize{
	margin-top:20px;
	border-top:1px solid #cccccc;
}

.fukuroPrize > p{
	display:table;
	background:url("../img/tokuten.png") left center no-repeat;
	background-size:60px 60px;
	margin-top:20px;
	padding-left:65px;
	font-size:14px;
	height:60px;
	vertical-align:middle;
}

.fukuroPrize > p span{
	color:#cc0000;
	text-decoration:underline;
}

.slick-prev::before, .slick-next::before{
	color:#000000 !important;
}

.slick-prev, .slick-next{
	top: 6.5% !important;
	z-index: 10;
}

.slick-next{
	right: 10px !important;
}

.slick-prev{
	left: 10px !important;
}

.slick-prev:before, .slick-next:before{
	opacity: 1;
}

/* 極上
------------------------------------------------------- */
#gokujo .prize_img,
#gokujo2 .prize_img{
	display: block;
	text-align: center;
	margin-top: 20px;
}

#gokujo .prize_img img,
#gokujo2 .prize_img img{
	width: 100%;
}

/* 松
------------------------------------------------------- */
#matu .typeFlex{
	margin-top:10px;
	padding:0;
}

#matu .typeList{
	width:100%;
}

#matu .typeList:last-child{
	border-right:none;
}

#matu .typeList h3{
	font-size:14px;
	font-weight:bold;
	margin-top: 20px;
	background: #efefef;
	text-align: center;
	padding: 10px 0;
}

#matu .typeList ul{
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	width: 95%;
	margin: 0 auto 20px;
}

#matu .typeList li{
	width:31%;
	text-align:center;
	margin-top:20px;
}

#matu .typeList img{
	width:100%;
}

#matu .typeList span{
	display: none;
	font-size:14px;
	text-align:center;
	margin-top: 5px;
}

#matu .typeList span sub{
	padding-left: 3px;
	font-size: 12px;
}

.prize_board{
	box-sizing: border-box;
	width: 100%;
	padding-top: 20px;
	margin: 20px auto 0;
	border-top: 1px solid #cccccc;
}

.flexLeft{
	display: flex;
	align-items: center;
}

.flexLeft p{
	font-weight: 600;
	font-size: 14px;
}

.flexLeft p:nth-child(2){
	margin-left: 5px;
}

.flexLeft p span{
	display: block;
	font-size: 20px;
	font-weight: 800;
	color: #cc0000;
}

.flexLeft p img{
	width: 100%;
	max-width: 60px;
}

.flexRight{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	margin-top: 10px;
}

.flexRight span:nth-child(2){
	margin: 0 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.flexRight img{
		width: 100%;
		max-width: 130px;
}

/* 竹
------------------------------------------------------- */
#take .typeFlex{
	margin-top:10px;
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	padding:0 30px;
}

#take .typeList{
	width:100%;
}

#take .typeList:last-child{
	border-right:none;
}

#take .typeList h3{
	font-size:14px;
	font-weight:bold;
}

#take .typeList ul{
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
}

#take .typeList li{
	width:48%;
	text-align:center;
	margin-top:10px;
}

#take .typeList img{
	width:100%;
}

#take .typeList span{
	display:block;
	font-size:12px;
	text-align:center;
}

/* 店舗
------------------------------------------------------- */
#shop .wrapSmall{
	position: relative;
}

#shop .deco{
	display: block;
	width: 100px;
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 10;
}

#shop .deco img{
	width: 100%;
}

#shop .pop{
	text-align: center;
}

#shop .pop img{
	width: 90%;
}

#shop .link_shop{
	display: block;
	box-sizing: border-box;
	width: 90%;
	background:url("../img/window.png") right 15px center no-repeat, #000000;
	background-size: 14px;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
	transition: 0.3s;
	margin: 20px auto 0;
	text-decoration: none;
}
#shop .link_shop:hover{
	color: #ffff00;
}

#shop .link_btn{
	width: 90%;
	background:url("../img/window.png") right 15px center no-repeat, #b50510;
	background-size: 14px;
	margin-top: 20px;
}

/* コピーライト
------------------------------------------------------- */
.copyright{
	background:#000000;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	padding:20px 0;
	text-align:center;
	margin-top: 0;
}



/* ページTOPへ
------------------------------------------------------- */
#page-top{
	width:50px;
	height:50px;
	position:fixed;
	right:10px;
	bottom:10px;
}



/* タブ（松）
------------------------------------------------------- */
.cp_tab,
.take_tab{
	width:100%;
	margin:20px auto 0;
	background:#fff;
}
.cp_tab > input[type='radio'],
.take_tab > input[type='radio']{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.cp_tabpanel {
	display: none;
}

.cp_tabpanel img{
	width:100%;
}

.cp_tabpanel > ul{
	padding:0 20px;
}

.cp_tabpanel span{
	display:block;
	text-align:center;
	font-size:12px;
}

.cp_tabpanels{
	clear:both;
	padding:20px 0 0;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5){
	display: block;
}

.take_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.take_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.take_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.take_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.take_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5){
	display: block;
}

label{
	box-sizing:border-box;
	width:32%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	float:left;
	margin-left:1%;
	margin-bottom:1%;
	border:1px solid #ccc;
	color:#ccc;
}

input:checked + label{
	border:1px solid #000;
	color:#000;
}

.typeNum{
	box-sizing:border-box;
	width:100%;
	background:#fff;
	margin:0;
	padding:5px;
}

.slick-dots{padding:10px 0 0 !important;}
.slick-dots li{margin:0 1% !important;}
.cp_tabpanel .slick-dots{margin-left:-20px;}

.slick-dots li button::before{
	font-size:12px !important;
	background:#000 !important;
	border-radius:50% !important;
	content:"" !important;
	width:12px !important;
	height:12px !important;
}

.slick-prev:before{
	content:"←" !important;
}

.slick-next:before{
	content:"→" !important;
}


}