@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  border: none;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.num li {
  list-style: decimal;
  margin-left: 1rem;
}

a {
  cursor: pointer;
}

.mfont {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gfont {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.phW100 {
  width: 100%;
}
.phW100 img {
  width: 100%;
}

.phW80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.phW80 img {
  width: 100%;
}

.phW60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.phW60 img {
  width: 100%;
}

.phW40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.phW40 img {
  width: 100%;
}

.phW20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.phW20 img {
  width: 100%;
}

.phW15 {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}
.phW15 img {
  width: 100%;
}

.phW10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.phW10 img {
  width: 100%;
}

.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w23 {
  width: 23%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w48 {
  width: 48%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.minus30 {
  margin-top: -30%;
}

.minus15 {
  margin-top: -15%;
}

.minus10 {
  margin-top: -10%;
}

.minus05 {
  margin-top: -5%;
}

.leftFlow {
  float: left;
  display: block;
}

.rightFlow {
  float: right;
  display: block;
}

.nidden {
  display: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 2;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.strong {
  font-weight: bold;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w60container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.w70container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.w80container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.pcHidden {
  display: none;
}

.white-space {
  white-space: nowrap;
}

.iv {
  opacity: 0;
}

.caption {
  font-size: 7px;
  margin: 0.5rem 0 0em 1em;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: 0;
}

ol.num li {
  list-style: decimal;
  list-style-position: outside;
  font-size: inherit;
  line-height: inherit;
  margin-left: 1em;
}

ul.disc li {
  list-style: disc;
  list-style-position: outside;
  font-size: inherit;
  line-height: inherit;
  margin-left: 1em;
}

ul.square li {
  list-style: square;
  list-style-position: outside;
  font-size: inherit;
  line-height: inherit;
  margin-left: 1rem;
}

header {
  width: 100%;
  background-color: white;
  z-index: 10;
}
header .container {
  width: 96%;
  max-width: 1400px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container nav {
  width: 58%;
  max-width: 460px;
}
header .container nav ul {
  display: flex;
  justify-content: space-between;
}
header .container nav.spHidden {
  margin-top: -20px;
}
header .container nav.spHidden li.nav1 {
  width: 20%;
  max-width: 89.5px;
}
header .container nav.spHidden li.nav2 {
  width: 33%;
  max-width: 149.22px;
}
header .container nav.spHidden li.nav3 {
  width: 40%;
  max-width: 166.48px;
}
header .container nav.spHidden a {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .container nav.spHidden a:hover {
  opacity: 0.5;
}
header .container nav.spHidden a img {
  width: 100%;
}
header .container nav.spNav {
  display: none;
}
header .container h1 {
  width: 40%;
  margin: 0;
}

nav#gNavi {
  position: relative;
  width: 100%;
}
nav#gNavi .container {
  width: 80%;
}
nav#gNavi ul.content-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
nav#gNavi ul.content-menu li {
  margin: 5px;
}
nav#gNavi ul.content-menu li a {
  display: block;
}
nav#gNavi ul.content-menu li a img {
  width: 100%;
  max-height: 32px;
}

#Breadcrumb {
  font-size: 0.9rem;
}
#Breadcrumb .container {
  max-width: 960px;
  margin: 1em auto;
}
#Breadcrumb .current-item {
  font-weight: bold;
  color: gray;
}
#Breadcrumb a:hover {
  text-decoration: underline;
}

aside.backnum {
  margin: 1% 0;
}
aside.backnum .back {
  width: 30%;
  margin-left: auto;
}
aside.backnum .back ul li {
  width: 100%;
  max-width: 475px;
  line-height: 4;
}
aside.backnum .back ul li img {
  width: 100%;
}
aside.backnum .more {
  font-size: 110%;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}
aside.backnum .more a {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  margin: 0;
  background: white;
  color: black;
  border: 2px solid black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.5s ease-out;
}
aside.backnum .more a span:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 120%;
  vertical-align: -5%;
  margin-right: 0.25em;
  font-weight: bold;
}
aside.backnum .more a:hover {
  background: #EAEAEA;
  color: #666;
  border-color: #EAEAEA;
}

