.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;
}
.lp_wrap {
  overflow: hidden;
}


.fadein {
	opacity: 0;
	transition: opacity 1s ease-out;
}
.fadein.blurred {
	opacity: 1;
}

.disc.fadein.blurred {
	animation: spin 20s linear infinite;
	animation-delay: 1s;
}
.player.fadein.blurred {
	animation: needle-in 1.5s ease forwards;
}
.sign.fadein.blurred .svg1 .path1 {
	animation: draw 3.5s linear forwards;
}



/* CHANGE BG */
:root {
	--bk-image: url('/sp/music_legends/img/lennon_1_bk.webp');
	--bk-color-content: #000;
	--text-color: #fff;
	--button-bg-image: url('/sp/music_legends/img/lennon_peace-1.svg');
	--text-h3-color: #eec766;
	--text-b-color: #a78737;

  --cont-1-img-1: url('/sp/music_legends/img/lennon_content_1-1.webp');
	--cont-2-img-2: url('/sp/music_legends/img/lennon_content_1-2.webp');

	--cont-4-img-3: url('/sp/music_legends/img/lennon_content_1-3.webp');
	--cont-4-img-4: url('/sp/music_legends/img/lennon_content_1-4.webp');

	--cont-5-img-5: url('/sp/music_legends/img/lennon_content_1-5.webp');
	--cont-5-img-6: url('/sp/music_legends/img/lennon_content_1-6.webp');

	--cont-6-img-7: url('/sp/music_legends/img/lennon_content_1-7.webp');
	--cont-6-img-8: url('/sp/music_legends/img/lennon_content_1-8.webp');
}

#peace_btn {
  padding: 20px;
  cursor: pointer;
  background-image: var(--button-bg-image);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00000000;
  border: none;
  position: fixed;
  bottom: 3%;
  right: 5%;
  opacity: 0.7;
  transition: opacity 0.3s;
  z-index: 100;
}
#peace_btn:active {
	opacity: 1;
	transition: opacity 0.3s;
}



/* MV */
.mv {
  width: 100%;
  padding: 10px 0 1000px;
  color: #fff;
  text-align: center;
	background-image: var(--bk-image);
	background-position: top center;
  background-size: cover;
	transition: background-image 0.4s ease;
  position: relative;
}
.mv p {
  padding: 130px 0 0 0;
  font-size: 2.2rem;
  font-family: serif;
  margin: 0;
}
.mv h1 {
  font-size: 12vw;
  font-family: "Lato", sans-serif;
	font-weight: 900;
  color: #eec766;
}
.mv h1 span {
  font-size: 1.8rem;
  font-family: serif;
  color: #fff;
}

.mv-coin {
  width: 56%;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* 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: -700px 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: 10vw;
        right: 0%;
        bottom: -200px;
        z-index: 5;
}
.product-list li:nth-child(2) {
        width: 35vw;
        left: 0%;
        bottom: -210px;
        z-index: 2;
}
.product-list li:nth-child(3) {
width: 28vw;
        left: 26%;
        bottom: -230px;
        z-index: 3;
}
.product-list li:nth-child(4) {
        width: 24vw;
        left: 60%;
        bottom: -250px;
        transform: translateX(-50%);
        z-index: 3;
}
.product-list li:nth-child(5) {
        width: 35vw;
        left: 55%;
        bottom: -186px;
        transform: translateX(-50%);
}
.product-list li:nth-child(6) {
        width: 24vw;
        right: 10%;
        bottom: -200px;
}

/* 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/lennon_mid.webp) no-repeat;
  background-size: auto 100%;
  background-position: top center;
}

/* CONTENT */
.content {
  width: 100%;
	background-color: var(--bk-color-content);
	transition: background-color 0.4s ease;
	overflow: hidden;
}

.content_wrap {
  width: 94%;
  margin: 0 auto 60px;
  padding: 140px 0 0px;
  position: relative;
  z-index: 1;
}

