@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display:none;
}

/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

#mainContents {
	background: #f6f6f6;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
	color: #333;
}

.releasedate {
	width: 830px; 
	font-size: 11px; 
	color: #fff;
	text-align: right;
	margin: 100px auto; 
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_galaxyzfold7/mainimg.webp) no-repeat center top;
	margin: 0 auto;
	padding-top: 570px;
}
h1 {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 830px;
	font-size: 16px;
	line-height: 2;
	margin: 0 auto;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 660px;
	margin: 55px auto 0;
}
.innerbnr {
	background: #111;
	margin: 110px auto 0;
	padding: 40px 0 50px;
}
.innerbnr .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 660px;
	margin: auto;
}
.innerbnr p {
	font-size: 18px;
	font-weight: 400;
	color: #95e0ff;
	text-align: center;
	margin-bottom: 20px;
}
.topbnr a,
.innerbnr a {
	display:block;
	width: 100%;
	min-height: 120px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_galaxyzfold7/bnr_img.jpg) no-repeat 5px center #fff;
	border-radius: 5px;
	border: 1px solid #111;
	font-size: 18px;
	color: #111;
	box-sizing: border-box;
	padding: 22px 30px 0 150px;
}
.topbnr a dl,
.innerbnr a dl {
}
.topbnr a dt,
.innerbnr a dt {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 0 auto 8px;
}
.topbnr a dt small,
.innerbnr a dt small {
	font-size: 15px;
	margin-left: .5em;
}
.topbnr a dd,
.innerbnr a dd {
	font-size: 25px;
	font-weight: 700;
}
.topbnr a dd:last-child,
.innerbnr a dd:last-child {
	height: 38px;
	background: #111;
	border-radius: calc(1px/0);
	font-size: 14px;
	font-weight: 400;
	color: #95e0ff;
	line-height: 37px;
	text-align: center;
	margin: 12px auto 0;
	position: relative;
	transition: all ease .3s;
}
.topbnr a dd:last-child:after,
.innerbnr a dd:last-child:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	border-right: 2px solid #95e0ff;
	border-bottom: 2px solid #95e0ff;
	transform: rotate(-45deg);
}
.topbnr a:hover dd:last-child,
.innerbnr a:hover dd:last-child {
	background: #95e0ff;
	color: #111;
}
.topbnr a:hover dd:last-child:after,
.innerbnr a:hover dd:last-child:after {
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #111;
	margin: 70px auto 0;
}
.menu dl {
	width: 830px;
	display: table;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 84px;
	background: #1c1c1c;
	font-size: 18px;
	font-family: impact;
	color: #5e5e5e;
	text-align: center;
	vertical-align: middle;
}
.menu dd {
	display: table-cell;
	padding: 40px 0 40px 60px;
}
.menu dd a {
	display: block;
	font-size: 15px;
	color: #fff;
	margin: 1em 0;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	font-size: 20px;
	font-family: impact;
	color: #4a609d;
	vertical-align: -2px;
	margin-right: .6em;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 70px auto 0;
}
.paragraph h2 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 80px;
}
.paragraph h2 em {
	display: block;
	font-size: 60px;
	font-family: impact;
	font-weight: 400;
	color: #4a609d;
}
.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	font-weight: 700;
}
.paragraphIn p.note {
	font-size: 11px;
}

#article04 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_galaxyzfold7/matome_bg.webp) no-repeat center 0 #3c3e41;
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 100px 0 80px;
}

.column {
	border: 1px solid #969ba6;
	margin: 80px auto;
	padding: 70px 84px 80px;
}
.column h3 {
	font-size: 30px;
	font-weight: 700;
	color: #4a609d;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}
.column .imgBox {
	width: 500px !important;
	margin: 60px auto 0;
}
.column .imgBox a {
	width: 500px !important;
	float: none !important;
}



/*==============================================
 画像
============================================= */
.imgBox {
	width: 660px;
	margin: 75px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 320px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	cursor: zoom-in;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 20px 0 0;
}
.imgBox strong {
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
}

.w660,
.w660 a,
.w500 {
	width: 660px;
	float: none !important;
}
.w500 a {
	width: 500px;
	float: none !important;
	margin: auto;
}
.h478 a {
	width: auto !important;
	height: 478px !important;
}
.h478 a img {
	height: 100%;
}

.imgBox .arrow:before {
	content: "";
	display: block;
	width: 100%;
	height: 54px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_galaxyzfold7/arrow.svg) no-repeat center center;
	padding: 1.5em 0;
}

.sampleBox {
	width: 660px;
	margin: 80px auto;
}
.sampleBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 25px 0 0;
}
.sampleBox strong {
	display: block;
	font-size: 18px;
	color: #4a609d;
	margin-bottom: 20px;
}
.sampleBox strong:before {
	content: "/";
	font-size: 32px;
	font-weight: 700;
	margin-right: .2em;
}
.sampleBox a img {
	cursor: zoom-in;
}

p.cap a {
	display: inline-block;
	width: auto;
	color: #4a609d;
	float: none !important;
}
p.cap a:before {
	content: '\E008';
	font-family: iconfont;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	margin-right: .2em;
}
p.cap a:nth-of-type(1) {
	margin: .5em auto -.5em;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 660px;
	margin: 75px auto;
}
.mov {
	width: 660px;
	height: 372px;
	background: #666;
	display: table;
	line-height: 0;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 20px 0 0;
}
.movBox strong {
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
}
.movBox strong:before {
	content: "▲";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #4a609d;
	border-radius: calc(1px/0);
	font-size: 11px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	transform: rotate(90deg);
	margin-right: .5em;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 100%;
	background: #3c3e41;
	margin: 0 auto;
	padding: 0 0 1px;
}
.productBox .wrap {
	width: 830px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	padding: 80px 90px 90px;
	box-sizing: border-box;
}
.productBox .wrap p {
	font-size: 26px;
	font-weight: 700;
	color: #4a609d;
	line-height: 1.5;
}
.productBox .wrap h2 {
	width: 360px;
	height: 111px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_galaxyzfold7/prd_name.png) no-repeat 0 0;
	font-size: 0;
	text-indent: -9999em;
	margin: 35px auto 15px;
}
.productBox .wrap a {
	display: block;
}
.productBox .wrap a dl {
	width: 480px;
	margin: 15px auto 0;
}
.productBox .wrap a dt {
	font-size: 30px;
	font-weight: 700;
}
.productBox .wrap a dt em {
	font-size: 35px;
	margin: 0 .2em;
}
.productBox .wrap a dd {
	width: 100%;
	height: 50px;
	background: #111;
	border-radius: calc(1px/0);
	font-size: 15px;
	font-weight: 400;
	color: #95e0ff;
	line-height: 49px;
	margin: 15px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox .wrap a dd:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	border-right: 2px solid #95e0ff;
	border-bottom: 2px solid #95e0ff;
	transform: rotate(-45deg);
}
.productBox .wrap a dd:hover {
	background: #95e0ff;
	color: #111;
}
.productBox .wrap a dd:hover:after {
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
}
