
@charset "utf-8";
@import url(common/css/ress.css);
@import url(common/css/default.css);
main .inner {
  margin: 20px auto 0 auto;
}
html {
  height: 100%;
}
body {
  height: auto;
  width: 100vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
main#main {
  flex: inherit;
  padding-bottom: 0;
}
header,
main,
footer {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
}
header,
footer {
  width: 100vw;
  height: auto;
}
footer {
  color: #FFFFFF;
  width: 100%;
}
.container {
  margin: 0 20px;
  position: relative;
  max-width: 1240px;
  height: auto;
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  main {
    background-size: auto;
    padding-bottom: 0;
  }
  .container {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1301px) {
  main {
    background-size: contain;
    padding-bottom: 0;
  }
  .container {
    margin: 0 auto;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row,
.sp-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-align-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex-align-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-align-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex-align-content-spacearound {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex-grow1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex1 {
  flex: 1;
}
dl.table {
  width: 100%;
}
dl.table dt {
  display: table;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 20px;
  white-space: normal;
}
dl.table dd {
  border-left: 1px solid #F15A24;
  display: table;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  white-space: normal;
}
@media screen and (max-width : 767px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex1 {
    flex: inherit !important;
  }
  dl.table dt {
    padding: 10px 0;
    margin-bottom: 0;
}
  dl.table dd {
    border-left: none;
    border-top: 1px solid #F15A24;
    padding: 10px 0;
    margin-bottom: 5px;
  }
}
.float_left,
.float_right {
  float: none;
  margin-bottom: 10px;
  display: block;
}
.clear {
  clear: borth;
}
.margin-center {
  margin: 0 auto;
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  .float_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
    height: auto;
  }
  .float_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1301px) {
  .float_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .float_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.gothic {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}
.gothic-ultra {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
}
.fadein_box {
    opacity: 0;
    transition: 512ms
}
.fadein_box.fadein,
.fadein_box.fadein-bottom,
.fadein_box.is-visible,
.fadein_box.fadeup-bottom.is-visible,
.fadein_box.fadein-zoom.is-visible {
    opacity: 1;
}
.fadein_box.fadein.is-visible {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein_box.fadeup-bottom.is-visible {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
article.fadein_box.fadeX.is-visible {
  animation-name: fadeleft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
article.fadein_box.fadein-zoom.is-visible {
  animation-name: fadezoom;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadezoom {
  0% {
    opacity: 0;
    transform: scale(0%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
article.fadein_box.fadeX:nth-of-type(2n).is-visible {
  animation-name: faderight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
strong {
  font-weight: 700;
}
.text-blur {
  text-shadow: 0 0 8px #000000;
}
.box-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.50);
}
.radius-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.50);
  border-radius: 100%;
}
.border-blue {
  border: 20px solid var(--blue);
}
.blink {
  animation: 2s linear infinite blink_effect;
}
@keyframes blink_effect {
      0% {
          opacity: 0;
      }
      50% {
          opacity: 1;
      }
      100% {
          opacity: 0;
      }
}
article.card {
  padding-bottom: inherit;
}
article.card h3 {
  color: var(--purple);
  margin: 0.5em 0;
  line-height: 1em;
}
.card {
  max-width: 100%;
  height: 100%;
  margin-bottom: 40px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.30);
}
.card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1 !important;
}
.card:not(:nth-child(3n)) {
  margin-right: 40px;
}
.card:has(img) {
  text-align: center;
}
.card:not(:has(img)) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card .face_guest,
.card .face {
  width: 100%;
  height: auto;
}
.card .face_guest img,
.card .face_caster img {
  object-fit: cover;
  aspect-ratio: 467 / 525 !important;
}
.card img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.card p {
  font-size: 1.25rem;
  line-height: 1.25em;
  letter-spacing: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1em;
}
.card:not(:has(img)) p {
  font-size: 2rem;
  padding: inherit;
}
.card a {
  color: var(--valo-red);
  font-weight: 600;
}
main {
  position: relative;
}
main p,
main table {
}
main p.read,
main table {
  font-size: 1.33rem;
}
@media screen and (max-width: 767.99999999px) {
  .card {
    margin-bottom: 20px;
  }
  .card p,
  .card a {
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .card:not(:has(img)) {
    text-align: right;
  }
  h2.sec_title {
    font-size: 3rem;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  .card {
    margin-bottom: 30px;
  }
  .card p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1301px) {
}
.ci-color {
  background-color: var(--ci-color) !important;
}
.white {
  background-color: var(--white) !important;
}
.yellow {
  background-color: var(--yellow) !important;
}
.orange {
  background-color: var(--orange) !important;
}
.blue {
  background-color: var(--blue) !important;
}
.black {
  background-color: var(--black) !important;
}
.light-glay {
  background-color: var(--light-glay) !important;
}
.dark-glay {
  background-color: var(--dark-glay) !important;
}
.purple {
  background-color: var(--purple) !important;
}
.dark-purple {
  background-color: var(--dark-purple) !important;
}
.border-ci-color {
  border: 2px solid var(--ci-color) !important;
}
.border-white {
  border: 2px solid var(--white) !important;
}
.border-yellow {
  border: 2px solid var(--yellow) !important;
}
.text-white {
  color: var(--white) !important;
}
.text-yellow {
  color: var(--yellow) !important;
}
.text-orange {
  color: var(--orange) !important;
}
.text-light-glay {
  color: var(--light-glay) !important;
}
.text-dark-glay {
  color: var(--dark-glay) !important;
}
.text-blue {
  color: var(--blue) !important;
}
.text-purple {
  color: var(--purple) !important;
}
.text-dark-purple {
  color: var(--dark-purple) !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.margin-right {
  margin: 0 0 0 auto;
}
a.button {
  background-color: var(--dark-purple);
  color: var(--white);
  font-size: 1em;
  line-height: 1em;
  padding: 0.5rem;
  text-decoration: none;
}
.radius {
  border-radius: 10px;
}
.radius50 {
  border-radius: 50px;
}
.radius100 {
  border-radius: 100%;
}
.button:active,
.button-large:active {
  transform: translateY(5px);
  transition: all 0.1s ease;
}
.inquiry-button {
  display: block;
  align-items: center;
  align-content: center;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 1em 3em;
  margin-top: 1em;
}
@media screen and (min-width : 768px) and (max-width: 1499px), print  {
 a.button {
  }
  .inquiry-button {
    padding: 0.5em 3em;
    margin-top: 0em;
  }
}
@media screen and (min-width: 1301px) {
  a.button {
  }
  .inquiry-button {
    padding: 0.5em 3em;
    margin-top: 0em;
  }
}
a[href*="tel:0120"] {
  background-image: url("common/images/icon_tel_white.svg") !important;
  background-position: 1.5em center;
  background-repeat: no-repeat;
  background-size: 1.25em !important;
  padding-left: 1.6em;
}
.c-button._shiny {
    display: block;
    position: relative;
    line-height: 1em;
    padding-bottom: 0;
    overflow: hidden;
    transition: 300ms;
}
.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: #FFFFFF;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
.c-button._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
header {
  background-color: var(--white);
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.50);
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--light-glay);
  width: 100vw;
  height: auto;
  padding: 10px 0 0 0;
  margin: 0;
  position: fixed;
  z-index: 10;
}
header,
header a {
  color: var(--white);
}
header a.button {
  padding: 1em;
}
header img#logomark {
  width: auto;
  height: auto;
  margin: 0 0.5rem 0 0;
}
header h1 a {
  color: var(--ci-color) !important;
  font-size: 1.7rem;
  line-height: 1em;
  margin-bottom: 10px;
}
header nav {
  background-color: var(--dark-glay);
}
header ul#menu-gnav {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-around;
  flex-grow: 1;
  margin-top: 10px;
}
header ul#menu-gnav li {
  width: 100%;
  text-align: center;
}
header ul#menu-gnav li a {
  display: block;
  color: var(--white);
  padding: 0.5em 0;
}
header nav#gnav ul#menu-gnav li:not(:last-child) {
}
header nav#gnav ul#menu-gnav li.button {
  padding: 0.25rem;
}
header nav#gnav ul#menu-gnav li a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#menu-toggle {
  display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: var(--white);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-button::before {
  content: '';
  margin-top: -8px;
}
.menu-button::after {
  content: '';
  margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
@media screen and (max-width: 767.99999999px) {
  header h1 a {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  header h1 a img {
    margin: 0 auto 0.5rem auto !important;
  }
  .menu-button-container {
    background-color: var(--ci-color);
    display: flex;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 23px 10px 10px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
  }
  header nav#gnav ul li a {
    font-size: 1rem;
  }
  header nav#gnav {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: absolute;
    width: 50vw;
    height: 0;
    right: -30px;
  }
  header nav#gnav ul#menu-gnav {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
  #menu-toggle ~ #gnav {
    height: 100vh;
    right: -100vw;
    transition: right 800ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle ~ #gnav li a {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ #gnav {
    height: 100vh;
    right: 0px;
    transition: right 800ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ #gnav li a {
    height: 1em;
    padding: 1.5em;
    opacity: 1;
    transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ #gnav li.nav-line a {
    border-bottom: none !important;
    text-indent: -999999px;
    overflow: hidden;
    width: 100% !important;
  }
  header li:nth-last-child(2),
  header li:last-child {
    display: inherit;
  }
  #menu-toggle:checked ~ #gnav li:nth-last-child(2) a,
  #menu-toggle:checked ~ #gnav li:last-child a {
  }
  #gnav > li a {
    display: flex;
    justify-content: inherit;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  #gnav ul li.current-menu-item::after,
  #gnav ul li:not(.current-menu-item):not(:last-child)::after {
    content: none !important;
  }
  #gnav > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  #gnav > li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    right: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li a {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li a {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0);
  }
  .menu > li:not(:last-child) {
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  header img#logomark {
    width: calc(1.9rem + 1rem);
    height: auto;
    margin: 0;
  }
  header h1 {
    font-size: 1.9rem;
  }
  header h1 span {
    font-size: 1rem !important;
  }
  header nav#gnav ul {
    list-style: none;
  }
  header nav#gnav ul li:not(:last-child) {
    margin-right: 1rem;
  }
  header nav#gnav ul li.button {
    padding: 0.2rem;
  }
}
@media screen and (min-width: 1301px) {
  header ul#menu-gnav {
    max-width: 1240px;
    margin: 0 auto;
  }
}
main {
  position: relative;
}
main section:last-child {
  margin-bottom: 0 !important;
}
main section artile {
  padding: 40px 0;
}
main section artile:last-child {
  padding: 40px 0 0 0;
}
main section {
  scroll-margin-top: 155px; 
}
@media screen and (max-width: 767.99999999px) {
  main section {
    scroll-margin-top: 140px; 
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  main section {
    scroll-margin-top: 140px; 
  }
}
@media screen and (min-width: 1301px) {
}
.video-wrapper {
  position: fixed;
  top: 167px;
  left: 0;
  width: 100vw;
  height: calc(100svh - 167px - 1rem - 1rem);
  background-color: var(--white);
  z-index: -1; 
  overflow: hidden;
}
.video-wrapper video#mainVideo {
  width: 100vw;
  height: calc(100svh - 167px - 1rem - 1rem);
  object-fit: cover;
}
.video-overlay {
  display: contents;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(100svh - 167px - 1rem - 1rem);
  background: rgba(190, 255, 169, 0); 
  mix-blend-mode: hue;
  z-index: 5;
  position: relative;
  pointer-events: none;
}
.video-overlay h2 {
  position: sticky;
  display: flex;
  width: 100vw;
  height: calc(100svh - 167px - 1rem - 1rem);
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content:center;
  writing-mode: vertical-rl;
  color: var(--white) !important;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: inherit;
  font-family: "Midashi Min MA1";
  text-shadow: 0 6px 6px rgba(0,0,0,0.80);
  white-space: nowrap;
}
@media screen and (max-width: 767.99999999px) {
  .video-wrapper {
    top: 140px;
    width: 100vw;
    height: calc(100svh - 140px - 1rem - 1rem);
  }
  .video-wrapper video#mainVideo {
    width: 100vw;
    height: calc(100svh - 140px - 1rem - 1rem);
    object-fit: cover;
  }
  .video-overlay h2 {
    font-size: 5svh;
    height: calc(100svh - 140px - 1rem - 1rem);
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
section#news {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-color: var(--dark-green);
  height: 2rem;
  padding: 0 !important;
  position: relative;
}
section#news h2 {
  background-color: var(--yellow);
  color: var(--dark-green);
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem !important;
  height: calc(1rem + 1rem);
  width: auto;
  max-width: 5rem;
  white-space: nowrap;
  padding: 0.5rem 0.25rem;
  margin-right: 1rem;
}
section#news ul {
  list-style: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  height: calc(1rem + 1rem); 
  overflow: hidden;
}
section#news ul li {
  line-height: 1rem !important;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none; 
  padding: 0.25rem;
  animation: fadeInOut 15s linear infinite;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes fadeInOut {
  0%   { opacity: 0; pointer-events: none; }
  10%  { opacity: 1; pointer-events: auto; }
  30%  { opacity: 1; pointer-events: auto; }
  40%  { opacity: 0; pointer-events: none; }
  100% { opacity: 0; pointer-events: none; }
}
section#news ul li time {
  font-size: 1rem;
}
section#news ul li time::after {
  content: '';
  display: inline-flex;
  background-color: var(--ci-color);
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  margin: 0 0.25rem;
  transform: translateY(0.15rem);
}
section#news ul li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem !important;
}
section#news ul li:nth-child(1) {
  animation-delay: 0s;
}
section#news ul li:nth-child(2) {
  animation-delay: 5s;
}
section#news ul li:nth-child(3) {
  animation-delay: 10s;
}
@media screen and (max-width: 767.99999999px) {
  section#news {
    transform: translateY(0);
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
section#area-view #map.scroll {
  width: 100%;
  height: auto;
  padding-bottom: 0 !important;
  position: relative;
}
section#area-view #map img {
}
#panorama a-scene,
#panorama video {
  width: 100%;
  height: auto;
  aspect-ratio: 854 / 480;
}
.viewer-container {
  width: 100%;
  height: 100%;
  margin: 0 0 4rem 0;
}
.viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 854 / 480;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background-color: var(--light-glay);
}
.viewer button.fullscreen-btn {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("common/images/icon_fullscreen.svg") center no-repeat rgba(0,0,0,0.6) !important;
  background-size: auto;
  padding: 0.5rem;
}
.viewer-wrapper {
  aspect-ratio: 854 / 480;
  position: relative;
  widht: 100%;
  display: block;
}
.viewer-container p {
  font-size: 0.85rem;
  line-hight: 1rem;
  position: absolute;
  bottom: -1.2rem;
  z-index: 3;
}
.viewer a-scene,
.viewer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
input[name="viewer-selector"] {
  display: none;
}
#pano1:checked ~ .viewer-wrapper #viewer-pano1,
#pano2:checked ~ .viewer-wrapper #viewer-pano2,
#video1:checked ~ .viewer-wrapper #viewer-video1,
#pano3:checked ~ .viewer-wrapper #viewer-pano3,
#video2:checked ~ .viewer-wrapper #viewer-video2,
#pano4:checked ~ .viewer-wrapper #viewer-pano4,
#pano5:checked ~ .viewer-wrapper #viewer-pano5,
#video3:checked ~ .viewer-wrapper #viewer-video3,
#video4:checked ~ .viewer-wrapper #viewer-video4,
#pano7:checked ~ .viewer-wrapper #viewer-pano7,
#pano8:checked ~ .viewer-wrapper #viewer-pano8 {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.viewer-nav label {
  color: var(--blue);
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-bottom: 1em;
}
.viewer-nav label img {
  width: auto;
  height: 2em;
  margin-right: 0.25rem;
}
.viewer-nav label.pano {
  background: url("common/images/icon_panorama.svg") center right no-repeat;
  background-size: 2em;
}
.viewer-nav label.video {
  background: url("common/images/icon_movie.svg") center right no-repeat;
  background-size: 2em;
}
.viewer-nav label:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767.99999999px) {
  .viewer button.fullscreen-btn {
    display: none;
  }
  section#area-view #map {
    margin-bottom: 50px;
  }
  section#area-view #map img {
    aspect-ratio: 1900 / 490.83;
    width: auto;
    max-height: 300px;
    position: relative;
  }
  section#area-view #map.scroll::after {
    content: '';
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    margin-top: -50px;
    background: url('common/images/icon_scroll.svg') top center no-repeat;
    background-size: 50px;
    filter: drop-shadow(0px 3px 4px #000);
    width: 100vw;
    height: 50px;
    z-index: 2;
    animation: rightleft 3s linear infinite;
  }
  section#area-view #map.scroll:hover::after {
  }
  @keyframes rightleft {
    0%   { transform: translateX(0); }
    25%  { transform: translateX(-30px); }
    50%  { transform: translateX(0); }
    75%  { transform: translateX(30px); }
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  .viewer-nav label {
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 1301px) {
  section#area-view #map.scroll {
    text-align: center;
    overflow: visible;
  }
  section#area-view #map img {
    aspect-ratio: 1900 / 490.83;
    width: calc(100% - 20px);
    max-width: 1900px;
    height: auto;
  }
  .viewer-nav label {
    margin-bottom: 0.6em;
  }
}
#price .flex article {
  aspect-ratio: 1 / 1;
  height: 100%;
  width: auto;
  padding: 10px;
  margin-top: 20px;
}
#price .flex article p.h3 span {
  font-size: 1.33rem;
  font-weight: bold;
  line-height: 1em;
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--white);
  border: 2px solid var(--purple);
  border-radius: 50px;
  padding: 0.5em;
}
#price .flex article {
  aspect-ratio: 1 / 1 !important;
  width: 100%;
  height: auto;
}
#price .flex article:not(:nth-child(3n)) {
  margin-right: 40px;
}
#price .flex article#price01 {
  background: url("common/images/bg_price01.webp") center no-repeat;
  background-size: cover;
}
#price .flex article#price02 {
  background: url("common/images/bg_price02.webp") center no-repeat;
  background-size: cover;
}
#price .flex article#price03 {
  background: url("common/images/bg_price01.webp") center no-repeat;
  background-size: cover;
}
#price .flex article h3 {
  color: var(--purple);
  line-height: 1em;
  padding: 1em 0 !important;
}
@media screen and (max-width: 767.99999999px) {
  #price .flex article:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
  #price .flex article:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1301px) {
}
#point .flex article {
  padding-bottom: 0;
  margin-bottom: 40px;
}
#point .flex article:not(:nth-child(3n)) {
  margin-right: 40px;
}
#point .flex article h3 {
  color: var(--purple);
  line-height: 1em;
  margin: 0;
  padding: 0 0 1em 0 !important;
}
#point .flex article img {
  height: 7rem;
  width: auto;
}
@media screen and (max-width: 767.99999999px) {
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
section#faq .accordion {
	margin: 2rem auto;
	width: 100%;
}
section#faq .toggle {
	display: none;
}
section#faq .faq {
	position: relative;
	margin-bottom: 1rem;
}
section#faq .question {
  cursor: pointer;
}
section#faq .question,
section#faq .anser {
	transform: translateZ(0);
	transition: all 0.3s;
}
section#faq .question {
  background-color: #3E6F3E;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.50);
	padding: 1rem 2.2rem 1rem 1rem;
	display: block;
	color: var(--white);
}
section#faq .question:after {
	content: "";
	position: absolute;
	right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1em;
  height: 1em;
  background: url("common/images/arrow_white.svg") center no-repeat;
  background-size: contain;
}
section#faq .question:after {
	transform: rotate(90deg);
}
section#faq .anser {
	max-height: 0;
	overflow: hidden;
}
section#faq .anser div {
  font-weight: 700;
	margin: 0;
	padding: 2rem 1rem 2rem;
	line-height: 1.8;
}
section#faq .toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}
section#faq .toggle:checked + .question:after {
	transform: rotate(-90deg) !important;
  transition: all 0.5s;
}
@media screen and (max-width: 767.99999999px) {
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
section#access .w50-margin iframe {
  aspect-ratio: 1 / 1 !important;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.99999999px) {
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
section.cta {
  text-align: center;
}
section.cta .flex.col2 {
  margin-bottom: 1rem;
}
section.cta a[href*="tel:"] {
  color: var(--blue) !important;
  font-weight: 800 !important;
  font-size: 2.89rem !important;
  line-height: 1em !important;
  background-image: url("common/images/icon_tel_blue.svg") !important;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 1em; !important;
  padding-left: 1.4em;
}
section.cta time {
  display: block;
}
section.cta a.inquiry-button.purple {
  border-bottom: 3px solid var(--dark-purple);
  margin-left: 2rem;
}
section.cta a.inquiry-button.purple:active {
  border-bottom: none;
}
@media screen and (max-width: 767.99999999px) {
  section.cta a.inquiry-button.purple {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
section#inqiry form table {
  border-top: 1px solid var(--light-glay);
}
section#inqiry form table tr {
  border-bottom: 1px solid var(--light-glay);
}
section#inqiry form table tr td:not(:last-child) {
  width: 30%;
}
section#inqiry form table tr td:not(:last-child) span {
  background-color: var(--light-glay);
  border-radius: 1em;
  font-size: 0.85rem;
  margin-left: 0.5rem;
  padding: 0.25em 1em;
}
.wpcf7-list-item {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
input.wpcf7-submit {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #D9D9D9 100%);
  border: 1px solid #979797;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.50);
  border-radius: 5px;
  margin: 1rem auto;
  padding: 0.5rem;
}
@media screen and (max-width: 767.99999999px) {
  section#inqiry form table tr td:not(:last-child) {
    width: 100%;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
.content-area {
  padding-top: 167px;
}
 main#post {
}
@media screen and (max-width: 767.99999999px) {
  .content-area {
    padding-top: 140px;
  }
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
footer {
  background-color: var(--light-glay);
  background: linear-gradient(180deg, rgba(148,148,148,1) 0%, rgba(199,199,199,1) 12%);
  color: var(--text);
  padding: 2rem 0;
}
footer a {
  color: var(--text) !important;
}
footer .copyright {
  font-size: 1rem;
}
a#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 3rem;
  height: 3rem;
  background-image: url("common/images/arrow_white.svg"), linear-gradient(-90deg, #4D4D4D 0%, #000000 100%);
  background-position: center;
  background-size: 20px, 100%;
  border: 2px solid var(--white);
  box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.50);
  text-indent: -99999px;
  transform: rotate(-90deg);
  overflow: hidden;
}
@media screen and (min-width : 768px) and (max-width : 1300px), print  {
}
@media screen and (min-width: 1301px) {
}
