@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Shrikhand&display=swap');
@font-face {
  font-family: number;
  src: local("ヒラギノ角ゴ Pro W3");
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: english;
  src: local("ヒラギノ角ゴ Pro W3");
  unicode-range: U+0041-007A;
}:*/
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  background: transparent;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-family: "Noto Sans JP",sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
  word-break: break-all;
  line-height: 1.6;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000000;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  color: #bb0502;
  -moz-opacity: .6;
  opacity: .6;
}
/*a.link {
  text-decoration: underline;
  color: #09f;
}*/
/*table {
  border-collapse: collapse;
}*/
.pc-only {
  display: block;
}
.smp-only {
  display: none;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
.mv_smp {
  display: none;
}
section {
  padding: 3.5rem 1.5rem;
}
/*title*/
h2.heading {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
  text-align: center;
  letter-spacing: .4rem;
	
  position: relative;
}

h2.heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 120px;
  height: 100%;
  background: url(../images/common/ttl_parts.png) no-repeat;
  background-position: center;
  background-size: 120px auto;
}

h2.heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: -192px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 120px;
  height: 100%;
  background: url(../images/common/ttl_parts.png) no-repeat;
  background-position: center;
  background-size: 120px auto;
}

h2.heading span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: .1rem;
  font-family: "Noto Sans JP", sans-serif;
}

h2.heading span.font_gold {
  color: #b2b2b6;
  display: inline;
  font-size: 3rem;
  letter-spacing: .4rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
}
/*.ttl {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}*/
.txt_box {
  margin-top: 2rem;
}
/*--------------------------------------
 * CONTENTS
 * ---------------------------------------*/
.wrapper {
  overflow: hidden;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: center;
}
.inner {
  margin-top: 3rem;
}
/*--------------------------------------
 * pc_header
 * ---------------------------------------*/
header {
  
  width: 100%;
  z-index: 10;
  
  color: #5F5F5F;
  
  padding: 0 48px;
}
.header_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
	background-color: #bb0502;
}
h1.logo {
  max-width: 200px;
  cursor: pointer;
}
.global-nav {
	display: flex;
	align-items: center;
}
.heading_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.heading_menu li {
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	
  letter-spacing: .2rem;
  font-size: 1.4rem;
margin-right: 30px;
}
.heading_menu li a {
	color: #fff;
}
.heading_menu li a:hover {
	opacity: .7;
}

.global-nav .sns {
	display: flex;
}

.global-nav .sns li a{
	color: #fff;
}


.global-nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-nav .sns li {
  margin-right: 32px;
  font-size: 1.5rem;
}
.global-nav .sns li:nth-last-child(1) {
  margin-right: 0;
}
.global-nav .sns a {
  color: #fff;
}
.global-nav .sns a:hover {
  opacity: .7;
}

/**/

header .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .sns li {
  margin-right: 32px;
  font-size: 1.5rem;
}
header .sns li:nth-last-child(1) {
  margin-right: 0;
}
header .sns a {
  color: #fff;
}
header .sns a:hover {
  color: #bb0502;
}
@media screen and (max-width: 1024px) {
	header {
	  
    }
    .header_flexbox {
     display: none;
    }
}
/*--------------------------------------
 * smp_nav
 * ---------------------------------------*/
