@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@500&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
a:hover img{
    opacity: 0.7;
}
/**/
#xmas #ct_bg {
  background-color: #fff;
}
.xmas-contents {
  width: 100%;
		padding: 30px auto 30px auto;
			margin: 0px 0 30px 0;
}


.xmas_blue_contents {
  width: 100%;
  background-color: #406a89;
	padding: 30px auto 30px auto;
}


.container {
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.box {
  width: 960px;
  height: auto;
	margin: 0 auto;
}

.sale_text {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 20px auto 0;
  color: #fff;
  font-family: 'M PLUS 2', sans-serif;
}
.sale_text a{
  color: #ffd800;
}

/*購入ボタン*/
.kakaku {
	width: 50%;
	padding: 30px 0;
	margin: 0 auto 0;
}

/*セット内容*/
.img_set {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto 0;
}


/*注意表記・コピーライト*/
.notice_area {
  margin: 30px 0 10px;
}
.attention_text {
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 0 auto ;
  color: #333;
  font-family: 'M PLUS 2', sans-serif;
}
