@charset "UTF-8";
/*--------------------------
>>  mqcontents
--------------------------*/

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

body {
  padding-top: 55px!important;
/*  background-color: #eee;*/
}

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

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

#mq_chanel2307 section {
  padding: 0 !important;
}

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

#mq_chanel2307 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_chanel2307 p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  /* letter-spacing: 0.1em; */
}

#mq_chanel2307 .caution {
  font-size: 12px;
  line-height: 1.83333;
  text-align: justify;
  /* letter-spacing: 0.1em; */
}

#mq_chanel2307 sup {
  font-size: 8px;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}

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

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

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

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

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

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

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

/*----------------------------------------------------------------------------contact/credit/share */
#mq_chanel2307 .contact_inner {
  margin: 160px auto 80px;
}

#mq_chanel2307 .contact {
  margin: 100px auto 0;
  font-size: 14px;
  line-height: 1.714;
  text-align: justify;
  /* letter-spacing: 0.1em; */
  text-align: center;
}

#mq_chanel2307 .staff {
  font-size: 10px;
  line-height: 1.5;
  text-align: justify;
  /* letter-spacing: 0.1em; */
  text-align: center;
  margin: 30px auto 60px;
}

#mq_chanel2307 .share {
  margin: 0 auto 30px;
  text-align: center;
}

#mq_chanel2307 .share_headings {
  width: 81.5px;
  margin: 0 auto 20px;
}

#mq_chanel2307 .share_list {
  text-align: center;
}

#mq_chanel2307 .share_item {
  width: 56px;
  display: inline-block;
  margin: 0 10px;
}

/* mv -------------------------------------------------------------------------------------------- */
#mq_chanel2307 .mv {

}

#mq_chanel2307 .mv .slidein {
  width: 644px;
}

#mq_chanel2307 .mv_ph {
  position: relative;
}

#mq_chanel2307 .mv_ph::before,
#mq_chanel2307 .mv_ph::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #b30314;
  transition: all .5s linear .5s;
  opacity: 0;
}

#mq_chanel2307 .is-active.mv_ph::before,
#mq_chanel2307 .is-active.mv_ph::after {
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 1;
}

#mq_chanel2307 .mv_ph::before {
  width: 100%;
  height: 2px;
  background-size: 100% 2px;
  transform: translateX(-100%);
}

#mq_chanel2307 .is-active.mv_ph::before {
  transform: translateX(0);
}

#mq_chanel2307 .mv_ph::after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}

#mq_chanel2307 .mv_ph.is-active::after {
  transform: translateY(0);
}

#mq_chanel2307 .mv_ph img {
  width: 644px;
  height: 644px;
}

#mq_chanel2307 .mv_catch {
  width: 369px;
  margin: 60px auto 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1) 0s;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1) 0s;
}

#mq_chanel2307 .mv_catch.is-show,
#mq_chanel2307 .mv_title2.is-show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=1);
  opacity: 1;
}

#mq_chanel2307 .mv_title {
  position: relative;
  width: 498px;
  height: 59px;
  margin: 0 auto;
}

#mq_chanel2307 .mv_title_inner {
  position: relative;
  width: 498px;
}

#mq_chanel2307 .mv_title-detail {
  position: absolute;
  transform:translate3d(.5em,0,0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  opacity: 0;
}

#mq_chanel2307 .is-show .mv_title-detail {
  opacity: 1;
  transform: rotate(0deg) rotateY(0deg) rotateX(0deg) scale(1);
  transition: .8s ease-in-out;
}

#mq_chanel2307 .mv_title-detail img {
  width: auto;
  height: 59px;
}

#mq_chanel2307 .mv_title-detail.title1 {
  left: 0;
  top: 0;
}

#mq_chanel2307 .mv_title-detail.title2 {
  left: 81px;
  top: 0;
  transition-delay:0.1s
}

#mq_chanel2307 .mv_title-detail.title3 {
  left: 146px;
  top: 0;
  transition-delay:0.23s
}

#mq_chanel2307 .mv_title-detail.title4 {
  left: 190px;
  top: 0;
  transition-delay:0.36s
}

#mq_chanel2307 .mv_title-detail.title5 {
  left: 262px;
  top: 0;
  transition-delay:0.49s
}

#mq_chanel2307 .mv_title-detail.title6 {
  left: 325px;
  top: 0;
  transition-delay:0.62s
}

#mq_chanel2307 .mv_title-detail.title7 {
  left: 378px;
  top: 0;
  transition-delay:0.75s
}

#mq_chanel2307 .mv_title-detail.title8 {
  left: 436px;
  top: 0;
  transition-delay:0.88s
}

