@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Neuton&display=swap");
@import url("https://use.typekit.net/tel5rbs.css");
/*------------------------------------------------------------
	color setting
------------------------------------------------------------*/
/**/
/*------------------------------------------------------------
	color setting
------------------------------------------------------------*/
/*カートに追加ボタン*/
/*カートを確認ボタン*/
/*------------------------------------------------------------
	SG style
------------------------------------------------------------*/
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* font styles
-----------------------*/
@font-face {
  font-family: 'web_icon_fontsregular';
  src: url("../font/webiconfonts-regular.eot");
  src: url("../font/webiconfonts-regular.eot?#iefix") format("embedded-opentype"), url("../font/webiconfonts-regular.woff2") format("woff2"), url("../font/webiconfonts-regular.woff") format("woff"), url("../font/webiconfonts-regular.ttf") format("truetype"), url("../font/webiconfonts-regular.svg#web_icon_fontsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}

/* header
-------------------------------------*/
header {
  width: 100%;
  background: #eee;
  background: url("../images/teaser/banner_bg.png") repeat;
}
header .content__wrap {
  padding: 0;
}
header .header_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .header_container .header_column {
  width: 50%;
  color: #fff;
}
header .header_container .header_column img {
  width: 100%;
  height: auto;
}
header .header_container .header_column img.banner_album_name {
  margin-bottom: 50px;
}
header .header_container .header_column .title {
  font-family: 'Neuton', serif;
  font-size: 56px;
  padding-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
}
header .header_container .header_column .banner_albumn_name {
  padding-bottom: 50px;
}
header .header_container div.playlist_column:nth-child(2) {
  padding-left: 3%;
}

/* content area common
-------------------------------------*/
.l-wrap__outer {
  padding: 0 60px;
}

.content__wrap {
  padding: 100px 0 110px;
  max-width: 1087px;
  margin: 0 auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .content__wrap {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 800px) {
  .content__wrap {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 600px) {
  .content__wrap {
    padding: 50px 0 55px;
  }
}
@media screen and (max-width: 420px) {
  .content__wrap {
    padding: 30px 0 35px;
  }
}
.buy_button {
  margin-top: 50px;
}
.buy_button a, .buy_button .button a {
  color: #fff;
  text-decoration: none;
}
.buy_button .button {
  width: 550px;
  height: 80px;
  background: #861B1E;
  margin: 0 auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  position: relative;
}
.buy_button .button img {
  right: 20px;
  float: right;
  position: absolute;
  width: 40px;
  height: 40px;
}

/* content area
-------------------------------------*/
#release_information.information_message {
  background: #fff;
}
#release_information .title {
  text-align: center;
  color: #861B1E;
  font-size: 58px;
  font-family: 'Neuton', serif;
  padding-bottom: 60px;
  letter-spacing: 7px;
  font-weight: bold;
}
#release_information p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  line-height: 50px;
  font-size: 20px;
}

#playlist {
  background: url("../images/teaser/section_bg.png") repeat;
}
#playlist .playlist_container {
  display: flex;
  flex-direction: row;
  padding-bottom: 120px;
}
#playlist .playlist_container .playlist_column {
  width: 50%;
}
#playlist .playlist_container .playlist_column img {
  width: 100%;
  height: auto;
}
#playlist .playlist_container .playlist_column .title {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 33px;
  padding-bottom: 40px;
}
#playlist .playlist_container .playlist_column .title span {
  font-size: 28px;
}
#playlist .playlist_container .playlist_column .desc {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 22px;
  padding-bottom: 50px;
}
#playlist .playlist_container .playlist_column .detail {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 20px;
  line-height: 40px;
}
#playlist .playlist_container .playlist_column .detail span {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#playlist .playlist_container div.playlist_column:nth-child(2) {
  padding-left: 3%;
}
#playlist .item_container {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#playlist .item_container .item_column {
  width: 48%;
  margin-bottom: 30px;
}
#playlist .item_container .item_column img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}
#playlist .item_container .item_column img:hover {
  opacity: 0.7;
}
#playlist .item_container .item_column .modal img:hover {
  opacity: 1;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 40px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 500px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 500px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
#movie {
  background: url("../images/teaser/section_bg.png") repeat;
}
#movie .title {
  text-align: center;
  color: #861B1E;
  font-size: 58px;
  font-family: 'Neuton', serif;
  padding-bottom: 60px;
  letter-spacing: 7px;
  font-weight: bold;
}
#movie .p-message__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#instruction.instruction_message {
  background: #fff;
}
#instruction.instruction_message .title {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
#instruction.instruction_message .heading {
  color: #861B1E;
  font-size: 80px;
  font-family: 'Neuton', serif;
  text-align: center;
  padding-bottom: 80px;
  letter-spacing: 7px;
}
#instruction.instruction_message p {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  padding: 30px 0;
}
#instruction.instruction_message .txt-bloc {
  line-height: 35px;
}
#instruction.instruction_message .txt-bloc span {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  color: #861B1E;
}

