@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img, video {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Lato', 'Noto+Sans+JP', 'Noto+Serif+JP', "sans-serif";
  line-height: 0;
  letter-spacing: 0em;
  text-align: center;
  color: #5B5B5B;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  font-size: 1.3333333333vw
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

main {
  display: block;
}

.btnWrap {
  position: relative;
}
.btnWrap .btns {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 68em;
  transform: translateX(-50%);
}
.btnWrap .btns a {
  display: inline-block;
  background-image: url(../img/cv_btn_on.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0;
}
.btnWrap .btns a:hover {
  background-size: contain;
}
.btnWrap .btns a:hover img {
  opacity: 0;
}

.attentions {
  width: 67em;
  margin: 0 auto;
  padding: 4em;
  background-color: #e6f2f7;
}
.attentions__title {
  margin-bottom: 0.9375em;
  color: #16458c;
  font-size: 3.2em;
  line-height: 1;
}

.footer {
  padding: 5rem 0;
  background-color: #e9e9e3
}

.footer__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer__linkList li {
  padding: 0 0.5em;
  font-size: 1rem;
  line-height: 1.2
}

.footer__linkList li+li {
  border-left: 1px solid #000
}

.footer__linkList li a {
  text-decoration: underline
}

.footer .jadma {
  margin-top: 3em;
  text-align: center;
}

.footer .copyright {
  margin-top: 1em;
  font-size: 1rem;
  text-align: center;
  line-height: 1
}





@media screen and (min-width: 750px) {
  .attentions__title {
    font-size: 20px;
  }
}
.attentions__item {
  position: relative;
  padding-left: 1em;
  font-size: 2.4em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 750px) {
  .attentions__item {
    font-size: 16px;
  }
}
.attentions__item::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
.attentions__item + .attentions__item {
  margin-top: 1em;
}

.floatingBnr {
  position: fixed;
  left: 0;
  bottom: 2em;
  width: 100%;
  text-align: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.floatingBnr.is-show {
  opacity: 1;
  pointer-events: auto;
}
.floatingBnr a {
  display: block;
  position: relative;
}
.floatingBnr a::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 71em;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
  content: "";
}
.floatingBnr a:hover::after {
  opacity: 0.2;
}
.floatingBnr img {
  width: 71em;
}

.media .gif {
  width: 80%;
  margin: 0 auto 19em;
}

.instagram .gif {
  width: 80%;
  margin: 0 auto 16em;
}