#mq_chanel2307 .mv_title2 {
  width: 356px;
  margin: 20px auto 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1) .3s;
  -ms-transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1) .3s;
  -moz-transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1) .3s;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1) .3s;
}

#mq_chanel2307 .mv_text {
  width: 650px;
  margin: 40px auto 0;
}

#mq_chanel2307 .mv .credit  {
  margin-top: 45px;
}

/* block01 -------------------------------------------------------------------------------------------- */
#mq_chanel2307 .block01 {
  margin: 160px auto 0;
}

#mq_chanel2307 .block01 .container {
  width: 644px;
  margin: 0 auto;
}

#mq_chanel2307 .block01_ph {
  position: relative;
}

#mq_chanel2307 .block01_ph::before,
#mq_chanel2307 .block01_ph::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #b30314;
  transition: all .5s linear .5s;
  opacity: 0;
}

#mq_chanel2307 .is-active.block01_ph::before,
#mq_chanel2307 .is-active.block01_ph::after {
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 1;
}

#mq_chanel2307 .block01_ph::before {
  width: 100%;
  height: 2px;
  background-size: 100% 2px;
  transform: translateX(-100%);
}

#mq_chanel2307 .is-active.block01_ph::before {
  transform: translateX(0);
}

#mq_chanel2307 .block01_ph::after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}

#mq_chanel2307 .block01_ph.is-active::after {
  transform: translateY(0);
}

#mq_chanel2307 .block01_ph.slidein {
  width: 643px;
}

#mq_chanel2307 .block01_ph img {
  width: 643px;
  height: 643px;
}

#mq_chanel2307 .block01_headings {
  width: 301.5px;
  margin-top: 50px;
}

#mq_chanel2307 .block01 .credit {
  margin: 40px auto 0;
}

/* block02 -------------------------------------------------------------------------------------------- */
#mq_chanel2307 .block02 {
  margin: 160px auto 0;
}

#mq_chanel2307 .block02 .container {
  width: 644px;
  margin: 0 auto;
}

#mq_chanel2307 .block02_headings {
  width: 246px;
}

#mq_chanel2307 .aco_contents {
  margin-top: 40px;
}

#mq_chanel2307 .aco_contents sup {
  opacity: 0;
}

#mq_chanel2307 .aco_contents.is-open sup {
  opacity: 1;
}

#mq_chanel2307 .aco_wrap {
  position: relative;
  height: 160px;
  overflow: hidden;
}

#mq_chanel2307 .is-open .aco_wrap {
  height: auto;
}

#mq_chanel2307 .aco_wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
}

#mq_chanel2307 .is-open .aco_wrap::before {
  background: none;
}

#mq_chanel2307 .aco_btn {
  position: relative;
  cursor: pointer;
  z-index: 1;
  margin: 0 auto 120px;
}

#mq_chanel2307 .aco_btn::after {
  content: '';
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/aco_btn@2x.png);
  background-size: 45px 23px;
  width: 45px;
  height: 23px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#mq_chanel2307 .aco_btn.is-open::after {
  transform: rotate(180deg);
  margin-top: 30px;
  left: 300px;
}

#mq_chanel2307 .block02_circle {
  width: 476px;
  height: 476px;
  margin: 0 auto;
  position: relative;
}

#mq_chanel2307 .circle-wrapper {
  position: absolute;
  width: 210px;
  height: 210px;
  content: '';
  display: block;
}

#mq_chanel2307 .circle-wrapper.circle1 {
  top: 0;
  left: 0;
}

#mq_chanel2307 .circle-wrapper.circle2 {
  top: 0;
  left: 266px;
  opacity: 0;
}

#mq_chanel2307 .is-active .circle-wrapper.circle2 {
  transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1);
  transition-delay: .5s;
  opacity: 1;
}

#mq_chanel2307 .circle-wrapper.circle3 {
  top: 133px;
  left: 126px;
  opacity: 0;
}

#mq_chanel2307 .is-active .circle-wrapper.circle3 {
  transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1);
  transition-delay: 1s;
  opacity: 1;
}

#mq_chanel2307 .circle-wrapper.circle4 {
  top: 266px;
  left: 0;
  opacity: 0;
}

#mq_chanel2307 .is-active .circle-wrapper.circle4 {
  transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1);
  transition-delay: 1.5s;
  opacity: 1;
}

#mq_chanel2307 .circle-wrapper.circle5 {
  top: 266px;
  left: 266px;
  opacity: 0;
}

#mq_chanel2307 .is-active .circle-wrapper.circle5 {
  transition: all 1s cubic-bezier(0.25, 0.8, 0.45, 1);
  transition-delay: 2s;
  opacity: 1;
}

