@charset "UTF-8";
/*リセット
--------------------------------------------*/
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;
}

@font-face {
  font-family: 'apercu';
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'javacom';
  font-style: normal;
  src: url("../font/javacom/Javacom.eot");
  src: url("../font/javacom/Javacom.woff") format("woff"), url("../ont/javacom/Javacom.ttf") format("truetype");
  /* Safari, Android, iOS */ }

html {
  font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;/* 16px */
  line-height:150%;
  font-family: 'apercu', "Yu Gothic", YuGothic, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover{
    opacity: 0.5 ;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.fade-in {
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
}
  100% {
    opacity: 1;
} }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
}
  100% {
    opacity: 1;
} }

/*--------------------
 animation
 ---------------------*/
.invisible {
  transition: opacity 0.2s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 0.2s ease;
  opacity: 1.0;
}

.animated{
    animation-duration:0.1s;
}

   /* ------------------------nav------------------------ */
.fat-nav{
    position:relative;
}
#nav_header_title {
    font-size:1.2rem;
    position:absolute;
    top:10px;
    right:50px;
}
.fat-nav__wrapper {
/*    max-width:500px;*/
}
.fat-nav__wrapper ul li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.fat-nav__wrapper ul li a img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*-------------------
スマホ、パソコンで画像の切り替え
 --------------------*/
.u-pc { display: none !important; }
.u-sp{ display: block !important; }

@media screen and (min-width: 481px) {
.u-pc { display: block !important; }
.u-sp { display: none !important; }
}


   /* ------------------------main------------------------ */

#main {
    width:100%;
    text-align:center;
}
#main #main_visual h1 {
    font-size:2.0rem;
    color:#000;
    letter-spacing:4px;
    line-height:130%;
    position: absolute;
    top: -15px;
}
#main #main_visual h1 span {
    margin:20px 0 0 0;
    padding:0;
    font-size:1.4rem;
    letter-spacing:2px;
    display:block;
}

/*---arrow---*/

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
    transform: translate3d(0, 185px, 0); }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
    transform: translate3d(0, 175px, 0); }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
    transform: translate3d(0, 280px, 0); } }
@-webkit-keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
@-webkit-keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  100%,
  85% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); } }
@-webkit-keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
    transform: rotate(-163deg) translate3d(0, 40px, 0); }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
    transform: rotate(-163deg) translate3d(0, 0, 0); }
  100%,
  90% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
    transform: rotate(-163deg) translate3d(0, -37px, 0); } }
@-webkit-keyframes triangle-left {
  0%,
  33% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
    transform: rotate(163deg) translate3d(0, -34px, 0); }
  50%,
  88% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
    transform: rotate(163deg) translate3d(0, 0, 0); }
  100%,
  95% {
    -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
    transform: rotate(163deg) translate3d(0, 38px, 0); } }
@-webkit-keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0); }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
    transform: translate3d(45px, 0, 0); } }
.animation-start .c-scroll-icon {
  opacity: 1;
  -webkit-transition: all 1.5s 1.2s;
  transition: all 1.5s 1.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: scale(0.8, 0.8);
  }
.c-scroll-icon {
    width: 21px;
    height: 100px;
    margin-left:-10px;
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    position:absolute;
    bottom:15%;
    left:50%;
  }
.c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 100px;
  margin: 0 auto;
  }
.c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #ffffff;
  top: -150px;
  left: 10px;
  -webkit-animation: scroll-line 3s infinite;
  animation: scroll-line 3s infinite;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  -webkit-animation: triangle-bounce 3s infinite;
  animation: triangle-bounce 3s infinite;
  }
.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden;
  }
.c-scroll-icon-triangle-mask {
  position: absolute;
  }
.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid #ffffff;
  width: 30px;
  right: 0;
  -webkit-animation: triangle-first 3s infinite;
  animation: triangle-first 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
.c-scroll-icon-triangle-line {
  position: absolute;
  }
.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0;
  }
.c-scroll-icon-triangle-line.right {
  border-left: 1px solid #ffffff;
  height: 44px;
  -webkit-transform: rotate(-163deg);
  transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  -webkit-animation: triangle-right 3s infinite;
  animation: triangle-right 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1;
  }
