@import url("cssreset.css");
@import url("base.css");


/* common animation */
[data-sal] {
    --sal-duration:.8s;
    --sal-delay:.3s;
    --sal-easing:ease-in-out;
}

.lineup-block:nth-child(2),
.bottom-block:nth-child(2) {--sal-delay:.6s;}
.lineup-block:nth-child(3),
.bottom-block:nth-child(3) {--sal-delay:.9s;}
.lineup-block:nth-child(4),
.bottom-block:nth-child(4) {--sal-delay:1.2s;}
.lineup-block:nth-child(5),
.bottom-block:nth-child(5) {--sal-delay:1.5s;}


@media only screen and (max-width: 750px) {
.lineup-block:nth-child(2),
.bottom-block:nth-child(2),
.lineup-block:nth-child(3),
.bottom-block:nth-child(3),
.lineup-block:nth-child(4),
.bottom-block:nth-child(4),
.lineup-block:nth-child(5),
.bottom-block:nth-child(5) {--sal-delay:.3s;}
}


/* top.css */
/*--------------------------------------*/

/* key visual */
#kv {
    width:100%;
    background-color:#000000;
    margin:0;
    padding-bottom:40px;
}
#kv #slide {
    width:100%;
    max-width:1400px;
    margin:0 auto;
}


#kv .item-inner {
    position:relative;
    width:100%;
    height:0;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:contain;
    padding-top:45.21%;
}

#kv .item01 {background-image:url("../images/kv01_pc.jpg");}
#kv .item02 {background-image:url("../images/kv02_pc.jpg");}
#kv .item03 {background-image:url("../images/kv03_pc.jpg");}


/* Dots */
#kv .slick-dotted.slick-slider {
    margin-bottom:0;
}

#kv .slick-dots {
    display:block;
    position:absolute;
    bottom:-20px;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
}
#kv .slick-dots li {
    position:relative;
    display:inline-block;
    margin:0 11px;
    padding:0;
    cursor:pointer;
}
#kv .slick-dots li button {
    display:block;
    width:72px;
    height:4px;
    background:transparent;
    padding:0;
    border:0;
    line-height:0;
    font-size:0;
    color:transparent;
    outline:none;
    cursor:pointer;
}
#kv .slick-dots li button:hover,
#kv .slick-dots li button:focus {
    outline:none;
}
#kv .slick-dots li button:hover:before,
#kv .slick-dots li button:focus:before {
    opacity:1;
}
#kv .slick-dots li button:before {
    position:absolute;
    top:0;
    left:0;
    width:72px;
    height:4px;
    background:#b2b2b2;
    content:'';
    text-align:center;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
#kv .slick-dots li.slick-active button:before {
    background:#ff0000;
}


/* buttons */
.btn a {
    display:block;
    width:100%;
    padding:0.5em;
    line-height:1.0;
    font-family:'Barlow Condensed',sans-serif;
    font-size:1.6em;
    font-weight:bold;
    transition:all .3s ease-in;
}
.detail a {
    background-color:#ffffff;
    border:1px solid #ff0000;
    color:#ff0000;
}
.buy a {
    background-color:#ff0000;
    border:1px solid #ff0000;
    color:#ffffff;
}
.detail a:hover {
    background-color:#f3f3f3;
    border:1px solid #f35a5a;
}
.buy a:hover {
    background-color:#f35a5a;
    border:1px solid #f35a5a;
}

.detail a.not {
    background-color:#ffffff;
    border:1px solid #7e7e7e;
    color:#d2d2d2;
    pointer-events:none;
}
.buy a.not {
    background-color:#7e7e7e;
    border:1px solid #7e7e7e;
    color:#d2d2d2;
    pointer-events:none;
}


/* Line up */
section#lineup {
    background-color:#000000;
    padding:80px 0;
    color:#ffffff;
}
section#lineup h2 {
    font-family:'Barlow Condensed',sans-serif;
    font-size:1.8em;
}
section#lineup p.lead {
    width:90%;
    max-width:1100px;
    margin:0 auto 3%;
    padding-top:1%;
    border-top:1px solid #666666;
    line-height:1.4;
    font-size:3.0em;
}

