@charset "shift_jis";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

/* ========== ========== ========== ==========
	共通
========== ========== ========== ========== */

.christmas__wrap,
.christmas__wrap *, 
.christmas__wrap *:before, 
.christmas__wrap *:after {
	box-sizing: border-box;
}

.christmas__wrap h1, .christmas__wrap h2, 
.christmas__wrap h3, .christmas__wrap h4,
.christmas__wrap h5, .christmas__wrap h6,
.christmas__wrap p {
	margin: 0;
	padding: 0;
}

.christmas__wrap, .christmas__wrap * {
    color: #222222;
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

.christmas__wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.christmas__wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

.christmas__wrap a,
.christmas__wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

.christmas__wrap a:hover {
	opacity: 0.5;
}

.christmas__wrap strong {
	font-size: inherit;
	font-weight: bold;
}

.christmas__wrap span {
	display: inline-block;
    color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

html, body {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1000px) {
	.christmas__wrap, .christmas__wrap * {
		font-size: 1.6vw;
	}
}
@media only screen and (max-width: 720px) {
	.christmas__wrap, .christmas__wrap * {
		font-size: 2.0vw;
	}
}
@media only screen and (max-width: 680px) {
	.christmas__wrap, .christmas__wrap * {
		font-size: 3.0vw;
	}
}



/* ========== ========== ========== ==========
	.christmas__wrap
========== ========== ========== ========== */

.christmas__wrap {
    min-height: 100vh;
    padding-bottom: 3.75em;
    position: relative;
}



/* ========== ========== ========== ==========
	.christmas__head
========== ========== ========== ========== */

.christmas__head {
    background-color: #9f2523;
}
.christmas__head .head__inner {
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    padding: 1em 0;
}
.christmas__head .head__inner .logo {
    width: 10em;
    height: auto;
}
@media only screen and (max-width: 1000px) {
    .christmas__head .head__inner {
        padding: 1em;
    }
}



/* ========== ========== ========== ==========
	.christmas__breadcrumb
========== ========== ========== ========== */

.christmas__breadcrumb {
    background-color: #eeeeee;
}
.christmas__breadcrumb .breadcrumb__inner {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.christmas__breadcrumb .breadcrumb__inner .breadcrumb__list {
	display: flex;
	list-style-type: none;
}
.christmas__breadcrumb .breadcrumb__inner .breadcrumb__list .item {
	display: block;
}
.christmas__breadcrumb .breadcrumb__inner .breadcrumb__list .item:after {
    content: "〉";
    margin: 0 0.5em;
	color: #aaaaaa;
}
@media only screen and (max-width: 1000px) {
    .christmas__breadcrumb .breadcrumb__inner {
        padding: 1em;
    }
}



/* ========== ========== ========== ==========
	.christmas__body
========== ========== ========== ========== */

.christmas__body {
	padding-bottom: 4em;
}
.christmas__body p > a {
	color: #6a92ce;
	text-decoration: underline;
}
.christmas__body hr {
	height: 18px;
	margin: 4em auto;
	background: url("../images/img_hr_01.png") center center no-repeat;
	border: 0;
}
.christmas__body p:not(:first-of-type) {
	margin-top: 1em;
}
.christmas__body .btn {
	display: block;
	margin-top: 2em;
	padding: 1em;
	background-color: #ce6a6a;
	border-radius: 0.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.christmas__body a.btn::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}



/* ========== ========== ========== ==========
	.body__head
========== ========== ========== ========== */

.body__head .slider {
	/*background-color: #fceef2;*/
	background-color:#fff;
}
.body__head .slider .item {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.body__head .head__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 4em 0 0;
}
.body__head .head__inner .event_logo {
	text-align: center;
	margin-bottom:0.5em;
}
.body__head .head__inner h2.ttl {
	color: #004862;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.body__head .head__inner h2.ttl .main {
	line-height: 1;
}
.body__head .head__inner h2.ttl .s_ttl {
	display: block;
	color: #004862;
	font-size: 0.8em;
}
.body__head .head__inner .info {
	margin-top:1em;
	font-size:1.2em;
	text-align:center;
	line-height:1.2;
	font-weight:600;
	line-height:1.5;
}
.body__head .head__inner .info_2 {
	text-align:center;
}
@media only screen and (max-width: 1000px) {
	.body__head .head__inner {
		padding: 4em 2em 0;
	}
}
@media only screen and (max-width: 680px) {
	.body__head .head__inner h2.ttl {
		font-size: 2.5em;
	}
	
	.body__head .head__inner .info {
		text-align:left;
		font-size:1em;
	}
	.body__head .head__inner .info_2 {
		text-align:center;
	}
}



/* ========== ========== ========== ==========
	.body__main
========== ========== ========== ========== */

.body__main .section {
	margin-top: 4em;
}
.body__main .section .section__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
@media only screen and (max-width: 1000px) {
	.body__main .section .section__inner {
		padding: 0 2em;
	}
}



/* ========== ========== ========== ==========
	.section--information
========== ========== ========== ========== */

.section--information .information__wrap {
	padding: 2em;
	background-color: #eeeeee;
}
.section--information h2.ttl {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	padding-bottom: 1em;
	border-top: 0;
	border-bottom: 1px dotted #222222;
	color: #222222;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
}
.section--information h2.ttl .sub {
	margin-left: 0.5em;
	font-size: 0.75em;
}
.section--information .information__list .item .date {
	margin-right: 1em;
	padding: 0.125em 1em;
	background-color: #ce6a6a;
	border-radius: 100vh;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
}
.section--information .information__list .item:not(:first-of-type) {
	margin-top: 0.5em;
}
@media only screen and (max-width: 480px) {
	.section--information .information__list .item .date {
		display: block;
		margin-bottom: 0.5em;
	}
	.section--information .information__list .item:not(:first-of-type) {
		margin-top: 1em;
	}
}



/* ========== ========== ========== ==========
	.section--navigation
========== ========== ========== ========== */

.section--navigation .nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section--navigation .nav__list .item {
	display: flex;
	justify-content: space-between;
	width: 49%;
	min-height: 8em;
	border: 2px solid #931d22;
}
.section--navigation .nav__list .item:nth-child(n+3) {
	margin-top: 1em;
}
.section--navigation .nav__list .item .item__img {
	content: "";
	width: 30%;
}
.section--navigation .nav__list .item:nth-child(1) .item__img {
	background: #eee5d5 url("../images/info_01.png") center center no-repeat;
	background-size: contain;
}
.section--navigation .nav__list .item:nth-child(2) .item__img {
	background: #eee5d5 url("../images/info_02.png") center center no-repeat;
	/*background-size: contain;*/
}
.section--navigation .nav__list .item:nth-child(3) .item__img {
	background: #eee5d5 url("../images/info_04.png") center center no-repeat;
	/*background-size: contain;*/
}
.section--navigation .nav__list .item:nth-child(4) .item__img {
	background: #eee5d5 url("../images/info_03.png") center center no-repeat;
	background-size: contain;
}
.section--navigation .nav__list .item:nth-child(5) .item__img {
	background: #eee5d5 url("../images/info_05.png") center center no-repeat;
	background-size: contain;
}
.section--navigation .nav__list .item:nth-child(6) .item__img {
	background: #eee5d5 url("../images/info_06.png") center center no-repeat;
	background-size: contain;
}
.section--navigation .nav__list .item:nth-child(7) .item__img {
	background: #eee5d5 url("../images/info_07.png") center center no-repeat;
	background-size: contain;
}
.section--navigation .nav__list .item:nth-child(8) .item__img {
	background: #eee5d5 url("../images/info_08.png") center center no-repeat;
	background-size: contain;
}
.section--navigation .nav__list .item:nth-child(9) .item__img {
	background: #eee5d5 url("../images/info_09.png") center center no-repeat;
	background-size: contain;
}
.section--navigation .nav__list .item__txt {
	padding: 2em;
	width: 70%;
}
.section--navigation .nav__list .item__txt .ttl {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 2px dotted #222222;
	font-size: 1.25em;
	font-weight: bold;
}
.section--navigation .nav__list .item__txt .txt {
	font-size: 0.9em;
}
@media only screen and (max-width: 720px) {
	.section--navigation .nav__list .item {
		width: 100%;
	}
	.section--navigation .nav__list .item:nth-child(n+2) {
		margin-top: 1em;
	}
}



/* ========== ========== ========== ========== ==========
	.section--eventEntryNavigation
========== ========== ========== ========== ========== */

.section--eventEntryNavigation .index__list .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 1em 3em 1em 0;
	border-top: 2px solid #222222;
	position: relative;
}
.section--eventEntryNavigation .index__list .item.item--cs .absolute {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	color: #ce6a6a;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.section--eventEntryNavigation .index__list .item:last-child {
	border-bottom: 2px solid #222222;
}
.section--eventEntryNavigation .index__list a.item::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #222222;
	border-right: 4px solid #222222;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.section--eventEntryNavigation .index__list .item .item__num {
	flex-shrink: 0;
}

.section--eventEntryNavigation .index__list .item .item__num .num {
	color: #004862;
	font-size: 3em;
	font-weight: bold;
}

.section--eventEntryNavigation .index__list .item .item__txt {
	width: 85%;
	flex-shrink: 1;
}
.section--eventEntryNavigation .index__list .item .item__txt .ttl {
	font-size: 2.5em;
	font-weight: bold;
	color:#004862;
	line-height:1.0;
}
.section--eventEntryNavigation .index__list .item .item__txt .ttl_s {
	font-size: 2em;
	font-weight: 600;
	color:#c30d23;
}


/*.section--eventEntryNavigation .index__list .item .item__txt .txt:not(:first-of-type) {
	margin-top: 1em;
}*/
@media only screen and (max-width: 720px) {
	.section--eventEntryNavigation .index__list .item {
		padding: 2em 3em 2em 0;
	}
	.section--eventEntryNavigation .index__list .item .item__num .num {
		font-size: 3em;
	}
	.section--eventEntryNavigation .index__list .item .item__txt .ttl {
		font-size: 2em;
	}
}
@media only screen and (max-width: 680px) {
	.section--eventEntryNavigation .index__list .item {
		padding: 1em 0em 1em 0;
	}
	.section--eventEntryNavigation .index__list .item .item__num {
		display: none;
	}
	.section--eventEntryNavigation .index__list .item .item__txt {
		width: 100%;
	}

	.section--eventEntryNavigation .index__list .item .item__txt .num {
		display: inline-block;
		color: #004862;
		margin-right: 0.5em;
		font-weight: bold;
		font-size:1.2em;
	}
	.section--eventEntryNavigation .index__list .item .item__txt .num_event {
		background-color:#004862;
		color: #fff;
		font-weight: bold;
		padding:0.3em 0.5em;
		display:inline;
		margin:0.2em 0.3em;
		font-size:0.8em;
		}
	.section--eventEntryNavigation .index__list .item .item__txt .ttl {
		display: inline;
		font-size:1.2em;
	}
	.section--eventEntryNavigation .index__list .item .item__txt .t_txt {
	font-size: 1em;
}
}



/* ========== ========== ========== ========== ==========
	.section--eventlalala
========== ========== ========== ========== ========== */



.section--eventlalala .index__list h2.ttl {
	color: #004862;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}


.section--eventlalala .index__list .item {
	display: flex;
	flex-wrap: wrap;
	margin:1em;
	position: relative;
}

.section--eventlalala .index__list .item .item__txt {
	width: 100%;
	flex-shrink: 1;
}
.section--eventlalala .index__list .item .item__txt .ttl {
	font-size: 1.5em;
	font-weight: bold;
	color:#c30d23;
	line-height:1.0;
	padding-top:2em;
}
.section--eventlalala .index__list .item .item__txt .ttl_s {
	font-size: 2em;
	font-weight: 600;
	color:#c30d23;
}


/*.section--eventEntryNavigation .index__list .item .item__txt .txt:not(:first-of-type) {
	margin-top: 1em;
}*/
@media only screen and (max-width: 720px) {
	.section--eventlalala .index__list .item {
		padding: 2em 3em 2em 0;
	}
	.section--eventlalala .index__list .item .item__txt .ttl {
		font-size: 2em;
	}
}
@media only screen and (max-width: 680px) {
	.section--eventlalala .index__list .item {
		padding: 1em 0em 1em 0;
	}
	.section--eventEntryNavigation .index__list .item .item__txt {
		width: 100%;
	}
	.section--eventlalala .index__list .item .item__txt .ttl {
		display: inline;
		font-size:1.2em;
	}
	.section--eventlalala .index__list .item .item__txt .t_txt {
	font-size: 1em;
}
}









/* ========== ========== ========== ========== ==========
	.section--eventEntryNavigation
========== ========== ========== ========== ========== */

.section--eventEntryNavigation .entry__list .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 1em 3em 3em 0;
	border-top: 2px solid #222222;
	position: relative;
}
.section--eventEntryNavigation .entry__list .item.item--cs .absolute {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	color: #ce6a6a;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.section--eventEntryNavigation .entry__list .item:last-child {
	border-bottom: 2px solid #222222;
}
.section--eventEntryNavigation .entry__list a.item::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #222222;
	border-right: 4px solid #222222;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.section--eventEntryNavigation .entry__list .item .item__num {
	flex-shrink: 0;
}
.section--eventEntryNavigation .entry__list .item .item__num .num_event {
	background-color:#004862;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding:0.3em 0.5em;
}
.section--eventEntryNavigation .entry__list .item .item__num .num {
	color: #004862;
	font-size: 1.5em;
	font-weight: bold;
}