/*ハンバーガーメニュー*/
.trigger {
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
  background: #bb0502;
  padding: 10px 12px;
  cursor: pointer;
}
.menu-trigger {
  position: fixed;
  width: 35px;
  height: 40px;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  top: 31px;
}
.menu-trigger.active {
  height: 35px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  left: 0;
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-90deg);
  transform: translateY(-8px) rotate(-45deg);
  top: 25px;
}
/*ハンバーガー メニュー内*/
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background: #000;
  transition: all 0.3s ease-in-out;
  display: none;
}
.smp-nav-list.active {
  display: block;
  right: 0;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.smp-nav-list ul.fix_menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: 'Bodoni 72', sans-serif;
  font-weight: bold;
  text-align: center;
}
.smp-nav-list ul.fix_menu a{
	color: #fff;
}
.smp-nav-list ul.fix_menu > li {
  width: 100%;
  font-size: 1.5rem;
}
.smp-nav-list ul.fix_menu > li.menu a {
  display: block;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out 0s;
}
.smp-nav-list ul.fix_menu > li.menu a:hover {
  color: #bb0502;
  opacity: 1;
}
.smp-nav-list ul.fix_menu > li.nav_sns {
  max-width: 100%;
  margin-top: 2rem;
  font-size: 2rem;
}
.smp-nav-list ul .nav_sns li {
  display: inline-block;
  margin-right: 2rem;
}
.smp-nav-list ul .nav_sns li:last-child {
  margin-right: 0;
}
.smp-nav-list ul .nav_sns a:hover {
  opacity: 1;
  color: #bb0502;
}
/*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
.main_visual{
	background: #000000;
	
}
.main_visual.pc {
  display: block;
}
.main_visual.smp {
  display: none;
}
@media screen and (max-width: 1024px) {
	.main_visual{
		
	}
}
/*--------------------------------------
 *NEWS
 * ---------------------------------------*/
#news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  margin-bottom: 1rem;
}
#news .news-data {
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 2rem; 
}
#news .news-title {
  font-size: 1.2rem;
}
#news .news-title a {
  text-decoration: underline;
}

#news .line {
	margin: 2rem 0;
}

/*NEWS アーカイブ*/
.archive_news_lists{
	display: none;
}
.archive_news_lists.open{
	display: block;
}
.btn_news-more{
    cursor: pointer;
    display: inline-block;
    width: 350px;
    padding: .75rem 0;
    border-radius: 32px;
    background: #bb0502;
	transition: 0.2s ease-in-out;
}
.btn_news-more:hover{
	opacity: .6;
	transition: 0.2s ease-in-out;
}
.btn_news-more p{
	text-align: center;
	font-family: "Oswald", sans-serif;
    font-weight: bold;
	font-size: 1.1rem;
	color: #fff;
}
details:not(:last-child) {
}
details summary {
  list-style: none;
  cursor: pointer;
	text-align: left;
}
details summary span {
	text-decoration: underline;
text-decoration-color: black;
}
/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}

details p {
  text-align: left;
	font-size: 1rem;
}

/*--------------------------------------
 * live
 * ---------------------------------------*/
#live {
/*
  background: url("../images/common/bg.jpg");
	 background-position: center;
*/
  
  width: 100%;
          background-image: linear-gradient(180deg, rgb(192 3 3), rgb(184 15 15) 20%, rgb(155 39 39) 45%, rgb(119 34 34) 62%, rgba(0, 0, 0, 1));
}

#live h2{
	color: #fff;
}
#live .inner {
  background: #fff;
  
  padding: 4rem 2rem 2.5rem;
  max-width: 1000px;
}

.alert {
	margin-top: 2rem;
}

.alert .alert_ttl {
	margin-top: 1rem;
}

#live .live-title {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}

#live .live-title span {
	font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

#live .table{
  margin-top: 2.5rem;
}
#live dl {
  width: 80%;
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #aaa;
}
#live dl:nth-last-child(1){
	border-bottom: 0;
}
#live dl .small {
  font-size: 75%;
  vertical-align: baseline;
}
#live dt {
  width: 30%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#live dd {
  width: 400px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
}


#live iframe {
	margin-top: 20px;
	width: 400px;
	height: auto;
}



#live dd a {
  text-decoration: underline;
}
#live dd i{
	font-size: 75%;
}
/*.live_attention {
	margin-top: 3.5rem;
    text-align: center;
}*/
/*--------------------------------------
 * ticket
 * ---------------------------------------*/