.lineup-area {
    width:96%;
    max-width:1040px;
    margin:0 auto;
    letter-spacing:-0.5em;
}
.lineup-block {
    display:inline-block;
    width:18.4%;
    max-width:168px;
    margin-right:2%;
    margin-bottom:2%;
    font-family:'Barlow Condensed',sans-serif;
    letter-spacing:normal;
}
.lineup-block:last-child {
    margin-right:0;
}

.lineup-block .text {
    margin-top:-1.5em;
    text-align:left;
}
.lineup-block .text p.new {
    color:#ff0000;
}
.lineup-block .text p {
    line-height:1.2;
}
.lineup-block .text h3 {
    line-height:1.2;
    font-size:2.8em;
    font-weight:500;
}

.lineup-block .more a {
    display:block;
    width:100%;
    background-color:#000000;
    background:url("../images/arrow_down_white.png") no-repeat left 8px center;
    border:1px solid #ff0000;
    padding:0.25em;
    text-align:center;
    font-family:'Barlow Condensed',sans-serif;
    font-size:1.4em;
    color:#ffffff;
    transition:all .3s ease-in;
	padding-left: 25px;
}
.lineup-block .more a:hover {
    background-color:#444444;
}


/* Gallery */
section#gallery {
    background-color:#000000;
}
section#gallery ul.sp {display:none;}
section#gallery ul.pc {
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 0 0.4%;
    font-size:0;
}
section#gallery ul li {
    display:inline-block;
    height:340px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    margin-right:0.4%;
    margin-bottom:0;
}
section#gallery ul li:last-child {
    margin-right:0;
}
section#gallery ul.pc li.ga01-pc {width:19.8%;background-image:url("../images/gallery01_pc.jpg");}
section#gallery ul.pc li.ga02-pc {width:31%;background-image:url("../images/gallery02_pc.jpg");}
section#gallery ul.pc li.ga03-pc {width:27%;background-image:url("../images/gallery03_pc.jpg");}
section#gallery ul.pc li.ga04-pc {width:21%;background-image:url("../images/gallery04_pc.jpg");}

section#gallery ul.pc li.ga05-pc {width:29%;background-image:url("../images/gallery05_pc.jpg");}
section#gallery ul.pc li.ga06-pc {width:20.8%;background-image:url("../images/gallery06_pc.jpg");}
section#gallery ul.pc li.ga07-pc {width:24%;background-image:url("../images/gallery07_pc.jpg");}
section#gallery ul.pc li.ga08-pc {width:25%;background-image:url("../images/gallery08_pc.jpg");}


/* Noise Cancelling */
section#nc {
    width:100%;
    background-color:#000000;
    padding-bottom:80px;
}
.nc-lead {
    width:100%;
    background:url("../images/nc_bg.jpg") repeat-x center top;
}
.nc-lead-inner {
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url("../images/nc_img_pc.jpg");
    padding:95px 0 95px;
}
.nc-lead-inner .logo {
    display:block;
    margin:0 auto 40px;
}
.nc-lead-inner h2 {
    display:inline-block;
    max-width:94%;
    margin:0 auto 0.25em;
    padding:0 0.75em 0.25em;
    border-bottom:1px solid #cccccc;
    line-height:1.2;
    font-size:3.0em;
    font-weight:bold;
    color:#a89769;
}
.nc-lead-inner p {
    display:block;
    width:72%;
    max-width:800px;
    margin:0 auto;
    font-size:1.6em;
    color:#ffffff;
}

.nc-block {
    width:100%;
    max-width:1100px;
    background-repeat:no-repeat;
    margin:0 auto 60px;
    padding-top:275px;
}

.nc-block h3 {
    display:inline-block;
    background-color:#ffffff;
    padding:0.75em 1.5em;
    font-size:2.0em;
    font-weight:bold;
    font-style:italic;
    color:#a89769;
}
.nc-block p {
    width:84%;
    line-height:1.8;
    text-align:left;
    font-size:1.2em;
    color:#ffffff;
}
.nc-block .p-block {
    background-color:#000000;
    background-color:rgba(0,0,0,0.7);
    margin-top:-1em;
    padding:3%;
}
.nc-block.nc01 {
    background-position:right top;
    background-image:url("../images/nc_img01_pc.jpg");
    text-align:left;
}
.nc-block.nc01 h3,
.nc-block.nc01 p {
    margin-left:70px;
}
.nc-block.nc02 {
    background-position:left top;
    background-image:url("../images/nc_img02_pc.jpg");
    text-align:right;
}
.nc-block.nc02 h3,
.nc-block.nc02 p {
    margin-right:70px;
}
.nc-block.nc03 {
    background-position:right top;
    background-image:url("../images/nc_img03_pc.jpg");
    text-align:left;
}
.nc-block.nc03 h3,
.nc-block.nc03 p {
    margin-left:70px;
}


