@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type="checkbox"] {
  appearance: checkbox;
}

[type="radio"] {
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
.l-container__inner {
 max-width: 750px;
 margin-left: auto;
 margin-right: auto;
}
@media screen and (min-width:751px) {
  .l-container {
    width: 100%;
    background: url("./img/PC-bg.png") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}

.l-container img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.l-main {
  position: relative;
}
.fv {
  background-color: #001103;
  position: relative;
}
.fv-btn {
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  bottom: 0.5%;
  margin-right: auto;
  margin-left: auto;
}

.se02 {
  position: relative;
  background: linear-gradient(180deg, #001103 50%,#fff 50%);
}
.se02-text {
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  bottom: 55%;
  margin-right: auto;
  margin-left: auto;
}
.se06 {
 background-color: #001103;
}
.se07 {
  background-color: #001103;
  padding-bottom: 80px;
 }
.se09 {
 margin-top: 5%;
}
.cv {
  position: relative;
}
.cv-btn {
  position: absolute;
  width: 82%;
  left: 0;
  right: 0;
  bottom: 28.3%;
  margin-right: auto;
  margin-left: auto;
}
.importantpoint {
  position: relative;
  bottom: 4%;
  left: 0;
  z-index: -1;
}
.importantpoint__inner {
  padding: 2%;
  background-color: #fadfe1;
  max-width: 715px;
}
.p-text {
  padding-bottom: 2%;
  font-size: 2vw;
}
.inner {
  padding: 0 2.668%;
}
.l-gmap {
  position: absolute;
  width: 89.3%;
  left: 0;
  right: 0;
  bottom: 0.759%;
  margin-right: auto;
  margin-left: auto;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 59.99%;
  position: relative;
  }
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.l-footer {
 background-color: #001103;
}
.footer-inner {
 max-width: 750px;
 margin: auto;
 position: relative;
}
.footer-link {
 cursor: pointer;
 display: flex;
 position: absolute;
 top: 19%;
 left: 1%;
 margin: 0 5%;
}
.footer-link a{
 cursor: pointer;
}

/*横揺れアニメーション*/
.cv-btn{
  animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
  0% {
      transform: translate(2px, 0px);
  }
  5% {
      transform: translate(-2px, 0px);
  }
  10% {
      transform: translate(2px, 0px);
  }
  15% {
      transform: translate(-2px, 0px);
  }
  20% {
      transform: translate(2px, 0px);
  }
  25% {
      transform: translate(-2px, 0px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}

/*追従CAT*/
#follow  {
 position: fixed;
 bottom: 0;
 z-index: 999;
 display: none;
}
@media screen and (min-width:751px) {
  .follow-cat {
    background: url("./img/PC-follow.png") center;
    /*height: 185px;*/
    height: 265px;
    width: 100%;
    margin: 0 auto;
  }
}
.follow-item {
  position: relative;
  margin: 0 auto;
 }
 @media screen and (min-width:751px) {
   .follow-item {
     left: 50%;
     width: 600px;
     height: auto;
     bottom: 18px;
     margin-left: -300px;
   }
 }
/*光アニメーション*/
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}
.shiny::before {
 content: '';
 position: absolute;
 margin-top: 7px;
 top: 44%;
 left: -20%;
 width: 40px;
 height: 100%;
 transform: scale(2) rotate(20deg);
 background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
 /* アニメーション */
 animation-name: shiny;
 animation-duration: 2.8s;
 animation-timing-function: ease-in-out;
 animation-iteration-count: infinite;
}

/*CLOSE*/
.l-view .view_inner {
 position: relative;
 height: 108vw;
 overflow-y: hidden;
 transition: 1s all;
}
@media screen and (min-width:751px) {
  .l-view .view_inner {
   height: 810px;
  }
}

.l-view .view_inner .view_openbtn,
.l-view .view_inner .view_closebtn {
 cursor: pointer;
 position: absolute;
 z-index: 11;
 transition: 1s all;
 width: 64%;
 left: 18%;
}
.l-view .view_inner .view_openbtn {
 position: absolute;
 bottom: 0;
}
.l-view .view_inner:after {
 content: '';
 width: 100%;
 height: 116vw;
 position: absolute;
 z-index: 10;
 top: 0;
 left: 0;
 background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 66%, #FFF 80% 100%);
 background: -webkit-linear-gradient(180deg, rgba(255,255,255,0)  66%, #FFF 80% 100%);
 background: linear-gradient(180deg, rgba(255,255,255,0) 66%, #FFF 80% 100%);
}
@media screen and (min-width:751px) {
  .l-view .view_inner:after {
   height: 875px;
  }
}

/*OPEN*/
.l-view.open .view_inner {
 position: relative;
 height: auto;
 overflow-y: auto;
 transition: 1s all;
}
.l-view.open .view_inner .view_openbtn,
.l-view.open .view_inner:after {
 display: none;
}
.l-view.open .view_inner .view_closebtn {
  bottom: 0;
 }