@charset "utf-8";

/* --------------------------------
	common
-------------------------------- */
* { box-sizing: border-box }
*:focus { outline: none }

html { font-size: 10px }
@media (max-width: 1080px) {
}
@media (max-width: 768px) {
	html { font-size: 1.3333vw; }
}

body {
	font-size: 1.8rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease-out;
}

a img {
	transition: opacity 0.3s ease-out;
}
a img:hover {
	opacity: 0.75;
}

img {
	max-width: 100%;
	width: auto;
}

img[src$=".svg"] {
	width: 100%;
	height: auto;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
}

.sp {
	display: none;
}

.txtRed {
	color: #f00;
}

/*非表示設定*/
.invisible {
	display: none;
}

#contentsWrapper {
	margin: 0 auto;
	max-width: 1080px;
}

@media (max-width: 768px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}


/* --------------------------------
	header
-------------------------------- */
#header {
	margin-top: 2.8rem;
	margin-bottom: 6rem;
	margin-left: 2.2rem;
}

#header .hLogo img {
	width: 23.4rem
}


/* --------------------------------
	mainContents
-------------------------------- */
.mincho {
	font-family: Noto Serif CJK JP;
}

.indent1em > * {
	padding-left: 1em;
	text-indent: -1em;
}

h1 {
	display: flex;
	position: relative;
	padding-top: .5rem;
	padding-left: 27.5rem;
	height: 20rem;
	color: #B70006;
	background-color: #EAE7E7;
	font-size: 9rem;
	font-weight: 700;
	letter-spacing: .05em;
}

h1::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 31.5rem;
	height: 20rem;
	background: url(/base/pc/store/special/umoufuton_fair/2021/img/icon_h1.png) no-repeat;
	background-size: contain;
}

h1 > span {
	font-family: "Noto Sans CJK JP", sans-serif;
	display: block;
	position: absolute;
	bottom: .9rem;
	left: 26rem;
	color: #000;
	font-size: 4rem;
	letter-spacing: 0;
}


@media (max-width: 1050px) {

	h1 {
		font-size: 5.6rem;
	}

	h1 > span {
		font-size: 3rem;
	}
}

.web {
	display: inline-block;
	margin-left: 1rem;
	width: 7.7rem;
	height: 2.9rem;
	background-image: url(/base/pc/store/special/umoufuton_fair/2021/img/icon_web.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.web.red {
	background-image: url(/base/pc/store/special/umoufuton_fair/2021/img/icon_web_red.png);
}

/* bottomNote */
.bottomNote {
	padding: 2rem 6rem;
	font-size: 1.7rem;
	line-height: 1.5;
}

@media (max-width: 768px) {
	h1 {
		padding-top: 6rem;
		padding-left: 12.5rem;
		height: 21.5rem;
		font-size: 6.7rem;
	}

	h1::before {
		width: 64.5rem;
		height: 21.5rem;
		background: url(/base/pc/store/special/umoufuton_fair/2021/img/icon_h1_sp.png) no-repeat;
		background-size: contain;
	}

	h1 > span {
		bottom: 1.3rem;
		left: 15.5rem;
		font-size: 3rem;
	}
}

/* topCont
=========================== */
.topCont {
	background-color: #fafbfb
}

.topCont .stores {
	padding-top: 2.5rem;
	text-align: center;
}

.topCont .stores > span {
	display: inline-block;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: left;
}

.topCont .stores > span.note {
	margin-top: .5rem;
	width: 85rem;
	font-size: 2rem;
	font-weight: 400;
	text-align: right;
}

.topCont .onlineInfo {
	margin-top: 5rem;
	text-align: center;
}

.topCont .onlineInfo .txt > img {
	width: 91.1rem
}

.topCont .onlineInfo .btn {
	margin-top: 1.6rem;
}

.topCont .onlineInfo .btn img {
	width: 74.3rem
}

@media (max-width: 768px) {
	.topCont .stores {
		padding-top: 4rem;
	}

	.topCont .stores > span {
		font-size: 2.6rem;
	}

	.topCont .stores > span.note {
		margin-top: .5rem;
		width: 57rem;
		font-size: 1.5rem;
	}

	.topCont .onlineInfo {
		margin: 0 auto;
		margin-top: 3rem;
		width: 60rem;
	}
}

/* items
=========================== */
.items dl {
	padding: 0 3rem;
}

.items dl dt {
	font-size: 3.6rem;
	font-weight: 600;
}

.items dl dt > span {
	font-size: 2rem;
}

.items dl dt > span.color {
	font-size: 2.4rem;
	font-weight: normal;
}

.items dl dd {
	font-size: 2.4rem;
}

.items dl dd .product > span {
	display: block;
	width: 100%;
}

.items dl dd .product > .item {
	font-weight: 700;
}

.items dl dd .product > .item > span {
	font-weight: 400;
}

.items dl dd .product > .price {
	margin-left: auto;
	margin-right: 0;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: right;
	line-height: 1;
}

.items dl dd .product > .price .num {
	font-family: 'Jost', sans-serif;
	font-size: 3.5rem;
	letter-spacing: .04em;
}

.items dl dd .product > .price.recomend .num {
	font-size: 4.2rem;
}

.items dl dd .notes {
	line-height: 1;
}

.items dl dd .notes + .product {
	margin-top: 1.5rem;
}

.items dl dd .product.wideItem {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}

.items dl dd .product.wideItem > span {
	width: auto;
}

.items dl dd .product.wideItem > .price {
	line-height: 1.2;
}

.items dl dd .product.wideItem + .notes {
	line-height: inherit;
}

/* itemInner
-------------------- */
.items .itemInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4.5rem;
	padding: 0 3rem;
}

.items .itemInner > div {
	width: 49.5rem;
}

.items .itemInner > div:nth-of-type(n+3) {
	margin-top: 6.5rem;
}

.items .itemInner dl dd .product.wideItem {
	align-items: flex-end;
}

/* item01 */
.items .item01 {
	width: 100%;
}

.items .item01 dl {
	margin: 0 3rem;
	padding: 0 10rem;
}

.items .item01 .pic {
	padding-top: 6rem;
	background-color: #fafbfb;
}

/* item01 */
.items .item01 {
	width: 100%;
}

/* specialItems
-------------------- */
.items .specialItems h2 {
	margin-top: 8rem;
	color: #fff;
	background-color: #C30D23;
	font-size: 4.2rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: .15em;
	line-height: 1.8;
}

/* item06 item07 */
.items .item06 .pic,
.items .item07 .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49.5rem;
	height: 74rem;
}