/* Products */
section#products {
    width:100%;
    padding:120px 0 80px;
}
section#products h2 {
    font-family:'Barlow Condensed',sans-serif;
    font-size:1.8em;
}
section#products p.lead {
    width:90%;
    max-width:1100px;
    margin:0 auto 3%;
    padding:1% 8% 0;
    border-top:1px solid #cccccc;
    line-height:1.4;
    font-size:2.8em;
}

section#products .block {
    width:100%;
    background-color:#e0e0e0;
    border-top:6px solid #000000;
}
section#products .block-inner {
    width:96%;
    max-width:1100px;
    margin:0 auto;
    text-align:left;
}
section#products .block-right {
    float:right;
    width:41.5%;
}
section#products .block-left {
    float:left;
    width:55.5%;
    padding:30px 0;
}

.line {
    width:100%;
    height:1px;
    margin-bottom:10px;
    border-top:1px solid #969696;
    border-bottom:1px solid #ffffff;
}
section#products .block-left .line {display:none;}

/* right block */
section#products .block-right .image {
    width:100%;
    height:0;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:contain;
    margin-bottom:15px;
    padding-top:58.695%;
}
#ha-a50t .block-right .image {background-image:url("../images/ha-a50t_vi_pc.jpg");}
#ha-s90bn-z .block-right .image {background-image:url("../images/ha-s90bn-z_vi_pc.jpg");}
#ha-s65bn .block-right .image {background-image:url("../images/ha-s65bn_vi_pc.jpg");}
#ha-s80bn .block-right .image {background-image:url("../images/ha-s80bn_vi_pc.jpg");}
#ha-fx65bn .block-right .image {background-image:url("../images/ha-fx65bn_vi_pc.jpg");}

section#products .block-right .right-inner {
    position:relative;
    padding-bottom:3em;
}
section#products .block-right p {
    line-height:1.2;
    font-family:'Barlow Condensed',sans-serif;
    font-size:1.2em;
}
section#products .block-right h3 {
    line-height:1.0;
    font-family:'Barlow Condensed',sans-serif;
    font-size:5.0em;
    font-weight:bold;
    color:#6e5b29;
}
section#products .block-right ul.sns {
    position:absolute;
    top:2.6rem;
    right:0;
    text-align:right;
}
section#products .block-right ul.sns li {
    display:inline-block;
}
section#products .block-right ul.sns li:last-child {
    margin-left:10px;
}
section#products .block-right .spec {
    margin-bottom:10px;
}
section#products .block-right ul.feature {
    padding-left:1em;
    list-style:disc;
}
section#products .block-right ul.feature li {
    line-height:1.4;
    font-size:0.9em;
}
section#products .block-right p.note {
    position:absolute;
    right:0;
    bottom:2%;
    text-align:right;
    font-size:0.9em;
}

/* left block */
section#products .block-left h4 {
    margin-bottom:1em;
    font-size:1.4em;
}
section#products .block-left ul.link {
    clear:both;
    text-align:center;
}
section#products .block-left ul.link li {
    display:inline-block;
    width:49%;
}
section#products .block-left ul.link li:last-child {
    margin-left:2%;
}

/* slide */
section#products .photos {
    padding-bottom:45px;
}
section#products .slick-prev,
section#products .slick-next {
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    background-color:transparent;
    border:0;
    border-radius:0;
    cursor:pointer;
    outline:0;
    font-size:0;
    z-index:1;
}
section#products .slick-prev {left:0;}
section#products .slick-next {right:0;}
section#products .slick-prev:hover,
section#products .slick-next:hover {
    opacity:0.5;
}
section#products .slick-prev:before,
section#products .slick-next:before {
    display:block;
    width:24px;
    height:58px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    content:"";
}
section#products .slick-prev:before {
    background-image:url("../images/arrow_slide_prev.png");
}
section#products .slick-next:before {
    background-image:url("../images/arrow_slide_next.png");
}

