/* 汎用 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

#container {
	width:100%;
}
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
  width: 970px;
  margin: 0 auto 12px;
}
.pagetop {
  margin: 0 auto;
  width: 1050px;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
figure {
	margin: 0;
}
img {
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	backface-visibility: hidden;
}
.sp {
	display: none;
}
#s_container {
	font-family: "Noto Sans JP";
    width: 100%;
    margin: 10px auto;
}
#contentWrap {
	width: 100%;
	font-size: 16px;
}
#contentWrap img {
	max-width: 100%;
}
.contentMv img {
	width: 100%;
}

/* コンテンツ */
.contentMv,
.firstHead {
	background: #1E5994;
}
.contentInner {
	color: #000;
}
.firstHead {
	color: #fff;
	font-size: 40px;
}
.firstHead h2 {
	display: flex;
	padding: 70px 0 180px;
	justify-content: center;
	align-items: center;
	text-align: right;
}
.firstHead h2 .firstHeadTxt {
	border-bottom: 3px solid #FFAA00;
	padding: 0 10px 20px 50px;
}
.firstHead h2 .firstHeadImg {
	margin-left: 10px;
}
.productSec,
.shopSec {
	background-color: #F2F9FF;
	background-image: repeating-linear-gradient(-45deg,#fff, #fff 30px,transparent 0, transparent 50px);
}
.productSec {
	position: relative;
	padding-bottom: 50px;
}
.productSec .productWrap {
	background: #B50000;
	position: relative;
	top: -70px;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 70px;
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.productSec .productWrap h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 75px 10px;
}
.productSec .productWrap h2 span {
	padding: 0 1em;
	position: relative;
}
.productSec .productWrap h2 span::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	background: rgba(0,0,0,.12);
	height: 20px;
	width: 100%;
}
.productSec .productWrap .productList .productDetail {
	display: flex;
	width: 850px;
	min-height: 330px;
	margin: 0 auto;
	border: 4px solid #fff;
	box-sizing: border-box;
	position: relative;
	background: url(/5info/img/homebusiness_pc_fair/product_bg.jpg);
	background-size: cover;
}
.productSec .productWrap .productList .productDetail.memoryup::before {
	content: "";
	position: absolute;
	left: -180px;
	width: 240px;
	height: 240px;
	background: url(/5info/img/homebusiness_pc_fair/icon_memoryup.png);
	background-size: cover;
	z-index: 100;
}
.productSec .productWrap .productList .productDetail+.productDetail {
	margin-top: 20px;
}
.productSec .productWrap .productList .productDetail .productInner {
	display: flex;
	width: calc(100% - 80px);
	justify-content: space-between;
	position: relative;
}
.productSec .productWrap .productList .productDetail .productInner .productSpec {
	position: relative;
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.productSec .productWrap .productList .productDetail .productInner .productSpec h3 {
	position: absolute;
	top: 15px;
	left: -15px;
	width: 560px;
	height: 100px;
	background: #114BA2;
	font-size: 29px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	display: flex;
	align-items: center;
	padding-left: 75px;
	box-sizing: border-box;
	transform: rotate(-1deg);
	box-shadow: 0px 3px 6px rgb(0,0,0,.16);
}
.productSec .productWrap .productList .productDetail .productInner .productSpec p {
	margin-top: 130px;
	padding-left: 65px;
	font-size: 27px;
	line-height: 1.2;
	font-weight: 600;
	text-shadow: 3px 3px 0px #fff;
}
.productSec .productWrap .productList .productDetail .productInner .productSpec .productSpecDetail {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	margin: 20px 0 20px 35px;
}
.productSec .productWrap .productList .productDetail .productInner .productSpec .productSpecDetail li+li {
	margin-top: 5px;
}
.productSec .productWrap .productList .productDetail .productInner .productSpec .productSpecDetail li:first-child {
	width: 100%;
}
.productSec .productWrap .productList .productDetail .productInner .productSpec .productSpecDetail li:last-child {
	margin-left: 7px;
}
.productSec .productWrap .productList .productDetail .productInner .productSpec .productSpecDetail li span {
	display: inline-block;
	padding: 5px 15px;
	background: #FF0000;
}
.productSec .productWrap .productList .productDetail .productInner .productAbout .productPrice {
	font-family: "Clarimo UD PE Heavy Italic";
	color: #FF0000;
	display: flex;
	align-items: center;
	position: absolute;
	right: 10px;
	bottom: 0;
}
.productSec .productWrap .productList .productDetail .productInner .productAbout .productPrice>span:first-child {
	font-size: 85px;
	text-shadow: 5px 5px 0 #fff;
}
.productSec .productWrap .productList .productDetail .productInner .productAbout .productPrice .en {
	font-family: "Noto Sans JP";
	font-size: 35px;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	line-height: 1.2;
	margin-left: 10px;
}
.productSec .productWrap .productList .productDetail .productInner .productAbout .productPrice .en .tax {
	font-size: 22px;
}
.productSec .productWrap .productList .productDetail .productLink {
	writing-mode: vertical-lr;
	background: #FF6F00;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productSec .productWrap .productList .productDetail .productLink a {
	color: #fff;
	text-decoration: none;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 2px;
	height: 100%;
	width: 100%;
	transition: all .2s;
}
.productSec .productWrap .productList .productDetail .productLink a:hover {
	transform: scale(1.05);
	opacity: .9;
}
.productSec .productWrap .productList .productDetail .productLink a .productLinkArrow {
	margin-top: 25px;
}
.feefreeSec a {
	position: relative;
	box-shadow: 0px 3px 8px rgba(0,0,0,.16);
	display: block;
	text-decoration: none;
	padding: 70px 0;
	transition: .3s all;
	opacity: 1;
	bottom: 0;
}
.feefreeSec a:hover {
	opacity: .7;
	box-shadow: 0px 0px 0px rgba(0,0,0,.16);
	bottom: -3px;
}
.feefreeSec .feefreeSecWrap {
	background: #F58B00;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #fff;
	left: -82.25px;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec01 {
	position: relative;
	font-size: 184px;
	font-weight: 600;
	text-shadow: 3px 5px 0px #003254;
	line-height: 1.2;
	bottom: 15px;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec02 {
	position: relative;
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	bottom: 35px;
	margin-left: 20px;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec02 span {
	color: #fff;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec02 span:first-child {
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	background: #003254;
	line-height: 1.2;
	padding: 5px;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec02 span:last-child {
	font-size: 60px;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec03 {
	margin-left: 20px;
	position: relative;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec03 span {
	position: absolute;
	bottom: 25px;
	font-size: 270px;
	font-weight: 900;
	line-height: 1;
	color: #003254;
	-webkit-text-stroke: 5px #fff;
}
.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec04 {
	position: relative;
	left: 165px;
	bottom: 25px;
	font-size: 69px;
	font-weight: 600;
	color: #003254;
	-webkit-text-stroke: 1px #fff;
}
.shopSec {
	text-align: center;
	padding: 90px 0 200px;
}
.shopSec h3 {
	font-size: 35px;
	color: #003254;
	display: inline-block;
	position: relative;
}
.shopSec h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 24px;
	background: #FEFFDC;
}
.shopSec h3 span {
	position: relative;
	padding: 0 1.5em;
}
.shopSec>p {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
}
.shopSec>p::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	bottom: -40px;
	right: 0;
	left: 0;
	margin: auto;
	border-top: 20px solid #003254;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.shopSec .shopLinkWrap {
	margin-top: 80px;
}
.shopSec .shopLinkWrap a {
	position: relative;
	display: block;
	width: 500px;
	margin: 0 auto;
	background: transparent linear-gradient(180deg, #F4F7F8 0%, #B8F0FF 100%) 0% 0% no-repeat;
	border: 3px solid #fff;
	border-radius: 10px;
	padding: 50px 0 30px;
	box-shadow: 2px 5px 10px rgb(0,0,0,.35);
	bottom: 0;
	text-decoration: none;
	transition: all .2s;
}
.shopSec .shopLinkWrap a:hover {
	bottom: -5px;
	box-shadow: 0 0 0 rgb(0,0,0,.35);
}
.shopSec .shopLinkWrap a .shopLinkTxt {
	display: block;
	color: #324047;
	font-size: 20px;
	margin: 25px auto 0;
	letter-spacing: 4px;
	position: relative;
	width: 300px;
}
.shopSec .shopLinkWrap a .shopLinkTxt::before,
.shopSec .shopLinkWrap a .shopLinkTxt::after {
	content: "";
	position: relative;
	display: block;
	height: 1px;
	width: calc(100% + 30px);
	left: -15px;
	background: #717374;
}
.shopSec .shopLinkWrap a .shopLinkTxt::before {
	top: -3px;
}
.shopSec .shopLinkWrap a .shopLinkTxt::after {
	bottom: -3px;
}


/* モバイル */
@media screen and (max-width: 479px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.contentMv {
		position: relative;
		z-index: 100;
	}
	.firstHead {
		font-size: 5vw;
	}
	.firstHead h2 {
		padding: 7vw 1vw 14vw;
	}
	.firstHead h2 .firstHeadTxt {
		padding: 0 0 2vw;
	}
	.firstHead h2 .firstHeadImg {
		width: 20%;
		margin-left: 1vw;
	}
	.productSec .productWrap {
		top: -7vw;
		padding-bottom: 10vw;
		width: 95%;
	}
	.productSec {
		padding-bottom: 10vw;
	}
	.productSec .productWrap h2 {
		font-size: 4vw;
		padding: 5vw 1vw 10vw;
	}
	.productSec .productWrap h2 span::before {
		height: 3vw;
	}
	.productSec .productWrap .productList .productDetail {
		background: url(/5info/img/homebusiness_pc_fair/product_bg_sp.jpg);
		background-size: cover;
		width: 95%;
		flex-direction: column;
	}
	.productSec .productWrap .productList .productDetail.memoryup::before {
		left: -5vw;
		width: 35vw;
		height: 35vw;
		top: -8vw;
	}
	.productSec .productWrap .productList .productDetail .productInner {
		flex-direction: column;
		width: 100%;
	}
	.productSec .productWrap .productList .productDetail .productInner .productSpec {
		width: 100%;
	}
	.productSec .productWrap .productList .productDetail .productInner .productSpec h3 {
		width: 101%;
		height: auto;
		font-size: 3.8vw;
		left: -2vw;
		padding: 5vw 1vw 5vw 4vw;
	}
	.productSec .productWrap .productList .productDetail.memoryup .productInner .productSpec h3 {
		padding-left: 32vw;
	}
	.productSec .productWrap .productList .productDetail .productInner .productSpec p {
		font-size: 5vw;
		margin-top: 27vw;
		padding-left: 2vw;
		padding-right: 2vw;
		text-align: center;
	}
	.productSec .productWrap .productList .productDetail .productInner .productSpec p+figure {
		width: 75%;
		margin: 0 auto;
		text-align: center;
	}
	.productSec .productWrap .productList .productDetail .productInner .productSpec .productSpecDetail {
		justify-content: center;
		font-size: 3.5vw;
		margin: 0 auto;
	}
	.productSec .productWrap .productList .productDetail+.productDetail {
		margin-top: 10vw;
	}
	.productSec .productWrap .productList .productDetail .productInner .productSpec .productSpecDetail li:first-child {
		text-align: center;
	}
	.productSec .productWrap .productList .productDetail .productInner .productAbout .productImg {
		text-align: center;
	}
	.productSec .productWrap .productList .productDetail .productInner .productAbout .productPrice {
		position: relative;
		right: auto;
		justify-content: center;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.productSec .productWrap .productList .productDetail .productInner .productAbout .productPrice>span:first-child {
		font-size: 17vw;
	}
	.productSec .productWrap .productList .productDetail .productInner .productAbout .productPrice .en {
		font-size: 8vw;
	}
	.productSec .productWrap .productList .productDetail .productInner .productAbout .productPrice .en .tax {
		font-size: 4vw;
	}
	.productSec .productWrap .productList .productDetail .productLink {
		writing-mode: initial;
		width: 100%;
		padding: 3vw 2vw;
		box-sizing: border-box;
	}
	.productSec .productWrap .productList .productDetail .productLink a {
		font-size: 5vw;
	}
	.productSec .productWrap .productList .productDetail .productLink a .productLinkArrow {
		margin-top: 0;
		margin-left: 2vw;
	}
	.feefreeSec a {
		padding: 10vw 0;
	}
	.feefreeSec .feefreeSecWrap .feefreeSecInner {
		left: auto;
	}
	.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec01 {
		font-size: 20vw;
		bottom: 5.5vw;
	}
	.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec02 {
		bottom: 7.5vw;
		margin-left: 1vw;
	}
	.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec02 span:first-child,
	.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec02 span:last-child {
		font-size: 5.5vw;
	}
	.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec03 {
		margin-left: 1vw;
	}
	.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec03 span {
		position: relative;
		font-size: 30vw;
		bottom: 6.5vw;
		-webkit-text-stroke: 1vw #fff;
	}
	.feefreeSec .feefreeSecWrap .feefreeSecInner .feefreeSec04 {
		bottom: 6.5vw;
		font-size: 9vw;
		left: auto;
	}
	.shopSec {
		padding: 10vw 0 20vw;
	}
	.shopSec h3 {
		font-size: 5vw;
	}
	.shopSec h3::before {
		bottom: -1vw;
		height: 4vw;
	}
	.shopSec h3 span {
		padding: 0 1em;
	}
	.shopSec>p {
		margin-top: 5vw;
		font-size: 4vw;
	}
	.shopSec>p::after {
		bottom: -7.5vw;
		border-top: 4vw solid #003254;
		border-right: 4vw solid transparent;
		border-left: 4vw solid transparent;
	}
	.shopSec .shopLinkWrap {
		margin-top: 15vw;
	}
	.shopSec .shopLinkWrap a {
		width: 95%;
		padding: 7vw 1vw;
		box-sizing: border-box;
	}
	.shopSec .shopLinkWrap a .shopLinkImg {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.shopSec .shopLinkWrap a .shopLinkTxt {
		width: 80%;
		font-size: 4vw;
	}
}


/* キャンペーン終了対応 */

.campEndTxt {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	max-width: 970px;
	margin: 0 auto;
	padding-bottom: .5em;
}
@media screen and (max-width: 479px) {
	.campEndTxt {
		font-size: 5vw;
	}
}
.productSec.campEnd .productWrap .productList .productDetail .productLink {
	background: #999;
}
.productSec.campEnd .productWrap .productList .productDetail .productLink a {
	pointer-events: none;
}
