@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: #373737;
  text-decoration: underline; }

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

/*----------------------------------------------------------------------------
	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';
  color: #373737;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pc {
  display: none; }

/*----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------*/
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: 5%;
  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
----------------------------------------------------------------------------*/
#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;
      letter-spacing: 1px; }
  #global-nav .subNav {
    margin-bottom: 45px; }
    #global-nav .subNav a {
      padding: 13px 55px;
      font-size: 15px; }

/*----------------------------------------------------------------------------
	main
----------------------------------------------------------------------------*/
main {
  padding-top: 82px;
  width: 100%; }

/*----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------*/
footer {
  padding: 0 0 25px 0;
  width: 100%;
  text-align: center;
  background: #FFF; }
  footer .logo {
    margin: 0 auto 90px auto;
    width: 276px; }
  footer .snsNav {
    margin-bottom: 80px; }
  footer .logo_gs {
    margin: 0 auto 10px auto;
    width: 141px; }
  footer .copyright {
    font-size: 8px; }

/*----------------------------------------------------------------------------
	共通
----------------------------------------------------------------------------*/
.heading {
  margin-bottom: 50px;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.02em; }

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

.pconly {
  display: none; }

.sponly {
  display: inherit; }

/*------------------------------
	article_list
-------------------------------*/
.article_list {
  margin-bottom: 125px;
  text-align: center; }
  .article_list ul {
    display: inline-block; }
    .article_list ul li {
      margin-bottom: 80px;
      text-align: left; }
    .article_list ul li:last-child {
      margin-bottom: 0; }
  .article_list h2 {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 25px; }
  .article_list#limited-140th {
    padding-top: 60px; }

.article_item {
  margin-bottom: 20px; }
  .article_item a {
    display: block;
    text-decoration: none; }
  .article_item .date {
    margin: 25px auto 10px auto;
    font-size: 8px;
    letter-spacing: 1px; }
  .article_item .ttl {
    margin-bottom: 20px;
    font-size: 27px;
    letter-spacing: 1.8px; }
  .article_item .txt {
    font-size: 17px; }
    .article_item .txt span {
      font-size: .8em;
      display: block;
      margin-bottom: .5em; }
  .article_item img {
    width: 100%; }

.article_tag {
  font-size: 10px;
  text-align: left; }
  .article_tag li {
    margin-bottom: 0 !important;
    display: inline-block;
    margin-right: 1em; }

/*------------------------------
	tag_list
-------------------------------*/
.tag_list {
  margin-bottom: 125px; }
  .tag_list ul {
    padding: 25px;
    line-height: 3;
    background: #e5e5e5; }
    .tag_list ul li {
      display: inline-block;
      margin-right: 25px;
      font-size: 14px; }
      .tag_list ul li span {
        font-size: 8px; }
    .tag_list ul li:last-child {
      margin-right: 0; }

/*------------------------------
	rabking
-------------------------------*/
#ranking {
  position: fixed;
  right: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  z-index: 9998; }
  #ranking .btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding-top: 28px;
    width: 50px;
    height: 122px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background: #000;
    cursor: pointer; }
    #ranking .btn span {
      position: absolute;
      left: 5px;
      top: 50%;
      white-space: nowrap;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  #ranking .ranking_list {
    position: absolute;
    right: -90vw;
    top: 50%;
    transform: translate(0, -50%);
    padding: 20px 0 20px 20px;
    width: 90vw;
    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: 10px;
      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 ul li {
      position: relative;
      float: right;
      width: 91%;
      border-top: 1px solid #313131; }
    #ranking .ranking_list ul li:before {
      position: absolute;
      left: -28px;
      top: 50%;
      font-size: 10px;
      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: 10px 0;
      color: #FFF;
      text-decoration: none; }
      #ranking .ranking_list ul a div {
        width: 60%; }
      #ranking .ranking_list ul a .ttl {
        font-size: 15px; }
      #ranking .ranking_list ul a .txt {
        font-size: 12px; }
      #ranking .ranking_list ul a img {
        margin-right: 20px;
        width: 25%; }
  #ranking .ranking_list.open {
    right: 0; }

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

/*------------------------------
	recommend
-------------------------------*/
.article_list.recommend ul.article_tag {
  text-align: right;
  display: block; }