section#products .slick-dots {
    display:block;
    position:absolute;
    bottom:20px;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
}
section#products .slick-dots li {
    position:relative;
    display:inline-block;
    margin:0 11px;
    padding:0;
    cursor:pointer;
}
section#products .slick-dots li button {
    display:block;
    width:9px;
    height:9px;
    background:transparent;
    padding:0;
    border:0;
    border-radius:50%;
    line-height:0;
    font-size:0;
    color:transparent;
    outline:none;
    cursor:pointer;
}
section#products .slick-dots li button:hover,
section#products .slick-dots li button:focus {
    outline:none;
}
section#products .slick-dots li button:hover:before,
section#products .slick-dots li button:focus:before {
    opacity:1;
}
section#products .slick-dots li button:before {
    position:absolute;
    top:0;
    left:0;
    width:9px;
    height:9px;
    background:#b2b2b2;
    border-radius:50%;
    content:'';
    text-align:center;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
section#products .slick-dots li.slick-active button:before {
    background:#ff0000;
}


/* Bottom area */
section#bottom {
    width:100%;
    background-color:#e0e0e0;
    padding:100px 0 90px;
}
section#bottom h2 {
    width:94%;
    max-width:1100px;
    margin:0 auto;
    padding-bottom:0.25em;
    line-height:1.2;
    font-family:'Barlow Condensed',sans-serif;
    font-size:1.8em;
    font-weight:bold;
}
section#bottom h2 span {color:#ff0000;}
section#bottom .line {
    width:94%;
    max-width:1100px;
    margin:0 auto 2em;
}

.bottom-area {
    width:96%;
    max-width:1040px;
    margin:0 auto;
    letter-spacing:-0.5em;
}
.bottom-block {
    display:inline-block;
    width:18.4%;
    max-width:168px;
    margin-right:2%;
    margin-bottom:4%;
    text-align:left;
    font-family:'Barlow Condensed',sans-serif;
    letter-spacing:normal;
}
.bottom-block:last-child {
    margin-right:0;
}

.bottom-block .image {
    text-align:center;
}
.bottom-block p.new {
    color:#ff0000;
}
.bottom-block p {
    line-height:1.2;
}
.bottom-block h3 {
    line-height:1.2;
    font-size:2.6em;
    font-weight:600;
}
.bottom-block .btn {
    text-align:center;
    font-size:0.8em;
}









/* - 1400px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 1400px) {


/* Noise Cancelling */
.nc-block {
    background-size:68%;
    padding-top:28%;
}
.nc-block.nc01 h3,
.nc-block.nc01 p,
.nc-block.nc03 h3,
.nc-block.nc03 p {
    margin-left:8%;
}
.nc-block.nc02 h3,
.nc-block.nc02 p {
    margin-right:8%;
}


/* Products */
section#products .block-right h3 {
    font-size:4.6em;
}
section#products .block-right ul.sns {
    top:2.7rem;
}
section#products .block-right ul.sns li {
    width:40px;
}
section#products .block-right ul.sns li:last-child {
    margin-left:5px;
}




}
/* - 1400px end */





/* - 980px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 980px) {


/* Noise Cancelling */
.nc-lead {
    background:none;
}
.nc-lead-inner {
    background-image:url("../images/nc_img_980.jpg");
    background-size:contain;
}


/* Products */
section#products .block-right h3 {
    font-size:4.2em;
}
section#products .block-right ul.sns {
    top:2.8rem;
}
section#products .block-right ul.sns li {
    width:30px;
}


}
/* - 980px end */





/* - 940px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 940px) {


/* Line up */
.lineup-area {
    width:78%;
}
.lineup-block {
    width:32%;
}
.lineup-block:nth-child(3) {
    margin-right:0;
}


/* buttons */
.btn a {
    font-size:1.4em;
}


/* Products */
section#products .block-left h4 {
    font-size:1.2em;
}
section#products p.lead {
    width:90%;
    padding:1% 0 0;
    font-size:2.8em;
}
section#products .block-right h3 {
    font-size:3.8em;
}
section#products .block-right ul.sns {
    top:2.8rem;
}
section#products .block-right ul.sns li {
    width:26px;
}


/* Bottom area */
.bottom-area {
    width:78%;
}
.bottom-block {
    width:32%;
}
.bottom-block:nth-child(3) {
    margin-right:0;
}


}
/* - 940px end */






/* - 768px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {


/* Line up */
section#lineup p.lead {
    font-size:2.6em;
}


