/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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;
  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-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.monserrat {
  font-family: "Montserrat", sans-serif;
}

.fadein00 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein01 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein02 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein03 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein04 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.notice {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .notice {
    font-size: 0.75rem;
  }
}

.main__ttl {
  font-family: "azo-sans-web", sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1;
}
.main__subttl {
  font-size: 1rem;
  text-align: center;
  margin: 0 auto 20px;
}
.main img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .main__ttl {
    font-size: 2.5rem;
  }
  .main__subttl {
    font-size: 0.875rem;
  }
}
.media__txt {
  margin: 0 auto 18px;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/txt__media.png");
  width: 233px;
  height: 152px;
  background-size: cover;
}
.media__doted {
  margin: 0 auto 45px;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/doted_media.png");
  width: 10px;
  height: 44px;
  background-size: cover;
}
.media__subttl01 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_subttl01.png");
  position: absolute;
  left: 235px;
  top: 0px;
  width: 92px;
  height: 92px;
  z-index: 2;
}
.media__subttl02 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_subttl02.png");
  position: absolute;
  left: 583px;
  top: 0px;
  width: 92px;
  height: 92px;
  z-index: 2;
}
.media__subttl03 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_subttl03.png");
  position: absolute;
  right: 165px;
  top: 0px;
  width: 92px;
  height: 92px;
  z-index: 2;
}
.media__blc {
  display: block;
  position: relative;
  width: 1080px;
  height: 746px;
  margin: 0 auto;
}
.media__blc--fashonsnap01 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_fashion01.png");
  width: 388px;
  height: 449px;
  position: absolute;
  left: 85px;
  top: 68px;
}
.media__blc--fashonsnap02 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_fashion02.png");
  width: 270px;
  height: 242px;
  position: absolute;
  left: 0;
  top: 254px;
}
.media__blc--fashonsnap03 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_fashion03.png");
  width: 292px;
  height: 220px;
  position: absolute;
  left: 40px;
  bottom: 18px;
}
.media__blc--wwd01 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_wd01.png");
  width: 280px;
  height: 311px;
  position: absolute;
  left: 484px;
  top: 68px;
}
.media__blc--wwd02 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_wd02.png");
  width: 459px;
  height: 175px;
  position: absolute;
  left: 360px;
  top: 350px;
  z-index: 2;
}
.media__blc--wwd03 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_wd03.png");
  width: 459px;
  height: 175px;
  position: absolute;
  left: 360px;
  top: 542px;
  z-index: 2;
}
.media__blc--nikkei01 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_nikkei01.png");
  width: 180px;
  height: 205px;
  position: absolute;
  right: 126px;
  top: 68px;
}
.media__blc--nikkei02 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/media_nikkei02.png");
  width: 291px;
  height: 577px;
  position: absolute;
  right: 0;
  top: 158px;
}
.media__blc {
  display: block;
}
.media__spblc {
  display: none;
}
@media screen and (max-width: 1025px) {
  .media {
    padding: 0 4.6vw;
  }
  .media__txt {
    margin: 0 auto 16px;
    width: 19.4vw;
    height: 12.6vw;
  }
  .media__doted {
    margin: 0 auto 40px;
    width: 0.8vw;
    height: 3.6vw;
  }
  .media__subttl01 {
    position: absolute;
    left: 20vw;
    top: 0px;
    width: 7.7vw;
    height: 7.7vw;
  }
  .media__subttl02 {
    position: absolute;
    left: 49vw;
    top: 0px;
    width: 7.7vw;
    height: 7.7vw;
  }
  .media__subttl03 {
    position: absolute;
    right: 13.7vw;
    top: 0px;
    width: 7.7vw;
    height: 7.7vw;
  }
  .media__blc {
    position: relative;
    width: 90.7vw;
    height: 62.3vw;
    margin: 0 auto;
  }
  .media__blc--fashonsnap01 {
    width: 32.4vw;
    height: 40.5vw;
    position: absolute;
    left: 7.65vw;
    top: 6vw;
  }
  .media__blc--fashonsnap02 {
    width: 22.5vw;
    height: 21vw;
    position: absolute;
    left: 0;
    top: 21.2vw;
  }
  .media__blc--fashonsnap03 {
    width: 25vw;
    height: 19.8vw;
    position: absolute;
    left: 3.6vw;
    bottom: 1.62;
  }
  .media__blc--wwd01 {
    width: 23.5vw;
    height: 26vw;
    position: absolute;
    left: 41vw;
    top: 6vw;
  }
  .media__blc--wwd02 {
    width: 39.4vw;
    height: 15vw;
    position: absolute;
    left: 29.8vw;
    top: 29.2vw;
    z-index: 2;
  }
  .media__blc--wwd03 {
    width: 39.4vw;
    height: 15vw;
    position: absolute;
    left: 29.8vw;
    top: 45vw;
    z-index: 2;
  }
  .media__blc--nikkei01 {
    width: 15vw;
    height: 17.1vw;
    position: absolute;
    right: 10.6vw;
    top: 6vw;
  }
  .media__blc--nikkei02 {
    width: 24vw;
    height: 48vw;
    position: absolute;
    right: 0;
    top: 13.5vw;
  }
  .media__blc {
    display: block;
  }
  .media__spblc {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .media__blc {
    display: none;
  }
  .media__spblc {
    display: block;
  }
  .media__spblc img {
    width: 100%;
    height: auto;
  }
  .media__spblc--img01 {
    margin: 0 auto 10vw;
  }
  .media__spblc--img02 {
    margin: 0 auto 10vw;
  }
  .media__spblc--img03 {
    margin: 0 auto 10vw;
  }
}

body {
  font-family: "Noto Sans JP", "azo-sans-web", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #FFF100;
}

html {
  scroll-behavior: smooth;
}

.header__figure {
  background-image: url("../img/fv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
}
.header__bg {
  background-image: url("../img/fv_pc-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  margin: -50px 0 0;
  padding: 170px 0 420px;
}
.header__h1 {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 800px;
  height: 76px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.header__next {
  margin: 0 auto;
  width: 518px;
}
.header__next img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .header__figure {
    background-image: url("../img/fv_tb.jpg");
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .header__bg {
    background-image: url("../img/fv_tb-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    width: 100%;
    height: auto;
    margin: -4.6vw 0 0;
    padding: 15.7vw 0 38.8vw;
  }
  .header__h1 {
    width: 74vw;
    height: 7vw;
    position: absolute;
    bottom: -2.1vw;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
  .header__next {
    margin: 0 auto;
    width: 47.9vw;
  }
}
@media screen and (max-width: 599px) {
  .header__figure {
    background-image: url("../img/fv_sp.jpg");
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .header__h1 {
    width: 90vw;
    height: 9vw;
    position: absolute;
    bottom: -3vw;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
}

.about {
  margin-top: -200px;
  margin-bottom: 80px;
  position: relative;
}
.about__chara {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/about_chara.png");
  width: 272px;
  height: 218px;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.about__top {
  background-image: url("../img/top_about.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 200px;
}
@media screen and (max-width: 1480px) {
  .about__top {
    background-size: 140% 100%;
    background-position: center top;
  }
}
.about__inner {
  background-color: #FFF;
  margin: -1px 0;
}
.about__btm {
  background-image: url("../img/btm_about.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1480px) {
  .about__btm {
    background-size: 140% 100%;
    background-position: center bottom;
  }
}
.about__ttl {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/attention.svg");
  width: 673px;
  height: 54px;
  margin: 0 auto 110px;
}
.about__subttl {
  font-size: 2.5rem;
  text-decoration: underline;
  text-align: center;
  margin: 80px 0 60px;
  font-weight: 700;
}
.about__blc {
  margin: 3em 0;
}
.about__txt {
  font-size: 1rem;
  text-align: center;
  margin: 0 auto 0.8em;
}
.about__txt2 {
  font-size: 1rem;
  text-align: center;
}
.about .maybe {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/maybeB.svg");
  width: 638px;
  height: 120px;
  margin: 0 auto;
}
.about__chara02 {
  position: absolute;
  bottom: -20px;
  width: 150px;
  left: 20%;
  transform: translateY(0%) translateX(-50%);
}
.about__chara02 img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1025px) {
  .about {
    margin-top: -18.5vw;
    margin-bottom: 7.4vw;
    position: relative;
  }
  .about__chara {
    width: 25.1vw;
    height: 20.1vw;
    top: -16.6vw;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
  .about__top {
    background-image: url("../img/top_about.png");
    background-repeat: no-repeat;
    background-size: 140% 100%;
    background-position: center top;
    height: 18.5vw;
  }
  .about__inner {
    background-color: #FFF;
    margin: -1px 0;
  }
  .about__btm {
    background-image: url("../img/btm_about.png");
    background-repeat: no-repeat;
    background-size: 140% 100%;
    background-position: center bottom;
    height: 18.5vw;
  }
  .about__ttl {
    width: 62vw;
    height: 5vw;
    margin: 0 auto 110px;
  }
  .about__subttl {
    font-size: 2.5rem;
    margin: 7vw 0 5vw;
  }
  .about__blc {
    margin: 3em 0;
  }
  .about__txt {
    font-size: 1rem;
  }
  .about__txt2 {
    font-size: 1rem;
    line-height: 1;
  }
  .about .maybe {
    width: 60vw;
    height: 12vw;
    margin: 0 auto;
  }
  .about__chara02 {
    position: absolute;
    bottom: -4vw;
    width: 10vw;
    left: 20%;
    transform: translateY(0%) translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  .about__subttl {
    font-size: 1.5rem;
    margin: 7vw 0 5vw;
  }
  .about__ttl {
    margin-bottom: 10vw;
  }
  .about_inner {
    padding: 0 5vw;
  }
  .about__txt {
    font-size: 0.75rem;
  }
  .about__txt2 {
    font-size: 0.75rem;
  }
}

a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  a:hover {
    opacity: 1;
  }
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.footer {
  padding: 0 0 10px;
}
.footer__sns {
  display: flex;
  justify-content: center;
  margin: 0 auto 120px;
}
.footer__sns li {
  margin: 0 10px 0;
}
.footer__sns--x {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/icon_x.png");
  width: 32px;
  height: 32px;
}
.footer__sns--insta {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/icon_insta.png");
  width: 32px;
  height: 32px;
}
.footer__sns--facebook {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  background-image: url("../img/icon_fb.png");
  width: 32px;
  height: 32px;
}
.footer__links {
  text-align: center;
  font-size: 0.875rem;
  margin: 0 auto 30px;
}
.footer__links a {
  text-decoration: underline;
}
.footer__copy {
  text-align: center;
  font-size: 0.75rem;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop {
  overflow: hidden;
  margin: 0 0 20px;
}
.loop__box {
  display: flex;
  width: 100vw;
}
.loop__box img {
  min-width: 100vw;
  height: auto;
}
.loop__box img:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop__box img:last-child {
  animation: loop2 50s linear infinite;
}
@media screen and (max-width: 1025px) {
  .loop__box {
    display: flex;
    width: 160vw;
  }
  .loop__box img {
    min-width: 160vw;
    height: auto;
  }
  .loop__box img:first-child {
    animation: loop 50s -25s linear infinite;
  }
  .loop__box img:last-child {
    animation: loop2 50s linear infinite;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1025px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}