@charset "UTF-8";
/* FONT */
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/
/*----------------------------------------------------------------------------
	reset 
----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  vertical-align: baseline; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul, ol {
  list-style-type: none; }

em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

img, object, embed {
  border: 0;
  vertical-align: top; }

img {
  max-width: 100%;
  height: auto; }

hr {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

li {
  list-style-type: none; }

strong {
  font-weight: bold; }

.under_line {
  text-decoration: underline; }

/*----------------------------------------------------------------------------
	linkColor 
----------------------------------------------------------------------------*/
a {
  color: #000;
  transition: 0.3s;
  text-decoration: underline; }

a:hover, a:active {
  color: #000; }

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

a img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  width: 100%; }

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
html, body {
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  position: relative; }

body {
  position: relative;
  font-size: 1.5rem;
  font-family: 'Montserrat','Noto Sans JP';
  font-weight: 400;
  line-height: 1.5;
/*  word-break: break-all;*/
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.smp {
  display: none; }

/*----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background: #FFF;
    z-index: 9998; }
    header .logo {
      position: absolute;
      left: 5vw;
      top: 38px;
      width: 420px; }
    header .logo_gs {
      position: absolute;
      right: 5vw;
      top: 20px;
      width: 120px; }

  #nav-toggle {
    display: none !important; } }
@media screen and (min-width: 711px) and (max-width: 1199px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 57px;
    background: #FFF;
    z-index: 9997; }
    header .logo {
      position: absolute;
      left: 50%;
      top: 20px;
      width: 207px;
      transform: translate(-50%, 0); }
    header .logo_gs {
      position: absolute;
      right: 3%;
      top: 18px;
      width: 50px; }

  #nav-toggle {
    display: block;
    position: absolute;
    left: 2%;
    top: 20px;
    width: 21px;
    height: 16px;
    cursor: pointer;
    z-index: 101; }
    #nav-toggle div {
      position: relative;
      width: 21px; }
    #nav-toggle span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #000;
      left: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 7px; }
    #nav-toggle span:nth-child(3) {
      top: 14px; }

  .open #nav-toggle span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); } }
/*----------------------------------------------------------------------------
	gNav
----------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  #global-nav {
    display: inline-block;
    position: fixed;
    left: 48vw;
    top: 54px;
    z-index: 9998; }
    #global-nav .gNav {
      margin-bottom: 10px; }
      #global-nav .gNav li {
        display: inline-block;
        padding: 0 0.8vw; }
      #global-nav .gNav a {
        display: block;
        font-size: 15px;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1.5px; }
      #global-nav .gNav a:hover {
        text-decoration: underline; }
    #global-nav .subNav {
      display: none !important; }
    #global-nav .snsNav {
      display: none !important; } }
@media screen and (min-width: 711px) and (max-width: 1199px) {
  #global-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 57px;
    padding-top: 30px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999; }
    #global-nav a {
      display: block;
      text-decoration: none; }
    #global-nav .gNav {
      margin-bottom: 10px; }
      #global-nav .gNav a {
        padding: 15px 55px;
        font-size: 24px; }
    #global-nav .subNav {
      margin-bottom: 45px; }
      #global-nav .subNav a {
        padding: 13px 55px;
        font-size: 15px; } }
/*----------------------------------------------------------------------------
	main
----------------------------------------------------------------------------*/
main {
  padding-top: 200px;
  width: 100%;
  display: block; }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    main {
      padding-top: 82px; } }

/*----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------*/
footer {
  padding: 0 0 25px 0;
  width: 100%;
  text-align: center;
  background: #FFF; }
  footer .logo {
    margin: 0 auto 120px auto;
    width: 420px; }
  footer .snsNav {
    margin-bottom: 100px; }
  footer .logo_gs {
    margin: 0 auto 30px auto;
    width: 254px; }
  footer .copyright {
    font-size: 8px; }

/*----------------------------------------------------------------------------
	common
----------------------------------------------------------------------------*/
.heading {
  margin-bottom: 80px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.015em; }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    .heading {
      font-size: 3.08vw;
      margin-bottom: 6.84vw; } }