.section--eventEntryNavigation .entry__list .item .item__txt {
	width: 85%;
	flex-shrink: 1;
}
.section--eventEntryNavigation .entry__list .item .item__txt .num {
	display: none;
}
.section--eventEntryNavigation .entry__list .item .item__txt .num_event {
	display: none;
}
.section--eventEntryNavigation .entry__list .item .item__txt .ttl {
	font-size: 2.5em;
	font-weight: bold;
	color:#c30d23;
}
.section--eventEntryNavigation .entry__list .item .item__txt .ttl .s_ttl {
	font-size: 0.8em;
	font-weight: bold;
	color:#c30d23;
}
.section--eventEntryNavigation .entry__list .item .item__txt  .t_txt_sttl {
	font-size: 1.8em;
	font-weight: bold;
	color:#c30d23;
}
.section--eventEntryNavigation .entry__list .item .item__txt .t_txt {
	font-size: 1em;
}

.section--eventEntryNavigation .entry__list .item .item__txt .txt:not(:first-of-type) {
	margin-top: 1em;
}
@media only screen and (max-width: 720px) {
	.section--eventEntryNavigation .entry__list .item {
		padding: 2em 3em 2em 0;
	}
	.section--eventEntryNavigation .entry__list .item .item__num .num {
		font-size: 3em;
	}
	.section--eventEntryNavigation .entry__list .item .item__txt .ttl {
		font-size: 2em;
	}
}
@media only screen and (max-width: 680px) {
	.section--eventEntryNavigation .entry__list .item {
		padding: 1em 0em 1em 0;
	}
	.section--eventEntryNavigation .entry__list .item .item__num {
		display: none;
	}
	.section--eventEntryNavigation .entry__list .item .item__txt {
		width: 100%;
	}

	.section--eventEntryNavigation .entry__list .item .item__txt .num {
		display: inline-block;
		color: #004862;
		margin-right: 0.5em;
		font-weight: bold;
		font-size:1.2em;
	}
	.section--eventEntryNavigation .entry__list .item .item__txt .num_event {
		background-color:#004862;
		color: #fff;
		font-weight: bold;
		padding:0.3em 0.5em;
		display:inline;
		margin:0.2em 0.3em;
		font-size:0.8em;
		}
	.section--eventEntryNavigation .entry__list .item .item__txt .ttl {
		display: inline;
		font-size:1.2em;
	}
	.section--eventEntryNavigation .entry__list .item .item__txt .t_txt {
	font-size: 1em;
}
}



