@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

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

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #121212;
  font-size: 11px;
  font-size: 1.1rem;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1em;
  line-height: 1.2;
  color: inherit;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

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

.txt_base {
  font-size: 1em;
}
.txt_base p {
  line-height: 2;
  font-size: 1em;
}
.txt_base p:not(:last-child) {
  margin-bottom: 1.2em;
}

.mb30 {
  margin-bottom: 30px;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/* main_visual */
/********************************************/
.main_visual {
  position: relative;
}
.main_visual .video_mask_box {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -1;
}
.main_visual .video_box {
  clip-path: url(#svgPath);
}
.main_visual .video_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 900px;
  height: 900px;
  border-radius: 1000px;
  overflow: hidden;
}
.main_visual .video_box video {
  height: 100%;
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.logo {
  width: 30%;
  max-width: 300px;
  margin: 0 auto 40px;
}

.open_txt {
  margin-bottom: 40px;
  letter-spacing: 0.34em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Helvetica", "Arial", sans-serif;
}

.link_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}
.link_list li:not(:last-child) {
  margin-right: 20px;
}
.link_list li i {
  display: inline-block;
  width: 27px;
  margin-right: 5px;
  vertical-align: bottom;
}
.link_list li span {
  display: inline-block;
  font-family: "Arial", sans-serif;
  vertical-align: bottom;
}

.noren_logo {
  width: 40%;
  max-width: 122px;
  margin: auto;
}

.reserve_txt {
  text-align: center;
  margin-bottom: 70px;
}
.reserve_txt b {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
.reserve_txt span {
  display: block;
  margin-bottom: 0.5em;
}
.reserve_txt span a {
  font-size: 1.5em;
}
.reserve_txt small {
  display: block;
}

/*=============================================*/
/*media query    900px */
/*=============================================*/
@media screen and (max-width: 899px) {
  /********************************************/
  /* main_visual */
  /********************************************/
  .main_visual .video_box {
    width: 800px;
    height: 800px;
  }
}
/*=============================================*/
/*media query    800px */
/*=============================================*/
@media screen and (max-width: 799px) {
  /********************************************/
  /* main_visual */
  /********************************************/
  .main_visual .video_box {
    width: 700px;
    height: 700px;
  }
}
/*=============================================*/
/*media query    700px */
/*=============================================*/
@media screen and (max-width: 699px) {
  /********************************************/
  /* main_visual */
  /********************************************/
  .main_visual .video_box {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*=============================================*/
  /*  layout  Base                        */
  /*=============================================*/
  /********************************************/
  /* body fixed*/
  /********************************************/
  body {
    width: 100%;
  }
}
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /********************************************/
  /* main_visual */
  /********************************************/
  .main_visual .video_box {
    position: fixed;
  }
  .inner {
    top: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 20px;
  }
  .inner .txt_base {
    font-size: 1.2rem;
  }
  .noren_logo {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */