.pc {
  display: none;
}
body {
  width: 100%;
  color: #000;
  scroll-behavior: smooth;
}

h2 {
  font-size: 1.4em;
  font-family: serif;
}
p {
  font-size: 15px;
  margin: 0;
}

hr {
  margin-top: 0 !important;
}


.fadein {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.fadein-left, .fadein-right {
  opacity: 1;
  transition: transform 0.6s ease-out;
}
.fadein-up {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadein { opacity: 0; }
.fadein-up { transform: translateY(50px); }
.fadein-left { transform: translateX(-100px); }
.fadein-right { transform: translateX(100%); }


.fadein.blurred {
  opacity: 1;
}
.fadein-up.blurred, 
.fadein-left.blurred, 
.fadein-right.blurred {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.txt::before {
  opacity: 0;
  transition: transform 0.3s ease-out;
}
.txt::after {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.txt.blurred::before,
.txt.blurred::after {
  opacity: 1;
  transform: translateX(0);
}


/* MV */
.mv {
  width: 100%;
  padding: 10px 0 940px;
  background: url(/sp/music_legends/img/paul_sm_bk.webp);
  background-position: top left 44%;
  background-size: 115%;
  position: relative;
  text-align: center;
  color: #fff; 
}
.mv p {
  padding: 130px 0 0 0;
  font-size: 2.2rem;
  font-family: serif;
  margin: 0;
}
.mv h1 {
  font-size: 12vw;
  font-family: serif;
  font-weight: normal;
}
.mv h1 span {
  font-size: 1.8rem;
  font-family: serif;
}

/* NAV MENU */
.nav_top {
  width: 100%;
  position: relative;
}
.legends_nav {
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 10;
}
.legends_nav .slide {
  height: 130px;
  margin: 0 2px;
  padding: 10px 6px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.155) 0%,rgb(255, 255, 255,0) 70%);
}

.legends_nav .on {
  background: linear-gradient(#fafafa,rgb(255, 255, 255,0) 60%);
}
.legends_nav .slide:active {
  background: linear-gradient(#fafafa,rgb(255, 255, 255,0) 60%);
}

.legends_nav .new:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/sp/music_legends/img/new_tag.png) no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  left: 3%;
  z-index: 2;
}

.legends_nav .slide p {
  /* display: none; */
  font-size: 9px;
  line-height: 1.3em;
  margin-top: 6px;
  color: #fff;
  filter: drop-shadow(0px 0px 1px black);
}
.legends_nav .slide p.en-name {
  display: none;
}
.legends_nav .slide a img {
  width: 80%;
  margin: 0 10%;
}
.legends_nav::before {
  content: '';
  width: 37px;
  height: 90%;
  background: linear-gradient(90deg, #00000000, #00000060 30%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}



.slick-track {
  position: relative;
  top: 0;
  left: -45px;
  display: block;
}

.slick-prev {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 6px;
  top: 40px;
  z-index: 11;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;

  transform: rotate(-135deg);
}
.slick-next {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 6px;
  top: 40px;
  z-index: 11;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: -20px;
  display: block;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 8px;
  padding: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%;
}

.slick-dots .slick-active button{
  background:#333;
  width: 6px;
  height: 6px;
}


/* イントロ */

.intro {
  width: 100%;
  height: auto;
  margin: -660px 0 0;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.intro-inner {
  width: 94%;
  margin: 0 auto;
  color: #fff;
}
.intro-inner h2 {
  margin: 0 0 40px 0;
  color: #fbebb5;
  text-align: center;
  font-size: 28px;
  font-family: serif;
  font-weight: normal;
  line-height: 1.6;
}
.intro-inner p {
  text-align: justify;
}

/* PRODUCT */

.product {
  width: 100%;
  height: 280px;
}

.product-list {
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.product-list li {
  position: absolute;
}

.product-list li:nth-child(1) {
  width: 14vw;
  left: 12%;
  bottom: -38vw;
  z-index: 4;
}
.product-list li:nth-child(2) {
  width: 20vw;
  left: 25%;
  bottom: -38vw;
  z-index: 3;
}
.product-list li:nth-child(3) {
  width: 28vw;
  left: 36%;
  bottom: -38vw;
  z-index: 2;
}
.product-list li:nth-child(4) {
  width: 28vw;
  right: 14%;
  bottom: -38vw;
}
.product-list li:nth-child(5) {
  width: 6vw;
  left: 20%;
  bottom: -48vw;
  z-index: 8;
}
.product-list li:nth-child(6) {
  width: 18vw;
  left: 23%;
  bottom: -48vw;
  z-index: 7;
}
.product-list li:nth-child(7) {
  width: 22vw;
  left: 35%;
  bottom: -48vw;
  z-index: 6;
}
.product-list li:nth-child(8) {
  width: 22vw;
  right: 25%;
  bottom: -48vw;
  z-index: 5;
}

/* Coinlist */
.coinlist h2 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
.coinlist h2::before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  margin: 0 8px 8px 0;
}
.coinlist h2::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  margin: 0 0 8px 8px;
}

#coinlist_cate {
  width: 100% !important;
  margin: 0 !important;
  display: block;
}
#coinlist_cate ul {
  display: flex;
  flex-wrap: wrap;
}

/* MID BANNER */
.mid-banner {
  width: 100%;
  height: 200px;
  background: url(/sp/music_legends/img/paul_mid.webp) no-repeat;
  background-size: auto 100%;
  background-position: top center;
}

/* CONTENT */
.content {
  width: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
}

/* Cont */
.cont {
  width: 94%;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.txt {
  position: relative;
}
.txt p {
  margin: 20px 0 0;
}
.cont .en, .cont .jp {
  margin: 40px auto;
  position: relative;
  z-index: 1;
}
.cont .en h3 {
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  line-height: 1.4;
}
.cont .jp h3 {
  font-size: 22px;
  font-family: serif;
  font-weight: bold;
  line-height: 1.6;
}
.cont .en p {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  line-height: 2;
}
.p-img {
  position: absolute;
  z-index: 2;
}
.p-img span {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

/* cont-1 */
.cont-1 {
  padding: 60px 0 260px;
}
.cont-1 .txt::before {
  content: '';
  width: 100%;
  height: 155%;
  background: url(/sp/music_legends/img/paul_content_bk-1.svg) no-repeat;
  background-size: auto 100%;
  background-position: left 100% top;
  position: absolute;
  top: -15%;
  left: 30%;
  transform: translateX(-50%);
  z-index: -1;
}
.cont-1 .jp h3 {
  color: #0e6358;
}
.p-1 {
  width: 180px;
  margin: 20px 0 0 45% !important;
}

/* cont-2 */
.cont-2 .txt {
  top: 100vw;
}
.cont-2 .txt::after {
  content: '';
  width: 160%;
  height: 35%;
  background: url(/sp/music_legends/img/paul_content_coin-1.webp) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: absolute;
  top: -34%;
  left: 30%;
  transform: translateX(-50%);
  z-index: 0;
}

.cont-2 .txt::before {
  content: '';
  width: 100%;
  height: 145%;
  background: url(/sp/music_legends/img/paul_content_bk-2.svg) no-repeat;
  background-size: auto 100%;
  background-position: left 100% top;
  position: absolute;
  top: -36%;
  left: -15%;
  transform: translateX(-50%);
  z-index: -1;
}
.cont-2 .jp h3 {
  color: #a75f25;
  margin: 230px auto 0;
}
.p-2 {
  width: 85%;
  top: -40%;
  right: 0;
}

/* cont-3 */
.cont-3 {
  margin: 540px auto 60px;
}
.cont-3 .txt::before {
  content: '';
  width: 100%;
  height: 150%;
  background: url(/sp/music_legends/img/paul_content_bk-3.svg) no-repeat;
  background-size: auto 100%;
  background-position: left top;
  position: absolute;
  top: -10%;
  right: -25%;
  transform: translateX(50%);
  z-index: -1;
}
.cont-3 .jp h3 {
  color: #bd413c;
}
.p-3 {
  width: 60%;
  top: 100%;
  left: 4%;
}
.p-4 {
  width: 60%;
  top: 165%;
  right: 5%;
}

/* cont-4 */
.cont-4 {
  margin: 600px auto 60px;
}

.cont-4 .jp h3 {
  color: #bd413c;
}

/* cont-5 */
.cont-5 .txt {
  height: 500px;
}
.cont-5 .txt::after {
  content: '';
  width: 160%;
  height: 115%;
  background: url(/sp/music_legends/img/paul_content_coin-2.webp) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: absolute;
  top: -5%;
  right: 23%;
  transform: translateX(50%);
  z-index: 0;
}

/* cont-6 */
.cont-6 {
  margin: 100px auto 60px;
}
.cont-6 .jp h3 {
  color: #c75a41;
}
.cont-6 .txt::before {
  content: '';
  width: 100%;
  height: 170%;
  background: url(/sp/music_legends/img/paul_content_bk-4.svg) no-repeat;
  background-size: auto 100%;
  background-position: right top;
  position: absolute;
  top: -2%;
  left: 30%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-5 {
  width: 30%;
  top: 100%;
  left: 5%;
  z-index: 3;
}
.p-6 {
  width: 60%;
  top: 115%;
  left: 0%;
}
.p-7 {
  width: 60%;
  top: 170%;
  right: 0;
}

/* cont-7 */
.cont-7 {
  margin: 1300px auto 60px;
  z-index: 3;
}
.cont-7 .txt::after {
  content: '';
  width: 160%;
  height: 50%;
  background: url(/sp/music_legends/img/paul_content_coin-3.webp) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: absolute;
  top: -50%;
  left: 25%;
  transform: translateX(-50%);
  z-index: 0;
}
.cont-7 .jp h3 {
  color: #a78206;
}

/* cont-8 */
.cont-8 {
  margin: 0 auto 60px;
}
.cont-8 .txt::after {
  content: '';
  width: 160%;
  height: 50%;
  background: url(/sp/music_legends/img/paul_content_coin-3.webp) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: absolute;
  top: -50%;
  left: 25%;
  transform: translateX(-50%);
  z-index: 0;
}
.cont-8 .txt::before {
  content: '';
  width: 100%;
  height: 220%;
  background: url(/sp/music_legends/img/paul_content_bk-5.svg) no-repeat;
  background-size: auto 100%;
  background-position: left top;
  position: absolute;
  top: 0;
  right: -10%;
  transform: translateX(50%);
  z-index: -1;
}

/* cont-9 */
.cont-9 {
  z-index: 3;
}
.cont-9 .jp h3 {
  color: #a78206;
}

/* pickup */
.pickup {
  width: 94%;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.pickup .text {
  text-align: justify;
}
.pickup h4 {
  font-size: 24px;
  font-family: serif;
  font-weight: normal;
  line-height: 1.8;
}

.legends-link {
  padding: 60px 0;
  background-color: #f5f2ed;
}
.legends-link h1 {
  font-size: 1.5em;
  font-family: serif;
  text-align: center;
  margin: 0 0 40px;
}
.switch-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.switch-btn {
  width: 25%;
  text-align: center;
  position: relative;
}
.switch-btn:hover {
  text-decoration: underline;
  text-decoration-color: #063047;
}
.switch-btn p {
  margin: 100px 9px 40px;
  font-family: serif;
  color: #063047;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5rem;
}
.switch-btn img {
  width: 80%;
  margin: 0 10%;
}
.switch-btn img:first-child {
  position: relative;
}
.switch-btn img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.legends-link h4 {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 20px;
  font-family: serif;
  color: #a78d30;
  line-height: 42px;
}
.legends-link h4 span {
  font-size: 25px;
  color: #1a1a1a;
}