/* ========== ========== ========== ========== ==========
	.section--eventList
========== ========== ========== ========== ========== */

.section .event__list .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section .event__list .item:not(:first-of-type) {
	margin-top: 2em;
}

.section .event__list .tt_form {
	text-align:center;
}
.section .event__list .num_event {
	background-color:#004862;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding:0.3em 0.5em;
}
.section .event__list .num {
	color: #004862;
	font-size: 1.5em;
	font-weight: bold;
	margin-left:0.5em;
}
.section .event__list .ttl {
	font-size: 1.5em;
	font-weight: bold;
	color:#c30d23;
}


.section .event__list .item .item__img {
	width: 48%;
}
.section .event__list .item .item__txt {
	width: 48%;
}

.section .event__list .item .item__txt .num_event {
	background-color:#004862;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding:0.3em 0.5em;
}
.section .event__list .item .item__txt .num {
	color: #004862;
	font-size: 1.5em;
	font-weight: bold;
	margin-left:0.5em;
}
.section .event__list .item .item__txt .ttl {
	font-size: 1.5em;
	font-weight: bold;
	color:#c30d23;
}
.section .event__list .item .item__txt .bg {
	margin: 0.5em 0;
	padding: 0.25em 0.5em;
	background-color: #ced9d7;
	font-weight: bold;
	line-height: 1em
}
.section .event__list .item .item__txt .big {
	font-size: 1.25em;
	font-weight: bold;
}
.section .event__list .item .item__txt .small {
	font-size: 0.75em;
}

