@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.page {
  width: 100%;
  height: 100%;
 
  /* html, body の hidden を打ち消す */
  overflow: auto;
}

html, body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	background:#F9F9F9;
	color:#666;
	 -webkit-text-size-adjust: none;
	text-align: center;
  position: relative;
  overflow-x: hidden;
}

p{
	margin:0;
	padding:0;
}

a img {
    border-style:none;
}

a {
	color: #D11671;
	}


img {
    border-style:none;
}

hr {
   border:solid #ccc;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}

ul {
  margin: 0;
  padding: 0; 
  text-decoration: none;
}
li {
  margin:0;
  padding: 0;
  list-style: none;
}
.float-right {
	float: right;
}


/* ここから */
#global-head {
  position: fixed;
  color: #000;
  width: 220px;
  text-align: center;
  padding-top: 30px;
  z-index: 1100;
}

#sidebar {
  font-size: 15px;
  padding-top: 160px;
  width: 220px;
  height: 100%;
  position: fixed;
  color: #000;
  background: #fff;
  text-align: center;
  z-index: 1000;
  border-right: solid 1px #000;
}

#global-nav ul {
  list-style: none;
  margin-left: 0;
}
#global-nav > ul > li {
  position: relative;
}

#global-nav a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  margin: 0;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
  color: #fff;
  background: #000;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
  width: 220px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
  position: relative;
}
#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #000;
  color: #fff;
  top: 0;
  padding-top: 90px;
  left: 220px;
  width: 0;
  height: 100%;
  overflow: hidden;

  -moz-transition: width .2s ease-out;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
  border-color: #fff;
}
#global-nav .sub-menu-nav a {
  color: #fff;
}
#global-nav .sub-menu-nav a:hover {
  color: #000;
  background: #fff;
}


/* nav-toggle */
#nav-toggle {
  display: none;
  position: fixed;
  top: 30px;
  right: 15px;
  height: 32px;
}
#nav-toggle > div {
  position: relative;
  width: 32px;
}
#nav-toggle span {
  width: 100%;
  height:  1px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}


.nav-bana-campaign a{
    width: 90%;
    background: #d11671;
    margin: 30px auto;
    padding: 20px 0;
    color: #fff;
    border: solid 2px #d11671;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-bana-campaign a:hover {
  width: 90%;
  background: #fff;
  margin: 30px auto;
  padding: 20px 0;
  color: #d11671;
  border: solid 2px #d11671;
  border-radius: 5px;
}

#overlay {
  display: none;
  position: fixed;
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

 






#site-content {
  margin-left: 220px;
}

#header {
	width: 100%;
	height: 65px;
	background-color: #000;
	margin: 0;
	padding: 0;
}

.logo {
	margin: 19px 0 0 0;
	float: left;
}
.header-area {
	width: 760px;
	margin: 0 auto;
}
.mainvisualp1 {
	margin: 0 auto 30px auto;
}
h2.mainvisualh2 {
	font-size: 1.3em;
  line-height: 1.8em;
	margin: 60px auto 40px auto;
	letter-spacing: 5px;
	font-weight: normal;
}

.infobtn {
  margin: 0 auto;
}
.infobtn a{
    width: 150px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    font-size: .7em;
    display: block;
    color: #fff !important;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    border: 1px solid;
    border-bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.infobtn a:hover {
  display: block;
  color: #fff !important;
  text-decoration: none;
  height: 38px;
  margin-left: 10px;
}
.inbox1 {
	width: 760px;
	margin: 0 auto;
}
h2.inboxh2 {
	font-size: 1.5em;
	line-height: 3em;
	font-weight: 600;
	color: #000;
	width: 100%;
	text-align: left;
}
h2.inboxh2-2 {
  font-size: 1.5em;
  line-height: 3em;
  font-weight: 600;
  color: #000;
  width: 760px;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
}
h2.titleh2 {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 50px;
}
h2.titleh2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: black;
}
p.textp{
  width: 70%;
  font-size: .9em;
  line-height: 1.8;
  text-align: center;
  color: #000;
  margin: 50px auto 50px auto;
}
p.textp-info {
    width: 70%;
    font-size: .9em;
    line-height: 1.8;
    text-align: left;
    color: #000;
    margin: 50px auto 50px auto;
    display: block;
}
p.textp-sub{
    width: 70%;
    font-size: .7em;
    line-height: 2em;
    text-align: center;
    color: #666;
    margin: 20px auto 50px auto;
}
p.inboxp {
	width: 370px;
	font-size: .9em;
	line-height: 1.8;
	text-align: left;
	color: #000;
  margin-bottom: 90px;
}
p.inboxp2 {
    width: 760px;
    font-size: .9em;
    line-height: 1.8;
    color: #000;
    position: absolute;
    margin: 90px auto 90px auto;
    text-align: center;
    height: 300px;
    display: block;
}
.inboxp2-2 {
    height: 300px;
}