#links.links_message {
  background: #861B1E;
  color: #fff;
  text-align: center;
}
#links.links_message .title {
  font-size: 58px;
  font-family: 'Neuton', serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 7px;
  margin-bottom: 100px;
}
#links.links_message .p-cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto;
}
#links.links_message .p-cta__btn .p-cta__bloc {
  width: 46.6%;
}
.p-cta__btn .p-cta__bloc:first-child {
    margin-right: 5%;
}
#links.links_message .p-cta__btn .c-btn--cta:hover {
  opacity: 0.7;
}
#links.links_message .p-cta__btn .c-btn--cta a {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  border-radius: 90px;
  max-width: 500px;
  width: 100%;
  height: 180px;
}
#links.links_message .p-cta__btn .c-btn--cta img {
  width: 160px;
  height: auto;
}
#links.links_message .p-cta__btn .c-btn--cta img:nth-child(2) {
  width: 257px;
}
#links.links_message .p-cta__btn p {
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 30px;
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  font-size: 24px;
  min-height: 108px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
#links.links_message .p-cta__share {
  padding-top: 145px;
}
#links.links_message .p-cta__share h3 {
  font-size: 40px;
  font-family: niveau-grotesk, sans-serif;
  letter-spacing: .14em;
  margin-bottom: 40px;
  font-weight: 700;
}
#links.links_message .p-cta__share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#links.links_message .p-cta__share ul li {
  font-size: 0;
  padding: 0 20px;
}
#links.links_message .p-cta__share ul a {
  width: 80px;
  height: 80px;
}
#links.links_message .p-cta__share ul img {
  width: 100%;
  max-width: 80px;
  height: auto;
  vertical-align: top;
}
#links.links_message .p-cta__share ul :hover {
  opacity: 0.7;
}

.pagetop {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.pagetop a {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
}

.pagetop a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  .pagetop a {
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .pagetop a {
    right: 30px;
  }
}
@media screen and (max-width: 420px) {
  .pagetop a {
    right: 20px;
  }
}
footer.l-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-color: #000;
  padding: 80px 20px 60px;
}
footer .l-footer__social {
  margin-bottom: 70px;
}
footer .l-footer__social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .l-footer__social ul li {
  width: 39px;
  margin: 0 28px;
}
footer .l-footer__social ul img {
  width: 100%;
  max-width: 40px;
  height: auto;
  vertical-align: top;
}
footer .l-footer__social ul a img:hover {
  opacity: 0.7;
}
footer address {
  padding-bottom: 30px;
}
footer address, footer p {
  color: #fff;
  font-size: 12px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  text-align: center;
}
footer p {
  line-height: 20px;
}