/*----------------------------------------------------------------------------
	toppage
----------------------------------------------------------------------------*/
#toppage main {
  padding-top: 57px; }
#toppage .mv {
  margin: 0 auto 80px auto; }
  #toppage .mv .slick-dots {
    top: 114vw;
    white-space: nowrap;
    height: 10vw; }
    @media (min-width: 711px) {
      #toppage .mv .slick-dots {
        top: 38vw;
        left: 0;
        right: 0;
        text-align: right;
        width: 90%;
        margin: auto; } }
    #toppage .mv .slick-dots li {
      overflow: hidden;
      margin: 0;
      width: 40px;
      height: 2px;
      background: #DFDEDE; }
      #toppage .mv .slick-dots li button {
        width: 40px;
        height: 2px; }
    #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: flex-end;
      margin: 0 auto;
      padding-top: 25px;
      width: 90%; }
      #toppage .mv a.mv_cont ul .ttl {
        margin-bottom: 20px;
        width: 100%;
        font-size: 32px;
        text-align: left;
        letter-spacing: 1.8px; }
        #toppage .mv a.mv_cont ul .ttl .date {
          font-size: 8px;
          letter-spacing: 1px; }
      #toppage .mv a.mv_cont ul .txt {
        width: 100%;
        font-size: 17px;
        text-align: left; }
        #toppage .mv a.mv_cont ul .txt p span {
          font-size: .8em; }
#toppage .newStories {
  margin: 0 auto 80px auto; }
  #toppage .newStories .wrap {
    width: 100%; }
    #toppage .newStories .wrap > ul > li {
      margin-bottom: 80px; }
    #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: flex-end;
      margin: 0 auto;
      padding-top: 25px;
      width: 90%; }
      #toppage .newStories .cont ul .ttl {
        width: 100%;
        font-size: 27px;
        text-align: left;
        letter-spacing: 1.8px;
        margin-bottom: 20px; }
        #toppage .newStories .cont ul .ttl .date {
          font-size: 8px;
          letter-spacing: 1px;
          margin-bottom: 5px; }
      #toppage .newStories .cont ul .txt {
        width: 100%;
        font-size: 17px;
        text-align: left; }
        #toppage .newStories .cont ul .txt p span {
          font-size: .8em;
          display: block;
          margin-bottom: .5em; }
  #toppage .newStories .tags {
    margin: 0 auto;
    width: 90%;
    font-size: 10px;
    text-align: right; }
    #toppage .newStories .tags li {
      display: inline-block;
      margin-left: 15px; }
#toppage .latest {
  margin: 0 auto 0 auto;
  padding: 80px 0;
  background: #f2f2f2; }
  #toppage .latest .heading {
    margin-bottom: 30px; }
  #toppage .latest .cat_nav {
    margin-bottom: 30px;
    text-align: center; }
    #toppage .latest .cat_nav li {
      display: inline-block;
      margin: 0 8px;
      font-size: 10px; }
      #toppage .latest .cat_nav li a {
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1.8px; }
  #toppage .latest .btn {
    text-align: center; }
    #toppage .latest .btn a {
      display: inline-block;
      padding: 20px 0;
      width: 70%;
      font-size: 11px;
      line-height: 1;
      text-decoration: none;
      border: 1px solid #000; }
  #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: 80px;
      width: 100%; }
  #toppage .latest .cont {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    text-align: center; }
    #toppage .latest .cont .ttl {
      margin: 25px auto 25px auto;
      width: 95%;
      max-width: 566px;
      font-size: 27px;
      text-align: left;
      letter-spacing: 1.8px; }
      #toppage .latest .cont .ttl .date {
        font-size: 8px;
        letter-spacing: 1px; }
    #toppage .latest .cont .txt {
      margin: 0 auto;
      width: 95%;
      max-width: 566px;
      font-size: 17px;
      text-align: left; }
      #toppage .latest .cont .txt p span {
        font-size: .8em;
        display: block;
        margin-bottom: .5em; }
  #toppage .latest .tags {
    margin: 0 auto;
    width: 95%;
    max-width: 566px;
    font-size: 10px;
    text-align: right; }
    #toppage .latest .tags li {
      display: inline-block;
      margin-left: 15px; }
