@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: normal;
}

#root,
#__next {
  isolation: isolate;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.letterfx {
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
}

.letterfx-spin-before {
  transform: rotate(3600deg);
  -ms-transform: rotate(3600deg);
  -webkit-transform: rotate(3600deg);
}

.letterfx-spin-after {
  transform: none;
}

.letterfx-fade-before {
  opacity: 0;
}

.letterfx-grow-before {
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.letterfx-grow-after {
  transform: none;
}

.letterfx-smear-before {
  color: transparent;
  text-shadow: -1px -1px 25px transparent;
}

.letterfx-smear-after {
  color: inherit;
  text-shadow: 0 0 #333;
}

.letterfx-fall-before {
  visibility: hidden;
  transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -webkit-transform: scale(3, 3);
}

.letterfx-fall-after {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  text-shadow: 0;
}

.letterfx-swirl-before {
  visibility: hidden;
  transform: scale(3, 3) rotate(3600deg);
  -ms-transform: scale(3, 3) rotate(3600deg);
  -webkit-transform: scale(3, 3) rotate(3600deg);
}

.letterfx-swirl-after {
  transform: none;
  text-shadow: 0;
}

.letterfx-wave-container .letterfx {
  position: relative;
}

.letterfx-wave-before {
  bottom: 0;
}

.letterfx-wave-after {
  bottom: 15px;
}

.letterfx-fly-left-container .letterfx,
.letterfx-fly-right-container .letterfx,
.letterfx-fly-top-container .letterfx,
.letterfx-fly-bottom-container .letterfx {
  position: relative;
}

.letterfx-fly-left-before {
  left: -50em;
}

.letterfx-fly-left-after {
  left: 0;
}

.letterfx-fly-right-before {
  right: -50em;
}

.letterfx-fly-right-after {
  right: 0;
}

.letterfx-fly-top-before {
  top: -20em;
}

.letterfx-fly-top-after {
  top: 0;
}

.letterfx-fly-bottom-before {
  bottom: -20em;
}

.letterfx-fly-bottom-after {
  bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
}
@media (min-width: 835px) {
  a:hover {
    opacity: 0.6;
  }
}

.delighter {
  opacity: 0;
  transition: all 0.7s ease-out;
}

.delighter.started {
  opacity: 1;
}

.hidden {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  color: #000;
  display: none;
}

.contents-wrapper {
  overflow-x: hidden;
}

.contents-wrapper::before {
  content: "";
  display: block;
  background: url(../images/index/bg_index.webp);
  background-size: cover;
  background-position: top center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.contents-wrapper-0529::before {
  content: "";
  display: block;
  background: url(../images/index/bg_index-0529.webp);
  background-size: cover;
  background-position: top center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

#kv {
  width: 100vw;
  height: 100vh;
  position: relative;
}
#kv .title {
  position: absolute;
  right: 2em;
  top: 2.4em;
}
@media (max-width: 834px) {
  #kv .title {
    top: 9vw;
    left: 29vw;
    right: initial;
  }
}
@media screen and (max-width: 767px) {
  #kv .title {
    top: 12vw;
    left: 27vw;
  }
}
@media screen and (max-width: 590px) {
  #kv .title {
    top: 17vw;
  }
}
@media screen and (max-width: 430px) {
  #kv .title {
    top: 16vw;
    left: 20.2vw;
  }
}
#kv .title .logo {
  width: 115px;
}
@media (max-width: 834px) {
  #kv .title .logo {
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  #kv .title .logo {
    width: 17vw;
  }
}
@media screen and (max-width: 440px) {
  #kv .title .logo {
    width: 23vw;
  }
}
#kv .title .logo img {
  width: 100%;
}
#kv .title h1 {
  width: min(12vw, 162px);
}
@media (max-width: 834px) {
  #kv .title h1 {
    width: 32vw;
  }
}
#kv .title.active .logo {
  opacity: 1;
}
#kv .title.active h1 {
  opacity: 1;
}
#kv .title-text {
  max-width: 192px;
  top: 2.3em;
  position: absolute;
  right: 11em;
  width: 100%;
}
@media (max-width: 834px) {
  #kv .title-text {
    right: 30vw;
    width: 22vw;
    top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  #kv .title-text {
    right: 28vw;
    width: 25vw;
    top: 24vw;
  }
}
@media screen and (max-width: 590px) {
  #kv .title-text {
    right: 24vw;
    width: 29vw;
    top: 27vw;
  }
}
@media screen and (max-width: 430px) {
  #kv .title-text {
    right: 23vw;
    top: 34vw;
    width: 30vw;
  }
}
#kv .trailers {
  position: absolute;
  top: 6.5em;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 834px) {
  #kv .trailers {
    height: auto;
    top: 18em;
  }
}
@media screen and (max-width: 660px) {
  #kv .trailers {
    top: 18em;
  }
}
@media screen and (max-width: 430px) {
  #kv .trailers {
    top: 16em;
  }
}
@media screen and (max-width: 414px) {
  #kv .trailers {
    top: 15em;
  }
}
@media screen and (max-width: 390px) {
  #kv .trailers {
    top: 14em;
  }
}
@media screen and (max-width: 375px) {
  #kv .trailers {
    top: 12em;
  }
}
#kv .trailers h2 {
  width: 513px;
}
@media (max-width: 834px) {
  #kv .trailers h2 {
    width: 80%;
  }
}
@media (max-width: 834px) {
  #kv .trailers h2 span img {
    height: 100px;
  }
}
#kv .fade1,
#kv .fade2,
#kv .fade3 {
  opacity: 0;
  transition: opacity 1s;
}
#kv .fade1.active,
#kv .fade2.active,
#kv .fade3.active {
  opacity: 1;
}

