/* **************************************************************** *
 * @desc@ ブロッコリーくじ＞パンどろぼう
 * @edit@ 2023/11/13
 * **************************************************************** */

body {
	background: #fdfcf8;
	color: #6a3906;
	font-size: 1.6rem;
	line-height: 1.8em;
	font-family: YakuHanJP, "dnp-shuei-mgothic-std", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	transition: all 0.4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

a {
	outline: none;
	color: #c30d2e;
	text-decoration: underline;
	transition: all 0.4s;
}

a:hover {
	text-decoration: none;
}

a img {
	transition: all 0.4s;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img {
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

rt {
	transform: translateY(0.2em);
}

.emColor01 {
	color: #c20d30 !important;
}

.emColor02 {
	color: #ffe62c !important;
}

.bold {
	font-weight: 700 !important;
}

.under {
	text-decoration: underline;
}

.dis {
	text-decoration: line-through;
}

.jp {
	font-family: YakuHanJP, "dnp-shuei-mgothic-std", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.brace {
	text-indent: -0.5em;
}

.mgtHp {
	margin-top: 14px !important;
}

.mgt1p {
	margin-top: 28px !important;
}

.mgt1Hp {
	margin-top: 42px !important;
}

.mgt2p {
	margin-top: 56px !important;
}

.mgt3p {
	margin-top: 84px !important;
}

.fsS {
	font-size: 0.85em !important;
	line-height: 1.8em !important;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

ul.def {
	font-size: inherit;
	line-height: 1.5em;
	text-align: left;
}

ul.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1em;
}

ul.def > li::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

ul.def.disc > li::before {
	content: "・";
}

ul.def.asta > li::before {
	content: "※";
}

.scrollShowTarget {
	transform: translateX(-100vw);
	transition: all 0.4s, transform 0.6s cubic-bezier(0.18, 1.36, 0.56, 0.96);
}

.scrollShowTarget.scrollShow {
	transform: translateX(0);
}

#Wrap {
	overflow: hidden;
	transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
}

body.hide #Wrap {
	opacity: 0;
}

main {
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
	width: auto;
}

main > section {
	margin: 180px 0;
	padding: 0 40px;
}

main > section > div {
	margin: 0 auto;
	max-width: 1020px;
}

main > section > div > h1 {
	color: #c30d2e;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 700;
}

main > header {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	background: #ffe62c;
	line-height: 0;
	text-align: center;
}

main > #Outline table {
	text-align: left;
	width: 100%;
}

main > #Outline table > tbody > tr {
	position: relative;
	z-index: 1;
}

main > #Outline table > tbody > tr:first-child > th::before,
main > #Outline table > tbody > tr > th::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	border-top: 2px dotted #c30d23;
}

main > #Outline table > tbody > tr:first-child > th::before {
	top: 0;
	bottom: auto;
}

main > #Outline table th,
main > #Outline table td {
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.2em;
	vertical-align: middle;
}

main > #Outline table th {
	width: calc(11em + 2px);
	color: #c30d2e;
	font-weight: 700;
}

main > #Outline .note {
	margin-top: 12px;
	font-size: 1em;
	line-height: 1.4em;
}

main > #Visual .visual-slider .slick-list {
	border: 3px solid #6a3906;
	border-radius: 10px;
}

main > #Visual .visual-slider .slick-arrow {
	outline: none;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 1000;
	border: none;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	background-color: #c30d23;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
}

main > #Visual .visual-slider .slick-arrow.slick-prev {
	left: -25px;
	background-image: url(../img/ico_arrow_prev.png);
}

main > #Visual .visual-slider .slick-arrow.slick-next {
	right: -25px;
	background-image: url(../img/ico_arrow_next.png);
}

.slick-slide {
	line-height: 0;
}

/* ▽dotsを丸くカスタマイズ */

.dots-wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.dots-wrap li {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #c30d23;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.3;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
	opacity: 1;
}

.dots-wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

main > #Lineup .list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: left;
}

