@charset "UTF-8";
@import url("https://use.typekit.net/xym3bal.css");
@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 kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fillblack {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 -10%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

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

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

video {
  width: 100%;
  height: auto;
}

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--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #707070;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #111;
  display: block;
}
#loader .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease-in;
}
#loader .text h3 {
  width: 206px;
  height: 26px;
  background-image: url(../images/logo_blk.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);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader.on .text h3 {
  opacity: 0;
}

header {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
  pointer-events: none;
  box-sizing: border-box;
}
header h1 {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header ul li {
  pointer-events: auto;
}
header ul li a {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  opacity: 0.7;
}
header ul li:not(:first-child) {
  margin-left: 10px;
}

main {
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0 0 140px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
main section .bestitem,
main section .credits {
  width: 100%;
}
main section .bestitem > div:not(:last-child),
main section .credits > div:not(:last-child) {
  margin-bottom: 15px;
}
main section .bestitem > div.item-d-none dl dd,
main section .credits > div.item-d-none dl dd {
  display: none;
}
main section .bestitem > div dl,
main section .credits > div dl {
  text-align: left;
  width: 55%;
  min-width: 250px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section .bestitem > div dl dt,
main section .credits > div dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .bestitem > div dl dt strong:nth-child(1),
main section .credits > div dl dt strong:nth-child(1) {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section .bestitem > div dl dt strong:nth-child(2),
main section .credits > div dl dt strong:nth-child(2) {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
main section .bestitem > div dl dt strong span,
main section .credits > div dl dt strong span {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0 0 0 5px;
}
main section .bestitem > div dl dt strong span:not(.nc)::after,
main section .credits > div dl dt strong span:not(.nc)::after {
  content: "(Tax in)";
  padding: 0 0 0 5px;
}
main section .bestitem > div dl dd a,
main section .credits > div dl dd a {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
  display: inline-block;
}
main section .bestitem > div dl dd a:hover,
main section .credits > div dl dd a:hover {
  color: #111;
  text-decoration: underline;
}
main section .bestitem > div dl dd span,
main section .credits > div dl dd span {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main section .bestitem > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .bestitem > div dl dd {
  margin-left: 30px;
}
main section#visual {
  width: 100%;
  padding-bottom: 90px;
  border-bottom: solid 1px #000;
}
main section#visual .inner {
  width: 100%;
  position: relative;
}
main section#visual .inner .photo {
  width: 100%;
  margin-bottom: 85px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#visual .inner .photo > div {
  width: 25%;
  opacity: 0;
  transition: all 0.3s ease-in 0s;
  position: relative;
}
main section#visual .inner .photo > div:nth-child(1) {
  transition-delay: 0.1s;
}
main section#visual .inner .photo > div:nth-child(2) {
  transition-delay: 0.2s;
}
main section#visual .inner .photo > div:nth-child(3) {
  transition-delay: 0.3s;
}
main section#visual .inner .photo > div:nth-child(4) {
  transition-delay: 0.4s;
}
main section#visual .inner .photo > div:hover img {
  opacity: 0.7;
}
main section#visual .inner .photo > div span {
  color: #FFF;
  font-family: "nimbus-roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main section#visual .inner .photo > div img {
  width: 100%;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main section#visual .inner .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#visual .inner .title h2 {
  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;
  width: 473px;
  height: 83px;
  margin-bottom: 30px;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main section#visual .inner .title h6 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
  opacity: 0;
  transition: all 0.5s ease-in 1.25s;
}
main section#visual .inner .title h6 br {
  display: none;
}
main section#visual .inner .title p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.1rem;
  letter-spacing: 0em;
  opacity: 0;
  transition: all 0.5s ease-in 1.25s;
}
main section#visual.on .inner .photo > div {
  opacity: 1;
}
main section#visual.on .inner .title h2, main section#visual.on .inner .title h6, main section#visual.on .inner .title p {
  opacity: 1;
}
main section.sec {
  width: 100%;
  padding: 100px 0;
  background-color: #F0F3F3;
}
main section.sec:not(:last-child) {
  margin-bottom: 50px;
}
main section.sec#sec2, main section.sec#sec4, main section.sec#sec6, main section.sec#sec8 {
  background-color: #FFF;
}
main section.sec#sec2 .data, main section.sec#sec4 .data, main section.sec#sec6 .data, main section.sec#sec8 .data {
  padding-top: 40px;
}
main section.sec .block.b1 {
  width: calc(100% - 86px);
  max-width: 1280px;
  margin: 0 auto 30px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section.sec .block.b1.on .photo,
main section.sec .block.b1.on .data {
  opacity: 1;
}
main section.sec .block.b1.reverse.on .video {
  opacity: 1;
}
main section.sec .block.b1.reverse .video {
  line-height: 0;
  width: 46.875%;
  order: 2;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section.sec .block.b1.reverse .data {
  order: 1;
  padding: 0 0 40px 80px;
  transition-delay: 0s;
}
main section.sec .block.b1 .photo {
  width: 46.875%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.sec .block.b1 .data {
  text-align: left;
  width: calc(53.125% - 100px);
  padding: 0 80px 40px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section.sec .block.b1 .data h3 {
  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: 80px;
}
main section.sec .block.b1 .data h3.cat1 {
  width: 254px;
  height: 57px;
  background-image: url(../images/title_cat1.png);
}
main section.sec .block.b1 .data h3.cat2 {
  width: 335px;
  height: 57px;
  background-image: url(../images/title_cat2.png);
}
main section.sec .block.b1 .data > dl {
  margin-bottom: 80px;
}
main section.sec .block.b1 .data > dl dt {
  margin-bottom: 10px;
  position: relative;
}
main section.sec .block.b1 .data > dl dt p:nth-child(1) {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .block.b1 .data > dl dt p:nth-child(2) {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 7.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .block.b1 .data > dl dd a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section.sec .block.b1 .data > dl dd a:hover {
  opacity: 0.7;
}
main section.sec .block.b1 .data > dl dd a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main section.sec .block.b1 .data > dl dd a span {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
}
main section.sec .block.b1 .data .bestitem {
  width: 100%;
  margin-bottom: 40px;
}
main section.sec .block.b1 .data .bestitem h4 {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .block.b1 .data .bestitem h5 {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
main section.sec .block.b1 .data .bestitem > div {
  width: 100%;
}
main section.sec .block.b1 .data .bestitem > div:not(:last-child) {
  margin-bottom: 40px;
}
main section.sec .block.b1 .data .bestitem > div dl dt strong:nth-child(1) {
  font-size: 1.8rem;
}
main section.sec .block.b1 .data .bestitem > div dl dt strong span {
  font-size: 1.8rem;
}
main section.sec .block.b1 .data .bestitem > div dl dd {
  margin-left: 20px;
}
main section.sec .block.b1 .data .bestitem > div dl dd a {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .block.b1 .data .bestitem + p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main section.sec .block.b1 .data .credits {
  margin-top: auto;
}
main section.sec .block.b2 {
  width: calc(100% - 86px);
  max-width: 1280px;
  margin: 0 auto;
}
main section.sec .block.b2.on .photos .photo {
  opacity: 1;
}
main section.sec .block.b2 .photos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section.sec .block.b2 .photos .photo {
  width: calc((100% - 60px) / 3);
  opacity: 0;
  transition: opacity 0.3s ease-out 0s;
}
main section.sec .block.b2 .photos .photo:nth-child(1) {
  transition-delay: 0s;
}
main section.sec .block.b2 .photos .photo:nth-child(2) {
  transition-delay: 0.3s;
}
main section.sec .block.b2 .photos .photo:nth-child(3) {
  transition-delay: 0.6s;
}

footer {
  text-align: left;
  width: 100%;
  padding: 60px 30px;
  margin: 0 auto;
  border-top: solid 1px #000;
  box-sizing: border-box;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner ul li a {
  color: #000;
  font-family: "nimbus-roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
footer .inner ul li a:hover {
  opacity: 0.8;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner p {
  color: #707070;
  font-family: "nimbus-roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

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

  header {
    height: 40px;
    padding: 0 7px;
  }
  header h1 {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  header ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  header ul li {
    pointer-events: auto;
  }
  header ul li a {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  header ul li a:hover {
    opacity: 1;
  }
  header ul li:not(:first-child) {
    margin-left: 5px;
  }

  main {
    padding: 40px 0 0 0;
    margin: 0 0 0px 0;
  }
  main section .bestitem,
main section .credits {
    width: 100%;
  }
  main section .bestitem > div,
main section .credits > div {
    width: 100%;
  }
  main section .bestitem > div:not(:last-child),
main section .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main section .bestitem > div dl,
main section .credits > div dl {
    text-align: left;
    width: 85%;
    min-width: 85%;
  }
  main section .bestitem > div dl dt,
main section .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .bestitem > div dl dt strong:nth-child(1),
main section .credits > div dl dt strong:nth-child(1) {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .bestitem > div dl dt strong:nth-child(2),
main section .credits > div dl dt strong:nth-child(2) {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main section .bestitem > div dl dt strong span,
main section .credits > div dl dt strong span {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .bestitem > div dl dd,
main section .credits > div dl dd {
    margin-left: 30px;
  }
  main section .bestitem > div dl dd a,
main section .credits > div dl dd a {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .bestitem > div dl dd a:hover,
main section .credits > div dl dd a:hover {
    color: #000;
  }
  main section .bestitem > div dl dd span,
main section .credits > div dl dd span {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .bestitem > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section .bestitem > div dl dd {
    margin-left: 30px;
  }
  main section#visual {
    padding-bottom: 40px;
  }
  main section#visual .inner .photo {
    margin-bottom: 40px;
  }
  main section#visual .inner .photo > div {
    width: 50%;
  }
  main section#visual .inner .photo > div span {
    color: #FFF;
    font-family: "nimbus-roman", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    right: 10px;
    bottom: 10px;
  }
  main section#visual .inner .title {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#visual .inner .title h2 {
    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;
    width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.1745);
    margin-bottom: 30px;
    display: block;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main section#visual .inner .title h6 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main section#visual .inner .title h6 br {
    display: block;
  }
  main section#visual .inner .title p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section.sec {
    width: 100%;
    padding: 50px 0 70px 0;
    background-color: #F0F3F3;
  }
  main section.sec:not(:last-child) {
    margin-bottom: 0px;
  }
  main section.sec#sec2 .data, main section.sec#sec4 .data, main section.sec#sec6 .data, main section.sec#sec8 .data {
    padding-top: 0px;
  }
  main section.sec .block.b1 {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section.sec .block.b1.reverse .video {
    width: 100%;
    padding: 25px 0 0 0;
    margin-bottom: 25px;
    order: 1;
  }
  main section.sec .block.b1.reverse .data {
    order: 2;
    padding: 0px;
  }
  main section.sec .block.b1 .photo {
    width: 100%;
    padding: 55px 0 0 0;
    margin-bottom: 25px;
  }
  main section.sec .block.b1 .data {
    text-align: left;
    width: 100%;
    padding: 0px;
  }
  main section.sec .block.b1 .data h3 {
    margin-bottom: 0px;
    position: absolute;
    top: 0px;
    left: 10px;
  }
  main section.sec .block.b1 .data h3.cat1 {
    width: 157px;
    height: 35px;
  }
  main section.sec .block.b1 .data h3.cat2 {
    width: 207px;
    height: 35px;
  }
  main section.sec .block.b1 .data > dl {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  main section.sec .block.b1 .data > dl dt {
    margin-bottom: 0px;
    position: relative;
  }
  main section.sec .block.b1 .data > dl dt p:nth-child(1) {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .block.b1 .data > dl dt p:nth-child(2) {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .block.b1 .data > dl dd a:hover {
    opacity: 1;
  }
  main section.sec .block.b1 .data > dl dd a::before {
    width: 14px;
    height: 14px;
  }
  main section.sec .block.b1 .data > dl dd a span {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .block.b1 .data .bestitem {
    width: 100%;
    margin-bottom: 30px;
  }
  main section.sec .block.b1 .data .bestitem h4 {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .block.b1 .data .bestitem h5 {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 3.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.sec .block.b1 .data .bestitem > div {
    width: 100%;
  }
  main section.sec .block.b1 .data .bestitem > div:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.sec .block.b1 .data .bestitem > div dl dt strong:nth-child(1) {
    font-size: 1.4rem;
  }
  main section.sec .block.b1 .data .bestitem > div dl dt strong span {
    font-size: 1.4rem;
  }
  main section.sec .block.b1 .data .bestitem > div dl dd {
    margin-left: 20px;
  }
  main section.sec .block.b1 .data .bestitem > div dl dd a {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .block.b1 .data .bestitem + p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 60px;
  }
  main section.sec .block.b1 .data .photos {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.sec .block.b1 .data .photos .photo {
    width: 100%;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    transition: opacity 0.3s ease-in 0s;
  }
  main section.sec .block.b1 .data .photos .photo.on {
    opacity: 1;
  }
  main section.sec .block.b1 .data .photos .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.sec .block.b1 .data .credits {
    margin-top: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in 0s;
  }
  main section.sec .block.b1 .data .credits.on {
    opacity: 1;
  }
  main section.sec .block.b2 {
    display: none;
  }

  footer {
    padding: 30px 20px 40px 20px;
  }
  footer .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    margin-bottom: 30px;
  }
  footer .inner ul li a {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover {
    opacity: 1;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner p {
    color: #000;
    font-family: "nimbus-roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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