#mq_chanel2307 .circle {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid #96969b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}

#mq_chanel2307 .move {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 20;
  position: relative;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/circle.png);
  background-size: contain;
  offset-rotate: auto 90deg;
  opacity: 0;
  transition: opacity .5s;
}

#mq_chanel2307 .move.is-show {
  width: 30px;
  height: 30px;
  opacity: 1;
  animation: move .7s linear;
  offset-path: path("M106.1,1.1c57.9,0,105,47.1,105,105s-47.1,105-105,105s-105-47.1-105-105S48.2,1.1,106.1,1.1");
}


#mq_chanel2307 .circle-text {
  text-align: center;
  content: '';
  display: block;
  position: absolute;
  top:  50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
}

#mq_chanel2307 .circle1 .circle-text img {
  width: 62px;
}

#mq_chanel2307 .circle2 .circle-text {
  width: 52px;
}

#mq_chanel2307 .circle3 .circle-text {
  width: 65px;
}

#mq_chanel2307 .circle4 .circle-text {
  width: 128px;
}

#mq_chanel2307 .circle5 .circle-text {
  width: 143.5px;
}

/* block03 -------------------------------------------------------------------------------------------- */
#mq_chanel2307 .block03 {
  padding: 160px 0;
  margin: 0 auto;
}

#mq_chanel2307 .block03_headings-detail {
  position: absolute;
  transform:translate3d(.5em,0,0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  opacity: 0;
}

#mq_chanel2307 .block03_headings {
  position: relative;
  width: 592px;
  height: 36.5px;
  margin: 0 auto;
}

#mq_chanel2307 .block03_headings_inner {
  position: relative;
  width: 592px;
}

#mq_chanel2307 .is-show .block03_headings-detail {
  opacity: 1;
  transform: rotate(0deg) rotateY(0deg) rotateX(0deg) scale(1);
  transition: .8s ease-in-out;
}

#mq_chanel2307 .block03_headings-detail img {
  width: auto;
  height: 35px;
}

#mq_chanel2307 .block03_headings-detail.title1 img {
  width: auto;
  height: 36.5px;
}

#mq_chanel2307 .block03_headings-detail.title1 {
  left: 0;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title2 {
  left: 57px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title3 {
  left: 94px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title4 {
  left: 134px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title5 {
  left: 175px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title6 {
  left: 218px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title7 {
  left: 255px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title8 {
  left: 294px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title9 {
  left: 339px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title10 {
  left: 365px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title11 {
  left: 405px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title12 {
  left: 432px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title13 {
  left: 450px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title14 {
  left: 492px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title15 {
  left: 535px;
  top: 0;
}

#mq_chanel2307 .block03_headings-detail.title16 {
  left: 573px;
  top: 0;
}

/*----------------------------------------------------------------------------swiperスライダー */
#mq_chanel2307 .swiper-container {
  position: relative;
  width: 822px;
  margin: 60px auto 20px;
  overflow: visible!important;
}

#mq_chanel2307 .swiper-container::before,
#mq_chanel2307 .swiper-container::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
  z-index: 3;
}

#mq_chanel2307 .swiper-container::before {
  left: 100%;
}
#mq_chanel2307 .swiper-container::after {
  right: 100%;
}

#mq_chanel2307 .slider_btn {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#mq_chanel2307 .swiper-wrapper {
  height: 669px;
  margin-bottom: 20px;
}

#mq_chanel2307 .swiper-slide {
  width: 822px;
  height: 669px;
  padding: 0 5px;
}

#mq_chanel2307 .slide_inner {
  border: solid 1px #000;
  height: 669px;
  display: flex;
  padding: 60px 0 0;
  /* align-items: center; */
  justify-content: center;
}

#mq_chanel2307 .slide_ph {
  width: 392px;
  margin-right: 28px;
}

#mq_chanel2307 .slide1 .slide_headings {
  width: 148px;
}

#mq_chanel2307 .slide2 .slide_headings {
  width: 182px;
}

#mq_chanel2307 .slide3 .slide_headings {
  width: 161.5px;
}

#mq_chanel2307 .slide_inner .caption {
  margin: 40px auto;
}

#mq_chanel2307 .swiper-pagination {
  text-align: center;
}

#mq_chanel2307 .slide_text {
  width: 224px;
}

#mq_chanel2307 .swiper-pagination-bullet {
  position: relative;
  text-indent: 0px;
  color:transparent;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #f0f5f5;
  border-radius: 50%;
  background-color: #f0f5f5;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