.bk_layer.active {
  background-color: rgba(0, 0, 0, 0.51);
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.wrapper,
.date,
#yodogawa {
  position: relative;
  z-index: 1;
}

section {
  height: 100vh;
}

.date .title {
  position: absolute;
  top: 22vh;
  left: 50%;
}
@media (max-width: 834px) {
  .date .title {
    left: 0;
  }
}
@media (min-width: 835px) {
  .date .title {
    transform: translateX(-50%);
    margin-left: 2vw;
  }
}
@media (max-width: 834px) {
  .date .title p {
    padding-left: 7.2vw;
  }
}
.date .title .border {
  display: inline-block;
  width: 100%;
  position: relative;
  transition-delay: 1s;
  opacity: 1;
}
.date .title .border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.8s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.date .title.started .border::after {
  transform: scale(1, 1);
}

#yodogawa {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Koburina Gothic W6 JIS2004", din-2014, sans-serif;
  margin-bottom: 100px;
}
#yodogawa div.text {
  max-width: 500px;
  padding: 37px 45px;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  opacity: 1;
  font-family: "Koburina Gothic W6 JIS2004", din-2014, sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  #yodogawa div.text {
    padding: 2em 2em 2em 2em;
  }
}
#yodogawa div.text span {
  display: block;
}
#yodogawa div.text.started::before, #yodogawa div.text.started::after {
  width: 100%;
}
#yodogawa div.text.started::after {
  transition-delay: 0s;
}
#yodogawa div.text.started::before {
  transition-delay: 0.8s;
}
#yodogawa div.text.started span::before, #yodogawa div.text.started span::after {
  height: 100%;
}
#yodogawa div.text.started span::before {
  transition-delay: 1.3s;
}
#yodogawa div.text.started span::after {
  transition-delay: 0.4s;
}

