@charset "UTF-8";
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp-Regular.eot");
  src: url("fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansCJKjp-Bold.eot");
  src: url("fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; 
  }

html {
  line-height: 1; }

ol, ul {
  list-style: none; 
  }

table {
  border-collapse: collapse;
  border-spacing: 0; 
  }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; 
  }

q, blockquote {
  quotes: none; 
  }
  
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; 
  }

a img {
  border: none; 
  }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; 
  }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/

div#wrapper {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: 'noto-sans', sans-serif;
  font-width: 400; 
  }
/*
div#mainArea {
  width: 100%;
  height: 100vh;
  display: table; 
  }
  
  
div#mainArea div.description {
  width: 100%;
  padding: 20px;
  box-sizing: border-box; 
  }
  
div#mainArea div.description div.title {
  margin-bottom: 5px; 
  }
  
div#mainArea div.description div.title h1 img {
  width: 100%;
  height: auto; 
  }
  
*/
div.stylingL img {
  width: 100%; 
  }

ul.credit li {
  margin-bottom: 5px; 
  }
  
ul.credit li a {
  color: #000;
  text-decoration: none; 
  }
  
ul.credit li a span {
  display: inline-block;
  box-sizing: border-box;
  padding: 1px 2px;
  border: 1px solid #000;
  vertical-align: middle; 
  }

div.creditArea ul li img {
  width: 100%;
  display: block;
  margin-bottom: 10px; 
  }
  
div.creditArea ul li p a {
  text-decoration: none;
  color: #000; 
  }
  
div.creditArea ul li p a span {
  border: 1px solid #000;
  padding: 2px 2px; 
  }
  

/* PC
--------------------------------------*/
@media screen and (min-width: 729px) {
	
#main_image{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:100vh;
  overflow: hidden;
  opacity: 0;
}

#main_image .pc_back{
  height: 100%;
  background-image: url(../images/cover_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

#main_image img{
	display:block;
	width:100%;
	height:auto;
}
	
#main_logo{
	position:absolute;
	top:200px;
	left:10%;
  width: 40%;
  z-index: 2;
}
#main_logo img{
	width:100%;
	height:auto;
  max-width: 500px;
}


#main_read{
	display:block;
	position: absolute;
  top: 400px;
  left: 10%;

}

#main_read {
	    display: block;
    width: 570px;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-shadow: 1px 2px 1px #FFFFFF;

}

#contents {
  margin-top: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

   .main_read {
  display: none;
}
	
  div#wrapper {
    font-size: 12px; }

 /* div#mainArea div#cover {
    display: table-cell;
    background-position: right top; 
    width: 50%;
    height: 100%;
    background: url(../images/main_pc.jpg) no-repeat;
    background-size: cover;

	}
	
  div#mainArea div.description {
    display: table-cell;
    vertical-align: middle; 
	}

  div#mainArea div.description div.title h2 {
    width: 80%;
    height: auto;
	text-align: center;
    margin: auto; 
	}



div#mainArea div.description div.title h2 img {
  width: 100%;
  height: auto;
  margin-bottom:50px; 
  }
  
div#mainArea div.description p.main_read {
	width:78%;
	margin:0 auto;
	font-size:18px;
    margin-bottom:50px;
	text-align:left;
	letter-spacing:0.2em;
	line-height:1.8em;
  }
  
 */ 

div.line{
	margin:0 auto;
	width:700px;
	height:2px;
	border-bottom:#cccccc dashed 1px;
	
	}

  div.stylingL {
    margin-top: 120px;
	margin-bottom: 120px;
	 }
	 
  div.stylingL img {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block; 
	}
	
  div.stylingL div.inner {
    width: 560px;
    margin: 50px auto 0; 
	}
	
.item_title{
	font-size:18px;
	margin-bottom:30px;
  font-weight: bold;
  letter-spacing: 4px;
  text-indent: 4px;
	}
	
.item_text{
	font-size:14px;
	line-height:1.6em;
	letter-spacing:0.2em;
	margin-bottom:50px;
    text-align: justify;
	}
	
	
.item_credit{
	font-size:12px;
	line-height:1.6em;
	letter-spacing:0.2em;
	margin-bottom:7px;
	}
	

  p.staff {
    width: 100%;
    margin: 40px auto 0;
    text-align: center; }

  div#luisTop {
    width: 100%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 40px; 
	}
  
  div#luisTop a {
    box-sizing: border-box;
    display: block;
    width: 180px;
    margin: 40px auto; 
	}

  div.copyright p {
    text-align: center;
	font-size:12px;
    padding: 5px 0;
    width: 100%; 
	}

  div.creditArea ul {
    display: flex;
    width: 1120px;
    margin: 50px auto; 
	}
  
  div.creditArea ul li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 15px; 
	}
	
  div.creditArea ul li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 15px; 
	}
  div.creditArea ul li p a {
    text-decoration: none;
    color: #000; 
	}
	
  div.creditArea ul li p a span {
    border: 1px solid #000;
    padding: 2px 2px; 
	}

  .mb20 {
    margin-bottom: 50px;
    display: block; 
	}

  .mt20 {
    margin-top: 50px;
    display: block; 
	}

  .pcNone {
    display: none; 
	}

  #backnumber{
    width: 560px;
    margin: 50px auto; 
	}
	
#backnumber img{
  width:100%;
  height:auto;
}

.br-sp { display:none; }




 ul.link {
	 width:100%;
	 height:auto;
	 text-align:center;

}

li.btn_pal a {
  background-color: #222222;
  color:#FFFFFF;
  display: inline-block;
  width: 25%;
  padding:10px 10px;
  text-align:center;
  font-size: 14px;
  margin-right:20px;
  text-decoration:none;
  letter-spacing: 4px;
  text-indent: 4px;
}

