@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_wanomi2012 section {
  padding: 0 !important;
}

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

#mq_wanomi2012 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_wanomi2012 p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

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

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

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

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


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

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


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


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


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


/*--------------------------------------------------------------------------------------
mq_wanomi2012
-------------------------------------------------------------------------------------- */

/*--------------------------------------------------------------------------------アニメーション共通 */

#mq_wanomi2012 .fadeup {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 40px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 40px);
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

#mq_wanomi2012 .fadeup.is-active {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}


/*fadein*/
#mq_wanomi2012 .fadein {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
}

#mq_wanomi2012 .fadein.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=1);
  opacity: 1;
}

/*faderight*/
#mq_wanomi2012 .faderight {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate( -40px, 0);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate( -40px, 0);
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

#mq_wanomi2012 .faderight.is-active {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}


/*-------------------------------------------------------------------------------- pr */
#mq_wanomi2012 .pr {
  width: 30px;
  height: 17px;
  margin-left: auto;
  padding-top: 20px;
}

/*-------------------------------------------------------------------------------- loading*/
#mq_wanomi2012 .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff9f4;
  z-index: 1000;
}


/*----------------------------------------------------------------------------sns */
#mq_wanomi2012 .sns {
  margin: 40px auto 50px;
  text-align: center;
}

#mq_wanomi2012 .sns li:nth-child(1) {
  width: 88px;
  height: 18px;
}

#mq_wanomi2012 .sns li {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}


/*----------------------------------------------------------------------------モーダル */

#mq_wanomi2012 .modal,
#mq_wanomi2012 #modal_overlay {
  display: none;
}
/*-------------------------------------------------------------------------------- 背景切り替え  */

#mq_wanomi2012 #bgBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 1s ease .5s;
}

#mq_wanomi2012 #bgBox.is-yellow {
  background-color: #fff5e0;
}

footer {
  background-color: #fff;
}


/*-------------------------------------------------------------------------------- mv*/
#mq_wanomi2012 .mv .container {
  margin-bottom: 115px;
}

#mq_wanomi2012 .wrapper {
  width: 100%;
  height: 966px;
  position: relative;
  margin-bottom: 90px;
}

#mq_wanomi2012 .mv_main,
#mq_wanomi2012 .mv_title,
#mq_wanomi2012 .mv_comment,
#mq_wanomi2012 .mv_sub,
#mq_wanomi2012 .modal_icon01,
#mq_wanomi2012 .modal_icon02,
#mq_wanomi2012 .modal_icon03 {
  position: absolute;
  opacity: 0;
}

#mq_wanomi2012 .mv_sub {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate( -40px, 0);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate( -40px, 0);
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  transition: all .5s ease 0s;

}

#mq_wanomi2012 .mv_sub.is-active {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

#mq_wanomi2012 .modal_icon:hover {
  cursor: pointer;
  transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
}

#mq_wanomi2012 .mv_main.is-show,
#mq_wanomi2012 .modal_icon01.is-show,
#mq_wanomi2012 .modal_icon02.is-show,
#mq_wanomi2012 .modal_icon03.is-show {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
}

#mq_wanomi2012 .mv_title.is-show {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0.5s;
  transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0.5s;
}


#mq_wanomi2012 .mv_comment.is-show {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  -ms-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
}

#mq_wanomi2012 .mv_main {
  width: 644px;
  height: 778px;
  top: 0;
  left: 0;
}

#mq_wanomi2012 .mv_title {
  width: 503px;
  height: 208px;
  top: 50px;
  right: 0;
}

#mq_wanomi2012 .mv_comment {
  width: 340px;
  top: 280px;
  right: 0;
}

#mq_wanomi2012 .mv_comment p {
  font-size: 18px;
  line-height: 1.555;
  text-align: right;
}

#mq_wanomi2012 .mv_sub {
  width: 364px;
  height: 471px;
  top: 490px;
  right: 15px;
}

#mq_wanomi2012 .mv_sub.is-active::before {
  opacity: 1;
  transform: translate( 0, 0);
}


#mq_wanomi2012 .modal_icon01,
#mq_wanomi2012 .modal_icon02,
#mq_wanomi2012 .modal_icon03 {
  width: 50px;
  height: 50px;
}

#mq_wanomi2012 .modal_wrapper:hover::before,
#mq_wanomi2012 .modal_wrapper:hover::before,
#mq_wanomi2012 .modal_wrapper:hover::before {
  display: block;
  content: '';
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/mv_icon-over@2x.png");
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  z-index: 3;
  position: absolute;
  top: 0;
}

