@charset "UTF-8";

/*--------------------------
>>  mqcontents
--------------------------*/

/*--------------------Reset*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  padding-top: 55px!important;
}

#mqWrapper {
	width: 100%;
	position: static;
}

#mqWrapper main {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}

#mq_dyson section {
  padding: 0 !important;
}

/*--------------------Common*/
#mq_dyson {
	/*position: relative;*/
	width: 100%;
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1;
	word-break: normal;
	line-break: strict;
  color: #373232;
}

#mq_dyson img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
  width: 100%;
  backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;/* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
}


#mq_dyson p {
  font-size: 14px;
  line-height: 1.5;
}

#mq_dyson .credit {
  font-size: 10px;
}

#mq_dyson .bold {
  font-weight: bold;
}

#mq_dyson .sup {
  font-size: 8px;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

#mq_dyson a:hover img {
  opacity: .6;
}

#mq_dyson .is-pc {
  display: block;
}


#mq_dyson .is-sp {
  display: none;
}

#mq_dyson br.is-pc {
  display: inline-block;
}


#mq_dyson br.is-sp {
  display: none;
}


/*--------------------Clearfix*/
#mq_dyson .cf:before,
#mq_dyson .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
#mq_dyson .cf:after {
	clear: both;
}
#mq_dyson .cf {
	zoom: 1;
}
#mq_dyson .clear {
	clear: both;
}


/*--------------------Layout*/
#mq_dyson .container {
	margin: 0 auto;
	width: 980px;
}


/*--------------------------------------------------------------------------------------
mq_contents
-------------------------------------------------------------------------------------- */

/*-------------------------------------------------------------------------------- pr */
#mq_dyson .pr {
  position: absolute;
  width: 30px;
  height: 17px;
  top: 30px;
  right: 0;
  z-index: 5;
}


/*---------------------------------------------------------------------------- link */
#mq_dyson .credit {
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #666;
  margin-bottom: 50px;
}


#mq_dyson .contact {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}

#mq_dyson .contact a {
  text-decoration: underline;
}

#mq_dyson .contact a:hover {
  color: #a6442e;
}


#mq_dyson .share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

#mq_dyson .share_headings {
  width: 89px;
  margin-right: 15px;
}

#mq_dyson .sns {
  text-align: center;
}

#mq_dyson .sns li {
  width: 40px;
  display: inline-block;
  margin: 0 15px;
}

/*-------------------------------------------------------------------------------- */
#mq_dyson .animation-headings {
}

/*#mq_dyson .animation-headings span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-right: 25px;
}

#mq_dyson .animation-headings span img {
  height: 43.5px;
  width: auto;
}

#mq_dyson .animation-headings span.is-show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}


#mq_dyson .animation-headings span:first-child {
  transition: all .5s ease 1s;
}
#mq_dyson .animation-headings span:nth-child(2) {
  transition: all .5s ease 1.1s;
}
#mq_dyson .animation-headings span:nth-child(3){
  transition: all .5s ease 1.2s;
}
#mq_dyson .animation-headings span:nth-child(4) {
  transition: all .5s ease 1.3s;
}
#mq_dyson .animation-headings span:nth-child(5){
  transition: all .5s ease 1.4s;
}
#mq_dyson .animation-headings .letter6 {
  transition: all .5s ease 1.25s;
}
#mq_dyson .animation-headings .letter7 {
  transition: all .5s ease 1.3s;
}
#mq_dyson .animation-headings .letter8 {
  transition: all .5s ease 1.35s;
}
#mq_dyson .animation-headings .letter9 {
  transition: all .5s ease 1.4s;
}
#mq_dyson .animation-headings .letter10 {
  transition: all .5s ease 1.45s;
}
#mq_dyson .animation-headings .letter11 {
  transition: all .5s ease 1.5s;
}
#mq_dyson .animation-headings .letter12 {
  transition: all .5s ease 1.55s;
}
#mq_dyson .animation-headings .letter13 {
  transition: all .5s ease 1.6s;
}
#mq_dyson .animation-headings .letter14 {
  transition: all .5s ease 1.65s;
}
#mq_dyson .animation-headings .letter15 {
  transition: all .5s ease 1.7s;
  margin-right: 2px;
}
#mq_dyson .animation-headings .letter16 {
  transition: all .5s ease 1.75s;
  font-weight: 200;
  font-size: 32px;
}
#mq_dyson .animation-headings .letter17 {
  transition: all .5s ease 1.8s;
  font-weight: 200;
  font-size: 32px;
}
*/
/*---------------------------------------------------------------------------- mv */
#mq_dyson .mv {
  background-color: #fff0de;
  overflow: hidden;
}

