@charset "utf-8";
/* CSS Document */
/*フォント指定*/

#special-contents{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	min-width: 350px;
	background-image: linear-gradient(90deg, #d5edbd1a, #ffe9a51a 25%, #ffb4b61a 50%, #c39cdb1a);
}
.replica_ticket_fv_bg{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: url("../img/replica-ticket/replica-fv.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	animation: moveBackground 30s linear infinite;
}
@keyframes moveBackground {
      0% {
        background-position: center top;
      }
      100% {
        background-position: center bottom;
      }
    }
.replica_ticket_fv_box{
	background-color: rgba(255,255,255,0.7);
	max-width: 750px;
	margin:1rem;
	padding: 1rem;
	width: 100%;
}
#special-contents h1{
	font-size: 28px;
	text-align: center;
}
#special-contents h1 .replica_ticket_name{
	font-size: 73px;
	background-image: linear-gradient(90deg, #d5eda599, #ffe9a599 25%, #ffb4f299 50%, #c39cdb99);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 40%;/*←30％が効いてない！！！*/
	display: inline-block;
}
.replica-ticket-cta-line h2 .replica_ticket_name{
	font-size: 45px;
}
/*グラデのCSSジェネレーター　https://webspe.net/tools/gradation /*/
/*グラデマーカー https://web-dev.tech/front-end/css/how-to-set-gradient-marker-on-css /*/

@media all and (max-width:768px){
#special-contents h1{
	font-size: 20px;
	text-align: center;
}	
#special-contents h1 .replica_ticket_name{
	font-size: 45px;
}	
}
@media all and (max-width:390px){
	#special-contents h1{
	font-size: 18px;
	text-align: center;
	}
	#special-contents h1 .replica_ticket_name,.replica-ticket-cta-line  h2 .replica_ticket_name{
		font-size: 35px;
		margin-bottom: 0;
	}	
}
#special-contents .replica_ticket_name{
	font-family: "Rampart One","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
}

.replica_ticket_fv_box_sales_point{
	display: flex;
	flex-wrap: wrap;
	margin: 0.5rem 0;
}
.replica_ticket_fv_box_sales_point li{
	padding: 0.3rem;
}
.replica_ticket_fv_box_sales_point li span{
	display: block;
	background-color: #9e89d7;
	padding: 0.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.replica_ticket_fv_box_catch{
	text-align: center;
	color: #333;
	font-weight: bold;
}
.replica_ticket_cta{
	width: 100%;
	text-align: center;
}
.replica_ticket_cta button{
	font-size: 28px;
	border-radius: 2rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 0.5rem 1.5rem;
	background-color: #f39;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.5);
	transition: 0.2s;
}

.replica_ticket_cta button:hover{
	transform: scale(1.05);
	transition: 0.2s;
	box-shadow: none;
}
@media all and (max-width:576px){
	.replica_ticket_cta button{
		font-size: 20px;
	}	
}
@media all and (max-width:400px){
	.replica_ticket_cta button{
		font-size: 16px;
	}	
}

/*ぽよよんアニメーションのみ*/
.replica_ticket_cta button {
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

#replica-ticket-nav{
	background-image: linear-gradient(90deg, #d5eda599, #ffe9a599 25%, #ffb4f299 50%, #c39cdb99);
	padding: 0.7rem 0;
	animation: MoveCtaLine 30s linear infinite;
}

#replica-ticket-nav ul{
	max-width: 1280px;
	margin: auto;
	display: flex;
}
#replica-ticket-nav ul li{
	width: 20%;
	padding: 0 0.5rem;
}
#replica-ticket-nav ul li a{
	width: 100%;
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	padding: 0.5rem;
	transition: 0.2s;
}