#toppage .movie {
  margin: 0 auto 110px auto;
  padding: 120px 0 170px;
  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%); }
  #toppage .movie .heading {
    margin-bottom: 40px;
    color: #FFF; }
  #toppage .movie .date {
    margin: 30px auto 0 auto;
    width: 95%;
    font-size: 8px;
    color: #FFF; }
  #toppage .movie img, #toppage .movie video {
    width: 100%; }
  #toppage .movie .swiper-container .swiper-pagination {
    bottom: 0;
    right: 0;
    margin: auto;
    position: relative;
    text-align: right;
    margin-top: 1.5em; }
    @media (min-width: 711px) {
      #toppage .movie .swiper-container .swiper-pagination {
        width: 92%; } }
  #toppage .movie .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 40px;
    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 .bannerAreaA {
  text-align: center;
  width: 80%;
  margin: 0 auto 80px; }
#toppage .bannerAreaB {
  text-align: center;
  width: 100%;
  margin: 0 auto 80px; }
#toppage .bannerAreaSide {
  position: fixed;
  left: 0;
  bottom: 0;
  display: inline-block;
  z-index: 9999;
  width: 160px; }

/*----------------------------------------------------------------------------
	article
----------------------------------------------------------------------------*/
.article {
  line-height: 1.5; }
  .article .img .caption {
    margin-top: 10px;
    font-size: 10px;
    text-align: left;
    line-height: 1.5; }
  .article .caption {
    font-size: 10px;
    text-align: left;
    line-height: 1.91; }
    .article .caption.mark {
      text-indent: -1em;
      margin-left: 1em; }
  .article .txt {
    margin-top: 50px;
    font-size: 14px;
    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 70px auto;
  line-height: 1.5; }
  .article_header .cat {
    margin: 0 auto 25px auto;
    padding-bottom: 10px;
    width: 90%;
    line-height: 1;
    text-align: right;
    border-bottom: 1px solid #000; }
    .article_header .cat a {
      font-size: 15px;
      text-decoration: none; }
    .article_header .cat span {
      font-size: 10px; }
  .article_header .meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 25px auto;
    width: 90%;
    align-items: flex-end; }
    .article_header .meta .date {
      width: 50%;
      font-size: 10px; }
    .article_header .meta .snsShare {
      width: 50%;
      text-align: right; }
      .article_header .meta .snsShare li {
        display: inline-block;
        margin: 0 10px;
        width: 29px; }
      .article_header .meta .snsShare li:last-child {
        margin-right: 0; }
  .article_header .heading {
    margin: 0 auto 25px auto;
    width: 90%;
    max-width: 1000px;
    text-align: left; }
    .article_header .heading p {
      margin-bottom: 10px;
      font-size: 12px; }
    .article_header .heading h1 {
      font-size: 24px; }
  .article_header .tags {
    margin: 0 auto 40px auto;
    width: 90%;
    max-width: 1000px; }
    .article_header .tags li {
      display: inline-block;
      margin-right: 15px;
      font-size: 10px; }
  .article_header .img .caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 90%;
    max-width: 1000px;
    font-size: 10px;
    line-height: 1.5; }
  .article_header .read {
    margin: 25px auto 0 auto;
    width: 90%;
    max-width: 1000px;
    font-size: 16px;
    line-height: 1.875; }
  .article_header .writer {
    margin: 25px auto 0 auto;
    width: 90%;
    max-width: 1000px;
    font-size: 10px; }
    .article_header .writer li {
      width: 100%; }
  .article_header .h2 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: left;
    margin: 0 auto 25px auto;
    width: 90%; }

