@charset "UTF-8";
@font-face {
  font-family: 'Uniqlo Light';
  src: url("../font/UniqloProLight.eot");
  src: url("../font/UniqloProLight.eot?#iefix") format("embedded-opentype"), url("../font/UniqloProLight.woff2") format("woff2"), url("../font/UniqloProLight.woff") format("woff"), url("../font/UniqloProLight.ttf") format("truetype"), url("../font/UniqloProLight.svg#uniqlo_prolight") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: 'Uniqlo';
  src: url("../font/UniqloProRegular.eot");
  src: url("../font/UniqloProRegular.eot?#iefix") format("embedded-opentype"), url("../font/UniqloProRegular.woff2") format("woff2"), url("../font/UniqloProRegular.woff") format("woff"), url("../font/UniqloProRegular.ttf") format("truetype"), url("../font/UniqloProRegular.svg#uniqlo_proregular") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: icon;
  src: url("../font/icon.eot?x3lco9");
  src: url("../font/icon.eot?#iefixx3lco9") format('embedded-opentype'), url("../font/icon.woff?x3lco9") format('woff'), url("../font/icon.ttf?x3lco9") format('truetype'), url("../font/icon.svg?x3lco9#icon") format('svg');
  font-weight: 400;
  font-style: normal;
}
html,
body{
  margin-left: 0!important;
  background: #f2f2f2;
}
/*body {
  font-family: Uniqlo Light, "mplus-2p", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
}*/
h2,
h3,
h4,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a,
p {
  color: #000;
  text-decoration: none;
}
.content span {
  color: #000;
  text-decoration: none;
}

a:link,
span:link,
p:link,
a:hover,
span:hover,
/*p:hover,*/
a:active,
span:active,
a:visited,
span:visited,
p:visited {
  color: #000;
  text-decoration: none;
}
li {
  list-style: none;
}
a,
a:focus {
  outline: none;
  border: none;
}
#content{
  position: relative;
}
.tx_C{
  text-align: center;
}
.va_B{
  vertical-align: bottom;
}
.va_M{
  vertical-align: middle;
}

/* breadcrumbs */
.breadcrumbs {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 0 0 15px;
  color: #5e5d5d;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs a {
  color: #5e5d5d;
}
.breadcrumbs a:hover {
  text-decoration-line: underline;
}



@media screen and (min-width:1024px) {
    /*　for PC　*/
    .ipad{
      display: none !important;
    }
    .pc{
      display: block;
    }
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.ipad{
  display: block;
}
.pc{
  display: none;
}
.cover .slide-item a span{
  position: static!important;
}
}
#cover_modal_bg,
#cover_modal_bg02 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter: alpha(opacity=75) !important;
    -moz-opacity: 0.75;
    opacity: 0.75;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    cursor: pointer;
    display: none;
}

#cover_modal_content,
#cover_modal_content02 {
    width: 960px;
    height: 540px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    margin-top: -260px;
    margin-left: -480px;
    display: none;
}

#modalyoutube_close,
#modalyoutube_close02 {
    display: block;
    width: 22px;
    height::22px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -37px;
    right: 0px;
}

#modalyoutube_movie,
#modalyoutube_movie02 {
    width: 960px;
    height: 540px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#video{
  border-radius: 20px;
}
.anchor{
  display: flex;
  justify-content: center;
}
.anchor a:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}

.anchor-block{
  display: table;
  table-layout: fixed;
  position: relative;
  padding: 28px 0px 27px;
}
.anchor.fixed{
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 960px;
/*background: #F2F2F2;*/
background: rgba(242,242,242,0.85);
}
.anchor.fixed .anchor-block{
  width: 930px;
  margin: 0 auto;
}