footer {
  position: relative;
  background-color: white;
  color: #160E0E;
  font-weight: normal;
  z-index: 11;
}
footer .container {
  width: 96%;
  padding: 5% 0;
  max-width: 1400px;
}
footer .container .flexContainer {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5%;
  height: 100%;
}
footer .container .flexContainer .leftItem {
  display: table;
  width: 12%;
  height: 300px;
  padding: 0% 4%;
}
footer .container .flexContainer .leftItem .inner {
  display: table-cell;
  vertical-align: middle;
}
footer .container .flexContainer .leftItem .inner img {
  width: 165px;
}
footer .container .flexContainer .footerNav {
  width: 20%;
  max-width: 240px;
  padding: 0 0%;
  line-height: 3.5;
  text-align: right;
}
footer .container .flexContainer .footerNav img {
  width: 100%;
}
footer .container .flexContainer .rightItem {
  width: 55%;
  font-size: 0.8rem;
  text-align: right;
}
footer .container .flexContainer .rightItem ul li {
  display: inline-block;
  margin: 0 10px;
}
footer .container .flexContainer .rightItem ul li img {
  width: 100%;
}
footer .container .subNavi a:hover {
  text-decoration: underline;
}
footer .container .copyright {
  border-top: 1px solid #EAEAEA;
  margin-top: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 0.7rem;
}

/* !flexbox */
.flexContainer {
  display: flex;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}

.wp-pagenavi {
  margin: 5% 0;
  text-align: center;
}
.wp-pagenavi a.page, .wp-pagenavi a.current,
.wp-pagenavi span.page,
.wp-pagenavi span.current {
  border: none;
  background-color: #EAEAEA;
  color: #4A4A4A;
  padding: 5px 12px !important;
  margin: 4px !important;
  border: none !important;
}
.wp-pagenavi a.pages, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink,
.wp-pagenavi span.pages,
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink {
  display: none;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background-color: #e6710c;
  color: white;
}

/* !Button */
#menuButton {
  width: 34px;
  height: 34px;
  background-image: url(../images/common/menu.svg);
  background-repeat: no-repeat;
}
#menuButton.active {
  background-image: url(../images/common/close-w.svg);
}

.btn {
  letter-spacing: 3px;
}

.btn_pageTop {
  position: fixed;
  right: 20px;
  display: block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: #e6710c;
  z-index: 200;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn_pageTop a {
  color: white;
}

.btn-close {
  padding: 10px 20px;
  background-color: #4A4A4A;
  border: none;
  color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  margin: 0 auto;
  font-size: 0.6em;
}

/* !Delay */
.delay00 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0s;
  /* ディレイ*/
}

.delay01 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.25s;
  /* ディレイ*/
}

.delay02 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.5s;
  /* ディレイ*/
}

.delay03 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.75s;
  /* ディレイ*/
}

.delay04 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1s;
  /* ディレイ*/
}

.delay05 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.25s;
  /* ディレイ*/
}

.delay06 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.5s;
  /* ディレイ*/
}