#mq_dyson .mv .container {
  position: relative;
  width: 980px;
  height: 950px;
}

#mq_dyson .mv_catch {
  position: absolute;
  top: 70px;
  left: -144px;
}

#mq_dyson .mv_ph {
  width: 0;
  height: 500px;
  overflow: hidden;
}

#mq_dyson .mv_ph.is-show {
  width: 680px;
}

#mq_dyson .mv_ph-inner {
  position: relative;
  width: 680px;
  height: 500px;
}


#mq_dyson .mv_ph-img1 {
  z-index: 2;
}

#mq_dyson .mv_ph-img2 {
  z-index: 2;
}

#mq_dyson .mv_ph1-1 {
  position: absolute;
  top: 0;
  right: -210px;
  z-index: 2;
  transition: all 2s ease;
}

#mq_dyson .mv_ph1-1 .mv_ph-inner {
  position: absolute;
  right: 0;
  top: 0;
}

#mq_dyson .mv_ph1-2 {
  position: absolute;
  top: 0;
  left: 510px;
  z-index: 3;
  transition: all 2s ease 2s;
}


#mq_dyson .mv_ph1 .mv_ph-img {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}

#mq_dyson .mv_ph2-1 {
  position: absolute;
  top: 245px;
  left: -210px;
}

#mq_dyson .mv_ph2-2 {
  position: absolute;
  top: 245px;
  right: 510px;
}

#mq_dyson .mv_ph2-1 {
  z-index: 2;
  transition: all 2s ease 1s;
}

#mq_dyson .mv_ph2-2 {
  z-index: 3;
  width: 0;
  transition: all 2s ease 3s;
}

#mq_dyson .mv_ph2-2 .mv_ph-inner {
  position: absolute;
  right: 0;
  top: 0;
}

#mq_dyson .mv_ph2-2 img {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}

#mq_dyson .mv_caption1 {
  position: absolute;
  right: 0;
  top: 518px;
  font-size: 10px;
  text-align: right;
  opacity: 0;
  transition: all 1s ease 1s;
}

#mq_dyson .mv_caption1.is-show,
#mq_dyson .mv_caption2.is-show {
  opacity: 1;
}


#mq_dyson .mv_caption2 {
  position: absolute;
  left: 0;
  top: 760px;
  font-size: 10px;
  opacity: 0;
  transition: all 1s ease 1s;
}

#mq_dyson .mv_title {
  position: absolute;
  top: 554px;
  left: 300px;
  width: 570px;
  z-index: 5;
  opacity: 0;
  transition: all 1s ease;
  transform: translate(0, 20px);
}

#mq_dyson .mv_title.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

#mq_dyson .mv_scroll {
  position: absolute;
  bottom: 0;
  right: -114px;
  width: 14.5px;
  transform: translateY(-20px);
  transition: all 1s ease;
}


#mq_dyson .mv_catch span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-right: 7px;
}

#mq_dyson .mv_catch span img {
  height: 16px;
  width: auto;
  margin-top: 15px;
}

#mq_dyson .mv_catch span.is-show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}