@media screen and (max-width: 800px) {
  .l-wrap__outer {
    padding: 0 40px;
  }

  .sp {
    display: block;
  }

  	/* header
  -------------------------------------*/
  header .header_container {
    flex-direction: column;
  }
  header .header_container .header_column {
    width: 100%;
    text-align: center;
  }
  header .header_container .header_column .title {
    letter-spacing: 5px;
    padding-bottom: 40px;
  }
  header .header_container .header_column .title:nth-child(1) {
    padding-top: 20px;
  }
  header .header_container .header_column img.banner_album_name {
    margin: 20px 0;
    width: 69%;
  }

  #release_information .title {
    line-height: 68px;
    font-size: 64px;
  }
  #release_information p {
    font-size: 26px;
  }

  #playlist {
    background: url("../images/teaser/section_bg.png") repeat;
  }
  #playlist .content__wrap {
    padding: 80px 0 80px;
  }
  #playlist .playlist_container {
    flex-direction: column;
    padding-bottom: 60px;
  }
  #playlist .playlist_container .playlist_column {
    width: 100%;
    margin-bottom: 30px;
  }
  #playlist .playlist_container .playlist_column .title {
    font-size: 38px;
    padding-bottom: 36px;
    line-height: 56px;
  }
  #playlist .playlist_container .playlist_column .title span {
    font-size: 34px;
  }
  #playlist .playlist_container .playlist_column .desc {
    font-size: 28px;
    padding-bottom: 36px;
  }
  #playlist .playlist_container .playlist_column .detail {
    font-size: 24px;
    line-height: 46px;
  }
  #playlist .content__wrap .playlist_container:nth-child(3) {
    padding-bottom: 5px;
  }
  #playlist .item_container {
    width: 100%;
  }

  #movie .title {
    font-size: 64px;
  }

  #instruction.instruction_message .content__wrap {
    padding: 70px 0 50px;
  }
  #instruction.instruction_message .title {
    font-size: 36px;
  }
  #instruction.instruction_message .heading {
    font-size: 76px;
    letter-spacing: 2px;
    padding-bottom: 60px;
  }
  #instruction.instruction_message p, #instruction.instruction_message .txt-bloc {
    font-size: 26px;
    line-height: 42px;
    padding: 20px 0;
  }

  #links.links_message .title {
    font-size: 64px;
    margin-bottom: 50px;
  }
  #links.links_message .p-cta__btn {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #links.links_message .p-cta__btn .c-btn--cta img {
    padding: 10px 0;
  }
  #links.links_message .p-cta__btn .c-btn--cta a {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
    max-width: 540px;
  }
  #links.links_message .p-cta__btn .p-cta__bloc {
    width: 100%;
  }
  #links.links_message .p-cta__btn p {
    line-height: 42px;
    margin-bottom: 20px;
  }
  #links.links_message .p-cta__btn .p-cta__bloc:nth-child(2) .c-btn--cta img {
    padding: 40px 0;
  }
  #links.links_message .p-cta__share {
    padding-top: 60px;
  }
  .buy_button {
    margin-top: 40px;
  }
  .buy_button .button {
    width: 100%;
    height: 100px;
    font-size: 30px;
  }

  footer.l-footer {
    padding: 120px 20px 120px;
  }
  footer .l-footer__social {
    margin-bottom: 120px;
  }
  footer .l-footer__social ul li {
    width: 80px;
  }
  footer .l-footer__social ul img {
    max-width: 80px;
  }
  footer address {
    padding-bottom: 50px;
  }
  footer p {
    line-height: 34px;
  }
  footer address, footer p {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .l-wrap__outer {
    padding: 0 20px;
  }

  header .header_container .header_column .title {
    font-size: 26px;
    letter-spacing: 4px;
    padding-bottom: 30px;
  }

  #release_information .title,
  #movie .title {
    line-height: 1;
    font-size: 33px;
    letter-spacing: 3px;
    padding-bottom: 30px;
  }

  #release_information p,
  #instruction.instruction_message p,
  #instruction.instruction_message .txt-bloc {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }

  #playlist .content__wrap {
    padding: 60px 0 50px;
  }

  #playlist .playlist_container {
    padding-bottom: 20px;
  }

  #playlist .playlist_container .playlist_column {
    margin-bottom: 20px;
  }

  #playlist .playlist_container .playlist_column .title {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 30px;
  }

  #playlist .playlist_container .playlist_column .title span {
    font-size: 18px;
  }

  #playlist .playlist_container .playlist_column .desc {
    font-size: 15px;
    padding-bottom: 20px;
  }

  #playlist .playlist_container .playlist_column .detail {
    font-size: 13px;
    line-height: 27px;
  }

  .buy_button {
    margin-top: 20px;
  }

  .buy_button .button {
    height: 60px;
    font-size: 16px;
  }

  .buy_button .button img {
    right: 5px;
  }

  #instruction.instruction_message .title {
    font-size: 20px;
  }

  #instruction.instruction_message .heading {
    font-size: 36px;
    padding-bottom: 10px;
  }

  #instruction.instruction_message p,
  #instruction.instruction_message .txt-bloc {
    padding: 10px 0;
  }

  #links.links_message .content__wrap {
    padding: 40px 0 40px;
  }

  #links.links_message .title {
    font-size: 33px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }

  #links.links_message .p-cta__btn p {
    line-height: 32px;
    margin-bottom: 0;
    font-size: 17px;
  }

  #links.links_message .p-cta__btn .c-btn--cta a {
    height: 133px;
    border-radius: 80px;
  }

  #links.links_message .p-cta__btn .c-btn--cta img {
    width: 120px;
  }

  #links.links_message .p-cta__btn .p-cta__bloc:nth-child(2) .c-btn--cta img {
    width: 160px;
    padding: 30px 0;
  }

  #links.links_message .p-cta__btn .p-cta__bloc:nth-child(2) .c-btn--cta a {
    margin-top: 20px;
  }

  #links.links_message .p-cta__share {
    padding-top: 20px;
  }

  #links.links_message .p-cta__share h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #links.links_message .p-cta__share ul img {
    max-width: 50px;
  }

  footer .l-footer__social ul img {
    max-width: 50px;
  }

  footer address {
    font-size: 15px;
  }

  footer p {
    font-size: 12px;
    line-height: 22px;
  }

  footer address {
    padding-bottom: 24px;
  }

  footer.l-footer {
    padding: 80px 17px 60px;
  }

  footer .l-footer__social {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 320px) {
  .buy_button .button {
    font-size: 14px;
  }

  .buy_button .button img {
    right: 0px;
  }

  #instruction.instruction_message .heading {
    font-size: 29px;
  }

  footer address {
    font-size: 14px;
  }

  footer p {
    font-size: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 590px) {
  .modal-content {
    max-width: 80%;
  }

  .close {
    right: 7%;
  }
}