.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: inherit;
  float: left;
  background-color: #000;
  color: #fff;
  letter-spacing: 8px;
}
.button:hover {
  background-color: #D11671;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*固定する背景*/

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
}
/*各背景の画像*/
.img-bg-01 {
  background:linear-gradient(-45deg, rgba(255, 141, 0, 0.64), rgba(0, 20, 255, 0.47)) fixed, url("../img/mainvisual.png")fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 560px;
  color: #fff;
  letter-spacing: 8px;
  padding-top: 75px;
  position: relative;
}
.img-bg-plan {
  background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(255, 0, 161, .5)) fixed, url("../img/mainvisual2.png")fixed;
  background-size: contain;
  background-repeat: repeat;
  background-position: top;
  height: 260px;
}
.img-bg-spec {
  background: linear-gradient(-45deg, rgba(4, 0, 255, 0.71), rgba(255, 255, 0, 0.73)) fixed, url("../img/mainvisual4.png")fixed;
  background-size: contain;
  background-repeat: repeat;
  background-position: top;
  height: 260px;
}
.img-bg-works {
  background:linear-gradient(-45deg, rgba(255, 0, 0, 0.64), rgba(255, 0, 200, 0.45)) fixed, url("../img/mainvisual3.png")fixed;
  background-size:contain;
  background-repeat: repeat;
  background-position: top;
  height: 260px;
}

