@charset "UTF-8";
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: verticlp_specialal;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

ol, ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/*
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease;
}

.ivo {
  opacity: 0;
  filter: blur(12px);
}
.ivo.in-view {
  opacity: 1;
  filter: blur(0);
}

/*
			Draggable
*********************************************/
.draggable_wrap,
.draggable_snap_wrap {
  overflow: hidden;
}
.draggable_wrap::after,
.draggable_snap_wrap::after {
  z-index: 1;
  transition: 1s all ease;
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  width: 4em;
  height: 4em;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  background: url("img/084.png") no-repeat center center/auto 60% rgba(0, 0, 0, 0.6);
  border-radius: 1.5em;
}
.draggable_wrap.dragg::after,
.draggable_snap_wrap.dragg::after {
  z-index: 10000;
  opacity: 1;
}

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans", "Noto Sans Japanese", "メイリオ", "Meiryo", system-ui, sans-serif;
  overflow: hidden;
  background: #fff;
}

body a {
  color: #000;
  text-decoration: none;
}

body a:hover {
  color: #000;
  text-decoration: none;
}

.font_a {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
}

#smooth-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #smooth-wrapper {
    position: relative;
    inset: auto;
    overflow: visible;
    height: auto;
  }
}

#smooth-content {
  overflow: hidden;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  #smooth-content {
    min-height: auto;
    overflow: visible;
    will-change: auto;
  }
}

#border-wrapper {
  border: 0.9vw solid #d6e03e;
  overflow: hidden;
}

/*
			Responsive
*********************************************/
.lg_show,
.md_show,
.sm_show,
.xs_show,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none;
}

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.5384615385vw;
    line-height: 1.4em;
  }
  .lg_hide {
    display: none;
  }
  .lg_show {
    display: block;
  }
  .lg_showin {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15.75px;
    font-size: 1.5384615385vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .md_hide {
    display: none;
  }
  .md_show {
    display: block;
  }
  .md_showin {
    display: inline;
  }
  body {
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
    overflow: auto;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
  .sm_hide {
    display: none;
  }
  .sm_show {
    display: block;
  }
  .sm_showin {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
  .xs_hide {
    display: none;
  }
  .xs_show {
    display: block;
  }
  .xs_showin {
    display: inline;
  }
}
/***************************************************************
 *
 * 				 OV9　トップページ
 *
***************************************************************/
@media screen and (max-width: 768px) {
  #lppc {
    display: none;
  }
}
#lppc img {
  width: 100%;
  max-width: none;
}
#lppc {
  width: 100%;
}
#lppc > p {
  width: 100%;
}
#lppc > p:nth-child(28) > a {
  position: absolute;
  display: block;
  width: 16%;
  height: 66.7%;
  top: 19.4%;
  left: 2.4%;
}
#lppc > p:nth-child(28) > a:nth-child(3) {
  left: 22%;
}
#lppc > p:nth-child(28) > a:nth-child(4) {
  left: 42.3%;
}
#lppc > p:nth-child(28) > a:nth-child(5) {
  left: 62%;
}
#lppc > p:nth-child(28) > a:nth-child(6) {
  left: 83%;
}

#lpsp {
  display: none;
}
@media screen and (max-width: 768px) {
  #lpsp {
    display: block;
  }
}
#lpsp > p:nth-child(25) > a {
  position: absolute;
  display: block;
  width: 41.4%;
  height: 65.1%;
  top: 14.6%;
  left: 5.4%;
}
#lpsp > p:nth-child(25) > a:nth-child(3) {
  left: 57%;
}/*# sourceMappingURL=style.css.map */