@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a; }

a {
  text-decoration: none; }

@media (min-width: 751px) {
  .pc {
    display: block; }
  .sp {
    display: none !important; } }

@media (min-width: 1024px) {
  .pcOnly {
    display: block; }
  .notPc {
    display: none !important; } }

@media (max-width: 1023px) {
  .pcOnly {
    display: none !important; }
  .notPc {
    display: block; } }

@media (max-width: 750px) {
  .pc {
    display: none !important; }
  .sp {
    display: block; } }

@media (min-width: 1181px) {
  .desktop {
    display: block; }
  .notDesktop {
    display: none !important; } }

@media (max-width: 1180px) {
  .desktop {
    display: none; }
  .notDesktop {
    display: block; } }

.ipad {
  display: none; }

@media (min-width: 750px) and (max-width: 1024px) {
  .ipad {
    display: block; } }

.small-sp {
  display: none; }

@media (max-width: 520px) {
  .small-sp {
    display: block; } }

.laptop {
  display: none; }

@media (min-width: 1024px) and (max-width: 1280px) {
  .laptop {
    display: block; } }

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  基本のスタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #887f7a;
  background-color: #fff;
  overflow-x: hidden; }

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

ol, ul {
  list-style: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #887f7a; }

* {
  box-sizing: border-box; }

input, select, textarea, button {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

select {
  color: #887f7a; }

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  ヘッダースタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.l-frame {
  margin: 0 14px;
  z-index: 2; }

.l-frame:after {
  content: "";
  display: block;
  clear: both; }

@media screen and (min-width: 750px) {
  .l-frame {
    width: 85%;
    max-width: 960px;
    margin: 10px auto 0; } }

#header {
  display: none;
  background-color: #fff; }

@media screen and (min-width: 750px) {
  #header {
    display: block; } }

#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  font-size: 10px;
  color: #000; }

#header .header_nv {
  display: flex; }

#header .header_nv li {
  padding-left: 8px; }

#header .header_nv li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #000; }

#header .header_nv a {
  font-weight: bold;
  color: #000; }

.p-header {
  position: relative;
  padding: 14px 0;
  line-height: 1;
  z-index: 4;
  width: 100%;
  background-color: #fff; }

.p-header:after {
  content: "";
  display: block;
  clear: both; }

@media screen and (min-width: 750px) {
  .p-header {
    display: none; } }

.p-header__logo {
  float: left;
  width: 159px;
  margin: 0; }

.p-header__logo img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.p-header__sitemap {
  float: right;
  margin: 0;
  /*font-size: 0.75rem;*/
  font-size: 1.2rem; }

.p-header__sitemap a {
  position: relative;
  padding: 0 0 0 1em;
  color: inherit;
  text-decoration: none; }

.p-header__sitemap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0.18em;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg); }

.header {
  zoom: 1;
  padding: 15px 15px 15px 10px;
  margin-bottom: 24px;
  text-align: left; }

.header:after {
  content: "";
  display: block;
  clear: both; }

.header .logo {
  padding-bottom: 3px;
  display: block; }

.header .logo img {
  zoom: 1;
  width: 159px;
  /* 画像半分のサイズを指定 */
  height: 18px;
  /* 画像半分のサイズを指定 */ }

.header .sitemapmenu {
  float: right;
  padding-top: 0px;
  padding-right: 2px; }

.header .sitemapmenu img {
  zoom: 0.5; }

/*
  ハンバーガーボタン
------------------------------------------------*/
.hamburger-btn {
  box-sizing: border-box;
  width: 30px;
  height: 20px;
  margin-left: auto;
  z-index: 101;
  position: fixed;
  top: 15px;
  right: 15px; }

.hamburger-btn:hover {
  cursor: pointer; }

.hamburger-btn-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #887f7a;
  transition: all 0.4s ease; }

.hamburger-btn-bar:nth-child(1) {
  top: 0; }

.hamburger-btn-bar:nth-child(2) {
  top: 9px; }

.hamburger-btn-bar:nth-child(3) {
  bottom: 0; }

.hamburger-btn.is-nav-active .hamburger-btn-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg); }

.hamburger-btn.is-nav-active .hamburger-btn-bar:nth-child(2) {
  opacity: 0;
  background: transparent;
  /* safari用 */ }

.hamburger-btn.is-nav-active .hamburger-btn-bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg); }

.hamburger-btn.is-hover .hamburger-btn-bar {
  opacity: 0;
  -webkit-animation: fadeOut 0.4s ease 0.1s, fadeIn 0.5s ease infinite;
  animation: fadeOut 0.4s ease, fadeIn 0.5s ease infinite; }

.hamburger-btn.is-hover.is-nav-active .hamburger-btn-bar {
  -webkit-animation: none;
  animation: none;
  opacity: 1; }

.hamburger-btn.is-hover.is-nav-active .hamburger-btn-bar:nth-child(2) {
  opacity: 0; }

.hamburger-btn.is-hover .hamburger-btn-bar:nth-child(1) {
  -webkit-animation-delay: 0s, 0.5s;
  animation-delay: 0s, 0.5s; }

.hamburger-btn.is-hover .hamburger-btn-bar:nth-child(2) {
  -webkit-animation-delay: 0s, 0.4s;
  animation-delay: 0s, 0.4s; }

.hamburger-btn.is-hover .hamburger-btn-bar:nth-child(3) {
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s; }

/*
  ハンバーガーメニュー
------------------------------------------------*/
.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100; }

.hamburger-menu__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7); }

.hamburger-menu__logo {
  position: fixed;
  top: 15px;
  left: 10px; }

.hamburger-menu__list {
  padding-top: 74px;
  background: #ffffff; }

.hamburger-menu__item {
  text-align: center; }

.hamburger-menu__link {
  width: 86%;
  padding: 21px 0;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: din-2014, "游ゴシック", YuGothic, sans-serif;
  font-weight: 300;
  position: relative; }

.hamburger-menu__link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 1px solid #887f7a;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: calc(50% - 8px);
  right: 12px; }

.hamburger-menu__item:not(:last-child) .hamburger-menu__link {
  border-bottom: 1px solid rgba(136, 127, 122, 0.2); }

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  フッター


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  REGNUM COURT - フッター
ーーーーーーーーーーーーーーーーーー*/
.footer {
  padding-bottom: 56px; }

.footer__linkList {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center; }
  @media (min-width: 751px) {
    .footer__linkList {
      margin-bottom: 46px; } }
  @media (max-width: 750px) {
    .footer__linkList {
      flex-wrap: wrap;
      margin-bottom: 16px; } }

@media (min-width: 751px) {
  .footer__linkItem:not(:last-child) {
    position: relative;
    padding-right: 14px;
    margin-right: 12px; } }

.footer__linkItem:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1em;
  background: #887f7a; }

@media (max-width: 750px) {
  .footer__linkItem:first-child {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; } }

@media (max-width: 750px) {
  .footer__linkItem:nth-child(2) {
    margin-right: 24px; } }

.footer__linkItem a {
  color: #000000;
  transition: opacity 0.2s; }
  @media (max-width: 750px) {
    .footer__linkItem a {
      padding-left: 12px;
      font-weight: bold;
      position: relative; }
      .footer__linkItem a::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 5px;
        border: 1px solid #887f7a;
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
        position: absolute;
        top: 4px;
        left: 0; } }

.footer__linkItem a:hover {
  opacity: 0.7; }

@media (min-width: 751px) {
  .footer__logo {
    margin-bottom: 24px;
    text-align: center; } }

@media (max-width: 750px) {
  .footer__logo {
    width: 96px;
    margin: 0 auto 36px; } }

.footer__copyright {
  text-align: center;
  color: #000000;
  font-size: 12px; }
  @media (max-width: 750px) {
    .footer__copyright {
      font-size: 10px; } }

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  REGNUM COURT


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  REGNUM COURT - 共通
ーーーーーーーーーーーーーーーーーー*/
.c-Regnum-sectionTitle {
  font-family: din-2014, "游ゴシック", YuGothic, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center; }
  @media (min-width: 751px) {
    .c-Regnum-sectionTitle {
      margin-bottom: 80px;
      font-size: 30px; } }
  @media (max-width: 750px) {
    .c-Regnum-sectionTitle {
      margin-bottom: 42px;
      font-size: 22px; } }