.items .itemsTitle {
	padding: .6rem 1rem;
	margin: 7rem 0 0;
	border-top: .4rem solid #ab945a;
	border-bottom: .4rem solid #ab945a;
	text-align: center;
	font-size: 4.2rem;
	font-weight: bold;
	color: #ab945a;
	font-family: serif;
	letter-spacing: .2em;
}

.items .item06 .pic img,
.items .item07 .pic img {
	width: 41.3rem;
}

.items .specialItems dl dd .product > .price {
	text-align: left;
}

.limited {
  margin-top: 7rem;
  background: #fadbda;
}
.limited .limited-title {
  background: #c30d23;
  color: #fff;
  padding: 6px 10px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
.limited dl {
  padding: 4rem 0;
  margin: 0 auto;
  width: 90%;
  max-width: 77rem;
}
.limited dt {
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: -1rem;
}
.limited dt span {
  font-weight: normal;
  font-size: 2.4rem;
  margin-left: .4em;
}
.limited dd {
  display: table;
  width: 100%;
}
.limited dd + dt {
  padding-top: 2rem;
}
.limited dd p {
  display: table-cell;
  font-size: 2.4rem;
}
.limited dd p.price {
  font-size: 2.3rem;
	font-weight: bold;
	color: #ff0000;
}
.limited dd p.price .num {
	font-size: 4.2rem;
	font-family: 'Jost', sans-serif;
}

@media (max-width: 768px) {

  .limited {
    margin-top: 4rem;
  }
  .limited dt {
    margin-bottom: 0rem;
  }
  .limited dd {
    display: block;
  }
  .limited dd + dt {
    padding-top: 2rem;
  }
  .limited dd p {
    display: block;
  }


  .items dl {
		padding: 0px 10rem;
	}

	.items dl dd .product {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
	}

	.items dl dd .product > span {
		width: auto;
	}

	/* item01 */
	.items .item01 dl {
		margin: 0 5rem;
		padding: 0;
	}

	/* itemInner
	-------------------- */
	.items .itemInner > div + div {
		margin-top: 6.5rem;
	}

	/* item02 */
	.items .item02 dl {
		padding: 0 4rem;
	}

	.items .itemInner {
		padding: 0 5rem;
	}

	.items .itemInner > div {
		width: 100%;
	}

	/* specialItems
	-------------------- */
	.items .specialItems dl dd .product > .price.ex {
		margin-left: 0;
	}

	/* item06 item07 */
	.items .item06 .pic,
	.items .item07 .pic {
		margin: 0 auto;
		width: 52.6rem;
		height: auto;
	}

	.items .item06 .pic img,
	.items .item07 .pic img {
		width: 100%;
	}
}

/* greendownproject
=========================== */
.greendownproject {
	margin-top: 6.5rem;
	padding-bottom: 5rem;
	background-color: #FBF9ED;
}

.greendownproject .projectInfo {
	padding: 0 8rem;
	font-weight: 700;
	letter-spacing: .2em;
}

.greendownproject .projectInfo .lead {
	margin-top: 3rem;
	font-size: 2.45rem;
}

.greendownproject .projectInfo .desc {
	margin-top: 3rem;
	font-size: 2rem;
}

.greendownproject .projectInfo .desc > span {
	font-size: 2.45rem;
}

.greendownproject .projectInfo ul li {
	font-size: 2rem;
	line-height: 1.5;
}

.greendownproject .projectInfo .note {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .09em;
	line-height: 2;
}

@media (max-width: 768px) {
	.greendownproject {
		padding-bottom: 3rem;
	}

	.greendownproject .projectInfo {
		padding: 0 4rem;
		letter-spacing: .13em;
	}

	.greendownproject .projectInfo .lead {
		margin-top: 2rem;
		font-size: 1.9rem;
	}

	.greendownproject .projectInfo .desc > span {
		font-size: 1.9rem;
	}

	.greendownproject .projectInfo .desc {
		margin-top: 2rem;
		font-size: 1.5rem;
	}

	.greendownproject .projectInfo ul li {
		font-size: 1.3rem;
	}

	.greendownproject .projectInfo .note {
		font-size: 1.2rem;
	}
}


/* --------------------------------
	footer
-------------------------------- */
#footer {
	text-align: center;
	padding: 3rem 0;
}

#footer .fLogo img {
	width: 36.4rem;
	text-align: center;
}

#footer .fLogo .copyright {
	display: block;
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}

@media (max-width: 768px) {
	#footer .fLogo img {
		width: 30.8rem;
	}

	#footer .fLogo .copyright {
		font-size: 1.2rem;
	}
}