#mq_dyson .mv_catch span:first-child {
  transition: all .5s ease;
  margin-right: 20px;
}
#mq_dyson .mv_catch span:first-child img {
  height: 39px;
  margin-top: 0;
}
#mq_dyson .mv_catch span:nth-child(2) {
  transition: all .5s ease .1s;
}
#mq_dyson .mv_catch span:nth-child(3){
  transition: all .5s ease .2s;
}
#mq_dyson .mv_catch span:nth-child(4) {
  transition: all .5s ease .3s;
}
#mq_dyson .mv_catch span:nth-child(5){
  transition: all .5s ease .4s;
  margin-right: 18px;
}
#mq_dyson .mv_catch span:nth-child(6) {
  transition: all .5s ease .5s;
}
#mq_dyson .mv_catch span:nth-child(7){
  transition: all .5s ease .6s;
}
#mq_dyson .mv_catch span:nth-child(8) {
  transition: all .5s ease .7s;
}
#mq_dyson .mv_catch span:nth-child(9){
  transition: all .5s ease .8s;
  margin-right: 18px;
}
#mq_dyson .mv_catch span:nth-child(10){
  transition: all .5s ease .9s;
}
#mq_dyson .mv_catch span:nth-child(11) {
  transition: all .5s ease 1s;
}
#mq_dyson .mv_catch span:nth-child(12){
  transition: all .5s ease 1.1s;
}
#mq_dyson .mv_catch span:nth-child(13) {
  transition: all .5s ease 1.2s;
}
#mq_dyson .mv_catch span:nth-child(14) {
  transition: all .5s ease 1.3s;
}
/*----------------------------------------------------------------------------  block01 */
#mq_dyson .block01 {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/block01_bg@2x.jpg);
  background-size: 1400px 859px;
  background-position: center 0;
  background-repeat: no-repeat;
  height: 859px;
  padding-top: 140px;
}

#mq_dyson .block01_headings {
  width: 645px;
  margin: 0 auto 60px;
}

#mq_dyson .block01_text {
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  transition-delay: .5s;
  letter-spacing: 1.5px;
}

/*----------------------------------------------------------------------------  block02 */
#mq_dyson .block02 {
  padding-top: 100px;
  position: relative;
  z-index: 0;
  margin-bottom: 120px;
}

#mq_dyson .block02::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #fff0de,  rgba(255, 255, 255, 0));
  height: 260px;
  z-index: -1;
}

#mq_dyson .block02_headings {
  width: 580px;
  margin: 0 auto 80px;

}

#mq_dyson .block02_wrapper {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 954px;
}
#mq_dyson .block02_wrapper::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: calc(100% - 60px );
  top: 60px;
  left: 0;
  background-color:  #fff8ef;
  z-index: -1;
}

#mq_dyson .block02_right {
  width: 477px;
}

#mq_dyson .block02_left {
  width: 477px;
}

#mq_dyson .block02_ph {
  width: 360px;
  margin: 0 auto;
}

#mq_dyson .block02_lead {
  padding-top: 45px;
  width: 395.5px;
  margin-bottom: 22px;
}

#mq_dyson .block02_name {
  font-size: 16px;
  line-height: 26px;
  color:#a6442e;
  position: relative;
  margin-left: 235px;
  font-weight: bold;
  margin-bottom: 55px;
}

#mq_dyson .block02_name::before {
  position: absolute;
  display: block;
  content: '';
  top: 13px;
  left: -115px;
  height: 1px;
  width: 105px;
  background-color: #a6442e;
}


#mq_dyson .block02_text {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  background-color: #fff;
  padding: 43px 40px 43px 43px;
}

/*----------------------------------------------------------------------------  block03 */
#mq_dyson .block03 {
  padding-top: 100px;
  position: relative;
  z-index: 0;
  margin-bottom: 140px;
}

#mq_dyson .block03::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #fff0de,  rgba(255, 255, 255, 0));
  height: 260px;
  z-index: -1;
}

#mq_dyson .block03_headings {
  width: 683px;
  margin: 0 auto 80px;

}

#mq_dyson .block03_wrapper {
  position: relative;
  height: 550px;
  margin-bottom: 40px;t
}

#mq_dyson .block03_ph {
  position: absolute;
  width: 780px;
  height: 550px;
  left: 100px;
}

#mq_dyson .block03_check {
  position: absolute;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/check@2x.png);
  background-size: contain;
  width: 228.5px;
  height: 228.5px;
  background-size: 228.5px 228.5px;
  opacity: 0;
  transition: all .5s ease;
 }

#mq_dyson .is-active .block03_check {
  opacity: 1;
}

#mq_dyson .block03_check1 {
  top: 35px;
  left: 0;
  transition: all 1s ease;
}