.section .event__list .item_all {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin:2em 0;
	padding:1em;
	border:solid 1px #999;
}
	

@media only screen and (max-width: 680px) {
	.section .event__list .item .item__img {
		width: 100%;
		margin-top:2em;
	}
	.section .event__list .item .item__txt {
		width: 100%;
		margin-top: 2em;
	}
}

/* Christmas Garden */

.section--eventList .event__list .item.item--garden {
	padding: 2em;
	background: linear-gradient(180deg, #323a90, #64549e, #9c5c9f);
}
.section--eventList .event__list .item.item--garden p {
	color: #ffffff;
}
.section--eventList .event__list .item.item--garden .item__img img {
	border: 4px solid #ffffff;
}
.section--eventList .event__list .item.item--garden .item__txt .ttl {
	background: linear-gradient(-45deg, #cfa84d, #f1e58b, #cfa84d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.75em !important;
	line-height: 1.25;
}



/* ========== ========== ========== ========== ==========
	.section--eventEntry__main
========== ========== ========== ========== ========== */

.section--eventEntry__main .entry__lede {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
	border-radius: 1em;
	overflow: hidden;
}
.section--eventEntry__main .entry__lede .lede__img {
	width: 40%;
}
.section--eventEntry__main .entry__lede .lede__txt {
	width: 60%;
	padding: 2em;
	background-color: #ced9d7;
}
.section--eventEntry__main .entry__lede .lede__txt p:not(:first-of-type) {
	margin-top: 1em;
}
.section--eventEntry__main .entry__detail {
	margin-top: 2em;
	padding-left: 2em;
	border-left: 8px solid #3ca08c;
}
.section--eventEntry__main .entry__detail .ttl {
	margin-bottom: 0.5em;
	font-size: 2em;
	font-weight: bold;
}
.section--eventEntry__main .entry__detail .ttl .sub {
	color: #8a85ac;
	font-size: 0.75em;
}
.section--eventEntry__main .entry__detail .ttl .small {
	font-size: 0.6em;
}
.section--eventEntry__main .entry__detail p:not(:first-of-type) {
	margin-top: 1em;
}
.section--eventEntry__main .entry__detail .inner {
	margin-top: 2em;
	padding: 1em 2em;
	background-color: rgba(0, 0, 0, 0.1);
}
.section--eventEntry__main .entry__detail .inner .ttl {
	font-size: 1.5em;
}
.section--eventEntry__main .entry__table {
	width: 100%;
	margin: 2em auto 0;
	padding: 2em;
	background-color: #e4e2e2;
	border-radius: 1em;
}
.section--eventEntry__main .entry__table tr td {
	min-width: 10em;
	padding: 1em;
	border-bottom: 2px dotted #ffffff;
	color: #605252;
}
.section--eventEntry__main .entry__table tr:first-child td {
	border-top: 2px dotted #ffffff;
}
.section--eventEntry__main .entry__table tr td:first-of-type {
	width: 10em;
	font-weight: bold;
}
.section--eventEntry__main .entry__table tr td > a {
	color: #6a92ce;
	text-decoration: underline;
}
.section--eventEntry__main .entry__table .period {
	margin-left: 1em;
	padding: 0.5em;
	background-color: #ffffff;
	border-radius: 0.5em;
	color: #222222;
	line-height: 1;
}
.section--eventEntry__main .entry__notice {
	margin-top: 2em;
}
.section--eventEntry__main .entry__btn {
	margin-top: 2em;
}
@media only screen and (max-width: 480px) {
	.section--eventEntry__main .entry__lede .lede__img {
		width: 100%;
		min-height: 20em;
	}
	.section--eventEntry__main .entry__lede .lede__txt {
		width: 100%;
	}
	.section--eventEntry__main .entry__table tr td {
		display: block;
		width: 100%;
		min-width: 100%;
		padding: 0;
		border: 0;
	}
	.section--eventEntry__main .entry__table tr:first-child td {
		border: 0;
	}
	.section--eventEntry__main .entry__table tr:first-child td:nth-child(1) {
		border-top: 2px dotted #ffffff;
	}
	.section--eventEntry__main .entry__table tr td:nth-child(1) {
		padding-top: 1em;
		padding-bottom: 0.5em;
	}
	.section--eventEntry__main .entry__table tr td:nth-child(1)::before {
		content: "■";
		margin-right: 0.5em;
	}
	.section--eventEntry__main .entry__table tr td:nth-child(2) {
		padding-bottom: 1em;
		border: 0;
		border-bottom: 2px dotted #ffffff;
	}
}



/* ========== ========== ========== ==========
	.event01
========== ========== ========== ========== */

.event01.christmas__body .section--eventEntry__main .entry__lede {
	border: 2px solid #ced9d7;
}
@media only screen and (max-width: 720px) {
	.event01.christmas__body .section--eventEntry__main .entry__lede .lede__txt span {
		display: inline;
	}
}



/* ========== ========== ========== ==========
	event02.html#event
========== ========== ========== ========== */

.event02.christmas__body {
	background-color: #000000;
}
.event02.christmas__body .section:first-of-type {
	margin-top: 0;
	padding-top: 4em;
}
.event02.christmas__body .section--eventEntry__main .entry__lede .lede__img {
	display: none;
}
.event02.christmas__body .section--eventEntry__main .entry__lede .lede__txt {
	width: 100%;
}
.event02.christmas__body .section--eventEntry__main .entry__notice p {
	color: #ffffff;
}
.event02.christmas__body .section--eventEntry__main h3.ttl {
	color: #eeeeee;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.event02.christmas__body .section--eventEntry__main h3.ttl + p {
	color: #eeeeee;
	text-align: center;
}
.event02.christmas__body .section--eventEntry__main .stage__schedule {
	width: 100%;
	margin-top: 2em;
}
.event02.christmas__body .section--eventEntry__main .stage__schedule td {
	margin: 0;
	padding: 2em 1em;
	color: #eeeeee;
	border-top: 2px solid #eeeeee;
}
.event02.christmas__body .section--eventEntry__main .stage__schedule tr:last-child td {
	border-bottom: 2px solid #eeeeee;
}
.event02.christmas__body .section--eventEntry__main .stage__schedule td:nth-child(1) {
	min-width: 6em;
	font-size: 2em;
	font-weight: bold;
}
.event02.christmas__body .section--eventEntry__main .stage__schedule td:nth-child(2) {
	font-size: 1.5em;
	font-weight: bold;
}
.event02.christmas__body .section--eventEntry__main .stage__schedule td:nth-child(2) .sub {
	display: block;
	font-size: 0.75em;
}
.event02.christmas__body .section--eventEntry__main .stage__schedule td > img {
	max-width: 24em;
}
@media only screen and (max-width: 720px) {
	.event02.christmas__body .section--eventEntry__main .stage__schedule td {
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
	}
	.event02.christmas__body .section--eventEntry__main .stage__schedule tr:last-of-type td {
		border: 0;
	}
	.event02.christmas__body .section--eventEntry__main .stage__schedule td:first-of-type,
	.event02.christmas__body .section--eventEntry__main .stage__schedule tr:last-of-type td:first-of-type {
		padding-top: 1em;
		border-top: 2px solid #ffffff;
	}
	.event02.christmas__body .section--eventEntry__main .stage__schedule td > img {
		min-width: 100%;
		margin-top: 1em;
	}
	.event02.christmas__body .section--eventEntry__main .stage__schedule td:last-of-type,
	.event02.christmas__body .section--eventEntry__main .stage__schedule tr:last-of-type td:last-of-type {
		padding-bottom: 2em;
	}
}



/* ========== ========== ========== ==========
	event01.html#section--result
========== ========== ========== ========== */

.event01.christmas__body .section--result .result__head {
	padding: 2em;
	border-top: 2px dotted #222222;
	border-bottom: 2px dotted #222222;
}
.event01.christmas__body .section--result .result__head h3.ttl {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.event01.christmas__body .section--result .result__head .lede {
	text-align: center;
}
.event01.christmas__body .section--result .result__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4em;
}
.event01.christmas__body .section--result .result__list .item {
	width: 32%;
	border: 2px solid #cccccc;
}
.event01.christmas__body .section--result .result__list .item:nth-child(n+4) {
	margin-top: 1em;
}
.event01.christmas__body .section--result .result--failure {
	margin-top: 4em;
}
@media only screen and (max-width: 480px) {
	.event01.christmas__body .section--result .result__list .item {
		width: 49%;
	}
	.event01.christmas__body .section--result .result__list .item:nth-child(n+3) {
		margin-top: 1em;
	}
}



/* ========== ========== ========== ==========
	event03.html#event
========== ========== ========== ========== */

.event03.christmas__body {
	margin: 0 auto;
	padding: 8em 0;
	background: url("../event/images/bg_event03_02.png") center top no-repeat,
		url("../event/images/bg_event03_01.png") center center repeat, 
		linear-gradient(180deg, #323a90, #64549e, #9c5c9f);
	background-size: contain, auto, auto;
}
.event03.christmas__body hr {
	background-image: url("../event/images/img_hr_event03_01.png");
}
.event03.christmas__body h2.ttl {
	background: linear-gradient(-45deg, #cfa84d, #f1e58b, #cfa84d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4em;
}
.event03.christmas__body h3.ttl {
	background: linear-gradient(-45deg, #cfa84d, #f1e58b, #cfa84d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3em;
	text-align: center;
}
.event03.christmas__body .event__lede p {
	color: #ffffff;
	text-align: center;
}
.event03.christmas__body .event__lede small {
	color: inherit;
	font-size: 0.8em;
}
.event03.christmas__body .event__lede .lede {
	font-size: 1.5em;
	font-weight: bold;
}
.event03.christmas__body .event__detail .lede {
	margin-top: 4em;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
.event03.christmas__body .event__detail .event__list {
	margin-top: 4em;
}
.event03.christmas__body .event__detail .event__list .item:not(:first-of-type) {
	margin-top: 4em;
	padding-top: 4em;
	border-top: 2px dotted #ffffff;
}
.event03.christmas__body .event__detail .event__list .item__mix {
	width: 48%;
}
.event03.christmas__body .event__detail .event__list .item__mix:nth-child(n+3) {
	margin-top: 2em;
}
.event03.christmas__body .event__detail .event__list .item img {
	border: 4px solid #ffffff;
}
.event03.christmas__body .event__detail .event__list .item p {
	color: #ffffff;
}
.event03.christmas__body .event__detail .event__list .item p:not(:first-of-type) {
	margin-top: 1em;
}
.event03.christmas__body .event__detail .event__list .item p > a {
	color: #ffffff;
}
.event03.christmas__body .event__detail .event__list .item .ttl {
	font-size: 2em;
	font-weight: bold;
}
.event03.christmas__body .event__detail .event__list .item__mix .ttl {
	font-size: 1.5em;
}
.event03.christmas__body .event__detail .event__list .item__mix .img.no-border img {
	border: 0;
}
.event03.christmas__body .event__detail .event__list .item__mix .cap {
	margin-top: 0;
	font-size: 0.75em;
}
@media only screen and (max-width: 1000px) {
	.event03.christmas__body {
		background-size: 200%, auto, auto;
	}
}
@media only screen and (max-width: 480px) {
	.event03.christmas__body {
		padding: 4em 0;
		background-size: 400%, auto, auto;
	}
	.event03.christmas__body h2.ttl {
		font-size: 2.5em;
	}
	.event03.christmas__body .event__detail .lede {
		margin-top: 2em;
	}
	.event03.christmas__body .event__detail .event__list .item__mix {
		width: 100%;
	}
	.event03.christmas__body .event__detail .event__list .item__mix:nth-child(n+2) {
		margin-top: 2em;
	}
}



/* ========== ========== ========== ==========
	.charity
========== ========== ========== ========== */

.charity.christmas__body {
	margin-top: 0;
	padding-top: 4em;
	background: url("../charity/images/bg_charity_01.png") repeat;
}
.charity.christmas__body .section--santaAllStars {
	margin-top: 0;
}
.charity.christmas__body .charity_head h2.ttl {
	margin-bottom: 4em;
	text-align: center;
}
.charity.christmas__body .charity_head p {
	margin-top: 1em;
	color: #055c32;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.charity.christmas__body .charity_head p .red {
	color: #e60044;
}
.charity.christmas__body .charity_head .lede {
	font-size: 2.5em;
}
.charity.christmas__body .charity_head .period {
	font-size: 2.5em;
}
.charity.christmas__body .charity_main .lede {
	margin-bottom: 1em;
	color: #055c32;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.charity.christmas__body .charity_main .num {
	margin-top: 0;
	padding: 0.5em;
	background-color: #055c32;
	color: #fff352;
	font-size: 6em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.charity.christmas__body .charity_main .small {
	margin-top: 1em;
	text-align: center;
}

.charity.christmas__body .charity_head .report {
	font-size: 1.2em;
	background-color: #f9f5f5;
	text-align:left;
	padding:2em;
	font-weight:100;
	color:#000;
}

@media only screen and (max-width: 480px) {
	.christmas__wrap .christmas__body.charity {
		background-size: 100%;
	}
	.charity.christmas__body .charity_head h2.ttl {
		margin-bottom: 2em;
	}
	.charity.christmas__body .charity_head p {
		font-size: 1em;
	}
	.charity.christmas__body .charity_head .lede {
		font-size: 1.75em;
	}
	.charity.christmas__body .charity_head .period {
		font-size: 1.75em;
	}
	.charity.christmas__body .charity_main .lede {
		font-size: 1.5em;
	}
	.charity.christmas__body .charity_main .num {
		font-size: 4em;
	}
}



/* ========== ========== ========== ==========
	.section--accessoryEpisode
========== ========== ========== ========== */

.accessory.christmas__body h2.ttl {
	color: #004471;
}
.section--accessoryEpisode .episode__list > .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
	padding: 2em;
	background-color: #dfeaf8;
}
.section--accessoryEpisode .episode__list > .item > .item__img {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 38%;
}
.section--accessoryEpisode .episode__list > .item > .item__img .img {
	width: 100%;
}
.section--accessoryEpisode .episode__list > .item > .item__txt {
	width: 58%;
}
.section--accessoryEpisode .episode__list > .item > .item__txt h3.ttl {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	border-bottom: 2px dotted #c19b61;
	border-left: 8px solid #c19b61;
	font-size: 1.5em;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume {
	margin-top: 2em;
	padding: 1em;
	background-color: #ffffff;
	border: 2px solid #c19b61;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume h4.ttl {
	margin-top: 1em;
	color: #c19b61;
	font-size: 1em;
	font-weight: bold;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume h4.ttl::before {
	content: "■";
	margin-right: 0.25em;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume p {
	font-size: 0.9em;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume em {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.section--accessoryEpisode .episode__list > .item > .item__btn {
	width: 100%;
}
.section--accessoryEpisode .episode__list > .item > .item__btn .btn {
	background-color: #004471;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .item__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.5em;
	padding-bottom: 1em;
	border-bottom: 2px solid #c19b61;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .item__list > .item {
	width: 23.5%;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .item__list > .item .item__txt p {
	font-size: 0.75em;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .item__list > .item .item__txt .ttl {
	margin-top: 0.5em;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .item__list > .item .item__txt .price {
	margin-top: 0;
	text-align: right;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .brand__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0.5em;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .brand__list > .item {
	width: 23.5%;
	margin-right: 2%;
	border: 1px solid #c19b61;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .brand__list > .item:nth-child(4n) {
	margin-right: 0;
}
.section--accessoryEpisode .episode__list > .item > .item__osusume .brand__list > .item:nth-child(n+5) {
	margin-top: 1em;
}
@media only screen and (max-width: 480px) {
	.section--accessoryEpisode .episode__list > .item > .item__img {
		justify-content: space-between;
		width: 100%;
	}
	.section--accessoryEpisode .episode__list > .item > .item__txt {
		width: 100%;
		margin-top: 2em;
	}
	.section--accessoryEpisode .episode__list > .item > .item__osusume .item__list > .item {
		width: 48%;
	}
	.section--accessoryEpisode .episode__list > .item > .item__osusume .item__list > .item:nth-child(n+3) {
		margin-top: 1em;
	}
	.section--accessoryEpisode .episode__list > .item > .item__osusume .brand__list > .item {
		width: 32%;
	}
	.section--accessoryEpisode .episode__list > .item > .item__osusume .brand__list > .item:nth-child(4n) {
		margin-right: 2%;
	}
	.section--accessoryEpisode .episode__list > .item > .item__osusume .brand__list > .item:nth-child(3n) {
		margin-right: 0;
	}
	.section--accessoryEpisode .episode__list > .item > .item__osusume .brand__list > .item:nth-child(n+4) {
		margin-top: 0.5em;
	}
}

/* Slick Slider */

.section--accessoryEpisode .episode__list .item .slider {
	width: 100%;
}
.section--accessoryEpisode .episode__list .item .slick-initialized {
	display: block;
}
.section--accessoryEpisode .episode__list .item .slick-dots {
    width: auto;
    padding: 0.5em 0.5em;
    position: absolute;
    right: 0;
    bottom: 0;
}
.section--accessoryEpisode .episode__list .item .slick-dots li {
	width: auto;
	height: auto;
}
.section--accessoryEpisode .episode__list .item .slick-dots li button {
	width: auto;
	height: auto;
}
.section--accessoryEpisode .episode__list .item .slick-dots li button:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #ffffff;
}
.section--accessoryEpisode .episode__list .item .slick-dots li.slick-active button:before {
    color: #ffffff;
}
.section--accessoryEpisode .episode__list .item .slick-dotted.slick-slider {
    margin-bottom: 0;
}



/* ========== ========== ========== ==========
	.christmas__foot
========== ========== ========== ========== */

.christmas__foot {
    width: 100%;
    background-color: #9f2523;
    position: absolute;
    bottom: 0;
}
.christmas__foot .foot__inner {
    width: 960px;
    margin: 0 auto;
    padding: 1em 0;
}
.christmas__foot .foot__inner .copyright {
	color: #ffffff;
    text-align: center;
}
@media only screen and (max-width: 1000px) {
    .christmas__foot .foot__inner {
        width: 100%;
        padding: 1em;
    }
}



/* ========== ========== ========== ==========
	#pageTop
========== ========== ========== ========== */

.christmas__wrap #pageTop {
    position: fixed;
    z-index: 999;
    right: 25px;
    bottom: 25px;
}
@media only screen and (max-width: 1000px) {
    .christmas__wrap #pageTop {
        bottom: 25px;
    }
}