@charset "UTF-8";
@import url("https://use.typekit.net/lui7pgp.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #666;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
@keyframes myScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1976px);
  }
}
@keyframes myScroll-SP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-788px);
  }
}
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 206px;
  height: 26px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 103px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(50, 50, 50, 0.1);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
}
header .inner {
  width: 100%;
  height: 30px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .inner ul {
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
header .inner ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner ul li a {
  color: #FFF;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #000;
}
header .inner ul li span {
  width: 1px;
  height: 90%;
  background-color: #FFF;
  display: block;
}

#container {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
}
#container p.subtitle {
  color: #000;
  font-family: "Helvetica", "nimbus-sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
}
#container p.normcore {
  color: #000;
  font-family: "gill-sans-nova", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
}
#container p.catname {
  color: #000;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
}
#container .link {
  position: relative;
  cursor: pointer;
}
#container .link.wh::after {
  background-image: url(../images_sp/icon_link2.svg);
}
#container .link::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images_sp/icon_link1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 777;
  transition: all 0.25s ease-in 0s;
}
#container .link.on::after {
  background-image: url(../images_sp/icon_link2.svg);
  transform: rotate(135deg);
}
#container .link.on .credits {
  opacity: 1;
  pointer-events: auto;
}
#container .link .credits {
  width: 100% !important;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 333;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
  pointer-events: none;
}
#container .link .credits .incredit {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .link .credits .incredit h6 {
  color: #FFF;
  font-family: "Helvetica", "nimbus-sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
#container .link .credits .incredit > div {
  width: 33%;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .link .credits .incredit > div.item-d-none dl dd {
  display: none;
}
#container .link .credits .incredit > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .link .credits .incredit > div dl dt {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .link .credits .incredit > div dl dt strong:nth-child(1) {
  color: #FFF;
  font-family: "Helvetica", "nimbus-sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
#container .link .credits .incredit > div dl dt strong:nth-child(2) {
  color: #FFF;
  font-family: "Helvetica", "nimbus-sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
#container .link .credits .incredit > div dl dt strong:nth-child(2)::after {
  margin-left: 5px;
  display: inline-block;
}
#container .link .credits .incredit > div dl dt strong:nth-child(3) {
  color: #FFF;
  font-family: "Helvetica", "nimbus-sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
#container .link .credits .incredit > div dl dd a {
  color: #FFF;
  font-family: "Helvetica", "nimbus-sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
}
#container .link .credits .incredit > div dl dd a:hover {
  color: #DBDBDB;
}
#container .link .credits.wide .incredit {
  width: calc(100% - 600px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .link .credits.wide .incredit > div {
  width: 20%;
  padding: 20px;
}
#container .link .credits.single .incredit {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#container .link .credits.single .incredit > div {
  width: 50%;
  padding: 20px;
}
#container .sec {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  height: 100vh;
  position: relative;
}
#container .sec .inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#container .sec.sec1 {
  background-color: #efeeea;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#container .sec.sec1 .inner {
  width: 1312px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
#container .sec.sec1 .inner h1 {
  width: 1312px;
  height: 196px;
  background-image: url(../images/logo_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container .sec.sec1 .inner p.subtitle {
  top: 825px;
  left: calc(50% - 615px);
}
#container .sec.sec1 .inner p.normcore {
  top: 810px;
  left: calc(50% + 450px);
}
#container .sec.sec1 .inner .index {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 440px;
  left: calc(50% - 484px);
}
#container .sec.sec1 .inner .index dl:not(:last-child) {
  margin-bottom: 20px;
}
#container .sec.sec1 .inner .index dl dt {
  color: #000;
  font-family: "ff-angie-pro", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: underline;
  margin-bottom: 5px;
}
#container .sec.sec1 .inner .index dl dd span {
  color: #000;
  font-family: "ff-angie-pro", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.4rem;
  letter-spacing: 0em;
}
#container .sec.sec1 .inner .index dl dd p {
  color: #000;
  font-family: "ff-angie-pro", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
#container .sec.sec1 .inner .index dl dd ul li {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#container .sec.sec1 .inner .index dl dd ul li:not(:last-child) {
  margin-bottom: 5px;
}
#container .sec.sec1 .photos {
  width: 1320px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: calc(50% - 660px);
  z-index: 0;
}
#container .sec.sec1 .photos > div {
  width: 132px;
  position: absolute;
}
#container .sec.sec1 .photos > div:nth-child(1) {
  top: 128px;
  left: calc(50% - 388px);
}
#container .sec.sec1 .photos > div:nth-child(2) {
  top: 310px;
  left: calc(50% - 608px);
}
#container .sec.sec1 .photos > div:nth-child(3) {
  top: 355px;
  left: calc(50% - 228px);
}
#container .sec.sec1 .photos > div:nth-child(4) {
  width: 164px;
  top: 376px;
  left: calc(50% - 10px);
}
#container .sec.sec1 .photos > div:nth-child(5) {
  top: 127px;
  left: calc(50% + 292px);
}
#container .sec.sec1 .photos > div:nth-child(6) {
  top: 320px;
  left: calc(50% + 437px);
}
#container .sec.sec1 .photos > div:nth-child(7) {
  top: 708px;
  left: calc(50% + 249px);
}
#container .sec.sec2 {
  background-color: #efeeea;
}
#container .sec.sec2 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#container .sec.sec2 .inner .intro {
  text-align: left;
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#container .sec.sec2 .inner .intro .text-l h3 {
  color: #000;
  font-family: "angie-sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
#container .sec.sec2 .inner .intro .text-l h4 {
  width: 494px;
  height: 105px;
  background-image: url(../images/body_intro.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  transform: translateX(-16px);
}
#container .sec.sec2 .inner .intro .text-l h5 {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .sec.sec2 .inner .intro .text-l h5 span {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
  position: relative;
}
#container .sec.sec2 .inner .intro .text-l h5 span:nth-child(3) {
  transform: translateX(-1rem);
}
#container .sec.sec2 .inner .intro .text-l p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
#container .sec.sec2 .inner .intro .text-r {
  width: 41.5%;
  min-width: 550px;
}
#container .sec.sec2 .inner .intro .text-r h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#container .sec.sec2 .inner .intro .text-r h3:not(:last-child) {
  margin-bottom: 20px;
}
#container .sec.sec2 .inner .intro .text-r h3::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: -115px;
}
#container .sec.sec2 .inner .intro .text-r h3 span {
  white-space: nowrap;
  position: relative;
}
#container .sec.sec2 .inner .intro .text-r h3 span:nth-child(1) {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#container .sec.sec2 .inner .intro .text-r h3 span:nth-child(2) {
  color: #000;
  font-family: "ff-angie-pro", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
#container .sec.sec2 .inner .intro .text-r p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
#container .sec.sec3 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec3 .inner .photo {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#container .sec.sec3 .inner .photo.p1 {
  background-image: url(../images/photo3_1.jpg);
}
#container .sec.sec3 .inner .photo.p2 {
  background-image: url(../images/photo3_2.jpg);
}
#container .sec.sec3 .inner .photo img {
  display: none;
}
#container .sec.sec3 .inner .text {
  width: 20%;
  height: 100%;
  padding: 50px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 40%;
}
#container .sec.sec3 .inner .text::after {
  content: "PANTS";
  color: #FFF;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
#container .sec.sec3 .inner .text h3 {
  color: #FFF;
  font-family: "angie-sans", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#container .sec.sec3 .inner .text h4 {
  width: 95px;
}
#container .sec.sec3 .inner .text h4 span {
  background-image: url(../images/body_sec3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 357px;
}
#container .sec.sec3 .inner .text p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: 75%;
}
#container .sec.sec3 .inner p.subtitle {
  color: #FFF;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec3 .inner p.normcore {
  color: #FFF;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec4 .inner .photo {
  position: absolute;
}
#container .sec.sec4 .inner .photo.p1 {
  width: 49%;
  top: 0px;
  left: 6%;
  z-index: 5;
}
#container .sec.sec4 .inner .photo.p2 {
  width: 29%;
  top: 0px;
  left: 50%;
}
#container .sec.sec4 .inner .photo.p3 {
  width: 22.5%;
  top: calc(50% - 16.875vw);
  left: 79%;
}
#container .sec.sec4 .inner p.text {
  color: #000;
  font-family: "ff-angie-pro", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  position: absolute;
  top: 60px;
  left: 0px;
}
#container .sec.sec4 .inner p.catname {
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec4 .inner p.subtitle {
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec4 .inner p.normcore {
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec5 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec5 .inner .photo {
  width: 50%;
  height: 100%;
}
#container .sec.sec5 .inner .photo.p1 {
  background-image: url(../images/photo5_1.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
#container .sec.sec5 .inner .photo.p2 {
  background-image: url(../images/photo5_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec5 .inner .photo img {
  display: none;
}
#container .sec.sec5 .inner .text {
  width: 22.8%;
  height: 100%;
  padding: 50px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 38.6%;
}
#container .sec.sec5 .inner .text h3 {
  color: #000;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
#container .sec.sec5 .inner p.subtitle {
  color: #000;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec5 .inner p.normcore {
  color: #000;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec6 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec6 .inner .photo {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo6.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec6 .inner .photo img {
  display: none;
}
#container .sec.sec6 .inner .text {
  width: 22.8%;
  height: 100%;
  padding: 50px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 38.6%;
}
#container .sec.sec6 .inner .text h3 {
  color: #FFF;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
#container .sec.sec6 .inner p.subtitle {
  color: #FFF;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec6 .inner p.normcore {
  color: #FFF;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec7 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec7 .inner::after {
  content: "SHIRTS";
  color: #FFF;
  font-family: "ff-angie-pro", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 40px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec7 .inner .photo {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#container .sec.sec7 .inner .photo.p1 {
  background-image: url(../images/photo7_1.jpg);
}
#container .sec.sec7 .inner .photo.p2 {
  background-image: url(../images/photo7_2.jpg);
}
#container .sec.sec7 .inner .photo img {
  display: none;
}
#container .sec.sec7 .inner .text {
  width: 20%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0px;
  left: 40px;
}
#container .sec.sec7 .inner .text h3 {
  color: #FFF;
  font-family: "angie-sans", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 75px;
}
#container .sec.sec7 .inner .text h4 {
  width: 225px;
  margin-bottom: 25px;
}
#container .sec.sec7 .inner .text h4 span {
  background-image: url(../images/body_sec7.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 156px;
}
#container .sec.sec7 .inner .text p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: 75%;
}
#container .sec.sec7 .inner p.subtitle {
  color: #FFF;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec7 .inner p.normcore {
  color: #FFF;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec8 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec8 .inner::after {
  content: "SHIRTS";
  color: #000;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 40px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec8 .inner .photo {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo8.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#container .sec.sec8 .inner .photo img {
  display: none;
}
#container .sec.sec8 .inner p.subtitle {
  color: #000;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec8 .inner p.normcore {
  color: #000;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec9 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#container .sec.sec9 .inner::after {
  content: "SHIRTS";
  color: #000;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 40px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec9 .inner .photo.p1 {
  background-image: url(../images/photo9_1.jpg);
  width: 58.5%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