#replica-ticket-nav ul li a:hover{
	transform: translateY(5px);
	transition: 0.2s;
}
@media all and (max-width:1280px){
	#replica-ticket-nav ul li a{
		font-size: 14px;
	}	
}
@media all and (max-width:1200px){
	#replica-ticket-nav{
		overflow-x: auto;
		white-space: nowrap;
		justify-content: center;
		width: 100%;
	}
	#replica-ticket-nav ul li a{
	width: auto;	
	padding: 0.5rem;
}
}
@media all and (max-width:992px){
	#replica-ticket-nav ul{
		margin: auto;
	}
	#replica-ticket-nav ul li{
		width: auto;
	}
	#replica-ticket-nav ul li a{
	display: inline-block;
	width: auto;	
	padding: 0.5rem;
}
}
#replica-ticket-howto,
#replica-ticket-design,
#replica-ticket-sns,
#replica-ticket-spec,
#replica-ticket-custom,
#replica-ticket-catalog,
#replica-ticket-industry,
#merit,
#replica-order{
	max-width: 960px;
	margin: 0.5rem auto 2rem;
}
#replica-ticket-howto h2,
#replica-ticket-design h2,
#replica-ticket-sns h2,
#replica-ticket-spec h2,
#replica-ticket-custom h2,
#replica-ticket-catalog h2,
#replica-ticket-industry h2,
#merit h2,
#replica-order h2{
	font-size: 34px;
	text-align: center;
	margin-bottom: 0.5rem;
}

.gradient_under_line{
	position: relative;
	display: block;
	padding-bottom: 0.5rem;
}
.gradient_under_line::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #d5eda599, #ffe9a599 25%, #ffb4f299 50%, #c39cdb99);
}
#replica-ticket-howto h2 .gradient_under_line,
#replica-ticket-design h2 .gradient_under_line,
#replica-ticket-sns h2 .gradient_under_line,
#replica-ticket-spec h2 .gradient_under_line,
#replica-ticket-custom h2 .gradient_under_line,
#replica-ticket-catalog h2 .gradient_under_line,
#replica-ticket-industry h2 .gradient_under_line,
#merit h2 .gradient_under_line,
#replica-order h2 .gradient_under_line
{
	margin-top: 1rem;
	margin-bottom: -35px;
	font-size: 18px;
}
@media all and (max-width:576px){
	#replica-ticket-howto h2 .gradient_under_line,
	#replica-ticket-design h2 .gradient_under_line,
	#replica-ticket-sns h2 .gradient_under_line,
	#replica-ticket-spec h2 .gradient_under_line,
	#replica-ticket-custom h2 .gradient_under_line,
	#replica-ticket-catalog h2.gradient_under_line,
	#replica-ticket-industry h2 .gradient_under_line,
	#merit h2 .gradient_under_line,
	#replica-order h2 .gradient_under_line{
		line-height: 1;
	}
}	
#special-contents .title_bold{
	font-weight: bold;
	font-size: 28px;
}

#replica-ticket-howto dt{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#replica-ticket-howto dd,#replica-ticket-design dd,#replica-ticket-sns dd,#replica-ticket-spec dd,#replica-ticket-custom dd,#replica-ticket-industry dd{
	padding: 0 0.5rem;
}

#replica-ticket-howto h3{
	font-size: 25px;
	text-align: center;
	margin: 0.5rem 0;
}
@media all and (max-width:576px){
	#replica-ticket-howto h3{
		font-size: 18px;
	}
	#special-contents .title_bold{
		font-size: 25px;
	}
}
.replica-ticket-cta-line{
	/*background-image: linear-gradient(90deg, #d5eda599, #ffe9a599 25%, #ffb4f299 50%, #c39cdb99);*/
	background-image: url("../img/replica-ticket/replica-fv.webp");
	animation: MoveCtaLine 30s linear infinite;
}
@keyframes MoveCtaLine {
      0% {
        background-position: center top;
      }
      100% {
        background-position: center bottom;
      }
    }

