@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes clipPathCircle {
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 600px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 600px) {
  .device-pc {
    display: block;
  }
}

br {
  display: none;
}
@media (min-width: 600px) {
  br {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
body.scroll_rock {
  overflow: hidden;
}

body {
  font-family: "A1 Gothic R", sans-serif;
  line-height: 1.8;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  z-index: 10;
  top: 0px;
  opacity: 1;
  transition: all 1s;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (min-width: 600px) {
  header {
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
}
header.hide {
  top: -46px;
  opacity: 0;
}
header a {
  height: 100%;
}
header svg {
  fill: #005a64;
  width: 100px;
  max-height: 100%;
}

main {
  padding-bottom: 1px;
  position: relative;
}
main section {
  background-color: #fff;
  margin-bottom: 30px;
}

.hero {
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: relative;
}
@media (min-aspect-ratio: 1280/854) {
  .hero {
    height: auto;
  }
}
.hero::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: top left;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translateZ(0);
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_sp.jpg);
}
@media (min-width: 600px) {
  .hero::before {
    background-image: url(../images/bg_sp_x2.jpg);
  }
}
@media (min-width: 992px) {
  .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
.hero section {
  width: 100%;
  height: 100%;
}
.hero section:not(.hero_bg) {
  position: absolute;
  top: 0;
  left: 0;
}
.hero section:not(.hero_bg) picture {
  position: absolute;
  top: 0;
  left: 0;
}
.hero picture {
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
}

footer {
  background-color: #fff;
  padding: min(8vw, 40px);
}
footer section {
  margin-bottom: 30px;
}

.nav {
  font-family: "A1 Gothic L", sans-serif;
}
@media (min-width: 600px) {
  .nav {
    padding: 16px;
  }
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.nav .hide {
  pointer-events: none;
  opacity: 0;
  display: block;
}
.nav .soon {
  pointer-events: none;
  opacity: 0.3;
  display: block;
}

.info a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
.info img {
  display: block;
}
.info .info_og {
  width: 95%;
  max-width: 380px;
}
.info .info_onsale {
  width: 100%;
  max-width: 470px;
}

.insta {
  padding-right: initial;
  padding-left: initial;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .insta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.insta a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  max-width: 190px;
}

.staff {
  font-family: "A1 Gothic L", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  padding-right: initial;
  padding-left: initial;
}
@media (min-width: 600px) {
  .staff {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.staff img {
  height: 1em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .staff img {
    margin-bottom: 40px;
  }
}
.staff dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.staff dt {
  text-align: right;
}

.footer_share ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .footer_share ul {
    gap: 30px;
  }
}
.footer_share img {
  width: 30px;
}
@media (min-width: 600px) {
  .footer_share img {
    width: 40px;
  }
}

.footer_hobo {
  font-family: "A1 Gothic L", sans-serif;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 600px) {
  .footer_hobo {
    font-size: 1.3rem;
  }
}
.footer_hobo ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 2rem;
  max-width: 32em;
  margin-right: auto;
  margin-left: auto;
}
.footer_hobo a {
  border: 1px solid #005a64;
  color: #005a64;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  padding: 0.5rem 0;
  width: 100%;
  display: block;
}

.footer_store {
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .footer_store {
    font-size: 1.2rem;
  }
}
.footer_store ul {
  list-style: none;
}
@media (min-width: 992px) {
  .footer_store ul {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer_store li:not(:last-child)::after {
    content: "／";
    margin-right: 0.5rem;
  }
}

.copyright {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 26%;
  max-width: 90px;
}

.text br {
  display: none;
}
@media (min-width: 600px) {
  .text br {
    display: block;
  }
}

main section:not(.detail) {
  padding: min(8vw, 4rem) 2rem;
}

.hero_fv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero_fv picture {
  transform-origin: bottom center;
  position: relative;
}
.hero_fv picture:nth-child(1) {
  opacity: 1;
  animation: heroText 3s ease-in-out 0s forwards;
}
.hero_fv picture:nth-child(2) {
  opacity: 1;
  animation: fadeIn calc(3s / 2) ease-in-out calc(1 * 0s) forwards;
}
@keyframes heroText {
  20% {
    opacity: 1;
    filter: blur(0);
  }
  60% {
    opacity: 1;
    filter: blur(0);
  }
  70% {
    opacity: 1;
    filter: blur(8px) brightness(1.75);
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -10px;
    filter: blur(12px);
  }
}

.hero_intro .inner {
  position: relative;
  z-index: 1;
}
.hero_intro .hero_intro_name {
  animation: fadeIn 1s ease-in-out calc(3s + 1s) forwards;
}
.hero_intro .hero_intro_line {
  opacity: 1;
}
.hero_intro .hero_intro_line img {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}

.hero_logo {
  position: absolute;
}
.hero_logo .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.hero_logo svg {
  fill: #fffae1;
  width: 90%;
  height: inherit;
}

.hero_bg {
  position: relative;
}
.hero_bg::before, .hero_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_bg::before {
  background-image: url(../images/bg_sp.jpg);
}
@media (min-width: 600px) {
  .hero_bg::before {
    background-image: url(../images/bg_sp_x2.jpg);
  }
}
@media (min-width: 992px) {
  .hero_bg::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero_bg::before {
    background-image: url(../images/bg.jpg);
  }
}
.hero_bg::after {
  opacity: 0;
  animation: fadeIn 1s ease-in-out calc(3s) forwards;
}

.detail .point .inner {
  position: relative;
  z-index: 1;
}
.detail .point .point_text,
.detail .point .point_line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.detail .point .point_text {
  opacity: 0;
}
.detail .point img {
  width: 100%;
}
.detail .point.active .point_text {
  animation: fadeIn 1s ease-in-out 0s forwards;
}
.detail .point.active .point_line img {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  animation: clipPathCircle 1s ease-in-out 0.5s forwards;
}
.detail .message {
  font-size: 1.5rem;
  font-family: "A1 Gothic L", sans-serif;
  line-height: 2;
  letter-spacing: 0.01em;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.detail .album {
  text-align: center;
}
@media (min-width: 600px) {
  .detail .album {
    padding-bottom: 50px;
  }
}
.detail .album ul {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .detail .album ul {
    max-width: min(90%, 1162px);
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .detail .album .solo {
    grid-column: 1/3;
  }
  .detail .album .solo img {
    width: calc((100% - 30px) / 2);
    display: inline-block;
  }
}
.detail .text {
  padding: min(8vw, 4rem) 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.detail .text div + div {
  margin-top: min(4vw, 2rem);
}
.detail .photo {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .detail .photo {
    gap: 3rem;
  }
}
.detail .movie:last-child,
.detail .photo:last-child {
  margin-bottom: 2.5em;
}
.detail figure,
.detail .movie {
  position: relative;
}
.detail figcaption,
.detail .captions {
  position: absolute;
  bottom: 1.5rem;
  font-size: 1.3rem;
  text-align: center;
  background-color: #fff;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6153846154;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.detail figcaption br,
.detail .captions br {
  display: block;
}
@media (min-width: 600px) {
  .detail figcaption,
  .detail .captions {
    font-size: 1.5rem;
  }
}

.lineup {
  line-height: 1.6666666667;
  padding-right: 2rem;
  padding-left: 2rem;
}
.lineup dl {
  margin-bottom: 2.8rem;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.lineup dt {
  font-size: 1.5rem;
}
@media (min-width: 600px) {
  .lineup dt {
    font-size: 2rem;
  }
}
.lineup dd {
  font-size: 1.4rem;
  font-family: "A1 Gothic L", sans-serif;
}
@media (min-width: 600px) {
  .lineup dd {
    font-size: 1.8rem;
  }
}
.lineup dd small {
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .lineup dd small {
    font-size: 1.6rem;
  }
}
.lineup ul {
  font-size: 1.3rem;
  text-align: center;
  font-family: "A1 Gothic L", sans-serif;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(6vw, 20px) min(4vw, 68px);
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .lineup ul {
    font-size: 1.4rem;
  }
}
.lineup img {
  margin-bottom: 0.4rem;
}
.lineup .soon {
  display: block;
  pointer-events: none;
}

.item_01 .hero_intro .hero_intro_line img {
  animation: clipPath 2.5s ease-in-out calc(3s - 0s) forwards;
}
.item_01 .hero_logo .inner {
  animation: fadeIn 1s ease-in-out calc(3s + 2s) forwards;
  height: 50%;
}
@media (min-width: 992px) {
  .item_01 .hero_logo .inner {
    height: 60%;
    bottom: 0%;
    top: initial;
  }
}
.item_01 .hero_bg::after {
  background-image: url(../images/01/hero_intro_color_sp.jpg);
}
@media (min-width: 600px) {
  .item_01 .hero_bg::after {
    background-image: url(../images/01/hero_intro_color_sp_x2.jpg);
  }
}
@media (min-width: 992px) {
  .item_01 .hero_bg::after {
    background-image: url(../images/01/hero_intro_color.webp);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_01 .hero_bg::after {
    background-image: url(../images/01/hero_intro_color.webp);
  }
}

.item_02 .hero::before {
  background-image: url(../images/bg_mens_sp.jpg);
}
@media (min-width: 600px) {
  .item_02 .hero::before {
    background-image: url(../images/bg_mens_spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_02 .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_02 .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
.item_02 .hero_intro .hero_intro_line img {
  animation: clipPath 2.5s ease-in-out calc(3s - 0s) forwards;
}
.item_02 .hero_logo .inner {
  animation: fadeIn 1s ease-in-out calc(3s + 2s) forwards;
  height: 70%;
  bottom: 0;
  top: initial;
}
@media (min-width: 992px) {
  .item_02 .hero_logo .inner {
    bottom: inherit;
    height: 60%;
    top: -5%;
  }
}
.item_02 .hero_bg::before {
  background-image: url(../images/bg_mens_sp.jpg);
}
@media (min-width: 600px) {
  .item_02 .hero_bg::before {
    background-image: url(../images/bg_mens_spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_02 .hero_bg::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_02 .hero_bg::before {
    background-image: url(../images/bg.jpg);
  }
}
.item_02 .hero_bg::after {
  background-image: url(../images/02/hero_intro_color@sp.jpg);
}
@media (min-width: 600px) {
  .item_02 .hero_bg::after {
    background-image: url(../images/02/hero_intro_color@spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_02 .hero_bg::after {
    background-image: url(../images/02/hero_intro_color.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_02 .hero_bg::after {
    background-image: url(../images/02/hero_intro_color.jpg);
  }
}

.item_03 .hero::before {
  background-image: url(../images/bg_mens_sp.jpg);
}
@media (min-width: 600px) {
  .item_03 .hero::before {
    background-image: url(../images/bg_mens_spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_03 .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_03 .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
.item_03 .hero_intro .hero_intro_line img {
  animation: clipPath 2.5s ease-in-out calc(3s - 0s) forwards;
}
.item_03 .hero_logo .inner {
  animation: fadeIn 1s ease-in-out calc(3s + 2s) forwards;
  height: 90%;
}
@media (min-width: 992px) {
  .item_03 .hero_logo .inner {
    height: 60%;
    top: 5%;
  }
}
.item_03 .hero_bg::before {
  background-image: url(../images/bg_mens_sp.jpg);
}
@media (min-width: 600px) {
  .item_03 .hero_bg::before {
    background-image: url(../images/bg_mens_spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_03 .hero_bg::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_03 .hero_bg::before {
    background-image: url(../images/bg.jpg);
  }
}
.item_03 .hero_bg::after {
  background-image: url(../images/03/hero_intro_color@sp.jpg);
}
@media (min-width: 600px) {
  .item_03 .hero_bg::after {
    background-image: url(../images/03/hero_intro_color@spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_03 .hero_bg::after {
    background-image: url(../images/03/hero_intro_color.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_03 .hero_bg::after {
    background-image: url(../images/03/hero_intro_color.jpg);
  }
}
.item_03 .captions {
  text-align: left;
}

.item_04 .hero::before {
  background-image: url(../images/bg_tshirt_sp.jpg);
}
@media (min-width: 600px) {
  .item_04 .hero::before {
    background-image: url(../images/bg_tshirt_spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_04 .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_04 .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
.item_04 .hero_intro .hero_intro_line img {
  animation: clipPath 2.5s ease-in-out calc(3s - 0s) forwards;
}
.item_04 .hero_logo .inner {
  animation: fadeIn 1s ease-in-out calc(3s + 2s) forwards;
  height: 40%;
  top: -5%;
}
@media (min-width: 992px) {
  .item_04 .hero_logo .inner {
    height: 60%;
    top: 25%;
  }
}
.item_04 .hero_bg::before {
  background-image: url(../images/bg_tshirt_sp.jpg);
}
@media (min-width: 600px) {
  .item_04 .hero_bg::before {
    background-image: url(../images/bg_tshirt_spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_04 .hero_bg::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_04 .hero_bg::before {
    background-image: url(../images/bg.jpg);
  }
}
.item_04 .hero_bg::after {
  background-image: url(../images/04/hero_intro_color@sp.jpg);
}
@media (min-width: 600px) {
  .item_04 .hero_bg::after {
    background-image: url(../images/04/hero_intro_color@spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_04 .hero_bg::after {
    background-image: url(../images/04/hero_intro_color.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_04 .hero_bg::after {
    background-image: url(../images/04/hero_intro_color.jpg);
  }
}
@media (min-width: 600px) {
  .item_04 .point2 {
    display: none;
  }
}
.item_04 .detail .message {
  max-width: initial;
}
.item_04 .detail .photo,
.item_04 .detail .text {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .item_04 .detail .photo {
    flex-direction: row;
  }
}
.item_04 .detail .photo.over {
  max-width: calc(1000px + 3rem);
}

.item_05 .hero_bg::before,
.item_05 .hero::before {
  background-image: url(../images/bg_items_sp.jpg);
}
@media (min-width: 600px) {
  .item_05 .hero_bg::before,
  .item_05 .hero::before {
    background-image: url(../images/bg_items_spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_05 .hero_bg::before,
  .item_05 .hero::before {
    background-image: url(../images/bg_items.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_05 .hero_bg::before,
  .item_05 .hero::before {
    background-image: url(../images/bg_items.jpg);
  }
}
.item_05 .hero_intro .hero_intro_line img {
  animation: clipPath 2.5s ease-in-out calc(3s - 0s) forwards;
}
.item_05 .hero_logo .inner {
  animation: fadeIn 1s ease-in-out calc(3s + 2s) forwards;
  height: 40%;
  top: -5%;
}
@media (min-width: 992px) {
  .item_05 .hero_logo .inner {
    height: 60%;
  }
}
.item_05 .hero_bg::after {
  background-image: url(../images/05/hero_intro_color@sp.jpg);
}
@media (min-width: 600px) {
  .item_05 .hero_bg::after {
    background-image: url(../images/05/hero_intro_color@spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_05 .hero_bg::after {
    background-image: url(../images/05/hero_intro_color.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_05 .hero_bg::after {
    background-image: url(../images/05/hero_intro_color.jpg);
  }
}
@media (min-width: 600px) {
  .item_05 .photo:last-child {
    padding-bottom: 2.5em;
  }
}

.item_06 .hero_bg::before,
.item_06 .hero::before {
  background-image: url(../images/bg_sticker_sp.jpg);
}
@media (min-width: 600px) {
  .item_06 .hero_bg::before,
  .item_06 .hero::before {
    background-image: url(../images/bg_sticker_spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_06 .hero_bg::before,
  .item_06 .hero::before {
    background-image: url(../images/bg_items.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_06 .hero_bg::before,
  .item_06 .hero::before {
    background-image: url(../images/bg_items.jpg);
  }
}
.item_06 .hero_intro .hero_intro_line img {
  animation: clipPath 2.5s ease-in-out calc(3s - 0s) forwards;
}
.item_06 .hero_logo .inner {
  animation: fadeIn 1s ease-in-out calc(3s + 2s) forwards;
  height: 40%;
  top: -5%;
}
@media (min-width: 992px) {
  .item_06 .hero_logo .inner {
    height: 60%;
  }
}
.item_06 .hero_bg::after {
  background-image: url(../images/06/hero_intro_color@sp.jpg);
}
@media (min-width: 600px) {
  .item_06 .hero_bg::after {
    background-image: url(../images/06/hero_intro_color@spx2.jpg);
  }
}
@media (min-width: 992px) {
  .item_06 .hero_bg::after {
    background-image: url(../images/06/hero_intro_color.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .item_06 .hero_bg::after {
    background-image: url(../images/06/hero_intro_color.jpg);
  }
}
.item_06 .text small {
  display: block;
}/*# sourceMappingURL=layout.css.map */