/* ------------------------------- 
mainVisual
-------------------------------- */

.mainVisual{
	width: 96%;
	max-width: 1280px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 4em;
	margin-bottom: 4em;
}

/***** mv *****/

.mainVisual li{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* mv_cover */

.mv_cover{
	width: 48%;
	text-align: right;
}

.mv_cover img{
	max-width: 320px;
	width: 100%;
	height: auto;
	border: 1px solid #CDCBCB;
}

/* mv_detail */

.mv_detail{
	width: 48%;
}

.mv_detail p.rmd {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	position: relative;
	padding: 0.2em 0.6em;
	/*background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;*/
	background-color: #DA0600;
	display: inline-block;
	color: #FFFFFF;
	margin-bottom: 1.5em;
}

.mv_detail p.rmd:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #DA0600;
  width: 0;
  height: 0;
}

.mv_detail h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	display: block;
	margin-bottom: 2em;
}

.mv_detail h2:before {
	content: '';
	position: absolute;
	bottom: -1em;
	display: inline-block;
	width: 30px;
	height: 1px;
	left: 0;
	background-color: #333333;
}

.mv_detail h2 span{
	display: block;
	font-size: 14px;
}

.mv_detail h2 span.release{
	font-size: 14px;
	font-weight: 500;
}

.mv_detail p.spc{
	font-size: 14px;
	font-weight: 600;
	color: #DA0600;
}

.mv_detail h3{
	font-size: 22px;
	font-weight: 600;
	/*margin-bottom: 2em;*/
}

.mv_detail h3 span{
	display: block;
	font-size: 14px;
}

.mv_detail p.caption {
	font-size: 14px;
	margin-top: 0.5em;
}




/* ------------------------------- 
BACKNUMBER
-------------------------------- */

.backnumber{
	width: 100%;
	overflow: hidden;
	background-color: #EEEEEE;
}

.backnumber .inner{
	max-width: 880px;
	overflow: hidden;
	padding-top: 4em;
	padding-bottom: 4em;
}

.backnumber .ttl_box{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.backnumber h2 {
	text-align: center;
	margin-bottom: 2em;
	font-size: 18px;
	font-weight: 500;
}
 
.backnumber h2 span{
	min-width: 160px;
     position: relative;
     display: inline-block;
     padding-bottom:0.5em;
     border-bottom: 1px solid #333333;
}
      
.backnumber h2 span::before,
.backnumber h2 span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
.backnumber h2 span::before {
     border-top: 10px solid #333333;
}
 
.backnumber h2 span::after {
     margin-top: -1px;
     border-top: 10px solid #EEEEEE;
}

.backnumber p.subttl{
	font-size: 16px;
	color: #DA0600;
	text-align: center;
	}

.backnumber ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.backnumber ul::before{
	content:"";
	display: block;
	/*width:23%;*/
	width:180px;
	order:1;
}

.backnumber ul::after{
	content:"";
	display: block;
	/*width:23%;*/
	width:180px;
}

.backnumber li{
	/*width:23%;*/
	width: 180px;
	max-width: 180px;
	vertical-align: top;
	position: relative;
	margin-bottom: 2em;
}

.backnumber li:hover a{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.backnumber li .new{
	position: absolute;
	top: -5px;
	right: -5px;
}

.backnumber li .ph_box{
	margin-top: 10px;
}

.backnumber li img{
	max-width: 100%;
	height: auto;
}

.backnumber h3{
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
}

.backnumber h3 span{
	display: block;
	font-size: 12px;
}

.backnumber p{
	text-align: left;
	font-size: 14px;
}

/* ------------------------------- 
Terms
-------------------------------- */

.terms{
	width: 100%;
	overflow: hidden;
	background-color: #EEEEEE;
}

.terms .inner{
	max-width: 880px;
	overflow: hidden;
	padding-top: 4em;
	padding-bottom: 4em;
}

.terms h2 {
	text-align: center;
	margin-bottom: 2em;
	font-size: 18px;
	font-weight: 500;
}

/* top_news
===================================*/

#top_news {
	/*width: 100%;*/
    width:48%;
	position: relative;
}

#top_news .inner{
	padding-top: 1em;
	padding-bottom: 0em;
    padding-left: 0;
    padding-right: 0;
}

#top_news dl{
	overflow: hidden;
	border-bottom: 1px dotted #B2B1B1;
	width: 100%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 14px;
	text-align: left;
}

#top_news dt{
	color: #D80F04;
	float: left;
	margin-right: 20px;
}

#top_news dd{
	overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#top_news dd a{
	color: #111111;
}

#top_news dd a:hover{
    color: #D80F04;
    text-decoration: underline;
}


/* ------------------------------- 
2022
news_wrap
-------------------------------- */

.news_wrap{
	width: 100%;
	overflow: hidden;
	/*background-color: #EEEEEE;*/
	background-color: #FFFFFF;
	padding-bottom: 1em;
}