.article_body {
  margin: 0 auto 60px auto;
  width: 90%;
  max-width: 800px; }
  .article_body .h2 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: left; }
  .article_body .h3 {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left; }
  .article_body .h4 {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 1.67;
    font-weight: bold; }
  .article_body .box_1clm {
    margin-bottom: 70px; }
    .article_body .box_1clm.nophoto .h2 {
      margin-bottom: 20px; }
    .article_body .box_1clm.nophoto .txt.indent {
      margin-top: 20px; }
  .article_body .box_2clm {
    margin-bottom: 70px;
    font-size: 12px; }
    .article_body .box_2clm.alternate {
      width: 80%;
      margin: auto; }
    .article_body .box_2clm.bg_gray {
      background: #E8E9EB;
      width: 100%; }
      .article_body .box_2clm.bg_gray h4 {
        padding-left: 10px;
        padding-right: 10px; }
      .article_body .box_2clm.bg_gray p.caption {
        padding: 10px; }
    .article_body .box_2clm .clm_img {
      margin-bottom: 20px; }
    .article_body .box_2clm .clm_text {
      margin-bottom: 70px;
      /*h4{
      	font-weight: bold;
      	line-height: 1.67;
      	margin-bottom: 20px;
      }*/ }
      .article_body .box_2clm .clm_text p {
        font-size: 14px;
        line-height: 2; }
        .article_body .box_2clm .clm_text p.caption {
          margin-top: 0;
          font-size: 12px;
          line-height: 1.91; }
  .article_body .box_interview {
    margin-bottom: 70px;
    font-size: 12px; }
    .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 {
        font-weight: bold;
        width: 100%; }
      .article_body .box_interview dl dd {
        margin-bottom: 70px;
        width: 100%; }
      .article_body .box_interview dl dd:last-child {
        margin-bottom: 0; }
  .article_body .box_quote {
    position: relative;
    margin: 0 auto 70px auto;
    padding: 10px 50px;
    font-size: 12px;
    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: 70px;
    padding: 25px;
    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: 10px;
    background: #f2f2f2;
    text-decoration: none; }

     .article_body .box_item:nth-of-type(n+2) > a {
      margin-top: 70px;
    }



    .article_body .box_item > a .img {
      width: 50%; }
    .article_body .box_item > a div {
      padding: 0 20px;
      width: 50%;
      text-align: center; }
      .article_body .box_item > a div .ttl {
        margin-bottom: 10px;
        font-size: 18px; }
      .article_body .box_item > a div .btn {
        margin-top: 20px;
        display: inline-block;
        padding: 2px 15px 4px;
        font-size: 11px;
        text-decoration: none;
        border: 1px solid #000; }
  .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: 10px;
    background: #f2f2f2; }
    .article_body .box_item > .item_nolink .img {
      width: 50%; }
    .article_body .box_item > .item_nolink div {
      padding: 0 30px;
      width: 50%;
      text-align: center; }
      .article_body .box_item > .item_nolink div .ttl {
        margin-bottom: 10px;
        font-size: 18px; }
  .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: 70px;
    font-size: 12px;
    background: #f2f2f2; }
    .article_body .box_person .img {
      width: 100%; }
      .article_body .box_person .img img {
        width: 100%; }
    .article_body .box_person div {
      padding: 30px;
      width: 100%;
      text-align: left; }
      .article_body .box_person div .ttl {
        margin-bottom: 10px;
        font-size: 16px; }
        .article_body .box_person div .ttl span {
          margin-left: 15px;
          font-size: 10px;
          vertical-align: middle; }
  .article_body .box_slide {
    position: relative;
    margin: 0 auto 70px auto;
    padding-bottom: 5px;
    width: 90%;
    font-size: 12px;
    background: #000; }
    .article_body .box_slide p {
      padding: 20px 20px 0 20px;
      font-size: 10px;
      color: #FFF; }
      .article_body .box_slide p a {
        color: #FFF;
        text-decoration: underline; }
    .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: 5px; }
      .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: -30px; }
    .article_body .box_slide .slick-prev:before {
      display: inline-block;
      width: 13px;
      height: 25px;
      content: '';
      background: url(../img/common/arr_prev.png) 0 0 no-repeat;
      background-size: 13px auto; }
    .article_body .box_slide .slick-next {
      right: -30px; }
    .article_body .box_slide .slick-next:before {
      display: inline-block;
      width: 13px;
      height: 25px;
      content: '';
      background: url(../img/common/arr_next.png) 0 0 no-repeat;
      background-size: 13px auto; }
    .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: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 3px;
    vertical-align: text-top;
    margin-top: 1px; }
    .article_body span.circle:before {
      content: '';
      display: block;
      border: 1px solid #000;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px; }
  .article_body .box_banner {
    margin: 70px 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); }

#toppage .mv img {
  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; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