.snsNav {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .snsNav li {
    display: inline-block;
    margin: 0 17px;
    width: 36px; }

.pconly {
  display: inherit; }

.sponly {
  display: none; }

/*------------------------------
	article_list
-------------------------------*/
.article_list {
  margin-bottom: 80px; }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    .article_list {
      margin-bottom: 6.84vw; } }
  .article_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    .article_list ul li {
      margin-bottom: 140px;
      width: 32%;
      margin-right: 2%; }
      @media screen and (min-width: 711px) and (max-width: 1199px) {
        .article_list ul li {
          margin-bottom: 11.97vw; } }
      .article_list ul li a:hover {
        opacity: 0.6; }
        .article_list ul li a:hover img {
          opacity: 1; }
      .article_list ul li:nth-child(3n) {
        margin-right: 0; }
    .article_list ul li::after {
      display: block;
      content: "";
      width: 32%; }
  .article_list .comingsoon {
    text-align: center;
    font-size: 24px;
    margin-bottom: 300px; }
  .article_list h2 {
    margin-bottom: 40px;
    font-size: 26px;
    text-align: center; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      .article_list h2 {
        font-size: 2vw; } }
  .article_list#limited-140th {
    padding-top: 100px; }

.article_item {
  margin-bottom: 15px; }
  .article_item a {
    display: block;
    text-decoration: none; }
    .article_item a img {
      width: 100%; }
  .article_item div {
    margin: 0 auto;
    width: 95%; }
  .article_item .date {
    margin: 30px auto 10px auto;
    font-size: 14px;
    letter-spacing: 1px; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      .article_item .date {
        font-size: 1.2vw; } }
  .article_item .ttl {
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: 1.8px; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      .article_item .ttl {
        font-size: 2.74vw; } }
  .article_item .txt {
    font-size: 19px;
    line-height: 1.96; }
    .article_item .txt span {
      font-size: .8em;
      display: block; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      .article_item .txt {
        font-size: 1.71vw; } }

.article_tag {
  margin: 0 auto;
  width: 95%;
  font-size: 16px;
  text-align: left; }

@media screen and (min-width: 711px) and (max-width: 1199px) {
  .article_list .wrap {
    width: 96%; } }
/*------------------------------
	tag_list
-------------------------------*/
.tag_list {
  margin-bottom: 250px; }
  .tag_list ul {
    padding: 50px;
    line-height: 3;
    background: #e5e5e5; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      .tag_list ul {
        width: 96%;
        margin: auto; } }
    .tag_list ul li {
      display: inline-block;
      margin-right: 30px;
      font-size: 20px; }
      @media screen and (min-width: 711px) and (max-width: 1199px) {
        .tag_list ul li {
          font-size: 1.88vw;
          margin-right: 3.25vw; } }
      .tag_list ul li span {
        font-size: 16px; }
    .tag_list ul li:last-child {
      margin-right: 0; }

/*------------------------------
	ranking
-------------------------------*/
#ranking {
  position: fixed;
  right: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  z-index: 9999; }
  #ranking .btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding-top: 50px;
    width: 66px;
    height: 200px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background: #000;
    cursor: pointer; }
    #ranking .btn span {
      position: absolute;
      left: 0;
      top: 50%;
      white-space: nowrap;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  #ranking .btn:hover {
    opacity: 0.6; }
  #ranking .ranking_list {
    position: absolute;
    right: -366px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 20px 0 20px 20px;
    width: 366px;
    font-size: 16px;
    color: #FFF;
    background: #000;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    #ranking .ranking_list .heading {
      margin-bottom: 20px;
      font-size: 16px;
      text-align: left;
      cursor: pointer;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
    #ranking .ranking_list .heading:hover {
      opacity: 0.6; }
    #ranking .ranking_list ul li {
      position: relative;
      float: right;
      width: 315px;
      border-top: 1px solid #313131; }
    #ranking .ranking_list ul li:before {
      position: absolute;
      left: -28px;
      top: 50%;
      font-size: 14px;
      color: #FFF;
      transform: translate(0, -50%); }
    #ranking .ranking_list ul li:nth-child(1):before {
      content: '1'; }
    #ranking .ranking_list ul li:nth-child(2):before {
      content: '2'; }
    #ranking .ranking_list ul li:nth-child(3):before {
      content: '3'; }
    #ranking .ranking_list ul li:nth-child(4):before {
      content: '4'; }
    #ranking .ranking_list ul li:nth-child(5):before {
      content: '5'; }
    #ranking .ranking_list ul a {
      display: flex;
      align-items: center;
      padding: 20px 0;
      color: #FFF;
      text-decoration: none; }
      #ranking .ranking_list ul a div {
        width: 140px; }
      #ranking .ranking_list ul a .ttl {
        font-size: 22px; }
      #ranking .ranking_list ul a .txt {
        font-size: 14px; }
      #ranking .ranking_list ul a img {
        margin-right: 10px;
        width: 135px; }
    #ranking .ranking_list ul a:hover {
      opacity: 0.6; }
      #ranking .ranking_list ul a:hover img {
        opacity: 1; }
  #ranking .ranking_list.open {
    right: 0; }