.c-Regnum-sectionTitle::after {
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  background: #887f7a; }
  @media (min-width: 751px) {
    .c-Regnum-sectionTitle::after {
      width: 20px;
      margin-top: 22px; } }
  @media (max-width: 750px) {
    .c-Regnum-sectionTitle::after {
      width: 16px;
      margin-top: 16px; } }

.c-Regnum-sectionSubTitle {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"; }
  @media (min-width: 751px) {
    .c-Regnum-sectionSubTitle {
      font-size: 19px; } }
  @media (max-width: 750px) {
    .c-Regnum-sectionSubTitle {
      font-size: 17px;
      line-height: 1.8; } }

/*
  REGNUM COURT - ファーストビュー
ーーーーーーーーーーーーーーーーーー*/
.Regnum-firstView {
  position: relative; }
  @media (min-width: 751px) {
    .Regnum-firstView {
      margin-bottom: 110px; } }
  @media (max-width: 750px) {
    .Regnum-firstView {
      margin-bottom: -36px; } }

.Regnum-firstView__inner {
  position: relative;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden; }
  @media (min-width: 751px) {
    .Regnum-firstView__inner {
      height: calc(100vh - 160px); } }

.Regnum-firstView__movie {
  position: relative;
  top: -70px !important; }
@media screen and (max-width: 767px){
.Regnum-firstView__movie {
  top: 0px !important; }
}
#Regnum_movie {
  width: 100%;
  height: 100%; }

.Regnum-firstView__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 751px) {
  .Regnum-pageTitle {
    width: 85%;
    max-width: 960px;
    padding-left: 4px;
    margin: 50px auto 40px; } }

@media (max-width: 750px) {
  .Regnum-pageTitle {
    width: 240px;
    margin-left: 6%;
    margin-bottom: 16px; } }

.ie .Regnum-firstView__scroll {
  background-image: -ms-linear-gradient(transparent 0%, #000 100%);
  opacity: 0.5; }

.Regnum-firstView__scroll {
  position: absolute;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  font-family: din-2014, "游ゴシック", YuGothic, sans-serif;
  text-align: center; }
  @media (min-width: 751px) {
    .Regnum-firstView__scroll {
      padding-top: 48px;
      height: 120px;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0.025em;
      bottom: 0; } }
  @media (max-width: 750px) {
    .Regnum-firstView__scroll {
      height: 100px;
      padding-top: 46px;
      letter-spacing: 0.05em;
      bottom: 0; } }

.Regnum-firstView__scrollText {
  color: #ffffff;
  opacity: 1; }

.Regnum-firstView__scroll::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(135deg); }
  @media (min-width: 751px) {
    .Regnum-firstView__scroll::after {
      bottom: 36px; } }
  @media (max-width: 750px) {
    .Regnum-firstView__scroll::after {
      bottom: 22px; } }

/*
  REGNUM COURT - コンセプト
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .Regnum-concept {
    margin-bottom: 118px; } }

@media (max-width: 750px) {
  .Regnum-concept {
    padding-top: 86px;
    margin-bottom: 40px; } }

@media (min-width: 751px) {
  .Regnum-images__inner {
    width: 85%;
    max-width: 960px;
    margin: 40px auto 0; } }

@media (max-width: 750px) {
  .Regnum-images__inner {
    width: 92%;
    margin: 30px auto 0; } }

/*
  ボックス
*/
.Regnum-images__box {
  position: relative; }

@media (min-width: 751px) {
  .Regnum-images__box.-no1 {
    margin: 58px 0 52px; } }

@media (max-width: 750px) {
  .Regnum-images__box.-no1 {
    margin-bottom: 9.6%; } }

.Regnum-images__box.-no2 {
  margin-bottom: 8.8%; }

/*
  画像
*/
@media (max-width: 750px) {
  .Regnum-images__item.-no1 {
    margin-bottom: 9.6%; } }

.Regnum-images__item.-no2 {
  width: 50%;
  margin-left: auto; }

.Regnum-images__item.-no3 {
  width: 28%;
  position: absolute;
  top: 33.4%;
  left: 16.6%; }
  @media (max-width: 750px) {
    .Regnum-images__item.-no3 {
      top: 45%; } }

