@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: "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: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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: #A2DEDA;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader h3 {
  width: 290px;
  height: 24px;
  background-image: url(../images/text_loading.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% - 12px);
  left: calc(50% - 145px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

.hlink {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 5;
}
.hlink ul {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hlink ul li:not(:last-child) {
  margin-bottom: 10px;
}
.hlink ul li span {
  width: 2rem;
  height: 2px;
  background-color: #FFF;
  display: block;
}
.hlink ul li a {
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
.hlink ul li a:hover {
  color: #000;
}

.credits > div {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
.credits > div a {
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
.credits > div a:hover {
  color: #A2DEDA;
}

/* -------------------- */
#visual {
  width: 100%;
  height: 100vh;
  margin-bottom: 110px;
}
#visual.on .inner h1 {
  opacity: 1;
  left: calc(50% + 150px);
}
#visual.on .inner h2 {
  opacity: 1;
  left: calc(50% - 345px);
}
#visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#visual .inner h1 {
  width: 381px;
  height: 138px;
  background-image: url(../images/title_jp.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% + 75px);
  left: calc(50% + 150px + 10px);
  opacity: 0;
  transition: all 0.35s ease-in 0.25s;
}
#visual .inner h2 {
  width: 125px;
  height: 114px;
  background-image: url(../images/title_en.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% - 290px);
  left: calc(50% - 345px - 10px);
  opacity: 0;
  transition: all 0.35s ease-in 0.75s;
}

#lead {
  width: 700px;
  margin: 0 auto 120px auto;
}
#lead .inner {
  text-align: left;
  width: 100%;
}
#lead .inner h3 {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.75rem;
  letter-spacing: 0em;
  width: 100%;
}
#lead .inner h3:not(:last-child) {
  margin-bottom: 30px;
}
#lead .inner .text {
  width: 100%;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
#lead .inner .text.on {
  opacity: 1;
}
#lead .inner .text:not(:last-child) {
  margin-bottom: 100px;
}
#lead .inner .text p {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
#lead .inner .text p:not(:last-child) {
  margin-bottom: 30px;
}
#lead .inner .text p.notice {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
}
#lead .inner .text dl:not(:last-child) {
  margin-bottom: 40px;
}
#lead .inner .text dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#lead .inner .text dl dt:not(:last-child) {
  margin-bottom: 20px;
}
#lead .inner .text dl dt::before {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #000;
  display: block;
}
#lead .inner .text dl dt span {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0em;
  display: inline-block;
  margin-left: 10px;
}
#lead .inner .text dl dd {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
#lead .inner .text dl dd.spotify h4 {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
#lead .inner .text dl dd.spotify > div {
  width: 100%;
}
#lead .inner .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
#lead .inner .combo.on {
  opacity: 1;
}
#lead .inner .combo:not(:last-child) {
  margin-bottom: 100px;
}
#lead .inner .combo .ph {
  width: 100%;
}
#lead .inner .combo .ph:not(:last-child) {
  margin-bottom: 20px;
}
#lead .inner .combo .ph2 {
  width: 467px;
}
#lead .inner .combo .ph2:not(:last-child) {
  margin-bottom: 20px;
}
#lead .inner .combo .ph2 + .credits {
  width: 467px;
}
#lead .inner .combo dl dt {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
#lead .inner .combo dl dd {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
}

#gifts {
  width: 100%;
  background-color: #A2DEDA;
  padding: 100px 0;
  margin-bottom: 2px;
}
#gifts .inner {
  width: 100%;
}
#gifts .inner .mylead {
  text-align: left;
  width: 700px;
  margin: 0 auto 60px auto;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
#gifts .inner .mylead.on {
  opacity: 1;
}
#gifts .inner .mylead h3 {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.75rem;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
#gifts .inner .mylead p {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
#gifts .inner .mylead + .slick {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
#gifts .inner .mylead + .slick.on {
  opacity: 1;
}
#gifts .inner .mylead + .slick > div {
  width: calc((100% - 30px) / 3);
}
#gifts .inner .items {
  width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
#gifts .inner .items.on {
  opacity: 1;
}
#gifts .inner .items .itm {
  text-align: left;
  width: calc((100% - 60px) / 3);
  padding: 15px 0 0 0;
  position: relative;
}
#gifts .inner .items .itm:not(:nth-child(3n+1)) {
  margin-left: 30px;
}
#gifts .inner .items .itm:not(:nth-child(3n+1))::before {
  content: "";
  width: 10px;
  height: calc(100% - 10px);
  background-image: url(../images/line_tate.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 10px 600px;
  display: block;
  position: absolute;
  top: -5px;
  left: -20px;
}
#gifts .inner .items .itm:not(:nth-child(3n+1)):nth-child(n+4)::before {
  height: calc(100% - 0px);
}
#gifts .inner .items .itm:nth-child(-n+3) {
  background-image: url(../images/line_yoko.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
  padding-bottom: 15px;
}
#gifts .inner .items .itm .photo {
  width: 100%;
  margin-bottom: 20px;
}
#gifts .inner .items .itm dl {
  margin-bottom: 20px;
}
#gifts .inner .items .itm dl dt {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 2.24rem;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
#gifts .inner .items .itm dl dd {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
#gifts .inner .items .itm .credits > div a:hover {
  color: #FFF;
}