#container .sec.sec9 .inner .photo.p1 img {
  display: none;
}
#container .sec.sec9 .inner .photo.p2 {
  width: 24%;
  height: calc(100% - 240px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
#container .sec.sec9 .inner .photo.p3 {
  display: none;
}
#container .sec.sec9 .inner p.subtitle {
  color: #000;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec9 .inner p.normcore {
  color: #000;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec10 {
  overflow: hidden;
}
#container .sec.sec10 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .sec.sec10 .inner::after {
  content: "SHIRTS";
  color: #000;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 40px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec10 .inner .photo.p1 {
  width: 32.5%;
  height: auto;
}
#container .sec.sec10 .inner .photo.p2 {
  width: 60%;
  position: relative;
}
#container .sec.sec10 .inner .photo.p2 ul {
  width: 60vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0px;
  right: -10vw;
}
#container .sec.sec10 .inner .photo.p2 ul li {
  width: calc((100% - 20px) / 3);
}
#container .sec.sec10 .inner .photo.p2 ul li:not(:nth-child(3n+1)) {
  margin-left: 10px;
}
#container .sec.sec10 .inner .photo.p2 ul li:not(:nth-child(n+16)) {
  margin-bottom: 10px;
}
#container .sec.sec10 .inner .photo.p2 .credits {
  height: 100vh;
}
#container .sec.sec10 .inner p.subtitle {
  color: #000;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec10 .inner p.normcore {
  color: #000;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec11 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  clip-path: inset(0 0 0 0);
}
#container .sec.sec11 .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/photo11_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: -5;
}
#container .sec.sec11 .inner::after {
  content: "SHIRTS";
  color: #FFF;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 40px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec11 .inner .photo {
  background-image: url(../images/photo11_1.jpg);
  width: 59%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
#container .sec.sec11 .inner .photo img {
  display: none;
}
#container .sec.sec11 .inner p.subtitle {
  color: #FFF;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec11 .inner p.normcore {
  color: #FFF;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec12 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec12 .inner::after {
  content: "SHOES";
  color: #FFF;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 40px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec12 .inner .photo {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#container .sec.sec12 .inner .photo.p1 {
  background-image: url(../images/photo12_1.jpg);
}
#container .sec.sec12 .inner .photo.p2 {
  background-image: url(../images/photo12_2.jpg);
}
#container .sec.sec12 .inner .photo img {
  display: none;
}
#container .sec.sec12 .inner .text {
  width: 50%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
#container .sec.sec12 .inner .text div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#container .sec.sec12 .inner .text div h3 {
  color: #FFF;
  font-family: "angie-sans", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#container .sec.sec12 .inner .text div p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 35.5%;
  text-align: left;
}
#container .sec.sec12 .inner h4 {
  width: 4%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: calc(50% + 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#container .sec.sec12 .inner h4 span {
  background-image: url(../images/body_sec12.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 30vw;
}
#container .sec.sec12 .inner p.subtitle {
  color: #FFF;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec12 .inner p.normcore {
  color: #FFF;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec13 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec13 .inner::before {
  content: "";
  width: 537px;
  height: 18px;
  background-image: url(../images/text_sec13.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 9px);
  left: 0px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec13 .inner::after {
  content: "SHOES";
  color: #FFF;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 40px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec13 .inner .photo {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#container .sec.sec13 .inner .photo.p1 {
  background-image: url(../images/photo13_1.jpg);
}
#container .sec.sec13 .inner .photo.p2 {
  background-image: url(../images/photo13_2.jpg);
}
#container .sec.sec13 .inner .photo img {
  display: none;
}
#container .sec.sec13 .inner p.subtitle {
  color: #FFF;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec13 .inner p.normcore {
  color: #FFF;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec14 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec14 .inner::after {
  content: "SHOES";
  color: #000;
  font-family: "angie-sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 40px;
  z-index: 5;
  display: inline-block;
}
#container .sec.sec14 .inner .photo {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo14.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec14 .inner .photo img {
  display: none;
}
#container .sec.sec14 .inner p.subtitle {
  color: #000;
  right: 40px;
  bottom: 40px;
  z-index: 5;
}
#container .sec.sec14 .inner p.normcore {
  color: #000;
  bottom: 40px;
  left: 40px;
  z-index: 5;
}
#container .sec.sec15 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #efeeea;
}
#container .sec.sec15 .inner {
  width: 35%;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
#container .sec.sec15 .inner > img {
  display: none;
}
#container .sec.sec15 .inner p.subtitle {
  bottom: 40px;
  left: 40px;
}
#container .sec.sec15 .inner p.normcore {
  right: 40px;
  bottom: 40px;
}
#container .sec.sec15 .inner .index {
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .sec.sec15 .inner .index::before {
  content: "";
  width: 75px;
  height: 1px;
  background-color: #000;
  display: block;
  position: relative;
  transform: translateY(2rem);
}
#container .sec.sec15 .inner .index img {
  display: none;
}
#container .sec.sec15 .inner .index > div {
  margin-left: 30px;
}
#container .sec.sec15 .inner .index > div dl:not(:last-child) {
  margin-bottom: 20px;
}
#container .sec.sec15 .inner .index > div dl dt {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
#container .sec.sec15 .inner .index > div dl dd:not(:last-child) {
  margin-bottom: 15px;
}
#container .sec.sec15 .inner .index > div dl dd span {
  color: #000;
  font-family: "ff-angie-pro", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#container .sec.sec15 .inner .index > div dl dd p {
  color: #000;
  font-family: "ff-angie-pro", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
#container .sec.sec15 .inner .index > div dl dd ul li {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#container .sec.sec15 .inner .index > div dl dd ul li:not(:last-child) {
  margin-bottom: 5px;
}
#container .sec.sec15 .photo {
  width: 65%;
  height: 100%;
  background-image: url(../images/photo15.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#container .sec.sec15 .photo p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: 63.5%;
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1;
}
#container .sec.type2 .inner .title {
  width: 10%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
