@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://use.typekit.net/zik7itw.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 appear1 {
  0% {
    transform: rotate(-5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear2 {
  0% {
    transform: rotate(-2.5deg) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: rotate(-5deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear3 {
  0% {
    transform: rotate(2.5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(5deg) translateY(0px);
    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: Optima, "Marcellus", serif;
  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;
}

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

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--------------------------------------------------------- */
#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: 264px;
  height: 20px;
  background-image: url(../images/brandlogo.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;
  left: calc(50% - 132px);
  top: calc(50% - 10px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 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: 57px;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
}
header .inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .inner h1 {
  width: 17px;
}
header .inner h1 a {
  width: 100%;
  height: 221px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
header .inner ul {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li {
  width: 100%;
}
header .inner ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  opacity: 0.7;
}
header .inner ul li:nth-child(1) {
  margin-bottom: 20px;
}
header .inner ul li:nth-child(1) a {
  width: 12px;
  height: 113px;
  background-image: url(../images/text_online.png);
}
header .inner ul li:nth-child(2) a {
  width: 12px;
  height: 91px;
  background-image: url(../images/text_insta.png);
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0px;
  margin-bottom: 150px;
}
main .inner .visual {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 100px auto;
  position: relative;
}
main .inner .visual::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../images/visual_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  opacity: 0;
  transition: all 1s ease-in 0s;
}
main .inner .visual::after {
  content: "";
  width: 12px;
  height: 159px;
  background-image: url(../images/text_scroll.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: 20px;
  right: 20px;
  z-index: 5;
  opacity: 0;
  transition: all 0.25s ease-in 3s;
}
main .inner .visual .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
main .inner .visual .inner .text {
  width: 570px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  transform: translateX(110px);
}
main .inner .visual .inner .text h2 {
  width: 533px;
  height: 32px;
  background-image: url(../images/title1.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: 25px;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.25s ease-in 0.1s;
}
main .inner .visual .inner .text h3 {
  width: 569px;
  height: 76px;
  background-image: url(../images/title2.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;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.25s ease-in 0.5s;
}
main .inner .visual .inner .text p {
  color: #000;
  font-family: Optima, "Marcellus", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: justify;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.25s ease-in 0.9s;
}
main .inner .visual .inner .text.on h2, main .inner .visual .inner .text.on h3, main .inner .visual .inner .text.on p {
  transform: translateY(0px);
  opacity: 1;
}
main .inner .visual .inner .photos {
  width: 300px;
  height: 450px;
  position: absolute;
  top: calc(50% - 225px);
  left: calc(50% - 395px);
}
main .inner .visual .inner .photos div {
  width: 300px;
  height: 450px;
  position: relative;
}
main .inner .visual .inner .photos div:nth-child(1) {
  opacity: 0;
}
main .inner .visual .inner .photos div:nth-child(2) {
  position: absolute;
  top: -55px;
  left: 60px;
  opacity: 0;
}
main .inner .visual .inner .photos div:nth-child(3) {
  position: absolute;
  top: -20px;
  left: 45px;
  opacity: 0;
}
main .inner .visual .inner .photos.on div:nth-child(1) {
  animation-name: appear1;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}
main .inner .visual .inner .photos.on div:nth-child(2) {
  animation-name: appear2;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}
main .inner .visual .inner .photos.on div:nth-child(3) {
  animation-name: appear3;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
}
main .inner .visual.on::before, main .inner .visual.on::after {
  opacity: 1;
}
main .inner .sec {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
main .inner .sec:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec {
  width: 1100px;
  margin: 0 auto;
}
main .inner .sec .insec:not(:last-child) {
  margin-bottom: 170px;
}
main .inner .sec .insec .main {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec .insec .main .photo {
  width: 650px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
main .inner .sec .insec .main .text {
  width: 450px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
}
main .inner .sec .insec .main .text .intext {
  width: 100%;
  height: 61.5%;
  padding: 20px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .main .text .intext h4 {
  color: #000;
  font-family: Optima, "Marcellus", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
}
main .inner .sec .insec .main .text .intext h5 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
main .inner .sec .insec .main .text .intext p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: justify;
  width: 100%;
}
main .inner .sec .insec .main .text .intext .credits {
  width: 100%;
  margin-top: auto;
}
main .inner .sec .insec .main.on .photo {
  opacity: 1;
}
main .inner .sec .insec .main.on .text {
  opacity: 1;
}
main .inner .sec .insec .combo {
  width: 100%;
  margin-top: -376px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
main .inner .sec .insec .combo .photo {
  width: 650px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
main .inner .sec .insec .combo .photoset {
  width: 450px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .combo .photoset div {
  width: 100%;
  opacity: 0;
}
main .inner .sec .insec .combo .photoset div:nth-child(1) {
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
main .inner .sec .insec .combo .photoset div:nth-child(2) {
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
}
main .inner .sec .insec .combo.on .photo {
  opacity: 1;
}
main .inner .sec .insec .combo.on .photoset div {
  opacity: 1;
}
main .inner .sec .insec .credits .credit {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
main .inner .sec .insec .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec .credits .credit dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner .sec .insec .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
main .inner .sec .insec .credits .credit dl dt strong {
  color: #000;
  font-family: Optima, "Marcellus", serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .insec .credits .credit dl dt strong:last-child {
  font-weight: 400;
  padding: 0 0 0 5px;
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dt strong:last-child::before {
  content: "-";
  margin: 0 5px 0 0;
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dt strong span {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 5px;
}
main .inner .sec .insec .credits .credit dl dt strong span.items__price::after {
  content: "[TAX IN]";
  padding: 0 0 0 5px;
}
main .inner .sec .insec .credits .credit dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .credits .credit dl dd span {
  color: #000;
  font-family: Optima, "Marcellus", serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dd.items__buy {
  width: 40px;
  margin: 0px;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 20px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a:hover {
  opacity: 0.7;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a:not([href]) {
  display: none;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a:not([href]) + a.linelink {
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dd.items__buy a[href] + a.linelink {
  display: none;
}

footer {
  text-align: left;
  width: 100%;
  padding: 120px 0 40px 0;
  margin: 0 auto;
  background-color: #000;
}
footer .infoot {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
footer .infoot ul {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li:nth-last-child(2) {
  margin-bottom: 20px;
}
footer .infoot ul li a {
  color: #FFF;
  font-family: Optima, "Marcellus", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot ul li a:hover {
  text-decoration: underline;
}
footer .infoot p {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .infoot p span {
  color: #FFF;
  font-family: Optima, "Marcellus", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

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

  header {
    width: 34px;
    height: calc(var(--vh) * 100);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
  }
  header .inner {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  header .inner h1 {
    width: 14px;
  }
  header .inner h1 a {
    height: 188px;
  }
  header .inner ul li a:hover {
    opacity: 1;
  }

  main {
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main .inner {
    width: 100%;
    padding: 0px;
    margin-bottom: 100px;
  }
  main .inner .visual {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 50px auto;
    position: relative;
  }
  main .inner .visual::before {
    background-image: url(../images/visual_bg_sp.jpg);
    height: calc(var(--vh) * 100);
  }
  main .inner .visual::after {
    top: 10px;
    right: 10px;
  }
  main .inner .visual .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  main .inner .visual .inner .text {
    width: calc(100% - 60px);
    padding: 0 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: translateX(0px);
  }
  main .inner .visual .inner .text h2 {
    width: 100%;
    height: calc((100vw - 60px) * 0.059);
    margin-bottom: 15px;
  }
  main .inner .visual .inner .text h3 {
    width: 100%;
    height: calc((100vw - 60px) * 0.1335);
    margin-bottom: 50px;
  }
  main .inner .visual .inner .text p {
    color: #000;
    font-family: Optima, "Marcellus", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0em;
    text-align: justify;
    padding: 0 30px;
  }
  main .inner .visual .inner .photos {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  main .inner .visual .inner .photos div {
    width: 56vw;
    height: auto;
  }
  main .inner .visual .inner .photos div:nth-child(1) {
    top: 30px;
    left: calc(50% - 135px);
  }
  main .inner .visual .inner .photos div:nth-child(2) {
    top: 110px;
    left: calc(50% - 60px);
  }
  main .inner .visual .inner .photos div:nth-child(3) {
    top: 220px;
    left: calc(50% - 110px);
  }
  main .inner .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec:not(:last-child) {
    margin-bottom: 85px;
  }
  main .inner .sec .insec .main {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .main:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .main .photo {
    width: 100%;
    margin-bottom: 35px;
  }
  main .inner .sec .insec .main .text {
    width: 100%;
  }
  main .inner .sec .insec .main .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .main .text .intext {
    height: auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .main .text .intext h4 {
    color: #000;
    font-family: Optima, "Marcellus", serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3.8rem;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main .inner .sec .insec .main .text .intext h5 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .main .text .intext 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: 40px;
  }
  main .inner .sec .insec .main .text .intext .credits {
    width: 100%;
    margin-top: 0;
  }
  main .inner .sec .insec .combo {
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .inner .sec .insec .combo .photo {
    width: 100%;
    order: 2;
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s;
  }
  main .inner .sec .insec .combo .photoset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    order: 1;
  }
  main .inner .sec .insec .combo .photoset:nth-child(1) {
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
  main .inner .sec .insec .combo .photoset:nth-child(2) {
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
  }
  main .inner .sec .insec .credits .credit {
    width: 100%;
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  main .inner .sec .insec .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .credits .credit dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .inner .sec .insec .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  main .inner .sec .insec .credits .credit dl dt strong {
    color: #000;
    font-family: Optima, "Marcellus", serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .credits .credit dl dt strong:last-child {
    font-weight: 400;
    padding: 0 0 0 3px;
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dt strong:last-child::before {
    content: "-";
    margin: 0 3px 0 0;
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dt strong span {
    font-weight: 400;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  main .inner .sec .insec .credits .credit dl dt strong span.items__price::after {
    content: "[TAX IN]";
    padding: 0 0 0 3px;
  }
  main .inner .sec .insec .credits .credit dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .credits .credit dl dd span {
    color: #000;
    font-family: Optima, "Marcellus", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dd.items__buy {
    width: 40px;
    margin: 0px;
  }
  main .inner .sec .insec .credits .credit dl dd.items__buy a {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 20px;
  }
  main .inner .sec .insec .credits .credit dl dd.items__buy a:hover {
    opacity: 1;
  }

  footer {
    padding: 40px 0 40px 0;
  }
  footer .infoot {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li:nth-last-child(2) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #FFF;
    font-family: Optima, "Marcellus", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    text-decoration: underline;
  }
  footer .infoot p {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot p span {
    color: #FFF;
    font-family: Optima, "Marcellus", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  main .inner .sec .insec .credits .credit dl dt strong {
    color: #000;
    font-family: Optima, "Marcellus", serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .credits .credit dl dt strong span.items__price::after {
    color: #000;
    font-family: Optima, "Marcellus", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 2px 3px;
  }
  main .inner .sec .insec .credits .credit dl dd span {
    color: #000;
    font-family: Optima, "Marcellus", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0em;
  }
}

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