main > #Lineup .list > article {
	box-sizing: border-box;
	margin: 0;
	border: 3px solid #6a3906;
	border-radius: 10px;
	padding: 22px 15px;
	width: 30.4%;
}

main > #Lineup .list > article:not(:nth-of-type(3n+1)) {
	margin-left: 4.4%;
}

main > #Lineup .list > article:nth-of-type(n+4) {
	margin-top: 50px;
}

main > #Lineup .list > article .pic { /*border:1px solid $clTxt;*/
	text-align: center;
}

main > #Lineup .list > article .slick-dots {
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 1000;
	width: 100%;
	line-height: 0;
	text-align: center;
}

main > #Lineup .list > article .slick-dots > li {
	opacity: 0.3;
	display: inline-block;
	margin: 0 2px;
	transition: opacity 0.4s;
}

main > #Lineup .list > article .slick-dots > li.slick-active {
	opacity: 1;
}

main > #Lineup .list > article .slick-dots > li button {
	overflow: hidden;
	margin: 0;
	border: none;
	border-radius: 20px;
	padding: 0;
	width: 11px;
	height: 11px;
	background: #c30d23;
	font-size: 1px;
	text-indent: -9999px;
}

main > #Lineup .list > article .cont_inner > h1 {
	margin-top: 30px;
}

main > #Lineup .list > article .cont_inner > h1 .prize {
	display: block;
	margin-bottom: 15px;
	border-radius: 100px;
	padding: 4px 30px 6px;
	background: #c30d23;
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: -0.15em;
	text-indent: -0.15em;
	text-align: center;
	vertical-align: bottom;
}

main > #Lineup .list > article .cont_inner > h1 .prize > span {
	display: inline-block;
	margin: 0 0 0 0.5em;
	font-size: 0.7em;
	line-height: 1em;
	transform: translateY(-0.1em);
}

main > #Lineup .list > article .cont_inner > h1 .name {
	display: block;
	color: #c30d2e;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin-bottom: 0.8em;
}

main > #Lineup .list > article .cont_inner p {
	margin-top: 0.6em;
	font-size: 0.95em;
	line-height: 1.4em;
}

main > #Lineup .list > article .cont_inner .note { /*opacity:0.8;*/
	margin-top: 8px; /*font-size:0.8em;*/
	line-height: 1.8em;
}

main > #Lineup .list #item-last {
	width: 100%;
	display: flex;
	padding: 50px 40px 50px 50px;
}

main > #Lineup .list #item-last .pic {
	width: 50%;
}

main > #Lineup .list #item-last .cont_inner {
	padding-left: 40px;
}

main > #Lineup .list #item-last .cont_inner > h1 {
	margin-top: 0;
}

main > #Lineup .list #item-last .cont_inner > h1 .prize {
	display: inline-block;
	padding: 4px 50px 6px;
	letter-spacing: 0em;
}

main > #Lineup .list #item-last .cont_inner > h1 .name {
	letter-spacing: 0em;
	padding-left: 10px;
}

main > #Lineup .list #item-last .cont_inner p {
	font-size: 1.05em;
}

main > #Lineup .list #item-last .cont_inner .note {
	letter-spacing: -0.05em;
	font-size: 0.8em;
}

main > #Lineup .list #item-last .cont_inner ul > li {
	font-size: 1.2em;
}

main > #Shop .lead {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 30px;
	font-size: 1.6em;
	line-height: 1.2em;
}

main > #Shop dl.shops {
	text-align: left;
}

main > #Shop dl.shops > dt {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	border-width: 1px;
	padding: 25px 40px;
	background: #fff;
	font-weight: 700;
	cursor: pointer;
}

main > #Shop dl.shops > dt .l {
	display: inline-block;
	margin-right: 0.3em;
	font-size: 1.8em;
	line-height: 1em;
	vertical-align: middle;
}

main > #Shop dl.shops > dt .s {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1em;
	vertical-align: middle;
}

main > #Shop dl.shops > dt .oc {
	position: absolute;
	top: calc(50% - 12px);
	right: 45px;
	z-index: 2;
	width: 24px;
	height: 24px;
	transition: all 0.4s;
}

