@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nabla:EHLT@0&family=Sofia+Sans:wght@1..1000&display=swap");
/*
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;
}

/**  base  **/
@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,
pre {
  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;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.scroll_rock {
  overflow: hidden;
}

:root {
  --screenWidth: 375;
  --screenHeight: 520;
}
@media (min-width: 768px) {
  :root {
    --screenWidth: 1440;
    --screenHeight: 904;
  }
}

body {
  position: relative;
  font-family: "A1 Gothic M";
  color: #252525;
  letter-spacing: 1px;
  line-height: 2;
}
body::after {
  content: "";
  width: 100%;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/yodogawa-bg-sp.jpg);
  background-size: cover;
  z-index: -1;
}
@media (min-width: 768px) {
  body::after {
    background-image: url(../img/yodogawa-bg.jpg);
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.hero {
  background-image: url(../img/hero-bg-sp.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 375/650;
  color: transparent;
}
@media (min-width: 768px) {
  .hero {
    background-image: url(../img/hero-bg.jpg);
    height: auto;
    aspect-ratio: 1440/904;
  }
}
.hero .hero-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .hero .hero-inner {
    width: calc(500 / var(--screenWidth) * 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: calc(33 / var(--screenWidth) * 100%);
  }
}
.hero .hero-title,
.hero .hero-onsale {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hero .hero-title,
  .hero .hero-onsale {
    position: relative;
  }
}
.hero .hero-title {
  top: 0;
}
.hero .hero-sub-title {
  padding: 2.4rem;
  opacity: 0;
  animation: fadeIn 0.5s 3s forwards;
}
.hero .hero-onsale {
  bottom: 0;
  opacity: 0;
  animation: fadeIn 0.5s 3.5s forwards;
}
@media (min-width: 768px) {
  .hero .hero-onsale {
    width: 80%;
    margin-left: 2.4rem;
    margin-top: 0.4rem;
  }
}
.hero #animated-text {
  display: grid;
  gap: 0 1.6rem;
  grid-template-columns: max-content max-content;
  padding-top: 8.6153846154%;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .hero #animated-text {
    padding-top: 0;
  }
}
.hero #animated-text p {
  display: flex;
  align-items: baseline;
  justify-content: start;
  max-width: 100vw;
}
.hero #animated-text img {
  position: relative;
  opacity: 0;
  height: 6.4rem;
  width: auto;
}
@media (min-width: 768px) {
  .hero #animated-text img {
    height: 6.8vw;
  }
}
.hero #animated-text .T {
  margin-right: -0.6vw;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    top: 40px;
    left: 0px;
  }
  50% {
    opacity: 1;
    top: -5px;
    left: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
    left: 0;
  }
}

