@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 {
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #eeeff0;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #434343;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: 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: 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;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_panasonic/main_title_bg.jpg) no-repeat center top;
}
.mainTitle {
    position: relative;
	width: 1000px;
    height: 600px;
	margin: 0 auto;
}
.mainTitle .ryzen {
    position: absolute;
    top: 40px;
    left: 0;
    width: 85px;
    height: 76px;
}
.mainTitle .ryzen img {
    width: 100%;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 597px;
    height: 372px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_panasonic/h1.svg) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.lead {
    position: relative;
    width: 830px;
    line-height: 2.0;
    margin: 0 auto;
    font-size: 18px;
    font-weight: lighter;
}
.lead + .lead {
    margin-top: 40px;
}
.lead a:link, .lead a:visited {
    color: #5f9ece;
}
.lead a:hover, .lead a:active {
    border-bottom: 1px #5f9ece solid;
}
/*==============================================
 .bnr
============================================= */
.bnr {
	width: 1000px;
    margin: 100px auto 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(67,67,67,0.2);
    transition: .2s;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 180px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_panasonic/bnr.jpg) no-repeat 0 0;
}
.btn {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 170px;
    width: 320px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    color: #212529;
    font-size: 14px;
    color: #fff;
    background-color: #5f9ece;
    transition: .2s;
}
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_panasonic/arrow.svg) no-repeat 0 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
.bnr:hover {
    box-shadow: 0px 0px 0px 0px rgba(67,67,67,0.2);
    color: #fff;
}
a:hover .btn {
    background-color: #426e8f;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 100px;
    padding: 60px 0;
    background-color: #434343;
}
.lnav {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}
.lnav .index {
    position: relative;
    width: 170px;
}
.lnav .index::after {
    content: "";
    position: absolute;
    top: 0;
    left: 85px;
    width: 2px;
    height: 100%;
    background-color: #696969;
}
.lnav .index img {
    width: 25px;
}
.lnav ul {
    width: 830px;
}
.lnav ul li + li {
    margin-top: 25px;
}
.lnav ul li a {
    display: block;
    position: relative;
    padding-left: 2.4em;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #5f9ece;
}
.lnav ul li a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_panasonic/arrow_blue.svg) no-repeat 0 0;
    background-size: 100%;
}
.lnav ul li a span {
    display: inline-block;
    width: 14em;
    font-weight: bold;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 100px 0 0;
} 
.paragraphIn {
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center;
}
.paragraph h2 > span {
    display: block;
    margin: 0 auto;
}
.paragraph h2 .sub {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #cccdcd;
    color: #5f9ece;
    font-size: 26px;
    font-weight: 700;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.4;
    font-size: 45px;
    font-weight: 700;
}
.paragraph h3 {
    line-height: 1.6;
    margin: 100px 0 60px;
    padding: 15px 0;
    background-color: #dedfdf;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.paragraph h4 {
    line-height: 1.8;
    margin-top: 80px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.paragraph p {
    line-height: 1.8;
    text-align: left;
    font-size: 18px;
}
.paragraphIn > p {
    width: 830px;
    margin: 40px auto 0;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p.credit {
    font-size: 11px;
}
/*==============================================
 .note
============================================= */
.note {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
.note li {
    line-height: 1.8;
    padding-left: 2em;
    text-indent: -2.2em;
}
.note li + li {
    margin-top: .5em;
}
/*==============================================
 .imgBox
============================================= */
h4 + .imgBox {
    margin-top: 40px;
}
.imgBox + p {
    margin-top: 80px;
}
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox div {
    width: 405px;
    font-size: 0;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 405px;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}
/*---- .one ----*/
.imgBox .one {
    width: 830px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 830px;
}
.imgBox .two a {
    width: 320px;
}
.imgBox .two a + a,
.imgBox .two div + div {
    margin-top: 0;
    margin-left: 20px;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .w490 ----*/
.imgBox .w490 {
    width: 490px;
}
/*==============================================
.boxProfile
============================================= */
.boxProfile {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.boxProfile li {
    width: 490px;
    padding: 50px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}
.boxProfile .person {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cccdcd;
}
.boxProfile .person .img {
    width: 130px;
    margin-right: 20px;
}
.boxProfile .person .name {
    line-height: 1.6;
}
.boxProfile .person .name span {
    font-size: 20px;
    font-weight: 700;
}
.boxProfile li p {
    font-size: 16px;
}
/*==============================================
.fukidashi
============================================= */
.btnOpen {
    position: relative;
    width: 320px;
    height: 50px;
    line-height: 48px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #434343;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .2s;
}
.btnOpen:hover {
    background-color: #666;
}
.btnOpen::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_panasonic/arrow.svg) no-repeat 0 0;
    background-size: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .2s;
}
.btnOpen.active {
}
.btnOpen.active::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.fukidashiWrap + p {
    margin-top: 80px;
}
.fukidashiWrap {
    display: none;
    width: 830px;
    margin: 0 auto;
}
.fukidashi {
    display: block;
    position: relative;
    margin: 40px 0 0 130px;
    padding: 30px 40px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 2;
    font-size: 16px;
}
.fukidashi:first-child {
    margin-top: 0;
}
.imgBox + .fukidashi {
    margin-top: 80px;
}
.fukidashi.fujimura {
    margin-left: 0;
    margin-right: 130px;
}
.fukidashi p + p,
.fukidashi ul {
    margin-top: 20px;
}
.fukidashi ul li {
    position: relative;
    line-height: 1.8;
    padding-left: 1em;
    font-size: 18px;
    font-weight: 700;
}
.fukidashi ul li::before {
    position: absolute;
    left: 0;
    content: "\30FB";
}
/*---- ::before ----*/
.paragraphIn .fukidashi::before {
    display: block;
    position: absolute;
    top: 0;
    width: 85px;
    height: 85px;
    line-height: 210px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
}
.paragraphIn .makino::before {
    content: "\7267\91CE";
    left: -130px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_panasonic/img_makino.jpg) no-repeat center top;
}
.paragraphIn .fujimura::before {
    content: "\85E4\6751";
    right: -130px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_panasonic/img_fujimura.jpg) no-repeat center top;
}
/*---- ::after ----*/
.paragraphIn .fukidashi::after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
}
.paragraphIn .makino::after {
    left: -15px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
}
.paragraphIn .fujimura::after {
    right: -15px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
}
/*==============================================
.product
============================================= */
.productBox {
    background: #fff;
}
.productBoxIn {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.productBoxIn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    padding: 60px 0 50px;
}
.productBoxIn .img,
.productBoxIn .txt {
    width: 490px;
    text-align: center;
}
.productBoxIn .title {
    width: 405px;
}
.productBoxIn .title img {
    width: 100%;
}
.productBoxIn .btn {
    position: relative;
    bottom: auto;
    right: auto;
    width: 405px;
    height: 50px;
    line-height: 48px;
    margin-top: 40px;
    border-radius: 25px;
}
.productBoxIn .btn::before {
    border-radius: 25px;
}
.productBoxIn .btn::after {
    right: 15px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 11px;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
}
/*==============================================
アンケート
============================================= */
/*----　カラー変更　----*/
.questionnaire {
    color: #2e2e2e;
}
.question .select .arrow {
    border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2, .btnSend a {
    background-color: #0a7bc3;
}
.btnSend a:hover {
    background-color: #04619d;
}
.questionnaireInner h3 .q {
    color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
    background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
    border-color: #1b75bc !important;
}
/*----　文字強調　----*/
.questionnaire .marker {
    background: linear-gradient(transparent 70%, #c2dff7 70%);
}
/*----　ベースデザイン　----*/
.questionnaire {
    padding: 100px 0;
    background-color: #f2f2f2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"1;
}
.questionnaireInner {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.questionnaireInner h2 {
    padding: 25px 30px 25px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.questionnaireInner h3 {
    line-height: 1.8;
    font-size: 16px;
    font-weight: bold;
}
.questionnaireInner h3 .q {
    margin-right: 10px;
    font-size: 24px;
}
.questionnaireInner h3 .required {
    margin-left: 10px;
    color: #e20000;
}
.question {
    padding: 40px 80px 0;
}
.question:first-child {
    padding-top: 50px;
}
.question ul {
    list-style: none;
    margin-top: 20px;
    overflow: auto;
}
.question ul li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.question ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    padding: 0 0 0 53px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .2s linear;
}
/* radio */
.question ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.question ul li .radio {
    display: block;
    position: absolute;
    border: 3px solid #cccccc;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 6px;
    left: 20px;
    z-index: 5;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
    border: 3px solid;
}
.question ul li .radio::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 6px;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
    border: 3px solid;
}
/* checkbox */
.question ul li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.question ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #cccccc;
    border-radius: 6px;
    height: 16px;
    width: 16px;
    top: 4px;
    left: 20px;
    z-index: 5;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
}
.question ul li:hover .check {
    border: 3px solid;
}
.question ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    height: 6px;
    width: 3px;
    top: -3px;
    bottom: 0;
    left: 0;
    right: 1px;
    margin: auto;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.question input[type=checkbox]:checked ~ .check {
    border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
    border-bottom: 2px solid;
    border-right: 2px solid;
}
/* select */
.question .select {
    display: inline-block;
    position: relative;
    margin: 20px 0 0 20px;
}
.question .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 5px 35px 5px 15px;
    outline: 0;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border .2s linear;
}
.question .select .arrow {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
}
.question .select select:hover, .question .select select:focus {
    border: 1px solid;
}
/* textarea */
.question textarea {
    width: 80%;
    height: 150px;
    margin: 20px 0 0 20px;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    outline: 0;
    transition: border .2s linear;
}
.question textarea:hover, .question textarea:focus {
    border: 1px solid;
}
/* input */
.question input {
    width: 80%;
    margin: 20px 0 0 20px;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    outline: 0;
    transition: border .2s linear;
}
.question input:hover, .question input:focus {
    border: 1px solid;
}
.question ul li.text label {
    display: inline-block;
}
.question ul li.text input {
    width: 20%;
    margin: 0 0 0 10px;
}
/* .btnSend */
.btnSend {
    margin-top: 60px;
    text-align: center;
}
.btnSend a {
    display: inline-block;
    padding: 15px 100px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: background-color .2s linear;
}
/* .thanks */
.thanks {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}