#mq_dyson .block03_check2 {
  right: 0;
  top: 35px;
  transition: all 1s ease .5s;
}
#mq_dyson .block03_check3 {
  left: 0;
  top: 292px;
  transition: all 1s ease 1s;
}

#mq_dyson .block03_check4 {
  right: 0;
  top: 292px;
  transition: all 1s ease 1.5s;
}


#mq_dyson .block03_check-text {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding-top: 90px;
  font-weight: bold;
}

#mq_dyson .block03_text {
  font-size: 14px;
  line-height: 30px;
  width: 714px;
  margin: 0 auto 40px;
  letter-spacing: -.05em;
}

#mq_dyson .block03_credit {
  font-size: 10px;
  width: 714px;
  margin: 0 auto;
}



/*----------------------------------------------------------------------------  block04 */
#mq_dyson .block04 {
  margin-bottom: 60px;
}

#mq_dyson .block04_headings {
  margin: 0 auto 40px;
  width: 873px;
}

#mq_dyson .block04_ph1 {
  margin-bottom: 60px;
}


#mq_dyson .point_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#mq_dyson .point_item {
  width: 300px;
  height: 300px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/point@2x.png);
  background-size: 300px 300px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all .5s ease;
  transform: translate(0, 20px);
}

#mq_dyson .is-active .point_item {
  opacity: 1;
  transform: translate(0, 0);
}

#mq_dyson .point_item:nth-child(2) {
  transition-delay: .5s;
}

#mq_dyson .point_item:nth-child(3) {
  transition-delay: 1s;
}

#mq_dyson .point_headings {
  width: 64px;
  margin: 30px auto;
}


#mq_dyson .point_text {
  color: #a6442e;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

#mq_dyson .block04_text1 {
  font-size: 14px;
  line-height: 30px;
  width: 714px;
  margin: 0 auto 60px;
  letter-spacing: -.05em;
}

#mq_dyson .arrow {
  width: 140px;
  margin: 0 auto 60px;
  height: 86px;
}

#mq_dyson .arrow_inner {
  width: 140px;
  height: 0;
}

#mq_dyson .arrow .slidedown.is-active  {
  height: 86px;
}
#mq_dyson .arrow .slidedown_inner {
  width: 140px;
  height: 86px;
}



#mq_dyson .block04_wrapper {
  display: flex;
}

#mq_dyson .block04_left {
  width: 320px;
  position: relative;
  height: 550px;
}

#mq_dyson .block04_right {
  width: 660px;
}

#mq_dyson .block04_catch {
  width: 346px;
  position: absolute;
  top: 90px;
  left: 15px;
  z-index: 2;
}

#mq_dyson .block04_text2 {
  font-size: 14px;
  line-height: 30px;
  left: 10px;
  width: 280px;
  top: 390px;
  position: absolute;
}

#mq_dyson .block04_ph2 {
  margin-bottom: 20px;
}

#mq_dyson .block04_caption {
  margin-left: 40px;
  font-size: 10px;

}

/*----------------------------------------------------------------------------  block05 */
#mq_dyson .block05 {
  position: relative;
}

#mq_dyson .block05::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 700px);
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/block05_bg@2x.png);
  width: 1400px;
  height: 330px;
  background-size: 1400px 330px;
  background-position: left 0;
  background-repeat: no-repeat;
  z-index: 2;
  width: 0;
  overflow: hidden;
  transition: all 2s ease;
}

#mq_dyson .block05.is-active::before {
  width: 1400px;
}


#mq_dyson .block05_headings {

}

#mq_dyson .block05_ph {
  padding-top: 130px;
  margin-bottom: 40px;
  transition-delay: 1s;
}

#mq_dyson .block05_text {
  font-size: 14px;
  line-height: 30px;
  width: 714px;
  margin: 0 auto 100px;
  letter-spacing: -.05em;
}

#mq_dyson .block05 span {
  font-size: 10px;
}

/*----------------------------------------------------------------------------  block06 */
#mq_dyson .block06 {
  margin-bottom: 160px;
}

