@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f4f4f4;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    vertical-align: top;
    position: relative;
    top: .2em;
    font-size: 50%;
}
#mainContents .note {
    margin-top: 10px;
    font-size: 10px;
}
.sp {
    display: none !important;
}
#mainContents p a {
    color: #31afff !important;
    text-decoration: underline;
}
#mainContents p a:hover {
    color: #31afff !important;
    text-decoration: none;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* 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;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: #111 url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_galaxyzfold6/h1_bg.webp) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 560px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 125px;
    left: 0;
    width: 427px;
    height: 216px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_galaxyzfold6/h1.svg) no-repeat center top;
    font-size: 0;
}
.mainTitle .btnWrap {
    position: absolute;
    bottom: 125px;
    left: 0;
}
/*---- .lead ----*/
.lead {
    margin: 80px auto 0;
    width: 830px;
    line-height: 2.0;
    color: #fff;
    font-size: 16px;
}
.lead + .lead {
    margin-top: 40px;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgba(46,135,239,1) 0%, rgba(46,183,173,1) 100%);
    transition: .2s;
}
.btn:hover,
a:hover .btn {
    opacity: 0.7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
    font-weight: 700;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/* .btnWrap */
.mainTitle .btn,
.paragraph .btn,
.productBox .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    width: 320px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 13px;
}
.mainTitle .btn::after {
    right: 25px;
    width: 8px;
    height: 8px;
}
/* .bnr */
.bnr {
    margin-top: 100px;
    width: 100%;
    background: #111 url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_galaxyzfold6/bnr_bg.webp) no-repeat center top;
}
.bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 230px;
    margin: 0 auto;
    transition: .2s;
}
.bnr a:hover {
    opacity: .9;
}
.bnr a::before {
    content: "";
    display: block;
    position: absolute;
    top: 43px;
    right: 0;
    width: 320px;
    height: 82px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_galaxyzfold6/logo_w.svg) no-repeat center top;
}
/* .btn */
.paragraph .btn,
.productBox .btn {
    width: 320px;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    font-size: 13px;
}
.paragraph .btn::after,
.productBox .btn::after {
    right: 20px;
    width: 6px;
    height: 6px;
}
.paragraph .bnr .btn {
    position: absolute;
    right: 0;
    bottom: 43px;
}

/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 80px;
    background-color: #222;
}
.lnav {
	display: flex;
	align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 85px;
    box-sizing: border-box;
}
.lnav .contents {
	position: relative;
	width: 150px;
	margin-right: 20px;
	padding-left: 27px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
	box-sizing: border-box;
}
.lnav .contents::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	width: 13px;
	height: 8px;
	margin: auto 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_galaxyzfold6/contents.svg) no-repeat center top;
}
.lnav ul li + li {
    margin-top: 12px;
}
.lnav ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #31afff;
}
.lnav ul li a span {
    display: inline-block;
    width: 130px;
    line-height: 24px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    color: #222;
    font-size: 12px;
    transition: .2s;
}
.lnav ul li a:hover span {
    background-color: #31afff;
    color: #fff;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.spAccordion {
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    width: 150px;
    line-height: 36px;
    margin: 0 auto;
    border: 1px solid #222;
    border-radius: 18px;
    font-weight: bold;
    color: #222;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.4;
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
}
.paragraph .paragraphIn > h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 80px;
    padding-left: 1.8em;
    font-size: 22px;
    font-weight: 700;
}
.paragraph .paragraphIn > h3::before {
    position: absolute;
    display: block;
    content: "";
    top: .8em;
    left: 0;
    width: 20px;
    height: 4px;
    background: linear-gradient(90deg, rgba(46,135,239,1) 0%, rgba(46,183,173,1) 100%);
}
.paragraph h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 700; 
}
.paragraph p {
    line-height: 2.0;
    margin-top: 80px;
    text-align: left;
    font-size: 16px;
}
.paragraph p:first-child {
    margin-top: 60px;
}
.paragraph p + p {
    margin-top: 30px;
}
.paragraph h3 + p {
    margin-top: 30px;
}
.paragraph h4 + p,
.paragraph h4 + .imgBox {
    margin-top: 20px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox h4 {
    margin: 0 0 30px;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox video {
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 13px;
}
.imgBox .cap .raw {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}
.imgBox .cap .raw a {
    cursor: pointer;
}
/* .one */
.imgBox .one {
    width: 660px;
    text-align: center;
}
.imgBox .one.vertical {
    width: 100%;
    height: 660px;
    text-align: center;
}
.imgBox .one.vertical img {
    width: auto;
    height: 100%;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 660px;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .two video {
    width: 320px;
    outline: none;
}
.imgBox .two .capt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .two .capt a {
    width: 150px;
}
/* .w490 */
.imgBox .w490 {
    width: 490px;
    margin: 0 auto;
}
.imgBox .w490 + .cap {
    width: 490px;
}
.imgBox .w490 video {
    width: 490px;
}
/* .arrow */
.imgBox .arrow {
    width: 50px;
    margin: 30px auto;
}

/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 100px;
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBoxIn a {
    display: block;
    position: relative;
    width: 830px;
    height: 400px;
    background-color: #fff;
    border-radius: 20px;
}
.productBoxIn .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65px;
    height: 217px;
    margin: auto 0; 
}
.productBoxIn h2 {
    position: absolute;
    top: 125px;
    left: 65px;
    width: 320px;
    height: 82px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_galaxyzfold6/logo_b.svg) no-repeat center top;
    font-size: 0;
}
.productBox .btn {
    position: absolute;
    bottom: 125px;
    left: 65px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 40px;
    text-align: right;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}