main > #Shop dl.shops > dt .oc::before,
main > #Shop dl.shops > dt .oc::after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 2.5px);
	width: 100%;
	height: 5px;
	background: #c30d23;
	transition: all 0.4s;
}

main > #Shop dl.shops > dt .oc::before {
	transform: rotate(-270deg);
}

main > #Shop dl.shops > dt:hover {
	background: #ffe62c;
}

main > #Shop dl.shops > dt:hover .oc {
	transform: scale(1.2);
}

main > #Shop dl.shops > dt.open .oc::before {
	transform: rotate(0);
}

main > #Shop dl.shops > dd {
	display: none;
	background: #fff;
	font-size: 1em;
	line-height: 1.2em;
}

main > #Shop dl.shops > dd > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
}

main > #Shop dl.shops > dd > ul > li {
	display: flex;
	border-width: 0 0 2px;
	border-style: dotted;
	border-color: #6a3906;
}

main > #Shop dl.shops > dd > ul > li:last-child {
	border-width: 0;
}

main > #Shop dl.shops > dd > ul > li > p {
	box-sizing: border-box;
	display: table-cell; /*border-width:0 0 2px;
	border-style:dotted;
	border-color:$clTxt;*/
	padding: 10px 40px;
	vertical-align: middle;
}

main > #Shop dl.shops > dd > ul > li .name {
	width: 40%;
	color: #c30d2e;
	font-weight: 700;
}

main > #Shop dl.shops > dd > ul > li .name > span {
	display: inline-block;
}

main > #Shop dl.shops > dd > ul > li .add {
	font-size: 0.9em;
	line-height: 1.2em;
}

main > #Shop dl.shops > dd > ul > li.end .name > span {
	opacity: 0.5;
	color: #999;
	text-decoration: line-through;
}

main > #Shop dl.shops > dd > ul > li.end .name::after {
	content: "※終了いたしました。";
	display: block;
	margin-top: 4px;
	color: #c30d2e;
	font-size: 0.8em;
	line-height: 1.2em;
}

.pagetop > a {
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	height: 70px;
	background: #c30d23;
	color: #ffe62c;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 700;
	text-decoration: none !important;
	text-align: center;
	transition: all 0.2s ease-out;
}

.pagetop > a:hover {
	font-size: 2em;
	line-height: 1em;
}

#Wrap > footer {
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	padding: 100px 40px;
	background: #ffe62c;
	color: #c30d2e;
	text-align: left;
}

#Wrap > footer > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1020px;
}

#Wrap > footer > div > div {
	width: 59%;
}

#Wrap > footer > div > ul.logo {
	width: 35.3%;
}

#Wrap > footer dl.share {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

#Wrap > footer dl.share > dt {
	margin-right: 10px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 700;
}

#Wrap > footer dl.share > dd > ul {
	display: flex;
	flex-flow: row nowrap;
}

#Wrap > footer dl.share > dd > ul > li {
	margin-left: 10px;
	line-height: 0;
}

#Wrap > footer dl.share > dd > ul > li a {
	display: block;
	width: 30px;
}

#Wrap > footer dl.share > dd > ul > li a img {
	display: block;
}

#Wrap > footer dl.share > dd > ul > li a:hover img {
	transform: scale(1.2);
}

#Wrap > footer .copy {
	margin-top: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#Wrap > footer .logos {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#Wrap > footer .logos > li {
	width: calc((100% - 20px) / 2);
}

#Wrap > footer .logos a {
	display: block;
}

#Wrap > footer .logos a img {
	display: block;
}

#Wrap > footer .logos a:hover img {
	transform: scale(1.1);
}

body.modal {
	overflow: hidden;
}

.modalPic,
[data-modal-pic],
[data-modal-page] {
	cursor: pointer;
}

img.modalPic {
	transition: opacity 0.4s;
}

img.modalPic:hover {
	opacity: 0.6;
}

#Popup {
	display: none;
}

#Modal {
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: ceter;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 58000;
	width: 100%;
	height: 100%;
	background: rgba(255, 230, 44, 0.95);
}

