.xmas2022
	{
	text-align: center;
	letter-spacing: 1px;
	color: #333333;
	line-height: 1.4;
	font-size: 1.5em;
	color: #333333;
	}

.xmas2022 picture img
	{
	width: 100%;
	}

.xmas2022 .first
	{
	padding-bottom: 10vh;
	background-color: #9a6b27;
	}



.xmas2022 ul a img
	{
	width: 100%;
	}

.xmas2022 h2
	{
	margin: 0vh 0 0vh;
	padding: 7vh 0;
	line-height: 1.8;
	font-weight: normal;
	font-size: 0.9em;
	color: #fff;
	}

.xmas2022 h2 strong
	{
	font-size: 1.8em;
	display: block;
	font-weight:bold;
	}

.xmas2022 section .nav
	{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}


.xmas2022 section .nav:after
	{
	content: "";
	width: 23%;
	}

.xmas2022 section .nav li
	{
	margin-bottom: 2vh;
	}

.xmas2022 section .nav li a
	{
	display: block;
	border: 1px solid #9a6b27;
	}

.xmas2022 section .nav li a:hover
	{
	opacity: 100%;
	border: 1px solid #f3e5ca;
	}

.xmas2022 .main_cont
	{
	padding-bottom: 5vh;
	}

.xmas2022 .main_01
	{
	background-color: #deb45f;
	}

.xmas2022 .main_02
	{
	background-color: #de9b5f;
	}

.xmas2022 .main_03
	{
	background-color: #9195b3;
	}

.xmas2022 .main_04
	{
	background-color: #badacf;
	}

.xmas2022 .main_05
	{
	background-color: #c4c4c4;
	}

.xmas2022 .main_06
	{
	background-color: #ded75f;
	}

.xmas2022 .main_07
	{
	background-color: #e58787;
	}


.xmas2022 .main_08
	{
	background-color: #87d4e5;
	}

.xmas2022 div
	{
	width: 1200px;
	margin: 0vh auto 0 auto;
	padding: 10vh 0;
	}

.xmas2022 div .ttl
	{
	position: relative;
	color: #452913;
	}

.xmas2022 div .ttl span
	{
	width: 15%;
	font-size: 3em;
	margin: -18vh auto -5vh auto;
	padding: 4vh 0;
	border-radius: 50%;
	background-color: #deb45f;
	display: block;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	}

.xmas2022 .main_02 .ttl span
	{
	background-color: #de9b5f;
	}

.xmas2022 .main_03 .ttl span
	{
	background-color: #9195b3;
	}

.xmas2022 .main_04 .ttl span
	{
	background-color: #badacf;
	}


.xmas2022 .main_05 .ttl span
	{
	background-color: #c4c4c4;
	}

.xmas2022 .main_06 .ttl span
	{
	background-color: #ded75f;
	}

.xmas2022 .main_07 .ttl span
	{
	background-color: #e58787;
	}


.xmas2022 div .ttl strong
	{
	font-size: 3em;
	display: block;
	font-family: "big-caslon-fb", serif;
	font-weight: bold;
	}

.xmas2022 div .ttl em
	{
	margin-bottom: 5%;
	padding: 1vh 0;
	display: block;
	font-style: normal;
	border-top: 1px solid #452913;
	border-bottom: 1px solid #452913;
	}

.xmas2022 div .one
	{
	margin: 5vh 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	text-align: left;
	align-items: center;
	}

.xmas2022 div .one li:first-child
	{
	width: 40%;
	}

.xmas2022 div .one li:last-child
	{
	width: 56%;
	letter-spacing: 2px;
	}

.xmas2022 div .one li:last-child  em
	{
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: 400;
	font-size: 3em;
	color: #452913;
	position: relative;
	}

.xmas2022 div .one li:last-child  em small
	{
	padding-right: 1vw;
	font-size: 0.6em;
	}

.xmas2022 div .one li:last-child  em::after
	{
	content:"";
	display:inline-block;
	width:30%;
	height:1px;
	background-color:#452913;
	position:absolute;
	top:55%;
	left:-35%;
	}


.xmas2022 div .one li:last-child strong
	{
	font-family: YuMincho,'Yu Mincho',serif;
	color: #fff;
	font-weight: 600;
	font-size: 1.6em;
	display: block;
	}

.xmas2022 .main_04 .one li:last-child strong
	{
	color: #452913;
	}

.xmas2022 div .one li:last-child  p
	{
	color: #ffffff;
	line-height: 1.8;
	margin-top: 3vh;
	font-size: 0.75em;
	}

	.xmas2022 div .one li:last-child  p span{
		display: block;
		font-size:1.4em;
		font-weight:600;
		margin-bottom:1vh;
	}

.xmas2022 .main_04 .one li:last-child p
	{
	color: #452913;
	}

.xmas2022 .pick_link
	{
	width: 70%;
	margin: 5vh auto 5vh auto;
	padding: 3% 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 0px #ba9750;
	align-items: center;
	}

.xmas2022 .main_03 .pick_link
	{
	box-shadow: 5px 5px 0px #7a7d96;
	}

.xmas2022 .main_04 .pick_link
	{
	box-shadow: 5px 5px 0px #9cb7ae;
	}

.xmas2022 .main_05 .pick_link
	{
	box-shadow: 5px 5px 0px #a4a4a4;
	}

.xmas2022 .main_06 .pick_link
	{
	box-shadow: 5px 5px 0px #bab450;
	}



.xmas2022 .pick_link li:first-child
	{
	width: 35%;
	padding: 0 5% 0 0;
	border-right: 1px solid #333333;
	}

.xmas2022 .pick_link li:first-child a
	{
	display: block;
	border: 1px solid #c3c3c3;

	}



