@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
    font-size: 0;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    background: #f7f7f7 url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_dyson/main_img_sp.webp) no-repeat center top;
    background-size: contain;
    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 {
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.pc {
    display: none;
}
#mainContents .note {
    display: block;
    line-height: 1.4;
    margin-top: 1.5em;
    font-size: 1rem;
}
#mainContents .note + .note {
    margin-top: 1rem;
}
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: 4rem;
    height: 4rem;
    margin: 0 auto;
    border-radius: 2rem;
    background-color: #6a37ad;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s;
}
.btn a,
a .btn {
    display: block;
    position: relative;
    color: #fff;
}
.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 {
}
.mainTitleIn {
    display: flex;
    align-items: flex-end;
    width: auto;
    height: 100vw;
    padding: 2rem 2rem 8rem;
    box-sizing: border-box;
}
h1 {
    line-height: 1.4;
    width: 100%;
    text-align: center;
    color: #fff;
}
h1 .sub {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
    font-size: 1.4rem;
    text-align: left;
}
h1 .sub img {
    width: 7rem;
    height: auto;
    margin-right: 1rem;
}
h1 .title {
    font-size: 2.6rem;
    font-weight: 700;
}
/*==============================================
 .sidebar
============================================= */
.sidebar {
}
#fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: .3s;
}
.hidden#fix {
    top: -10rem;
}
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
    margin: 1rem;
}
.sidebar .bnr a {
    display: flex;
    align-items: center;
    position: relative;
    height: 7rem;
    padding: 0 4rem;
    border-radius: 3.5rem;
    background-color: #fff;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
}
.sidebar .bnr a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.5rem;
    width: .8rem;
    height: .8rem;
    margin: auto 0;
    border: 2px solid #8b47e4;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
.sidebar .bnr a:hover {
}
.sidebar .bnr .img {
    width: 25%;
    height: auto;
}
.sidebar .bnr .img img {
    width: 100%;
    height: auto;
}
.sidebar .bnr .txt {
    width: 75%;
}
.sidebar .bnr .txt .name {
    line-height: 1.2;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.sidebar .bnr .txt .name .min {
    display: none;
}
.sidebar .bnr .txt .btn {
    line-height: 1;
    margin-top: .5rem;
    color: #292929;
    font-size: .9rem;
    /* リセット */
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    
}
.sidebar .bnr .btn::after {
    display: none;
}
/* .nav
----------------------------------------------*/
.sidebar .nav {
    display: none;
}
/*==============================================
 .main
============================================= */
.main {
    width: 100%;
}
.paragraph {
    padding: 3rem 2rem;
    background-color: #fff;
}
.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: -2rem;
    width: 4px;
    height: 100%;
    background-color: #6a37ad;
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: #6a37ad;
    font-size: 1.4rem;
    font-weight: 700;
}
.paragraph h2 .sub strong {
    font-size: 1.6em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .5em;
    font-size: 2rem;
    font-weight: 700;
}
/* h3 */
.paragraph h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 3rem;
    padding-left: 1.6em;
    font-size: 1.6rem;
    font-weight: 700;
}
.paragraph h3::before {
    display: block;
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 1.5rem;
    height: 4px;
    background-color: #6a37ad;
}
/* h4 */
.paragraph h4 {
    line-height: 1.6;
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 700;
}
/* h5 */
.paragraph h5 {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 700;
}
/* p */
.paragraph p {
    line-height: 1.8;
    margin-top: 2rem;
    font-size: 1.4rem;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 1.5rem;
}
/* .btn */
.main .btn {
    width: 100%;
    margin-top: 2rem;
}
/*==============================================
 .point
============================================= */
.pointWrap {
    padding: 0 2rem 3rem;
}
.point {
    margin: -6rem auto 0;
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
}
.point p {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}
.point ul {
    margin-top: 1.0rem;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.5em;
    font-size: 1.4rem;
    font-weight: 700;
    word-break: break-all;
}
.point ul li + li {
    margin-top: .5rem;
}
.point ul li::before {
    content: "POINT";
    position: absolute;
    top: .3em;
    left: 0;
    padding: .4em .8em .4em 2.1em;
    border-radius: .2rem;
    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: 2rem;
    font-size: 1.4rem;
}
/* .nav
----------------------------------------------*/
.pointWrap .nav {
    margin-top: 2rem;
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: #eee;
    box-sizing: border-box;
}
.pointWrap .nav p {
    text-align: center;
    color: #999;
    font-size: 1.1rem;
}
.pointWrap .nav ul {
    margin-top: .5rem;
}
.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: .8em 1.5em .8em 3em;
    text-indent: -3em;
    color: #292929;
    font-size: 1.3rem;
    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 {
    margin-top: .5rem;
    font-size: 1.2rem;
    /*ボーダーデザイン*/
    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;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}