.Regnum-images__item.-no4 {
  width: 39%;
  position: relative;
  top: -30px;
  left: 2.1%; }
  @media (max-width: 750px) {
    .Regnum-images__item.-no4 {
      top: -14px; } }

.Regnum-images__item.-no5 {
  width: 85.5%;
  margin-bottom: 9.2%; }

.Regnum-images__item.-no6 {
  width: 50%;
  margin: 0 8.8% 8.8% auto; }

.Regnum-images__item.-no7 {
  width: 70.4%;
  margin-bottom: 9%; }
  @media (max-width: 750px) {
    .Regnum-images__item.-no7 {
      margin-top: 9.4%; } }

.Regnum-images__item.-no8 {
  width: 27.8%;
  margin-left: 5.6%; }

.Regnum-images__item.-no9 {
  width: 50%;
  margin: -7% 11% 0 auto; }

.Regnum-images__item.-no10 {
  width: 88.9%;
  margin: 0 auto 9%; }
  @media (max-width: 750px) {
    .Regnum-images__item.-no10 {
      margin-bottom: 8%; } }

.Regnum-images__item.-no11 {
  width: 44.4%;
  margin: 0 11% 0 auto; }
  @media (max-width: 750px) {
    .Regnum-images__item.-no11 {
      margin-bottom: 9%; } }

.Regnum-images__item.-no12 {
  width: 22.4%;
  margin-left: 11.1%; }
  @media (min-width: 751px) {
    .Regnum-images__item.-no12 {
      margin-top: -10.8%; } }

/*
  テキスト
*/
.Regnum-images__text {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600; }
  @media (min-width: 751px) {
    .Regnum-images__text {
      position: absolute; } }
  @media (max-width: 750px) {
    .Regnum-images__text {
      display: flex;
      justify-content: center;
      font-size: 13px; } }

@media (min-width: 751px) {
  .Regnum-images__text.-no1 {
    top: 66px;
    left: 7%; } }

@media (min-width: 750px) and (max-width: 1024px) {
  .Regnum-images__text.-no1 {
    left: 3%; } }

@media (max-width: 750px) {
  .Regnum-images__text.-no1 {
    margin-bottom: 9.6%; } }

@media (min-width: 751px) {
  .Regnum-images__text.-no2 {
    right: 15%;
    bottom: 8%; } }

@media (min-width: 750px) and (max-width: 1024px) {
  .Regnum-images__text.-no2 {
    right: 8%; } }

@media (max-width: 750px) {
  .Regnum-images__text.-no2 {
    margin-top: 5.8%; } }

@media (min-width: 751px) {
  .Regnum-images__text.-no3 {
    top: -2px;
    right: 13%; } }

@media (min-width: 750px) and (max-width: 1024px) {
  .Regnum-images__text.-no3 {
    right: 4%; } }

@media (min-width: 751px) {
  .Regnum-images__text.-no4 {
    bottom: 17.5%;
    left: 47.6%; } }

@media (max-width: 750px) {
  .Regnum-images__text.-no4 {
    margin-bottom: 9%; } }