.news_wrap .inner{
	max-width: 880px;
	overflow: hidden;
	padding-top: 4em;
	/*padding-bottom: 2em;*/
	padding-bottom: 4em;
    /*flex*/
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.news_wrap .ttl_box{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.news_wrap h2 {
	text-align: center;
	margin-bottom: 2em;
	font-size: 18px;
	font-weight: 500;
}
 
.news_wrap h2 span{
	min-width: 160px;
	position: relative;
     display: inline-block;
     padding-bottom:0.5em;
     border-bottom: 1px solid #333333;
}
      
.news_wrap h2 span::before,
.news_wrap h2 span::after {
     position: absolute;
     top: 100%;
     left: 50%;
     transform: translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
.news_wrap h2 span::before {
     border-top: 10px solid #333333;
}
 
.news_wrap h2 span::after {
     margin-top: -1px;
     /*border-top: 10px solid #EEEEEE;*/
	border-top: 10px solid #FFFFFF;
}

.news_wrap p.subttl{
	font-size: 16px;
	color: #DA0600;
	text-align: center;
	}

/***** top_pr *****/

#top_pr{
    width: 48%;
}

#top_pr ul{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#top_pr li{
	max-width: 50%;
	vertical-align: top;
}

#top_pr li.ph_box{
	max-width: 180px;
    margin-right: 40px;
}

#top_pr li.ph_box img{
	max-width: 100%;
	height: auto;
}

#top_pr li li img{
	max-width: 100%;
	height: auto;
}

#top_pr li h3{
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
}

#top_pr li h3 span{
	display: block;
	font-size: 12px;
}

#top_pr li p{
	text-align: left;
	font-size: 14px;
}

/***** btn_order *****/

.btn_order {
	display: inline-block;
	width: 180px;
	height: 46px;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color: #DA0600;
	margin-left: auto;
	margin-right: auto;
	border-radius: 23px;
}
.btn_order::before, .btn_order::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_order, .btn_order::before, .btn_order::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.btn_order {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	/*line-height: 26px;*/
	letter-spacing: 0.2em;
}

a:hover.btn_order  {
	color: #FFFFFF;
	text-decoration: none;
}

.btn_order::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.btn_order:hover::after {
	top: 0;
	background-color: #930300;
}

a.btn_order img{
	vertical-align: middle;
	margin-right: 10px;
}



@media only screen and (min-width:1px) and (max-width:740px){

/* ------------------------------- 
mainVisual
-------------------------------- */


/* ------------------------------- 
BACKNUMBER
-------------------------------- */

.backnumber li{
	width: 32%;
}

.backnumber ul::before{
  display: none;
}

.backnumber ul::after{
  content:"";
  display: block;
  width:32%;
}


/* top_news
===================================*/

#top_news {
	width: 100%;
}

#top_news .inner{
	padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 4em;
}


/* ------------------------------- 
2022
news_wrap
-------------------------------- */

.news_wrap .inner{
	padding-top: 4em;
	padding-bottom: 2em;
}

/***** top_pr *****/

#top_pr{
    width: 100%;
}

#top_pr ul{
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    /*flex*/
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#top_pr li.ph_box{
	max-width: 180px;
    text-align: right;
}

} /*@mediaEnd*/




@media only screen and (min-width:1px) and (max-width:480px){

/* ------------------------------- 
mainVisual
-------------------------------- */

.mainVisual{
	width: 88%;
	margin-top: 3em;
	margin-bottom: 3em;
}

/* mv_cover */

.mv_cover{
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}

/* mv_detail */

.mv_detail{
	width: 100%;
}

.mv_detail p.rmd {
	font-size: 18px;
}

.mv_detail h2 {
	font-size: 24px;
}

.mv_detail h2 span{
	font-size: 12px;
}

.mv_detail p.spc{
	font-size: 12px;
}

.mv_detail h3{
	font-size: 20px;
}

.mv_detail h3 span{
	font-size: 14px;
}
	
	
/* ------------------------------- 
BACKNUMBER
-------------------------------- */

.backnumber .inner{
	padding-top: 3em;
	padding-bottom: 3em;
}

.backnumber li{
	width: 48%;
}

.backnumber ul::after{
  display: none;
}

.backnumber h3{
	font-size: 14px;
}

.backnumber h3 span{
	display: block;
	font-size: 12px;
}

.backnumber p{
	text-align: left;
	font-size: 12px;
}

/* ------------------------------- 
Terms
-------------------------------- */

.terms .inner{
	padding-top: 3em;
	padding-bottom: 3em;
}


/* top_news
===================================*/

#top_news .inner{
	padding-top: 0em;
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 4em;
}

#top_news dt{
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}


/* ------------------------------- 
2022
news_wrap
-------------------------------- */

.news_wrap .inner{
	padding-top: 3em;
	/*padding-bottom: 0em;*/
	padding-bottom: 3em;
}

/***** top_pr *****/

#top_pr ul{
	padding-top: 0;
}

#top_pr li{
	max-width: 100%;
}

#top_pr li.ph_box{
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
    text-align: center;
}

#top_pr h3{
	font-size: 14px;
}

#top_pr h3 span{
	display: block;
	font-size: 12px;
}

#top_pr p{
	text-align: left;
	font-size: 12px;
}

    
} /*@mediaEnd*/