#mq_wanomi2012 .modal_icon01 {
  top: 136px;
  left: 450px;
}

#mq_wanomi2012 .modal_icon02 {
  top: 460px;
  left: 105px;
}

#mq_wanomi2012 .modal_icon03 {
  top: 594px;
  left: 475px;
}

#mq_wanomi2012 .modal_wrapper {
  position: relative;
  cursor: pointer !important;
}

#mq_wanomi2012 .modal_wrapper:hover .balloon {
  display: inline;
}

#mq_wanomi2012 .balloon {
  position: absolute;  
  display: none;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.70);
  width: 183px;
}

#mq_wanomi2012 .balloon p {
  margin-top: 15px;
  font-size: 10px;
}

#mq_wanomi2012 .modal_icon01 .balloon {
  top: 65px;
  left: -124px;
}

#mq_wanomi2012 .modal_icon01 .modal_headings {
  width: 148px;
  height: 31px;
  margin:0 auto;
}

#mq_wanomi2012 .modal_icon02 .balloon {
  top: 65px;
  left: -40px;
}

#mq_wanomi2012 .modal_icon02 .modal_headings {
  width: 123px;
  height: 31px;
  margin:0 auto;
}

#mq_wanomi2012 .modal_icon03 .balloon {
  top: 53px;
  left: -150px;
}

#mq_wanomi2012 .modal_icon03 .modal_headings {
  width: 151px;
  height: 31px;
  margin:0 auto;
}

#mq_wanomi2012 .mv_headings {
  width: 517px;
  height: 73px;
  margin: 0 auto 50px;
}

#mq_wanomi2012 .mv_lead {
  text-align: center;
  font-size: 16px;
  line-height: 3;
  -webkit-transition: all .5s ease .5s;
  -ms-transition: all .5s ease .5s;
  -moz-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
}

/*-------------------------------------------------------------------------------- block01*/
#mq_wanomi2012 #index02 .container {
  margin-bottom: 80px;
}

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

#mq_wanomi2012 .point_item {
  width: 310px;
  height: auto;
  background-color: #fff5e0;
  padding: 57px 20px 20px;
  position: relative;
}

#mq_wanomi2012 .point_item:nth-child(2) {
  -webkit-transition: all .5s ease .5s;
  -ms-transition: all .5s ease .5s;
  -moz-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
}

#mq_wanomi2012 .point_item:nth-child(3) {
  -webkit-transition: all .5s ease 1s;
  -ms-transition: all .5s ease 1s;
  -moz-transition: all .5s ease 1s;
  transition: all .5s ease 1s;
}

#mq_wanomi2012 .point_item:nth-child(1)::before,
#mq_wanomi2012 .point_item:nth-child(2)::before,
#mq_wanomi2012 .point_item:nth-child(3)::before {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#mq_wanomi2012 .point_item:nth-child(1)::before {
  display: block;
  content: '';
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block01_icon01@2x.png");
  width: 48px;
  height: 89px;
  background-size: 48px 89px;
  background-repeat: no-repeat;
}

#mq_wanomi2012 .point_item:nth-child(2)::before {
  display: block;
  content: '';
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block01_icon02@2x.png");
  width: 48px;
  height: 89px;
  background-size: 48px 89px;
  background-repeat: no-repeat;
}

#mq_wanomi2012 .point_item:nth-child(3)::before {
  display: block;
  content: '';
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block01_icon03@2x.png");
  width: 48px;
  height: 89px;
  background-size: 48px 89px;
  background-repeat: no-repeat;
}

#mq_wanomi2012 .point_item .point_headings {
  width: 256px;
  height: 85px;
  margin: 0 auto 30px;
}

#mq_wanomi2012 .point_item:nth-child(1) .point_headings {
  width: 237px;
  height: 85px;
}

#mq_wanomi2012 .point_lead {
  width: 270px;
  font-size: 14px;
  line-height: 1.74;
}

#mq_wanomi2012 .point_credit {
  font-size: 12px;
  line-height: 1.66;
  text-align: left;
}

#mq_wanomi2012 .block01_item {
  width: 860px;
  height: 260px;
  margin: 80px auto;
  padding: 30px;
  border: thick solid #fff5e0;
  display: flex;
}

#mq_wanomi2012 .item_left {
  margin-right: 10px;
}

