@charset "UTF-8";

/* ==========================================
  Index - PC
========================================== */
.ffs {
  font-family: Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", "MS Mincho", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Header Catch
------------------------------------------ */
.header-catch {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
}

/* Page Header
------------------------------------------ */
.page-header {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 50%;
  max-height: 700px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/top_header_img.jpg);
  background-size: cover;
}
.page-header .header-catch h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 15px 0 0;
  text-shadow: -3px 2px 3px rgba(0,0,0,0.5);
}
.page-header .header-catch span {
  width: 540px;
  height: 1px;
  margin: 30px auto;
  display: inline-block;
  background-color: #ffffff;
}
.page-header .header-catch p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
}
.page-header .header-catch p a {
  color: #ffffff;
}

/* ------------------------------------------
  Main Contents
------------------------------------------ */
.l-contents {
  padding: 30px 0 0;
}

/* Intro
------------------------------------------ */
.intro {
  margin: 60px 0 80px;
}
.intro h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

/* 新規登録とlogin
------------------------------------------ */
.zine-attention {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
*/
	margin: 35px 0 0;
}
.zine-attention div{ display: flex; justify-content:space-between; width: 100%; margin-bottom: 40px; padding: 0 10px; align-items: center;}
.zine-attention div p.ttl{ width: 150px; font-size: 1.4rem;}
.zine-attention div p{ width: 50%; font-size: 1.7rem;}
.zine-attention div a{ width: auto;}
.zine-attention p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
}
.zine-attention > p {
  width: calc(100% - 340px);
  padding: 0 80px 0 0;
}
.zine-attention ul {
  width: 340px;
}
.zine-attention ul li:last-of-type {
  margin: 15px 0 0;
}


/*新規アカウントログイン
-------------------------------------------*/
.movie_list{margin: 100px 0 150px;}