#ticket {
  text-align: center;
  background: #000;
  color: #fff;
}
#ticket .inner{
	max-width: 1000px;
	margin: 3rem auto 0;
}

.black_link {
	color:#fff;
}

.black_link:hover {
	color: #bb0502;
}

#ticket .line {
	margin: 2.4rem 0;
}


#ticket .ticket-btn{
	/*border-bottom: 3px dotted #fff;*/
    padding-bottom: 3rem;
}
#ticket li{
	display: flex;
	justify-content: space-between;
	background: #fff;
	color: #000;
    font-size: 1.5rem;
	margin-bottom: 1.5rem;
	padding: .8rem 3.8rem;
}
#ticket .txt_box {
	text-align: left;
	font-size: 1rem;
}
#ticket .txt_box span {
	font-size: 1.2rem;
}
#ticket h3.ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
#ticket .kikan {
  font-size: 1.4rem;
}

#ticket .kikan span {
  font-size: .9rem;
	display: block;
}

/*
#ticket .kikan p{
  font-size: 1.2rem;
	margin-top: .8rem;
} 
*/

#ticket .fin {
	text-align: left;
	margin-top: 3rem;
	font-size: 1rem;
}


#ticket .btn-link {
  margin-top: 1.5rem;
}
#ticket .btn-link a {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 42px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: #bb0502;
  border: 3px solid #bb0502;
}
#ticket .btn-link a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border: 3px solid #bb0502;
}



/*--------------------------------------
 * goods
 * ---------------------------------------*/
#goods h3 {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}

#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
#goods .goods_lists li {
  width: 60%;
/*  margin-top: 3.5rem;*/
}
#goods .goods_lists li.mt0 {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
#goods .goods_list .goods_ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  color: #700606;
  margin-top: 1rem;
  text-align: center;
}
#goods .goods_list .goods_detail {
  margin-top: 1.2rem;
  line-height: 1.6;
  font-size: 85%;
}
#goods .goods_list .goods_price {
  margin-top: 1rem;
  line-height: 1.4;
}
#goods .goods_list .goods_price a {
  color: #e4007f;
}
#goods span.small {
  font-size: 90%;
  display: block;
  line-height: 1.6;
  text-align: center;
}
#goods .goods_list .thum {
  margin: 0 auto;
}
#goods .goods_list .thum img {
  height: auto;
  margin: 0 auto;
  border: 2px solid #bb0502;
}
#goods .txt_box {
    font-size: 1.1rem;
	text-align: center;
}
#goods .txt_box:nth-child(1){
	font-size: 1.3rem;
	font-weight: 700;
}
#goods .ate_box {
  font-size: 85%;
  margin-top: 1rem;
  padding: 1.5rem;
  background: #eeeeee;
}
#goods .ate_box li {
  list-style-position: inside;
	margin-bottom: 6px;
}
#goods .goods_img {
	width: 900px;
	margin: 1rem auto 0;
}

#goods .btn-link {
	margin-top: 2rem;
}

#goods .btn-link a {
    display: block;
    max-width: 650px;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 42px;
    text-align: center;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: #bb0502;
    border: 3px solid #bb0502;
}
#goods .btn-link a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
    border: 3px solid #bb0502;
}

/*--------------------------------------
 * RELEASE
 * ---------------------------------------*/
#release .txt_box {
	text-align: left;
	display: block;
}

#release .release_ttl {
	font-size: 1.2rem;
	font-weight: 600;
}

#release .txt_box .catch {
	font-size: 1.4rem;
	margin-top: 0.4rem;
}

#release .jacket_img {
	max-width: 400;
	height: auto;
	padding-right: 20px;
} 

#release .release_date {
	display: flex;
	margin-top:2rem;
	margin-bottom: 2rem;
}

#release .btn-link a {
    display: block;
    max-width: 650px;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 42px;
    text-align: center;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: #bb0502;
    border: 3px solid #bb0502;
}
#release .btn-link a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
    border: 3px solid #bb0502;
}