/*------------------------------
	backnumber
-------------------------------*/
.backnumber {
/*  margin-bottom: 125px;*/
  text-align: center; }
  .backnumber .heading {
    margin-bottom: 15px;
    font-size: 21px; }
  .backnumber ul li {
    display: inline-block;
    font-size: 16px; }
    .backnumber ul li a {
      display: inline-block;
      padding: 10px;
      color: #25201c;
      text-decoration: none; }
    .backnumber ul li a:hover, .backnumber ul li span {
      display: inline-block;
/*      padding: 15px;*/
      opacity: 0.6;
      text-decoration: none; }

/*------------------------------
	recommend
-------------------------------*/
.article_list li .article_tag {
  flex-direction: column;
  margin: 0 auto;
  width: 95%; }
  .article_list li .article_tag li {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      .article_list li .article_tag li {
        font-size: 1.37vw; } }

/*----------------------------------------------------------------------------
	toppage
----------------------------------------------------------------------------*/
#toppage main {
  padding-top: 90px; }
#toppage .mv {
  margin: 0 auto 160px auto; }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    #toppage .mv {
      margin-bottom: 13.68vw; } }
  #toppage .mv .slick-dots {
    display: inline-block !important;
    right: 80px;
    bottom: 0;
    top: 39.1vw;
    width: auto;
    white-space: nowrap; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .mv .slick-dots {
        top: 38vw; } }
    #toppage .mv .slick-dots li {
      overflow: hidden;
      margin: 0;
      width: 51px;
      height: 2px;
      background: #DFDEDE; }
      #toppage .mv .slick-dots li button {
        width: 51px;
        height: 2px; }
    #toppage .mv .slick-dots li:hover, #toppage .mv .slick-dots li.slick-active {
      background: #000; }
  #toppage .mv a.mv_cont {
    display: block;
    text-decoration: none; }
    #toppage .mv a.mv_cont ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      margin: 0 5vw;
      padding-top: 40px;
      width: calc(100% - 10vw); }
      @media screen and (min-width: 711px) and (max-width: 1199px) {
        #toppage .mv a.mv_cont ul {
          width: 95%;
          margin: 0 auto;
          padding-top: 2.34vw; } }
      #toppage .mv a.mv_cont ul .ttl {
        width: 40%;
        font-size: 64px;
        text-align: left;
        letter-spacing: 1.8px; }
        #toppage .mv a.mv_cont ul .ttl.fontSmall {
          font-size: 56px; }
        @media screen and (min-width: 711px) and (max-width: 1199px) {
          #toppage .mv a.mv_cont ul .ttl {
            font-size: 4.45vw !important; } }
        #toppage .mv a.mv_cont ul .ttl .date {
          font-size: 16px;
          letter-spacing: 1px; }
          @media screen and (min-width: 711px) and (max-width: 1199px) {
            #toppage .mv a.mv_cont ul .ttl .date {
              font-size: 1.2vw; } }
      #toppage .mv a.mv_cont ul .txt {
        width: 60%;
        font-size: 28px;
        text-align: right;
        line-height: 1.76; }
        @media screen and (min-width: 711px) and (max-width: 1199px) {
          #toppage .mv a.mv_cont ul .txt {
            font-size: 2.34vw; } }
        #toppage .mv a.mv_cont ul .txt p {
          display: inline-block;
          text-align: left; }
          #toppage .mv a.mv_cont ul .txt p span {
            font-size: .7em;
            display: block;
            margin-bottom: 1rem; }
  #toppage .mv a.mv_cont:hover {
    opacity: 0.6; }
    #toppage .mv a.mv_cont:hover img {
      opacity: 1; }