/**************************************

	 			!Media

***************************************/
@media screen and (max-width: 991px) {
  header .container {
    height: 60px;
  }
  header .container nav {
    width: 50%;
  }
  header .container nav ul {
    display: flex;
    justify-content: space-between;
  }
  header .container nav.spHidden {
    margin-top: -20px;
  }
  header .container nav.spHidden li.nav1 {
    width: 15%;
  }
  header .container nav.spHidden li.nav2 {
    width: 30%;
  }
  header .container nav.spHidden li.nav3 {
    width: 36%;
  }
  header .container nav.spHidden a {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .container nav.spHidden a:hover {
    opacity: 0.5;
  }
  header .container nav.spHidden a img {
    width: 100%;
  }
  header .container h1 {
    width: 46%;
    margin: 0;
  }

  nav#gNavi .container {
    width: 86%;
  }
  nav#gNavi ul.content-menu li {
    margin: 8px;
  }

  aside.backnum {
    margin: 5% 0;
  }
  aside.backnum .back {
    width: 30%;
    margin-left: auto;
  }
  aside.backnum .back ul li {
    width: 100%;
    max-width: 475px;
    line-height: 4;
  }
  aside.backnum .back ul li img {
    width: 100%;
  }

  footer .container {
    width: 96%;
    padding: 3% 0;
  }
  footer .container .flexContainer {
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0%;
  }
  footer .container .flexContainer .leftItem {
    display: block;
    width: 100%;
    height: auto;
    padding: 3% 4%;
  }
  footer .container .flexContainer .leftItem .inner {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }
  footer .container .flexContainer .leftItem .inner img {
    width: 100%;
  }
  footer .container .flexContainer .footerNav {
    display: none;
  }
  footer .container .flexContainer .rightItem {
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
  }
  footer .container .flexContainer .rightItem ul {
    margin: 3% 0;
  }
  footer .container .flexContainer .rightItem ul li {
    display: inline-block;
    font-size: 0.7rem;
    margin: 0 10px;
  }
  footer .container .flexContainer .rightItem ul li img {
    width: 80%;
  }
  footer .container .subNavi a:hover {
    text-decoration: underline;
  }
  footer .container .copyright {
    margin: 0px 0 1%;
    padding-top: 5px;
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .spHidden {
    display: none;
  }

  .pcHidden {
    display: block;
  }

  .caption {
    font-size: 8px;
  }

  .container {
    width: 100%;
  }

  header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 10px;
  }
  header .container {
    width: 100%;
    padding: 0;
  }
  header .container h1 {
    width: 80%;
    line-height: 1.5;
    margin: 0px 0 0px 5px;
  }
  header .container nav.spNav {
    width: 18%;
    display: block;
  }
  header .container nav.spNav #btnMenu {
    width: 100%;
    margin: 1% auto;
  }
  header .container nav.spNav #btnMenu a {
    display: block;
  }

  nav#gNavi {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: white;
    z-index: 50;
  }
  nav#gNavi .container {
    padding: 10% 0;
  }
  nav#gNavi .container .logo {
    width: 60%;
    margin: 0 auto 5%;
  }
  nav#gNavi .container .logo img {
    width: 100%;
  }
  nav#gNavi .container ul.content-menu {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  nav#gNavi .container ul.content-menu li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  nav#gNavi .container ul.content-menu li a {
    display: block;
    width: auto;
    height: 54px;
    padding: 1.5% 0;
  }
  nav#gNavi .container ul.content-menu li a img {
    height: 100%;
  }
  nav#gNavi a.closeBtn {
    display: block;
    margin: 20px auto;
    width: 50px;
  }
  nav#gNavi a.closeBtn img {
    width: 100%;
  }
  nav#gNavi:not(:target) {
    right: -100%;
    transition: right 0.55s;
  }
  nav#gNavi:target {
    right: 0;
    transition: right 0.5s;
  }

  .btn-close {
    display: block;
  }

  .bttomBtnArea .middle button.basicBW {
    margin: 20px 0;
  }

  .contact .contactTitle {
    font-size: 1em;
  }

  .w60container,
.w70container,
.w80container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  aside.backnum {
    margin: 5% 0;
  }
  aside.backnum .back {
    width: 100%;
    margin-left: 0;
  }
  aside.backnum .back ul {
    width: 70%;
    margin: 2% auto;
  }
  aside.backnum .back ul li {
    width: 100%;
    line-height: 4;
  }

  footer .container {
    width: 94%;
    padding: 5% 0 3%;
    border-top: 1px solid #EAEAEA;
  }
  footer .container .flexContainer {
    flex-direction: column;
    margin-bottom: 0%;
  }
  footer .container .flexContainer .leftItem {
    display: block;
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 2% 0;
  }
  footer .container .flexContainer .leftItem .inner {
    width: 180px;
  }
  footer .container .flexContainer .rightItem {
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
  }
  footer .container .flexContainer .rightItem ul {
    margin: 3% 0;
  }
  footer .container .flexContainer .rightItem ul li {
    display: inline-block;
    font-size: 0.7rem;
    margin: 7px 15px;
    line-height: 1.4;
  }
  footer .container .flexContainer .rightItem ul li img {
    width: 90%;
  }
  footer .container .subNavi a:hover {
    text-decoration: underline;
  }
  footer .container .copyright {
    margin: 0px 0 1%;
    padding-top: 5px;
    font-size: 0.7rem;
  }
}
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  background-color: white;
  margin: 0;
}

.catchcopy {
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 2px;
}

