/* 汎用 */

@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%;
}

/* コンテンツ */

.contentInner {
	color: #000;
}
.contentSec01 {
	background: url(./img/twpc_100k/bg01.jpg);
	background-size: cover;
	text-align: center;
	padding-bottom: 260px;
}
.contentSec01 h2 {
	position: relative;
	display: inline-block;
	margin: 100px 0 0;
	padding: 1em 3em;
	max-width: 100%;
	color: #000;
	font-size: 25px;
	font-weight: 700;
	background: #fff;
}
.contentSec01 h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -18px;
	border: 18px solid transparent;
	border-top: 18px solid #fff;
}
.contentSec01 p {
	line-height: 3;
	margin-top: 50px;
	font-size: 18px;
	font-weight: 500;
}
.contentSec01 p .textLine {
	position: relative;
	z-index: 1;
}
.contentSec01 p .textLine:after {
	content: "";
	position: absolute;
	left: -2.5%;
	bottom: 0;
	width: 0%;
	height: 10px;
	background: #fff;
	z-index: -1;
	transition: all 2.5s;
}
.contentSec01 p .textLine.isActive:after {
	width: 105%;
}
.contentSec01 .menu {
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.contentSec01 .menu li {
	width: 285px;
	display: flex;
	align-items: center;
	position: relative;
}
.contentSec01 .menu li+li {
	margin-left: 30px;
}
.contentSec01 .menu li a {
	background: #3F99AB;
	text-decoration: none!important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 18px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.321);
	border: 1px solid #3F99AB;
	position: relative;
	transition: all .3s;
	bottom: 0;
}
.contentSec01 .menu li a:hover {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.321);
	bottom: -2px;
}
.contentSec01 .menu li a .menuIcon {
	background: #fff;
	width: 70px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentSec01 .menu li a .menuName {
	color: #fff!important;
	text-decoration: none!important;
	width: calc(100% - 70px);
}
.contentSec01 .menu li a .triangle {
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 8px;
	right: 8px;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
	transition: all .3s;
}
.contentSec01 .menu li a:hover .triangle {
	bottom: 0;
	right: 0;
}

#notePc {
	top: -180px;
	margin-bottom: 20px;
}
#desktopPc {
	margin-top: 200px;
	margin-bottom: 200px;
}
#slimPc {
	margin-top: 200px;
}
.productSec {
	position: relative;
}
.productSec h2 {
	height: 570px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productSec h2 span {
	background: #3F99AB;
	color: #fff;
	width: 700px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-weight: 400;
	border: 3px solid #fff;
	box-sizing: border-box;
	letter-spacing: .05em;
}
.productSec.contentSec02 h2 {
	background: url(./img/twpc_100k/ttl01_bg.png) center;
}
.productSec.contentSec03 h2 {
	background: url(./img/twpc_100k/ttl02_bg.png) center;
}
.productSec.contentSec04 h2 {
	background: url(./img/twpc_100k/ttl03_bg.png) center;
}
.productSec.contentSec05 h2 {
	background: url(./img/twpc_100k/ttl04_bg.png) center;
}
.productSec h2+div {
	background-size: cover;
	position: absolute;
	top: 360px;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.productSec h2+div.contentSec02Bg {
	background: url("./img/twpc_100k/bg02.jpg") center;
	background-size: cover;
}
.productSec h2+div.contentSec03Bg {
	background: url("./img/twpc_100k/bg03.jpg") center;
	background-size: cover;
}
.productSec h2+div.contentSec04Bg {
	background: url("./img/twpc_100k/bg04.jpg") center;
	background-size: cover;
}
.productSec .productWrap {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	align-items: flex-end;
	margin-top: 60px;
}
.productSec .productWrap.lrswap {
	flex-direction: row-reverse;
}
.productSec .productWrap+.productWrap {
	margin-top: 130px;
}
.productSec .productWrap .productLeftBox {
	flex-basis: 400px;
	position: relative;
	bottom: 4px;
}
.productSec .productWrap.lrswap .productLeftBox {
	text-align: right;
}
.productSec .productWrap .productLeftBox .productPrice {
	font-size: 45px;
	margin-left: 10px;
	color: #ff7700;
	font-weight: 600;
}
.productSec .productWrap .productLeftBox .productPrice .tax {
	font-size: 36px;
}
.productSec .productWrap .productLeftBox .productPrice .tax span {
	font-size: 27px;
}
.productSec .productWrap .productLeftBox .productLink {
	margin-top: 1em;
}
.productSec .productWrap .productLeftBox .productLink a {
	text-decoration:none;
	background: #5BCDE4;
	font-size: 20px;
	width: 275px;
	display: inline-block;
	text-align: center;
	padding: 1.2em;
	border: 3px solid #fff;
	box-sizing: border-box;
	box-shadow: 4px 5px 0px rgba(0,0,0,0.25);
	transition: all .3s;
	position: relative;
	bottom: 0;
	color: #fff!important;
	text-decoration: none!important;
}
.productSec .productWrap .productLeftBox .productLink a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border: 11px solid transparent;
	border-left: 16px solid #fff;
	transition: all .3s;
}
.productSec .productWrap .productLeftBox .productLink a:hover {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.25);
	bottom: -4px;
}
.productSec .productWrap .productLeftBox .productLink a:hover::after {
	right: 10px;
}
.productSec .productWrap .productLeftBox .productLink a span {
	color: #fff;
}
.productSec .productWrap .productRightBox {
	flex-basis: 940px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #5FCFE5;
	display: flex;
	justify-content: space-between;
	padding: 35px 25px;
	min-height: 450px;
}
.productSec .productWrap.lrswap .productRightBox {
	flex-direction: row-reverse;
}
.productSec .productWrap .productRightBox .productAbout {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-basis: 375px;
}
.productSec .productWrap .productRightBox .productAbout h3 {
	position: relative;
	left: -80px;
	top: 15px;
	background: #3BB8D1;
	color: #fff;
	display: flex;
	width: calc(100% + 80px);
	font-size: 21px;
	font-weight: 400;
	padding: 20px;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: auto;
}
.productSec .productWrap.lrswap .productRightBox .productAbout h3 {
	right: -80px;
	left: auto;
	flex-direction: row-reverse;
	text-align: right;
}
.productSec .productWrap .productRightBox .productAbout h3 .headIcon {
	margin-right: 20px;
}
.productSec .productWrap.lrswap .productRightBox .productAbout h3 .headIcon {
	margin-right: 0;
	margin-left: 20px;
}
.productSec .productWrap .productRightBox .productAbout .productName {
	font-size: 24px;
	font-weight: 500;
}
#desktopPc.productSec .productWrap .productRightBox .productAbout .productName {
	margin-top: 30px;
}
.productSec .productWrap .productRightBox .productAbout .productDate {
	margin-top: .5em;
}
.productSec .productWrap .productRightBox .productAbout .productDate .productDateHead {
	background: #9E9E9E;
	color: #fff;
	padding: .1em .7em;
	box-sizing: border-box;
	margin-right: .5em;
	font-size: 17px;
}
.productSec .productWrap .productRightBox .productAbout .productDate .productDateHead+span {
	font-size: 18px;
	font-weight: 500;
}
.productSec .productWrap .productRightBox .productAbout .productDescription {
	width: 350px;
	margin-top: 1em;
}
.productSec .productWrap .productRightBox .productSpec {
	flex-basis: 420px;
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.productSec .productWrap.lrswap .productRightBox .productSpec {
	margin-left: 0;
	margin-right: 25px;
}
.productSec .productWrap .productRightBox .productSpec figure {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.productSec .productWrap .productRightBox .productSpec .productSpecList {
	display: flex;
	margin-top: 20px;
}
.productSec .productWrap .productRightBox .productSpec .productSpecList li  {
	background: #f1f1f1;
	border-radius: 20px;
	text-align: center;
	width: 100px;
	padding: 10px 10px 0;
	box-sizing: border-box;
}
.productSec .productWrap .productRightBox .productSpec .productSpecList li+li {
	margin-left: 10px;
}
.productSec .productWrap .productRightBox .productSpec .productSpecList li span {
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productSec .productWrap .productRightBox .productSpec .productSpecList li span+span {
	font-size: 12px;
}

@media screen and (max-width: 479px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.contentMv {
		position: relative;
		z-index: 100;
	}
	.contentSec01 {
		position: relative;
		top: -22vw;
		padding-bottom: 35vw;
	}
	.contentSec01 h2 {
		max-width: 90%;
		box-sizing: border-box;
		margin-top: 27vw;
		font-size: 5vw;
	}
	.contentSec01 p {
		font-size: 4vw;
		font-weight: 400;
	}
	.contentSec01 p .textLine {
		border-bottom: 6px solid #fff;
	}
	.contentSec01 p .textLine:after {
		content: none;
	}
	.contentSec01 .menu {
		flex-wrap: wrap;
		margin-top: 15vw;
	}
	.contentSec01 .menu li {
		width: 80%;
	}
	.contentSec01 .menu li+li {
		margin-left: 0;
		margin-top: 7vw;
	}
	#notePc {
		top: -40vw;
		margin-bottom: -20vw;
	}
	#desktopPc {
		margin-top: 20vw;
		margin-bottom: 25vw;
	}
	#slimPc {
		margin-top: 20vw;
	}
	.productSec h2 {
		height: 280px;
		text-align: center;
	}
	.productSec h2+div {
		top: 200px;
	}
	.productSec h2+div.contentSec04Bg {
		top: 110px;
	}
	.productSec.contentSec02 h2 {
		background: url(./img/twpc_100k/ttl01_bg_sp.png) center no-repeat;
		background-size: cover;
	}
	.productSec.contentSec03 h2 {
		background: url(./img/twpc_100k/ttl02_bg_sp.png) center no-repeat;
		background-size: cover;
	}
	.productSec.contentSec04 h2 {
		background: url(./img/twpc_100k/ttl03_bg_sp.png) center no-repeat;
		background-size: cover;
	}
	.productSec.contentSec05 h2 {
		background: url(./img/twpc_100k/ttl04_bg_sp.png) center no-repeat;
		background-size: cover;
	}
	.productSec h2 span {
		font-size: 4.5vw;
		width: 75%;
		height: auto;
		padding: .5em;
	}
	.productSec .productWrap {
		width: 100%;
		flex-direction: column-reverse;
		align-items: center;
		margin-top: 13vw;
	}
	.productSec .productWrap.lrswap {
		flex-direction: column-reverse;
		margin-top: 25vw;
	}
	.productSec .productWrap .productLeftBox {
		flex-basis: auto;
		text-align: center;
		margin-top: 7vw;
		width: 100%;
	}
	.productSec .productWrap.lrswap .productLeftBox {
		text-align: center;
	}
	.productSec .productWrap .productLeftBox .productPrice {
		font-size: 11vw;
		margin-left: 0;
	}
	.productSec .productWrap .productLeftBox .productPrice .tax {
		font-size: 9vw;
	}
	.productSec .productWrap .productLeftBox .productPrice .tax span {
		font-size: 6.5vw;
	}
	.productSec .productWrap .productLeftBox .productLink a {
		width: 75%;
		font-size: 5vw;
	}
	.productSec .productWrap .productLeftBox .productLink a::after {
		border: 3vw solid transparent;
		border-left: 4vw solid #fff;
	}
	.productSec .productWrap .productRightBox {
		flex-basis: auto;
		min-height: auto;
		flex-direction: column-reverse;
		padding: 0;
		width: 95%;
		position: relative;
		padding-top: 38vw;
	}
	.productSec .productWrap.lrswap .productRightBox {
		flex-direction: column-reverse;
	}
	.productSec .productWrap .productRightBox>h3 {
		margin-top: 5vw;
		background: #3BB8D1;
		color: #fff;
		display: flex !important;
		width: 95%;
		font-size: 4.5vw;
		font-weight: 400;
		padding: 5vw;
		box-sizing: border-box;
		align-items: center;
		position: absolute;
		top: 0;
	}
	.productSec .productWrap .productRightBox>h3 .headIcon {
		margin-right: 1em;
		width: 15vw;
	}
	.productSec .productWrap .productRightBox .productAbout {
		flex-basis: auto;
		width: 90%;
		margin: 0 auto 5vw;
	}
	.productSec .productWrap .productRightBox .productAbout .productName {
		margin-top: 5vw;
		font-size: 6vw;
	}
	.productSec .productWrap .productRightBox .productAbout .productDescription {
		font-size: 4vw;
		width: 100%;
	}
	.productSec .productWrap .productRightBox .productSpec {
		flex-basis: auto;
		width: 100%;
		margin-left: 0;
	}
	.productSec .productWrap .productRightBox .productSpec figure {
		flex-direction: row-reverse;
		align-items: flex-start;
		width: 85%;
		margin: 0 auto;
	}
	.productSec .productWrap .productRightBox .productSpec .productSpecList {
		width: 90%;
		margin: 3vw auto 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.productSec .productWrap .productRightBox .productSpec .productSpecList li {
		display: flex;
		padding: 3vw;
		width: 48%;
	}
	.productSec .productWrap .productRightBox .productSpec .productSpecList li span {
		margin-right: 2vw;
		min-width: 13vw;
		min-height: auto;
	}
	.productSec .productWrap .productRightBox .productSpec .productSpecList li span+span {
		font-size: 3vw;
		text-align: left;
		width: auto;
	}
	.productSec .productWrap .productRightBox .productSpec .productSpecList li+li {
		margin-left: 0;
	}
	.productSec .productWrap .productRightBox .productSpec .productSpecList li:nth-child(n+3) {
		margin-top: 3vw;
	}
}