#mq_dyson .block06_headings {
  width: 800px;
  margin: 0 auto 50px;
}

#mq_dyson .block06_list {
  width: 960px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}

#mq_dyson .block06_item {
  width: 240px;
  margin-right: 120px;
  opacity: 0;
  transition: all .5s ease;
  transform: translate(0, 20px);
}

#mq_dyson .is-active .block06_item {
  opacity: 1;
  transform: translate(0, 0);
}

#mq_dyson .block06_item:nth-child(3n){
  margin-right: 0;
}

#mq_dyson .block06_item:nth-child(-n+3){
  margin-bottom: 40px;
}

#mq_dyson .is-active .block06_item:nth-child(2) {
  transition-delay: .5s;
}

#mq_dyson .is-active .block06_item:nth-child(3){
  transition-delay: 1s;
}

#mq_dyson .is-active .block06_item:nth-child(4) {
  transition-delay: 1.5s;
}

#mq_dyson .is-active .block06_item:nth-child(5){
  transition-delay: 2s;
}

#mq_dyson .is-active .block06_item:nth-child(6) {
  transition-delay: 2.5s;
}


#mq_dyson .block06_ph {
  width: 240px;
  margin: 0 auto 40px;
}

#mq_dyson .block06_item-headings {
  color: #a6442e;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

#mq_dyson .block06_item-text {
  color: #404040;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

#mq_dyson .btn_detail {
  width: 669px;
  height: 79px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/btn_detail@2x.png);
  background-size: 669px 79px;
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 auto;
  transition: all .5s ease;
}

#mq_dyson .btn_detail:hover {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/btn_detail-hover@2x.png);
  cursor: pointer;
}

#mq_dyson .btn_detail a {
  display: block;
  width: 100%;
  height: 100%;
}


/*----------------------------------------------------------------------------  block07 */
#mq_dyson .block07 {
  margin-bottom: 40px;
}

#mq_dyson .block07_headings {
  width: 709px;
  margin: 0 auto 60px;
}

#mq_dyson .block07_ph1 {
  margin-bottom: 50px;
}


#mq_dyson .block07 .point_list {
  margin-bottom: 20px;
}

#mq_dyson .block07_caution1 {
  font-size: 10px;
  line-height: 2;
  width: 300px;
  margin-bottom: 50px;
  letter-spacing: -.025em;
  text-align: justify;
  transition-delay: 0;
  transform: translate(0, 20px);
  transition: all .5s ease;
  opacity: 0;
}

#mq_dyson .block07 .is-active .block07_caution1 {
  opacity: 1;
  transform: translate(0, 0);
}

#mq_dyson .block07 .point_item:nth-child(3) {
  transition-delay: .5s;
}

#mq_dyson .block07 .point_item:nth-child(4) {
  transition-delay: 1s;
}


#mq_dyson .block07_text1 {
  font-size: 14px;
  line-height: 30px;
  width: 714px;
  margin: 0 auto 100px;
  letter-spacing: -.05em;
  margin-bottom: 20px;
}

#mq_dyson .block07_caution2 {
  width: 714px;
  margin: 0 auto 40px;
  font-size: 10px;
}

#mq_dyson .block07_wrapper {
  display: flex;
}

#mq_dyson .block07_left {
  width: 320px;
  position: relative;
  height: 550px;
}

#mq_dyson .block07_right {
  width: 660px;
}

#mq_dyson .block07_catch {
  width: 314px;
  position: absolute;
  top: 70px;
  left: 10px;
  z-index: 2;
}

#mq_dyson .block07_text2 {
  font-size: 14px;
  line-height: 30px;
  left: 10px;
  width: 280px;
  top: 370px;
  position: absolute;
}

#mq_dyson .block07_ph2 {
  margin-bottom: 20px;
}

#mq_dyson .block07_caption {
  margin-left: 40px;
  font-size: 10px;

}

/*----------------------------------------------------------------------------  block08 */
#mq_dyson .block08 {
  margin-bottom: 160px;
  position: relative;
}

#mq_dyson .block08::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 700px);
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/block08_bg@2x.png);
  height: 330px;
  background-size: 1400px 330px;
  background-position: left 0;
  background-repeat: no-repeat;
  z-index: 2;
  width: 0;
  overflow: hidden;
  transition: all 2s ease;
}