#mq_wanomi2012 .item_catch {
  width: 351px;
  height: 57px;
  margin: 0 auto 30px;
  position: relative;
}

#mq_wanomi2012 .item_catch::before {
  display: block;
  content: '';
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block01_headings04@2x.png");
  width: 301px;
  height: 57px;
  background-size: 301px 57px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-animation: fuwafuwa 2s infinite ease;
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  -ms-animation-name: fuwafuwa;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease;
}

#mq_wanomi2012 .item_ph {
  width: 387px;
  height: 187px;
  margin: 0 auto;
}

#mq_wanomi2012 .item_text {
  width: 380px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.74;
}

/*------------------------------------------------------------------------------------ btn-detail */
#mq_wanomi2012 .btn_orange {
	position: relative;
	width: 500px;
  height:60px;
  margin: 0 auto;
}

#mq_wanomi2012 .btn_orange a {
  display: block;
	width: 500px;
  height:  60px;
  position: absolute;
  left: 0;
  top: 0;
  font-size:20px;
  font-weight: bold;
	cursor: pointer;
	transition: 800ms ease all;
	outline:none;
	text-align: center;
  line-height: 60px;
  margin: 0 auto;
  background: #eb6300;
	color:#fff;
	border: none;
}

#mq_wanomi2012 .btn_orange:hover a {
	background:#fff;
	color: #eb6300;
}

#mq_wanomi2012 .btn_orange::before,
#mq_wanomi2012 .btn_orange::after {
	content:'';
	position:absolute;
	top: 0;
	right: 0;
	height: 2px;
	width:0;
	background: #eb6300;
  transition: 400ms ease all;
  z-index: 5;
}

#mq_wanomi2012 .btn_orange::after {
	right: inherit;
  top: inherit;
  position: absolute;
	left:0;
	bottom:0;
}

#mq_wanomi2012 .btn_orange:hover::before,
#mq_wanomi2012 .btn_orange:hover::after {
	width: 100%;
	transition: 800ms ease all;
}

#mq_wanomi2012 .btn_brown {
	width: 500px;
  height: 60px;
  position: relative;
  margin: 40px auto 0;
}

#mq_wanomi2012 .btn_brown a {
	width: 500px;
  height:60px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
	cursor: pointer;
	transition: 800ms ease all;
	outline: none;
	text-align: center;
  line-height: 60px;
  background: #a6442e;
	color:#fff;
  border: none;
  display: block;
}

#mq_wanomi2012 .btn_brown:hover a {
	background:#fff;
	color: #a6442e;
}

#mq_wanomi2012 .btn_brown::before,
#mq_wanomi2012 .btn_brown::after {
	content:'';
	position:absolute;
	top: 0;
	right: 0;
	height: 2px;
	width:0;
	background: #a6442e;
  transition:400ms ease all;
  z-index: 5;
}

#mq_wanomi2012 .btn_brown::after{
	right:inherit;
  top:inherit;
  position: absolute;
	left:0;
	bottom:0;
}

#mq_wanomi2012 .btn_brown:hover::before,
#mq_wanomi2012 .btn_brown:hover::after{
	width:100%;
	transition:800ms ease all;
}


/*-------------------------------------------------------------------------------- block02*/
#mq_wanomi2012 #index03 .container {
  margin-bottom: 110px;
}

#mq_wanomi2012 .block02_main {
  width: 784px;
  height: 960px;
  margin: 200px auto 65px;
  position: relative;
}

#mq_wanomi2012 .block02_main::before {
  display: block;
  content: '';
  width: 784px;
  height: 960px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block02_ph01@2x.jpg");
  background-size: 784px 960px;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: 30px;
  opacity: 0;
  transition: all 1s ease .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate( -40px, 0);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate( -40px, 0);
  transform-style: preserve-3d;
  z-index: 2;
}

#mq_wanomi2012 .block02_main.is-active::before {
  opacity: 1;
  transform: translate( 0, 0);
}

#mq_wanomi2012 .block02_main::after {
  display: block;
  content: '';
  width: 495px;
  height: 109.5px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block02_headings@2x.png");
  background-size: 495px 109.5px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 65px;
  left: 133px;
  opacity: 0;
  transition: all 1s ease 1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate( -40px, 0);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate( -40px, 0);
  transform-style: preserve-3d;
  z-index: 3;
}

#mq_wanomi2012 .block02_main.is-active::after {
  opacity: 1;
  transform: translate( 0, 0);
}