.wrapper section {
  position: relative;
}
.wrapper section .title {
  color: #fff;
  line-height: 1;
  position: absolute;
}
.wrapper section .title h3 {
  padding-top: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.055em;
  font-family: din-2014, sans-serif;
  font-weight: 700;
}
.wrapper section .title h4 {
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-family: din-2014, sans-serif;
  font-weight: 400;
}
@media (max-width: 834px) {
  .wrapper section .title h4 {
    font-size: 1.3rem;
    line-height: 1.38;
  }
}
.wrapper section .title h4 span {
  font-weight: 700;
}
.wrapper section .title a {
  position: absolute;
  display: inline-block;
}
@media (max-width: 834px) {
  .wrapper section .title a {
    width: 92px;
    position: relative;
    padding-top: 10px;
  }
}
@media (min-width: 835px) {
  .wrapper section .title a img {
    width: 90px;
  }
}
.wrapper section .title .logo img {
  width: initial;
}
.wrapper #bottom {
  background: url(/store/O2/2023aw/pre/images/lookbook/bg3.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 834px) {
  .wrapper #bottom {
    background: url(/store/O2/2023aw/pre/images/lookbook/bg3_sp.jpg);
    background-size: cover;
  }
}
.wrapper #bottom .title {
  top: 30vh;
  left: 20.5vw;
}
@media (max-width: 834px) {
  .wrapper #bottom .title {
    top: auto;
    left: 6vw;
    bottom: 5vh;
    right: auto;
  }
}
.wrapper #bottom .title .logo {
  width: 59px;
}
@media (min-width: 835px) {
  .wrapper #bottom .title .logo {
    width: 75px;
  }
}
.wrapper #bottom .title h3 {
  font-size: 2.1rem;
}
@media (min-width: 835px) {
  .wrapper #bottom .title h3 {
    font-size: 2.34rem;
    letter-spacing: 0.075em;
  }
}
@media (min-width: 835px) {
  .wrapper #bottom .title a {
    bottom: 28px;
    left: 115px;
  }
}
.wrapper #date {
  background: url(/store/O2/2023aw/pre/images/lookbook/bg4.jpg);
  background-size: cover;
}
@media (max-width: 834px) {
  .wrapper #date {
    background: url(/store/O2/2023aw/pre/images/lookbook/bg4_sp.jpg);
    background-size: cover;
  }
}
.wrapper #date .title {
  top: 26.875vh;
  left: 17.8vw;
}
@media (max-width: 834px) {
  .wrapper #date .title {
    top: initial;
    right: 0;
    left: initial;
    bottom: 10vh;
  }
}
.wrapper #date .title img {
  width: initial;
}
@media (max-width: 834px) {
  .wrapper #date .title p {
    padding-left: 0;
    padding-right: 5vw;
  }
}

.list {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  overflow: hidden;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .list {
    margin-bottom: 35px;
    font-size: 1.3rem;
  }
}
.list h2 {
  padding: 65px 0 60px;
  display: inline-block;
}
@media (max-width: 834px) {
  .list h2 {
    padding: 60px 0 35px;
  }
}
.list .list_item:nth-of-type(n + 2) {
  padding-top: 50px;
}
@media (max-width: 834px) {
  .list .list_item:nth-of-type(n + 2) {
    padding-top: 55px;
  }
}
.list .list_item h3 {
  display: inline-block;
}
.list .list_item a.btn {
  background-color: #fff;
  font-size: 1.2rem;
  border: 1px solid #000;
  border-radius: 16px;
  color: #000;
  padding: 3px 0;
  display: block;
  width: 120px;
  margin: 15px auto 0;
}
@media (max-width: 834px) {
  .list .list_item a.btn {
    margin: 20px auto 0;
  }
}
.list .text {
  display: flex;
  justify-content: center;
  text-align: left;
  padding-top: 45px;
}
@media (max-width: 834px) {
  .list .text {
    padding-top: 20px;
    width: 86.53vw;
    margin: 0 auto;
  }
}
.list .contact {
  display: flex;
  justify-content: center;
  text-align: left;
  padding: 65px 0;
}
@media (max-width: 834px) {
  .list .contact {
    padding: 55px 0 60px;
  }
}
.list .contact h3 {
  font-size: 1.8rem;
  text-align: left;
  font-family: "Koburina Gothic W6 JIS2004", din-2014, sans-serif;
}
.list .contact p {
  margin: 15px auto 0;
}
@media (max-width: 834px) {
  .list .contact p {
    margin-top: 20px;
  }
}
.list.list_staff {
  padding-bottom: 65px;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
}
.list.list_staff .text {
  padding-top: 0;
}
@media (max-width: 834px) {
  .list.list_staff h2 {
    padding-bottom: 35px;
  }
}
.list.list_info {
  padding-bottom: 65px;
  margin-bottom: 0;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
}
@media (max-width: 834px) {
  .list.list_info h2 {
    padding-bottom: 35px;
  }
}
.list.list_info .text {
  padding-top: 0;
}
.list.list_info span {
  font-family: "Koburina Gothic W6 JIS2004", din-2014, sans-serif;
  font-size: 1.9rem;
  display: block;
}
@media (max-width: 834px) {
  .list.list_info span {
    font-size: 1.6rem;
  }
}