#toppage .newStories {
  margin: 0 auto 300px auto; }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    #toppage .newStories {
      margin-bottom: 25.64vw; } }
  #toppage .newStories .wrap > ul > li {
    margin-bottom: 160px; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .newStories .wrap > ul > li {
        margin-bottom: 13.68vw; } }
  #toppage .newStories .wrap > ul > li:last-child {
    margin-bottom: 0; }
  #toppage .newStories .cont {
    display: block;
    margin-bottom: 20px;
    text-decoration: none; }
    #toppage .newStories .cont ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      padding-top: 40px; }
      @media screen and (min-width: 711px) and (max-width: 1199px) {
        #toppage .newStories .cont ul {
          padding-top: 3.42vw; } }
      #toppage .newStories .cont ul .ttl {
        width: 40%;
        margin-left: 3%;
        font-size: 50px;
        text-align: left;
        letter-spacing: 2.2px; }
        @media screen and (min-width: 711px) and (max-width: 1199px) {
          #toppage .newStories .cont ul .ttl {
            font-size: 4.45vw; } }
        #toppage .newStories .cont ul .ttl .date {
          font-size: 14px; }
          @media screen and (min-width: 711px) and (max-width: 1199px) {
            #toppage .newStories .cont ul .ttl .date {
              font-size: 1.2vw; } }
      #toppage .newStories .cont ul .txt {
        width: 57%;
        font-size: 26px;
        text-align: right; }
        @media screen and (min-width: 711px) and (max-width: 1199px) {
          #toppage .newStories .cont ul .txt {
            font-size: 2.34vw; } }
        #toppage .newStories .cont ul .txt p {
          display: inline-block;
          text-align: left; }
          #toppage .newStories .cont ul .txt p span {
            font-size: .7em;
            display: block;
            margin-bottom: 1rem; }
  #toppage .newStories .cont:hover {
    opacity: 0.6; }
    #toppage .newStories .cont:hover img {
      opacity: 1; }
  #toppage .newStories .tags {
    font-size: 14px;
    text-align: right; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .newStories .tags {
        font-size: 1.37vw; } }
    #toppage .newStories .tags li {
      display: inline-block;
      margin-left: 15px; }
#toppage .latest {
  margin: 0 auto 160px auto; }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    #toppage .latest {
      margin-bottom: 25.64vw; } }
  #toppage .latest .heading {
    margin-bottom: 80px; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .latest .heading {
        margin-bottom: 6.84vw; } }
  #toppage .latest .cat_nav {
    margin-bottom: 80px;
    text-align: center; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .latest .cat_nav {
        margin-bottom: 6.84vw; } }
    #toppage .latest .cat_nav li {
      display: inline-block;
      margin: 0 15px; }
      #toppage .latest .cat_nav li a {
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1.8px; }
        @media screen and (min-width: 711px) and (max-width: 1199px) {
          #toppage .latest .cat_nav li a {
            font-size: 1.37vw; } }
      #toppage .latest .cat_nav li a:hover {
        opacity: 0.6; }
  #toppage .latest .btn {
    text-align: center; }
    #toppage .latest .btn a {
      display: inline-block;
      padding: 20px 0;
      width: 368px;
      font-size: 16px;
      line-height: 1;
      text-decoration: none;
      border: 1px solid #000; }
    #toppage .latest .btn a:hover {
      opacity: 0.6; }
  #toppage .latest .wrap > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #toppage .latest .wrap > ul > li {
      margin-bottom: 130px;
      width: 48%; }
  #toppage .latest .cont {
    display: block;
    margin-bottom: 20px;
    text-decoration: none; }
    #toppage .latest .cont .ttl {
      margin: 40px 0 30px 3%;
      width: 97%;
      font-size: 32px;
      text-align: left;
      letter-spacing: 1.8px; }
      @media screen and (min-width: 711px) and (max-width: 1199px) {
        #toppage .latest .cont .ttl {
          font-size: 2.91vw; } }
      #toppage .latest .cont .ttl .date {
        font-size: 14px;
        letter-spacing: 1px; }
        @media screen and (min-width: 711px) and (max-width: 1199px) {
          #toppage .latest .cont .ttl .date {
            font-size: 1.2vw; } }
    #toppage .latest .cont .txt {
      margin-left: 3%;
      width: 97%;
      font-size: 24px;
      text-align: left;
      line-height: 1.61; }
      #toppage .latest .cont .txt p span {
        font-size: .7em;
        display: block;
        margin-bottom: 1rem; }
      @media screen and (min-width: 711px) and (max-width: 1199px) {
        #toppage .latest .cont .txt {
          font-size: 2.05vw; } }
  #toppage .latest .cont:hover {
    opacity: 0.6; }
    #toppage .latest .cont:hover img {
      opacity: 1; }
  #toppage .latest .tags {
    margin-left: 3%;
    width: 97%;
    font-size: 14px;
    text-align: left; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .latest .tags {
        font-size: 1.37vw; } }
    #toppage .latest .tags li {
      display: inline-block;
      margin-right: 15px; }