#release .song {
	margin-top:3rem;
	padding-top:2rem;
	text-align: center;
	border-top: 1px solid #aaa;
}

#release .song_list {
	margin-top:2rem;
	display: flex;
	justify-content: space-evenly;
}

#release .song_list dl {
	text-align: left;
}

#release .release_benefits li {
	margin:1rem;
}

#release .release_benefits_list {
	display: flex;
	align-items: self-end;
}

#release .normal , .de {
	border-top: 1px solid #aaa;
	padding-top: 2rem;
}


#release .postcard {
	width: 45%;
}


/*--------------------------------------
 * PROFILE
 * ---------------------------------------*/
#profile {
  text-align: center;
/*
  background: url("../images/common/bg.jpg");
  background-position: center;
*/
	width: 100%;
        background-image: linear-gradient(180deg, rgb(192 3 3), rgb(184 15 15) 20%, rgb(155 39 39) 45%, rgb(119 34 34) 62%, rgba(0, 0, 0, 1));
}

#profile h2 { 
color:#fff;
}

#profile .txt_box h3 {
	color:#000;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

#profile .txt_box h3 span {
	font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	
}

#profile .txt_box h4 {
	color:#000;
	font-size: .9rem;
	margin-top: 40px;
}

#profile .txt_box .items {
	display: flex;
	justify-content: space-between;
	gap:20px;
}

#profile .txt_box .items p,
#profile .txt_box .items div {
	flex: 1;
}

#profile .txt_box .items div {
	font-size: .9rem;
}

#profile .txt_box .items ul {
	margin-top: .8rem;
	font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


#profile .inner {
  background: #fff;
 
  padding: 2.5rem 2rem 2.5rem;
  max-width: 1000px;
}
#profile .txt_box {
	text-align: left;
	font-size: 1rem;
	margin-top: 0;
}


#profile .youtube {
width: 100%;
  aspect-ratio: 16 / 9;
	}

#profile .youtube iframe{
	width: 100%;
	height: 100%;
}


/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  transition: 0.3s transform;
  -webkit-transition: 0.3s transform;
  display: none;
}
.pagetop a {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #bb0502;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 0.6rem;
	color:#fff;
}
.pagetop a:hover {
	color: #000;
}
.pagetop i{
	transform: rotate(-90deg);
    color: #fff;
}

footer {
  position: relative;
  background: #000;
 
}
.footer_container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 0;
  color: #fff;
}
.footer_container .sns {
  font-size: 2rem;
  margin-bottom: .5rem;
  text-align: center;
}
.footer_container .sns li {
  display: inline-block;
  margin: 0 .5rem;
}
.footer_container .sns li a {
  display: inline-block;
  color: #fff;
}
.footer_container .sns li a:hover {
  opacity: 1;
  color: #bb0502;
}
.copyright {
  font-size: 85%;
  line-height: 1.4;
  padding: 1rem;
}


/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  float  --*/
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearBoth {
  clear: both;
}
/*--  text-align  --*/
.ta_c {
  text-align: center;
  display: block;
}
.ta_l {
  text-align: left;
  display: block;
}
.ta_r {
  text-align: right;
  display: block;
}
/*--  text-weight  --*/
.bold {
  font-weight: 500;
}
/*--  text-color  --*/
.red {
  color: red!important;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/*--  margin-right  --*/
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
/*--  margin-left  --*/
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
/*--  margin-bottom  --*/
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
/*--  padding-top  --*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
/*--  padding-right  --*/
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
/*--  padding-left  --*/
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
/*--  padding-bottom  --*/
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
/*--  font-size  --*/
.fs_bl {
  font-size: 140%;
}
.fs_it {
  font-style: italic;
}
.fs_l {
  font-size: 115% !important;
}
.fs_m {
  font-size: 95% !important;
}
.fs_ms {
  font-size: 65% !important;
}
.fs_s {
  font-size: 50% !important;
}