.anchor-block ul li{
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
}
.anchor-block ul li a{
  position: relative;
  margin-left: 22px;
  /*color: #ff0000;
  border-bottom: 2px solid #ff0000;
  padding-right: 15px;*/
}
.anchor-block ul li a.bordernon{
  margin-left: 0px;
}
.anchor-block ul li.active a.bordernon:after{
  content:none;
}
.anchor-block ul li.active a:after{
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  left: 0px;
  top: 21px;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #ff0000;

  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:0.5s;
  -ms-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-animation-name: anchorEffect;
  animation-name: anchorEffect;
  /*animation: anchorEffect 2s both;*/

}
@-webkit-keyframes anchorEffect {
 0% { width: 0; }
 100% { width: 100%; }
}
@keyframes anchorEffect {
  0% { width: 0; }
  100% { width: 100%; }
}
.anchor-block .images{
  position: absolute;
  top: 12px;
  right: 0px;
}
.section-white.mfo{
  padding: 8 0px 0px;
}
.section-white{
  border-radius: 20px;
  background: #fff;
  padding: 70px 0px 80px;
  margin-bottom: 30px;
}
.section-white.join h3{
  margin-bottom: 80px;
  height: 54px;
}
.section-white.parents h3{
  height: 70px;
  margin-bottom: 68px;
}
.section-white.qa h3{
  height: 57px;
  margin-bottom: 81px;
}
.section-white h3{
  text-align: center;
  margin-bottom: 60px;
}
.section-white.mfo p{
  margin-bottom: 60px;
  text-align: center;
}
.section-white.mfo ul{
  width: 640px;
  margin: 0 auto;
}
.section-white.mfo li:first-child{
  margin-left: 0px;
}
.section-white.mfo li{
  margin-left: 40px;
  float: left;
}
.section-white.join .joinblock01{
  width: 805px;
  margin: 0 auto 50px;
}
.section-white.join .joinblock01 dl:first-child{
  margin-left: 0px;
}
.section-white.join .joinblock01 dl{
  float: left;
  width: 235px;
  margin-left: 50px;
  position: relative;
}
.section-white.join .joinblock01 dl.arrow:before{
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  left: -18px;
  top: 31%;
  width: 17px;
  height: 18px;
  background: url("../images/170302-join-arrow.jpg");
}
.section-white.join .joinblock01 dl.arrow:after{
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  right: -18px;
  top: 31%;
  width: 17px;
  height: 18px;
  background: url("../images/170302-join-arrow.jpg");
}
.section-white.join .joinblock01 dd{
  text-align: center;
  color: #585858;
  font-size: 15px;
  line-height: 32px;
  width: 110%;
}
.section-white.join .joinblock01 dd a:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.section-white.join .joinblock01 dd span{
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
  position: relative;
  padding-right: 16px;
}
.section-white.join .joinblock01 dd span.attention{
  font-size: 12px;
  color: #828282;
  border-bottom: 0px;
  line-height: 22px;
  text-align: left;
  display: block;
  width: 90%;
  margin-left: 9px;
  margin-top: 5px;
}
.section-white.join .joinblock01 dd span.attention:after{
  display: none;
}
.section-white.join .joinblock01 dd span:after{
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  right: 0px;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url("../images/170302-join-arrow02.jpg");
}
.section-white.join .joinblock02{
  width: 682px;
  margin: 0 auto 55px;
}
.section-white.join .joinblock02 dl:first-child{
  margin-left: 0px;
}
.section-white.join .joinblock02 dl{
  float: left;
  margin-left: 80px;
  position: relative;
  width: 682px;
}
.section-white.join .joinblock02 dl dd.txt{
  color: #58595b;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  bottom: 28px;
  left: 60px;
}
.section-white.join .joinblock02 dl dd.txt02{
  color: #58595b;
  font-size: 15px;
  line-height: 26px;
  position: absolute;
  bottom: 52px;
  left: 208px;
}
.section-white.join .joinblock02 dl dd.txt02 ul{
  margin-bottom: 14px;
}
.section-white.join .joinblock02 dl dd.txt02 li{
  margin-bottom: 8px;
}
.section-white.join .joinblock02 dl dd.txt02 p{
  font-size: 12px;
  line-height: 22px;
  color: #58595b;
}
.section-white.experience{
  position: relative;
  height: 1745px;
  box-sizing: border-box;
}
.section-white.experience dt{
  text-align: center;
  margin-bottom: 18px;
}
.section-white.experience dd{
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  color: #585858;
}
.section-white.experience .cont01{
  width: 425px;
  position: absolute;
  top: 193px;
  left: 45px;
}
.section-white.experience .cont02{
  width: 398px;
  position: absolute;
  top: 447px;
  right: 62px;
}
.section-white.experience .cont03{
  width: 346px;
  position: absolute;
  top: 745px;
  left: 86px;
}
.section-white.experience .cont04{
  width: 363px;
  position: absolute;
  top: 1052px;
  right: 78px;
}
.section-white.experience .cont05{
  width: 400px;
  position: absolute;
  top: 1260px;
  left: 58px;
}
.section-white.experience .cont05 dd span{
  font-size: 12px;
  line-height: 22px;
  margin-top: 15px;
  color: #828282;
}
.section-white.parents{
  position: relative;
  overflow: hidden;
  padding: 65px 0px 70px;
}
.section-white.parents .parents-movie{
  text-align: center;
  margin: 40px 0px 104px;
}
.section-white.parents .parents-movie a:hover{
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.txt-noeffect:not(:target) {
  opacity:1\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .txt-noeffect:not(:target) {
        opacity:0; /* IE10以上 */
    }
}
.txt-noeffect02:not(:target) {
  opacity:1\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .txt-noeffect02:not(:target) {
        opacity:0; /* IE10以上 */
    }
}
.txt-noeffect03:not(:target) {
  opacity:1\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .txt-noeffect03:not(:target) {
        opacity:0; /* IE10以上 */
    }
}
.txt-noeffect,
.txt-noeffect02,
.txt-noeffect03,
.slide-noeffect {
  -moz-opacity:0;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;              /* Safari 1.x */
  filter: alpha(opacity=0);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)";  /* ie 8 */
  opacity:0;
  zoom:1;
}
.txt-effect01 {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: txtEffect01;
  animation-name: txtEffect01;
  /*animation: txtEffect01 2s both;*/
}
@-webkit-keyframes txtEffect01 {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
@keyframes txtEffect01 {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

.txt-effect02{
  display: block;
}

.txt-effect03 {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:0.5s;
  -ms-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-animation-name: txtEffect01;
  animation-name: txtEffect01;
  /*animation: txtEffect01 2s both;*/
}
@-webkit-keyframes txtEffect03 {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
@keyframes txtEffect03 {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

.slide-effect {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: slideEffect;
  animation-name: slideEffect;
  /*animation: slideEffect 2s both;*/
}
@-webkit-keyframes slideEffect {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
@keyframes slideEffect {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
.cont01-arrow{
  position: absolute;
  top: 288px;
  left: 369px;
}
.cont02-arrow{
  position: absolute;
  top: 659px;
  left: 296px;
}
.cont03-arrow{
  position: absolute;
  top: 956px;
  left: 356px;
}
.cont04-arrow{
  position: absolute;
  top: 1315px;
  left: 394px;
}
.sns_block {
  margin: 25px 15px 0;
}
.sns_block .share_text {
  text-align: center;
}
.sns_block .sns_line {
  display: table;
  border-spacing: 15px 0;
  margin: 15px auto 0;
}
.sns_block .sns_btn {
  display: table-cell;
  width: 40px;
}
.sns_block .sns_btn img {
  width: 100%;
}
.copyright {
  margin: 20px auto;
  text-align: center;
  font-size: 14px;
}
.annotation {
  margin: 35px auto;
  text-align: center;
  font-size: 12px;
}






.section-white.qa{
  padding:80px 0px;
}

.section-white.qa dl{
  width: 452px;
  margin: 0 auto 62px;
  float: left;
  margin-left: 15px;
}
.section-white.qa dl.cont05,.section-white.qa dl.cont06{
  margin-bottom: 0px;
}
.section-white.qa dl.cont01,.section-white.qa dl.cont03,.section-white.qa dl.cont05,.section-white.qa dl.cont07{
  margin-left: 45px;
  width: 415px;
}
.section-white.qa dd{
  position: relative;
  padding-left: 50px;
  padding-top: 15px;
  font-size: 15px;
  line-height: 34px;
  color: #585858;
}
.section-white.qa dd:before{
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  left: 0px;
  top: 12px;
  width: 40px;
  height: 40px;
  background: url("../images/170302-qa-ico.jpg");
}
.section-white.qa dd span{
  color: #585858;
  font-size: 12px;
}
.implementation{
  text-align: center;
  border-bottom: 1px solid #585858;
  margin: 120px 0px 90px;
  position: relative;
}
.implementation a:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.implementation .txt01{
  margin-bottom: 25px;
  text-align: center;
}
.implementation .btn{
  margin-bottom: 40px;
  text-align: center;
}

.implementation .txt02{
  margin-bottom: 100px;
  text-align: center;
}
.implementation .sns{
  width: 235px;
/*  width: 383px;
*/  margin: 0 auto 100px;
}
.implementation .sns li:first-child{
  margin-left: 0px;
}
.implementation .sns li{
  float: left;
  margin-left: 75px;
}
.csr-txt{
  text-align: center;
  margin-bottom: 30px;
}
.csr-bnr-txt{
  text-align: center;
  margin-bottom: 120px;
}
.csr-bnr-txt a:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.pagetop{
  text-align: right;
  margin-bottom: 25px;
  z-index: 1000;
  /*position: fixed;*/
}
.pagetop a:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.pagetop.fixed{
  width: 960px;
  width: auto\0;
  position: absolute\0;
  right: 0px\0;

  width: auto\9;
}
/*edge*/
@supports (-ms-accelerator:true) {
  .pagetop.fixed{
    position: absolute;
    right: 0px;
	}
}
.ie .pagetop.fixed a{
  right: 20%;
}
.pagetop.fixed a{
  position: fixed;
  bottom: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.pagetop.fixed a{
  margin-left: -80px!important;
}
.pagetop.absolute{
  right: 0px!important;
}
}
.pagetop.absolute{
  position:  absolute;
  right: -90px;
  bottom: 130px;
}
/*.pagetop02{
  text-align: right;
  margin-bottom: 25px;
  position: fixed;
  right: 50%;
  margin-right: -570px;
  bottom: 0;
}*/




#slide-container01,
#slide-container02 {
	position: relative;
	width: 960px;
	height: 750px;
	overflow: hidden;
}
#parents-slide03{
  position: absolute;
  top: 689px;
  left: 106px;
}
.item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.item .background img {
	max-width: 960px; /* to avoid max-width: 100% of Twitter Bootstrap */
}
.foreground {
	position: absolute;
}
.foreground .element {
	position: relative;
	left: 110px;
	width: 750px;
}
.background {
	position: absolute;
	overflow: hidden;
}
.foreground .element.subtitle {
	/*top: 560px;*/
	font-size: 17px;
  display: table;
  table-layout: fixed;
  /*width: 100%;*/
}
.foreground .element.subtitle p{
  display: table-cell;
  vertical-align: middle;
}
.foreground .element.subtitle p.subcopy{
  font-size: 15px;
  line-height: 30px;
  color: #585858;
  width: 79%;
}
.ui-loader {
	display: none;
}
#slide-pagination .previous{
  position: absolute;
  bottom: 530px;
  left: 82px;
  z-index: 20;
}
#slide-pagination .next{
  position: absolute;
  bottom: 530px;
  right: 82px;
  z-index: 20;
}
#slide-indicator{
  /*width: 82px;
  margin: 10px auto;*/
  position: absolute;
  bottom: 208px;
  z-index: 100;
  left: 45%;
  margin-left: 5px;
}
#slide-indicator li:first-child{
  margin-left: 0px;
}
#slide-indicator li{
  float: left;
  margin-left: 14px;
}
#slide-indicator a{
  background: url("../images/170302-column3-btn.jpg") no-repeat 0 0;
  text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
}
#slide-indicator a:hover,
#slide-indicator a.active {
  background: url("../images/170302-column3-btn.jpg") no-repeat 0 -28px;
}