#container .sec.type2 .inner .title::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../images/text_num1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: calc(50% - 35px);
}
#container .sec.type2 .inner .title h4 {
  width: 24px;
  height: 235px;
  background-image: url(../images/text_cat_keyitems.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container .sec.type2 .inner .credit {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#container .sec.type2 .inner .credit::before {
  content: "";
  width: 1px;
  height: 120px;
  margin-bottom: 20px;
  background-color: #000;
  display: block;
  order: 2;
}
#container .sec.type2 .inner .credit p {
  display: block;
}
#container .sec.type2 .inner .credit p.subtitle {
  width: 12px;
  margin-bottom: 20px;
  position: relative;
  order: 1;
}
#container .sec.type2 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 293px;
}
#container .sec.type2 .inner .credit p.category {
  width: 15px;
  order: 3;
}
#container .sec.type2 .inner .credit p.category span {
  background-image: url(../images/text_cat_denim.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 213px;
}
#container .sec.sec16 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec16 .inner .photo {
  width: 48%;
  background-image: url(../images/photo16_1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec16 .inner .photo img {
  display: none;
}
#container .sec.sec16 .inner .text {
  width: 42%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#container .sec.sec16 .inner .text .intext {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  transform: translateY(80px);
}
#container .sec.sec16 .inner .text .intext h5 {
  width: 35px;
  height: 345px;
  background-image: url(../images/body_sec16.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  right: -20px;
  top: -50%;
}
#container .sec.sec16 .inner .text .intext .ph {
  width: 100%;
  margin-bottom: 60px;
}
#container .sec.sec16 .inner .text .intext p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
#container .sec.sec17 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec17 .inner .title::before {
  content: none;
}
#container .sec.sec17 .inner .photo {
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: fle-start;
  align-items: stretch;
}
#container .sec.sec17 .inner .photo > div:nth-child(1) {
  width: 50%;
  height: 100%;
  background-image: url(../images/photo17_1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec17 .inner .photo > div:nth-child(2) {
  width: 50%;
  height: 100%;
  background-image: url(../images/photo17_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec17 .inner .photo > div img {
  display: none;
}
#container .sec.sec17 .inner .credit::before {
  background-color: #FFF;
}
#container .sec.sec17 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle2.svg);
}
#container .sec.sec17 .inner .credit p.category span {
  background-image: url(../images/text_cat_denim2.svg);
}
#container .sec.sec18 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec18 .inner .title::before {
  content: none;
}
#container .sec.sec18 .inner .photo {
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: fle-start;
  align-items: stretch;
}
#container .sec.sec18 .inner .photo > div:nth-child(1) {
  width: 54.5%;
  height: 100%;
  background-image: url(../images/photo18_1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec18 .inner .photo > div:nth-child(1) img {
  display: none;
}
#container .sec.sec18 .inner .photo > div:nth-child(2) {
  width: 45.5%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#container .sec.sec18 .inner .photo > div:nth-child(2) .img {
  width: 51.75%;
}
#container .sec.sec18 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec18 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec18 .inner .credit p.category span {
  background-image: url(../images/text_cat_denim.svg);
}
#container .sec.sec19 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec19 .inner .title {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
#container .sec.sec19 .inner .title::before {
  content: none;
}
#container .sec.sec19 .inner .photo {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo19.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec19 .inner .photo img {
  display: none;
}
#container .sec.sec19 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec19 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec19 .inner .credit p.category span {
  background-image: url(../images/text_cat_denim.svg);
}
#container .sec.sec20 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec20 .inner::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../images/text_num2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 120px;
  z-index: 5;
  display: block;
}
#container .sec.sec20 .inner .title {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
#container .sec.sec20 .inner .title::before {
  content: none;
}
#container .sec.sec20 .inner .title h4 {
  background-image: url(../images/text_cat_keyitems2.svg);
}
#container .sec.sec20 .inner .photo {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo20.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#container .sec.sec20 .inner .photo img {
  display: none;
}
#container .sec.sec20 .inner .text {
  width: 20%;
  position: absolute;
  top: 65%;
  left: 65%;
}
#container .sec.sec20 .inner .text .intext {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .sec.sec20 .inner .text .intext h5 {
  width: 64px;
  height: 230px;
  background-image: url(../images/body_sec20.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container .sec.sec20 .inner .text .intext p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: calc(100% - 100px);
}
#container .sec.sec20 .inner .credit::before {
  background-color: #FFF;
}
#container .sec.sec20 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle2.svg);
}
#container .sec.sec20 .inner .credit p.category span {
  background-image: url(../images/text_cat_outer2.svg);
  height: 104px;
}
#container .sec.sec21 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec21 .inner .title::before {
  content: none;
}
#container .sec.sec21 .inner .photo {
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: fle-start;
  align-items: stretch;
}
#container .sec.sec21 .inner .photo > div {
  width: 54.5%;
  height: 100%;
  background-image: url(../images/photo21.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec21 .inner .photo > div img {
  display: none;
}
#container .sec.sec21 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec21 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec21 .inner .credit p.category span {
  background-image: url(../images/text_cat_outer.svg);
  height: 104px;
}
#container .sec.sec22 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#container .sec.sec22 .inner::before {
  content: "";
  width: 59px;
  height: 496px;
  background-image: url(../images/decotext22.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 75%;
  z-index: 1;
}
#container .sec.sec22 .inner .title {
  position: absolute;
  top: 0px;
  left: 0px;
}
#container .sec.sec22 .inner .title::before {
  content: none;
}
#container .sec.sec22 .inner .title h4 {
  background-image: url(../images/text_cat_keyitems2.svg);
}
#container .sec.sec22 .inner .photo {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo22.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec22 .inner .photo img {
  display: none;
}
#container .sec.sec22 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec22 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec22 .inner .credit p.category span {
  background-image: url(../images/text_cat_outer.svg);
  height: 104px;
}
#container .sec.sec23 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec23 .inner .title::before {
  content: none;
}
#container .sec.sec23 .inner .photo {
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec23 .inner .photo > div:nth-child(1) {
  width: 51.4%;
  height: 100%;
  position: relative;
}
#container .sec.sec23 .inner .photo > div:nth-child(1) > div {
  width: 155px;
  position: absolute;
}
#container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(1) {
  top: 0px;
  left: calc(50% - 155px);
}
#container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(2) {
  top: 25%;
  left: 60px;
}
#container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(3) {
  top: calc(50% - 50px);
  left: 50%;
}
#container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(4) {
  top: 61.5%;
  left: 26.85%;
}
#container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(5) {
  bottom: 0px;
  left: 40%;
}
#container .sec.sec23 .inner .photo > div:nth-child(2) {
  width: 48.6%;
  height: 100%;
  background-image: url(../images/photo23.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec23 .inner .photo > div:nth-child(2) img {
  display: none;
}
#container .sec.sec23 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec23 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec23 .inner .credit p.category span {
  background-image: url(../images/text_cat_outer.svg);
  height: 104px;
}
#container .sec.sec24 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec24 .inner .title::before {
  background-image: url(../images/text_num3.svg);
}
#container .sec.sec24 .inner .text {
  width: 12%;
  height: 100%;
  margin-left: 65px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#container .sec.sec24 .inner .text .intext {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transform: translateY(40px);
}
#container .sec.sec24 .inner .text .intext h5 {
  width: 78px;
  height: 360px;
  background-image: url(../images/body_sec24.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
#container .sec.sec24 .inner .text .intext p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
#container .sec.sec24 .inner .photo {
  width: 45.5%;
  height: auto;
  margin-left: 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  clip-path: inset(60px 0 60px 0);
}
#container .sec.sec24 .inner .photo > div {
  width: 100%;
}
#container .sec.sec24 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec24 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec24 .inner .credit p.category span {
  background-image: url(../images/text_cat_acce.svg);
  height: 173px;
}
#container .sec.sec25 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec25 .inner .title::before {
  content: none;
}
#container .sec.sec25 .inner .photo {
  width: 75%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  clip-path: inset(60px 0 60px 0);
  position: relative;
}
#container .sec.sec25 .inner .photo > div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .sec.sec25 .inner .photo > div > div {
  width: 55%;
}
#container .sec.sec25 .inner .photo > div h5 {
  width: 66px;
  height: 254px;
  background-image: url(../images/body_sec25.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 50vh + 80px);
  right: 0px;
}
#container .sec.sec25 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec25 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec25 .inner .credit p.category span {
  background-image: url(../images/text_cat_acce.svg);
  height: 173px;
}
#container .sec.sec26 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec26 .inner .title::before {
  content: none;
}
#container .sec.sec26 .inner .photo {
  width: 75%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  clip-path: inset(0 0 60px 0);
}
#container .sec.sec26 .inner .photo > div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#container .sec.sec26 .inner .photo > div h5 {
  width: 280px;
  height: 63px;
  background-image: url(../images/body_sec26.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  transform: translateY(-63px);
}
#container .sec.sec26 .inner .photo > div > div {
  width: 55%;
}
#container .sec.sec26 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec26 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec26 .inner .credit p.category span {
  background-image: url(../images/text_cat_acce.svg);
  height: 173px;
}
#container .sec.sec27 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec27 .inner .title::before {
  content: none;
}
#container .sec.sec27 .inner .photo {
  width: 75%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#container .sec.sec27 .inner .photo > div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#container .sec.sec27 .inner .photo > div > div:nth-child(1) {
  width: 47.5%;
}
#container .sec.sec27 .inner .photo > div > div:nth-child(2) {
  width: 27.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
#container .sec.sec27 .inner .photo > div > div:nth-child(2) h5 {
  width: 95px;
  height: 220px;
  background-image: url(../images/body_sec27.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#container .sec.sec27 .inner .photo > div > div:nth-child(2) .link {
  width: 100%;
  margin-top: auto;
}
#container .sec.sec27 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec27 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec27 .inner .credit p.category span {
  background-image: url(../images/text_cat_acce.svg);
  height: 173px;
}
#container .sec.sec28 {
  background-image: url(../images/photo28.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#container .sec.sec28 .inner {
  width: 100%;
  height: calc(100% - 75px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
#container .sec.sec28 .inner .index {
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .sec.sec28 .inner .index::before {
  content: "";
  width: 75px;
  height: 1px;
  background-color: #000;
  display: block;
  position: relative;
  transform: translateY(1rem);
}
#container .sec.sec28 .inner .index .title {
  margin-left: 30px;
}
#container .sec.sec28 .inner .index .title dt {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
#container .sec.sec28 .inner .index .title dt:not(:last-child) {
  margin-bottom: 25px;
}
#container .sec.sec28 .inner .index .title dd:not(:last-child) {
  margin-bottom: 20px;
}
#container .sec.sec28 .inner .index .title dd span {
  width: 243px;
  height: 73px;
  background-image: url(../images/body_sec28.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container .sec.sec28 .inner .index .title .ph {
  display: none;
}
#container .sec.sec28 .inner .index .text {
  width: 46.5%;
  margin: auto 0 0 auto;
}
#container .sec.sec28 .inner .index .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: 90%;
}
#container .sec.sec29 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec29 .inner .title {
  position: absolute;
  top: 0px;
  left: 0px;
}
#container .sec.sec29 .inner .title::before {
  content: none;
}
#container .sec.sec29 .inner .photo {
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec29 .inner .photo > div:nth-child(1) {
  width: 50%;
  height: 100%;
  background-image: url(../images/photo29_1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#container .sec.sec29 .inner .photo > div:nth-child(2) {
  width: 50%;
  height: 100%;
  background-image: url(../images/photo29_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#container .sec.sec29 .inner .photo > div:nth-child(2)::before {
  content: "";
  width: 432px;
  height: 38px;
  background-image: url(../images/text_name_teurn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
}
#container .sec.sec29 .inner .photo > div img {
  display: none;
}
#container .sec.sec29 .inner .photo p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: 150px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#container .sec.sec29 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec29 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec29 .inner .credit p.category span {
  background-image: url(../images/text_cat_select.svg);
  height: 195px;
}
#container .sec.sec29 ul {
  width: 172px;
  height: 100%;
  padding: 25px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0px;
  left: calc(45% - 86px);
  z-index: 1;
  box-sizing: border-box;
}
#container .sec.sec29 ul li {
  width: 100%;
  height: 15px;
  background-image: url(../images/text_name_teurn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container .sec.sec29 ul li:nth-child(1) {
  margin-bottom: 20vh;
}
#container .sec.sec29 ul li:nth-child(2) {
  margin-bottom: 3.5vh;
}
#container .sec.sec29 ul li:nth-child(3) {
  margin-bottom: 20vh;
}
#container .sec.sec29 ul li:nth-child(5) {
  margin: auto 0 10vh 0;
}
#container .sec.sec30 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec30 .inner .title {
  position: absolute;
  top: 0px;
  left: 0px;
}
#container .sec.sec30 .inner .title::before {
  content: none;
}
#container .sec.sec30 .inner .photo {
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
#container .sec.sec30 .inner .photo > div:nth-child(1) {
  width: 50%;
  height: 100%;
  background-image: url(../images/photo30_1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#container .sec.sec30 .inner .photo > div:nth-child(2) {
  width: 50%;
  height: 100%;
  background-image: url(../images/photo30_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#container .sec.sec30 .inner .photo > div:nth-child(2)::before {
  content: "";
  width: 43px;
  height: 313px;
  background-image: url(../images/text_name_famuse.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 60px;
  right: 20px;
}
#container .sec.sec30 .inner .photo > div img {
  display: none;
}
#container .sec.sec30 .inner .photo p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: 150px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
#container .sec.sec30 .inner .photo ul {
  width: 50%;
  height: 17px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 120px;
  left: 0px;
  z-index: 1;
  box-sizing: border-box;
}
#container .sec.sec30 .inner .photo ul li {
  width: 120px;
  height: 17px;
  background-image: url(../images/text_name_famuse2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container .sec.sec30 .inner .photo ul li:nth-child(1) {
  margin: 0;
}
#container .sec.sec30 .inner .photo ul li:nth-child(2) {
  margin: 0 0 0 5%;
}
#container .sec.sec30 .inner .photo ul li:nth-child(3) {
  margin: 0 0 0 30%;
}
#container .sec.sec30 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec30 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec30 .inner .credit p.category span {
  background-image: url(../images/text_cat_select.svg);
  height: 195px;
}
#container .sec.sec30 ul {
  width: 120px;
  height: 100%;
  padding: 120px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 45%;
  z-index: 1;
  box-sizing: border-box;
}
#container .sec.sec30 ul li {
  width: 100%;
  height: 18px;
  background-image: url(../images/text_name_famuse2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container .sec.sec30 ul li:nth-child(1) {
  margin-bottom: 10vh;
}
#container .sec.sec30 ul li:nth-child(3) {
  margin-top: auto;
}
#container .sec.sec31 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec31 .inner::before {
  content: "";
  width: 100%;
  height: 20%;
  background-color: #0c4c19;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#container .sec.sec31 .inner .title {
  position: absolute;
  top: 0px;
  left: 0px;
}
#container .sec.sec31 .inner .title::before {
  content: none;
}
#container .sec.sec31 .inner .photo {
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
#container .sec.sec31 .inner .photo > div:nth-child(1) {
  width: 50%;
  height: 80%;
  background-image: url(../images/photo31_1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: -1;
}
#container .sec.sec31 .inner .photo > div:nth-child(1) img {
  display: none;
}
#container .sec.sec31 .inner .photo > div:nth-child(2) {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
#container .sec.sec31 .inner .photo > div:nth-child(2)::before {
  content: "";
  width: 375px;
  height: 856px;
  background-image: url(../images/text_name_provoke.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: calc(50% - 428px);
  left: 0px;
}
#container .sec.sec31 .inner .photo > div:nth-child(2) > div.ph {
  width: 310px;
  position: relative;
  z-index: 1;
  transform: translateY(50px);
}
#container .sec.sec31 .inner .photo p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: 150px;
  position: absolute;
  top: 62.5%;
  left: calc(50% - 150px);
}
#container .sec.sec31 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec31 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec31 .inner .credit p.category span {
  background-image: url(../images/text_cat_select.svg);
  height: 195px;
}
#container .sec.sec32 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .sec.sec32 .inner {
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#container .sec.sec32 .inner .title {
  position: absolute;
  top: 0px;
  left: 0px;
}
#container .sec.sec32 .inner .title::before {
  content: none;
}
#container .sec.sec32 .inner .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  clip-path: inset(0 0 10px 0);
}
#container .sec.sec32 .inner .photo > div:nth-child(1) {
  width: 33%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