/* Gallery */
section#gallery ul li {
    height:280px;
}


/* Noise Cancelling */
.nc-lead-inner {
    background-image:url("../images/nc_img_tb.jpg");
}
.nc-lead-inner p {
    width:80%;
}


/* Products */
section#products .block-left h4 {
    font-size:1.2em;
}
section#products p.lead {
    width:90%;
    padding:1% 0 0;
    font-size:2.6em;
}
section#products .block-right h3 {
    font-size:3.4em;
}
section#products .block-right ul.sns {
    top:2.5rem;
}



}
/* - 768px end */





/* - 750px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

/* key visual */
#kv .item-inner {
    padding-top:142.666%;
}

#kv .item01 {background-image:url("../images/kv01_sp.jpg");}
#kv .item02 {background-image:url("../images/kv02_sp.jpg");}
#kv .item03 {background-image:url("../images/kv03_sp.jpg");}



/* Line up */
section#lineup p.lead {
    margin-bottom:2em;
    font-size:2.0em;
}

.lineup-area {
    width:90%;
}
.lineup-block {
    display:flex;
    align-items:center;
    width:100%;
    max-width:inherit;
    margin-right:0;
    margin-bottom:2%;
}
.lineup-block .image {
    width:34%;
    margin-right:2%;
}
.lineup-block .text {
    width:64%;
}
.lineup-block .more a {
    max-width:300px;
}


/* Gallery */
section#gallery {
}
section#gallery ul.pc {display:none;}
section#gallery ul.sp {
    display:block;
    width:100%;
    margin:0 auto;
    padding:0;
}
section#gallery ul li {
    height:0;
    max-height:350px;
    margin-right:0.8%;
    padding-top:45%;
}
section#gallery ul.sp li.ga01-sp {width:28.5%;background-image:url("../images/gallery01_sp.jpg");}
section#gallery ul.sp li.ga02-sp {width:34.5%;background-image:url("../images/gallery02_sp.jpg");}
section#gallery ul.sp li.ga03-sp {width:34.6%;background-image:url("../images/gallery03_sp.jpg");}

section#gallery ul.sp li.ga04-sp {width:60.4%;background-image:url("../images/gallery04_sp.jpg");}
section#gallery ul.sp li.ga05-sp {width:38%;background-image:url("../images/gallery05_sp.jpg");}

section#gallery ul.sp li.ga06-sp {width:29%;background-image:url("../images/gallery06_sp.jpg");}
section#gallery ul.sp li.ga07-sp {width:42%;background-image:url("../images/gallery07_sp.jpg");}
section#gallery ul.sp li.ga08-sp {width:26.6%;background-image:url("../images/gallery08_sp.jpg");}


/* Noise Cancelling */
section#nc {
    padding-bottom:2%;
}
.nc-lead {
    background:none;
}
.nc-lead-inner {
    background-image:url("../images/nc_img_sp.jpg");
    padding:16% 0 12%;
}
.nc-lead-inner .logo {
    width:24%;
}
.nc-lead-inner h2 {
    display:inline-block;
    font-size:2.6em;
}
.nc-lead-inner p {
    width:84%;
    font-size:1.4em;
}

.nc-block {
    background-size:100%;
    padding-top:76%;
}

.nc-block h3 {
}
.nc-block p {
    width:100%;
}
.nc-block.nc01 {
    background-position:center top;
    background-image:url("../images/nc_img01_sp.jpg");
}
.nc-block.nc02 {
    background-position:center top;
    background-image:url("../images/nc_img02_sp.jpg");
}
.nc-block.nc03 {
    background-position:center top;
    padding-top:58%;
}
.nc-block.nc01 h3,
.nc-block.nc01 p,
.nc-block.nc03 h3,
.nc-block.nc03 p {
    margin-left:0;
}
.nc-block.nc02 h3,
.nc-block.nc02 p {
    margin-right:0;
}


/* Products */
section#products {
    width:100%;
    padding:12% 0 8%;
}
section#products p.lead {
    padding:1% 0 0;
    font-size:2.4em;
}
section#products .block-right h3 {
    font-size:3.8em;
}
section#products .block-right ul.sns {
    top:1.7rem;
}
section#products .block-right ul.sns li {
    width:45px;
}
section#products .block-right ul.sns li:last-child {
    margin-left:10px;
}