.img-bg-campaign {
  background:linear-gradient(-45deg, #d11671, rgba(255, 0, 141, 0.55)) fixed, url("../img/mainvisual5.png")fixed;
  background-size:contain;
  background-repeat: repeat;
  background-position: top;
  height: 260px;
}
.img-bg-05 {
  background-image: url('画像のURL');
}

h2.pagetitleh2 {
    font-size: 1.5em;
    letter-spacing: 8px;
    color: #fff;
    line-height: 250px;
    text-align: center;
    margin: 0;
    padding: 0;
}
 
/*スクロールするコンテンツ*/
.scrollbox0 {
  background-color: #fff;
  height: 180px;
  border-bottom: solid 1px #afafaf;
  text-align: center;
  font-size: 1.2em;
  padding-top: 40px;
}
.scrollbox1 {
  background-image: url('../img/topimg02.png');
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 612px;
  border-bottom: solid 1px #afafaf;
  text-align: center;
  font-size: 1.2em;
  padding-top: 100px;
  overflow: hidden;
}
.scrollbox2 {
  background-image: url('../img/topimg05.png');
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  height: 830px;
  border-bottom: solid 1px #afafaf;
  text-align: center;
  font-size: 1.2em;
  padding-top: 100px;
  overflow: hidden;
}
.scrollbox3 {
  background-color: #fff;
  height: 540px;
  border-bottom: solid 1px #afafaf;
  text-align: center;
  font-size: 1.2em;
  padding-top: 100px;
  overflow: hidden;
}
.scrollbox-information {
  background-color: #f6f7f9;
  height: auto;
  border-bottom: solid 1px #afafaf;
  text-align: center;
  font-size: 1.2em;
  padding-top: 100px;
  overflow: hidden;
}
.scrollbox-information-page {
  background-color: #fff;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  padding-top:100px;
  padding-bottom: 100px;
  overflow: hidden; 
}
img.scrollbox-infomation-img {
 width:  auto;
}
.scrollbox-works{
  background-color: #fff;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  padding-top:100px;
  padding-bottom: 100px;
  overflow: hidden; 
}
.scrollbox-spec{
  background-color: #fff;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  padding-top:100px;
  padding-bottom: 100px;
  overflow: hidden; 
  border-bottom: solid 1px #afafaf;
}
.scrollbox-plan{
  background-color: #fff;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  padding-top:100px;
  padding-bottom: 100px;
  overflow: hidden;
  border-bottom: solid 1px #afafaf;
}

.scrollbox-plan img {
    margin: 10px 5px 49px 5px;
}

.scrollbox-campaign{
  background-color: #fff;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  padding-top:100px;
  padding-bottom: 100px;
  overflow: hidden; 
}
.scrollbox-information-page {
    background-color: #fff;
    height: auto;
    text-align: center;
    font-size: 1.2em;
    padding-top: 0;
    padding-bottom: 100px;
    overflow: hidden;
}
.workscontent {
    width: 860px;
    margin: 0 auto;
}

// アニメーション
.list{
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
.list li{
	margin: 0;
	list-style-type: none;
	transition: .8s;
}


.list-mv05{
	transform: translate(80px,0); 
	-webkit-transform: translate(80px,0); 
	transition: 1s;
    float: right;
    position: relative;
    left: 400px;
    top: -475px;
    z-index: 1;
}
.mv05{
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.list-mv052{
  transform: translate(80px,0); 
  -webkit-transform: translate(80px,0); 
  transition: 1s;
    float: right;
    position: relative;
    left: 0px;
    top: -330px;
    z-index: 1;
}
.mv052{
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}
.list-mv07 {
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
    margin: -30px 40px 0 40px !important;
    float: left;
    height: 300px;
}
.mv07 {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.list-mv07-2{
  opacity: 0;
}
.mv07-2{
  opacity: 1.0;
}

.list-mv073 {
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
    margin: 0 auto 0 auto !important;
}
.mv073 {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

#footer-contactarea {
  color: #fff;
  text-align: center;
  background:#000;
  padding: 19px 0 27px;
}
#footer-contactarea h3{
  font-size: 14px;
  line-height: 3;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #555;
}
#footer-contactarea .tel{
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
#footer-contactarea p{
  font-size: 12px;
  line-height: 1.5;
}
#footer-contactarea a{
  color: #fff;
  text-decoration: none;
}
#footer {
  font-size: 10px;
  height: 80px;
  line-height: 80px;
  color: #999;
  background-color: #232323;
}
.footer-btn a {
    width: 300px;
    height: 80px;
    border-radius: 5px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 80px;
    display: block;
    background: linear-gradient(-45deg, rgb(246, 255, 0), rgb(255, 0, 161));
}
.footer-btn a:hover {
  width: 300px;
  height: 80px;
  border-radius: 5px;
  background: linear-gradient(-45deg, rgb(249, 255, 77), rgb(255, 141, 213));
}
div#information-menu {
    width: 700px;
    margin: 50px auto 100px auto;
}
.infoandday {
    float: left;
}
ul.menu-list {
    text-align: left;
    font-size: .8em;
}
li.menu-list {
    border-bottom: dotted 1px #ddd;
    padding: 10px;
    font-size: .9em;
}
span.textday {
    font-size: .7em;
    font-weight: bold;
    color: #8a8a8a;
    margin: 0 20px;
}
.info-release {
    color: #fff;
    font-size: .7em;
    width: 80px;
    text-align: center;
    padding: 0 10px;
    line-height: 2em;
    background-color: #c3c713;
    border-radius: 3px;
    float: left;
}
.info-info {
    color: #fff;
    font-size: .7em;
    width: 80px;
    text-align: center;
    padding: 0 10px;
    line-height: 2em;
    background-color: #5f5f5f;
    border-radius: 3px;
    float: left;
}
#page-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 77%;
    z-index: 1550;
}
#page-top a {
    margin-bottom: 20px;
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    border-radius: 9px;
}
#page-top a:hover {
    text-decoration: none;
    background: #000;
}

.planimg{
  width: 535px;
}


.list-mv52-img{
  width: 270px;
}