.bg_img{
  position: relative;
  border-radius: 20px;
  padding: 80px 0px;
  box-sizing: border-box;
}
.bg_img h3{
  text-align: center;
  margin-bottom: 50px;
}
.modal-txt{
  font-size: 17px;
  line-height: 38px;
  color: #585858;
  text-align: center;
  margin-bottom: 20px;
}
.modal-txt-caution{
  font-size: 12px;
  line-height: 26px;
  color: #828282;
  margin-bottom: 45px;
  text-align: center;
}

.modal-terms{
  margin-bottom: 80px;
  text-align: center;
}
.modal-terms a:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.anchor-ttl{
  margin:80px 0px 65px;
  text-align: center;
}
.anchor-ttl-sub{
  font-size: 18px;
  color: #585858;
  border-bottom: 2px solid #585858;
  padding-bottom: 7px;
  margin-bottom: 40px;
  width: 100%;
}


.modal-content,
.modal-content02 {
    position:absolute;
    top: 0%;
    left: 0px;
    display:none;
    z-index:10000;
    width:960px;
    margin:0;
    background:#fff;
    height: 500px;
    overflow-y: scroll;
}

.modal-overlay,
.modal-overlay02 {
    z-index:9999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:#ffffff;
    -moz-opacity:70;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 70;              /* Safari 1.x */
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    opacity:0.7;

}