#mq_wanomi2012 .block02_headings {
  width: 495px;
  height: 109.5px;
  position: absolute;
  top: 0;
  z-index: 5;
}

#mq_wanomi2012 .comment_right {
  -webkit-transition: all 1s ease .5s;
  -ms-transition: all 1s ease .5s;
  -moz-transition: all 1s ease .5s;
  transition: all 1s ease .5s;
}

#mq_wanomi2012 .comment_01,
#mq_wanomi2012 .comment_02 {
  display: flex;
}

#mq_wanomi2012 .comment_01 .comment_left {
  margin-right: 30px;
}

#mq_wanomi2012 .comment_01 .comment_right {
  width: 100%;
}

#mq_wanomi2012 .comment_01 .comment_text  p {
  font-size: 14px;
  line-height: 1.7;
}

#mq_wanomi2012 .comment_01 .comment_ph {
  width: 298px;
  height: 298px;
}

#mq_wanomi2012 .comment_01 .comment_name {
  width: 165px;
  height: 56px;
  margin-top: 25px;
}

#mq_wanomi2012 .comment_01 .comment_text {
  width: 310px;
  margin-top: 40px;
  margin-left: 20px;
  position: relative;
}

#mq_wanomi2012 .comment_01 .comment_text::before {
  display: block;
  content: '';
  width: 348px;
  height: 178px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block02_brackets01@2x.png");
  background-size: 348px 178px;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}

#mq_wanomi2012 .comment_02 { 
  margin-left: 350px;
}

#mq_wanomi2012 .comment_02 .comment_left {
  margin-right: 20px;
}

#mq_wanomi2012 .comment_02 .comment_right {
  width: 395px;
}

#mq_wanomi2012 .comment_02 .comment_ph {
  width: 210px;
  height: 210px;
}

#mq_wanomi2012 .comment_02 .comment_name {
  width: 177px;
  height: 55px;
}

#mq_wanomi2012 .comment_02 .comment_text {
  margin-top: 40px;
  margin-left: 20px;
  width: 350px;
  position: relative;
}

#mq_wanomi2012 .comment_02 .comment_text::before {
  display: block;
  content: '';
  width: 392px;
  height: 152px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block02_brackets02@2x.png");
  background-size: 392px 152px;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}

/*-------------------------------------------------------------------------------- block03*/

#mq_wanomi2012 #index04 .wrapper {
  position: relative;
  width: 100%;
  height: 717px;
  margin-bottom: 60px;
}

#mq_wanomi2012 .block03_main {
  width: 571px;
  height: 717px;
  position: absolute;
  left: 115px;
}

#mq_wanomi2012 .block03_main::before {
  display: block;
  content: '';
  width: 571px;
  height: 717px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block03_ph@2x.png");
  background-size: 571px 717px;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: 30px;
  opacity: 0;
  transition: all 1s ease .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate( -40px, 0);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate( -40px, 0);
  transform-style: preserve-3d;
  z-index: 2;
}

#mq_wanomi2012 .block03_main.is-active::before {
  opacity: 1;
  transform: translate( 0, 0);
}

#mq_wanomi2012 .block03_main::after {
  display: block;
  content: '';
  width: 175.5px;
  height: 77px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/hairrecipe_wanomi2012/img/block03_headings@2x.png");
  background-size: 175.5px 77px;
  background-repeat: no-repeat;
  position: absolute;
  top: 390px;
  right: -55px;
  opacity: 0;
  transition: all 1s ease 1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate( -40px, 0);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate( -40px, 0);
  transform-style: preserve-3d;
  z-index: 3;
}

#mq_wanomi2012 .block03_main.is-active::after {
  opacity: 1;
  transform: translate( 0, 0);
}

#mq_wanomi2012 .block03_text {
  width: 200px;
  position: absolute;
  right: 75px;
  bottom: 100px;
}

#mq_wanomi2012 .block03_text p {
  font-size: 14px;
  line-height: 1.7;
}

#mq_wanomi2012 .credit p {
  font-size: 10px;
  margin: 0 auto 20px;
  text-align: center;
}

#mq_wanomi2012 .credit .staff {
  margin-bottom: 40px;
}

#mq_wanomi2012 .bg-white {
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  background-color: #fff;
}

#mq_wanomi2012 .gtm-reading-trigger {
  background-color: #fff;
}

#mq_wanomi2012 .info {
  margin: 40px auto; 
}

#mq_wanomi2012 .info_credit {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

