#EGearphone{
  background: #ffffff url(https://www.ariamusic.co.jp/assets/images/EGearphone01/e.svg) center center no-repeat fixed;
}
@media screen and (min-width: 768px){
  #EGearphone{
    background-position: 20%;
  }
}
.just{
  text-align: center;
}

.space{
	margin-bottom: 7em;
}

.mupl{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.aj24_ev{
	
}

.evif{
	font-size: 130%;
	margin-left: 4em !important;
}

.evif h4{
	line-height:0.5;
}
.ajle{
	font-size: 75%;
}

@media screen and (max-width: 900px){
  .evif{
	margin-left:0 !important;
	}
}

.ajtag{
	font-size: 80%;
	background: #BD174F;
	color: #FFFFFF;
	padding: .25em;
	border-radius: 3px;
}
.evli{
	line-height:2;
}
.evli p{
	font-size: 80% !important;
}

#EGearphone h2{
  margin: 1em 0;
  font: 700 2.6em 'Murecho', sans-serif;
}
.earphone{
  margin: 1em auto;
  padding: .5em;
  max-width: 60vw;
  overflow: hidden;
  background: rgb(191,22,79);
  background: -o-linear-gradient(90deg, rgb(191,22,79) 0%, rgb(133,72,127) 75%, rgb(91,121,193) 100%);
  background: linear-gradient(90deg, rgb(191,22,79) 0%, rgb(133,72,127) 75%, rgb(91,121,193) 100%);
  border-radius: 50%;
}
.earphone img{
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (min-width: 640px){
  .earphone{
    max-width: 480px;
  }
}
#EGearphone h3{
  margin: 2em 0 1em;
  padding: .4em .8em;
  background: rgb(191,22,79);
  background: -o-linear-gradient(90deg, rgb(191,22,79) 0%, rgb(133,72,127) 75%, rgb(91,121,193) 100%);
  background: linear-gradient(90deg, rgb(191,22,79) 0%, rgb(133,72,127) 75%, rgb(91,121,193) 100%);
  color: #ffffff;
  border-radius: .25em;
  font-size: 1.5em;
  font-family: 'Montserrat', 'Murecho', sans-serif;
}

.photo_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .4em;
  color: #909090;
  font-size: .85em;
}
.photo_list li{
  width: calc( calc( 100% / 2 ) - .2em );
}
@media screen and (min-width: 768px){
  .photo_list li{
    width: calc( calc( 100% / 3 ) - .3em );
  }
}
.photo_list a{
  display: block;
  border: 1px solid #d8d8d8;
}

#EGearphone .catchline{
  font-size: 2em;
}
#EGearphone .catchline strong{
  background: -o-linear-gradient(transparent 60%, #ff6 60%);
  background:linear-gradient(transparent 60%, #ff6 60%);
}
#EGearphone .read{
  font-size: 1.4em;
  font-weight: 700;
}
#EGearphone p:not([class]){
  margin: 1em;
  font-size: 1.2em;
}
.res_table{
  margin: 2em 0;
  background: #fafafa;
  border-collapse: collapse;
}
.res_table,
.res_table th,
.res_table td{
  border: 1px solid #909090;
  text-align: left;
  width: 100%;
}
.res_table th{
  background: #e0e0e0;
}
.res_table th,
.res_table td{
  display: block;
  padding: .6em 1.2em;
}
@media screen and (min-width: 768px){
  .res_table th{
    display: table-cell;
    width: 30%;
    background: transparent;
  }
  .res_table td{
    display: table-cell;
  }
}

.setinfo{
  padding: 0 0 0 1.2em;
  list-style-type: square;
}

.vpliveinfo{
  margin: 1em 0;
  padding: 1em;
  background: #fafafa;
  color: #707070;
  border: 1px solid #707070;
  border-radius: .25em;
}
.vplivesp{
  padding: 1em;
  color: rgb(191,22,79);
  border: 3px solid rgb(191,22,79);
  border-radius: .5em;
  font-size: 1.2em;
}
.vplivedetail{
  margin: 1em;
}
.vplivedetail dt{
  font-weight: 700;
}
.vplivedetail dd{
  margin-left: 2em;
}
.product_link{
  margin-bottom: 2em;
}
.product_link strong{
  font-size: 1.4em;
}
.product_link span{
  color: rgb(191,22,79);
}
.product_link a{
  margin: 1em 0;
  display: block;
  padding: 1em 4em 1em 1.2em;
  background: #202020 url(https://www.ariamusic.co.jp/assets/images/EGearphone01/arrowr.svg) right center no-repeat;
  background-size: 2.8em;
  color: #f8f8f8;
  border-radius: .5em;
  transition: .25s;
}
.product_link a:link,
.product_link a:visited{

}
.product_link a:hover,
.product_link a:active{
  background: rgb(191,22,79) url(https://www.ariamusic.co.jp/assets/images/EGearphone01/arrowr.svg) right center no-repeat;
  background-size: 3.2em;
  color: #ffffff;
}
@media screen and (min-width: 768px){
  .product_link{
    display: flex;
    gap: 1em;
  }
  .product_link a{
    flex: 1;
  }
}

#EGearphone h4{
  margin: 2em 0 .5em;
  font-size: 1.2em;
}
.page_information{
  padding: .4em .8em;
  background: rgba(248, 248, 248, .6);
  border: 1px solid #909090;
  border-radius: .25em;
  font-size: .85em;
}
.page_copyright{
  margin: 2em 0;
  font: 400 .85em/1.2 'Montserrat';
}
.EGreview h4{
	padding: .2em .6em;
	border-left: .5em solid rgb(191,22,79);
	font-size: 1.4em;
	font-weight: 700;
	font-family: 'Murecho', sans-serif;
}
.EGreview dl{
	padding: 1em 1.6em;
	background: #ebebeb;
	color: #505050;
	font-size: .85em;
	border-radius: .25em;
}
.EGreview dt{
	margin-bottom: .8em;
	color: rgb(191,22,79);
}
.EGreview dt strong{
	font-size: 1.4em;
	font-weight: 700;
	font-family: 'Murecho', sans-serif;
}
.EGreview dt strong::before{
	content: '♪';
}

/* playlist btn */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	min-width: 170px;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 3rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #E60013;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

@media screen and (max-width: 900px){
	.btn,
	a.btn,
	button.btn{
		font-size: 1.3rem;
	}
	
	a.btn-flat{
		padding: 12px;
		margin: 5px;
	}
	
}

.ph3{
  position: relative;
  padding: 1rem .5rem;
}

.ph3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

