@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("../font/javacom/Javacom.ttf") format("truetype");
  /* Safari, Android, iOS */ }
body {
  margin: 0;
  padding: 0;
  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; }

.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; } }
.item-type {
  margin: 50px 0 10px 0;
  text-align: center;
  font-family: apercu;
  font-size: 18px; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
#head {
  padding:20px 0;
  position: fixed;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;

  z-index: 100; }

 #head a {
    padding: 5px 10px 4px 0; 
    font-size:10px;
    display:inline-block;
}

 #head a:before {
/*  font-family: 'FontAwesome';*/
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight:900;
  margin-right:5px;
}
h1 {
  padding: 5px 0 4px 10px;
  font-size: 10px;
  text-align: left;
  border-left:dotted 1px;
  display:block; }

h2 span {
  font-family: 'javacom'; }

h3 {
  letter-spacing: 1px; }

.box .text01 {
  margin: 0 auto; }
.box .text02 {
  margin: 0 auto; }

.credit {
  text-align: center;
  font-size: 12px;
  margin: 40px 0; }
.credit span {
  border: 1px solid #000;
  padding: 3px 7px;
  margin-left: 6px; }

.img_w {
  margin: 0 auto; }

#lineup {
    width:100%;
    margin:0 auto;
    text-align:center;
}
#lineup ul {
    width:100%;
    margin:0 0 20px 0;
    padding:0;
    border-top:solid 1px #e6e6e6;
    border-bottom:solid 1px #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lineup ul li {
    width:50%;
    position:relative;
}
#lineup ul li.only {
    width:50%;
    margin: 0 auto;
    position:relative;
}
#lineup ul li:nth-child(even) {
    border-left:solid 1px #e6e6e6;
    }
#lineup ul li a{
}
#lineup ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-size:16px;
  font-weight:900;
  position: absolute;
    top:50%;
    left:0;
  margin-top:-10px;
}
#lineup ul li:nth-child(even) a:before {
 display:none;
}
#lineup ul li:nth-child(even) a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight:900;
  position: absolute;
    top:50%;
    right:0;
  margin-top:-10px;
}
#lineup ul li.gray a:after {
  opacity: 0.5;
}

#lineup ul li a img {
    margin:0;
    padding:0;
    vertical-align: bottom;
}

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

#lineup ul li.gray p {
  opacity: 0.5;
}

#lineup ul li a p {
    text-align:left;
}
#lineup ul li a p.flex {
  display: flex;
    justify-content: center;
}
#lineup p#lineup_h {
    margin:0 0 20px 0;
    font-size:10px;
}
#lineup a#lineup_all {
    width:40%;
    margin:0 auto;
    padding:15px 50px;
    font-size:14px;
    border:solid 1px #000;
    display:block;
}   

   /* ------------------------
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
--------------------------------------*/
@media screen and (min-width: 769px) {
  .sp_none {
    display: block; }

  .pc_none {
    display: none; }

  #wrapper {
    margin: 0 auto;
    width: 750px; }

  h1 {
 }

  .box {
    margin: 0px auto 120px; }

  h2 {
    font-size: 12px;
    padding-top: 40px; }
  h2 span {
    font-size: 25px;
    padding-left: 10px; }

  h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 40px 0 20px; }

  .box .text01 {
    width: 700px; }
  .box p {
    font-size: 12px;
    line-height: 22px; }
  .box .text02 {
    width: 450px; }

  .img_w {
    width: 500px; }
#lineup ul li {
    margin:0;
    padding:3%;
}

#lineup ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

#lineup ul li a img {
    width:40%;
    height:40%;
}
#lineup ul li a p {
    width:60%;
    margin:0 0 0 10px;
    font-size:14px;
    text-align:left;
}
#lineup ul li:nth-child(even) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
#lineup ul li:nth-child(even) a p {
    width:60%;
    margin:0 10px 0 0;
    font-size:14px;
    text-align:right;
}


   /* ------------------------
footer------------------------ */ }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  .sp_none {
    display: none; }

  .pc_none {
    display: block; }

#head {
  padding:15px 0 15px 10px;}

  h1 {
 }

  .box {
    margin: 0 auto 50px; }

  h2 {
    font-size: 12px;
    padding-top: 30px; }
  h2 span {
    font-size: 20px;
    padding-left: 10px; }

  h3 {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0 20px; }

  .box .text01 {
    width: 90%; }
  .box p {
    font-size: 11px;
    line-height: 18px; }
  .box .text02 {
    width: 80%; }

  .img_w {
    width: 80%; }
    
#lineup ul li {
    margin:0;
    padding:7%;
}
#lineup ul li.only {
    width: 35%;
}

#lineup ul li a img {
    margin:0 0 10px 0;
}
#lineup ul li a p {
    font-size:12px;
    }
#lineup ul li a:before {
    top:50%;
    left:10px;
}
#lineup ul li:nth-child(even) a:after {
    top:50%;
    right:10px;
}

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