.xmas2022 .pick_link li:last-child
	{
	width: 60%;
	text-align: center;
	}

.xmas2022 .pick_link li:last-child span
	{
	display: block;
	color: #e5613f;
	}

.xmas2022 .pick_link li:last-child a
	{
	color: #fff;
	padding: 2vh 0;
	display: block;
	margin: 2vh auto 0 auto;
	width: 90%;
	background-color: #9a6b27;
	border-radius: 50px;
	position: relative;
	}

.xmas2022 .pick_link li:last-child a::before
        {
        content: "";
        position: absolute;
        top: 48%;
        right: 20%;
        width: 15px;
        height: 15px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.xmas2022 hr
	{
	display: block;
	margin: 10% 0;
	color: #452913;
	}

.xmas2022 h3
	{
	margin: 15vh 0 8vh 0;
	font-size: 2.2em;
	color: #5e3b28;
	font-style: italic;
	font-weight: 600;
	font-family: YuMincho,'Yu Mincho',serif;
	}

.xmas2022 .item
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

.xmas2022 .item:after
	{
	content: "";
	width: 48%;
	}

.xmas2022 .item li
	{
	width: 22%;
	margin-bottom: 3vh;
	font-size: 0.8em;
	}

.xmas2022 .item li a
	{
	display: block;
	}

.xmas2022 .item li a p
	{
	margin: 1vh 0 0 0;
	font-size: 0.9em;
	}

.xmas2022 .item li a span
	{
	font-size: 0.8em;
	}

.xmas2022 .more_link
	{
	color: #fff;
	padding: 2vh 0;
	display: block;
	margin: 2vh auto 0 auto;
	width: 50%;
	background-color: #9a6b27;
	border-radius: 50px;
	position: relative;
	}

.xmas2022 .more_link::before
        {
        content: "";
        position: absolute;
        top: 48%;
        right: 20%;
        width: 15px;
        height: 15px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.spbr
	{
	display: none;
	}

.xmas2022:last-child h2
	{
	padding-bottom: 2vh;
	}

.xmas2022 .shop
	{
	width: 50%;
	margin: 0 auto;
	display: block;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	border: 1px solid #ccc;
	align-items: center;
	background-color: #e9e9e9;
	}

.xmas2022 .shop p
	{
	width: 50%;
	color: #333;
	position: relative;
	}

.xmas2022 .shop p::before
        {
        content: "";
        position: absolute;
        top: 48%;
        right: 20%;
        width: 15px;
        height: 15px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
        margin-top: -5px;
        }



.xmas2022 .shop img
	{
	width: 50%;
	}

@media screen and (max-width:769px) {
	.spbr
		{
		display: block;
		}

	.xmas2022
		{
		font-size: 0.9em;
		}


	.xmas2022 section .nav
		{
		width: 90%;
		display: none;
		}

	.xmas2022 section .nav li
		{
		width: 48%;
		margin-bottom: 2vh;
		}

	.xmas2022 div
		{
		width: 100%;
		margin: 0vh auto 0 auto;
		padding: 10vh 0;
		}

	.xmas2022 div .ttl span
		{
		width: 30%;
		}


	.xmas2022 div .one
		{
		margin: 5vh 5vw 0 5vw;
		}

	.xmas2022 div .one li:first-child
		{
		width: 100%;
		}


	.xmas2022 div .one li:last-child
		{
		width: 100%;
		margin-top: 1vh;
		}

	.xmas2022 div .one li:last-child  em::after
		{
		content:"";
		display:inline-block;
		width:0%;
		height:0px;
		}

	.xmas2022 div .pc_br
		{
		display: none;
		}


	.xmas2022 hr
		{
		margin: 10% 5%;
		}


	.xmas2022 div .one li:last-child strong span
		{
		color: #e5613f;
		}

	.xmas2022 div .one li:last-child  p
		{
		font-size: 1.1em;
		margin-top: 3vh;
		}

	.xmas2022 .pick_link
		{
		width: 90%;
		}

	.xmas2022 .pick_link li:first-child
		{
		width: 35%;
		}

	.xmas2022 .pick_link li:last-child
		{
		width: 55%;
		}

	.xmas2022 .pick_link li:last-child p
		{
		margin: 0;
		}

	.xmas2022 .pick_link li:last-child a
		{
		padding: 0.6vh 0;
		margin: 0.5vh auto 0 auto;
		width: 90%;
		font-size: 0.9em;
		}

	.xmas2022 .pick_link li:last-child a::before
	        {
	        top: 64%;
	        right: 10%;
	        width: 5px;
	        height: 5px;
	        }

	.xmas2022 .link_bnr
		{
		width: 90%;
		margin-bottom: 10%;
		}

	.xmas2022 h3
		{
		margin: 3vh 0 3vh 0;
		}

	.xmas2022 .item
		{
		margin: 0 5vw;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		}

	.xmas2022 .item li
		{
		width: 48%;
		font-size: 0.9em;
		}

	.xmas2022 .more_link
		{
		margin: 2vh auto 0 auto;
		width: 80%;
		}

	.xmas2022 .more_link::before
	        {
	        top: 52%;
	        right: 10%;
	        width: 9px;
	        height: 9px;
	        border-top: 1px solid #fff;
	        border-right: 1px solid #fff;
	        transform: rotate(45deg);
	        margin-top: -5px;
	        }


	.xmas2022 .shop
		{
		width: 90%;
		}


	.xmas2022 .shop p::before
	        {
	        right: 10%;

	        }



}



@media screen and (min-width:800px) and ( max-width:1367px) {

	.xmas2022 .shop
		{
		width: 80%;
		}
}