#mq_chanel2307 .swiper-pagination-bulle,
#mq_chanel2307 .swiper-pagination-bullet-active {
  background-color: #000;
  border: 4px solid #000;
}

#mq_chanel2307 .swiper-button-prev,
#mq_chanel2307 .swiper-button-next {
  position: absolute;
  z-index: 5;
  top: 175px;
  cursor: pointer;
}

#mq_chanel2307 .swiper-button-prev {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/slider_btn-prev@2x.png);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  left: -434px;
}

#mq_chanel2307 .swiper-button-next {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/slider_btn-next@2x.png);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  right: -434px;
}

#mq_chanel2307 .swiper-container .swiper-slide .btn_check-text,
#mq_chanel2307 .swiper-container .swiper-slide.is-active .btn_check-text {
  visibility: visible;
}

#mq_chanel2307 .swiper-container .swiper-slide .btn_check::before {
  width: 0;
  visibility: hidden;;
}

#mq_chanel2307 .swiper-container .swiper-slide.is-active .btn_check::before {
  width: 100%;
  visibility: visible;
  animation: btnArrow 4s infinite .5s;
  -webkit-animation: btnArrow 4s infinite .5s;
}

/* block04 -------------------------------------------------------------------------------------------- */
#mq_chanel2307 .block04 {
  margin: 0 auto;
}

#mq_chanel2307 .block04 .container {
  width: 810px;
  margin: 0 auto;
}


#mq_chanel2307 .block04_headings-detail {
  position: absolute;
  transform:translate3d(.5em,0,0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  opacity: 0;
}

#mq_chanel2307 .block04_headings {
  position: relative;
  width: 153px;
  height: 35px;
  /* margin: 0 auto; */
}

#mq_chanel2307 .block04_headings_inner {
  position: relative;
  width: 153px;
}

#mq_chanel2307 .is-show .block04_headings-detail {
  opacity: 1;
  transform: rotate(0deg) rotateY(0deg) rotateX(0deg) scale(1);
  transition: .8s ease-in-out;
}

#mq_chanel2307 .block04_headings-detail img {
  width: auto;
  height: 35px;
}

#mq_chanel2307 .block04_headings-detail.title1 {
  left: 0;
  top: 0;
}

#mq_chanel2307 .block04_headings-detail.title2 {
  left: 47px;
  top: 0;
}

#mq_chanel2307 .block04_headings-detail.title3 {
  left: 75px;
  top: 0;
}

#mq_chanel2307 .block04_headings-detail.title4 {
  left: 130px;
  top: 0;
}

#mq_chanel2307 .block04_catch {
  width: 229px;
  margin-top: 20px;;
}

#mq_chanel2307 .block04_wrap {
  margin: 60px auto 0;
  display: flex;
}

#mq_chanel2307 .block04_ph {
  position: relative;
}

#mq_chanel2307 .block04_ph::before,
#mq_chanel2307 .block04_ph::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #b30314;
  transition: all .5s linear .8s;
  opacity: 0;
}

#mq_chanel2307 .is-active.block04_ph::before,
#mq_chanel2307 .is-active.block04_ph::after {
  z-index: 3;
  top: 0;
  right: 0;
  opacity: 1;
}

#mq_chanel2307 .block04_ph::before {
  width: 100%;
  height: 2px;
  background-size: 100% 2px;
  transform: translateX(-100%);
}

#mq_chanel2307 .is-active.block04_ph::before {
  transform: translateX(0);
}

#mq_chanel2307 .block04_ph::after {
  width: 2px;
  height: 522px;
  transform: translateY(-100%);
}

#mq_chanel2307 .block04_ph.is-active::after {
  transform: translateY(0);
}

#mq_chanel2307 .block04_ph img {
  width: 392px;
  height: 522px;
}

#mq_chanel2307 .block04_text {
  width: 392px;
  margin-right: 28px;
}

#mq_chanel2307 .block04_lead {
  width: 324px;
}

#mq_chanel2307 .block04 .caption {
  margin-top: 40px;
}

#mq_chanel2307 .block04 .btn_check {
  margin-top: 60px;
}

#mq_chanel2307 .block04 .btn_check-text {
  width: 48.5px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}


#mq_chanel2307 .is-active .btn_check::before {
  width: 100%;
  visibility: visible;
}


#mq_chanel2307 .block04 .is-active .btn_check .btn_check-text {
  visibility: visible;
  opacity: 1;
}

#mq_chanel2307 .block04 .caution {
  margin-top: 120px;
}


/* btn -------------------------------------------------------------------------------------------- */
#mq_chanel2307 .btn {
  width: 308px;
  height: 65px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#mq_chanel2307 .btn_about {
  margin: 80px auto 0;
}

