@import url("https://use.typekit.net/lku3swd.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;
  }
}
@keyframes change {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #D8F01E;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
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: 166px;
  height: 110px;
  background-image: url(../images/logo_loading1.png);
  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% - 55px);
  left: calc(50% - 83px);
}
#loader .bar {
  width: 200px;
  height: 47px;
  background-image: url(../images/logo_loading3.png);
  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% + 20px);
  left: calc(50% - 100px);
  z-index: 5;
}
#loader .bar span {
  width: 100%;
  height: 100%;
  background-image: url(../images/logo_loading2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
header.on .inner .title {
  opacity: 1;
}
header.on .inner .photo > div {
  opacity: 1;
}
header .inner {
  width: 100%;
  position: relative;
}
header .inner .title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
header .inner .title h1 {
  width: 278px;
}
header .inner .title h1:not(:last-child) {
  margin-bottom: 50px;
}
header .inner .title h1 span {
  width: 100%;
  height: 132px;
  background-image: url(../images/logo_visual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner .title h2 {
  width: 590px;
}
header .inner .title h2:not(:last-child) {
  margin-bottom: 50px;
}
header .inner .title h2 span {
  width: 100%;
  height: 183px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
header .inner .photo > div {
  width: 50%;
  opacity: 0;
}
header .inner .photo > div:nth-child(1) {
  transition: all 0.25s ease-in 0s;
}
header .inner .photo > div:nth-child(2) {
  transition: all 0.25s ease-in 0.25s;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main:not(:last-child) {
  margin-bottom: 235px;
}
main .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
main .sec:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#lead {
  width: 100%;
  padding: 130px 0;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .sec#lead.on {
  opacity: 1;
}
main .sec#lead h2 {
  display: none;
}
main .sec#lead p {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec#anchor {
  width: calc(100% - 40px);
  padding: 20px 0;
  margin: 0 auto;
  border-top: solid 5px #000;
  border-bottom: solid 5px #000;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0s;
}
main .sec#anchor:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#anchor.on {
  clip-path: inset(0 0 0 0);
}
main .sec#anchor ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#anchor ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.2s ease-in 0s;
}
main .sec#anchor ul li:hover {
  opacity: 0.7;
}
main .sec#anchor ul li:not(:first-child) {
  margin-left: 20px;
}
main .sec#anchor ul li::after {
  content: "";
  width: 20px;
  height: 40px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .sec#anchor ul li span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}
