@charset "shift_jis";
/*==============================================
common
============================================= */
html {
    overflow: auto;
}
body {
    contain: paint;
    min-width: 1170px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ededed;
}
#footer { 
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: calc(100% - 60px);
}
#mainContents {
    background-color: #e8e8e8;
    /*background-attachment: fixed;*/
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #292929;
    letter-spacing: 0.08em;
    font-feature-settings: "palt"1;
}
.mainContentsIn {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: -120px auto 0;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
#mainContents .note {
    display: block;
    line-height: 1.4;
    margin-top: 1.5em;
    font-size: 12px;
}
#mainContents .note + .note {
    margin-top: 10px;
}
em {
    color: #6a37ad;
    font-style: normal;
}
a, a:visited, a:hover {
    color: inherit;
}
#mainContents a {
    transition: .2s;
}
/*==============================================
 .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;
}
/*==============================================
 ボタン共通
============================================= */
.btn {
    width: 100%;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #6a37ad;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .2s;
}
.btn a,
a .btn {
    display: block;
    position: relative;
}
.btn a::after,
a .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
.btn:hover,
a:hover .btn {
    background-color: #8545d9;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    height: 640px;
    background: #090d10 url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_dyson/main_img.webp) no-repeat center top;
}
.mainTitleIn {
    display: flex;
    align-items: center;
    width: 1170px;
    height: 520px;
    margin: 0 auto;
}
h1 {
    line-height: 1.4;
    color: #fff;
}
h1 .sub {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 26px;
}
h1 .sub img {
    margin-right: 20px;
}
h1 .title {
    font-size: 58px;
    font-weight: 700;
}
/*==============================================
 .sidebar
============================================= */
.sidebar {
    width: 320px;
}
#fix {
    position: sticky;
    top: 20px;
}
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
    background-color:#fff;
}
.sidebar .bnr a {
    display: block;
    padding: 0 0 30px;   
}
.sidebar .bnr .img {
    text-align: center;   
}
.sidebar .bnr .txt .name {
    line-height: 1.4;
    margin: 0 30px;
    font-size: 24px;
    font-weight: 700;
    transition: .2s;
}
.sidebar .bnr .txt .name .min {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.sidebar .bnr a:hover .txt .name {
    color: #6a37ad;
}
.sidebar .bnr .txt .btn {
    line-height: 42px;
    width: auto;
    height: 42px;
    margin: 10px 30px 0;
    font-size: 14px;
}
/* .nav
----------------------------------------------*/
.sidebar .nav {
    padding: 40px 30px 30px;
    background-color: #292929;
}
.sidebar .nav p {
    color: #777;
    font-size: 14px;
}
.sidebar .nav ul {
    margin-top: 5px;
}
.sidebar .nav ul li {
    border-top: 1px solid #555;
}
.sidebar .nav ul li:first-child {
    border-top: none;
}
.sidebar .nav ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: 1em 1.5em 1em 3em;
    text-indent: -3em;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.sidebar .nav ul li a:hover {
    color: #8b47e4;
}
.sidebar .nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid #8b47e4;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(-25%) rotate(135deg);
}
.sidebar .nav .btn {
    line-height: 40px;
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
    /*ボーダーデザイン*/
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
}
.sidebar .nav .btn a::after {
    display: none;
}
.sidebar .nav .btn:hover {
    background-color: rgba(255,255,255,0.1);
}
/*==============================================
 .main
============================================= */
.main {
    width: 830px;
    background-color: #fff;
}
.paragraph {
    padding: 80px 65px 65px;
}
.paragraph:nth-of-type(odd) {
    background-color: #f7f7f7;
}
/* h2 */
.paragraph h2 {
    position: relative;
    line-height: 1.4;
}
.paragraph h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -65px;
    width: 5px;
    height: 100%;
    background-color: #6a37ad;
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: #6a37ad;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h2 .sub strong {
    font-size: 1.6em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .5em;
    font-size: 34px;
    font-weight: 700;
}
/* h3 */
.paragraph h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 60px;
    padding-left: 1.6em;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h3::before {
    display: block;
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 25px;
    height: 5px;
    background-color: #6a37ad;
}
/* h4 */
.paragraph h4 {
    line-height: 1.6;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
}
/* h5 */
.paragraph h5 {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
}
/* p */
.paragraph p {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 30px;
}
/* .btn */
.main .btn {
    width: 490px;
    margin-top: 40px;
}
/*==============================================
 .point
============================================= */
.pointWrap {
    padding: 65px;
    background-color: #f7f7f7;
}
.point {
    padding: 30px 40px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
}
.point p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.point ul {
    margin-top: 20px;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.5em;
    font-size: 19px;
    font-weight: 700;
}
.point ul li + li {
    margin-top: 7px;
}
.point ul li::before {
    content: "POINT";
    position: absolute;
    top: .3em;
    left: 0;
    padding: .4em .8em .4em 2.1em;
    border-radius: 3px;
    background: #e64c3d url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_dyson/check.svg) no-repeat left top;
    color: #fff;
    font-size: .5em;
    letter-spacing: 0;
}
.lead {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
/* .nav
----------------------------------------------*/
.pointWrap .nav {
    margin-top: 40px;
    padding: 30px 40px;
    border-radius: 15px;
    background-color: #eee;
    box-sizing: border-box;
}
.pointWrap .nav p {
    text-align: center;
    color: #999;
    font-size: 14px;
}
.pointWrap .nav ul {
    margin-top: 10px;
}
.pointWrap .nav ul li {
    border-top: 1px solid #ddd;
}
.pointWrap .nav ul li:first-child {
    border-top: none;
}
.pointWrap .nav ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: 1em 1.5em 1em 3em;
    text-indent: -3em;
    color: #292929;
    font-size: 14px;
    font-weight: 700;
}
.pointWrap .nav ul li a:hover {
    color: #6a37ad;
}
.pointWrap .nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid #8b47e4;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(-25%) rotate(135deg);
}
.pointWrap .nav .btn {
    width: 260px;
    line-height: 42px;
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
    /*ボーダーデザイン*/
    border: 1px solid #292929;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
}
.pointWrap .nav .btn a {
    color: #292929;
}
.pointWrap .nav .btn a::after {
    display: none;
}
.pointWrap .nav .btn:hover {
    background-color: rgba(255,255,255,0.08);
}
/* .profile
----------------------------------------------*/
.profile {
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.profile .txt {
    margin-left: 20px;
}
.profile .txt p {
    line-height: 1.6;
    font-size: 13px;
}
.profile .txt .name {
    margin-bottom: .5em;
    font-size: 15px;
}
/* .review
----------------------------------------------*/
.review {
    display: flex;
    margin-top: 40px;
}
.review + .review {
    margin-top: 20px;
}
h3 + .review {
    margin-top: 30px;
}
.review dt {
    margin-right: 40px;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #cfbfe3;
}
.review dt .name {
    line-height: 1.4;
    width: 70px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}
.review dd {
    position: relative;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}

.review dd::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}
.review dd p {
    margin-top: 0;
    font-size: 16px;
}
.review dd .link {
    margin-top: 10px;
}
.review dd .link a {
    position: relative;
    padding-right: 1.2em;
    color: #6a37ad;
    font-size: 16px;
    text-decoration: underline;
}
.review dd .link a .arrow {
    display: inline-block;
    position: relative;
    top: -.1em;
    width: 1.1em;
    height: 1.1em;
    margin-left: .5em;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #6a37ad;
}
.review dd .link a .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.1em;
    right: 0;
    width: .3em;
    height: .3em;
    margin: auto;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
}
h4 + .imgBox {
    margin-top: 30px;
}
.imgBox div {
    width: calc(50% - 10px);
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    line-height: 1.6;
    width: calc(50% - 10px);
    margin: 0;
    font-size: 14px;
}
/* .one */
.imgBox .one {
    width: 100%;
}
.imgBox .one.vertical img {
    width: auto;
    height: 100%;
}
.imgBox .one a {
    margin: 0 auto;
    text-align: center;
}
.imgBox .one + .cap {
    width: 100%;
    margin: 15px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 100%;
    margin: 0 auto;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two a,
.imgBox .two div,
.imgBox .two video {
    width: calc(50% - 10px);
    margin-top: 0;
    outline: none;
}
.imgBox .two a:first-of-type,
.imgBox .two video:first-of-type {
    margin-right: 20px;
}
.imgBox .two + .cap,
.imgBox .two div .cap {
    width: auto;
    margin: 15px auto 0;
    padding-left: 0;
}
/*==============================================
 .lineup
============================================= */
.lineup {
    padding: 80px 65px 65px;
    background-color: #292929;
}
.lineup h2 {
    position: relative;
    line-height: 1.6;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.lineup h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -65px;
    width: 5px;
    height: 100%;
    background-color: #6a37ad;
}
/* .card
----------------------------------------------*/
.card {
    margin-top: 40px;
}
.card > li {
    width: 100%;
}
.card > li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 0 80px;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
}
.card > li h3 {
    line-height: 1.4;
    font-size: 40px;
    font-weight: bold;
    transition: .2s;
}
.card > li a:hover h3 {
    color: #6a37ad;
}
.card > li .btn {
    line-height: 42px;
    width: 310px;
    height: 42px;
    margin: 20px 0 0;
    font-size: 14px;
}
/*==============================================
 .releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: auto;
    margin: 40px auto 0;
    text-align: right;
    color: #fff;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}