.replica-ticket-cta-box{
	max-width: 950px;
	padding: 1.5rem 0.5rem;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 0 10px 30px rgba(255,255,255,0.7);
}
.replica-ticket-cta-box::before{
	position: absolute;
	width: 310px;
	height: 310px;
	left: 0;
	bottom: -45px;
	background-image: url(../img/replica-ticket/replica-cta-sl_750.webp);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
@media all and (max-width:940px){
	.replica-ticket-cta-box{
		justify-content: center;
	}
	.replica-ticket-cta-box::before{
		background-image: none;
	}
}
.replica-ticket-cta-line h2{
	font-size: 18px;
	margin-bottom: 0.5rem;
}
.replica-ticket-cta-line_catch{
	margin-bottom: 0.5rem;
}

@media all and (max-width:576px){
	.replica-ticket-cta-line h2{
		text-align: center;
	}
	.replica-ticket-cta-line .replica-ticket-cta-line_catch{
		text-align: center;
		font-size: 14px;
	}
}
.replica-ticket-sns-img-list{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0.5rem;
	position: relative;
	transition: all 0.3s ease;
}
.replica-ticket-sns-img-list li{
	padding: 0.2rem;

}


/* ハートの共通スタイル */
.replica-ticket-sns-img-list::before,
.replica-ticket-sns-img-list::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 250px;
  position: absolute;
  opacity: 0;
	display: block;
}

/* 左上のハートのスタイル */
.replica-ticket-sns-img-list::before {
  background-image: url('../img/replica-ticket/heart-multi.svg');
  bottom: 0;
  left: 0;
animation: heart 1.5s infinite ease-out;	
}

/* 右下のハートのスタイル */
.replica-ticket-sns-img-list::after {
  background-image: url('../img/replica-ticket/heart-multi.svg');
  bottom: 0;
  right: 0;
	animation: heart 1.5s 0.5s infinite ease-out;
}

/* ========= アニメーションの設定 ======== */
@keyframes heart {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(-60px) scale(1.4);
    opacity: 0;
  }
}

/* ========= SPのスタイル ======== */
@media screen and (max-width: 768px) {
.replica-ticket-sns-img-list::before,
.replica-ticket-sns-img-list::after {
  width: 50px;
  height: 170px;
  bottom: -30px;
}
  /* 左上のハートのスタイル */
  .replica-ticket-sns-img-list::before {
    animation: heart 1.5s infinite ease-out;
  }

  /* 右下のハートのスタイル */
  .replica-ticket-sns-img-list::after {
    animation: heart 1.5s 0.2s infinite ease-out;
  }
}
.replica-ticket-spec-list,.replica-ticket-custom-list{
	margin: 0.75rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.replica-ticket-spec-list dt{
	width: 8rem;
}
.replica-ticket-spec-list dd{
	width:20rem;
	margin-bottom: 0.7rem;
}
.replica-ticket-custom-list li{
	padding: 0 0.5rem;
}
.replica-ticket-custom-list h3{
	margin: 1rem 0 0;
	background-image: linear-gradient(90deg, #d5eda599, #ffe9a599 25%, #ffb4f299 50%, #c39cdb99);
	padding: 0.5rem;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	}
.replica-ticket-custom-list dt,.replica-ticket-custom-list dd p{
	margin-bottom: 1rem;
}
.replica-ticket-custom-list .underline-link, #merit .underline-link{
	width: 100%;
	text-align:right;
}
.replica-ticket-custom-list a,#merit .underline-link a{
	text-decoration: underline;
	transition: 0.2s;
}
.replica-ticket-custom-list a:hover, #merit .underline-link a:hover{
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s;
}
.replica-ticket-special-list{
	border: 5px solid;
	border-image: linear-gradient(90deg, #d5eda599, #ffe9a599 25%, #ffb4f299 50%, #c39cdb99) 1;
	padding: 1rem 0.5rem;
	background-color: #fff;
}
.replica-ticket-special-list h3{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}
.replica-ticket-special-list p,#replica-ticket-industry p{
	text-align: center;
}
.replica-ticket-special-list ul{
	display: flex;
	flex-wrap: wrap;
}
.replica-ticket-special-list li a{
	transition: 0.2s;
}
.replica-ticket-special-list li a:hover{
	transition: 0.2s;
	opacity: 0.5;
}
.replica-ticket-special-list li a img{
	border-radius: 5px;
}
.merit{
	display: flex;
	flex-wrap: wrap;
	padding: 0.5rem 0;
}
.merit li{
	margin-bottom: 1rem;
}
.merit-number{
	color: #333;
	background-color: #ffe9a599;
	text-align: center;
	padding: 0.2rem;
	margin-top: 0.5rem;
}
.merit-title-moji{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0.5rem 0;
}