main .sec#report {
  width: 100%;
}
main .sec#report.on .photo {
  opacity: 1;
  transform: translateY(0);
}
main .sec#report .photo {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}
main .sec#report .photo.p1 {
  transition: all 0.25s ease-in 0s;
}
main .sec#report .photo.p2 {
  transition: all 0.25s ease-in 0.2s;
}
main .sec#report .photo.p3 {
  transition: all 0.25s ease-in 0.4s;
}
main .sec#report .photo.p4 {
  transition: all 0.25s ease-in 0.8s;
}
main .sec#report .photo.p5 {
  transition: all 0.25s ease-in 0.6s;
}
main .sec#report .photo.p6 {
  transition: all 0.25s ease-in 1s;
}
main .sec#report .photo.p7 {
  transition: all 0.25s ease-in 1.4s;
}
main .sec#report .photo.p8 {
  transition: all 0.25s ease-in 1.2s;
}
main .sec#report .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
main .sec#report .inner .line {
  width: 100%;
}
main .sec#report .inner .line.l1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#report .inner .line.l1 .photo.p1 {
  width: 40%;
  padding: 70px 0 0 0;
}
main .sec#report .inner .line.l1 .photo.p2 {
  width: 20%;
  margin-left: 10%;
}
main .sec#report .inner .line.l1 .photo.p3 {
  width: 20%;
  padding: 220px 0 0 0;
  margin-left: 10%;
}
main .sec#report .inner .line.l2 {
  padding-left: 4.5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: -65px 0 50px 0;
}
main .sec#report .inner .line.l2 .photo.p4 {
  width: 20%;
  padding: 65px 0 0 0;
}
main .sec#report .inner .line.l2 .photo.p5 {
  width: 20%;
  margin-left: 10%;
}
main .sec#report .inner .line.l2 .photo.p6 {
  width: 20%;
  padding: 85px 0 0 0;
  margin-left: 10%;
}
main .sec#report .inner .line.l3 {
  padding-right: 8%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main .sec#report .inner .line.l3 .photo.p7 {
  width: 20%;
}
main .sec#report .inner .line.l3 .photo.p8 {
  width: 40%;
  padding: 95px 0 0 0;
  margin-left: 10%;
}
main .sec#pickup, main .sec#recommend {
  width: 100%;
}
main .sec#pickup.on h3, main .sec#recommend.on h3 {
  opacity: 1;
}
main .sec#pickup.on .btn, main .sec#recommend.on .btn {
  opacity: 1;
}
main .sec#pickup.on .inner, main .sec#recommend.on .inner {
  opacity: 1;
}
main .sec#pickup:not(:last-child), main .sec#recommend:not(:last-child) {
  margin-bottom: 200px;
}
main .sec#pickup h3, main .sec#recommend h3 {
  color: #FF459B;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .sec#pickup .btn, main .sec#recommend .btn {
  width: 226px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.25s ease-in 1s;
}
main .sec#pickup .btn a, main .sec#recommend .btn a {
  width: 100%;
  height: 55px;
  background-image: url(../images/btn_more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.2s ease-in 0s;
}
main .sec#pickup .btn a:hover, main .sec#recommend .btn a:hover {
  opacity: 0.7;
}
main .sec#pickup .inner, main .sec#recommend .inner {
  width: calc(100% - 330px);
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.25s ease-in 0.5s;
}
main .sec#pickup .inner:not(:last-child), main .sec#recommend .inner:not(:last-child) {
  margin-bottom: 80px;
}
main .sec#pickup .inner .set, main .sec#recommend .inner .set {
  width: calc((100% - 20px) / 2);
}
main .sec#pickup .inner .set:not(:nth-child(2n+1)), main .sec#recommend .inner .set:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
main .sec#pickup .inner .set:not(:nth-child(n+3)), main .sec#recommend .inner .set:not(:nth-child(n+3)) {
  margin-bottom: 60px;
}
main .sec#pickup .inner .set .photo, main .sec#recommend .inner .set .photo {
  width: 100%;
}
main .sec#pickup .inner .set .photo:not(:last-child), main .sec#recommend .inner .set .photo:not(:last-child) {
  margin-bottom: 25px;
}
main .sec#pickup .inner .set .credits, main .sec#recommend .inner .set .credits {
  text-align: left;
  width: 100%;
}
main .sec#pickup .inner .set .credits > div, main .sec#recommend .inner .set .credits > div {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
main .sec#pickup .inner .set .credits > div:not(:last-child), main .sec#recommend .inner .set .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main .sec#pickup .inner .set .credits > div.item-d-none a, main .sec#recommend .inner .set .credits > div.item-d-none a {
  pointer-events: none;
}
main .sec#pickup .inner .set .credits > div.item-d-none a dl::before, main .sec#recommend .inner .set .credits > div.item-d-none a dl::before {
  content: none;
}
main .sec#pickup .inner .set .credits > div.item-d-none a dl dd, main .sec#recommend .inner .set .credits > div.item-d-none a dl dd {
  display: none;
}
main .sec#pickup .inner .set .credits > div.item-d-none a dl dd.show, main .sec#recommend .inner .set .credits > div.item-d-none a dl dd.show {
  padding-left: 10px;
  display: inline-block;
}
main .sec#pickup .inner .set .credits > div dl, main .sec#recommend .inner .set .credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 1;
}
main .sec#pickup .inner .set .credits > div dl dt, main .sec#recommend .inner .set .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#pickup .inner .set .credits > div dl dt::before, main .sec#recommend .inner .set .credits > div dl dt::before {
  content: none;
}
main .sec#pickup .inner .set .credits > div dl dt strong, main .sec#recommend .inner .set .credits > div dl dt strong {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#pickup .inner .set .credits > div dl dt strong:nth-child(2), main .sec#recommend .inner .set .credits > div dl dt strong:nth-child(2) {
  font-size: 1.2rem;
}
main .sec#pickup .inner .set .credits > div dl dt strong span:first-child, main .sec#recommend .inner .set .credits > div dl dt strong span:first-child {
  font-weight: 700;
}
main .sec#pickup .inner .set .credits > div dl dt strong span:not(:first-child), main .sec#recommend .inner .set .credits > div dl dt strong span:not(:first-child) {
  margin-left: 5px;
}
main .sec#pickup .inner .set .credits > div dl dd, main .sec#recommend .inner .set .credits > div dl dd {
  width: 60px;
}
main .sec#pickup .inner .set .credits > div dl dd a, main .sec#recommend .inner .set .credits > div dl dd a {
  color: #D8F01E;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 25px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in 0s;
}
main .sec#pickup .inner .set .credits > div dl dd a:hover, main .sec#recommend .inner .set .credits > div dl dd a:hover {
  opacity: 0.7;
}
main .sec#snap {
  width: 100%;
}
main .sec#snap.on h3 {
  opacity: 1;
}
main .sec#snap.on h4 {
  opacity: 1;
}
main .sec#snap.on ul li {
  opacity: 1;
}
main .sec#snap:not(:last-child) {
  margin-bottom: 200px;
}
main .sec#snap h3 {
  color: #FF459B;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .sec#snap h4 {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 60px;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .sec#snap ul {
  width: calc(100% - 330px);
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#snap ul li {
  width: calc((100% - 16px) / 3);
  opacity: 0;
}
main .sec#snap ul li:nth-child(1) {
  transition: all 0.2s ease-in 0.15s;
}
main .sec#snap ul li:nth-child(2) {
  transition: all 0.2s ease-in 0.3s;
}
main .sec#snap ul li:nth-child(3) {
  transition: all 0.2s ease-in 0.45s;
}
main .sec#snap ul li:nth-child(4) {
  transition: all 0.2s ease-in 0.6s;
}
main .sec#snap ul li:nth-child(5) {
  transition: all 0.2s ease-in 0.75s;
}
main .sec#snap ul li:nth-child(6) {
  transition: all 0.2s ease-in 0.9s;
}
main .sec#snap ul li:nth-child(7) {
  transition: all 0.2s ease-in 1.05s;
}
main .sec#snap ul li:nth-child(8) {
  transition: all 0.2s ease-in 1.2s;
}
main .sec#snap ul li:nth-child(9) {
  transition: all 0.2s ease-in 1.35s;
}
main .sec#snap ul li:nth-child(10) {
  transition: all 0.2s ease-in 1.5s;
}
main .sec#snap ul li:nth-child(11) {
  transition: all 0.2s ease-in 1.65s;
}
main .sec#snap ul li:nth-child(12) {
  transition: all 0.2s ease-in 1.8s;
}
main .sec#snap ul li:nth-child(13) {
  transition: all 0.2s ease-in 1.95s;
}
main .sec#snap ul li:nth-child(14) {
  transition: all 0.2s ease-in 2.1s;
}
main .sec#snap ul li:not(:nth-child(3n+1)) {
  margin-left: 8px;
}
main .sec#snap ul li:not(:nth-child(n+13)) {
  margin-bottom: 8px;
}
main .sec#shop {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#shop dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
main .sec#shop dl dt {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
main .sec#shop dl dd {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}
main .sec#shop p {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 20px;
}
main .sec#shop > div a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-decoration: underline;
  transition: all 0.2s ease-in 0s;
}
main .sec#shop > div a:hover {
  opacity: 0.7;
}