.mono,
.catName {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

.tagname {
  font-size: 0.8rem;
}

.caption {
  color: #9B9B9B;
}

.gold {
  color: #B28247;
}

.top h2.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin: 0;
}
.top main {
  overflow: hidden;
}
.top main .topStack {
  position: relative;
  width: 100%;
  padding: 5%;
  min-height: 540px;
}
.top main .topStack .inner-pc {
  width: 94%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
.top main .topStack .inner-pc .flexContainer {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.top main .topStack .inner-pc .flexContainer .item {
  width: 48%;
}
.top main .topStack .inner-pc .flexContainer .item .logo-regulus {
  width: 90%;
  margin-bottom: 10%;
}
.top main .topStack .inner-pc .flexContainer .item .logo-regulus img {
  width: 100%;
}
.top main .topStack .inner-pc .flexContainer .item .lead {
  font-size: 1.1em;
  letter-spacing: 2px;
  line-height: 2.4;
}
.top main .topStack .inner-pc .flexContainer .item .lead.lead_1 {
  text-indent: 0em;
}
.top main .topStack .inner-pc .flexContainer .item .lead.lead_2 {
  text-indent: 2em;
}
.top main .topStack .inner-pc .flexContainer .item .lead.lead_3 {
  text-indent: 4em;
}
.top main .topStack .inner-pc .flexContainer .item .lead.lead_r {
  text-align: center;
}
.top main .topStack .inner-pc .flexContainer .item .reporters {
  width: 60%;
  margin: 10% auto 0 10%;
}
.top main .topStack .inner-pc .flexContainer .item .reporters .anim {
  width: 80%;
  max-width: 320px;
  margin: 1% auto;
}
.top main .topStack .inner-pc .flexContainer .item .reporters .anim img {
  width: 100%;
}
.top main .topStack .inner-pc .flexContainer .item .reporters p {
  font-size: 0.9em;
}
.top main .topStack .inner-pc .flexContainer .item .movieStack {
  width: 100%;
  margin-bottom: 10%;
}
.top main .topStack .inner-pc .flexContainer .item .movieStack video {
  width: 90%;
  margin: 0 0 0 10%;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .newStar {
  width: 120px;
  margin-bottom: 1rem;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .newStar img {
  width: 100%;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer {
  justify-content: flex-start;
  align-items: flex-start;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .topEyecatch {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .topEyecatch .item {
  width: 48%;
  max-width: 310px;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .topEyecatch .item .eyeCatch {
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 430px;
  overflow: hidden;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .topEyecatch .item .eyeCatch img {
  width: 100%;
  height: 100%;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .w20 {
  width: 16%;
  margin-left: auto;
  padding-top: 30%;
}
.top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .w20 img {
  width: 100%;
}
.top main .content {
  margin: 5% 0;
}
.top main .content .flexContainer {
  justify-content: space-between;
  align-items: stretch;
}
.top main .content .flexContainer .item {
  width: 46%;
  margin-bottom: 2rem;
}
.top main .content .flexContainer .item .eyeCatch {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.top main .content .flexContainer .item .eyeCatch img {
  width: 100%;
}
.top main .content .flexContainer .item .catName {
  font-size: 1.4rem;
  letter-spacing: 3px;
}
.top main .content .flexContainer .item .entryDate {
  font-size: 0.8rem;
}
.top main .ranking h3 {
  font-size: 0.8em;
  line-height: 1.5;
}
.top main .ranking h3 img {
  width: 34%;
  margin-right: 3%;
}
.top main .ranking .rank {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.top main .ranking .rank .ranking-box {
  position: relative;
  width: 31%;
  margin: 1%;
  padding: 0%;
  vertical-align: top;
  border: none;
}
.top main .ranking .rank .ranking-box .ranking-box-top {
  width: 100%;
  height: auto;
}
.top main .ranking .rank .ranking-box .ranking-box-bottom {
  width: 100%;
  display: flex;
}
.top main .ranking .rank .ranking-box .ranking-box-bottom h5 {
  width: 60%;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0.5em;
}
.top main .ranking .rank .ranking-box .ranking-box-bottom .rankingCrown {
  position: absolute;
  bottom: 7%;
  right: -3%;
  width: 36%;
  content: url("../images/top/rank-02.svg");
}
.top main .ranking .rank .ranking-box img {
  width: 100%;
  height: auto;
}
.top main .ranking .rank .ranking-box:first-child .ranking-box-bottom .rankingCrown {
  content: url("../images/top/rank-01.svg");
}
.top main .ranking .rank .ranking-box:last-child .ranking-box-bottom .rankingCrown {
  content: url("../images/top/rank-03.svg");
}

.page main {
  margin-top: 5%;
}
.page main .container {
  width: 90%;
  max-width: 960px;
}
.page main img {
  width: 100%;
}
.page main .regulus_logo {
  width: 36%;
  max-width: 500px;
  margin-bottom: 5%;
}
.page main .regulus_logo img {
  width: 100%;
}
.page main .yarpp-related {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #EAEAEA;
}
.page main .yarpp-thumbnails-horizontal img {
  width: 120px;
  height: 80px;
}
.page main .blue {
  color: #419dff;
}
.page main p {
  line-height: 2.4;
  margin-bottom: 1rem;
}
.page main p span {
  display: inline-block;
}
.page main a.externalLink {
  color: #419dff;
}
.page main .flexContainer {
  margin-top: 3%;
  margin-bottom: 3%;
}
.page main .flexContainer.fl01 {
  width: 80%;
  justify-content: center;
  align-items: center;
}
.page main .flexContainer.fl01 .w70, .page main .flexContainer.fl01 .w20 {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.page.single main h1 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
  line-height: 2;
}
.page.single main h1.mb0 {
  margin-bottom: 0;
}
.page.single main h1.bBorder {
  border-bottom: 1px solid #EAEAEA;
}
.page.single main h3 {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 4rem 0 0.5rem;
  line-height: 2;
}
.page.single main h3.mb0 {
  margin-bottom: 0;
}
.page.single main h3:first-child {
  margin-top: 0;
}
.page.single main h4 {
  font-size: 1rem;
  font-weight: 500;
  margin: 2rem 0 0.5rem 0;
  line-height: 2;
}
.page.single main h4.mb0 {
  margin-bottom: 0;
}
.page.single main h5 {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 1rem 0 1rem 0;
  line-height: 2;
}
.page.single main h5.mb0 {
  margin-bottom: 0;
}
.page.single main .entryTop {
  margin: 0 0 2rem 0;
}
.page.single main .entyBody p.lead {
  font-size: 1rem;
  font-weight: bold;
  color: #9B9B9B;
}
.page.single main .entyBody p.mb0 {
  margin-bottom: 0;
}
.page.single main .entyBody .images {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page.single main .entyBody .images img {
  width: 100%;
}
.page.single main .entyBody .entryTopVisual {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 5%;
}
.page.single main .entyBody .entryTopVisual .bgImage {
  position: absolute;
  width: 100%;
  z-index: 0;
}
.page.single main .entyBody .entryTopVisual .bgImage img {
  width: 100%;
}
.page.single main .entyBody .entryTopVisual .inner {
  position: absolute;
  top: 65%;
  width: 100%;
  z-index: 2;
}
.page.single main .entyBody .flexContainer {
  justify-content: space-between;
  align-items: flex-start;
}
.page.single main .entyBody .flexContainer .item {
  width: 48%;
}
.page.single main .entyBody .flexContainer .item img {
  width: 90%;
}
.page.single main .entyBody .borderBox {
  border: 1px solid #4A4A4A;
  padding: 15px;
}
.page.single main .entyBody .borderBox p:last-child {
  margin-bottom: 0;
}
.page.single main .entyBody .capStack p {
  margin-bottom: 0;
  line-height: 1.5;
}
.page.single main .entyBody .capStack p.caption {
  margin: 0;
  text-indent: 0;
}
.page.single main .entyBody dl.dl_style01 dt, .page.single main .entyBody dl.dl_style02 dt {
  font-weight: bold;
}
.page.single main .entyBody dl.dl_style01 dd, .page.single main .entyBody dl.dl_style02 dd {
  font-weight: normal;
  text-indent: 1em;
  margin-bottom: 0.5em;
}
.page.single main .entyBody dl.dl_style02 dd {
  text-indent: 0;
}
.page.category main .catName {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.page.category main .flexContainer {
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.page.category main .flexContainer .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
}
.page.category main .flexContainer .item .leftItem {
  width: 40%;
}
.page.category main .flexContainer .item .rightItem {
  width: 55%;
}
.page.category main .flexContainer .item .eyeCatch {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.page.category main .flexContainer .item .eyeCatch img {
  width: 100%;
}
.page.category main .flexContainer .item .other-content-title,
.page.category main .flexContainer .item .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin: 0;
  border-bottom: 1px dashed gray;
}
.page.category main .flexContainer .item .entryDate {
  font-size: 0.7rem;
  margin-bottom: 1em;
}
.page.category main .flexContainer .item .entryDisc {
  font-size: 0.9rem;
  margin-bottom: 1em;
}
.page.category main .flexContainer .item .other-date-category,
.page.category main .flexContainer .item .catName {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.page.category main .flexContainer .item .other-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}

.ranking .rank {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.ranking .rank .ranking-box {
  width: 130px;
  margin: 5px 5px 5px 0;
  padding: 5px;
  border: 1px solid rgba(127, 127, 127, 0.1);
  vertical-align: top;
}
.ranking .rank .ranking-box h5 {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  height: auto !important;
}

.yarpp-thumbnail-title {
  font-size: 0.8rem !important;
  font-weight: normal !important;
  line-height: 1.3 !important;
  overflow: visible !important;
}

/**************************************

	 			!Media

***************************************/
@media screen and (max-width: 991px) {
  .top h2.title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 3px;
    margin: 0;
  }
  .top main .topStack {
    position: relative;
    width: 100%;
    padding: 5%;
  }
  .top main .topStack .inner-pc .flexContainer {
    width: 100%;
    flex-direction: column;
  }
  .top main .topStack .inner-pc .flexContainer .item {
    width: 100%;
  }
  .top main .topStack .inner-pc .flexContainer .item .logo-regulus {
    width: 50%;
    margin: 5% auto;
  }
  .top main .topStack .inner-pc .flexContainer .item .lead {
    font-size: 1.1em;
    letter-spacing: 2px;
    line-height: 2;
    text-align: center;
  }
  .top main .topStack .inner-pc .flexContainer .item .movieStack {
    width: 100%;
    margin: 10% 0;
  }
  .top main .topStack .inner-pc .flexContainer .item .movieStack video {
    width: 100%;
    margin: 0;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals {
    width: 100%;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .newStar {
    width: 120px;
    margin-bottom: 1rem;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .newStar img {
    width: 100%;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .topEyecatch {
    width: 100%;
    margin-right: 0;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .w20 {
    display: none;
  }
  .top main .content {
    margin: 5% 0;
  }
  .top main .content .flexContainer .item {
    width: 46%;
    margin-bottom: 2rem;
  }
  .top main .content .flexContainer .item .eyeCatch {
    width: 100%;
    height: 200px;
  }
  .top main .content .flexContainer .item .catName {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .top main .content .flexContainer .item .entryDate {
    font-size: 0.8rem;
  }

  .page main {
    margin-top: 5%;
  }
  .page main .container {
    width: 90%;
    max-width: 960px;
  }
  .page main .regulus_logo {
    width: 36%;
    max-width: 500px;
    margin-bottom: 5%;
  }
  .page main .regulus_logo img {
    width: 100%;
  }
  .page.single main h1 {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
  }
  .page.single main h1.bBorder {
    border-bottom: 1px solid #EAEAEA;
  }
  .page.single main h3 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 2rem 0 0.5rem;
  }
  .page.single main .entryTop {
    margin: 0 0 2rem 0;
  }
  .page.single main .entyBody p {
    margin-bottom: 2rem;
  }
  .page.category main .flexContainer .item {
    margin-bottom: 1.5rem;
  }
  .page.category main .flexContainer .item .eyeCatch {
    height: 200px;
  }
  .page.category main .flexContainer .item .other-content-title,
.page.category main .flexContainer .item .title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .page.category main .flexContainer .item .other-date-category,
.page.category main .flexContainer .item .catName {
    font-size: 0.7rem;
  }
  .page.category main .flexContainer .item .other-text {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .top h2.title {
    font-size: 0.9rem;
    letter-spacing: 3px;
    margin: 0;
  }
  .top main .topStack {
    position: relative;
    width: 100%;
    padding: 5%;
  }
  .top main .topStack .inner-pc .flexContainer {
    width: 100%;
    flex-direction: column;
  }
  .top main .topStack .inner-pc .flexContainer .item {
    width: 100%;
  }
  .top main .topStack .inner-pc .flexContainer .item .logo-regulus {
    width: 50%;
    margin: 5% auto;
  }
  .top main .topStack .inner-pc .flexContainer .item .lead {
    font-size: 0.9rem;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 0;
  }
  .top main .topStack .inner-pc .flexContainer .item .movieStack {
    width: 100%;
    margin: 10% 0;
  }
  .top main .topStack .inner-pc .flexContainer .item .movieStack video {
    width: 100%;
    margin: 0;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals {
    width: 100%;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .newStar {
    width: 120px;
    margin-bottom: 1rem;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .newStar img {
    width: 100%;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .topEyecatch {
    width: 100%;
    margin-right: 0;
  }
  .top main .topStack .inner-pc .flexContainer .item .arrivals .flexContainer .w20 {
    display: none;
  }
  .top main .topStack .inner-pc .flexContainer .item .reporters {
    width: 80%;
    margin: 10% auto 0;
  }
  .top main .content {
    margin: 5% 0;
  }
  .top main .content .flexContainer .item {
    width: 46%;
    margin-bottom: 2rem;
  }
  .top main .content .flexContainer .item .eyeCatch {
    width: 100%;
    height: 100px;
  }
  .top main .content .flexContainer .item .catName {
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .top main .content .flexContainer .item h2.title {
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .top main .content .flexContainer .item .entryDate {
    font-size: 0.8rem;
  }

  .page main {
    margin-top: 3%;
  }
  .page main .container {
    width: 96%;
    max-width: none;
  }
  .page main .regulus_logo {
    width: 50%;
    margin-bottom: 3%;
  }
  .page main .flexContainer {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .page main .flexContainer.fl01 {
    flex-direction: column;
    width: 90%;
  }
  .page main .flexContainer.fl01 .w60, .page main .flexContainer.fl01 .w35 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .page main .flexContainer.fl01 .w60 p.right, .page main .flexContainer.fl01 .w35 p.right {
    text-align: center;
  }
  .page.single main h1 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
  }
  .page.single main h1.bBorder {
    border-bottom: 1px solid #EAEAEA;
  }
  .page.single main h3 {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 2rem 0 0.5rem;
  }
  .page.single main .entyBody {
    margin-bottom: 10%;
  }
  .page.single main .entyBody p {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .page.single main .entyBody .images img {
    width: 100%;
  }
  .page.single main .entyBody .flexContainer {
    flex-direction: column;
  }
  .page.single main .entyBody .flexContainer .item {
    width: 100%;
  }
  .page.single main .entyBody .flexContainer .item img {
    width: 100%;
  }
  .page.single main .entyBody .flexContainer.columR {
    flex-direction: column-reverse;
  }
  .page.single main .entyBody .entryTopVisual {
    position: relative;
    width: 100%;
    height: 240px;
    margin-bottom: 3%;
  }
  .page.single main .entyBody .entryTopVisual .inner {
    top: 50%;
  }
  .page.category main .flexContainer {
    flex-direction: column;
  }
  .page.category main .flexContainer .item {
    flex-direction: column;
    margin-bottom: 4em;
    border-bottom: 1px solid gray;
  }
  .page.category main .flexContainer .item .leftItem, .page.category main .flexContainer .item .rightItem {
    width: 100%;
  }
  .page.category main .flexContainer .item .eyeCatch {
    height: 200px;
  }
  .page.category main .flexContainer .item .other-content-title,
.page.category main .flexContainer .item .title {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .page.category main .flexContainer .item .entryDate, .page.category main .flexContainer .item .entryDisc {
    margin: 0;
  }
  .page.category main .flexContainer .item .other-date-category,
.page.category main .flexContainer .item .catName {
    font-size: 0.8rem;
  }
  .page.category main .flexContainer .item .other-text {
    font-size: 0.8rem;
  }
}

/*# sourceMappingURL=style.css.map */