.yodogawa {
  min-height: 100svh;
  color: #fff;
}
.yodogawa .photo {
  position: sticky;
  height: 100lvh;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yodogawa .photo img {
  width: 100%;
  height: 100lvh;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  opacity: 0;
  top: 20px;
  transition: all 1.5s;
}
.yodogawa.active img {
  opacity: 1;
  top: 0;
}
.yodogawa .text {
  position: relative;
  z-index: 2;
  padding: 4.5rem 2.8rem 3.5rem;
  min-height: 100svh;
  background-color: rgba(20, 20, 20, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .yodogawa .text {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.yodogawa .inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.sec-header {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
  aspect-ratio: var(--screenWidth)/var(--screenHeight);
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .sec-header {
    aspect-ratio: initial;
    padding: 8rem;
  }
}
@media (min-width: 768px) {
  .sec-header img {
    height: 5.2rem;
  }
}

[class^=cat-] li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: var(--screenWidth)/var(--screenHeight);
  position: relative;
}

.btn-itemlink {
  position: absolute;
  width: calc(136 / var(--screenWidth) * 100%);
}
@media (min-width: 768px) {
  .btn-itemlink {
    width: calc(186 / var(--screenWidth) * 100%);
  }
}
.btn-itemlink img {
  position: relative;
  opacity: 0;
  top: 10px;
  transition: all 1s;
}
.btn-itemlink.active img {
  opacity: 1;
  top: 0;
}

.cat-tf .sec-header {
  background-color: #46ACD4;
}
.cat-tf li:nth-child(1) {
  background-image: url(../img/bg-tf-1-sp.jpg);
}
.cat-tf li:nth-child(1) .btn-itemlink {
  left: calc(20 / var(--screenWidth) * 100%);
  bottom: calc(18 / var(--screenHeight) * 100%);
}
.cat-tf li:nth-child(2) {
  background-image: url(../img/bg-tf-2-sp.jpg);
}
.cat-tf li:nth-child(2) .btn-itemlink {
  left: calc(30 / var(--screenWidth) * 100%);
  bottom: calc(148 / var(--screenHeight) * 100%);
}
.cat-tf li:nth-child(3) {
  background-image: url(../img/bg-tf-3-sp.jpg);
}
.cat-tf li:nth-child(3) .btn-itemlink {
  left: calc(30 / var(--screenWidth) * 100%);
  top: calc(38 / var(--screenHeight) * 100%);
}
.cat-tf li:nth-child(4) {
  background-image: url(../img/bg-tf-4-sp.jpg);
}
.cat-tf li:nth-child(4) .btn-itemlink {
  left: calc(22 / var(--screenWidth) * 100%);
  top: calc(32 / var(--screenHeight) * 100%);
}
@media (min-width: 768px) {
  .cat-tf li:nth-child(1) {
    background-image: url(../img/bg-tf-1.jpg);
  }
  .cat-tf li:nth-child(1) .btn-itemlink {
    left: calc(167 / var(--screenWidth) * 100%);
    bottom: calc(80 / var(--screenHeight) * 100%);
  }
  .cat-tf li:nth-child(2) {
    background-image: url(../img/bg-tf-2.jpg);
  }
  .cat-tf li:nth-child(2) .btn-itemlink {
    left: calc(720 / var(--screenWidth) * 100%);
    bottom: calc(250 / var(--screenHeight) * 100%);
  }
  .cat-tf li:nth-child(3) {
    background-image: url(../img/bg-tf-3.jpg);
  }
  .cat-tf li:nth-child(3) .btn-itemlink {
    left: calc(180 / var(--screenWidth) * 100%);
    top: calc(200 / var(--screenHeight) * 100%);
  }
  .cat-tf li:nth-child(4) {
    background-image: url(../img/bg-tf-4.jpg);
  }
  .cat-tf li:nth-child(4) .btn-itemlink {
    left: calc(1126 / var(--screenWidth) * 100%);
    top: calc(120 / var(--screenHeight) * 100%);
  }
}

.cat-is .sec-header {
  background-color: #20374D;
  color: #fff;
}
.cat-is li:nth-child(1) {
  background-image: url(../img/bg-is-1-sp.jpg);
}
.cat-is li:nth-child(2) {
  background-image: url(../img/bg-is-2-sp.jpg);
}
.cat-is li:nth-child(2) .btn-itemlink {
  left: calc(22 / var(--screenWidth) * 100%);
  top: calc(36 / var(--screenHeight) * 100%);
}
.cat-is li:nth-child(3) {
  background-image: url(../img/bg-is-3-sp.jpg);
}
.cat-is li:nth-child(3) .btn-itemlink {
  right: calc(16 / var(--screenWidth) * 100%);
  top: calc(198 / var(--screenHeight) * 100%);
}
.cat-is li:nth-child(4) {
  background-image: url(../img/bg-is-4-sp.jpg);
}
.cat-is li:nth-child(4) .btn-itemlink {
  right: calc(16 / var(--screenWidth) * 100%);
  bottom: calc(33 / var(--screenHeight) * 100%);
}
@media (min-width: 768px) {
  .cat-is li:nth-child(1) {
    background-image: url(../img/bg-is-1.jpg);
  }
  .cat-is li:nth-child(2) {
    background-image: url(../img/bg-is-2.jpg);
  }
  .cat-is li:nth-child(2) .btn-itemlink {
    left: calc(982 / var(--screenWidth) * 100%);
    top: calc(232 / var(--screenHeight) * 100%);
  }
  .cat-is li:nth-child(3) {
    background-image: url(../img/bg-is-3.jpg);
  }
  .cat-is li:nth-child(3) .btn-itemlink {
    right: calc(308 / var(--screenWidth) * 100%);
    top: calc(376 / var(--screenHeight) * 100%);
  }
  .cat-is li:nth-child(4) {
    background-image: url(../img/bg-is-4.jpg);
  }
  .cat-is li:nth-child(4) .btn-itemlink {
    right: calc(303 / var(--screenWidth) * 100%);
    bottom: calc(377 / var(--screenHeight) * 100%);
  }
}

.cat-ho .sec-header {
  background-color: #EADEC7;
}
.cat-ho li:nth-child(1) {
  background-image: url(../img/bg-ho-1-sp.jpg);
}
.cat-ho li:nth-child(2) {
  background-image: url(../img/bg-ho-2-sp.jpg);
}
.cat-ho li:nth-child(2) .btn-itemlink {
  right: calc(25 / var(--screenWidth) * 100%);
  top: calc(32 / var(--screenHeight) * 100%);
}
.cat-ho li:nth-child(3) {
  background-image: url(../img/bg-ho-3-sp.jpg);
}
.cat-ho li:nth-child(3) .btn-itemlink {
  left: calc(22 / var(--screenWidth) * 100%);
  top: calc(121 / var(--screenHeight) * 100%);
}
.cat-ho li:nth-child(4) {
  background-image: url(../img/bg-ho-4-sp.jpg);
}
.cat-ho li:nth-child(4) .btn-itemlink {
  left: calc(22 / var(--screenWidth) * 100%);
  top: calc(48 / var(--screenHeight) * 100%);
}
@media (min-width: 768px) {
  .cat-ho li:nth-child(1) {
    background-image: url(../img/bg-ho-1.jpg);
  }
  .cat-ho li:nth-child(2) {
    background-image: url(../img/bg-ho-2.jpg);
  }
  .cat-ho li:nth-child(2) .btn-itemlink {
    right: calc(210 / var(--screenWidth) * 100%);
    top: calc(394 / var(--screenHeight) * 100%);
  }
  .cat-ho li:nth-child(3) {
    background-image: url(../img/bg-ho-3.jpg);
  }
  .cat-ho li:nth-child(3) .btn-itemlink {
    left: calc(261 / var(--screenWidth) * 100%);
    top: calc(380 / var(--screenHeight) * 100%);
  }
  .cat-ho li:nth-child(4) {
    background-image: url(../img/bg-ho-4.jpg);
  }
  .cat-ho li:nth-child(4) .btn-itemlink {
    left: calc(1085 / var(--screenWidth) * 100%);
    top: calc(372 / var(--screenHeight) * 100%);
  }
}

.cat-po .sec-header {
  background-color: #CAC4E0;
}
@media (min-width: 768px) {
  .cat-po .sec-header img {
    height: 11.6rem;
  }
}
.cat-po li:nth-child(1) {
  background-image: url(../img/bg-po-1-sp.jpg);
}
.cat-po li:nth-child(2) {
  background-image: url(../img/bg-po-2-sp.jpg);
}
.cat-po li:nth-child(2) .btn-itemlink {
  right: calc(15 / var(--screenWidth) * 100%);
  top: calc(27 / var(--screenHeight) * 100%);
}
.cat-po li:nth-child(3) {
  background-image: url(../img/bg-po-3-sp.jpg);
}
.cat-po li:nth-child(3) .btn-itemlink {
  left: calc(22 / var(--screenWidth) * 100%);
  top: calc(80 / var(--screenHeight) * 100%);
  width: calc(157 / var(--screenWidth) * 100%);
}
.cat-po li:nth-child(4) {
  background-image: url(../img/bg-po-4-sp.jpg);
}
.cat-po li:nth-child(4) .btn-itemlink {
  right: calc(15 / var(--screenWidth) * 100%);
  top: calc(29 / var(--screenHeight) * 100%);
}
.cat-po li:nth-child(5) {
  background-image: url(../img/bg-po-5-sp.jpg);
}
.cat-po li:nth-child(5) .btn-itemlink {
  left: calc(22 / var(--screenWidth) * 100%);
  top: calc(33 / var(--screenHeight) * 100%);
  width: calc(157 / var(--screenWidth) * 100%);
}
@media (min-width: 768px) {
  .cat-po li:nth-child(1) {
    background-image: url(../img/bg-po-1.jpg);
  }
  .cat-po li:nth-child(2) {
    background-image: url(../img/bg-po-2.jpg);
  }
  .cat-po li:nth-child(2) .btn-itemlink {
    right: calc(210 / var(--screenWidth) * 100%);
    top: calc(376 / var(--screenHeight) * 100%);
  }
  .cat-po li:nth-child(3) {
    background-image: url(../img/bg-po-3.jpg);
  }
  .cat-po li:nth-child(3) .btn-itemlink {
    left: calc(200 / var(--screenWidth) * 100%);
    top: calc(310 / var(--screenHeight) * 100%);
    width: calc(220 / var(--screenWidth) * 100%);
  }
  .cat-po li:nth-child(4) {
    background-image: url(../img/bg-po-4.jpg);
  }
  .cat-po li:nth-child(4) .btn-itemlink {
    right: calc(220 / var(--screenWidth) * 100%);
    top: calc(377 / var(--screenHeight) * 100%);
  }
  .cat-po li:nth-child(5) {
    background-image: url(../img/bg-po-5.jpg);
  }
  .cat-po li:nth-child(5) .btn-itemlink {
    left: calc(220 / var(--screenWidth) * 100%);
    top: calc(195 / var(--screenHeight) * 100%);
    width: calc(220 / var(--screenWidth) * 100%);
  }
}

.credit {
  background-color: #fff;
}
.credit .inner {
  padding: 4.8rem 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.credit img {
  max-width: 60rem;
}
.credit a {
  display: block;
  max-width: 32rem;
}
@media (min-width: 768px) {
  .credit a {
    margin-top: 2.4rem;
  }
}

.info {
  background-color: #fff;
  margin-top: 6.8rem;
  margin-bottom: 6.8rem;
}
.info .inner {
  padding: 3.2rem 2.8rem;
  display: grid;
  gap: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.info ul {
  font-family: "A1 Gothic R";
  font-size: 1.5rem;
}

/**

footer

**/
footer {
  padding: 35px 0 32px;
  font-family: "Shuei MaruGo L";
  background-color: #fff;
  letter-spacing: 0;
}
footer a {
  color: #252525;
}
footer .share {
  display: flex;
  justify-content: space-between;
  width: 182px;
  margin: auto;
}
footer .share a {
  width: 40px;
}
footer .share-under {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  padding: 35px 0;
}
footer .footer-buttons {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 277px);
}
footer .footer-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  min-width: 200px;
  margin-top: 20px;
  margin-right: 38px;
  border-radius: 100px;
  border: 1px solid #333;
  text-align: center;
}
footer .footer-buttons a:nth-of-type(1), footer .footer-buttons a:nth-of-type(2) {
  margin-top: 0;
}
footer .footer-buttons a:nth-of-type(2n) {
  margin-right: 0;
}
footer .footer-links {
  width: 277px;
}
footer .footer-links a {
  display: inline-block;
  font-size: 12px;
}
footer .hobonichi {
  width: 90px;
  margin: auto;
}

@media (max-width: 859px) {
  footer .footer-buttons a {
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0 24px;
  }
  footer .share {
    width: 146px;
  }
  footer .share a {
    width: 32px;
  }
  footer .share-under {
    flex-direction: column;
    align-items: center;
    padding: 40px 0 12px;
  }
  footer .footer-buttons {
    display: block;
    width: initial;
  }
  footer .footer-buttons a {
    font-size: 14px;
    width: 150px;
    min-width: 150px;
    margin-right: auto !important;
    margin-left: auto;
    padding: 5px 20px;
  }
  footer .footer-buttons a:nth-of-type(2) {
    margin-top: 20px;
    width: 250px;
  }
  footer .footer-links {
    padding-top: 35px;
  }
}/*# sourceMappingURL=lookbook.css.map */