@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media only screen and (max-width: 789px) {
  .u-sp_none {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-pc_none {
    display: none !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

html,
body {
  height: 100%;
  color: #666;
}

html {
  font-size: 62.5%;
  -webkit-print-color-adjust: exact;
}

.l-inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.p-enemate {
  overflow: auto;
  position: relative;
  background: #EEF0F4;
  font-family: "Noto Sans JP", sans-serif;
}
.p-enemate-mv {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.p-enemate-mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-enemate-mv__logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media only screen and (max-width: 789px) {
  .p-enemate-mv__logo {
    max-width: 43.5897435897vw;
  }
}
.p-enemate-mv__logo img {
  width: 100%;
  height: auto;
}
.p-enemate-mv__logo span {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.p-enemate-mv-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-enemate-mv-bg video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.p-enemate-mv-bg::before {
  content: "";
  background: rgb(137, 185, 41);
  background: linear-gradient(135deg, rgb(137, 185, 41) 0%, rgb(51, 156, 209) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: fadeOutAnime;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.p-enemate-section-full {
  width: 100%;
  height: 100vh;
  position: relative;
}
.p-enemate-section-full__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}
.p-enemate-intro {
  text-align: center;
}
.p-enemate-intro-logo {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.p-enemate-intro-logo svg, .p-enemate-intro-logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 789px) {
  .p-enemate-intro-logo {
    max-width: 43.5897435897vw;
  }
}
.p-enemate-intro-text {
  font-size: 24px;
  line-height: 2;
  margin: 100px auto 0;
  font-weight: 500;
}
@media only screen and (max-width: 789px) {
  .p-enemate-intro-text {
    font-size: 4.1025641026vw;
    margin: 25.641025641vw auto 0;
  }
}
.p-enemate-voice {
  background: url("../images/enemate/img_voice_bg_pc.jpg") center/cover no-repeat;
  position: relative;
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice {
    background: url("../images/enemate/img_voice_bg_sp.jpg") center/cover no-repeat;
  }
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice .p-enemate-section-full__center {
    height: 100%;
  }
}
.p-enemate-voice-list {
  max-width: 648px;
  width: 100%;
  height: 80vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice-list {
    max-width: 100%;
    align-items: flex-start;
    padding: 0 5.1282051282vw;
  }
}
.p-enemate-voice-list__item {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
  width: auto;
  position: absolute;
  height: 130px;
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice-list__item {
    font-size: 4.1025641026vw;
    margin: 0 0 12.8205128205vw 0;
    height: auto;
    position: relative;
  }
}
.p-enemate-voice-list__item span {
  position: relative;
  display: block;
}
.p-enemate-voice-list__item span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice-list__item span::before {
    height: 5.641025641vw;
    bottom: -7.6923076923vw;
  }
}
.p-enemate-voice-list__item:first-child {
  left: 0;
  top: 0;
}
.p-enemate-voice-list__item:nth-child(2) {
  top: 155px;
  right: 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice-list__item:nth-child(2) {
    top: auto;
    right: auto;
  }
}
.p-enemate-voice-list__item:nth-child(3) {
  top: 285px;
  left: 124px;
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice-list__item:nth-child(3) {
    top: auto;
    left: auto;
  }
}
.p-enemate-voice-list__item:last-child {
  top: 425px;
  right: 58px;
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice-list__item:last-child {
    top: auto;
    right: auto;
  }
}
.p-enemate-voice-list__item:first-child span::before, .p-enemate-voice-list__item:nth-child(2) span::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="324.436" height="22.639" viewBox="0 0 324.436 22.639"><path id="パス_817" data-name="パス 817" d="M0,98.578H227.874l17.616,21.531-7.177-21.531h86.123" transform="translate(0 -98.024)" fill="none" stroke="%23fff" stroke-linejoin="round" stroke-width="1.108"/></svg>') center/contain no-repeat;
}
.p-enemate-voice-list__item:nth-child(3) span::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="199.709" height="21.106" viewBox="0 0 199.709 21.106"><path id="パス_925" data-name="パス 925" d="M.186,383.1H150.632l16.424,20.073L160.365,383.1H199.9" transform="translate(-0.186 -382.581)" fill="none" stroke="%23fff" stroke-linejoin="round" stroke-width="1.033"/></svg>') center/contain no-repeat;
}
.p-enemate-voice-list__item:last-child span::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="257.873" height="21.106" viewBox="0 0 257.873 21.106"><path id="パス_850" data-name="パス 850" d="M0,523.949H181.446l16.423,20.073-6.691-20.073h66.695" transform="translate(0 -523.433)" fill="none" stroke="%23fff" stroke-linejoin="round" stroke-width="1.033"/></svg>') center/contain no-repeat;
}
.p-enemate-voice-bottom {
  position: absolute;
  height: 168px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-enemate-voice-bottom::after {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(238, 240, 244) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-enemate-voice-bottom__text {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 45px 0 0 0;
  width: 100%;
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice-bottom__text {
    font-size: 4.6153846154vw;
    bottom: 15.3846153846vw;
    padding: 11.5384615385vw 0 0 0;
  }
}
.p-enemate-voice-bottom__text::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44.378" height="29.389" viewBox="0 0 44.378 29.389"><g transform="translate(-660.811 -2207.926)"><path d="M176.221,2358.86,197,2376.635l20.779-17.776" transform="translate(486 -140.636)" fill="none" stroke="%23595757" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" stroke-dasharray="0 3"/><path d="M176.221,2349.972,197,2367.748l20.779-17.776" transform="translate(486 -140.636)" fill="none" stroke="%23595757" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" stroke-dasharray="0 3"/></g></svg>') center/contain no-repeat;
  width: 42px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 789px) {
  .p-enemate-voice-bottom__text::before {
    width: 10.7692307692vw;
    height: 6.9230769231vw;
  }
}
.p-enemate-fan {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan {
    padding: 0;
  }
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-main .l-inner {
    height: auto;
  }
}
.p-enemate-fan-features:nth-child(odd) .p-enemate-fan-column__figure {
  order: 2;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-features:nth-child(odd) .p-enemate-fan-column__figure {
    order: 1;
  }
}
.p-enemate-fan-features:nth-child(odd) .p-enemate-fan-column__text {
  order: 1;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-features:nth-child(odd) .p-enemate-fan-column__text {
    order: 2;
  }
}
.p-enemate-fan-heading {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 50px 0;
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-heading {
    font-size: 5.641025641vw;
    padding: 7.6923076923vw 0 0 0;
    margin: 0 0 7.6923076923vw 0;
  }
}
.p-enemate-fan-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-column {
    flex-direction: column;
    height: auto;
    margin: 0 0 25.641025641vw 0;
  }
}
.p-enemate-fan-column__figure {
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-column__figure {
    width: 100%;
  }
}
.p-enemate-fan-column__figure img, .p-enemate-fan-column__figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-enemate-fan-column__text {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-column__text {
    width: 100%;
    margin: 5.1282051282vw 0 0 0;
    padding: 0 5.1282051282vw;
  }
}
.p-enemate-fan-column__heading {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-column__heading {
    font-size: 5.1282051282vw;
    margin: 0 0 5.1282051282vw 0;
  }
}
.p-enemate-fan-column__desc {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-column__desc {
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.p-enemate-fan-column__desc span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-column__desc span {
    font-size: 3.3333333333vw;
    margin: 7.6923076923vw 0 0 0;
  }
}
.p-enemate-fan-column__desc sup {
  font-size: 75%;
  vertical-align: top;
}
.p-enemate-fan-figure {
  padding: 100px 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-figure {
    padding: 12.8205128205vw 0;
  }
}
.p-enemate-fan-figure-img {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-figure-img {
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
}
.p-enemate-fan-figure-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 789px) {
  .p-enemate-fan-figure-img img {
    width: 90%;
  }
}
.p-enemate .c-section-heading {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-family: "Lato", serif;
  color: #666;
  text-align: center;
}
.p-enemate .c-section-heading span {
  border-bottom: 1px solid #666;
  padding: 0 0 10px 0;
}
.p-enemate-design {
  position: relative;
  margin: 200px 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-design {
    margin: 2.5641025641vw 0;
  }
}
.p-enemate-design-slider {
  display: flex;
  margin: 100px auto 0;
  list-style-type: none;
  padding: 0 2%;
}
@media print, screen and (min-width: 1366px) {
  .p-enemate-design-slider {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 789px) {
  .p-enemate-design-slider {
    margin: 12.8205128205vw 0;
    padding: 0 5.1282051282vw;
    flex-direction: column;
  }
}
.p-enemate-design-slider__item {
  width: 24%;
  margin: 0 1%;
}
@media only screen and (max-width: 789px) {
  .p-enemate-design-slider__item {
    width: 100%;
    margin: 0;
    padding: 2.5641025641vw;
  }
}
.p-enemate-design-slider__figure {
  width: 100%;
  aspect-ratio: 360/315;
}
.p-enemate-design-slider__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-enemate-design-slider__heading {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 0 0;
  line-height: 1.5;
}
@media only screen and (max-width: 789px) {
  .p-enemate-design-slider__heading {
    font-size: 3.5897435897vw;
    margin: 2.5641025641vw 0 0 0;
  }
}
.p-enemate-movie {
  position: relative;
  margin: 100px 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-movie {
    margin: 20.5128205128vw 0;
  }
}
.p-enemate-movie__video {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 200px;
}
@media only screen and (max-width: 789px) {
  .p-enemate-movie__video {
    margin: 7.6923076923vw auto 25.641025641vw;
  }
}
.p-enemate-movie__logo {
  width: 170px;
  margin: auto;
}
@media only screen and (max-width: 789px) {
  .p-enemate-movie__logo {
    width: 43.5897435897vw;
  }
}
.p-enemate-movie img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.p-enemate-movie a {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.p-enemate-movie a::before {
  content: "";
  background: url("../images/enemate/icon_play.svg") center/cover no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 789px) {
  .p-enemate-movie a::before {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
}
.p-enemate-movie a:hover img {
  opacity: 0.9;
}
.p-enemate-history {
  position: relative;
  padding: 100px 0;
}
.p-enemate-history .c-section-heading {
  margin: 0 auto 50px;
}
.p-enemate-history-box {
  position: relative;
}
.p-enemate-history-box .p-enemate-fan-column__figure {
  order: 2;
  aspect-ratio: 600/400;
}
@media only screen and (max-width: 789px) {
  .p-enemate-history-box .p-enemate-fan-column__figure {
    order: 1;
  }
}
.p-enemate-history-box .p-enemate-fan-column__text {
  order: 1;
}
@media only screen and (max-width: 789px) {
  .p-enemate-history-box .p-enemate-fan-column__text {
    order: 2;
  }
}
.p-enemate-message {
  height: 100vh;
  position: relative;
  background: url("../images/enemate/img_zoom.jpg") center/cover no-repeat;
  z-index: 2;
  margin: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 789px) {
  .p-enemate-message {
    margin: 20.5128205128vw 0;
    background: url("../images/enemate/img_zoom_sp.jpg") center/cover no-repeat;
  }
}
.p-enemate-message::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-message::before {
    content: none;
  }
}
.p-enemate-message::after {
  content: "";
  background: inherit;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
@media only screen and (max-width: 789px) {
  .p-enemate-message::after {
    content: none;
  }
}
.p-enemate-message-column {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 789px) {
  .p-enemate-message-column {
    flex-direction: column;
    padding: 12.8205128205vw 0;
  }
}
.p-enemate-message-column__heading {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  width: 50%;
}
@media only screen and (max-width: 789px) {
  .p-enemate-message-column__heading {
    width: 100%;
    font-size: 5.1282051282vw;
  }
}
.p-enemate-message-column__text {
  width: 50%;
}
@media only screen and (max-width: 789px) {
  .p-enemate-message-column__text {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.p-enemate-message-column__text:last-of-type {
  margin: 0;
}
.p-enemate-message-column__text__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-message-column__text__desc {
    font-size: 3.5897435897vw;
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-enemate-series {
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-series {
    padding: 20.5128205128vw 0;
  }
}
@media only screen and (max-width: 789px) {
  .p-enemate-series .p-enemate-section-full__center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.p-enemate-series-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 80px 0 0 0;
}
.p-enemate-series-list a {
  display: block;
  text-decoration: none;
  transition: all 0.5s;
}
.p-enemate-series-list a:hover .p-enemate-series-list__figure {
  top: -10px;
}
.p-enemate-series-list__item {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 789px) {
  .p-enemate-series-list__item {
    width: 50%;
    margin: 0 0 7.6923076923vw 0;
    padding: 2.5641025641vw;
  }
}
.p-enemate-series-list__item:nth-of-type(2) .p-enemate-series-list__figure {
  width: 130px;
  height: 120px;
}
.p-enemate-series-list__item:nth-of-type(3) .p-enemate-series-list__figure {
  width: 78px;
  height: 125px;
}
.p-enemate-series-list__item:nth-of-type(4) .p-enemate-series-list__figure {
  width: 153px;
  height: 92px;
}
.p-enemate-series-list__figure {
  width: 150px;
  height: 100%;
  position: relative;
  top: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 789px) {
  .p-enemate-series-list__figure {
    width: 38.4615384615vw;
  }
}
.p-enemate-series-list__figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-enemate-series-list__name {
  margin: 20px 0 0 0;
  font-size: 20px;
  color: #666;
  text-decoration: none;
  font-family: "Lato", serif;
}
@media only screen and (max-width: 789px) {
  .p-enemate-series-list__name {
    margin: 5.1282051282vw 0 0 0;
    font-size: 5.1282051282vw;
  }
}
.p-enemate-footer {
  background: #EEF0F4;
  padding: 30px 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-footer {
    padding: 7.6923076923vw 0;
  }
}
.p-enemate-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-enemate-footer-logo__item {
  max-width: 200px;
  width: 50%;
  margin: 0 50px;
}
@media only screen and (max-width: 789px) {
  .p-enemate-footer-logo__item {
    margin: 0 5.1282051282vw;
  }
}
.p-enemate-footer-logo__item img {
  width: 100%;
  height: auto;
}
.p-enemate-footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}
@media only screen and (max-width: 789px) {
  .p-enemate-footer-sns {
    margin: 12.8205128205vw 0;
  }
}
.p-enemate-footer-sns__item {
  width: 30px;
  list-style-type: none;
  margin: 0 15px;
}
@media only screen and (max-width: 789px) {
  .p-enemate-footer-sns__item {
    width: 7.6923076923vw;
    margin: 0 2.5641025641vw;
  }
}
.p-enemate-footer-sns__item img {
  width: 100%;
  height: auto;
}
.p-enemate-footer-sns__item a {
  display: block;
  transition: all 0.3s;
}
.p-enemate-footer-sns__item a:hover {
  opacity: 0.8;
}
.p-enemate-footer-copy {
  font-size: 12px;
  font-weight: 300;
  font-family: "Lato", serif;
  color: #666;
  text-align: center;
}
@media only screen and (max-width: 789px) {
  .p-enemate-footer-copy {
    font-size: 3.0769230769vw;
  }
}

.fadeout {
  animation-name: fadeOutAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay01 {
  animation-delay: 0.2s;
}

.delay02 {
  animation-delay: 0.4s;
}

.delay03 {
  animation-delay: 0.6s;
}

.delay04 {
  animation-delay: 0.8s;
}

.delay05 {
  animation-delay: 1s;
}

.fadein_common {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-duration: 0.8s, 0.8s;
  transition-timing-function: ease, ease;
}
.fadein_common.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=enemate.css.map */