footer {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
footer > div {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 0;
}
footer > div h2 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  footer > div h2 {
    padding-bottom: 25px;
  }
}
footer > div ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  font-family: "Koburina Gothic W3 JIS2004", din-2014, sans-serif;
}
footer > div ul li.tw {
  width: 55px;
}
footer > div ul li.fb {
  width: 58px;
}
footer > div ul.hobo a {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  padding: 4px 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  width: 160px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 834px) {
  footer > div ul.hobo a {
    width: 180px;
    font-size: 1.4rem;
  }
}
@media (max-width: 834px) {
  footer > div ul.hobo {
    display: block;
  }
}
@media (max-width: 834px) {
  footer > div ul.hobo li:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}
footer .copyright {
  padding-top: 65px;
  display: inline-block;
}
@media (max-width: 834px) {
  footer .copyright {
    padding-top: 50px;
  }
}

@media screen and (min-width: 835px) {
  a:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  img {
    width: 100%;
  }
  br:not(.sp-br),
  .pcOnly {
    display: none;
  }
  .contents-wrapper::before {
    background: url(../images/index/bg_index_sp.webp);
    background-size: cover;
  }
  .contents-wrapper-0529::before {
    background: url(../images/index/bg_index_sp-0529.webp);
    background-size: cover;
    background-position: center center;
  }
  #yodogawa {
    justify-content: initial;
  }
  #yodogawa .inner {
    width: 100%;
  }
  #yodogawa div.pre {
    max-width: 347px;
    width: 85vw;
    right: auto;
    left: 0;
    padding: 18px 0 27px;
    position: relative;
  }
  #yodogawa div.text {
    font-size: 1.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #yodogawa div.text {
    width: 95%;
  }
  #yodogawa div.pre {
    padding: 0 0 5vw;
  }
  #kv .logo {
    top: 38vw;
  }
}
.info_img img {
  display: inline-block;
}

.index .lineup {
  margin: 0 auto 30px;
}

.lineup__name img {
  width: 60%;
  max-width: 292px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lineup .lineup__list {
  justify-content: start;
  display: flex;
  gap: 50px calc((100% - 920px) / 3);
  max-width: 1000px;
}
@media (max-width: 834px) {
  .lineup .lineup__list {
    row-gap: initial;
  }
}
.lineup .lineup__list li {
  width: 230px;
}
.lineup .lineup__list a {
  display: block;
}
.lineup .lineup__list li p {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  text-align: left;
  line-height: 1.625;
  white-space: nowrap;
  /* overflow: hidden; */
}
.lineup .lineup__list li p:last-of-type {
  margin-top: 0.5em;
}
@media (max-width: 834px) {
  .lineup .lineup__list li p {
    white-space: initial;
  }
}
.lineup .lineup__list li p span {
  line-height: 1.61;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 834px) {
  .lineup .lineup__list li p span {
    font-size: 1.05rem;
  }
}

.lineup__name {
  margin-bottom: 60px;
}

.share {
  margin-bottom: 30px;
}

.share__ttl {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

.share__list-foot li a {
  border: 1px solid #000;
  color: #000;
}

.logo_ssa {
  top: 4.5vw;
  right: 6vw;
}

@media screen and (max-width: 820px) {
  .index .lineup .lineup__list li {
    display: block;
    width: calc((100% - 2.666667vw) / 2);
    margin-right: 2.666667vw;
  }
  .index .lineup .lineup__list li:nth-of-type(even) {
    margin-right: 0;
  }
  .index .lineup .lineup__list {
    width: 94.666667%;
  }
  .index .lineup .lineup__list li:nth-of-type(n + 3) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .index .lineup__name {
    margin-bottom: 35px;
  }
  .index .lineup .lineup__list li p {
    font-size: 1.2rem;
  }
  .index .lineup {
    padding: 40px 0;
  }
  .index .share__ttl {
    font-size: 1.425rem;
  }
  .index .share__list {
    width: 100%;
    max-width: 70%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  .index .share .share__list li {
    max-width: 50px;
    margin: 0 12px;
  }
}
.info h2 {
  color: #000;
}

.footer {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  #yodogawa div.text {
    /* font-size: 3.6vw; */
    width: 95%;
    padding: 2em 3em;
  }
}
@media screen and (max-width: 549px) {
  #yodogawa div.text {
    padding: 2em 2.3em;
  }
}
@media screen and (max-width: 498px) {
  #yodogawa div.text {
    padding: 2em 2.3em;
  }
}/*# sourceMappingURL=index-0520.css.map */