.profile .img {
    width: 7rem;
}
.profile .img img {
    width: 100%;
    height: auto;
}
.profile .txt {
    flex: 1; 
    margin-left: 1rem;
}
.profile .txt p {
    line-height: 1.6;
    font-size: 1.1rem;
}
.profile .txt .name {
    margin-bottom: .5em;
    font-size: 1.3rem;
}
/* .review
----------------------------------------------*/
.review {
    display: flex;
    margin-top: 2rem;
}
.review + .review {
    margin-top: 1rem;
}
h3 + .review {
    margin-top: 1.5rem;
}
.review dt {
    margin-right: 1.5rem;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #cfbfe3;
}
.review dt .name {
    line-height: 1.4;
    width: 5rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.0rem;
}
.review dd {
    position: relative;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
    background-color: #fff;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  border-style: solid;
  border-width: 0 1.3rem 1.3rem 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}

.review dd::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  border-style: solid;
  border-width: 0 1.1rem 1.1rem 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}
.review dd p {
    margin-top: 0;
    font-size: 1.2rem;
}
.review dd .link {
    margin-top: 10px;
}
.review dd .link a {
    position: relative;
    padding-right: 1.2em;
    color: #6a37ad;
    font-size: 1.2rem;
    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 {
    margin: 2rem 0 0;
}
h4 + .imgBox {
    margin-top: 1.5rem;
}
.imgBox h5 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.imgBox div + div {
    margin-top: 2rem;
}
.imgBox a + a {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    line-height: 1.6;
    margin-top: 1.0rem;
    font-size: 1.1rem;
}
/*---- .two ----*/
.imgBox .two {
    width: 100%;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*==============================================
 .lineup
============================================= */
.lineup {
    padding: 3rem 2rem;
    background-color: #292929;
}
.lineup h2 {
    position: relative;
    line-height: 1.6;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}
.lineup h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -2rem;
    width: 4px;
    height: 100%;
    background-color: #6a37ad;
}
/* .card
----------------------------------------------*/
.card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.card > li {
    width: 100%;
    padding: 0 2rem 2rem;
    background-color: #fff;
    border-radius: 1rem;
    box-sizing: border-box;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
}
.card > li + li {
    margin-top: 2rem;
}
.card > li .img {
    text-align: center;
}
.card > li .img a:hover {
    opacity: .7;
}
.card > li .img img {
    width: auto;
    height: 20rem;
}
.card > li h3 {
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: bold;
}
.card > li h3 a:hover {
    color: #6a37ad;
}
.card > li h3 span {
    display: inline-block;
    position: relative;
    top: -.3em;
    margin-left: 1em;
    padding: 0 .5em;
    border: 1px solid #e64c3d;
    color: #e64c3d;
    font-size: .5em;
}
.card > li p {
    line-height: 1.6;
    margin-top: .5rem;
    color: #fff;
    font-size: 1.1rem;
}
/* .size */
.card .size {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.card .size li {
    width: 32%;
    margin-right: 2%;
}
.card .size li:nth-of-type(3n) {
    margin-right: 0;
}
.card .size li:nth-of-type(n+4) {
    margin-top: 2%;
}
.card .size li a {
    display: block;
    line-height: 2.2em;
    border-radius: 1.1em;
    background-color: #6a37ad;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    transition: .2s;
}
.card .size li a:hover {
    background-color: #8545d9;
}
.card > li .btn {
    margin-top: 1rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    margin-top: 2rem;
    text-align: right;
    color: #fff;
    font-size: 0.85rem;
}