@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .img-bg-01 {
    background:linear-gradient(-45deg, rgba(255, 141, 0, 0.64), rgba(0, 20, 255, 0.47)) fixed, url("../img/mainvisual@2x.png")fixed;
    background-repeat: no-repeat;
    background-position: top center;
    height: 560px;
    color: #fff;
    letter-spacing: 8px;
    padding-top: 75px;
   }
  .scrollbox1 {
  background-image: url("../img/topimg02@2x.png");
  background-size: 250px;
  background-position: 50%;
}
.scrollbox2 {
  background-image: url("../img/topimg05@2x.png");
  background-size: 500px;
  background-position: 50%;
}
  .img-bg-plan {
     background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(255, 0, 161, .5)) fixed, url(../img/mainvisual2@2x.png)fixed;
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    height: 260px;
  }
  .img-bg-works {
  background:linear-gradient(-45deg, rgba(255, 0, 0, 0.64), rgba(255, 0, 200, 0.45)) fixed, url("../img/mainvisual3@2x.png")fixed;
  background-size:contain;
  background-repeat: repeat;
  background-position: top;
  height: 260px;
}
.img-bg-spec {
  background: linear-gradient(-45deg, rgba(4, 0, 255, 0.71), rgba(255, 255, 0, 0.73)) fixed, url("../img/mainvisual4@2x.png")fixed;
  background-size: contain;
  background-repeat: repeat;
  background-position: top;
  height: 260px;
}
.img-bg-campaign {
  background: linear-gradient(-45deg, #d11671, rgba(255, 0, 141, 0.55)) fixed, url("../img/mainvisual5@2x.png")fixed;
  background-size: contain;
  background-repeat: repeat;
  background-position: top;
  height: 260px;
}

  #campaign-bana a {
    background: #d11671;
    background-image: url("../img/campaign-bana-bg@2x.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    width: 280px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#campaign-bana a:hover {
    background: #fff;
    background-image: url("../img/campaign-bana-bg@2x.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: -3px;
    text-decoration: none;
    color:  #d11671;
    line-height: 59px;
    border:solid 3px #d11671;
}

}













@media screen and (max-width:768px) {
  #site-content {
  margin-left: 0px;
}
  #main-in {
    padding-left: 0;
  }

  #global-head {
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,.4);
    display: -webkit-flex;
    display: flex;
  }

  #sidebar {
    /*display: none;*/
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    color: #333;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  /* サブメニューは開けない */
  #global-nav .sub-menu-head:after,
  #global-nav .sub-menu-nav {
    display: none;
  }
  #nav-toggle {
    display: block;
  }

  /* nav open */
  .open {
    overflow: hidden;
  }
  .open #overlay {
    display: block;
  }
  .open #sidebar  {
    -webkit-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
  }

  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* z-index */
  #overlay {
    z-index: 1180;
  }
  #sidebar {
    z-index: 1190;
  }
  #nav-toggle {
    z-index: 1200;
  }