.cont {
	position: relative;
	z-index: 1;
}
.cont_img-L {
	width: 65vw;
	height: 65vw;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.cont_img-M {
	width: 60vw;
	height: 60vw;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.cont_img-S {
	width: 50vw;
	height: 50vw;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.cont_img-XS {
	width: 40vw;
	height: 40vw;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.content p {
	color: var(--text-color);
	margin: 0 0 20px;
}
.content b {
	font-weight: normal;
	background-color: var(--text-b-color);
	transition: background-color 0.4s ease;
}
.content h3 {
  font-size: 20vw;
	font-family: serif;
	cursor: default;
	-webkit-text-fill-color: #ffffff00;
	-webkit-text-stroke-width: 0.7px;
	-webkit-text-stroke-color: var(--text-h3-color);
	/* mix-blend-mode: difference; */
	position: absolute;
}


/* cont-1, cont-2 */
.cont-1 .cont_txt {
  width: 100%;
  margin: 40px auto 60px;
}

.cont-1 ul, .cont-2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.cont-1 ul {
	margin: 0 0 0 8vw;
}
.cont-2 ul {
  margin: 0 8vw 0 0;
}

.cont-1 ul li.img-1 {
	background-image:  var(--cont-1-img-1);
}
.cont-2 ul li.img-2 {
	background-image:  var(--cont-2-img-2);
  order: 1;
}
.cont-2 .cont_txt {
  margin: 40px auto;
  order: 2;
}

.cont-1 h3 {
  left: 15%;
  top: -10%;
  transform: translate(-50%, -100%);
  z-index: 10;
}
.cont-2 h3 {
  right: 45%;
  top: -8.5%;
  transform: translate(50%, -100%);
  z-index: 10;
}


/* cont-3 */
.cont-3 p {
  margin-top: 80vw;
}

.disc {
  width: 55vw;
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translate(-50%, -110%);
  z-index: 1;
  /* animation: spin 20s linear infinite; */
  animation-delay: 1.8s;
}
.player {
  width: 22vw;
  position: absolute;
  top: 15%;
  right: 14%;
  transform: translate(50%, -200%);
  z-index: 2;
  transform-origin: top right;
	/* animation: needle-in 1.5s ease forwards; */
}

@keyframes spin {
	0% {
		transform: translate(-50%, -110%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -110%) rotate(360deg);
	}
}

@keyframes needle-in {
	0% {
		transform: translate(50%, -200%) rotate(0deg);
	}
	100% {
		transform: translate(50%, -200%) rotate(15deg);
	}
}


/* cont-4 */
.cont-4 {
	height: 1700px;
}

.cont-4 h3 {
  left: 35%;
  top: 30%;
  transform: translate(-50%, -100%);
  z-index: 10;
}

.cont-4 .cont_txt {
	position: absolute;
  top: 57%;
  left: 0%;
}

.cont-4 .img-3 {
	background-image: var(--cont-4-img-3);
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translateX(-50%);
}
.cont-4 .img-4 {
  background-image: var(--cont-4-img-4);
  position: absolute;
  bottom: 2%;
  left: 0%;
}

.cont-4::before {
  content: '';
  width: 38vw;
  height: 50px;
  background: center center / 100% url(/sp/music_legends/img/lennon_content_1-15.webp) no-repeat;
  position: absolute;
  top: 52%;
  left: 25%;
  transform: translateX(-50%) rotate(10deg);
  z-index: 2;
}
.cont-4::after {
  content: '';
  width: 105vw;
  height: 105vw;
  background: center center / 100% url(/sp/music_legends/img/lennon_content_1-11.webp) no-repeat;
  position: absolute;
  top: 30%;
  right: 22.5%;
  transform: translate(50%, -100%);
  z-index: 2;
  animation-delay: 1s;
}


/* con-5 */
.cont-5 {
	height: 980px;
}

.cont-5 .cont_txt {
  width: 100%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.cont-5 .img-5 {
  background-image: var(--cont-5-img-5);
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.cont-5 .img-6 {
	background-image:  var(--cont-5-img-6);
	position: absolute;
  top: -5%;
  left: 30%;
}


/* con-6 */
.cont-6 {
	height: 840px;
}

.cont-6 .cont_txt {
	position: absolute;
  top: 0%;
  left: 0;
}

.cont-6 .img-7 {
	background-image: var(--cont-6-img-7);
	position: absolute;
  bottom: 22%;
  left: 10%;
}
.cont-6 .img-8 {
	background-image: var(--cont-6-img-8);
	position: absolute;
  bottom: 0%;
  right: 0%;
}

/* con-7 */
.cont-7 {
	height: 840px;
}

.cont-7 .cont_txt {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
}

.cont-7::after {
  content: '';
  width: 105vw;
  height: 105vw;
  background: center center / 100% url(/sp/music_legends/img/lennon_content_1-12.webp) no-repeat;
  position: absolute;
  top: 6%;
  left: -25%;
  z-index: 2;
}


/* con-8 */
.cont-8 {
	height: 860px;
}
.cont-8 .cont_txt {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  transform: translate(0%, 100%);
}

.cont-8 .img-9 {
  width: 290px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.cont-8::after {
  content: '';
  width: 105vw;
  height: 105vw;
  background: center center / 100% url(/sp/music_legends/img/lennon_content_1-10.webp) no-repeat;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: -1;
}

.sign {
  width: 160px;
  height: 80px;
  position: absolute;
  top: 43%;
  right: 50%;
  transform: translate(100%, 0%);
}
.path1 {
	stroke-dasharray: 4000;
	stroke-dashoffset: 4000;
	fill: none;
	stroke: #000;
	stroke-width: 10px;
	stroke-miterlimit: 10;
	stroke-linecap:round;
	stroke-linejoin:round;

	/* animation: draw 3.5s linear forwards; */
}
@keyframes draw {
	0% {
		stroke: #674f11;
	}
	100% {
		stroke-dashoffset: 0;
		stroke: #f6c957;
	}
}



.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;
}