section#products .block-inner {
    width:100%;
}
section#products .block-right {
    float:none;
    width:100%;
}
section#products .block-left {
    float:none;
    width:88%;
    margin:0 auto;
    padding-top:0;
}
section#products .block-left .line {display:block;}
section#products .right-inner {
    width:88%;
    margin:0 auto;
}
section#products .block-right .image {
    padding-top:46.666%;
}
#ha-a50t .block-right .image {background-image:url("../images/ha-a50t_vi_sp.jpg");}
#ha-s90bn-z .block-right .image {background-image:url("../images/ha-s90bn-z_vi_sp.jpg");}
#ha-s65bn .block-right .image {background-image:url("../images/ha-s65bn_vi_sp.jpg");}
#ha-s80bn .block-right .image {background-image:url("../images/ha-s80bn_vi_sp.jpg");}
#ha-fx65bn .block-right .image {background-image:url("../images/ha-fx65bn_vi_sp.jpg");}


/* Bottom area */
section#bottom {
    padding:12% 0 6%;
}
.bottom-area {
    width:84%;
    text-align:left;
}
.bottom-block {
    width:45%;
    max-width:inherit;
    margin-right:10%;
}
.bottom-block:nth-child(3) {
    margin-right:10%;
}
.bottom-block:nth-child(even) {
    margin-right:0;
}
.bottom-block h3 {
    font-size:3.0em;
}
.bottom-block .btn a {
    padding:0.75em 0.5em;
    font-size:1.6em;
}







}
/* - 750px end */





/* - 480px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 480px) {


/* Dots */
#kv .slick-dots li {
    margin:0 6px;
}
#kv .slick-dots li button {
    width:50px;
}
#kv .slick-dots li button:before {
    width:50px;
}


/* Line up */
section#lineup p.lead {
    font-size:1.7em;
}

.lineup-block .image {
    width:40%;
}
.lineup-block .text {
    width:58%;
}
.lineup-block .text h3 {
    font-size:2.4em;
}


/* Noise Cancelling */
.nc-lead-inner {
    background-size:contain;
    padding:16% 0 12%;
}
.nc-lead-inner .logo {
    width:28%;
}
.nc-lead-inner h2 {
    font-size:1.9em;
}
.nc-lead-inner p {
    font-size:1.2em;
}

.nc-block h3 {
    padding:0.75em 1em;
    font-size:1.5em;
}
.nc-block p {
    font-size:1.1em;
}
.nc-block .p-block {
    padding:8% 3% 3%;
}


/* Products */
section#products p.lead {
    width:94%;
    font-size:1.7em;
}
section#products .block-right ul.sns {
    top:2.1rem;
}
section#products .block-right ul.sns li {
    width:35px;
}


/* Bottom area */
.bottom-block {
    width:48%;
    margin-right:4%;
}
.bottom-block:nth-child(3) {
    margin-right:4%;
}
.bottom-block h3 {
    font-size:2.6em;
}


}
/* - 480px end */



/* - 420px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 420px) {


/* Products */
section#products .block-right ul.sns {
    top:2.5rem;
}
section#products .block-right ul.sns li {
    width:30px;
}
section#products .block-right ul.sns li:last-child {
    margin-left:5px;
}


/* Bottom area */
section#bottom h2 {
    font-size:1.6em;
}
.bottom-block h3 {
    font-size:2.0em;
}


}
/* - 420px end */



/* - 320px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 320px) {

/* buttons */
.btn a {
    font-size:1.2em;
}


/* Noise Cancelling */
.nc-lead-inner h2 {
    font-size:1.6em;
}
.nc-lead-inner p {
    font-size:1.1em;
}

.nc-block h3 {
    padding:0.5em 1em;
    font-size:1.2em;
}
.nc-block p {
    font-size:1.0em;
}


/* Products */
section#products h2 {
    font-size:1.4em;
}
section#products p.lead {
    font-size:1.6em;
}
section#products .block-right h3 {
    font-size:3.2em;
}
section#products .block-right ul.sns {
    top:2.2rem;
}
section#products .block-right ul.sns li {
    width:30px;
}


/* Bottom area */
section#bottom h2 {
    font-size:1.3em;
}
.bottom-block h3 {
    font-size:1.8em;
}
.bottom-block .btn a {
    font-size:1.4em;
}


}
/* - 320px end */