img.mainbisuallogo {
    width: 80%;
}
  .img-bg-01 {
    background: linear-gradient(-45deg, rgba(255, 141, 0, 0.64), rgba(0, 20, 255, 0.47)) , url(../img/mainvisual.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    color: #fff;
    letter-spacing: 8px;
    padding-top: 160px;
    -webkit-background-size:cover;
    position: relative;
}
.img-bg-plan {
    background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(255, 0, 161, .5)) , url(../img/mainvisual2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    -webkit-background-size:cover;
}
.img-bg-spec {
    background: linear-gradient(-45deg, rgba(4, 0, 255, 0.71), rgba(255, 255, 0, 0.73)), url(../img/mainvisual4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    -webkit-background-size:cover;
}
.img-bg-works {
    background: linear-gradient(-45deg, rgba(255, 0, 0, 0.64), rgba(255, 0, 200, 0.45))  , url(../img/mainvisual3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    -webkit-background-size:cover;
}
.img-bg-campaign {
    background: linear-gradient(-45deg, #d11671, rgba(255, 0, 141, 0.55))  , url(../img/mainvisual5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    -webkit-background-size:cover;
}
h2.pagetitleh2 {
    font-size: 1.5em;
    letter-spacing: 8px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    margin: 0;
    padding-top: 157px;
}
h2.mainvisualh2 {
    font-size: 1em;
    line-height: 1.8em;
    margin: 40px auto 40px auto;
    letter-spacing: 5px;
    font-weight: normal;
}

.cl-effect-9 a span:last-child {
    display: none !important;
    }

.scrollbox0 {
    background-color: #fff;
    height: 100px;
    border-bottom: solid 1px #afafaf;
    text-align: center;
    font-size: 1.2em;
    padding-top: 20px;
}
.scrollbox1 {
    background-image: url(../img/topimg02.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    height: 800px;
    border-bottom: solid 1px #afafaf;
    text-align: center;
    font-size: 1.2em;
    padding-top: 70px;
    overflow: hidden;
}
.inbox1 {
    width: 100%;
    margin: 0 0;
}
h2.inboxh2 {
    font-size: 1.3em;
    line-height: 3em;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
}
p.inboxp {
    width: 100%;
    font-size: .9em;
    line-height: 1.8;
    text-align: left;
    color: #000;
    margin-bottom: 50px;
    padding: 50px 5% 0 5%;
}
h2.titleh2 {
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 50px;
}
p.textp{
  width: 80%;
  font-size: .9em;
  line-height: 1.8;
  text-align: center;
  color: #000;
  margin: 50px auto 50px auto;
}
p.textp-info {
    width: 90%;
    font-size: .9em;
    line-height: 1.8;
    text-align: left;
    color: #000;
    margin: 50px auto 50px auto;
    display: block;
}
.button {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
    background-color: #000;
    color: #fff;
    letter-spacing: 8px;
    margin: auto;
    float: none;
}
.list-mv05 {
    transform: translate(0px,0);
    -webkit-transform: translate(0px,0);
    transition: 1s;
    float: right;
    position: relative;
    top: 50px;
    z-index: 1;
}

h2.inboxh2-2 {
    font-size: 1.3em;
    line-height: 1.3em;
    letter-spacing: 5px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
}
p.inboxp2 {
    width: 100%;
    font-size: .9em;
    line-height: 1.8;
    text-align: left;
    color: #000;
    margin-bottom: 50px;
    padding: 50px 5% 0 5%;
}
.scrollbox2 {
    background-image: url(../img/topimg05.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    height: 1200px;
    border-bottom: solid 1px #afafaf;
    text-align: center;
    font-size: 1.2em;
    padding-top: 100px;
    overflow: hidden;
}
.list-mv07 {
    opacity: 1;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
    margin: 30px auto -50px auto !important;
    float: none;
    height: 300px;
}
.list-mv07-2 {
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
    float: none;
    height: 230px;
}
.mv07-2 {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
#menu2 .button {
    margin-top: 100px;
}
.scrollbox3 {
    background-color: #fff;
    height: 1000px;
    border-bottom: solid 1px #afafaf;
    text-align: center;
    font-size: 1.2em;
    padding-top: 100px;
    overflow: hidden;
}
img.scrollbox-infomation-img {
    width: 90%;
}
.list-mv052 {
    transform: translate(0px,0);
    -webkit-transform: translate(0px,0);
    transition: 1s;
    float: none;
    position: relative;
    top: 50px;
    z-index: 1;
}
#campaign-bana {
    position: fixed;
    bottom: 20px;
    right: -5px;
    font-size: 77%;
    z-index: 10;
}
.workscontent {
    width: 100%;
    margin: 0 auto;
}
div#information-menu {
    width: 100%;
    margin: 50px auto 100px auto;
}
.infoandday {
    float: none;
    margin-bottom: 10px;
}
ul.menu-list {
    text-align: left;
    font-size: .8em;
}
li.menu-list {
    border-bottom: dotted 1px #ddd;
    padding: 10px;
}
span.textday {
    font-size: .7em;
    font-weight: bold;
    color: #8a8a8a;
    margin: 0 20px;
}
.info-release {
    color: #fff;
    font-size: .7em;
    width: 80px;
    text-align: center;
    padding: 0 10px;
    line-height: 2em;
    background-color: #c3c713;
    border-radius: 3px;
    float: left;
}
.info-info {
    color: #fff;
    font-size: .7em;
    width: 80px;
    text-align: center;
    padding: 0 10px;
    line-height: 2em;
    background-color: #5f5f5f;
    border-radius: 3px;
    float: left;
}

.scrollbox-plan img {
    margin: 15px auto;
    width: 80%;
}

#footer-contactarea .tel {
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
}
#footer-contactarea p {
    font-size: 10px;
    line-height: 1.5;
}

}





@media screen and (max-width:400px) {
  #sidebar {
    right: -200px;
    width: 200px;
    padding-top: 60px;
  }
  .open #sidebar  {
    -webkit-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
  }
}