@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(/store/O2/2023aw/pre/images/lookbook/bg.webp);
  background-size: cover;
  background-position: center right;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

#kv {
  width: 100vw;
  height: 100vh;
  position: relative;
}
#kv .title {
  position: absolute;
  top: 33px;
  right: 6.2%;
}
@media (max-width: 834px) {
  #kv .title {
    top: 7.2vw;
    right: 3vw;
  }
}
#kv .title div {
  display: flex;
  align-items: flex-end;
}
#kv .title div .logo {
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 834px) {
  #kv .title div .logo {
    width: 69px;
  }
}
#kv .title div h1 {
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  color: #ffffff;
  font-family: birra-pils, sans-serif;
  font-weight: 600;
  margin-bottom: -0.5em;
  text-align: right;
  line-height: 1.8;
  padding: 0 10px 0 35px;
}
@media (max-width: 834px) {
  #kv .title div h1 {
    font-size: 1.7rem;
    line-height: 1.7;
    padding: 0 1vw 0 6vw;
    margin-bottom: -0.4em;
  }
}
#kv .title div h1 .fade1 {
  opacity: 0;
}
#kv .title div h1 .fade1.active {
  opacity: 1;
}
#kv .title div h1 .fade2 {
  opacity: 0;
}
#kv .title div h1 .fade2.active {
  opacity: 1;
}
#kv .title div h1 .fade3 {
  opacity: 0;
}
#kv .title div h1 .fade3.active {
  opacity: 1;
}
#kv .title div .border {
  width: 2px;
  height: 103px;
  opacity: 1;
  position: relative;
}
@media (max-width: 834px) {
  #kv .title div .border {
    height: 71px;
    width: 1.5px;
  }
}
#kv .title div .border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.5s 2s;
}
#kv .title.active div .logo {
  opacity: 1;
}
#kv .title.active div h1 {
  opacity: 1;
}
#kv .title.active div .border::after {
  height: 100%;
}

.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;
  color: #fff;
  position: relative;
  opacity: 1;
}
#yodogawa div.text::before, #yodogawa div.text::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 0;
  height: 1px;
  transition: all 0.4s linear;
}
#yodogawa div.text::before {
  right: 0;
  bottom: 0;
}
#yodogawa div.text::after {
  left: 0;
  top: 0;
}
#yodogawa div.text span {
  display: block;
}
#yodogawa div.text span::before, #yodogawa div.text span::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 0;
  transition: all 0.3s linear;
}
#yodogawa div.text span::before {
  left: 0;
  bottom: 0;
}
#yodogawa div.text span::after {
  right: 0;
  top: 0;
}
#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 #iito {
  background: url(/store/O2/2023aw/pre/images/lookbook/bg1.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 834px) {
  .wrapper #iito {
    background: url(/store/O2/2023aw/pre/images/lookbook/bg1_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.wrapper #iito .title {
  top: 13.125vh;
  right: 12vw;
}
@media (max-width: 834px) {
  .wrapper #iito .title {
    top: 7.23vw;
    right: 7.21vw;
    text-align: right;
  }
}
@media (min-width: 835px) {
  .wrapper #iito .title a {
    bottom: 26px;
    left: 105px;
  }
}
.wrapper #hollywood {
  background: url(/store/O2/2023aw/pre/images/lookbook/bg2.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 834px) {
  .wrapper #hollywood {
    background: url(/store/O2/2023aw/pre/images/lookbook/bg2_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.wrapper #hollywood .title {
  top: 65vh;
  right: 5vw;
}
@media (max-width: 834px) {
  .wrapper #hollywood .title .logo img {
    margin-left: auto;
  }
}
@media (max-width: 834px) {
  .wrapper #hollywood .title {
    top: 2.25vh;
    right: 8vw;
    color: #000;
    text-align: right;
  }
}
@media (min-width: 835px) {
  .wrapper #hollywood .title {
    padding-top: 15vh;
  }
}
@media (min-width: 835px) {
  .wrapper #hollywood .title a {
    bottom: 45px;
    left: 215px;
  }
}
.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;
  }
}
.wrapper #outer {
  background: url(/store/O2/2023aw/pre/images/lookbook/bg5.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 834px) {
  .wrapper #outer {
    background: url(/store/O2/2023aw/pre/images/lookbook/bg5_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.wrapper #outer .title {
  top: 17.5vh;
  left: 7.3vw;
}
@media (max-width: 834px) {
  .wrapper #outer .title {
    top: 5vh;
    left: 8.5vw;
  }
}
.wrapper #outer .title .logo {
  width: 59px;
}
@media (min-width: 835px) {
  .wrapper #outer .title .logo {
    width: 75px;
  }
}
@media (min-width: 835px) {
  .wrapper #outer .title h3 {
    font-size: 2.34rem;
    letter-spacing: 0.075em;
  }
}
.wrapper #outer .title a {
  position: relative;
}
@media (min-width: 835px) {
  .wrapper #outer .title a {
    padding-top: 15px;
  }
}
.wrapper #mioasse {
  background: url(/store/O2/2023aw/pre/images/lookbook/bg6.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 834px) {
  .wrapper #mioasse {
    background: url(/store/O2/2023aw/pre/images/lookbook/bg6_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.wrapper #mioasse .title {
  bottom: 25vh;
  right: 13.5vw;
}
@media (max-width: 834px) {
  .wrapper #mioasse .title {
    bottom: 5.5vh;
    right: 7.21vw;
    text-align: right;
  }
}
@media (min-width: 835px) {
  .wrapper #mioasse .title a {
    bottom: 27px;
    left: 120px;
  }
}
@media (max-width: 834px) {
  .wrapper #mioasse .title .logo img {
    margin-right: 0;
    margin-left: auto;
  }
}
.wrapper #tsuki {
  background: url(/store/O2/2023aw/pre/images/lookbook/bg7.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 834px) {
  .wrapper #tsuki {
    background: url(/store/O2/2023aw/pre/images/lookbook/bg7_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.wrapper #tsuki .title {
  bottom: 17vh;
  right: 5vw;
  text-align: right;
}
@media (max-width: 834px) {
  .wrapper #tsuki .title {
    bottom: 17vh;
    right: 5.7vw;
  }
}
.wrapper #tsuki .title .logo img {
  margin-right: 0;
  margin-left: auto;
}
.wrapper #tsuki .title a {
  position: relative;
  padding-top: 8px;
}
.wrapper #firo {
  background: url(/store/O2/2023aw/pre/images/lookbook/bg8.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 834px) {
  .wrapper #firo {
    background: url(/store/O2/2023aw/pre/images/lookbook/bg8_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.wrapper #firo .title {
  top: 23.75vh;
  left: 8.91vw;
}
@media (max-width: 834px) {
  .wrapper #firo .title {
    top: 13.5vh;
    left: 31.65vw;
    color: #000;
  }
}
.wrapper #firo .title a {
  position: relative;
  padding-top: 8px;
}

.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(/store/O2/2023aw/pre/images/lookbook/bg_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  #kv h1 {
    font-size: 1.6rem;
    padding: 10px 18px 11px 29px;
    right: auto;
    left: 0;
    top: 20px;
  }
  #kv .logo {
    width: 205px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 154px;
  }
  #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;
    padding: 1em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #yodogawa div.text {
    font-size: 3.6vw;
    width: 95%;
  }
  #yodogawa div.pre {
    padding: 0 0 5vw;
  }
  #kv .logo {
    top: 38vw;
  }
}/*# sourceMappingURL=lookbook.css.map */