#toppage .movie {
  margin: 0 auto 200px auto;
  padding: 110px 0;
  background: #b4b4b4;
  background: -moz-linear-gradient(top, #b4b4b4 0%, #bfbfbf 50%, #8a8a8a 100%);
  background: -webkit-linear-gradient(top, #b4b4b4 0%, #bfbfbf 50%, #8a8a8a 100%);
  background: linear-gradient(to bottom, #b4b4b4 0%, #bfbfbf 50%, #8a8a8a 100%); }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    #toppage .movie {
      margin-bottom: 17.09vw;
      padding: 9.4vw 0; } }
  #toppage .movie .heading {
    margin-bottom: 80px;
    color: #FFF; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .movie .heading {
        margin-bottom: 6.84vw; } }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    #toppage .movie .wrap {
      text-align: center; } }
  #toppage .movie .date {
    margin: 30px auto 0 auto;
    width: 90%;
    font-size: 14px;
    color: #FFF;
    text-align: left; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .movie .date {
        font-size: 1.2vw;
        letter-spacing: 1px; } }
  #toppage .movie img, #toppage .movie video {
    width: 100%;
    cursor: pointer; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .movie img, #toppage .movie video {
        width: 92%; } }
  #toppage .movie .swiper-container .swiper-pagination {
    bottom: 0;
    right: 0;
    margin: auto;
    position: relative;
    text-align: right;
    margin-top: 1em; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      #toppage .movie .swiper-container .swiper-pagination {
        width: 92%; } }
  #toppage .movie .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 50px;
    height: 2px;
    border-radius: 0;
    margin: 0;
    background-color: #7b7979; }
    #toppage .movie .swiper-container .swiper-pagination-bullet:hover {
      background-color: #fff; }
  #toppage .movie .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff; }
#toppage .tag_list ul {
  padding: 0;
  background: #FFF; }
#toppage .recommend .article_item .txt span {
  font-size: .7em; }
#toppage .bannerAreaA {
  margin-bottom: 160px;
  text-align: center; }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    #toppage .bannerAreaA {
      margin-bottom: 13.68vw; } }
#toppage .bannerAreaB {
  margin-bottom: 290px;
  text-align: center; }
  @media screen and (min-width: 711px) and (max-width: 1199px) {
    #toppage .bannerAreaB {
      margin-bottom: 13.68vw; } }
#toppage .bannerAreaSide {
  position: fixed;
  left: 0;
  bottom: 10%;
  display: inline-block;
  z-index: 9999;
  width: 66px;
  height: 200px; }

@media screen and (min-width: 711px) and (max-width: 1199px) {
  #toppage main {
    padding-top: 57px; }
  #toppage .latest {
    width: 96%; }
  #toppage .tag_list .wrap {
    width: 96%; } }
/*----------------------------------------------------------------------------
	article
----------------------------------------------------------------------------*/
.article {
  line-height: 1.8; }
  .article .img {
    margin-bottom: 30px; }
    .article .img .caption {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.6; }
  .article .caption {
    font-size: 14px;
    text-align: left;
    line-height: 1.71; }
    .article .caption.mark {
      text-indent: -1em;
      margin-left: 1em; }
  .article .txt {
    margin-top: 50px;
    font-size: 16px;
    text-align: left;
    line-height: 2; }
    .article .txt.indent p {
      text-indent: 1em;
      margin-bottom: 2em; }
    .article .txt.nonindent p {
      margin-bottom: 2em; }