footer {
  text-align: left;
  width: 100%;
  background-color: #A2DEDA;
  padding: 100px 0 60px 0;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #000;
}
footer .pgtop a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: 1110px;
  padding: 0px;
  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, footer .infoot ul li span {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #FFF;
}
footer .infoot p {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

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

  #loader h3 {
    width: 218px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 109px);
  }

  .hlink {
    right: 10px;
    top: 10px;
  }
  .hlink ul {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hlink ul li:not(:last-child) {
    margin-bottom: 6px;
  }
  .hlink ul li span {
    width: 1rem;
    height: 1px;
  }
  .hlink ul li a {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .hlink ul li a:hover {
    color: #FFF;
  }

  .credits > div {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  .credits > div a {
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div a:hover {
    color: #000;
  }

  /* -------------------- */
  #visual {
    height: calc(var(--vh) * 100);
    min-height: 100%;
    margin-bottom: 40px;
  }
  #visual.on .inner h1 {
    opacity: 1;
    left: calc(50% - 50px);
  }
  #visual.on .inner h2 {
    opacity: 1;
    left: calc(50% - 145px);
  }
  #visual .inner {
    background-image: url(../images/visual_sp.jpg);
  }
  #visual .inner h1 {
    width: 220px;
    height: 65px;
    background-image: url(../images/title_jp_sp.png);
    top: calc(50% + 70px + 50px);
    left: calc(50% - 50px + 5px);
  }
  #visual .inner h2 {
    width: 80px;
    height: 72px;
    background-image: url(../images/title_en_sp.png);
    top: calc(50% - 195px - 50px);
    left: calc(50% - 145px - 5px);
  }

  #lead {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
  #lead .inner h3 {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 3.75rem;
    letter-spacing: 0em;
    width: 100%;
  }
  #lead .inner h3:not(:last-child) {
    margin-bottom: 30px;
  }
  #lead .inner .text:not(:last-child) {
    margin-bottom: 80px;
  }
  #lead .inner .text:first-child {
    padding: 0 20px;
  }
  #lead .inner .text p {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  #lead .inner .text p:not(:last-child) {
    margin-bottom: 30px;
  }
  #lead .inner .text p.notice {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  #lead .inner .text p.notice span {
    display: none;
  }
  #lead .inner .text dl:not(:last-child) {
    margin-bottom: 40px;
  }
  #lead .inner .text dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #lead .inner .text dl dt:not(:last-child) {
    margin-bottom: 20px;
  }
  #lead .inner .text dl dt::before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #000;
    display: block;
  }
  #lead .inner .text dl dt span {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    display: inline-block;
    margin-left: 10px;
  }
  #lead .inner .text dl dd {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  #lead .inner .text dl dd.spotify h4 {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  #lead .inner .text dl dd.spotify > div {
    width: 100%;
  }
  #lead .inner .combo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #lead .inner .combo:not(:last-child) {
    margin-bottom: 80px;
  }
  #lead .inner .combo .ph {
    width: 100%;
  }
  #lead .inner .combo .ph:not(:last-child) {
    margin-bottom: 20px;
  }
  #lead .inner .combo .ph2 {
    width: 100%;
  }
  #lead .inner .combo .ph2:not(:last-child) {
    margin-bottom: 20px;
  }
  #lead .inner .combo .ph2 + .credits {
    width: 100%;
  }

  #gifts {
    padding: 80px 0;
    margin-bottom: 2px;
  }
  #gifts .inner {
    width: 100%;
  }
  #gifts .inner .mylead {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  #gifts .inner .mylead h3 {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 3.75rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  #gifts .inner .mylead + .slick {
    width: 100%;
    margin-bottom: 80px;
    display: block;
  }
  #gifts .inner .mylead + .slick > div {
    width: 100%;
  }
  #gifts .inner .mylead + .slick > div.slick-list {
    margin-bottom: 15px;
  }
  #gifts .inner .mylead + .slick ul.slick-dots {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #gifts .inner .mylead + .slick ul.slick-dots li {
    width: 7px;
    height: 7px;
    background-color: #A2DEDA;
    border: solid 1px #000;
    box-sizing: border-box;
    position: relative;
    transform: rotate(45deg);
  }
  #gifts .inner .mylead + .slick ul.slick-dots li button {
    display: none;
  }
  #gifts .inner .mylead + .slick ul.slick-dots li.slick-active {
    background-color: #000;
  }
  #gifts .inner .mylead + .slick ul.slick-dots li:not(:first-child) {
    margin-left: 13px;
  }
  #gifts .inner .items {
    width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #gifts .inner .items .itm {
    text-align: left;
    width: 100%;
    padding: 25px 0 0 0;
    position: relative;
  }
  #gifts .inner .items .itm::before {
    content: "";
    width: 10px;
    height: calc(100% - 10px);
    background-image: url(../images/line_tate.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10px 600px;
    display: block;
    position: absolute;
    top: -5px;
    left: -20px;
  }
  #gifts .inner .items .itm::after {
    content: "";
    width: 10px;
    height: calc(100% - 10px);
    background-image: url(../images/line_tate.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10px 600px;
    display: block;
    position: absolute;
    top: -5px;
    right: -20px;
  }
  #gifts .inner .items .itm:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
  #gifts .inner .items .itm:not(:nth-child(3n+1)):nth-child(n+4)::before {
    height: calc(100% - 10px);
  }
  #gifts .inner .items .itm:not(:last-child) {
    background-image: url(../images/line_yoko.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    padding-bottom: 15px;
  }
  #gifts .inner .items .itm:last-child::before {
    height: 100% !important;
  }
  #gifts .inner .items .itm:last-child::after {
    height: 100%;
  }
  #gifts .inner .items .itm dl dt {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 2.24rem;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  #gifts .inner .items .itm dl dd {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  #gifts .inner .items .itm .credits > div a:hover {
    color: #000;
  }

  footer {
    padding: 20px 0 50px 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 {
    margin-bottom: 40px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover, footer .infoot ul li span:hover {
    color: #000;
  }
}

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