li.btn_zozo {
  background-color: #222222;
  color:#FFFFFF;
  display: inline-block;
  width: 25%;
  padding:10px 10px;
  text-align:center;
  font-size: 14px;
  margin-ledt:20px;
  text-decoration:none;
}

li.btn a:hover{
	background-color:#fff;color:#000
	}
	
a:visited { color:#ffffff; }

.sp_only{
	display:none;
}

}
/* SP
--------------------------------------*/
@media screen and (max-width: 728px) {

.sp_only{
	display:block;
}
.pc_only{
	display:none;
}

  div#wrapper {
    font-size: 10px; }

  div#mainArea {
        position: relative;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
  }

  div#mainArea .title {
    width: 55%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  div#mainArea div#cover {
    width: 100%;
    height: 100%;
    background: url(../images/cover.jpg) no-repeat;
    background-size: cover;
    background-position: center top; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	}
	
   div.description {
    box-sizing: border-box;
    padding: 15px;
    }


   div.description div.title h2 {
    text-align: center;
    font-size: 12px; 
	}

	

 div.description div.title h2 img {
  width: 100%;
  height: auto;
  margin:10px 0px 20px 0px;
  }
  
 div.description p.main_read {
	width:98%;
	margin:40px auto;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.6em;
    text-align: justify;
  }
  
 
 
 div.description p.main_read .fp{
	font-size:12px; 
    line-height:0.8em;
	letter-spacing:0.1em;
   }

   .main_read {
  display: inline-block;
}
   
  
  div.stylingL {
    margin-top: 60px;
	margin-bottom: 60px;
	}
  div.stylingL:first-child {
    margin-top: 10px; 
	}
  div.stylingL div.inner {
    width: 90%;
    margin: 25px auto 0; 
	}



.item_title{
	   font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-indent: 4px;
    font-weight: bold;
	}
	
.item_text{
	font-size:14px;

	letter-spacing:0.1em;
	line-height:1.6em;
	margin-bottom:30px;
    text-align: justify;

	}

.item_credit{
	font-size:12px;
	letter-spacing:0.1em;
	margin-bottom:10px;
	}
	

 ul.link {
	 width:100%;
	 height:auto;
	 text-align:center;

}

li.btn_pal a {
  background-color: #222222;
  color:#FFFFFF;
  display: inline-block;
  width: 35%;
  padding:10px 10px;
  text-align:center;
  font-size: 14px;
  text-decoration:none;
  letter-spacing: 4px;
  text-indent: 4px;
}

li.btn_zozo {
  background-color: #222222;
  color:#FFFFFF;
  display: inline-block;
  width: 35%;
  padding:10px 10px;
  text-align:center;
  font-size: 14px;
  margin-left:2%;
  text-decoration:none;
}



div.line{
	margin:0 auto;
	width:100%;
	height:2px;
	border-bottom:#cccccc dashed 1px;
	
	}



  p.staff {
    width: 90%;
    margin: 20px auto 0;
    text-align: center; }

  div#luisTop {
    width: 100%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 40px; }
  div#luisTop a {
    box-sizing: border-box;
    display: block;
    width: 40%;
    margin: 20px auto; }

  div.copyright p {
	font-size:12px;
    text-align: center;
    padding: 5px 0;
    width: 100%; }

  div.creditArea {
    width: 90%;
    margin: 80px auto 0; 
	}
	
	
  div.creditArea ul {
    display: table;
    width: 100%;
    margin: 20px auto; 
	}
	
  div.creditArea ul li {
    display: table-cell; 
	}
	
  div.creditArea ul li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 10px; 
	}
  div.creditArea ul li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 10px; 
	}
  div.creditArea ul li p {
    margin-bottom: 10px; 
	}
  div.creditArea ul li p a {
    text-decoration: none;
    color: #000; 
	}
  div.creditArea ul li p a span {
    border: 1px solid #000;
    padding: 2px 2px; 
	}

  .mb20 {
    margin-bottom: 20px;
    display: block; }

  .mt20 {
    margin-top: 20px;
    display: block; }
  
  #backnumber{
    width: 90%;
    margin: 30px auto; }
#backnumber img{
  width:100%;
  height:auto;
}

  .spNone {
    display: none; 
	}


     }
/*---アニメーション用--*/
.opacity {
  opacity: 1 !important;
  transition: 1s;
  transition-delay: 1s;
}


#slide_cover{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
     display: block; 
    width: 100%;
    height: 100%;
    background-color: #CECECE;
    z-index: 10;
    animation:scale .6s ease  1 forwards, 
              slide .6s ease .7s 1 forwards;
}

.scale01 {
  animation:scale01 3s ease  1 forwards;
}

@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}

@keyframes scale01 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
.inviewRight {    
        opacity: 0;
        transform: translate(50px, 0);
        -webkit-transform: translate(50px, 0);
        transition: 1s;
        transition-delay: 1s;   
    }
.inviewLeft {    
        opacity: 0;
        transform: translate(-100px, 0);
        -webkit-transform: translate(-100px, 0);
        transition: 1.3s;     
    }  
.fadeInUp {              
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

#main_read span {
  display: inline-block;
}

#main_read span:nth-of-type(1) {
      transition-delay: 1.6s;
}
#main_read span:nth-of-type(2) {
      transition-delay: 2s;
}
#main_read span:nth-of-type(3) {
      transition-delay: 2.4s;
}
#main_read span:nth-of-type(4) {
      transition-delay: 2.8s;
}



a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ffffff; }
a:active { color: #ffffff; }




	