.article_header {
  margin: 0 auto 140px auto;
  max-width: 1000px;
  width: 96%;
  line-height: 1.8; }
  .article_header .cat {
    margin-bottom: 80px;
    padding-bottom: 15px;
    text-align: right;
    border-bottom: 1px solid #000; }
    .article_header .cat a {
      font-size: 20px;
      text-decoration: none;
      letter-spacing: 1.8px; }
    .article_header .cat a:hover {
      opacity: 0.6; }
    .article_header .cat span {
      font-size: 12px; }
  .article_header .meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: baseline; }
    .article_header .meta .date {
      width: 50%;
      letter-spacing: 1px; }
    .article_header .meta .snsShare {
      width: 50%;
      text-align: right; }
      .article_header .meta .snsShare li {
        display: inline-block;
        margin: 0 18px;
        width: 35px; }
      .article_header .meta .snsShare li:last-child {
        margin-right: 0; }
  .article_header .heading {
    margin-bottom: 30px;
    text-align: left; }
    .article_header .heading p {
      margin-bottom: 20px;
      font-size: 20px; }
    .article_header .heading h1 {
      font-size: 32px;
      letter-spacing: 0; }
  .article_header .tags {
    margin-bottom: 60px; }
    .article_header .tags li {
      display: inline-block;
      margin-right: 15px; }
  .article_header .read {
    margin-top: 70px;
    font-size: 18px; }
  .article_header .writer {
    margin-top: 40px;
    font-size: 14px; }
    .article_header .writer li {
      display: inline-block;
      margin-right: 20px; }
    .article_header .writer li:last-child {
      margin-right: 0; }
    .article_header .writer.noflex li {
      display: block;
      margin-right: 0; }
  .article_header .h2 {
    margin-bottom: 40px;
    font-size: 26px;
    text-align: left; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      .article_header .h2 {
        font-size: 2.22vw; } }