#container .sec.sec32 .inner .photo > div:nth-child(2) {
  width: 47%;
  margin-left: 40px;
  position: relative;
}
#container .sec.sec32 .inner .photo > div.link .credit .incredit {
  justify-content: flex-end;
}
#container .sec.sec32 .inner .photo p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  width: 160px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#container .sec.sec32 .inner dl.txt {
  text-align: left;
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .sec.sec32 .inner dl.txt dt {
  color: #FFF;
  font-family: "ff-angie-pro", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  background-color: #2c2e71;
  padding: 0 5px;
}
#container .sec.sec32 .inner dl.txt dd span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: justify;
  background-color: #FFF;
  padding: 5px;
}
#container .sec.sec32 .inner dl.txt.text1 {
  top: 50px;
  left: 10%;
}
#container .sec.sec32 .inner dl.txt.text2 {
  top: 65%;
  left: 53%;
}
#container .sec.sec32 .inner .credit::before {
  background-color: #000;
}
#container .sec.sec32 .inner .credit p.subtitle span {
  background-image: url(../images/text_subtitle.svg);
}
#container .sec.sec32 .inner .credit p.category span {
  background-image: url(../images/text_cat_feature.svg);
  height: 168px;
}
#container .sec.sec32 .news {
  width: calc(100% - 175px);
  padding: 40px 0 40px 5%;
  margin-top: auto;
  background-color: #d9382c;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#container .sec.sec32 .news::after {
  content: "";
  width: 116px;
  height: 116px;
  background-image: url(../images/maru_news.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: -58px;
  z-index: 1;
  display: block;
}
#container .sec.sec32 .news h5 {
  width: 156px;
  height: 112px;
  background-image: url(../images/text_select.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#container .sec.sec32 .news dl {
  width: calc(100% - 156px - 50px - 120px);
  margin-left: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .sec.sec32 .news dl dt {
  color: #000;
  font-family: "ff-angie-pro", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  background-color: #FFF;
  margin-bottom: 10px;
}
#container .sec.sec32 .news dl dd {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .sec.sec32 .news dl dd p:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .sec.sec32 .news dl dd p:nth-child(1) span {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
#container .sec.sec32 .news dl dd p:nth-child(2) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 0px 0 0 20px;
}