#Modal > .inner {
	box-sizing: border-box;
	opacity: 0;
	overflow: auto;
	position: relative;
	z-index: 10;
	padding: 100px 50px;
	width: 100%;
	max-height: 100%;
	transition: all 0.4s;
	transform: translateY(2%);
}

#Modal > .inner.show {
	opacity: 1;
	transform: translateY(0);
}

#Modal .close {
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2000;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	background: #c30d23;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

#Modal .close::before,
#Modal .close::after {
	content: "";
	position: absolute;
	left: 24%;
	top: calc(50% - 2px);
	border-radius: 3px;
	width: 52%;
	height: 4px;
	background: #fff;
	transition: all 0.4s ease-out;
}

#Modal .close::before {
	transform: rotate(-45deg);
}

#Modal .close::after {
	transform: rotate(45deg);
}

#Modal .close:hover {
	transform: scale(1.05);
}

#Modal .pictBox {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border: 2px solid #c30d23;
	width: auto;
	max-width: 540px;
	line-height: 0;
	background: #fff;
}

#Modal .inlineBox {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 50px 0;
	padding: 50px 40px;
	background: #fff;
}

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

.sp {
	display: none !important;
}

}

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

body {
	font-size: 2.6rem;
	line-height: 1.8em;
}

a:hover {
	text-decoration: underline;
}

.pc {
	display: none !important;
}

.fsS {
	font-size: 0.9em !important;
	line-height: 1.8em !important;
}

main > section {
	margin: 160px 0; /*padding:0 60px;*/
}

main > section > div > h1 {
	font-size: 2em;
	line-height: 1.2em;
}

main > #Outline table {
	display: block;
	width: auto;
}

main > #Outline table tbody,
main > #Outline table tr,
main > #Outline table th,
main > #Outline table td {
	display: block;
}

main > #Outline table tr {
	padding: 15px 0;
}

main > #Outline table th,
main > #Outline table td {
	padding: 0;
}

main > #Outline table th {
	margin-bottom: 10px;
	width: auto;
}

main > #Outline .note {
	margin-top: 15px;
	font-size: 0.8em;
	line-height: 1.8em;
}

.dots-wrap li {
	width: 19px;
	height: 19px;
}

main > #Lineup .list > article {
	margin-left: 0 !important;
	width: 320px;
	background: #fff;
}

main > #Lineup .list > article:nth-of-type(even) {
	margin-left: 28px !important;
}

main > #Lineup .list > article:nth-of-type(n+3) {
	margin-top: 30px;
}

main > #Lineup .list > article .slick-dots > li button {
	width: 17px;
	height: 17px;
}

main > #Lineup .list > article .slick-dots > li {
	margin: 0 4px;
}

main > #Lineup .list > article .cont_inner > h1 {
	margin-top: 20px;
}

main > #Lineup .list > article .cont_inner > h1 .prize {
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1em;
}

main > #Lineup .list > article .cont_inner > h1 .name {
	font-size: 1.1em;
	line-height: 1.2em;
}

main > #Lineup .list > article .cont_inner p {
	font-size: 0.65em;
	line-height: 1.4em;
}

main > #Lineup .list > article .cont_inner .note {
	margin-top: 12px;
	font-size: 0.6em;
	line-height: 1.6em;
}

main > #Lineup .list #item-last {
	flex-direction: column;
	padding: 25px 40px 40px;
}

main > #Lineup .list #item-last .pic {
	width: 100%;
}

main > #Lineup .list #item-last .cont_inner {
	padding-left: 0;
}

main > #Lineup .list #item-last .cont_inner > h1 .prize {
	padding: 12px 50px 13px;
	width: 440px;
	font-size: 1.5em;
}

main > #Lineup .list #item-last .cont_inner > h1 .name {
	font-size: 1.3em;
	padding-left: 0;
}

main > #Lineup .list #item-last .cont_inner p {
	font-size: 0.85em;
}

main > #Lineup .list #item-last .cont_inner .note {
	font-size: 0.85em;
}