.article_body {
  margin: 0 auto 100px auto;
  max-width: 800px;
  width: 80%; }
  .article_body .h2 {
    margin-bottom: 40px;
    font-size: 26px;
    text-align: left; }
    @media screen and (min-width: 711px) and (max-width: 1199px) {
      .article_body .h2 {
        font-size: 2.22vw; } }
  .article_body .h3 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left; }
  .article_body .h4 {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    line-height: 1.67;
    font-weight: bold; }
  .article_body .box_1clm {
    margin-bottom: 130px; }
    .article_body .box_1clm.nophoto .h2 {
      margin-bottom: 20px; }
    .article_body .box_1clm.nophoto .txt.indent {
      margin-top: 20px; }
  .article_body .box_2clm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 130px;
    font-size: 16px; }
    .article_body .box_2clm.alternate {
      align-items: center; }
      .article_body .box_2clm.alternate .clm_img {
        margin-bottom: 0; }
    .article_body .box_2clm.flex_reverse {
      flex-direction: row-reverse; }
    .article_body .box_2clm > div {
      width: 45%; }
    .article_body .box_2clm.bg_gray {
      background: #E8E9EB;
      padding: 20px; }
      .article_body .box_2clm.bg_gray > div {
        width: 48%; }
      .article_body .box_2clm.bg_gray p.caption {
        margin-top: 10px; }
    .article_body .box_2clm .clm_img {
      margin-bottom: 30px; }
    .article_body .box_2clm .clm_text p {
      font-size: 16px;
      line-height: 2; }
      .article_body .box_2clm .clm_text p.caption {
        font-size: 14px;
        line-height: 1.71; }
  .article_body .box_interview {
    margin-bottom: 130px;
    font-size: 16px; }
    .article_body .box_interview dl {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .article_body .box_interview dl dt {
        margin-bottom: 80px;
        font-weight: bold;
        width: 20%; }
      .article_body .box_interview dl dd {
        margin-bottom: 80px;
        width: 80%; }
  .article_body .box_quote {
    position: relative;
    margin: 0 auto 130px auto;
    padding: 10px 80px;
    background: url(../img/common/icon_quote1.png) 3% 0 no-repeat, url(../img/common/icon_quote2.png) 96% bottom no-repeat;
    background-size: 23px auto; }
  .article_body .box_border {
    margin-bottom: 130px;
    padding: 80px;
    border: 1px solid #eeeeee; }
    .article_body .box_border > * {
      margin-bottom: 0 !important; }
  .article_body .box_item > a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    font-size: 16px;
    background: #f2f2f2;
    text-decoration: none; }
    .article_body .box_item > a .img {
      width: 50%;
      margin-bottom: 0; }
    .article_body .box_item > a div {
      width: 50%;
      text-align: center; }
      .article_body .box_item > a div .ttl {
        margin-bottom: 10px;
        font-size: 28px; }
      .article_body .box_item > a div .btn {
        margin-top: 30px;
        display: inline-block;
        padding: 10px 50px;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #000; }
    .article_body .box_item > a:hover {
      opacity: 0.6; }
  .article_body .box_item > .item_nolink {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    font-size: 16px;
    background: #f2f2f2; }
    .article_body .box_item > .item_nolink .img {
      width: 50%;
      margin-bottom: 0; }
    .article_body .box_item > .item_nolink div {
      width: 50%;
      text-align: center; }
      .article_body .box_item > .item_nolink div .ttl {
        margin-bottom: 10px;
        font-size: 28px; }
  .article_body .box_person {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 130px;
    font-size: 16px;
    background: #f2f2f2; }
    .article_body .box_person .img {
      width: 45%;
      margin-bottom: 0; }
    .article_body .box_person div {
      padding: 0 80px;
      width: 55%;
      text-align: left; }
      .article_body .box_person div .ttl {
        margin-bottom: 10px;
        font-size: 24px; }
        .article_body .box_person div .ttl span {
          margin-left: 15px;
          font-size: 16px;
          vertical-align: middle; }
  .article_body .box_slide {
    position: relative;
    margin-bottom: 130px;
    padding-bottom: 20px;
    font-size: 16px;
    background: #000; }
    .article_body .box_slide p {
      padding: 40px 60px;
      font-size: 14px;
      color: #FFF; }
      .article_body .box_slide p a {
        color: #FFF; }
    .article_body .box_slide #slider, .article_body .box_slide #slider2 {
      width: 100%;
      margin: 0 auto 10px; }
    .article_body .box_slide #thumbnail_slider, .article_body .box_slide #thumbnail_slider2 {
      width: 90%;
      margin: 0 auto 10px; }
      .article_body .box_slide #thumbnail_slider .slick-slide, .article_body .box_slide #thumbnail_slider2 .slick-slide {
        padding: 10px; }
      .article_body .box_slide #thumbnail_slider .slick-slide li:hover, .article_body .box_slide #thumbnail_slider .slick-slide.slick-current li, .article_body .box_slide #thumbnail_slider2 .slick-slide li:hover, .article_body .box_slide #thumbnail_slider2 .slick-slide.slick-current li {
        border: 3px solid #FFF; }
    .article_body .box_slide .slick-prev {
      left: -45px; }
    .article_body .box_slide .slick-prev:before {
      display: inline-block;
      width: 26px;
      height: 49px;
      content: '';
      background: url(../img/common/arr_prev.png) 0 0 no-repeat; }
    .article_body .box_slide .slick-next {
      right: -40px; }
    .article_body .box_slide .slick-next:before {
      display: inline-block;
      width: 26px;
      height: 49px;
      content: '';
      background: url(../img/common/arr_next.png) 0 0 no-repeat; }
    .article_body .box_slide .slide-item img {
      width: 100%; }
    .article_body .box_slide .thumbnail-item img {
      width: 98%;
      margin: 0 auto; }
  .article_body .box_video video {
    width: 100%; }
  .article_body span.circle {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 3px;
    vertical-align: text-top;
    margin-top: 5px; }
    .article_body span.circle:before {
      content: '';
      display: block;
      border: 1px solid #000;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px; }
  .article_body .box_banner {
    margin: 130px 0; }
  .article_body .mb0 {
    margin-bottom: 0 !important; }

/*----------------------------------------------------------------------------
	animation
----------------------------------------------------------------------------*/
.fade-in {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform; }

.fade-in-up {
  transform: translate(0, 50px); }

.scroll-in {
  opacity: 1;
  transform: translate(0, 0); }

.mvfade-in {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform; }

.mvfade-in-active {
  opacity: 1;
  transform: translate(0, 0); }

#toppage .mv img {
  width: 100%;
  opacity: 0;
  animation-name: appeare;
  animation-duration: 3s;
  animation-fill-mode: forwards; }

@keyframes appeare {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#toppage .mv ul {
  opacity: 0;
  animation-name: appeare2;
  animation-duration: 5s;
  animation-fill-mode: forwards; }

@keyframes appeare2 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    opacity: 1; } }