/* ----------------------------------------------- Media Queries Smartphone -----------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #container {
    width: 100%;
    overflow: hidden;
    scroll-snap-type: none;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container p.subtitle {
    color: #000;
    font-family: "Helvetica", "nimbus-sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: revert;
    white-space: nowrap;
    width: calc(60% - 20px);
    position: absolute;
  }
  #container p.normcore {
    color: #000;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
    width: calc(40% - 20px);
    position: absolute;
  }
  #container .link {
    position: relative;
  }
  #container .link.wh::after {
    background-image: url(../images_sp/icon_link2.svg);
  }
  #container .link::after {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../images_sp/icon_link1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: 20px;
    right: auto;
    left: 20px;
    z-index: 777;
    transition: all 0.25s ease-in 0s;
  }
  #container .link:hover .credits {
    opacity: 0;
    pointer-events: none;
  }
  #container .link.on::after {
    transform: rotate(135deg);
  }
  #container .link.on .credits {
    opacity: 1;
    pointer-events: auto;
  }
  #container .link .credits {
    width: 100% !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 333;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
    opacity: 0;
    pointer-events: none;
  }
  #container .link .credits .incredit {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .link .credits .incredit.triple > div {
    width: 33.3333333333%;
  }
  #container .link .credits .incredit h6 {
    color: #FFF;
    font-family: "Helvetica", "nimbus-sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #container .link .credits .incredit > div {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .link .credits .incredit > div.full {
    width: 100%;
  }
  #container .link .credits .incredit > div.item-d-none dl dd {
    display: none;
  }
  #container .link .credits .incredit > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .link .credits .incredit > div dl dt {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .link .credits .incredit > div dl dt strong:nth-child(1) {
    color: #FFF;
    font-family: "Helvetica", "nimbus-sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #container .link .credits .incredit > div dl dt strong:nth-child(2) {
    color: #FFF;
    font-family: "Helvetica", "nimbus-sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #container .link .credits .incredit > div dl dt strong:nth-child(2)::after {
    margin-left: 5px;
    display: inline-block;
  }
  #container .link .credits .incredit > div dl dt strong:nth-child(3) {
    color: #FFF;
    font-family: "Helvetica", "nimbus-sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #container .link .credits .incredit > div dl dd a {
    color: #FFF;
    font-family: "Helvetica", "nimbus-sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
  }
  #container .link .credits .incredit > div dl dd a:hover {
    color: #DBDBDB;
  }
  #container .link .credits.wide .incredit {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .link .credits.wide .incredit > div {
    width: 50%;
    padding: 10px;
  }
  #container .link .credits.single .incredit {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .link .credits.single .incredit > div {
    width: 50%;
    padding: 10px;
  }
  #container ------------------------------------------------------------------------------------------------------------------------------------------------------ .sec3 .link.p1::after {
    right: 20px;
    left: auto;
  }
  #container ------------------------------------------------------------------------------------------------------------------------------------------------------ .sec3 .link.p2::after {
    right: 20px;
    left: auto;
  }
  #container .sec4 .link.p1::after {
    top: 0px;
    right: 20px;
    left: auto;
    bottom: auto;
  }
  #container .sec5 .link.p2 {
    position: static;
  }
  #container .sec6 .link.wh::after {
    left: auto;
    right: 20px;
  }
  #container .sec9 .link.p3::after {
    top: calc(50% - 40px);
    right: 20px;
    left: auto;
    bottom: auto;
  }
  #container .sec11 .link::after {
    right: 20px;
    left: auto;
  }
  #container .sec12 .p1.link::after {
    left: 40px;
  }
  #container .sec13 .p2.link::after {
    left: -55px;
    bottom: -35px;
  }
  #container .sec18 .img.link {
    position: static;
  }
  #container .sec24 .photo .link::after {
    bottom: -55px;
  }
  #container .sec25 .photo .link::after {
    left: -55px;
  }
  #container .sec26 .photo .link::after {
    right: -55px;
    left: auto;
  }
  #container .sec27 .photo .link::after {
    right: -50px;
    left: auto;
  }
  #container .sec29 .inner .photo .link:nth-child(1)::after {
    top: 10px;
    right: calc(50% - 10px);
    bottom: auto;
    left: auto;
  }
  #container .sec29 .inner .photo .link:nth-child(2)::after {
    left: -125px;
  }
  #container .sec30 .photo .link::after {
    top: 10px;
    bottom: auto;
  }
  #container .sec31 .photo .link::after {
    top: -20px;
    right: 10px;
    bottom: auto;
    left: auto;
  }
  #container .sec32 .photo .link::after {
    top: 20px;
    bottom: auto;
  }
  #container .sec32 .photo .link.wh::after {
    top: auto;
    left: 30px;
    bottom: 130px;
  }
  #container .sec {
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    width: 100%;
    height: auto;
    position: relative;
  }
  #container .sec .inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #container .sec.sec1 {
    width: 100%;
    height: 100vh;
    margin-bottom: 40px;
    order: 1;
  }
  #container .sec.sec1 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #container .sec.sec1 .inner h1 {
    width: 77px;
    height: 517px;
    background-image: url(../images/logo_sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #container .sec.sec1 .inner p.subtitle {
    top: auto;
    bottom: 20px;
    left: 20px;
  }
  #container .sec.sec1 .inner p.normcore {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
  }
  #container .sec.sec1 .inner .index {
    text-align: left;
    margin-top: 0;
    top: calc(50% - 70px);
    left: calc(50% + 60px);
  }
  #container .sec.sec1 .inner .index dl:not(:last-child) {
    margin-bottom: 10px;
  }
  #container .sec.sec1 .inner .index dl dt {
    color: #000;
    font-family: "ff-angie-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
    text-decoration: underline;
    margin-bottom: 5px;
  }
  #container .sec.sec1 .inner .index dl dd span {
    color: #000;
    font-family: "ff-angie-pro", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  #container .sec.sec1 .inner .index dl dd p {
    color: #000;
    font-family: "ff-angie-pro", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  #container .sec.sec1 .inner .index dl dd ul li {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #container .sec.sec1 .inner .index dl dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  #container .sec.sec1 .photos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
  #container .sec.sec1 .photos > div {
    width: 80px;
  }
  #container .sec.sec1 .photos > div:nth-child(1) {
    top: 0;
    left: 77px;
  }
  #container .sec.sec1 .photos > div:nth-child(2) {
    top: 435px;
    left: calc(50% - 5px);
  }
  #container .sec.sec1 .photos > div:nth-child(3) {
    top: 175px;
    left: calc(50% - 40px);
  }
  #container .sec.sec1 .photos > div:nth-child(4) {
    width: 100px;
    top: 40px;
    left: 50%;
  }
  #container .sec.sec1 .photos > div:nth-child(5) {
    top: 155px;
    right: 0px;
    left: auto;
  }
  #container .sec.sec1 .photos > div:nth-child(6) {
    top: 500px;
    right: 10px;
    left: auto;
  }
  #container .sec.sec1 .photos > div:nth-child(7) {
    top: 480px;
    left: 60px;
  }
  #container .sec.sec2 {
    padding: 60px 0 0 0;
    height: auto;
    order: 2;
  }
  #container .sec.sec2 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #container .sec.sec2 .inner .intro {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec2 .inner .intro .text-l {
    width: calc(100% - 80px);
    margin-bottom: 75px;
  }
  #container .sec.sec2 .inner .intro .text-l h3 {
    color: #000;
    font-family: "angie-sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  #container .sec.sec2 .inner .intro .text-l h4 {
    width: 298px;
    height: 114px;
    background-image: url(../images_sp/body_intro.svg);
    margin-bottom: 20px;
  }
  #container .sec.sec2 .inner .intro .text-l h5 {
    margin-bottom: 20px;
  }
  #container .sec.sec2 .inner .intro .text-l h5 span {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  #container .sec.sec2 .inner .intro .text-l p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  #container .sec.sec2 .inner .intro .text-r {
    width: 100%;
    min-width: 100%;
    padding: 40px;
    background-color: #FFF;
  }
  #container .sec.sec2 .inner .intro .text-r h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  #container .sec.sec2 .inner .intro .text-r h3:not(:last-child) {
    margin-bottom: 20px;
  }
  #container .sec.sec2 .inner .intro .text-r h3::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
  }
  #container .sec.sec2 .inner .intro .text-r h3 span {
    white-space: nowrap;
    position: relative;
  }
  #container .sec.sec2 .inner .intro .text-r h3 span:nth-child(1) {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #container .sec.sec2 .inner .intro .text-r h3 span:nth-child(2) {
    color: #000;
    font-family: "angie-sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  #container .sec.sec2 .inner .intro .text-r p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  #container .sec.sec3 {
    height: auto;
    order: 3;
  }
  #container .sec.sec3 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }
  #container .sec.sec3 .inner .photo {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #container .sec.sec3 .inner .photo.p1 {
    background-image: none;
    order: 2;
  }
  #container .sec.sec3 .inner .photo.p2 {
    background-image: none;
    order: 1;
  }
  #container .sec.sec3 .inner .photo img {
    display: block;
  }
  #container .sec.sec3 .inner .text {
    width: calc(100% - 40px);
    height: 100%;
    padding: 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    left: 20px;
    pointer-events: none;
  }
  #container .sec.sec3 .inner .text::after {
    content: "PANTS";
    color: #FFF;
    font-family: "angie-sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    width: 100px;
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: calc(50% - 0px);
    right: -30px;
  }
  #container .sec.sec3 .inner .text h3 {
    color: #FFF;
    font-family: "angie-sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
  }
  #container .sec.sec3 .inner .text h4 {
    width: 40px;
  }
  #container .sec.sec3 .inner .text h4 span {
    background-image: url(../images/body_sec3_sp.svg);
    height: 313px;
  }
  #container .sec.sec3 .inner .text p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 140px;
    position: absolute;
    top: 90px;
    left: 60px;
  }
  #container .sec.sec3 .inner p.subtitle {
    color: #FFF;
    width: 200px;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: calc(75% - 0px);
    right: -60px;
    bottom: auto;
    z-index: 5;
  }
  #container .sec.sec3 .inner p.normcore {
    color: #FFF;
    width: 100px;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: calc(25% - 0px);
    right: -15px;
    bottom: auto;
    left: auto;
    z-index: 5;
  }
  #container .sec.sec4 {
    height: auto;
    z-index: 3;
    order: 4;
  }
  #container .sec.sec4 .inner {
    height: auto;
    padding: 40px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: visible;
  }
  #container .sec.sec4 .inner .photo {
    position: relative;
  }
  #container .sec.sec4 .inner .photo.p1 {
    width: calc(100% - 40px);
    top: auto;
    left: auto;
  }
  #container .sec.sec4 .inner .photo.p2 {
    width: 195px;
    margin-top: -150px;
    top: auto;
    left: auto;
  }
  #container .sec.sec4 .inner .photo.p3 {
    width: 75%;
    margin-right: auto;
    position: relative;
    top: auto;
    left: auto;
  }
  #container .sec.sec4 .inner p.text {
    color: #000;
    font-family: "ff-angie-pro", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
    white-space: nowrap;
    width: 1.2rem;
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 3;
  }
  #container .sec.sec4 .inner p.catname {
    display: none;
  }
  #container .sec.sec4 .inner p.subtitle {
    display: none;
  }
  #container .sec.sec4 .inner p.normcore {
    display: none;
  }
  #container .sec.sec5 {
    order: 6;
    margin-bottom: 65px;
  }
  #container .sec.sec5 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #container .sec.sec5 .inner .photo {
    width: 50%;
    height: auto;
  }
  #container .sec.sec5 .inner .photo.p1 {
    width: 30%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    position: relative;
    transform: rotate(180deg);
    overflow: hidden;
  }
  #container .sec.sec5 .inner .photo.p2 {
    width: calc(70% - 10px);
    background-image: none;
  }
  #container .sec.sec5 .inner .photo.p2 img {
    display: block;
  }
  #container .sec.sec5 .inner .text {
    display: none;
  }
  #container .sec.sec5 .inner p {
    display: none;
  }
  #container .sec.sec6 {
    order: 5;
    margin-top: -100px;
    margin-bottom: 65px;
    z-index: 5;
  }
  #container .sec.sec6 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec6 .inner .photo {
    width: 100%;
    height: auto;
    background-image: none;
    clip-path: none;
  }
  #container .sec.sec6 .inner .photo img {
    display: block;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
  #container .sec.sec6 .inner .photo .credits.wide .incredit > div {
    width: 33.3333333333%;
  }
  #container .sec.sec6 .inner .text {
    width: 22.8%;
    height: 100%;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 38.6%;
    display: none;
  }
  #container .sec.sec6 .inner .text h3 {
    color: #FFF;
    font-family: "angie-sans", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  #container .sec.sec6 .inner p {
    display: none;
  }
  #container .sec.sec7 {
    order: 7;
  }
  #container .sec.sec7 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec7 .inner::after {
    content: none;
  }
  #container .sec.sec7 .inner .photo {
    width: 100%;
    height: auto;
  }
  #container .sec.sec7 .inner .photo.p1 {
    background-image: none;
  }
  #container .sec.sec7 .inner .photo.p2 {
    background-image: none;
  }
  #container .sec.sec7 .inner .photo img {
    display: block;
  }
  #container .sec.sec7 .inner .text {
    width: calc(100% - 40px);
    height: 100%;
    padding: 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    left: 20px;
    pointer-events: none;
  }
  #container .sec.sec7 .inner .text::after {
    content: "SHIRT";
    color: #FFF;
    font-family: "angie-sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    width: 100px;
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: calc(50% - 0px);
    right: -30px;
  }
  #container .sec.sec7 .inner .text h3 {
    color: #FFF;
    font-family: "angie-sans", sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    writing-mode: vertical-rl;
    margin-bottom: 0px;
  }
  #container .sec.sec7 .inner .text h4 {
    width: 152px;
    margin: 0px;
    position: absolute;
    top: calc(25% - 53px);
    left: 45%;
  }
  #container .sec.sec7 .inner .text h4 span {
    background-image: url(../images/body_sec7_sp.svg);
    height: 106px;
  }
  #container .sec.sec7 .inner .text p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 152px;
    position: absolute;
    top: calc(25% + 53px + 20px);
    left: 45%;
  }
  #container .sec.sec7 .inner p.subtitle {
    color: #FFF;
    width: 200px;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: calc(75% - 0px);
    right: -60px;
    bottom: auto;
    z-index: 5;
  }
  #container .sec.sec7 .inner p.normcore {
    color: #FFF;
    width: 100px;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: calc(25% - 0px);
    right: -15px;
    bottom: auto;
    left: auto;
    z-index: 5;
  }
  #container .sec.sec8 {
    order: 8;
    margin-bottom: 50px;
  }
  #container .sec.sec8 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec8 .inner::after {
    content: none;
  }
  #container .sec.sec8 .inner .photo {
    width: 100%;
    height: auto;
    background-image: none;
  }
  #container .sec.sec8 .inner .photo img {
    display: block;
  }
  #container .sec.sec8 .inner p {
    display: none;
  }
  #container .sec.sec9 {
    order: 10;
    z-index: 3;
  }
  #container .sec.sec9 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec9 .inner::after {
    content: none;
  }
  #container .sec.sec9 .inner .photo.p1 {
    background-image: none;
    width: calc(100% - 90px);
    height: auto;
    padding: 45px 0 0 0;
  }
  #container .sec.sec9 .inner .photo.p1 img {
    display: block;
  }
  #container .sec.sec9 .inner .photo.p2 {
    width: 33.3%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #container .sec.sec9 .inner .photo.p3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec9 .inner .photo.p3 img {
    width: 60%;
  }
  #container .sec.sec9 .inner p {
    display: none;
  }
  #container .sec.sec10 {
    margin-bottom: 45px;
    order: 9;
    overflow: hidden;
  }
  #container .sec.sec10 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec10 .inner::after {
    content: none;
  }
  #container .sec.sec10 .inner .photo.p1 {
    width: 100%;
    height: auto;
    display: none;
  }
  #container .sec.sec10 .inner .photo.p2 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #container .sec.sec10 .inner .photo.p2 ul {
    width: 120vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: auto;
    right: auto;
  }
  #container .sec.sec10 .inner .photo.p2 ul li {
    width: calc((100% - 10px) / 3);
  }
  #container .sec.sec10 .inner .photo.p2 ul li:not(:nth-child(3n+1)) {
    margin-left: 5px;
  }
  #container .sec.sec10 .inner .photo.p2 ul li:not(:nth-child(n+16)) {
    margin-bottom: 5px;
  }
  #container .sec.sec10 .inner .photo.p2 .credits {
    height: 100vh;
  }
  #container .sec.sec10 .inner p {
    display: none;
  }
  #container .sec.sec10 .inner p.subtitle {
    color: #000;
    right: 40px;
    bottom: 40px;
    z-index: 5;
  }
  #container .sec.sec10 .inner p.normcore {
    color: #000;
    bottom: 40px;
    left: 40px;
    z-index: 5;
  }
  #container .sec.sec11 {
    height: 100vh;
    margin-top: -200px;
    order: 11;
  }
  #container .sec.sec11 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    clip-path: inset(0 0 0 0);
  }
  #container .sec.sec11 .inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/photo11_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    z-index: -1;
  }
  #container .sec.sec11 .inner::after {
    content: none;
  }
  #container .sec.sec11 .inner .photo {
    background-image: none;
    width: calc(100% - 100px);
    height: auto;
  }
  #container .sec.sec11 .inner .photo img {
    display: block;
  }
  #container .sec.sec11 .inner p {
    display: none;
  }
  #container .sec.sec12 {
    order: 12;
  }
  #container .sec.sec12 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec12 .inner::after {
    content: "SHOES";
    color: #FFF;
    font-family: "angie-sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    writing-mode: vertical-rl;
    position: absolute;
    top: calc(50% - 25px);
    right: 30px;
    left: auto;
    bottom: auto;
    z-index: 1;
  }
  #container .sec.sec12 .inner .photo {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #container .sec.sec12 .inner .photo.p1 {
    background-image: none;
  }
  #container .sec.sec12 .inner .photo.p2 {
    background-image: none;
  }
  #container .sec.sec12 .inner .photo img {
    display: block;
  }
  #container .sec.sec12 .inner .text {
    width: calc(100% - 40px);
    height: auto;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 60px;
    left: 30px;
  }
  #container .sec.sec12 .inner .text div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #container .sec.sec12 .inner .text div h3 {
    color: #FFF;
    font-family: "angie-sans", sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
  }
  #container .sec.sec12 .inner .text div p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 180px;
    text-align: left;
    position: absolute;
    top: 450px;
    left: 0px;
  }
  #container .sec.sec12 .inner h4 {
    width: 39px;
    height: auto;
    position: absolute;
    top: 280px;
    left: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec12 .inner h4 span {
    background-image: url(../images/body_sec12.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 195px;
  }
  #container .sec.sec12 .inner p.subtitle {
    color: #FFF;
    width: 200px;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: calc(75% - 0px);
    right: -60px;
    bottom: auto;
    z-index: 5;
  }
  #container .sec.sec12 .inner p.normcore {
    color: #FFF;
    width: 100px;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: calc(25% - 0px);
    right: -15px;
    bottom: auto;
    left: auto;
    z-index: 5;
  }
  #container .sec.sec13 {
    order: 13;
    padding-bottom: 65px;
  }
  #container .sec.sec13 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }
  #container .sec.sec13 .inner::before {
    width: 17px;
    height: 497px;
    background-image: url(../images_sp/text_sec13.png);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
    display: inline-block;
  }
  #container .sec.sec13 .inner::after {
    content: none;
  }
  #container .sec.sec13 .inner .photo {
    width: calc(100% - 65px);
    height: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #container .sec.sec13 .inner .photo.p1 {
    background-image: none;
    margin-bottom: 40px;
  }
  #container .sec.sec13 .inner .photo.p2 {
    background-image: none;
  }
  #container .sec.sec13 .inner .photo img {
    display: block;
  }
  #container .sec.sec13 .inner p {
    display: none;
  }
  #container .sec.sec14 {
    order: 14;
  }
  #container .sec.sec14 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #container .sec.sec14 .inner::after {
    content: none;
  }
  #container .sec.sec14 .inner .photo {
    width: 100%;
    height: auto;
    background-image: none;
  }
  #container .sec.sec14 .inner .photo img {
    display: block;
  }
  #container .sec.sec14 .inner p {
    display: none;
  }
  #container .sec.sec15 {
    order: 15;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #efeeea;
  }
  #container .sec.sec15 .inner {
    width: 100%;
    padding-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #container .sec.sec15 .inner img {
    display: block;
  }
  #container .sec.sec15 .inner p.subtitle {
    bottom: 40px;
    left: 40px;
  }
  #container .sec.sec15 .inner p.normcore {
    right: 40px;
    bottom: 40px;
  }
  #container .sec.sec15 .inner .index {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    left: 35px;
    bottom: 35px;
  }
  #container .sec.sec15 .inner .index::before {
    content: none;
  }
  #container .sec.sec15 .inner .index > div {
    margin-left: 0px;
  }
  #container .sec.sec15 .inner .index > div dl:not(:last-child) {
    margin-bottom: 20px;
  }
  #container .sec.sec15 .inner .index > div dl dt {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: none;
    margin-bottom: 20px;
  }
  #container .sec.sec15 .inner .index > div dl dd:not(:last-child) {
    margin-bottom: 15px;
  }
  #container .sec.sec15 .inner .index > div dl dd span {
    color: #FFF;
    font-family: "ff-angie-pro", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #container .sec.sec15 .inner .index > div dl dd p {
    color: #FFF;
    font-family: "ff-angie-pro", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  #container .sec.sec15 .inner .index > div dl dd ul li {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #container .sec.sec15 .inner .index > div dl dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  #container .sec.sec15 .photo {
    width: 100%;
    height: auto;
    background-image: none;
    padding: 25px 40px;
  }
  #container .sec.sec15 .photo p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
  #container .sec.type2 .inner .title {
    width: 12px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: 20px;
  }
  #container .sec.type2 .inner .title::before {
    width: 40px;
    height: 40px;
    top: 0px;
    left: calc(50% - 0px);
  }
  #container .sec.type2 .inner .title h4 {
    width: 12px;
    height: 118px;
  }
  #container .sec.type2 .inner .credit {
    top: 0px;
    right: 20px;
  }
  #container .sec.type2 .inner .credit::before {
    content: none;
  }
  #container .sec.type2 .inner .credit p {
    display: block;
  }
  #container .sec.type2 .inner .credit p.subtitle {
    width: 12px;
    position: relative;
    order: 2;
  }
  #container .sec.type2 .inner .credit p.subtitle span {
    background-image: url(../images/text_subtitle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 147px;
  }
  #container .sec.type2 .inner .credit p.category {
    width: 12px;
    margin-bottom: 75px;
    order: 1;
  }
  #container .sec.type2 .inner .credit p.category span {
    background-image: url(../images/text_cat_denim.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 170px;
  }
  #container .sec.sec16 {
    order: 16;
    z-index: 3;
  }
  #container .sec.sec16 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }
  #container .sec.sec16 .inner .title::before {
    top: 0px;
    left: -100px;
  }
  #container .sec.sec16 .inner .photo {
    width: calc(100% - 80px);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    order: 2;
  }
  #container .sec.sec16 .inner .photo img {
    display: block;
  }
  #container .sec.sec16 .inner .text {
    width: calc(100% - 80px);
    padding: 55px 0 60px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  #container .sec.sec16 .inner .text .intext {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(0px);
  }
  #container .sec.sec16 .inner .text .intext h5 {
    width: 30px;
    height: 296px;
    position: absolute;
    right: 20px;
    top: -20px;
  }
  #container .sec.sec16 .inner .text .intext .ph {
    width: 50%;
    margin-bottom: 0px;
    transform: translateX(-30px);
  }
  #container .sec.sec16 .inner .text .intext p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    width: 140px;
    position: absolute;
    right: -40px;
    bottom: -220px;
  }
  #container .sec.sec17 {
    order: 17;
  }
  #container .sec.sec17 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #container .sec.sec17 .inner .title::before {
    content: none;
  }
  #container .sec.sec17 .inner .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec17 .inner .photo > div:nth-child(1) {
    width: 100%;
    height: auto;
    background-image: none;
  }
  #container .sec.sec17 .inner .photo > div:nth-child(2) {
    width: 100%;
    height: auto;
    background-image: none;
  }
  #container .sec.sec17 .inner .photo > div img {
    display: block;
  }
  #container .sec.sec17 .inner .credit p {
    display: none;
  }
  #container .sec.sec18 {
    order: 18;
  }
  #container .sec.sec18 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec18 .inner .title {
    display: none;
  }
  #container .sec.sec18 .inner .title::before {
    content: none;
  }
  #container .sec.sec18 .inner .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec18 .inner .photo > div:nth-child(1) {
    width: 100%;
    height: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #container .sec.sec18 .inner .photo > div:nth-child(1) img {
    display: block;
  }
  #container .sec.sec18 .inner .photo > div:nth-child(2) {
    width: 100%;
    height: auto;
    padding: 60px 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #container .sec.sec18 .inner .photo > div:nth-child(2) .img {
    width: 100%;
  }
  #container .sec.sec18 .inner .credit {
    display: none;
  }
  #container .sec.sec19 {
    margin-bottom: 60px;
    order: 19;
  }
  #container .sec.sec19 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec19 .inner .title {
    display: none;
  }
  #container .sec.sec19 .inner .photo {
    width: 100%;
    height: auto;
    background-image: none;
  }
  #container .sec.sec19 .inner .photo img {
    display: block;
  }
  #container .sec.sec19 .inner .credit {
    display: none;
  }
  #container .sec.sec20 {
    margin-bottom: 70px;
    order: 20;
  }
  #container .sec.sec20 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #container .sec.sec20 .inner::before {
    width: 40px;
    height: 40px;
    top: 180px;
    right: auto;
    left: 50px;
    z-index: 5;
    display: block;
  }
  #container .sec.sec20 .inner .title {
    position: absolute;
    top: calc(100% - 118px - 65px - 100px);
    right: 20px;
    left: auto;
  }
  #container .sec.sec20 .inner .title::before {
    content: none;
  }
  #container .sec.sec20 .inner .title h4 {
    background-image: url(../images/text_cat_keyitems2.svg);
  }
  #container .sec.sec20 .inner .photo {
    height: auto;
    background-image: none;
  }
  #container .sec.sec20 .inner .photo img {
    display: block;
  }
  #container .sec.sec20 .inner .text {
    width: 100px;
    position: absolute;
    top: 230px;
    left: 20px;
  }
  #container .sec.sec20 .inner .text .intext {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec20 .inner .text .intext h5 {
    width: 50px;
    height: 180px;
    background-image: url(../images/body_sec20.svg);
    margin-bottom: 25px;
  }
  #container .sec.sec20 .inner .text .intext p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
  }
  #container .sec.sec20 .inner .credit {
    display: none;
  }
  #container .sec.sec21 {
    order: 21;
    margin-bottom: 20px;
  }
  #container .sec.sec21 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    overflow: visible;
  }
  #container .sec.sec21 .inner .title {
    display: none;
  }
  #container .sec.sec21 .inner .title::before {
    content: none;
  }
  #container .sec.sec21 .inner .photo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec21 .inner .photo > div {
    width: calc(100% - 80px);
    height: auto;
    background-image: none;
  }
  #container .sec.sec21 .inner .photo > div img {
    display: block;
  }
  #container .sec.sec21 .inner .credit {
    height: auto;
    top: -135px;
  }
  #container .sec.sec21 .inner .credit::before {
    background-color: #000;
  }
  #container .sec.sec21 .inner .credit p.subtitle {
    margin: 0px;
  }
  #container .sec.sec21 .inner .credit p.subtitle span {
    background-image: url(../images/text_subtitle.svg);
  }
  #container .sec.sec21 .inner .credit p.category span {
    background-image: url(../images/text_cat_outer.svg);
    height: 129px;
  }
  #container .sec.sec22 {
    order: 22;
  }
  #container .sec.sec22 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #container .sec.sec22 .inner::before {
    content: none;
  }
  #container .sec.sec22 .inner .title {
    display: none;
  }
  #container .sec.sec22 .inner .photo {
    width: 100%;
    height: auto;
    background-image: none;
  }
  #container .sec.sec22 .inner .photo img {
    display: block;
  }
  #container .sec.sec22 .inner .credit {
    display: none;
  }
  #container .sec.sec23 {
    order: 23;
    margin-bottom: 120px;
  }
  #container .sec.sec23 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec23 .inner .title {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 0px;
    left: auto;
  }
  #container .sec.sec23 .inner .title h4 {
    background-image: url(../images/text_cat_keyitems.svg);
  }
  #container .sec.sec23 .inner .title::before {
    content: none;
  }
  #container .sec.sec23 .inner .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    order: 2;
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) > div {
    width: 125px;
    position: relative;
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) > div:not(:last-child) {
    margin-bottom: 60px;
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(1) {
    top: auto;
    left: auto;
    transform: translateX(-40px);
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(2) {
    margin-right: auto;
    top: auto;
    left: auto;
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(2):not(:last-child) {
    margin-bottom: 15px;
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(3) {
    top: auto;
    left: auto;
    transform: translateX(40px);
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(4) {
    top: auto;
    left: auto;
    transform: translateX(-25px);
  }
  #container .sec.sec23 .inner .photo > div:nth-child(1) > div:nth-child(5) {
    top: auto;
    left: auto;
    transform: translateX(50px);
  }
  #container .sec.sec23 .inner .photo > div:nth-child(2) {
    width: 100%;
    height: auto;
    background-image: none;
    margin-bottom: 55px;
    order: 1;
  }
  #container .sec.sec23 .inner .photo > div:nth-child(2) img {
    display: block;
  }
  #container .sec.sec23 .inner .credit {
    display: none;
  }
  #container .sec.sec24 {
    order: 24;
  }
  #container .sec.sec24 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }
  #container .sec.sec24 .inner .title {
    display: none;
  }
  #container .sec.sec24 .inner .title::before {
    display: none;
  }
  #container .sec.sec24 .inner .text {
    width: calc(100% - 80px);
    height: auto;
    margin-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 2;
  }
  #container .sec.sec24 .inner .text .intext {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    transform: translateY(0px);
  }
  #container .sec.sec24 .inner .text .intext::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/text_num3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    display: block;
    transform: translateY(-20px);
  }
  #container .sec.sec24 .inner .text .intext h5 {
    width: 54px;
    height: 249px;
    margin-bottom: 30px;
  }
  #container .sec.sec24 .inner .text .intext p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    width: 120px;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }
  #container .sec.sec24 .inner .photo {
    width: calc(100% - 80px);
    height: auto;
    margin: 0px;
    clip-path: none;
    order: 1;
    position: relative;
  }
  #container .sec.sec24 .inner .photo > div {
    width: 100%;
  }
  #container .sec.sec24 .inner .credit {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    top: -15px;
  }
  #container .sec.sec24 .inner .credit::before {
    background-color: #000;
  }
  #container .sec.sec24 .inner .credit p.subtitle span {
    background-image: url(../images/text_subtitle.svg);
  }
  #container .sec.sec24 .inner .credit p.category span {
    background-image: url(../images/text_cat_acce.svg);
    height: 179px;
  }
  #container .sec.sec25 {
    order: 25;
  }
  #container .sec.sec25 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #container .sec.sec25 .inner .title::before {
    content: none;
  }
  #container .sec.sec25 .inner .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    clip-path: none;
    position: relative;
  }
  #container .sec.sec25 .inner .photo > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #container .sec.sec25 .inner .photo > div > div {
    width: calc(100% - 85px);
  }
  #container .sec.sec25 .inner .photo > div h5 {
    width: 35px;
    height: 135px;
    background-image: url(../images/body_sec25.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: auto;
    left: calc(50% - 85px - 50px);
  }
  #container .sec.sec25 .inner .credit {
    display: none;
  }
  #container .sec.sec25 .inner .credit::before {
    background-color: #000;
  }
  #container .sec.sec25 .inner .credit p.subtitle span {
    background-image: url(../images/text_subtitle.svg);
  }
  #container .sec.sec25 .inner .credit p.category span {
    background-image: url(../images/text_cat_acce.svg);
    height: 173px;
  }
  #container .sec.sec26 {
    order: 26;
  }
  #container .sec.sec26 .inner {
    padding: 70px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  #container .sec.sec26 .inner .title {
    display: none;
  }
  #container .sec.sec26 .inner .title::before {
    content: none;
  }
  #container .sec.sec26 .inner .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    clip-path: none;
  }
  #container .sec.sec26 .inner .photo > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  #container .sec.sec26 .inner .photo > div h5 {
    width: 170px;
    height: 38px;
    background-image: url(../images/body_sec26.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -20px;
    left: 40px;
    z-index: 1;
  }
  #container .sec.sec26 .inner .photo > div > div {
    width: calc(100% - 75px);
  }
  #container .sec.sec26 .inner .credit {
    display: none;
  }
  #container .sec.sec26 .inner .credit::before {
    background-color: #000;
  }
  #container .sec.sec27 {
    order: 27;
    margin-bottom: 40px;
  }
  #container .sec.sec27 .inner {
    padding: 170px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  #container .sec.sec27 .inner .title {
    display: none;
  }
  #container .sec.sec27 .inner .title::before {
    content: none;
  }
  #container .sec.sec27 .inner .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  #container .sec.sec27 .inner .photo > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec27 .inner .photo > div > div:nth-child(1) {
    width: 65%;
    margin-bottom: 50px;
  }
  #container .sec.sec27 .inner .photo > div > div:nth-child(1)::before {
    content: "モダンなアイウェアで洗練されたインパクトを。";
    width: 36px;
    height: 226px;
    background-image: url(../images_sp/body_sec27.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -130px;
    left: 10px;
  }
  #container .sec.sec27 .inner .photo > div > div:nth-child(2) {
    width: 40%;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  #container .sec.sec27 .inner .photo > div > div:nth-child(2) h5 {
    display: none;
  }
  #container .sec.sec27 .inner .photo > div > div:nth-child(2) .link {
    width: 100%;
  }
  #container .sec.sec27 .inner .credit {
    display: none;
  }
  #container .sec.sec28 {
    order: 28;
    background-image: none;
  }
  #container .sec.sec28 .inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #container .sec.sec28 .inner .index {
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec28 .inner .index::before {
    content: "";
    width: 75px;
    height: 1px;
    background-color: #000;
    display: block;
    position: relative;
    transform: translateY(1rem);
  }
  #container .sec.sec28 .inner .index .title {
    margin-left: 0px;
    position: relative;
  }
  #container .sec.sec28 .inner .index .title dl {
    position: absolute;
    top: 75px;
    left: 50px;
    z-index: 1;
  }
  #container .sec.sec28 .inner .index .title dl::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 8px;
    left: -50px;
  }
  #container .sec.sec28 .inner .index .title dl dt {
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #container .sec.sec28 .inner .index .title dl dt:not(:last-child) {
    margin-bottom: 25px;
  }
  #container .sec.sec28 .inner .index .title dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  #container .sec.sec28 .inner .index .title dl dd span {
    width: 172px;
    height: 40px;
    background-image: url(../images_sp/body_sec28.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #container .sec.sec28 .inner .index .title .ph {
    width: 100%;
    display: block;
  }
  #container .sec.sec28 .inner .index .text {
    width: 100%;
    padding: 40px;
    margin: 0px;
    background-color: #efeeea;
  }
  #container .sec.sec28 .inner .index .text::after {
    content: "2024 SPRING  and  SUMMER COLLECTION";
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
  }
  #container .sec.sec28 .inner .index .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: justify;
    width: 100%;
    margin-bottom: 10px;
  }
  #container .sec.sec29 {
    order: 29;
    z-index: 5;
  }
  #container .sec.sec29 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }
  #container .sec.sec29 .inner .title {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #container .sec.sec29 .inner .title::before {
    content: none;
  }
  #container .sec.sec29 .inner .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  #container .sec.sec29 .inner .photo::after {
    content: "";
    width: 26px;
    height: 305px;
    background-image: url(../images_sp/text_name_teurn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: -20px;
    left: calc(50% + 75px);
  }
  #container .sec.sec29 .inner .photo > div:nth-child(1) {
    width: 100%;
    height: auto;
    background-image: url(../images_sp/photo29_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
  #container .sec.sec29 .inner .photo > div:nth-child(1) img {
    width: 153px;
    position: relative;
    transform: translate(50px, -10px);
    z-index: 3;
  }
  #container .sec.sec29 .inner .photo > div:nth-child(2) {
    width: calc(100% - 135px);
    height: auto;
    background-image: none;
    margin: -90px 0 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }
  #container .sec.sec29 .inner .photo > div:nth-child(2)::before {
    content: none;
  }
  #container .sec.sec29 .inner .photo > div img {
    display: block;
  }
  #container .sec.sec29 .inner .photo p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    width: 120px;
    position: absolute;
    bottom: 80px;
    left: 40px;
  }
  #container .sec.sec29 .inner .credit {
    justify-content: flex-start;
    transform: translateY(-10px);
  }
  #container .sec.sec29 .inner .credit::before {
    background-color: #000;
  }
  #container .sec.sec29 .inner .credit p.subtitle span {
    background-image: url(../images/text_subtitle.svg);
  }
  #container .sec.sec29 .inner .credit p.category span {
    background-image: url(../images_sp/text_cat_select.svg);
    height: 295px;
  }
  #container .sec.sec29 ul {
    display: none;
  }
  #container .sec.sec30 {
    order: 30;
  }
  #container .sec.sec30 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec30 .inner .title {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #container .sec.sec30 .inner .title::before {
    content: none;
  }
  #container .sec.sec30 .inner .photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  #container .sec.sec30 .inner .photo > div:nth-child(1) {
    width: 100%;
    height: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  #container .sec.sec30 .inner .photo > div:nth-child(2) {
    width: 100%;
    height: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }
  #container .sec.sec30 .inner .photo > div:nth-child(2)::before {
    width: 25px;
    height: 180px;
    background-image: url(../images_sp/text_name_famuse.svg);
    top: -135px;
    right: 40px;
  }
  #container .sec.sec30 .inner .photo > div:nth-child(2) img {
    width: calc(100% - 130px);
  }
  #container .sec.sec30 .inner .photo > div img {
    display: block;
  }
  #container .sec.sec30 .inner .photo p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 130px;
    bottom: 50px;
    right: 50px;
  }
  #container .sec.sec30 .inner .photo ul {
    width: 100%;
    height: 9px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0px;
    z-index: 1;
    box-sizing: border-box;
  }
  #container .sec.sec30 .inner .photo ul li {
    width: 65px;
    height: 9px;
  }
  #container .sec.sec30 .inner .photo ul li:nth-child(1) {
    margin: 0;
  }
  #container .sec.sec30 .inner .photo ul li:nth-child(2) {
    margin: 0 0 0 40px;
  }
  #container .sec.sec30 .inner .photo ul li:nth-child(3) {
    margin: 0 0 0 50px;
  }
  #container .sec.sec30 .inner .credit::before {
    background-color: #000;
  }
  #container .sec.sec30 .inner .credit p.subtitle span {
    background-image: url(../images/text_subtitle.svg);
  }
  #container .sec.sec30 .inner .credit p.category span {
    background-image: url(../images/text_cat_select.svg);
    height: 195px;
  }
  #container .sec.sec30 ul {
    width: 65px;
    height: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% + 35px);
    z-index: 1;
    box-sizing: border-box;
  }
  #container .sec.sec30 ul li {
    width: 100%;
    height: 9px;
  }
  #container .sec.sec30 ul li:nth-child(1) {
    margin-bottom: 80px;
  }
  #container .sec.sec30 ul li:nth-child(2) {
    margin-bottom: 20px;
  }
  #container .sec.sec30 ul li:nth-child(3) {
    margin-top: 0;
  }
  #container .sec.sec31 {
    height: auto;
    order: 31;
  }
  #container .sec.sec31 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  #container .sec.sec31 .inner::before {
    content: "";
    width: 100%;
    height: 20%;
    background-color: #0c4c19;
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0px;
  }
  #container .sec.sec31 .inner .title {
    display: none;
  }
  #container .sec.sec31 .inner .title::before {
    content: none;
  }
  #container .sec.sec31 .inner .photo {
    width: 100%;
    height: auto;
    padding: 40px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  #container .sec.sec31 .inner .photo::before {
    content: "";
    width: 188px;
    height: 428px;
    background-image: url(../images/text_name_provoke.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  #container .sec.sec31 .inner .photo > div:nth-child(1) {
    width: 100%;
    height: auto;
    margin-top: -115px;
    background-image: none;
    position: relative;
    z-index: -1;
    order: 2;
  }
  #container .sec.sec31 .inner .photo > div:nth-child(1) img {
    width: 55%;
    display: block;
  }
  #container .sec.sec31 .inner .photo > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 5;
    order: 1;
  }
  #container .sec.sec31 .inner .photo > div:nth-child(2)::before {
    content: none;
  }
  #container .sec.sec31 .inner .photo > div:nth-child(2) > div.ph {
    width: 50%;
    transform: translate(-20px, -20px);
  }
  #container .sec.sec31 .inner .photo p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    width: 120px;
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 15px;
    left: auto;
  }
  #container .sec.sec31 .inner .credit {
    display: none;
  }
  #container .sec.sec32 {
    order: 32;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec32 .inner {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec32 .inner .title {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #container .sec.sec32 .inner .title::before {
    content: none;
  }
  #container .sec.sec32 .inner .photo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    clip-path: none;
  }
  #container .sec.sec32 .inner .photo > div:nth-child(1) {
    width: 100%;
    padding: 0 100px 100px 0;
    order: 2;
  }
  #container .sec.sec32 .inner .photo > div:nth-child(2) {
    width: 100%;
    margin-left: 0px;
    position: relative;
    order: 1;
  }
  #container .sec.sec32 .inner .photo > div.link .credit .incredit {
    justify-content: flex-end;
  }
  #container .sec.sec32 .inner .photo p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    width: 160px;
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
  #container .sec.sec32 .inner dl.txt {
    text-align: left;
    width: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .sec.sec32 .inner dl.txt dt {
    color: #FFF;
    font-family: "ff-angie-pro", serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    background-color: #2c2e71;
    padding: 2px 4px;
    margin-bottom: 5px;
  }
  #container .sec.sec32 .inner dl.txt dd span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
    background-color: #FFF;
  }
  #container .sec.sec32 .inner dl.txt.text1 {
    top: auto;
    right: 40px;
    bottom: 40px;
    left: auto;
  }
  #container .sec.sec32 .inner dl.txt.text2 {
    top: 500px;
    left: 35px;
  }
  #container .sec.sec32 .inner .credit {
    display: none;
  }
  #container .sec.sec32 .news {
    width: 100%;
    padding: 20px 0 60px 0;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec32 .news::after {
    width: 58px;
    height: 58px;
    top: 60px;
    right: auto;
    left: 10px;
    z-index: 1;
    display: block;
  }
  #container .sec.sec32 .news h5 {
    width: 85px;
    height: 61px;
    margin-bottom: 10px;
  }
  #container .sec.sec32 .news dl {
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #container .sec.sec32 .news dl dt {
    color: #000;
    font-family: "ff-angie-pro", serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02em;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 15px;
    background-color: #FFF;
  }
  #container .sec.sec32 .news dl dd {
    text-align: center;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
  }
  #container .sec.sec32 .news dl dd p:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #container .sec.sec32 .news dl dd p:nth-child(1) br {
    display: none;
  }
  #container .sec.sec32 .news dl dd p:nth-child(1) span {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #container .sec.sec32 .news dl dd p:nth-child(2) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 100%;
    padding: 0px;
  }
  #container .sec.sec32 .news dl dd p:nth-child(2) a {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    padding: 15px 0 0 0;
    display: inline-block;
  }
}
@media screen and (max-width: 415px) {
  main .wrapper .lead .inner .data dl dd.col ul li:not(:first-child) {
    margin-left: 9.0909090909%;
  }
  main .wrapper .lead .inner .data dl dd.col ul li:not(:first-child):nth-child(6) {
    margin-left: 0px;
  }
  main .wrapper .lead .inner .data dl dd.col ul li:nth-child(-n+5) {
    margin-bottom: 5px;
  }
  main .sec .insec .style .data dl dd.col ul li:not(:first-child) {
    margin-left: 9.0909090909%;
  }
  main .sec .insec .style .data dl dd.col ul li:not(:first-child):nth-child(6) {
    margin-left: 0px;
  }
  main .sec .insec .style .data dl dd.col ul li:nth-child(-n+5) {
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