main > #Lineup .list #item-last .cont_inner ul > li {
	font-size: 1em;
}

main > #Shop .lead {
	font-size: 1em;
	line-height: 1.2em;
}

main > #Shop dl.shops > dt {
	margin-top: 40px;
}

main > #Shop dl.shops > dt .l {
	display: block;
	margin-right: 0;
	font-size: 3.2rem;
	line-height: 1em;
}

main > #Shop dl.shops > dt .s {
	display: block;
	margin-top: 10px;
	font-size: 2rem;
	line-height: 1em;
}

main > #Shop dl.shops > dt .oc {
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
}

main > #Shop dl.shops > dt .oc::before,
main > #Shop dl.shops > dt .oc::after {
	top: calc(50% - 4px);
	height: 8px;
}

main > #Shop dl.shops > dt:hover {
	background: #fff;
}

main > #Shop dl.shops > dt:hover .oc {
	transform: scale(1);
}

main > #Shop dl.shops > dd {
	font-size: 0.9em;
	line-height: 1.6em;
}

main > #Shop dl.shops > dd > ul {
	display: block;
}

main > #Shop dl.shops > dd > ul > li {
	display: block;
	border-width: 0 0 3px;
	border-style: dotted;
	border-color: #6a3906;
	padding: 15px 30px; /*&:first-child{border-width:3px 0;}*/
}

main > #Shop dl.shops > dd > ul > li:last-child {
	border-width: 0;
}

main > #Shop dl.shops > dd > ul > li > p {
	display: block;
	border: none;
	padding: 0;
}

main > #Shop dl.shops > dd > ul > li .name {
	width: auto;
}

main > #Shop dl.shops > dd > ul > li .add {
	font-size: 1em;
	line-height: 1.2em;
}

main > #Shop dl.shops > dd > ul > li.end .name::after {
	display: none;
}

main > #Shop dl.shops > dd > ul > li.end .add::after {
	content: "※終了いたしました。";
	display: block;
	margin-top: 5px;
	color: #c30d2e;
	font-size: 0.8em;
	line-height: 1.2em;
}

.pagetop > a {
	font-size: 1.1em;
	line-height: 1em;
}

.pagetop > a:hover {
	font-size: 1.1em;
	line-height: 1em;
}

#Wrap > footer {
	padding: 50px 50px 80px;
	text-align: center;
}

#Wrap > footer > div {
	display: block;
}

#Wrap > footer > div > div,
#Wrap > footer > div > ul.logo {
	width: auto;
}

#Wrap > footer dl.share {
	justify-content: center;
}

#Wrap > footer dl.share > dt {
	font-size: 1.5em;
	line-height: 1em;
}

#Wrap > footer dl.share > dd > ul > li {
	margin-left: 20px;
}

#Wrap > footer dl.share > dd > ul > li a {
	width: 60px;
}

#Wrap > footer dl.share > dd > ul > li a:hover img {
	transform: scale(1);
}

#Wrap > footer .copy {
	margin-top: 40px;
	font-size: 0.5em;
	line-height: 1.4em;
}

#Wrap > footer .logos {
	justify-content: center;
	margin-top: 50px;
}

#Wrap > footer .logos > li {
	width: auto;
}

#Wrap > footer .logos > li:nth-of-type(2) {
	margin-left: 50px;
}

#Wrap > footer .logos a {
	display: inline-block;
}

#Wrap > footer .logos a:hover img {
	transform: scale(1);
}

img.modalPic:hover {
	opacity: 1;
}

#Modal > .inner {
	padding: 200px 0;
}

#Modal .close {
	right: 40px;
	top: 40px;
	width: 100px;
	height: 100px;
}

#Modal .close::before,
#Modal .close::after {
	top: calc(50% - 3px);
	height: 6px;
}

#Modal .close:hover {
	transform: scale(1);
}

#Modal .pictBox {
	max-width: 100%;
}

#Modal .inlineBox {
	padding: 80px 40px;
}

}


/*# sourceMappingURL=../map/style.css.map */