#mq_chanel2307 .btn_item a,
#mq_chanel2307 .btn_line a,
#mq_chanel2307 .btn_site a,
#mq_chanel2307 .btn_about a {
  display: block;
  position: relative;
  height: 65px;
  width: 100%;
  line-height: 65px;
}

#mq_chanel2307 .btn_about a::before {
  content: '';
  display: block;
  width: 212px;
  height: 13.5px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_about@2x.png);
  background-size: 212px 13.5px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

#mq_chanel2307 .btn_item a::before {
  content: '';
  display: block;
  width: 128.5px;
  height: 13px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_item@2x.png);
  background-size: 128.5px 13px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

#mq_chanel2307 .btn_line a::before {
  content: '';
  display: block;
  width: 113px;
  height: 12.5px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_line@2x.png);
  background-size: 113px 12.5px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

#mq_chanel2307 .btn_site a::before {
  content: '';
  display: block;
  width: 153px;
  height: 12.5px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_brand@2x.png);
  background-size: 153px 12.5px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

#mq_chanel2307 .btn_line,
#mq_chanel2307 .btn_site {
  margin-top: 40px;
}

#mq_chanel2307 .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .5s linear 1s;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#mq_chanel2307 .btn a::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

#mq_chanel2307 .btn a:hover::after {
  background: #000;
}

#mq_chanel2307 .btn a:hover {
  background-color: #fff;
  border: 1px solid #000;
}

#mq_chanel2307 .btn_about a:hover::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_about-over@2x.png);
}

#mq_chanel2307 .btn_line a:hover::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_line-over@2x.png);
}

#mq_chanel2307 .btn_item a:hover::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_item-over@2x.png);
}

#mq_chanel2307 .btn_site a:hover::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_brand-over@2x.png);
}

#mq_chanel2307 .btn_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#mq_chanel2307 .btn::before,
#mq_chanel2307 .btn::after,
#mq_chanel2307 .btn_inner::before,
#mq_chanel2307 .btn_inner::after {
  display: block;
  content: '';
  position: absolute;
  background-color: #000;
  transition: all .25s;
  z-index: 0;
}

#mq_chanel2307 .btn::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
}

#mq_chanel2307 .btn.is-active::before {
  transform: translateY(0);
}

#mq_chanel2307 .btn::after {
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: translateX(-100%);
  transition-delay: .25s;
}

#mq_chanel2307 .btn.is-active::after {
  transform: translateX(0);
}

#mq_chanel2307 .btn_inner::before {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  transform: translateY(100%);
  transition-delay: .5s;
}

#mq_chanel2307 .btn.is-active .btn_inner::before {
  transform: translateY(0);
}

#mq_chanel2307 .btn_inner::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: translateX(100%);
  transition-delay: .75s;
}

#mq_chanel2307 .btn.is-active .btn_inner::after {
  transform: translateX(0);
}

#mq_chanel2307 .btn.is-active {
  background-color: #000;
  transition-delay: 1.2s;
}

#mq_chanel2307 .btn a .linebox {
  width: 50px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  overflow: hidden;
}

#mq_chanel2307 .block02 .btn a::after,
#mq_chanel2307 .block02 .btn a .linebox {
  width: 35px;
}

#mq_chanel2307 .btn a .linebox .animeline {
  position: absolute;
  top: 50%;
  right: -100%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-animation: slideAnim 1.5s infinite;
  animation: slideAnim 1.5s infinite;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  width: 50px;
  height: 3px;
}

#mq_chanel2307 .btn a:hover .linebox .animeline {
  background: rgba(0, 0, 0, 1);
  height: 1px;
}

#mq_chanel2307 .btn_check {
  cursor: pointer;
  display: block;
  position: relative;
  width: 225px;
  height: 38px;
}

#mq_chanel2307 .btn_check::before {
  content: '';
  display: block;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2307/img/btn_check-arrow@2x.png);
  background-size: 223px 19px;
  background-repeat: no-repeat;
  width: 0;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 1s ease .5s;
  visibility: hidden;
}

#mq_chanel2307 .btn_check-text {
  width: 48.5px;
  visibility: hidden;
  transition: opacity 1s;
}

#mq_chanel2307 .block04 .btn_check-text,
#mq_chanel2307 .block04 .is-active .btn_check-text {
  visibility: visible;
}

#mq_chanel2307 .block04 .btn_check::before {
  width: 0;
  visibility: hidden;;
}

#mq_chanel2307 .block04 .is-active .btn_check::before {
  width: 100%;
  visibility: visible;
  animation: btnArrow 4s infinite .5s;
  -webkit-animation: btnArrow 4s infinite .5s;
}