.c-scroll-icon-triangle-line.left {
  border-left: 1px solid #ffffff;
  height: 40px;
  -webkit-transform: rotate(163deg);
  transform: rotate(163deg);
  left: 5px;
  top: -3px;
  -webkit-animation: triangle-left 3s infinite;
  animation: triangle-left 3s infinite;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden;
  }

.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid #ffffff;
  width: 120px;
  left: 0;
  -webkit-animation: triangle-last 3s infinite;
  animation: triangle-last 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }


/*
#main #main_visual figure {
    width:10px;
    height:140px;
    position:absolute;
    bottom:15px;
    left:50%;
    margin-left:-10px;
  animation: key1 .5s ease infinite alternate;
}
@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
*/
#main #main_title {
    width:100%;
    margin:0 auto 20px auto;
    padding:50px 0 0 0;
    font-size:1.6rem;
    line-height:140%;
    letter-spacing:2px;
}
#main #main_lead {
    width:90%;
    margin:0 auto 60px auto;
    padding:0;
    line-height:180%;
}

   /* ------------------------items_list------------------------ */

#items_list {
    width:90%;
    margin:0 auto 50px auto;
}
#items_list h3 {
    margin:0 0 20px 0;
    font-size:1.8rem;
    line-height:140%;
    letter-spacing:2px;
    text-align:center;
}

#items_list h4 {
    margin:40px 0 20px 0;
    font-size:1.4rem;
    line-height:140%;
    letter-spacing:2px;
    text-align:center;
    padding-bottom:5px;
}

.logo_laura {
  max-width: 160px;
  margin:50px auto 30px;
  display: block;
}

#items_list ul {
    width:100%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

#items_list li {
  width: 48%;
  margin-bottom:30px;
  display: flex;
  flex-direction: column;
  position: relative;
z-index: 1;
}


#items_list ul li a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent:-999px;
z-index: 2;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#items_list ul li:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}


#items_list ul li figure {
    width:100%;
    margin-bottom:15px;
}
#items_list ul li a p {
    width:100%;
}
   /* ------------------------profile------------------------ */

#profile {
    width:80%;
    margin:40px auto;
    text-align:center;
}
#profile figure {
    width:40%;
    margin:0 auto 15px auto;
}
#profile i {
    margin:0 0 5px 0;
    font-size:2.8rem;
}
#profile #profile_name {
    margin:0 0 5px 0;
    font-size:1.8rem;
    line-height:140%;
    letter-spacing:2px;
}
#profile a {
    font-size:1.2rem;
    letter-spacing:1px;
    border-bottom:solid 1px;
}
   /* ------------------------menu------------------------ */

#menu {
    width:80%;
    margin:0 auto;
}
#menu h3 {
    margin:0 0 20px 0;
    font-size:1.8rem;
    line-height:140%;
    letter-spacing:2px;
    text-align:center;
}

#menu ul li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#menu ul li a img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

   /* ------------------------footer------------------------ */

footer {
  margin: 50px 0 0 0;
}

footer img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

footer p {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 11px;
}

  .underline {
  text-decoration: underline;
}

.pc {
    display:none;
}


/*-----------------------------------------------------------------------------------

PC

-----------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {


   /* ------------------------nav------------------------ */

#nav {
    width:100%;
}
.fat-nav__wrapper {
    max-width:1000px;
}
.fat-nav__wrapper ul {
}
.fat-nav__wrapper ul li {
    width:50%;
    float:left;
}

   /* ------------------------main------------------------ */

#main {
    padding-top:50px;
    text-align:center;
}
.animation-start .c-scroll-icon {
    display:none;
}

   /* ------------------------items_list------------------------ */

#items_list {
    max-width:980px;
    margin:0 auto 50px auto;
}
#items_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

#items_list ul::after{
  content:"";
  display: block;
  width:30%;
}


#items_list ul li {
    width:30%;
}

#items_list ul li a {
    margin:0 0 20px 0;
  display:block;
}
#items_list ul li a figure {
    width:100%;
}
/*
#items_list ul li p {
  margin-top:15px;
}
*/

   /* ------------------------profile------------------------ */

#profile {
    max-width:980px;
}

   /* ------------------------menu------------------------ */

#menu {
    width:100%;

}
#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    background:#f2f2f2;
}
#menu ul li {
    width:33.33%;
}
#menu ul::after {
    content:"";
    display: block;
    width:33.33%;
    background:#f2f2f2;
}

.pc {
    display:inherit;
}

}