/*
  REGNUM COURT - 特長
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .Regnum-features {
    margin-bottom: 172px; } }

@media (max-width: 750px) {
  .Regnum-features {
    padding-top: 56px;
    margin-bottom: 64px; } }

@media (min-width: 751px) {
  .Regnum-features__section {
    width: 85%;
    max-width: 960px;
    margin: 126px auto 0; } }

@media (max-width: 750px) {
  .Regnum-features__section {
    margin: 65px 8% 0; } }

@media (min-width: 751px) {
  .Regnum-features__section:first-of-type {
    margin-top: 106px; } }

.Regnum-features__title {
  text-align: center;
  border-bottom: 1px solid #887f7a;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media (min-width: 751px) {
    .Regnum-features__title {
      padding-bottom: 20px;
      margin-bottom: 13px;
      font-size: 19px; } }
  @media (max-width: 750px) {
    .Regnum-features__title {
      padding-bottom: 14px;
      margin-bottom: 10px;
      font-size: 15px; } }

.Regnum-features__lead {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media (min-width: 751px) {
    .Regnum-features__lead {
      margin-bottom: 54px;
      line-height: 2; } }
  @media (max-width: 750px) {
    .Regnum-features__lead {
      margin-bottom: 24px;
      line-height: 1.8; } }

.Regnum-features__box {
  display: flex; }
  @media (min-width: 751px) {
    .Regnum-features__box {
      align-items: center;
      justify-content: space-between; } }
  @media (max-width: 750px) {
    .Regnum-features__box {
      flex-direction: column-reverse; } }

@media (min-width: 751px) {
  .Regnum-features__box:not(:last-child) {
    margin-bottom: 80px; } }

@media (max-width: 750px) {
  .Regnum-features__box:not(:last-child) {
    margin-bottom: 35px; } }

@media (min-width: 751px) {
  .Regnum-features__chart {
    width: 30%;
    margin-top: -6%;
    text-align: center; } }

@media (max-width: 750px) {
  .Regnum-features__chart {
    display: flex;
    align-items: center; } }

@media (max-width: 750px) {
  .Regnum-features__chart img {
    width: 56%; } }

.Regnum-features__place {
  font-family: din-2014, "游ゴシック", YuGothic, sans-serif;
  font-size: 13px;
  display: block;
  text-align: center;
  letter-spacing: 0.05em; }
  @media (min-width: 751px) {
    .Regnum-features__place {
      margin-top: 16px; } }
  @media (max-width: 750px) {
    .Regnum-features__place {
      width: 100%;
      padding: 6px 4px 0 0;
      letter-spacing: 0.075em;
      font-size: 14px; } }

@media (min-width: 751px) {
  .Regnum-features__image {
    width: 58%; } }

@media (max-width: 750px) {
  .Regnum-features__image {
    margin-bottom: 12px; } }

/*
  REGNUM COURT - 理想的な暮らし
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 1024px) {
  .Regnum-ideal {
    margin-bottom: 140px; } }

@media (max-width: 1023px) {
  .Regnum-ideal {
    padding-top: 56px;
    margin-bottom: 34px; } }

.Regnum-ideal__list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .Regnum-ideal__list {
      width: 85%;
      max-width: 820px;
      padding-left: 1.6%;
      margin: auto;
      margin-top: 80px; } }
  @media (max-width: 1023px) {
    .Regnum-ideal__list {
      justify-content: space-between;
      width: 84%;
      max-width: 520px;
      margin: 54px auto 0; } }

.Regnum-ideal__item {
  flex: none; }
  @media (min-width: 1024px) {
    .Regnum-ideal__item {
      width: 38%; } }
  @media (max-width: 1023px) {
    .Regnum-ideal__item {
      width: 44%; } }

@media (min-width: 1024px) {
  .Regnum-ideal__item:nth-of-type(5n - 3) {
    width: 36%; } }

@media (min-width: 1024px) {
  .Regnum-ideal__item:nth-of-type(3n) {
    width: 25%; } }

@media (min-width: 1024px) {
  .Regnum-ideal__item:nth-last-of-type(n + 4) {
    margin-bottom: 82px; } }

@media (max-width: 1023px) {
  .Regnum-ideal__item:nth-last-of-type(n + 3) {
    margin-bottom: 48px; } }

@media (min-width: 1024px) {
  .Regnum-ideal__title {
    margin-bottom: 14px; } }

@media (max-width: 1023px) {
  .Regnum-ideal__title {
    margin-bottom: 8px; } }

.Regnum-ideal__title.-adjust {
  margin-left: -12px; }

@media (max-width: 1023px) {
  .Regnum-ideal__title img {
    height: 50px; } }

@media (min-width: 1024px) {
  .Regnum-ideal__image {
    margin-bottom: 32px; } }

@media (max-width: 1023px) {
  .Regnum-ideal__image {
    margin-bottom: 22px; } }

.Regnum-ideal__titleSub {
  font-weight: 600;
  margin-bottom: 18px; }
  @media (min-width: 1024px) {
    .Regnum-ideal__titleSub {
      font-size: 16px; } }
  @media (max-width: 1023px) {
    .Regnum-ideal__titleSub {
      font-size: 15px; } }

.Regnum-ideal__text {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em; }
  @media (min-width: 1024px) {
    .Regnum-ideal__text {
      padding-left: 20px;
      white-space: nowrap; } }
  @media (max-width: 1023px) {
    .Regnum-ideal__text {
      padding-left: 16px;
      margin-bottom: 8px;
      line-height: 1.4; } }

@media (min-width: 751px) {
  .Regnum-ideal__text:not(:last-child) {
    margin-bottom: 12px; } }

.Regnum-ideal__text::before {
  content: "";
  display: block;
  width: 9px;
  height: 2px;
  background: #887f7a;
  position: absolute;
  top: calc(50% - 1px);
  left: 0; }
  @media (max-width: 750px) {
    .Regnum-ideal__text::before {
      width: 8px;
      height: 1px;
      top: 8px; } }

/*
  REGNUM COURT - 動画
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .Regnum-movie {
    margin-bottom: 150px; } }

@media (max-width: 750px) {
  .Regnum-movie {
    padding-top: 56px;
    margin-bottom: 44px; } }

.Regnum-movie__box {
  position: relative; }
  @media (min-width: 751px) {
    .Regnum-movie__box {
      width: 85%;
      max-width: 960px;
      margin: auto; } }
  @media (max-width: 750px) {
    .Regnum-movie__box {
      margin: 0 4%; } }

.Regnum-movie__play {
  border: solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  @media (min-width: 751px) {
    .Regnum-movie__play {
      width: 120px;
      height: 120px;
      border-width: 2px; } }
  @media (max-width: 750px) {
    .Regnum-movie__play {
      width: 45px;
      height: 45px;
      border-width: 1px; } }

.Regnum-movie__play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate3d(-50%, -50%, 0); }
  @media (min-width: 751px) {
    .Regnum-movie__play::after {
      border-width: 12.5px 0 12.5px 21.7px; } }
  @media (max-width: 750px) {
    .Regnum-movie__play::after {
      border-width: 6px 0 6px 10.4px; } }

.Regnum-movie__modal {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0; }

.Regnum-movie__modalItem {
  width: 100vw;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center; }

.Regnum-movie__modalItemInner {
  position: relative;
  width: 90%;
  height: calc(50.4vw + 40px);
  max-width: 960px;
  max-height: 546px;
  padding-top: 40px; }

.Regnum-movie__modalItemInner iframe {
  width: 100%;
  height: 100%; }

.Regnum-movie__modalItem.is-show {
  top: 0;
  z-index: 1; }

.Regnum-movie__modalClose {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px; }
  .Regnum-movie__modalClose:hover {
    cursor: pointer; }
  .Regnum-movie__modalClose::after, .Regnum-movie__modalClose::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: relative;
    top: 14px; }
  .Regnum-movie__modalClose::after {
    transform: rotate(45deg); }
  .Regnum-movie__modalClose::before {
    transform: rotate(-45deg); }
@media screen and (max-width: 767px) {
.movie2 {
	margin: 10px 0 0 0;
}
}
.frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.frame-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
  REGNUM COURT - 展示場情報
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .Regnum-experience {
    padding-bottom: 190px; } }

@media (max-width: 750px) {
  .Regnum-experience {
    padding-top: 56px;
    padding-bottom: 100px; } }

.Regnum-experience__title {
  font-family: din-2014, "游ゴシック", YuGothic, sans-serif;
  font-weight: 300; }
  @media (min-width: 751px) {
    .Regnum-experience__title {
      width: 676px;
      padding-left: 4.1%;
      margin: 0 auto 48px;
      font-size: 22px;
      letter-spacing: 0.15em; } }
  @media (max-width: 750px) {
    .Regnum-experience__title {
      padding: 8px 9% 0;
      margin-bottom: 36px;
      font-size: 19px;
      letter-spacing: 0.12em; } }

@media (min-width: 751px) {
  .Regnum-experience__item {
    display: flex;
    width: 676px;
    padding-left: 4.2%;
    margin: auto; } }

@media (max-width: 750px) {
  .Regnum-experience__item {
    padding: 0 9%; } }

@media (min-width: 751px) {
  .Regnum-experience__item:not(:last-child) {
    margin-bottom: 62px; } }

@media (max-width: 750px) {
  .Regnum-experience__item:not(:last-child) {
    margin-bottom: 50px; } }

@media (min-width: 751px) {
  .Regnum-experience__image {
    width: 175px;
    margin-right: 40px;
    flex: none; } }

@media (max-width: 750px) {
  .Regnum-experience__image {
    width: 144px;
    margin-bottom: 26px; } }

.Regnum-experience__text {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em; }

.Regnum-experience__lead {
  position: relative;
  white-space: nowrap; }
  @media (min-width: 751px) {
    .Regnum-experience__lead {
      padding-bottom: 22px;
      margin-bottom: 14px; } }
  @media (max-width: 750px) {
    .Regnum-experience__lead {
      padding-bottom: 22px;
      margin-bottom: 13px;
      font-size: 12px;
      font-feature-settings: "palt";
      letter-spacing: 0.1em; } }
  @media (max-width: 374px) {
    .Regnum-experience__lead {
      white-space: normal; } }

.Regnum-experience__lead::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background: #887f7a;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (max-width: 750px) {
    .Regnum-experience__lead::after {
      width: 36px; } }

.Regnum-experience__name {
  font-weight: bold; }
  @media (min-width: 751px) {
    .Regnum-experience__name {
      margin-bottom: 8px;
      font-size: 18px; } }
  @media (max-width: 750px) {
    .Regnum-experience__name {
      margin-bottom: 4px;
      font-size: 15px; } }

.Regnum-experience__info {
  line-height: 1.7; }
  @media (min-width: 751px) {
    .Regnum-experience__info {
      margin-bottom: 16px;
      font-size: 12px; } }
  @media (max-width: 750px) {
    .Regnum-experience__info {
      margin-bottom: 14px;
      font-size: 10px; } }

.Regnum-experience__btn {
  max-width: 110px; }

.Regnum-experience__btn a {
  border: 1px solid #887f7a;
  padding: 3px 12px 2px;
  letter-spacing: 0.05em;
  font-size: 12px;
  position: relative;
  transition: opacity 0.2s; }

.Regnum-experience__btn a:hover {
  opacity: 0.7; }

.Regnum-experience__btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border: 1px solid #887f7a;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 9px;
  right: 9px; }

.ie .Regnum-experience__btn a {
  padding: 5px 12px 0; }

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  フェードインアニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.fadeIn-anime {
  opacity: 0;
  transition: opacity 1s; }

@media (max-width: 750px) {
  .fadeIn-anime.-slow {
    transition-duration: 1.7s; } }

.fadeIn-anime.is-anime {
  opacity: 1; }

.fadeIn-anime-parent > * {
  opacity: 0;
  transition: opacity 1.2s; }

.fadeIn-anime-parent > *:nth-child(2) {
  transition-delay: 0.3s; }

.fadeIn-anime-parent::after {
  opacity: 0;
  transition: opacity 1.2s; }

.fadeIn-anime-parent.is-anime > * {
  opacity: 1; }

.fadeIn-anime-parent.is-anime::after {
  opacity: 1; }

.anime-no2 {
  transition-delay: 0.2s; }

.anime-no3 {
  transition-delay: 0.3s; }

.anime-no4 {
  transition-delay: 0.4s; }

.anime-no5 {
  transition-delay: 0.5s; }

.anime-no6 {
  transition-delay: 0.6s; }

.anime-no7 {
  transition-delay: 0.7s; }

.anime-no8 {
  transition-delay: 0.8s; }

.anime-no9 {
  transition-delay: 0.9s; }

.anime-no10 {
  transition-delay: 1s; }

.anime-no11 {
  transition-delay: 1.1s; }

.anime-no12 {
  transition-delay: 1.2s; }

.anime-no13 {
  transition-delay: 1.3s; }

.anime-no14 {
  transition-delay: 1.4s; }

.anime-no15 {
  transition-delay: 1.5s; }

.anime-no16 {
  transition-delay: 1.6s; }

.anime-no17 {
  transition-delay: 1.7s; }

.anime-no18 {
  transition-delay: 1.8s; }

.anime-no19 {
  transition-delay: 1.9s; }

.anime-no20 {
  transition-delay: 2s; }