.modal-open,
.modal-open02 {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover,
.modal-open02:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close,
.modal-close02 {
  position: absolute;
  top: 5%;
  right: 5%;
  margin-top: 0px;
  margin-right: 0px;
  width: 47px;
  height: 55px;
}
.modal-close,
.modal-close02{
  cursor:pointer;
}
.modal-close:hover,
.modal-close02:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.modal-anchor{
  margin: 0 auto;
  width: 833px;
}
.modal-anchor li:first-child{
  margin-left: 0px;
}
.modal-anchor li{
  float: left;
  margin-left: 7px;
  padding: 8px 14px;
  background: #ff0000;
  border-radius: 5px;
}
.modal-anchor li:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.modal-anchor li a{
  position: relative;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 15px;
  background: #ff0000;
  font-size: 15px;
}
.modal-anchor li a:hover{
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.modal-anchor li a:after{
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  right: 0px;
  top: 5px;
  width: 11px;
  height: 10px;
  background: url("../images/170302-anchor-modal-arrow.png");
}
.bg_img .pagetop{
  margin-right: 35px;
}




.virtualbtn{
  display: none;
}


.titleMotion{

}
.titleMotion01 li.left:not(:target) {
  margin-left: -180px\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion01 li.left:not(:target) {
      margin-left: -48px;/* IE10以上 */
    }
}
.titleMotion02 li.left:not(:target) {
  margin-left: -163px\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion02 li.left:not(:target) {
      margin-left: -48px;/* IE10以上 */
    }
}
.titleMotion03 li.left:not(:target) {
  margin-left: -214px\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion03 li.left:not(:target) {
      margin-left: -60px;/* IE10以上 */
    }
}
.titleMotion04 li.left:not(:target) {
  margin-left: -206px\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion04 li.left:not(:target) {
      margin-left: -61px;/* IE10以上 */
    }
}
.titleMotion01 li.right:not(:target) {
  margin-left: 135px\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion01 li.right:not(:target) {
      margin-left: 0px;/* IE10以上 */
    }
}
.titleMotion02 li.right:not(:target) {
  margin-left: 115px\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion02 li.right:not(:target) {
      margin-left: 0px;/* IE10以上 */
    }
}
.titleMotion03 li.right:not(:target) {
  margin-left: 160px\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion03 li.right:not(:target) {
      margin-left: 0px;/* IE10以上 */
    }
}
.titleMotion04 li.right:not(:target) {
  margin-left: 146px\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion04 li.right:not(:target) {
      margin-left: 0px;/* IE10以上 */
    }
}
.titleMotion01 li.center:not(:target) {
  opacity:1\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion01 li.center:not(:target) {
      /*opacity: 1;*//* IE10以上 */
    }
}
.titleMotion02 li.center:not(:target) {
  opacity:1\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion02 li.center:not(:target) {
      /*opacity: 1;*//* IE10以上 */
    }
}
.titleMotion03 li.center:not(:target) {
  opacity:1\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion03 li.center:not(:target) {
      /*opacity: 1;*//* IE10以上 */
    }
}
.titleMotion04 li.center:not(:target) {
  opacity:1\9; /* IE9,10 */
}
@media all and (-ms-high-contrast: none) {
    .titleMotion04 li.center:not(:target) {
      /*opacity: 1;*//* IE10以上 */
    }
}
.titleMotion01 li.left{
  top: 60px;
}
.titleMotion01 li,
.titleMotion02 li,
.titleMotion03 li,
.titleMotion04 li{
  position: absolute;
  left: 50%;
}
.titleMotion01 li.left,
.titleMotion02 li.left{
  margin-left: -48px;
}
.titleMotion03 li.left{
  margin-left: -60px;
}
.titleMotion04 li.left{
  margin-left: -61px;
}
.titleMotion01 li.right,
.titleMotion02 li.right,
.titleMotion03 li.right,
.titleMotion04 li.right{
  position: absolute;
  left: 50%;
  margin-right: -48px;
}
.titleMotion03 li.right{
  margin-top: 6px;
}
.titleMotion01 li.center{
  position: absolute;
  left: 50%;
  margin-left: -101px;
  opacity: 0;
}
.titleMotion02 li.center{
  position: absolute;
  left: 50%;
  margin-left: -80px;
  margin-top: 8px;
  opacity: 0;
}
.titleMotion03 li.center{
  margin-left: -116px;
  margin-top: 18px;
  opacity: 0;
}
.titleMotion04 li.center{
  position: absolute;
  left: 50%;
  margin-left: -108px;
  opacity: 0;
}
.titleMotion01 li.left.show,
.titleMotion02 li.left.show,
.titleMotion03 li.left.show,
.titleMotion04 li.left.show{
  margin-left: -100px;
}





.storelist{
  position: relative;
  border-radius: 20px;
  padding: 80px 0px;
  box-sizing: border-box;
  background: #fff;
  width: 960px;
  margin-bottom: 100px;
}
.storelist .storelist-close{
  position: absolute;
  right: 40px;
  top: 40px;
}
.storelist .storelist-close a:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.storelist h3{
  text-align: center;
  margin-bottom: 50px;
}
.area-block{
  width: 678px;
  margin: 0 auto;
}
.area-block a:hover{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.storelist dl{
  display: table;
  table-layout: fixed;
  margin-bottom: 40px;
  width: 100%;
}
.storelist dl dt{
  width: 57%;
}
.storelist dl dt,
.storelist dl dd{
  display: table-cell;
  vertical-align: top;
  font-size: 15px;
}
.storelist dl dt a{
  color: #ff0000;
  text-decoration: underline;
}
.storelist dl dd ul li{
  color: #585858;
}
.storelist dl dd ul li.tel{
  margin-bottom: 5px;
}
.storelist dl dd ul li.tel span{
  vertical-align: middle;
  color: #ff0000!important;
}
.storelist dl dd ul li.tel span.icon{
  color: #fff !important;
  background: #ff0000;
  border-radius: 4px;
  padding: 3px 6px;
  margin-right: 5px;
  font-size: 10px;
}
.storelist dl dt span.icon-note{
    color: #fff !important;
    background: #585858;
    border-radius: 5px;
    padding: 5px 13px;
    margin-left: 10px;
    font-size: 13px;
}
.storelist dl dt span.icon-spot{
    color: #fff !important;
    background: #F00;
    border-radius: 5px;
    padding: 5px 13px;
	margin-right: 10px;
    font-size: 13px;
}
.storelist dl dt span.icon-year{
    color: #fff !important;
    background: #3B94D5;
    border-radius: 5px;
    padding: 5px 13px;
	margin-right: 10px;
    font-size: 13px;
}
#con2 h4{
     text-align: center;
     font-size: 18px;
     }
     #con2 ul{
       padding: 60px 120px 0px;
     }
     #con2 ul li{
       margin-bottom: 10px;
       position: relative;
     }
     #con2 ul li:before{
         content: "■";
         position: absolute;
         left: -18px;
         top: 0px;
         width: 17px;
         height: 18px;
     }
     .joinblock01 .modal-open{
       text-decoration: none;
     }

     .st0{fill:#FE1F1F;}



#loading {
  position: absolute;
  top: -540px;
  /*z-index: 100;*/
}
#loading img {

}


.notice2017{
	width:960px;
	margin:20px 0;
}
.notice2017 p{
	text-align:center;
	color:#FF0004;
	font-size:32px;
	font-weight:bold;
	line-height:1.4;
}
.notice2017 .subtext{
	font-size:18px;
	font-weight:normal;
}

/* 170722追加 */
div#cmcover {
	width: 960px;
	height: 500px;
	position: relative;
    margin: 0 auto;
	overflow: hidden;
}

div#cmcover div#playbtn {
    /*width: 60px;
    height: 78px;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    right: 13px;
    top: 15px;
    z-index:50;
}