@charset "UTF-8";
/* base */
*{
  box-sizing: border-box;
}
html, body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans" , Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #000;
}
img {
  width: 100%;
  vertical-align: bottom;
      -webkit-touch-callout:none;
      -webkit-user-select:none;
      -moz-touch-callout:none;
      -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 10;
}
#pagetop img {
  width: min(18vw, 127px);
}

.overlay {
  position: fixed;
  background: #f2f3fa;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  z-index: 1000;
}
/* layout */

header{
  position: relative;
}
#head_chara {
  margin: 0 auto;
  display: block;
}

#list_info
{
  padding: 0 10px;
  background-image: url(../img/border_1.gif), url(../img/bg_ptn_1.gif);
  background-repeat: repeat-x, repeat;
  background-position: top, top;
}

#list_info_inner{
  max-width: 1200px;
  margin:0 auto;
  padding: 10vw 0;
  text-align: center;
}

.video {
    position: relative;
    height: 0;
    margin: 0 auto;
    padding-bottom: 56.25%;
}
#list_info_inner p{
  font-size: 1.8em;
  margin-top: 8vw;
  font-weight: bold;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#list_info .text{
  max-width: 558px;
  width: min(70vw,558px);
  padding: 30px 0;
}

footer {
  color: #000;
  padding: 30px 10px;
  background: #fff;
}
footer dt {
  font-size: 130%;
  font-weight: bold;
}

footer .download_box {
  margin: 15px 0;
}
footer .download_box ul {
  display: flex;
  max-width: 770px;
  margin: 0 auto;
  justify-content: center;
}
footer .download_box ul li {
  list-style: none;
  margin-right: 5px;
  max-width: 160px;
}
footer .social {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
  margin: 30px auto 0;
}
footer .back-to-top {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
footer .back-to-top a {
  text-decoration: none;
  color: #000;
}

#copyright {
  font-size: 10px;
  text-align: center;
  background: #000;
  padding: 5px 0;
}

#copyright p {
  color: #ffffff;
  font-size: 10px;
}

/* utility */
.tac {
  text-align: center;
}

.fs80per {
  font-size: 80%;
}

.fs120per {
  font-size: 120%;
}

/*-------------- tablet size --------------------*/
@media screen and (min-width: 641px) {
  /* base */
  /* layout */
  /* components */
  /* projects */
  #list_info{
    padding: 0 20px;
  }

  #list_info .text{
    width: min(54vw,558px);
    padding: 50px 0;
  }
  
}

/*--------------　PC size --------------------*/
@media screen and (min-width: 1024px) {
/* base */
/* layout */
header{
  background-image: url(../img/main_pc_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

#list_info_inner{
  padding: min(5vw,100px) 0
}

#list_info_inner p{
  font-size: 4em;
  margin-top: 3vw;
}

footer {
  font-size: 1.3em;
}
}