#mq_dyson .block08.is-active::before {
  width: 1400px;
}

#mq_dyson .block08_ph {
  padding-top: 130px;
  margin-bottom: 40px;
}

#mq_dyson .block08_text {
  font-size: 14px;
  line-height: 30px;
  width: 714px;
  margin: 0 auto 100px;
  letter-spacing: -.05em;
  margin-bottom: 100px;
}

#mq_dyson .block08_text span {
  font-size: 10px;
}


#mq_dyson .block08_headings {
  width: 800px;
  margin: 0 auto 60px;
}

#mq_dyson .block08_list {
  width: 700px;
  display: flex;
  margin: 0 auto 60px;
  flex-wrap: wrap;
}

#mq_dyson .block08_item {
  margin-bottom: 50px;
  width: 300px;
  margin-bottom: 50px;
  opacity: 0;
  transition: all .5s ease;
  transform: translate(0, 20px);
}

#mq_dyson .is-active .block08_item {
  opacity: 1;
  transform: translate(0, 0);
}

#mq_dyson .block08_item:nth-child(2n+1) {
  margin-right: 100px;
}

#mq_dyson .block08_item:nth-child(n+2) {
  margin-bottom: 0;
}

#mq_dyson .is-active .block08_item:nth-child(2) {
  transition-delay: .5s;
}

#mq_dyson .is-active .block08_item:nth-child(3){
  transition-delay: 1s;
}

#mq_dyson .is-active .block08_item:nth-child(4) {
  transition-delay: 1.5s;
}


#mq_dyson .block08_item-ph {
  width: 300px;
  margin-bottom: 40px;
}

#mq_dyson .block08_item-headings {
  color: #a6442e;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

#mq_dyson .block08_item-text {
  color: #404040;
  font-size: 14px;
  line-height: 25px;
}

#mq_dyson .block08_caution {
  font-size: 10px;
  line-height: 2;
  margin-top: 20px;
}

/*----------------------------------------------------------------------------  block09 */
#mq_dyson .block09 {
  background-color: #fff0de;
  margin-bottom: 90px;
  overflow: hidden;
  height: 650px;
  position: relative;
}

#mq_dyson .block09::before,
#mq_dyson .block09::after {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  background-color: #a6442eff;
  height: 400px;
  transition: all ease 1s;
}

#mq_dyson .block09::before {
  top: 300px;
  left: -100px;
  transform: rotate(45deg);
  transform-origin: top right;
}

#mq_dyson .block09.is-active::before {
  top: 0;
  left: 200px;
}

#mq_dyson .block09::after {
  bottom: 300px;
  right: -100px;
  transform: rotate(45deg);
  transform-origin: bottom left;
}

#mq_dyson .block09.is-active::after {
  bottom: 0;
  right: 200px;
}


#mq_dyson .block09 .container {
  padding-top: 110px;
  padding-bottom: 80px;
  height: 100%;
}


#mq_dyson .block09_wrapper {
  display: flex;
  justify-content: space-between;
}

#mq_dyson .block09_left {
  padding-left: 10px;
}

#mq_dyson .block09_right {
  width: 495px;
  padding-right: 10px;
}


#mq_dyson .block09 .animation-headings {
  margin-bottom: 50px;
}

#mq_dyson .block09_headings {
  width: 345px;
  margin-bottom: 40px;
}

#mq_dyson .block09_text {
  width: 430px;
  font-size: 14px;
  line-height: 25px;
}

#mq_dyson .block09_ph {

}
#mq_dyson .btn_instagram {
  width: 669px;
  height: 79px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/btn_instagram@2x.png);
  background-size: 669px 79px;
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 auto;
  transition: all .5s ease;
  margin-bottom: 60px;
  margin-top: 30px;
}

#mq_dyson .btn_instagram:hover {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/dyson2012/img/btn_instagram-hover@2x.png);
  cursor: pointer;
}

#mq_dyson .btn_instagram a {
  display: block;
  width: 100%;
  height: 100%;
}
.test {
  width: 500px;
}