footer {
  text-align: left;
  width: calc(100% - 40px);
  padding: 50px 0;
  margin: 0 auto;
  border-top: solid 3px #000;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
footer .infoot ul li a:hover {
  opacity: 0.7;
}
footer .infoot ul li span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot p span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

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

  header {
    padding: 10px;
  }
  header .inner .title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  header .inner .title h1 {
    width: 278px;
  }
  header .inner .title h1:not(:last-child) {
    margin-bottom: 0px;
  }
  header .inner .title h1 span {
    width: 100%;
    height: 132px;
    background-image: url(../images/logo_visual.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  header .inner .title h2 {
    display: none;
  }
  header .inner .photo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner .photo > div {
    width: 100%;
  }
  header .inner .photo > div:nth-child(1) {
    display: none;
  }

  main:not(:last-child) {
    margin-bottom: 145px;
  }
  main .sec {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  main .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec#lead {
    width: calc(100% - 40px);
    padding: 20px 0 0 0;
  }
  main .sec#lead:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec#lead h2 {
    width: 100%;
    height: calc((100vw - 40px) * 0.3715);
    background-image: url(../images/title_sp.png);
    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: 40px;
  }
  main .sec#lead p {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#lead p br {
    display: none;
  }
  main .sec#anchor {
    width: calc(100% - 20px);
    padding: 15px 0;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
  }
  main .sec#anchor:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec#anchor ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec#anchor ul::before {
    content: "";
    width: 100%;
    height: 3px;
    margin: 15px 0;
    background-color: #000;
    display: block;
    order: 3;
  }
  main .sec#anchor ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#anchor ul li:hover {
    opacity: 1;
  }
  main .sec#anchor ul li:not(:first-child) {
    margin-left: 0px;
  }
  main .sec#anchor ul li:nth-child(1) {
    order: 1;
  }
  main .sec#anchor ul li:nth-child(2) {
    margin-left: 10px;
    order: 2;
  }
  main .sec#anchor ul li:nth-child(3) {
    order: 4;
  }
  main .sec#anchor ul li:nth-child(4) {
    margin-left: 10px;
    order: 5;
  }
  main .sec#anchor ul li::after {
    width: 10px;
    height: 20px;
  }
  main .sec#anchor ul li span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  main .sec#report .inner {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main .sec#report .inner .line {
    width: 100%;
  }
  main .sec#report .inner .line.l1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  main .sec#report .inner .line.l1 .photo {
    position: relative;
  }
  main .sec#report .inner .line.l1 .photo.p1 {
    width: 64.85%;
    padding: 0px;
  }
  main .sec#report .inner .line.l1 .photo.p2 {
    width: 35.135%;
    margin: -70px 0 0 auto;
    transform: translateX(-30px);
  }
  main .sec#report .inner .line.l1 .photo.p3 {
    width: 35.135%;
    padding: 0px;
    margin: -90px 0 0 0;
    transform: translateX(30px);
  }
  main .sec#report .inner .line.l2 {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 0px 0 0px 0;
  }
  main .sec#report .inner .line.l2 .photo.p4 {
    width: 35.135%;
    padding: 0px 0 0 0;
  }
  main .sec#report .inner .line.l2 .photo.p5 {
    width: 35.135%;
    margin-left: 0;
    position: absolute;
    top: -110px;
    left: 50%;
  }
  main .sec#report .inner .line.l2 .photo.p6 {
    width: 35.135%;
    padding: 50px 0 0 0;
    margin-left: 0;
  }
  main .sec#report .inner .line.l3 {
    padding-right: 0;
    margin-top: -90px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .sec#report .inner .line.l3 .photo {
    position: relative;
  }
  main .sec#report .inner .line.l3 .photo.p7 {
    width: 35.135%;
    margin-bottom: 30px;
    transform: translateX(-35.135%);
  }
  main .sec#report .inner .line.l3 .photo.p8 {
    width: 64.85%;
    padding: 0px;
    margin-left: 0;
    transform: translateX(8%);
  }
  main .sec#pickup, main .sec#recommend {
    width: 100%;
  }
  main .sec#pickup:not(:last-child), main .sec#recommend:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec#pickup h3, main .sec#recommend h3 {
    color: #FF459B;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
  }
  main .sec#pickup .btn, main .sec#recommend .btn {
    width: 226px;
    margin: 0 auto;
  }
  main .sec#pickup .btn a, main .sec#recommend .btn a {
    width: 100%;
    height: 55px;
    background-image: url(../images/btn_more.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 0.2s ease-in 0s;
  }
  main .sec#pickup .btn a:hover, main .sec#recommend .btn a:hover {
    opacity: 0.7;
  }
  main .sec#pickup .inner, main .sec#recommend .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#pickup .inner:not(:last-child), main .sec#recommend .inner:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#pickup .inner .set, main .sec#recommend .inner .set {
    width: 100%;
  }
  main .sec#pickup .inner .set:not(:nth-child(2n+1)), main .sec#recommend .inner .set:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  main .sec#pickup .inner .set:not(:nth-child(n+3)), main .sec#recommend .inner .set:not(:nth-child(n+3)) {
    margin-bottom: 0px;
  }
  main .sec#pickup .inner .set:not(:last-child), main .sec#recommend .inner .set:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec#pickup .inner .set .photo:not(:last-child), main .sec#recommend .inner .set .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec#pickup .inner .set .credits, main .sec#recommend .inner .set .credits {
    text-align: left;
    width: 100%;
  }
  main .sec#pickup .inner .set .credits > div, main .sec#recommend .inner .set .credits > div {
    width: 100%;
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 3px 1px;
  }
  main .sec#pickup .inner .set .credits > div:not(:last-child), main .sec#recommend .inner .set .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec#pickup .inner .set .credits > div.item-d-none a, main .sec#recommend .inner .set .credits > div.item-d-none a {
    pointer-events: none;
  }
  main .sec#pickup .inner .set .credits > div.item-d-none a dl::before, main .sec#recommend .inner .set .credits > div.item-d-none a dl::before {
    content: none;
  }
  main .sec#pickup .inner .set .credits > div.item-d-none a dl dd, main .sec#recommend .inner .set .credits > div.item-d-none a dl dd {
    display: none;
  }
  main .sec#pickup .inner .set .credits > div.item-d-none a dl dd.show, main .sec#recommend .inner .set .credits > div.item-d-none a dl dd.show {
    padding-left: 10px;
    display: inline-block;
  }
  main .sec#pickup .inner .set .credits > div dl, main .sec#recommend .inner .set .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 1;
  }
  main .sec#pickup .inner .set .credits > div dl dt, main .sec#recommend .inner .set .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#pickup .inner .set .credits > div dl dt::before, main .sec#recommend .inner .set .credits > div dl dt::before {
    content: none;
  }
  main .sec#pickup .inner .set .credits > div dl dt strong, main .sec#recommend .inner .set .credits > div dl dt strong {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#pickup .inner .set .credits > div dl dt strong:nth-child(2), main .sec#recommend .inner .set .credits > div dl dt strong:nth-child(2) {
    font-size: 1.2rem;
  }
  main .sec#pickup .inner .set .credits > div dl dt strong span:first-child, main .sec#recommend .inner .set .credits > div dl dt strong span:first-child {
    font-weight: 700;
  }
  main .sec#pickup .inner .set .credits > div dl dt strong span:not(:first-child), main .sec#recommend .inner .set .credits > div dl dt strong span:not(:first-child) {
    margin-left: 5px;
  }
  main .sec#pickup .inner .set .credits > div dl dd, main .sec#recommend .inner .set .credits > div dl dd {
    width: 60px;
  }
  main .sec#pickup .inner .set .credits > div dl dd a, main .sec#recommend .inner .set .credits > div dl dd a {
    color: #D8F01E;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 25px;
    background-color: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in 0s;
  }
  main .sec#pickup .inner .set .credits > div dl dd a:hover, main .sec#recommend .inner .set .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  main .sec#snap {
    width: 100%;
  }
  main .sec#snap:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec#snap h3 {
    color: #FF459B;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
  }
  main .sec#snap h4 {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.4rem;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
  }
  main .sec#snap ul {
    width: calc(100% - 20px);
  }
  main .sec#snap ul li {
    width: calc((100% - 10px) / 3);
  }
  main .sec#snap ul li:not(:nth-child(3n+1)) {
    margin-left: 5px;
  }
  main .sec#snap ul li:not(:nth-child(n+13)) {
    margin-bottom: 5px;
  }
  main .sec#shop dl {
    margin-bottom: 40px;
  }
  main .sec#shop dl dt {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
  }
  main .sec#shop dl dd {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  main .sec#shop p {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  main .sec#shop > div a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  main .sec#shop > div a:hover {
    opacity: 1;
  }

  footer {
    width: calc(100% - 20px);
    padding: 30px 0;
  }
  footer .infoot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    opacity: 1;
  }
  footer .infoot ul li span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot p span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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